@charset "utf-8";
body {font-size: 15px;}
a, a:hover, .btn {transition: .5s; -webkit-transition: .5s; text-decoration: none;}
h1, h2, h3, h4, h5, h6 {color: #1f2d30;}
h3 {line-height: 32px; font-size: 24px;}
p {line-height: 30px; color: #666666;font-family:Arial, Helvetica, sans-serif;}
p:last-child {margin-bottom: 0;}

button:focus {outline: 0;}


.row a img{max-width: 100%;}
.single-tutor a img{ max-width: 100%;}
/**/
.mt-100 {margin-top: 100px;}
.mt-60 {margin-top: 60px;}
.mb-30 {margin-bottom: 30px;}
.mb-25 {margin-bottom: 25px;}
.mb-20 {margin-bottom: 20px;}
.mt-10 {margin-top: 10px;}
.mr-15 {margin-right: 15px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mr-20 {margin-right: 20px;}
.ml-20 {margin-left: 20px;}
/**/
/**/
.ptb-60 {padding-top: 60px; padding-bottom: 60px;}
.ptb-100 {padding-top: 100px; padding-bottom: 100px;}
.pb-180 {padding-bottom: 185px;}
.pt-100 {padding-top: 100px;}
.pt-50 {padding-top: 50px !important;}
.pb-70 {padding-bottom: 70px;}
.pb-80 {padding-bottom: 80px;}
/**/
.d-table {
    display: table;
    width: 100%;
    height: 100%;
}
.d-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.default-btn {
    background-color: #003d7e;
    color: #fff;
    border: 1px solid #003d7e;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.default-btn:hover {
    background-color: #003d7e;
    border: 1px solid #003d7e;
    color: #fff;
    padding: 10px 42px;
}
.white-btn {
    background-color: #fff;
    border: 1px solid #fff;
    color: #003d7e;
}
.white-bg {background-color: #fff !important;}
.gray-bg {background-color: #fafafa !important;}
.bor-right {border-right: 1px solid #ebebeb;}
.bg-none {background-color: transparent !important;}
.gray-border {border: 1px solid #ebebeb !important;}
/* ==============    默认 CSS End    ============== */

/* ==============    顶部 CSS Start    ============== */
.top-header {background-color: #f2eee2;}
.top-header ul {
    list-style-type: none;
    padding: 15px 0;
    margin: 0;
    display: inline-block;
    position: relative;
}
.top-header ul li {
    display: inline-block;
    color: #666;
}
.top-header ul li a {
    color: #666;
}
.top-header ul li a:hover {
    color: #003d7e;
}
.top-info-links li {
    margin-right: 15px;
}
.top-info-links li i {
    padding-right: 3px;
    font-size: 20px;
}
.top-social-links li {
    margin-right: 15px;
}
.top-social-links li i {
    font-size: 16px;
}
.login-regi-links::before {
    background-color: #cccccc;
    width: 1px;
    height: 100%;
    content: "";
    left: -5px;
    top: 0;
    position: absolute;
}
.login-regi-links li {
    margin-left: 10px;
}
.login-regi-links a {
    font-weight: 600;
}
/* ==============
    End Top header CSS 
==================================== */

/* ==============
    Navbar CSS 
==================================== */
.header-sticky.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.edu-navbar {
	background-color: #fff;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.navbar-light .navbar-brand {padding: 0;}
.edu-navbar .navbar-nav .nav-link {
	text-transform: capitalize;
	padding: 10px 10px;
	color: #1f2d30;
	font-size: 15px;
}
.edu-navbar .navbar-nav .dropdown-item {
    padding: 10px 15px;
}
.edu-navbar .navbar-nav .active>.nav-link, 
.edu-navbar .navbar-nav .nav-link.active, 
.edu-navbar .navbar-nav .nav-link.show, 
.edu-navbar .navbar-nav .show>.nav-link {
    color: #003d7e;
}
.edu-navbar .dropdown-item.active, .edu-navbar .dropdown-item:active {
    color: #003d7e;
    background-color: #fff;
}
.edu-navbar i.icofont-search {
    font-size: 18px;
} 
.edu-navbar i.icofont-cart-alt {
    font-size: 20px;
}
/*submenu style start from here*/
.dropdown-menu {
    padding: 0px 0; 
    margin: 0 0 0; 
    border: 0px solid transition !important;
    border: 0px solid rgba(0,0,0,.15);	
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/*first level*/
.edu-navbar .collapse ul > li:hover > a {
    background: #f5f5f5;
}
.edu-navbar .collapse ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover {
	background: #fff;
	color: #003d7e;
}
/*second level*/
.edu-navbar .collapse ul ul ul > li:hover > a {
	background: #fff;
	color: #003d7e;
}
/*third level*/
.edu-navbar .collapse ul ul, .edu-navbar .collapse ul ul.dropdown-menu {
	background: #f5f5f5;
}
.edu-navbar .collapse ul ul ul, .edu-navbar .collapse ul ul ul.dropdown-menu {
	background: #f5f5f5;
}
.edu-navbar .collapse ul ul ul ul, .edu-navbar .collapse ul ul ul ul.dropdown-menu {
    background:#f5f5f5
}
/*Drop-down menu work on hover*/

@media only screen and (max-width: 991px) {
    .edu-navbar .show > .dropdown-toggle::after {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }
}
@media only screen and (min-width: 991px) {
    .edu-navbar .dropdown > .dropdown-menu, .edu-navbar .cart-item .dropdown-menu {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        overflow: hidden;
        transform-origin: top center;
        -webkit-transform-origin: top center;
        transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        display: block;
    }
    .edu-navbar .dropdown:hover > .dropdown-menu, .edu-navbar .cart-item:hover .dropdown-menu {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    .edu-navbar .collapse ul li {
        position:relative;
    }
    .edu-navbar .dropdown ul li:hover> ul {
        display:block
    }
    .edu-navbar .collapse ul ul {
        position:absolute;
        top:100%;
        left:0;
        min-width:250px;
        display:none;
    }
    .edu-navbar .collapse ul .cart-item ul {
        right: 0; 
        left:auto; 
        width:300px;
    }
    .edu-navbar .collapse ul ul li {
        position:relative
    }
    .edu-navbar .collapse ul ul li:hover> ul {
        display:block
    }
    .edu-navbar .collapse ul ul ul {
        position:absolute;
        top:0;
        left:100%;
        min-width:250px;
        display:none
    }
    .edu-navbar .collapse ul ul ul li {
        position:relative
    }
    .edu-navbar .collapse ul ul ul li:hover ul {
        display:block
    }
    .edu-navbar .collapse ul ul ul ul {
        position:absolute;
        top:0;
        left:-100%;
        min-width:250px;
        display:none;
        z-index:1
    }
}
/**/
.cart-item .nav-link {
    position: relative;
}
.cart-item i { font-size:20px; margin-top:1px;}
.cart-item ul li {
    overflow: hidden;
    padding: 10px 15px;
    border-bottom: 1px solid #ebebeb;
}
.cart-item ul li img {
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 15px;
}
.cart-item ul li .description a {
    color: #003d7e;
    font-size: 15px;
}
.cart-item ul li .description a:hover {
    color: #000;
}
.cart-item ul li .price {
    display: block;
    font-weight: 600;
    font-size: 14px;
}
.cart-item ul li .price del {
    color: #777;
    font-weight: 300;
    padding-right: 5px;
}
.cart-item ul li .total {
    padding-left: 22px;
    font-size: 15px;
}
.cart-item ul li a.checkout {
    font-size: 14px;
    border: 1px solid #003d7e;
    color: #003d7e;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
}
.cart-item ul li a.checkout:hover {
    background-color: #003d7e !important;
    border: 1px solid #003d7e !important;
    color: #fff !important;
}
.cart-item ul li a.view-cart {
    font-size: 14px;
    border: 1px solid #003d7e;
    color: #003d7e;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
}
.cart-item ul li a.view-cart:hover {
    background-color: #003d7e !important;
    border: 1px solid #003d7e !important;
    color: #fff !important;
}
.cart-item .dropdown-toggle::after {
    display: none;
}
/**/

/**/
.edu-navbar2 .navbar-brand {
    z-index: 20;
}
.edu-navbar2:before {
    content: "";
    position: absolute;
    background-color: #003d7e;
    -webkit-clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
    width: 400px;
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
}
.edu-navbar3 .navbar-brand {
    z-index: 20;
}
.edu-navbar3:before {
    content: "";
    position: absolute;
    background-color: #003d7e;
    -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
    width: 400px;
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
}
.edu-navbar4 .navbar-brand {
    z-index: 20;
}
.edu-navbar4:before {
    content: "";
    position: absolute;
    background-color: #003d7e;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 91% 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 91% 50%, 100% 100%, 0% 100%);
    width: 340px;
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
}
@media only screen and (min-width: 1480px) {
    .edu-navbar2:before {
        width: 500px;
    }
    .edu-navbar3:before {
        width: 500px;
    }
    .edu-navbar4:before {
        width: 500px;
    }
}
@media only screen and (min-width: 1700px) {
    .edu-navbar2:before {
        width: 700px;
    }
    .edu-navbar3:before {
        width: 700px;
    }
    .edu-navbar4:before {
        width: 650px;
    }
}
/**/

/**/
.searchmodal {
    padding: 0 !important;
}
.searchmodal .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    display: table;
}
.searchmodal .modal-content {
    height: 100%;
    border-radius: 0;
 
    border: none;
    display: table-cell;
    vertical-align: middle;
}
.searchmodal .modal-body {
    max-width: 700px;
    margin: auto;
}
.search-form {
    position: relative;
}
.search-form .form-control {
    border-radius: 0;
    border-top: none;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    height: 60px;
    font-size: 25px;
    padding: 0;
    border-color: #e9ecef;
}
.search-form .form-control:focus {
    border-color: #003d7e;
}
.search-form .search-btn {
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    bottom: 12px;
    right: 0;
    font-size: 20px;
    cursor: pointer;
    padding: 0 5px;
    -webkit-transition: .4s;
    transition: .4s;
}
.search-form .search-btn:hover {
    color: #003d7e;
}
.searchmodal button.close {
	border: 1px solid #00428e;
	color: #00428e;
	opacity: 1;
	padding: 0 !important;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	-webkit-transition: .4s;
	transition: .4s;
}
.searchmodal button.close:hover {
    background-color: #fff;
    color: #333 !important;
    opacity: 1 !important;
}
.searchmodal .modal-header {
    border: none;
}
.modal-dialog{
    animation:modal-dialog 1s;
    -moz-animation-fill-mode: forwards
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes modal-dialog {
    0%   { 
        opacity: 0; 
        transform: scale(0.75);};
        -webkit-transform: scale(0.75);
    }
    100% { 
        opacity: 1; 
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes modal-dialog {
    0%   { 
        opacity: 0; 
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
    }
    100% { 
        opacity: 1; 
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@-o-keyframes modal-dialog{
    0%   { 
        opacity: 0; 
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
    }
    100% { 
        opacity: 1; 
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@keyframes modal-dialog {
    0%   { 
        opacity: 0; 
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
    }
    100% { 
        opacity: 1; 
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
/**/
/* ==============
    End Navbar CSS 
==================================== */

/* ==============
    Hero Slider CSS 
==================================== */
.hero-slider-item {
    height: 650px;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.hero-slider-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .7;
    left: 0;
    top: 0;
}
.item-bg-1 {
    background-image: url("../../assets/img/slider/1.jpg");
}
.item-bg-2 {
    background-image: url("../../assets/img/slider/2.jpg");
}
.item-bg-3 {
    background-image: url("../../assets/img/slider/3.jpg");
}
.item-bg-4 {
    background-image: url("../../assets/img/slider/4.jpg");
}
.item-bg-5 {
    background-image: url("../../assets/img/slider/5.jpg");
}
.item-bg-6 {
    background-image: url("../../assets/img/slider/6.jpg");
}
.item-bg-7 {
    background-image: url("../../assets/img/slider/7.jpg");
}
.item-bg-8 {
    background-image: url("../../assets/img/slider/8.jpg");
}
.item-bg-9 {
    background-image: url("../../assets/img/slider/9.jpg");
}
.hero-slider-text {
    padding: 0 15px;
    max-width: 1140px;
    margin: auto;
    position: relative;
}
.welcome-text {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}
.hst-text-center {
    text-align: center;
}
.hst-text-center p {
    margin-left: auto !important;
    margin-right: auto !important;
}
.hero-slider-text h1 {
    color: #fff;
    font-weight: bold;
    font-size: 60px;
}
.hero-slider-text p {
    color: #fff;
    font-size: 16px;
    margin: 30px 0 40px;
    max-width: 585px;
}
.hero-slider .owl-item.active h1, .hero-slider2 .owl-item.active h1 {
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}
.hero-slider .owl-item.active p, .hero-slider2 .owl-item.active p {
    -webkit-animation: 1s .6s fadeInUp both;
    animation: 1s .6s fadeInUp both;
}
.hero-slider .owl-item.active .slider-btn, .hero-slider2 .owl-item.active .slider-btn {
    -webkit-animation: 1s .9s flipInX both;
    animation: 1s .9s flipInX both;
}
.owl-theme-1 button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    background-color: rgb(255, 255, 255, .1) !important;
    font-size: 40px !important;
    height: 80px;
    line-height: 40px !important;
    width: 50px;
    margin-top: -70px !important;
    margin-left: 0px !important;
    transition: .3s;
    -webkit-transition: .3s;
}
.owl-theme-1 button.owl-prev i {
    padding-right: 5px;
}
.owl-theme-1 button.owl-prev:hover, .owl-theme-1 button.owl-next:hover {
    background-color: #003d7e !important;
    color: #fff;
}
.owl-theme-1 button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    background-color: rgb(255, 255, 255, .1) !important;
    font-size: 40px !important;
    height: 80px;
    line-height: 40px !important;
    width: 50px;
    margin-top: -70px !important;
    margin-right: 0px !important;
    transition: .3s;
    -webkit-transition: .3s;
}
.owl-theme-1 button.owl-next i {
    padding-left: 5px;
}
.owl-theme-1 .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.owl-theme-1 .owl-dots .owl-dot span {
	width: 40px;
	height: 5px;
	margin: 0 5px;
	background-color: rgb(255, 255, 255, .7);
    border-radius: 0 !important;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.owl-theme-1 .owl-dots .owl-dot.active span, .owl-theme-1 .owl-dots .owl-dot:hover span {
    background: #003d7e;
}
/* Owl Theme Style Two */
.owl-theme-2 .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
}
.owl-theme-2 .owl-prev {
    margin: 0 -9px 0 0px !important;
    padding: 0 !important;
}
.owl-theme-2 .owl-prev i {
    background-color: #f2eee2;
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    width: 80px;
    height: 40px;
    display: inline-block;
    color: #464e4e;
    line-height: 40px;
    font-size: 30px !important;
}
.owl-theme-2 .owl-prev:hover {
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
.owl-theme-2 .owl-next {
    margin: 0 0px 0 -9px !important;
    padding: 0 !important;
}
.owl-theme-2 .owl-next i {
    background-color: #003d7e;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 80px;
    height: 40px;
    display: inline-block;
    color: #fff;
    line-height: 40px;
    font-size: 30px !important;
}
.owl-theme-2 .owl-next:hover {
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.owl-theme-2 .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.owl-theme-2 .owl-dot span {
    width: 25px !important;
    height: 25px !important;
    margin: 0 4px !important;
    background: #f2eee2 !important;
    border-radius: 0 !important;
    -webkit-clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}
.owl-theme-2 .owl-dots .owl-dot.active span, .owl-theme-2 .owl-dots .owl-dot:hover span {
    background: #003d7e !important;
}
/* End owl Theme Style Two */
/* ==============
    End  Hero Slide CSS 
==================================== */

/* ==============
    Hero Area CSS 
==================================== */
.hero-area {
    background-image: url(../img/hero-area-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 650px;
}
.hero-area:before {
    background-color: rgba(0, 0, 0, .6);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.hero-textarea {
    max-width: 900px;
    margin: auto;
    text-align: center;
    padding: 0 20px;
}
.hero-title {
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    margin: 0;
    position: relative;
}
.search-course-form {
    position: relative;
    max-width: 650px;
    margin: 40px auto 0;
}
.search-course-form .form-control {
    height: 60px;
    padding: 10px 30px;
    font-family: 'Open Sans', sans-serif;
}
.search-course-form .form-control:focus {
    border-color: #003d7e;
}
.search-course-form .search-btn {
    background-color: #003d7e;
    border: 1px solid #003d7e;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    padding: 10px 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0px;
    cursor: pointer;
}
.search-course-form .search-btn:hover {
    background-color: #e62d88;
    border: 1px solid #e62d88;
}
.down-arrow {
    position: absolute;
    bottom: 40px;
    color: #fff;
    font-size: 40px;
    margin: auto;
    max-width: 50px;
    left: 0;
    right: 0;
    text-align: center;
}
/* ==============
    End  Hero Area CSS 
==================================== */

/* ==============
    End  Hero Area CSS 
==================================== */
.single-categorie {
    margin-bottom: 30px;
    background-size: cover;
    text-align: center;
    position: relative;
    border-radius: 0;
}
.em-bg {
    -webkit-clip-path: polygon(11% 0, 100% 0%, 88% 100%, 0% 100%);
    clip-path: polygon(11% 0, 100% 0%, 88% 100%, 0% 100%);
}
.single-categorie:before {
    background-color: rgba(0, 0, 0, .5);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
}
.single-categorie a {
    color: #fff;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding: 50px 10px;
}
.single-categorie a:hover {
    background-color: #003d7e;
    color: #fff;
    opacity: .8;
    border-radius: 6px;
}
.cag-bg-1 {
    background-image: url(../img/categories/1.png);
}
.cag-bg-2 {
    background-image: url(../img/categories/2.png);
}
.cag-bg-3 {
    background-image: url(../img/categories/3.png);
}
.cag-bg-4 {
    background-image: url(../img/categories/4.png);
}
.cag-bg-5 {
    background-image: url(../img/categories/5.png);
}
.cag-bg-6 {
    background-image: url(../img/categories/6.png);
}
.cag-bg-7 {
    background-image: url(../img/categories/7.png);
}
.cag-bg-8 {
    background-image: url(../img/categories/8.png);
}
.categorie-slider button.owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5) !important;
    height: 100%;
    width: 30px;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important; 
    font-size: 20px !important;
}
.categorie-slider button.owl-next {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5) !important;
    height: 100%;
    width: 30px;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important; 
    font-size: 20px !important;
}
.categorie-slider .single-categorie {
    margin: 0;
}
/* ==============
    End  Hero Area CSS 
==================================== */

/* ==============
    About Us Area CSS 
==================================== */
.radius-5 {border-radius: 5px;}

.about-us-area { padding-bottom:110px; background:#f5f5f5 url(../img/aboutbg.jpg) no-repeat center;}
.about-us-area .tit { font-size:26px; color:#191919;}
.about-us-area .tit:before { width:40px; height:4px; margin-bottom:10px; background:#bdbdbd; content:""; display:block}
.about-us-area .tit p { text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; color:#bdbdbd; font-size:14px;}
.about-us-text {padding-top: 15px;}
.about-us-text h4 {font-weight: 400; font-size: 23px; color: #003d7e;}
.about-us-text h2 {font-size: 26px; margin-top:80px;}
.about-us-text h5 {font-weight: 400; font-size: 18px; line-height: 30px; margin-bottom: 15px;}
.about-us-text .default-btn {margin-top: 12px;}
.about-video-intro {
    background-image: url(../../assets/img/about-video-thumb.jpg);
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    width: 95%;
    margin-bottom: 20px;
}
.about-video-intro:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
}
.about-video-intro:after {
    background-image: url(../../assets/img/pattern-bg.png);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 20px;
    top: 20px;
    z-index: -1;
}
.about-us-box {
    margin-top: -120px;
    z-index: 900;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 15px #ebebeb;
    padding: 30px;
}
.about-us-box .about-video-intro:after {
    left: 10px;
    top: 10px;
}
.about-us-box .about-video-intro {
    height: 365px;
    width: 99%;
    margin-bottom: 10px;
}
.about-us-box .about-us-text {
    padding-top: 25px;
}
.page-banner {
    background-color: #fafafa;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.banner-bg-one {background: url(../img/pagebg1.jpg) no-repeat center; background-size:cover}
.banner-bg-two {background: url(../img/pagebg2.jpg) no-repeat center; background-size:cover}
.banner-bg-three {background: url(../img/pagebg3.jpg) no-repeat center; background-size:cover}
.banner-bg-four {background: url(../img/pagebg4.jpg) no-repeat center; background-size:cover}
.banner-bg-five {background: url(../img/pagebg5.jpg) no-repeat center; background-size:cover}
.banner-bg-six { background: url(../img/pagebg6.jpg) no-repeat center; background-size:cover}
.banner-bg-seven {background: url(../img/pagebg7.jpg) no-repeat center; background-size:cover}
.banner-bg-eight {background: url(../img/pagebg8.jpg) no-repeat center; background-size:cover}
.banner-bg-nine {background: url(../img/pagebg9.jpg) no-repeat center; background-size:cover}

.banner-bg-one:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.banner-bg-two:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.banner-text {
    position: relative; text-align:left;
}
.banner-text h1 {
    color: #fff;
    font-size: 32px; font-weight:bold;text-shadow:1px 1px 2px #999999;
	padding-top:20px;
	margin-bottom:0;
}
.banner-text h1:before { width:50px; height:3px; display:block; content:""; margin-bottom:10px; background:#fff;}
.banner-text ol.breadcrumb {
    margin: 0px 0 0;
    display: block;
    background-color: transparent;
    padding: 0;
}
.banner-text ol.breadcrumb li {
    display: inline-block;
    font-size:32px; color:#fff; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;text-shadow:1px 1px 2px #999999;
}
.banner-text ol.breadcrumb li a {
    color: #fff;
}
.banner-text ol.breadcrumb li a:hover {
    color: #003d7e;
}
.banner-text .breadcrumb-item.active {
    color: #003d7e;
}
/* ==============
    End About Us Area CSS 
==================================== */

/* ==============
    Popular courses CSS 
==================================== */
.popular-courses { background:url(../img/rongyubg.jpg) no-repeat center top;}

.popular-courses .rongyu { border:#fff 2px solid; padding-bottom:40px; margin-top:72px; text-align:center; padding:10px;}
.popular-courses .rongyu .tit { color:#fff; font-size:28px;}
.popular-courses .rongyu .tit span { color:#fff; font-size:34px; font-weight:bold}
.popular-courses .rongyu p { font-size:18px; color:#fff;}
.popular-courses .rongyu .add { width:80%; background:#fff; font-size:18px; letter-spacing:3px; border-radius:20px; margin:20px auto;}
.popular-courses .rongyu .tel { padding:0px 20px; font-size:18px; font-family:Arial, Helvetica, sans-serif; background:#003d7e; color:#fff; position:absolute; left:48px;}



.section-header {margin-bottom: 40px; text-align: center;}
.section-header i {
    color: #003d7e;
    font-size: 50px;
    display: inline-block;
    margin-bottom: 10px;
}
.section-header h2 {
    font-weight: bold;
    font-size: 34px;
    margin: 0;
}
.section-header p {
    max-width: 500px;
    margin: 10px auto 0;
}
.single-course {position: relative;}
span.free-course {
    position: absolute;
    right: 0;
    background-color: #003d7e;
    color: #fff;
    height: 35px;
    width: 80px;
    text-align: center;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    padding-left: 18px;
    bottom: -4px;
    -webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%, 26% 50%);
    clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%, 26% 50%);
}
.thumb-img {
    display: block;
    position: relative;
}
.thumb-img img {
    width: 100%;
}
.course-caption {
    padding: 25px 25px 30px;
    border: 1px solid #f2eee2;
}
.course-caption h3 {
    font-size: 22px;
}
.course-caption h3 a {
    color: #1f2d30;
}
.course-caption h3 a:hover {
    color: #003d7e;
}
.course-foot {
    position: relative;
    padding-top: 3px;
    margin-top: 15px;
}
.course-foot img {
    border-radius: 50%;
    height: 30px !important;
    width: 30px !important;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #003d7e;
}
.course-foot a {
    color: #1f2d30;
    font-size: 17px;
}
.course-foot a:hover {
    color: #003d7e;
}
.course-foot .price {
    color: #003d7e;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600; 
}
.course-foot .price del {
    color: #777;
    padding-right: 5px;
    font-weight: 500;
}
.owl-theme-s2 button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    background-color: rgb(255, 255, 255, .7) !important;
    font-size: 40px !important;
    height: 80px;
    line-height: 40px !important;
    width: 50px;
    border-radius: 100px 0 0 100px !important;
    margin-top: -70px !important;
    margin-left: 0px !important;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    opacity: 0;
    color: #003d7e !important;
}
.owl-theme-s2:hover button.owl-prev {
    left: -50px;
    opacity: 1;
}
.owl-theme-s2 button.owl-prev i {
    padding-left: 5px;
}
.owl-theme-s2 button.owl-prev:hover, .owl-theme-s2 button.owl-next:hover {
    background-color: #003d7e !important;
    color: #fff !important;
}
.owl-theme-s2 button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    background-color: rgb(255, 255, 255, .7) !important;
    font-size: 40px !important;
    height: 80px;
    line-height: 40px !important;
    width: 50px;
    border-radius: 0 100px 100px 0 !important;
    margin-top: -70px !important;
    margin-right: 0px !important;
    transition: .3s;
    -webkit-transition: .3s;
    opacity: 0;
    color: #003d7e !important;
}
.owl-theme-s2:hover button.owl-next {
    right: -50px;
    opacity: 1;
}
.owl-theme-s2 button.owl-next i {
    padding-right: 5px;
}
.owl-theme-s2 .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}
.owl-theme-s2 .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 0 5px; 
    background-color: rgb(255, 255, 255, .7);
}
.owl-theme-s2 .owl-dots .owl-dot.active span, .owl-theme-s2 .owl-dots .owl-dot:hover span {
    background: #003d7e;
}
/* Single Courses */
.single-course-header {position: relative;}
.single-course-header span.free-course {
    height: 40px;
    width: 90px;
    line-height: 40px;
    padding-left: 25px;
    bottom: 25px;
}
.single-course-header h2 {
    font-size: 30px;
    margin-top: -8px;
}
ul.course-meta {
    list-style-type: none;
    padding: 0;
    margin: 30px 0 15px;
}
ul.course-meta li {
    display: inline-block;
    margin-right: 15px;
    border-right: 1px solid #ebebeb;
    padding-right: 20px;
    margin-bottom: 15px;
}
ul.course-meta li:last-child {
    border-right: none;
    margin-right: 0;
}
ul.course-meta .author {
    position: relative;
    padding-left: 80px;
}
ul.course-meta .author .thumb {
    position: absolute;
    left: 0;
    top: -5px;
    width: 60px;
}
ul.course-meta .author .thumb img {
    border-radius: 50%;
}
ul.course-meta a {
    color: #212529;
    font-weight: 500;
}
ul.course-meta a:hover {
    color: #003d7e;
}
.review-stars i {
    color: #ffaa30;
    font-size: 14px;
}
.course-accordion {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    border: 1px solid #ebebeb;
}
.course-accordion-list {
    border-bottom: 1px solid #ebebeb;
    position: relative;
    background-color: #fdfdfd;
}
.course-accordion-list:last-child {
    border-bottom: none;
}
.course-accordion-content {display: none;}
.ca-section-title {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    padding: 16px 35px 16px 25px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
}
.ca-section-title.active {
    background-color: #f2eee2;
    color: #003d7e;
}
.ca-section-title:after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    right: 20px;
    content: " ";
    top: 27px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ca-section-title.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul.course-section-content {
    padding: 5px 25px;
    margin: 0;
    list-style-type: none;
}
li.course-lesson {
    border-top: 1px solid #ebebeb;
    line-height: 60px;
    font-family: 'Open Sans', sans-serif;
    padding-right: 200px;
    position: relative;
}
li.course-lesson:first-child {
    border-top: none;
}
li.course-lesson .lesson-title {
    color: #212529;
}
li.course-lesson .lesson-title:hover {
    color: #003d7e;
}
li.course-lesson span.number {
    font-weight: 600;
    padding-right: 5px;
}
a.lesson-preview {
    background-color: #003d7e;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 4px 10px;
    line-height: 15px;
    border-radius: 30px;
    margin-left: 10px;
}
a.lesson-preview:hover {
    background-color: #000;
    color: #fff;
}
.lp-looked {
    background-color: #ccbebe;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 4px 10px;
    line-height: 15px;
    border-radius: 30px;
    margin-left: 10px;
}
a.attrachment, a.attrachment-video, a.question {
    color: #000;
    padding-left: 10px;
}
a.attrachment:hover, a.attrachment-video:hover, a.question:hover {
    color: #003d7e;
}
.fr {
    float: right;
    font-size: 14px;
    position: absolute;
    right: 25px;
    top: 0;
}
.fr i {
    color: #584f4f;
    font-size: 13px;
    padding-right: 2px
}
.fr i:hover {
    color: #003d7e;
}
.single-course-info {
    background-color: #f2eee2;
}
.single-course-info .title {
    background-color: #003d7e;
    color: #fff;
    text-align: center;
    padding: 15px 15px 25px;
    margin: 0;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
}
.single-course-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.single-course-info ul li {
    border-bottom: 1px solid #fff;
    padding: 15px 20px;
    position: relative;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.single-course-info ul li .date {
    float: right;
}
.single-course-info ul li i {
    color: #003d7e;
    padding-right: 5px;
    font-size: 17px;
}
.single-course-info .price {
    text-align: center;
    font-size: 16px;
    background-color: #003d7e;
    color: #fff;
    display: block;
    width: 90px;
    height: 44px;
    line-height: 44px;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    float: left;
    padding-right: 10px;
}
.single-course-info .se-info-foot {
    padding: 20px;
    overflow: hidden;
    text-align: right;
}
.about-instructor {
    background-color: #fafafa;
    padding: 25px;
}
.about-instructor .title {
    margin-bottom: 30px;
}
.about-instructor-content {
    position: relative;
    padding-left: 100px;
    padding-top: 11px;
    margin-bottom: 25px;
}
.about-instructor-content img {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
}
.about-instructor-content h6 {
    margin: 0;
}
.about-instructor-content h6 a {
    color: #000;
}
.about-instructor-content p {
    margin: 0;
}
.about-instructor-content ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0;
}
.about-instructor-content ul li {
    display: inline-block;
    margin-right: 5px;
}
.about-instructor-content ul li:last-child {
    margin-right: 0;
}
.about-instructor-content ul li i {
    background-color: #003d7e;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding-right: 5px;
    text-align: center;
    line-height: 30px;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.about-instructor-content ul li i:hover {
    background-color: #000;
    color: #fff;
}
.comment-area .media {
    margin-top: 20px;
    background-color: #fafafa;
    padding: 25px;
}
.comment-area .media .media-body .media {
    margin-top: 20px;
    background-color: #fff;
}
.comment-area .media > .media-body > .media > img {
    height: 80px;
    width: 80px;
}
.comment-area .media img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.comment-area .media span.date {
    margin-bottom: 8px;
    display: block;
}
a.reply {
    background-color: #003d7e;
    color: #fff;
    display: inline-block;
    padding-right: 10px;
    text-align: center;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    height: 30px;
    width: 70px;
    line-height: 30px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
a.reply:hover {
    background-color: #003d7e;
    color: #fff;
}
.comment-form {
    margin-top: 20px;
}
.comment-form .form-control {
    border-radius: 0;
    background-color: #fafafa;
    border-color: #f1f1f1;
}
.comment-form .form-control:focus {
    border: 1px solid #003d7e;
}
.comment-form .form-group {
    margin-bottom: 20px;
}
.widget .title {
    background-color: #f2eee2;
    text-align: center;
    padding: 15px 15px 25px;
    margin: 0;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
}
.categories-widget {
    border: 1px solid #ebebeb;
    background-color: #fdfdfd;
}
.categories-widget ul {
    list-style-type: none;
    padding: 10px 20px 20px;
    margin: 0;
}
.categories-widget ul li {
    position: relative;
    border-bottom: 1px solid #fbf1f1;
}
.categories-widget ul li:last-child {
    border-bottom: none;
}
.categories-widget ul li a {
    color: #212529;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-family: 'Open Sans', sans-serif;
}
.categories-widget ul li a:hover {
    color: #003d7e;
}
.categories-widget ul li:first-child a {
    padding-top: 0;
}
.categories-widget ul li:last-child a {
    padding-bottom: 0;
}
.categories-widget ul li a span {
    float: right;
}
.tags-widget {
    border: 1px solid #ebebeb;
    background-color: #fdfdfd;
}
.tags-widget ul {
    padding: 30px 20px 20px;
    margin: 0;
    list-style-type: none;
}
.tags-widget ul li {
    display: inline-block;
    margin: 0 0 10px 0;
}
.tags-widget ul li a {
    display: inline-block;
    background-color: #f2eee2;
    padding: 6px 20px;
    color: #003d7e;
    font-size: 14px;
    border-radius: 30px;
    font-family: 'Open Sans', sans-serif;
}
/* End Single Courses */
/* ==============
    End Popular courses CSS 
==================================== */

/* ==============
    CTR CSS 
==================================== */
.ctr-area {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.ctr-bg-1 {
    background-image: url("../../assets/img/ctr-bg1.jpg");
}
.ctr-bg-2 {
    background-image: url("../../assets/img/ctr-bg2.jpg");
}
.ctr-area:before {
    content: "";
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
}
.ctr-text-content {
    text-align: center;
    position: relative;
}
.ctr-text-content h1 {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    margin-top: -8px;
}
.ctr-text-content p {
    color: #fff;
    margin: 20px auto 0;
    font-size: 16px;
    max-width: 750px;
}
.ctr-text-content .default-btn {
    margin-top: 30px;
}
/* ==============
    End CTR CSS 
==================================== */

/* ==============
   Upcoming Events CSS 
==================================== */

.event-caption {padding: 30px 20px; transition: .5s; -webki-transition: .5s; text-align: center; background:#f8f7f8;}
.event-caption:hover {background-color: #003d7e; color:#fff;}
.event-caption .date i {color: #003d7e; font-size: 15px; padding-right: 2px;}
.event-caption h3 {margin: 5px 0 0; position: relative; padding-bottom: 10px;}
.event-caption h3:before {
    content: "";
    background-color: #003d7e;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    height: 1px;
    width: 60px;
    transition: .5s;
    -webki-transition: .5s;
}
.event-caption h3:hover:before {
    width: 100px;
}
.event-caption h3 a {
    color: #1f2d30;
}
.event-caption h3 a:hover {
    color: #fff;
}
.event-caption p {
    margin: 15px 0 0; font-size:14px;
}
.event-caption .date {
    display: block; font-size:24px;
    margin-top: -4px;
}
.event-caption ul {
    list-style-type: none;
    padding: 0;
    margin: 5px 0 0;
}
.event-caption ul li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    font-size: 14px;
    color: #666666;
}
.event-caption ul li:last-child {
    margin-right: 0;
}
.event-caption ul li i {
    color: #003d7e;
    font-size: 15px;
    padding-right: 2px;
}
.book-now-center {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -20px;
    left: 0;
}
.book-now-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid #003d7e;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.event-caption:hover .book-now-btn {
    background-color: #003d7e;
    color: #fff;
    padding: 8px 28px;
}
.single-event-two {
    background-color: #f2eee2;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
}
.single-event-two .event-img {
    position: relative;
    margin-right: 15px;
    width: 230px;
}
.single-event-two span.date {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #003d7e;
    padding: 8px;
    left: 0;
    color: #fff;
    opacity: .9;
}
.single-event-two span.date i {
    padding-right: 4px;
    font-size: 18px;
}
.single-event-two h3 {
    margin: 5px 0 0;
    position: relative;
    padding-bottom: 10px;
    font-size: 22px;
}
.single-event-two h3:before {
    content: "";
    background-color: #003d7e;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 60px;
    transition: .5s;
    -webki-transition: .5s;
}
.single-event-two h3:hover:before {
    width: 100px;
}
.single-event-two h3 a {
    color: #1f2d30;
}
.single-event-two h3 a:hover {
    color: #003d7e;
}
.single-event-two p {
    font-size: 14px;
    margin: 15px 0 0;
    line-height: 26px;
}
.single-event-two ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.single-event-two ul li {
    display: inline-block;
    margin-top: 10px;
}
.single-event-two ul li i {
    color: #003d7e;
    font-size: 17px;
    padding-right: 5px;
}
.single-event-two .speech-icon {
    position: absolute;
    right: 15px;
    bottom: 0;
}
.ec-pb-50 {
    padding-bottom: 50px;
    position: relative;
}
.ec-pb-50 .b-absolute {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}
.se-mb-30 {margin-bottom: 30px;}
.single-event { background:#000}
.single-event > a > img {width: 100%; opacity:0.6;transition: .5s; -webki-transition: .5s;}
.single-event:hover a img { opacity:1}
.single-event:hover p { color:#fff}
.single-event h3 { font-size:18px;}
.single-event:hover h3 { color:#fff}
.single-event:hover .date { color:#fff;}
.single-event:hover .event-caption h3::before { background:#fff}
.single-event:hover .event-caption { background:#003d7e}
/* Single Event */
.single-event-header {
    margin-bottom: 30px;
}
.single-event-header h2 {
    font-size: 30px;
}
.single-event-header .date i {
    color: #003d7e;
    font-size: 17px;
    padding-right: 5px;
}
.single-event-info {
    background-color: #f2eee2;
}
.single-event-info .title {
    background-color: #003d7e;
    color: #fff;
    text-align: center;
    padding: 15px 15px 25px;
    margin: 0;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
}
.single-event-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.single-event-info ul li {
    border-bottom: 1px solid #fff;
    padding: 15px 15px;
    position: relative;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.single-event-info ul li .date {
    float: right;
}
.single-event-info ul li i {
    color: #003d7e;
    padding-right: 5px;
    font-size: 17px;
}
.se-info-foot {
    text-align: center;
    padding: 21px 10px;
}
.single-event-description {
    margin: 30px 0;
}
.single-event-description blockquote.blockquote {
    background-color: #fafafa;
    padding: 20px;
    border-left: 2px solid #ebebeb;
    font-size: 16px;
}
.single-event-tags {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.single-event-tags li {
    display: inline-block;
}
.single-event-tags li:first-child {
    font-weight: 600;
    padding-right: 5px;
}
.single-event-tags li a {
    background-color: #f2eee2;
    color: #000;
    display: inline-block;
    padding: 5px 15px;
    -webkit-clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
}
.single-event-tags li a:hover {
    background-color: #003d7e;
    color: #fff;
}
.single-event-share {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.single-event-share li {
    display: inline-block;
}
.single-event-share li:first-child {
    font-weight: 600;
    padding-right: 5px;
}
.single-event-share li a i {
    background-color: #f2eee2;
    color: #000;
    display: inline-block;
    height: 30px;
    width: 35px;
    text-align: center;
    line-height: 30px;
    -webkit-clip-path: polygon(13% 0, 100% 0%, 88% 100%, 0% 100%);
    clip-path: polygon(13% 0, 100% 0%, 88% 100%, 0% 100%);
}
.single-event-share li a i:hover {
    background-color: #003d7e;
    color: #fff;
}
/* Single Event */
/* ==============
    End Upcoming Events CSS 
==================================== */

/* ==============
    Why Choose us CSS 
==================================== */
.single-reason {
    text-align: center;
    padding: 0 20px 20px;
    border-radius: 5px;
    transition: .5s;
    -webkit-transition: .5s;
}
.single-reason.mb-50 {
    margin-bottom: 50px;
}
.single-reason.mb-30 {
    margin-bottom: 30px;
}
.single-reason:hover {
    background-color: #fff;
}
.single-reason:hover .reason-icon {
    background-image: none;
}
.active-hover {
    background-color: #fff;
}
.active-hover .reason-icon {
    background-image: none;
}
.reason-icon {
    background-image: url(../../assets/img/reason-icon-bg.png);
    background-size: contain;
    background-position: center center;
    height: 120px;
    background-repeat: no-repeat;
    width: 120px;
    margin: auto;
    line-height: 120px;
}
.reason-icon i {
    font-size: 50px;
    color: #003d7e;
}
.single-reason h3 {
    margin-top: -30px;
}
.mb-minus-355 {
    margin-bottom: -355px; 
}
.mb-minus-462 {
    margin-bottom: -462px; 
}
.video-content {
    background-image: url(../../assets/img/video-thumb-image.jpg);
    max-width: 487px;
    width: 100%;
    height: 356px;
    background-size: cover;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
	margin-left:52px;
	margin-top:60px;
}
/*.video-content:before {
    background-color: #000;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: .2;
}*/
.play-icon i {
    text-align: center;
    position: relative;
    display: inline-block;
    background-color: #fff;
    color: #003d7e;
    font-size: 45px;
    height: 80px;
    line-height: 80px;
    width: 80px;
    border-radius: 50%;
    padding-left: 10px;
    transition: .5s;
    -webkit-transition: .5s;
}
.play-icon i:hover {
    background-color: #003d7e;
    color: #fff;
}
.sonar-wrapper {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 8rem 0;
}
.sonar-emitter {
    position: relative;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 9999px;
    background-color: #003d7e;
}
.sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #003d7e;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}
.sonar-wave {
    animation: sonarWave 3s linear infinite;
}
@keyframes sonarWave {
    from {
        opacity: 0.6;
    }
    to {
        transform: scale(3);
        -webkit-transform: scale(3);
        opacity: 0;
    }
}










.video-area {
    background-image: url(../img/video-area-bg.jpg);
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.video-area:before {
    content: '';
    background-color: #000000;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .6;
}
.imac-mockup {
    background-image: url(../img/imac-pro.png);
    background-size: cover;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    height: 600px;
    padding: 25px 0 0;
}
.imac-mockup .video-content {
    max-width: 660px;
    height: 399px;
    border-radius: 0;
}
/* ==============
    End Why Choose us CSS 
==================================== */

 
/* ==============
    Counter Area CSS 
==================================== */
.counter-area {
    padding-top: 100px;
    padding-bottom: 70px;
}
.pt-350 {
    padding-top: 355px;
}
.pt-450 {
    padding-top: 450px;
}
.single-counter {
    text-align: center;
    margin-bottom: 30px;
}
.single-counter h3 {
    color: #003d7e;
    font-size: 36px;
    font-weight: 600;
}
.single-counter .sub-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
    color: #2f3435;
    display: block;
    font-family: 'Open Sans', sans-serif;
}
/* ==============
    End Counter Area CSS 
==================================== */
 
/* ==============
    Experienced Tutor CSS 
==================================== */
.experienced-tutor {
    background-color: #f2eee2;
}
.single-tutor {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
}
.single-tutor:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background: #fff;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.st-active-hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background: #fff;
}
.single-tutor img {
    transition: .5s;
    -webkit-transition: .5s;
}
.single-tutor:hover img {
   
}
.st-active-hover img {
    
}
.tutor-title {
    margin-top: 10px;
}
.tutor-title h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.tutor-title p {
    font-size: 15px;
    color: #003d7e;
}
.single-tutor .email-link {
    margin-top: 5px;
    margin-bottom: 0;
}
.single-tutor .email-link a {
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    word-break: break-all;
}
.single-tutor .email-link a:hover {
    color: #003d7e;
}
.single-tutor ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.single-tutor ul li {
    display: inline-block;
}
.single-tutor ul li a {
    display: inline-block;
    font-size: 18px;
    color: #666666;
    margin: 0 4px;
}
.single-tutor ul li a:hover {
    color: #003d7e;
}
.single-tutor-two {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    transition: .5s;
    -webkit-transition: .5s;
    position: relative;
}
.single-tutor-two:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.single-tutor-two .tutor-img {
    margin-right: 20px;
    width: 130px;
    text-align: center;
}
.single-tutor-two .tutor-img img {
    width: 130px;
    height: 130px;
}
.single-tutor-two .tutor-title {
    margin-top: 0;
    font-size: 22px;
}
.single-tutor-two .description {
    margin: 5px 0 0;
}
.tutor-img ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0;
}
.tutor-img ul li {
    display: inline-block;
}
.tutor-img ul li a {
    display: inline-block;
    font-size: 18px;
    color: #666666;
    margin: 0 4px;
}
.tutor-img ul li a:hover {
    color: #003d7e;
}
.pagination-outer { 
    text-align: center; 
    margin-top: 10px;
	margin-bottom: 30px;
}
.pagination { 
    display: inline-flex; 
    margin: 0;
}
.pagination li a.page-link {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    background: #1f2d30;
    border: none;
    font-weight: 600;
    color: #fff;
    padding: 0;
    margin-right: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.pagination li a.page-link:hover,
.pagination .active a.page-link,
.pagination .active a.page-link:hover{ background: #003d7e; }
/* ==============
    End Experienced Tutor CSS 
==================================== */

/* ==============
    Our Publication CSS 
==================================== */
.single-publication {
    border: 1px solid #f2eee2;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.single-publication figure {
    position: relative;
    margin: 0;
    text-align: center;
}
.single-publication figure > a {
    background-color: #fafafa;
    display: block;
}
.single-publication figure ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: -50px;
    top: 20px;
    transition: .6s;
    -webkit-transition: .6s;
}
.single-publication:hover figure ul {
    right: 15px;
}
.single-publication figure ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 15px;
    background: #003d7e;
    margin-bottom: 7px;
    border-radius: 50%;
    line-height: 35px;
    color: #fff;
}
.single-publication figure ul li a:hover {
    color: #fff;
    background: #e50663;
}
.single-publication .publication-content {
    text-align: center;
    padding: 20px;
}
.single-publication .publication-content .category {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #003d7e;
    font-weight: 600;
}
.single-publication .publication-content h3 {
    font-weight: 600;
    margin: 8px 0 10px;
    font-size: 20px;
}
.single-publication .publication-content h3 a {
    color: #1f2d30;
}
.single-publication .publication-content h3 a:hover {
    color: #003d7e;
}
.single-publication .publication-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
.single-publication .publication-content ul li {
    display: inline-block;
    font-size: 18px;
    color: #fec42d;
}
.single-publication .publication-content .price {
    font-size: 18px;
    color: #003d7e;
}
.single-publication .publication-content .price span {
    color: #6f6f6f;
    text-decoration: line-through;
    padding-left: 5px;
    font-weight: 300;
}
.single-publication .add-to-cart {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    height: 105px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.single-publication:hover .add-to-cart {
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}
.single-publication .add-to-cart .default-btn {
    margin-top: 28px;
    padding: 8px 25px;
    font-size: 14px;
}
.single-publication .category {
    margin: 0;
}
/* Single Shop */
.product-thumb {
    background-color: #f2eee2;
    text-align: center;
}
.product-info {
    margin-top: 55px;
}
.product-info .title {
    margin-bottom: 20px;
}
.product-info .price {
    font-size: 18px;
    color: #003d7e;
}
.product-info .price span {
    color: #6f6f6f;
    text-decoration: line-through;
    padding-left: 5px;
}
.product-info .rating {
    list-style-type: none;
    padding: 0;
}
.product-info .rating li {
    display: inline-block;
    font-size: 18px;
    color: #003d7e;
}
.product-info .rating li:last-child {
    color: #212529;
    font-size: 16px;
    padding-left: 10px;
}
.category {
    list-style-type: none;
    padding: 0;
    margin: 30px 0 0;
}
.category li {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
}
.category li a {
    color: #212529;
}
.category li a:hover {
    color: #003d7e;
}
.add-product-form {
    display: inline-flex;
}
.add-product-form .form-control {
    width: 100px;
    text-align: center;
    border-radius: 0;
}
.add-to-btn {
    background-color: #003d7e;
    color: #fff;
    margin-left: 15px;
    border-radius: 0;
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    padding: 0 15px 0 35px;
}

.product-description ul { padding:0}
.add-to-btn:hover {background-color: #003d7e;}
.product-description {margin-top: 10px;}
.product-description .tab-content {}
.product-description .nav-item.show .nav-link, 
.product-description .nav-link.active {
    color: #fff;
    background-color: #003d7e;
	border:#003d7e 1px solid;
}
.product-description .nav-link {
    padding: 10px 20px 10px 20px;
    color: #212529;
    font-size: 16px;
	margin:0px 5px;
	border:#ccc 1px dotted;
    border-radius: 0 !important;
}
.product-description .nav-tabs .nav-link:focus, 
.product-description .nav-tabs .nav-link:hover {
    background-color: #003d7e;
	border:#003d7e 1px solid;
    color: #fff;
}
.product-description .title {
    margin-bottom: 15px;
}
.product-description .comment-area .media:first-child {
    margin-top: 0;
}
.product-description .rating {
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
}
.product-description .rating li {
    display: inline-block;
    font-size: 18px;
    color: #003d7e;
}
.product-description .comment-area .media .media-body h5 {
    font-size: 18px;
}
.comment-form .rating {
    list-style-type: none;
    padding: 0;
    margin-bottom: 15px;
}
.comment-form .rating li {
    display: inline-block;
    font-size: 18px;
}
.comment-form .rating li a {
    color: #003d7e;
}
.comment-form .rating span {
    display: block;
}
.related-product {
    margin-top: 60px;
}
.related-product .title {
    font-size: 25px;
    margin-bottom: 30px;
}
.related-product .single-publication {
    margin-bottom: 0;
}
.cart-table {
    text-align: center;
}
.cart-table .delete {
    color: #003d7e;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 20px;
    border-radius: 30px;
    border: 1px solid #003d7e;
}
.cart-table .delete:hover {
    background-color: #003d7e;
    color: #fff;
}
.cart-table .item-list img {
    max-width: 60px;
}
.cart-table td, .cart-table th {
    vertical-align: middle;
}
.cart-table a {
    color: #003d7e;
}
.add-product-form .form-control {
    width: 70px;
    margin: auto;
    text-align: center;
}
.cart-coupon-code form {
    position: relative;
    max-width: 370px;
    width: 100%;
}
.cart-coupon-code .btn-primary {
    position: absolute;
    top: 0;
    background-color: #003d7e;
    right: 0;
    border-color: #003d7e;
    height: 50px;
    padding: 0 20px;
    border-radius: 0;
}
.cart-coupon-code .btn-primary:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.update-cart {
    background-color: #003d7e;
    border-color: #003d7e;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.update-cart:hover {
    background-color: #333;
    color: #fff;
}
.cart-totals {
    margin-top: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}
.cart-totals td, .cart-totalth {
    width: 50%;
}
.cart-totals .title {
    margin-bottom: 20px;
}
a.checkout-btn {
    background-color: #003d7e;
    color: #fff;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 5px;
    border: 1px solid #003d7e;
}
a.checkout-btn:hover {
    background-color: #333;
    border-color: #333;
}
.warning-card {
    background-color: #eae5e5;
    border-top: 2.4px solid #003d7e;
    padding: 15px 20px;
    font-size: 16px;
    margin-bottom: 20px;
}
.warning-card a {
    color: #003d7e;
}
.collapse-body {
    border-radius: 0;
}
.collapse-body p {
    font-size: 14px;
}
.collapse-body .login-btn {
    background-color: #003d7e;
    color: #fff;
    padding: 6px 30px;
    border-radius: 0;
}
.collapse-body .login-btn:hover {
    background-color: #333;
    color: #fff;
}
.collapse-body label {
    font-size: 18px;
}
.collapse-body label sup {
    font-size: 18px;
    color: #003d7e;
    top: 0;
}
.collapse-body .coupon-form {
    position: relative;
    max-width: 400px;
    width: 100%;
}
.apply-coupon-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #003d7e;
    color: #fff;
    height: 50px;
    border-radius: 0;
    padding: 10px 20px;
}
.apply-coupon-btn:hover {
    background-color: #333;
    color: #fff;
}
.checkout-form {
    margin-top: 50px;
}
.checkout-form .title {
    margin-bottom: 30px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}
.checkout-form .form-group label {
    font-size: 16px;
}
.checkout-form .form-group label sup {
    top: 0;
    font-size: 18px;
    color: #003d7e;
}
.checkout-form .form-group .form-control {
    border-radius: 0;
    height: 45px;
    font-size: 15px;
    padding: 6px 15px;
    box-shadow: none;
}
.checkout-form .form-group {
    margin-bottom: 25px;
}
.order-now-btn {
    display: block;
    background-color: #003d7e;
    color: #fff;
    width: 100%;
    border-radius: 0;
    padding: 8px 15px;
    font-size: 20px;
}
.order-now-btn:hover {
    background-color: #333;
    color: #fff;
}
/* End Single Shop */
/* ==============
    End Our Publication CSS 
==================================== */

/* ==============
    Blog CSS 
==================================== */
.latest-news {
    background-color: #fafafa;
}
.single-blog-post {
    margin-bottom: 30px;
    background: #fff;
    position: relative;
}
.single-blog-post .blog-post-content {
    padding: 20px 20px 35px;
    border: 1px solid #f2eee2;
}
.single-blog-post .blog-post-content span {
    color: #003d7e;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
}
.single-blog-post .blog-post-content h3 {
    margin: 0;
    font-size: 18px;
}
.single-blog-post .blog-post-content h3 a {
    color: #1f2d30;
}
.single-blog-post .blog-post-content h3 a:hover {
    color: #003d7e;
}
.single-blog-post .blog-post-content .default-btn {
    position: absolute;
    bottom: 0;
    left: 20px;
    opacity: 0;
    visibility: hidden;
}
.single-blog-post:hover .blog-post-content .default-btn {
    opacity: 1;
    visibility: visible;
    bottom: -20px;
}
.text-blog {
    background-color: #fff;
    padding: 17px 20px;
    margin-bottom: 11px;
    border: 1px solid #f2eee2;
}
.text-blog h3 a {
    color: #1f2d30;
}
.text-blog h3 {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
}
.text-blog h3 a:hover {
    color: #003d7e;
}
.text-blog .date {
    color: #003d7e;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px;
}
.search-widget {
    position: relative;
}
.search-widget .form-control {
    border-radius: 0;
    height: 45px;
    padding: 5px 15px;
}
.search-widget .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px 5px 30px;
    height: 45px;
    background-color: #003d7e;
    color: #fff;
    border-radius: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 33% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 33% 100%);
    font-size: 20px;
    line-height: 16px;
}
.search-widget .search-btn:hover {
    background-color: #003d7e;
}
.single-blog-header {
    margin-bottom: 30px;
}
.single-blog-header h2 {
    font-size: 30px;
    margin-top: -8px;
}
.single-blog-header .date i {
    color: #003d7e;
    font-size: 17px;
    padding-right: 5px;
}
/* ==============
    End Blog CSS 
==================================== */


/* ==============
    Feedback CSS 
==================================== */
.single-feedback {
    position: relative;
    border: 1px solid #f2eee2;
    padding: 20px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.single-feedback:hover {
    background: #f2eee2;
}
.single-feedback:hover p {
    color: #333;
}
.single-feedback p {
    color: #333;
    font-weight: 600;
}
.single-feedback .client-info {
    position: relative;
    padding-left: 65px;
    margin-top: 25px;
}
.owl-carousel .single-feedback .client-info img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
}
.single-feedback .client-info h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.single-feedback .client-info span {
    color: #003d7e;
    font-size: 15px;
}
.single-feedback .quote-icon {
    width: 60px !important;
    display: inline-block !important;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: -1;
}
.single-feedback-two {
    background-color: #f2eee2;
    position: relative;
    margin-bottom: 30px;
    padding: 25px 30px 30px 80px;
}
.single-feedback-two .client-img {
    position: absolute;
    width: 110px;
    left: -50px;
    border: 5px solid #f2eee2;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.single-feedback-two .quote-icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 60px;
}
.single-feedback-two p {
    color: #000;
}
.single-feedback-two .client-info h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.single-feedback-two .client-info span {
    color: #003d7e;
    font-size: 15px;
}
/* ==============
    End Feedback CSS 
==================================== */

/* ==============
    Our Partner CSS 
==================================== */
.our-partner.pb-180 {
    padding-bottom: 180px;
}
.single-partner img {
    max-width: 130px;
    margin: auto;
}
.single-partner a {
    display: block;
    opacity: .8;
}
.single-partner a:hover {
    opacity: 1;
}
/* ==============
    End Our Partner CSS 
==================================== */

/* ==============
    End Our Partner CSS 
==================================== */
.contact-us-section {
    background-color: #f2eee2;
}
.contact-info {
    background-color: #f2eee2;
    padding: 20px;
    margin-bottom: 50px;
    -webkit-clip-path: polygon(8% 0, 100% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(8% 0, 100% 0%, 93% 100%, 0% 100%);
    position: relative;
    z-index: 0;
    padding-left: 115px;
}
.contact-info i {
    color: #003d7e;
    background-color: #fff;
    height: 55px;
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 55px;
    left: 40px;
    top: 25px;
    line-height: 55px;
    font-size: 25px;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.contact-info h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.contact-info p {
    margin: 0;
}
.contact-info p a {
    color: #666666;
}
.contact-info p a:hover {
    color: #003d7e;
}
.form-control {
    border-radius: 0;
    height: 50px;
    padding: 10px 20px;
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none;
    border-color: #003d7e;
}
textarea.form-control {
    height: auto !important;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.g-map {
    line-height: 0;
}
.g-map iframe {
    width: 100%;
    height: 450px;
    border: none;
}
.register-form .title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}
.box-content {
    background-color: #f2eee2;
    padding: 40px;
    max-width: 700px;
    margin: auto;
    -webkit-clip-path: polygon(6% 0, 95% 0, 100% 9%, 100% 93%, 95% 100%, 6% 100%, 0 93%, 0 8%);
    clip-path: polygon(6% 0, 95% 0, 100% 9%, 100% 93%, 95% 100%, 6% 100%, 0 93%, 0 8%);
}
.box-content .form-group {
    margin-bottom: 25px;
}
.form-foot {
    text-align: center;
}
.form-foot p {
    margin: 8px 0 0;
    font-size: 16px;
}
.form-foot p a:hover {
    color: #003d7e;
}
.contact-form .h5.text-center, .contact-form .h4.text-center{
    margin-bottom: 0;
    font-size: 17px;
}
/* ==============
    End Our Partner CSS 
==================================== */

/* ==============
    End Our Partner CSS 
==================================== */
.error-section {
    background-color: #f1f1f1;
    padding: 30px 15px;
    height: 100vh;
    text-align: center;
}
.error-section h1 {
    font-size: 100px;
    font-weight: bold;
    line-height: 90px;
    margin: 0;
    color: #003d7e;
}
.error-section h3 {
    margin: 30px 0 0;
}
.error-section p {
    margin: 5px 0 0;
}
a.back-button {
    display: inline-block;
    border: 1px solid #003d7e;
    color: #003d7e;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 25px;
}
a.back-button:hover {
    background-color: #003d7e;
    color: #fff;
}
/* ==============
    End Our Partner CSS 
==================================== */

/* ==============
    Footer CSS 
==================================== */
.footer-area {
    background:#003d7e;
    position: relative;
    background-attachment: fixed;
}

.contact-information-box {
    background: #fff;
    position: relative;
    padding: 30px 60px;
    border-radius: 100px;
    z-index: 1;
    top: 0;
    margin-bottom: 95px;
    margin-top: -185px;
    border: 2px solid #f2eee2;
}
.contact-information-box .single-box i {
    font-size: 50px;
    color: #003d7e;
}
.contact-information-box .single-box p {
    margin-bottom: 0;
    line-height: 25px;
}
.contact-information-box .single-box p a {
    display: inline-block;
    color: #666666;
}
.contact-information-box .single-box p a:hover {
    color: #003d7e;
}
.single-footer-widget.pl-30 {
    padding-left: 10px;
}
.single-footer-widget h3 {
    color: #fff;
    margin-bottom: 20px;
	font-size:18px;
}
.single-footer-widget .weixin img { width:100%}
.single-footer-widget h3:after { background:#fff; height:1px; width:40px; display:block; content:""; margin-top:10px;}
.single-footer-widget p {
    color: #d8d8d8;
}
.single-footer-widget ul {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    margin: 0;
}
.single-footer-widget .quick-menu li a {
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    color: #d8d8d8;
}
.single-footer-widget .quick-menu li a:hover {
    color: #fff;
}
.single-footer-widget .quick-menu li:first-child a {
    margin-top: 0;
}
.single-footer-widget .instagram-feed li {
    float: left;
    width: 33.33%;
    padding: 3px;
}
.single-footer-widget .instagram-feed li img {
    width: 100%;
}
.newsletter i { color:#fff; border:#6b8eb4 1px solid; margin-right:10px; font-size:15px; display:inline-block; padding:5px; border-radius:50%; color:#6b8eb4;}
.newsletter p { margin-bottom:10px;}
/* ==============    End Footer CSS    ============== */
.bottom-footer {
    padding:15px 0;
	background:#003d7e;
	font-size:14px;
    border-top: 1px solid #3b6a9c;
}
.bottom-footer p {
    margin: 0; color:#e2e2e2;
}
.bottom-footer p a {
    color: #e2e2e2;
}
.bottom-footer p a:hover {
    text-decoration: underline;
}
.social-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.social-links li {
    display: inline-block;
    margin-left: 10px;
}
.social-links li a { color:#e2e2e2;}
.help-block ul.list-unstyled li {
    color: #ff0000;
    margin-top: 10px;
}

/* ==============
    End Footer CSS 
==================================== */
/*产品展示*/
.products .tit { border-bottom:#c4c4c4 2px solid; height:90px; margin-bottom:30px;}
.products .tit h2 { color:#2a2a2a; position:absolute; margin-bottom:-2px; height:44px; font-size:30px; border-bottom:#00428e 2px solid;}
.products .tit p { color:#b2b2b2; font-size:36px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif}
.products .tit span { float:right; background:#00428e; height:42px; width:42px; text-align:center; position: relative; right:0; top:36px;}
.products .tit span a { color:#fff; line-height:42px; font-size:30px;}
.productkind { background:#f4f4f4}
.prolist { padding-top:30px; padding-right:49px;}
.prolist p { text-align:center; background:#e3e3e3; margin-top:5px; color:#333; line-height:45px;}
.prolist .text { line-height:25px; margin-bottom:10px; display:block}



.productdetailed {background: url(../../assets/img/nobnn_bg.gif) repeat-x top; height:auto; overflow:hidden; padding-top:50px;}

.pd_guide,.pd_guide * { -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.pdico { display:block; width:30px; height:30px; background:url(../../assets/img/pd_ico.png) no-repeat; margin:0 auto;}
.pi01 { background-position:0 0; }
.pi02 { background-position:-30px 0; }
.pi03 { background-position:-60px 0; }
.pi04 { background-position:-90px 0; }
.pd_guide{ height:120px; margin-top:0;}
.pd_guide ul { padding:0; margin:0;}
.pd_guide li { width:25%; float:left; list-style:none; text-align:center; background-color:#00428e; color:#fff;}
.pd_guide a { display:block; color:#fff; font-size:20px; padding:17px 0; border-right:#fff 4px solid; position:relative; }
.pd_guide a ._title{ color:#fff; font-size:20px;}
.pd_guide a i{ font-size:40px; font-weight:300;}
.pd_guide a:after { content:""; display:none; width:0; height:0; overflow:hidden; border-color:#d10000 transparent transparent; border-style:solid dashed dashed; border-width:10px; position:absolute; left:50%; margin-left:-10px; bottom:-20px;}
.pd_guide li:last-child a { border-width:0; }

.pd_guide.fixed { position:fixed; width:1110px; top:96px; z-index:10; }
.pd_guide.fixed .pdico { display:none;}
.pd_guide li.active a { background-color:#d10000; }
.pd_guide li:hover a { background-color:#d10000; }
.pd_guide li.active a:after { display:block; }
.pd_section{padding:30px 0;}
.pd_section .pd_title{font-size: 22px; color:#555; line-height:100px;}
.pd_section01{font-size:15px;line-height: 1.9;}
.pd_section4{padding:50px 0;}

.box .tit {font-size: 22px; font-weight:bold; color:#555; margin-top:26px; margin-bottom: 20px;}


.link { background:#fff; border-top:#f2f2f2 1px solid; min-height:50px; line-height:24px;}
.link .tit { background: url(../../assets/img/link.jpg) no-repeat center; width:74px;height:44px; float:left;}
.link ul { margin:0; padding:0;}
.link li { float:left; list-style:none; font-size:9pt;}
.link li a {padding:0px 5px; color:#333; font-size:9pt;}
.link li:last-child a { border-right:none;}

.quiklink { background:#003d7e; height:120px; clear:both; overflow:hidden;}
.quiklink ul { margin:0; padding:0;}
.quiklink .tit { float:left; color:#fff; padding-top:22px; font-size:26px; width:160px; border-right:#7e92a8 1px dotted; height:120px;}
.quiklink .tit p { color:#fff; font-family:Arial, Helvetica, sans-serif;}
.quiklink li { float:left; list-style:none; width:158px; height:120px; text-align:center; border-right:#7e92a8 1px dotted;}
.quiklink li:hover { background:#00336a}
.quiklink li a { display:block; line-height:32px; text-align:center; color:#fff; font-size:15px;}
.quiklink li img { padding-top:20px;}
/* ============== 返回顶部 CSS ============== */
#toTop{position: fixed;	bottom: 20px;right: 0px;cursor: pointer;display: none; z-index: 999999;}
#toTop i {
    background-color: #003d7e;
    color: #fff;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 30px 0px 0px 30px;
    padding-left: 5px;
    transition: .5s;
    -webkit-transition: .5s;
}
#toTop i:hover {background-color: #000; color: #fff;}

/* ============== 返回顶部 END ============== */

@media only screen and (min-width : 0px) and (max-width : 720px) {
	
.footer2{height: 3rem;position: fixed;bottom: 0;left: 0;width: 100%;background: #003d7e;border-top: 1px solid #eee; z-index:9999}
.footer2 a{width:33.3333%;float: left; color:#fff; text-align: center;line-height:1rem;margin-top: .2rem;}
.footer2 a i{display: block; color:#fff; font-size:1.5rem;}

}
@media only screen and (min-width : 730px) and (max-width : 1920px) {
	.footer2 { display:none}
}