﻿.navbar-brand {
    padding: 0 !important;
}

.navbar-brand img {
    max-height: 57px;
}

@media(max-width:767px) {
    .navbar-brand img {
        max-height: 45px;
    }
}

.topnav1 {
    background-color: #fff;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
}

.topnav1 .navbar .nav-item.active .nav-link::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 80%;
    padding-top: 5px;
    border-bottom: 2px solid #eea808;
}

.topnav1 .navbar .dropdown-menu .dropdown-item {
    transition: all .2s;
    border-bottom: 1px solid #ddd;
}

.topnav1 .navbar .dropdown-menu .dropdown-item:hover {
    background-color: #eea808;
    color: #fff;
}

@media(max-width:768px) {
    .topnav1 .navbar .dropdown-menu .dropdown-item {
        white-space: normal;
        font-size: 13px;
    }
}

@media(min-width:768px) {
    .topnav1 .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .topnav1 .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1.1rem .6rem;
        font-weight: 500;
    }
    .topnav1 .dropdown-item {
        font-size: 13px;
        color: #7e7e7e;
        font-weight: 500;
    }
    .topnav1 .navbar {
        padding: 10px;
    }
}

.top-navbar {
    color: #fff;
    padding: 6px;
    font-size: 14px;
    font-weight: 500;
    background-color: #eea808;
}

.top-navbar a {
    color: #fff;
    font-weight: 500;
}

.top-navbar .right {
    text-align: right;
}

.top-navbar .right .social {
    font-size: 17px;
}

.top-navbar .right .social a {
    margin-left: 20px;
    display: inline-block;
}

.top-navbar .right .social img {
    width: 18px;
}

.top-navbar .left a:hover {
    color: #f62f3c;
}

.top-navbar .btn {
    font-size: 12px;
    color: #333;
    margin-top: -4px;
    padding: 5px 20px;
}

header {
    border-bottom: 1px solid #eee;
}

#news a b {
    display: block;
    padding: 20px 0;
    font-size: 17px;
}

#news a p {
    color: #999;
}

#news a .more {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border-bottom: 2px solid #ddd;
}

#news a .more2 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: 2px solid #eea808;
    padding: 2px 10px;
    border-radius: 30px;
}

#news a:hover b {
    color: #eea808;
}

#news a:hover .more {
    color: #eea808;
}

#news a:hover .more2 {
    color: #fff;
    background-color: #eea808;
}

#gal1 {
    background-color: #000;
    color: #fff;
}

#gal1 .grid:after {
    content: "";
    display: block;
    clear: both;
}

#gal1 .grid-item {
    width: 25%;
    padding: 15px;
}

#gal1 .grid-item {
    float: left;
}

#gal1 .grid-item img {
    display: block;
    width: 100%;
}

#gal1 .grid-item a {
    position: relative;
}

#gal1 .grid-item a span {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, .8);
    z-index: 999;
}

#gal1 .grid-item a:hover span {
    display: block;
}

#gal1 .grid-item figure a {
    position: absolute;
}

#gal1 .overlay-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#gal1 .overlay-bg img {
    transition: all .2s ease-in-out;
}

#gal1 .overlay-bg .btn-b {
    margin-top: 20px !important;
}

#gal1 .overlay-bg .content {
    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
    transition: all .4s ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    padding-bottom: 50px;
    left: 0;
    color: #fff;
}

#gal1 .overlay-bg .content>div {
    top: 35%;
    position: absolute;
    left: 40px;
    right: 40px;
}

#gal1 .overlay-bg .content h2 {
    color: #fff;
    width: 100%;
    right: 0;
    opacity: 0;
    transition: all .2s ease-in-out;
    font-size: 18px;
    font-weight: 600;
    font-family: "Gordita", sans-serif;
    letter-spacing: 3px;
}

#gal1 .overlay-bg .content p {
    transition: all .2s linear;
    line-height: 20px;
    padding-top: 20px;
}

#gal1 .overlay-bg .content div {
    opacity: 0;
    transition: all .2s linear;
}

#gal1 .overlay-bg:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    transform: scale(1.5);
}

#gal1 .overlay-bg:hover .content {
    opacity: 1 !important;
}

#gal1 .overlay-bg:hover h2,
#gal1 .overlay-bg:hover .overlay-bg p,
#gal1 .overlay-bg:hover .overlay-bg div {
    opacity: 1 !important;
}

#gal1 .overlay-bg:hover div {
    opacity: 1 !important;
}

#gal1 .overlay-bg:hover p {
    transition-delay: .1s;
}

#gal1 .overlay-bg:hover a {
    transition: none;
    transition-delay: 0s;
}

#gal1 .arrow-item {
    background: url(../img/arrow-right.svg);
    content: "";
    width: 38px;
    height: 14px;
    margin-top: 3%;
    right: 10%;
    position: absolute;
}

#gal1 .button {
    display: inline-block;
    padding: .5em 1em;
    border: 0;
    color: #ccc;
    font-family: "Gordita", sans-serif;
    cursor: pointer;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
}

#gal1 .button:hover {
    color: #a47406;
}

#gal1 .button:active,
#gal1 .button.is-checked {
    color: #eea808;
}

#gal1 .filters {
    text-align: center;
}

#gal1 .ui-group {
    display: inline-block;
}

#gal1 .button-group {
    display: inline-block;
    margin-left: 20px;
}

#gal1 .button-group:after {
    content: "";
    display: block;
    clear: both;
}

#gal1 .button-group .button {
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
    outline: 0;
}

#gal1 .button-group .buttonfocus,
#gal1 .button-group .button:active {
    outline: 0 !important;
}

@media(max-width:767px) {
    #gal1 .grid-item {
        width: 50%;
        padding: 5px;
    }
}

.home-testimonials .card {
    border: 0;
}

.home-testimonials .card .card-body {
    padding: 40px;
    background-color: #f8f8f8;
}

.home-testimonials .card .card-body .quote-icon {
    opacity: .1;
    float: right;
    width: 30px;
}

.home-testimonials .card .card-body h3 {
    font-size: 18px;
}

.home-testimonials .card .card-body p {
    margin-bottom: 30px;
    opacity: .8;
}

.home-testimonials .card .card-body .credit h5,
.home-testimonials .card .card-body .credit h6 {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 13px;
}

.home-testimonials .card .card-body .credit h5 {
    font-weight: 700;
    font-size: 15px;
}

.home-testimonials .card .card-body .credit h6 {
    color: #a9a9a9;
}

@media(max-width:767px) {
    .home-testimonials {
        background-size: auto 100%;
    }
}

.flexslider {
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    border: 0 !important;
    height: 100%;
    background-color: transparent;
}

.flexslider .slides {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

#mainslider img {
    width: 100%;
    z-index: 1;
}

.flexslider .slides li {
    position: relative;
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.flexslider .slides li a {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.flexslider .slides li .meta {
    position: absolute;
    color: #f62f3c;
    text-align: center;
    bottom: 15%;
    left: 150px;
    right: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.flexslider .slides li h1 {
    margin-bottom: 10px;
    font-size: 55px;
    font-weight: 700;
    width: 100%;
    font-family: "Gordita", sans-serif;
    color: #fff;
    line-height: 110%;
}

.flexslider .slides li h2 {
    font-size: 20px;
    margin: auto;
    max-width: 600px;
    text-transform: inherit !important;
    padding-bottom: 10px;
    font-family: "Gordita", sans-serif;
    color: #fff;
    font-weight: 400;
}

.flexslider .slides li p {
    margin-right: 7px;
    font-size: 1.5em;
    padding: 12px 18px 10px;
    font-weight: 300;
    width: 100%;
    text-align: center;
}

.flexslider li h1,
.flexslider li h2,
.flexslider li .category p,
.flexslider li .category span {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.flexslider li.flex-active-slide .meta h1,
.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta .category p,
.flexslider li.flex-active-slide .meta .category span {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.flex-control-nav li {
    height: auto !important;
}

.flex-control-nav {
    bottom: 30px !important;
    z-index: 100 !important;
}

.flex-control-paging li a {
    background-color: rgba(255, 255, 255, .5) !important;
}

.flex-control-paging li a.flex-active {
    background-color: #fff !important;
}

.flex-direction-nav a {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    width: 40px;
    height: 60px !important;
}

.flex-direction-nav a:before {
    color: rgba(0, 0, 0, .5);
    padding: 18px 0 0 13px;
    text-shadow: none;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    font-size: 0;
}

.flex-direction-nav .flex-next {
    right: 40px !important;
    margin-right: -40px;
    opacity: 1 !important;
}

.flex-direction-nav .flex-next:before {
    content: "" !important;
    font-family: FontAwesome;
}

.flex-direction-nav .flex-prev {
    left: 55px !important;
    opacity: 1 !important;
    margin-left: -55px;
}

.flex-direction-nav .flex-prev:before {
    content: "" !important;
    font-family: FontAwesome;
}

@media(max-width:767px) {
    .flexslider {
        margin: 60px 0 0 0;
    }
    .flexslider li {
        height: 260px !important;
        background-size: auto 100% !important;
    }
    .flexslider li .meta {
        bottom: 30px !important;
        left: 20px !important;
        right: 20px !important;
        left: 20px !important;
        right: 20px !important;
    }
    .flexslider li .meta h1 {
        margin-bottom: 0;
        font-size: 1.8em;
        font-weight: 700;
        letter-spacing: 0;
    }
    .flexslider li .meta h2 {
        font-size: .7em;
        margin-bottom: 0;
        padding-left: 0;
        padding-bottom: 0;
    }
    .flex-direction-nav,
    .flex-control-nav {
        display: none;
    }
}

.loading {
    min-height: 300px;
    background: url("../img/loader.gif") no-repeat center center !important;
}

.contact-mapleft .social-footer {
    margin: 0 0 10px 0;
}

.contact-mapleft .social-footer a {
    background-color: #444;
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.contact-mapleft .social-footer a i {
    text-decoration: none;
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 40px;
}

.contact-mapleft .social-footer a:hover {
    background-color: #eea808;
    color: #fff;
}

.contact-mapleft table td {
    vertical-align: top;
    padding: 10px 0;
    font-size: 110%;
}

.contact-mapleft table td:first-child {
    width: 40px;
}

.contact-plit {
    background-color: #f4f4f4;
    padding: 0;
}

.contact-plit .container-fluid,
.contact-plit .col-sm-6 {
    padding: 0;
}

.contact-plit .content {
    padding: 50px;
}

@media(min-width:768px) {
    .contact-plit iframe {
        height: 580px !important;
    }
}

@media(max-width:767px) {
    .contact-plit iframe {
        height: 300px !important;
    }
}

.contact-topgrid {
    background-color: #f6f6f6;
}

.contact-topgrid .cont-grid {
    padding-bottom: 50px;
}

.contact-topgrid .cont-grid .box {
    text-align: center;
    padding: 40px;
    transition: all .5s;
    margin-bottom: 30px;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
}

.contact-topgrid .cont-grid .box i {
    margin-bottom: 20px;
    font-size: 35px;
    color: #eea808;
}

.contact-topgrid .cont-grid .box p {
    margin-bottom: 0;
}

.contact-topgrid .cont-grid .box:hover {
    -webkit-box-shadow: 0 0 15px 5px rgba(238, 168, 8, .2);
    box-shadow: 0 0 15px 5px rgba(153, 153, 153, .4);
}

#about {
    font-size: 17px;
    text-align: center;
    background-color: #eee;
}

#about h2 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#about p b,
#about p strong {
    color: #eea808;
    font-weight: 700;
}

#about2 {
    font-size: 15px;
}

#about2 .separator {
    display: inline-block;
    border: 2px solid #eea808;
    width: 80px;
}

#about2 h3 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

#about2 h4 {
    font-size: 18px;
    font-weight: 700;
}

#about3 {
    font-size: 15px;
    background-color: #fff;
    padding: 0;
}

#about3 .container-fluid {
    padding: 0;
}

#about3 h4 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#about3 h5 {
    font-size: 18px;
    color: #eea808;
    font-weight: 400;
}

#about3 .left {
    text-align: right;
    max-width: 550px;
    float: right;
    padding: 50px;
}

#about3 .right img {
    width: 100%;
}

.about-3col .tagline b {
    color: #eea808;
}

.about-3col .tagline h3 {
    font-size: 30px;
    font-weight: 700;
}

.about-3col .box {
    background-color: #f3f3f3;
    height: 100%;
    -webkit-box-shadow: 0 0 15px 5px rgba(238, 168, 8, .2);
    box-shadow: 0 0 15px 5px rgba(153, 153, 153, .4);
    padding: 40px;
}

.about-3col .box h3 {
    font-weight: 700;
    color: #eea808;
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.about-3col .box .more {
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    margin: auto;
    font-size: 14px;
    color: #eea808;
}

.about-3col .box .more i {
    font-size: 12px;
}

.about-3col .foot-link {
    text-align: center;
    margin-top: 30px;
}

.about-3col .foot-link a {
    color: #eea808;
}

.why-choose-us .overlay .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.why-choose-us .overlay .content ul li {
    background-attachment: scroll;
    background-position: left 13px;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-image: url(../img/tick.png);
    padding: 10px 0 10px 50px;
}

.whywe-3col {
    background-color: #eee;
}

.whywe-3col i {
    font-size: 40px;
}

.whywe-3col h3 {
    font-family: "Gordita", sans-serif;
    font-weight: 200;
}

.whywe-3col td:first-child {
    padding-right: 20px;
}

.whywe-3col .left,
.whywe-3col .right {
    padding: 30px 0;
}

.whywe-3col .left h3,
.whywe-3col .right h3 {
    margin-top: 40px;
    font-weight: 400;
}

.whywe-3col .left img,
.whywe-3col .right img {
    width: 64px;
}

.why-we .bg {
    background-color: #f0f5f8;
    width: 75%;
    height: 100%;
    position: absolute;
    border-radius: 5px;
}

.why-we .left-content {
    padding: 50px;
}

.why-we .left-content .row {
    margin-bottom: 25px;
    margin-top: 25px;
}

.why-we .left-content .row h3 {
    font-size: 18px;
}

.why-we .left-content .row p {
    opacity: .7;
}

.why-we .left-content ul li {
    background: transparent url(../img/tick-2.png) scroll no-repeat left 10px;
    background-size: 16px auto;
}

.why-we .right img {
    margin-top: 50px;
}

@media(max-width:767px) {
    .why-we .bg {
        width: 100%;
    }
    .why-we .right img {
        border-top: 30px solid #fff;
        margin-top: 0;
    }
}

.why-we2 .bg {
    background-color: #f0f5f8;
    width: 75%;
    height: 100%;
    position: absolute;
    border-radius: 5px;
}

.why-we2 .left-content {
    padding: 50px;
}

.why-we2 .left-content .row {
    margin-bottom: 25px;
    margin-top: 25px;
}

.why-we2 .left-content .row h3 {
    font-size: 18px;
}

.why-we2 .left-content .row p {
    opacity: .7;
}

.why-we2 .right img {
    margin-top: 50px;
}

#services1 {
    background: #fff url("../img/slide1_.php") fixed no-repeat center top;
    background-size: 100% auto;
    text-align: center;
    padding: 0;
}

#services1 .overlay {
    background-color: rgba(255, 255, 255, .9);
    padding: 80px 0;
}

#services1 h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0;
    margin: 0;
    letter-spacing: 2px;
    color: #eea808;
}

#services1 img {
    width: 60px;
    margin-top: 10px;
}

#services1 a {
    display: block;
    border: 1px solid #fff;
    padding: 10px;
}

#services1 a:hover {
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 15px 5px rgba(238, 168, 8, .2);
    box-shadow: 0 0 15px 5px rgba(153, 153, 153, .4);
}

#services2 {
    background: #eee url("../img/slide1_.php") fixed no-repeat center top;
    background-size: 100% auto;
    padding: 0;
}

#services2 .overlay {
    padding: 0;
}

#services2 .container-fluid {
    padding: 0;
}

#services2 h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0;
    margin: 0;
    letter-spacing: 2px;
    color: #eea808;
}

#services2 .left img {
    width: 100%;
}

#services2 .right {
    text-align: left;
    max-width: 800px;
    float: left;
    padding: 80px 40px;
}

#services2 .right ul li {
    float: left;
    width: 33%;
}

#services2 .right ul li a {
    padding-right: 30px;
    display: block;
}

#services2 .right ul li i {
    font-size: 30px;
}

#services2 .right ul li b {
    display: block;
    padding: 15px 0;
}

#services2 .right ul li p {
    color: #999;
}

#services3 {
    background: #eee url("../img/slide1_.php") fixed no-repeat center top;
    background-size: 100% auto;
    padding: 0;
}

#services3 .overlay {
    background-color: rgba(255, 255, 255, .9);
    padding: 80px 0;
}

#services3 h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 20px 0;
    margin: 0;
    letter-spacing: 2px;
    color: #eea808;
}

#services3 table tr td {
    vertical-align: top;
}

#services3 table tr td:first-child {
    padding-right: 15px;
}

#services3 table tr td img {
    width: 40px;
}

.calltoaction-split {
    padding: 0;
}

.calltoaction-split .container-fluid,
.calltoaction-split .left,
.calltoaction-split .right {
    padding: 0;
}

.calltoaction-split .bg {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: 100% auto;
}

.calltoaction-split .overlay {
    background-color: rgba(238, 168, 8, .8);
    overflow: auto;
}

.calltoaction-split .content {
    max-width: 700px;
    padding: 150px 100px;
    color: #fff;
}

.calltoaction-split .content h3 {
    font-size: 35px;
    font-weight: 700;
}

.calltoaction-split .content .separator {
    border-bottom: 2px solid #fff;
    width: 70px;
    margin-bottom: 20px;
}

.calltoaction-split .content .btn {
    border-radius: 30px;
    margin-top: 10px;
}

.calltoaction-split .content .btn-w {
    border: 2px solid transparent;
}

.calltoaction-split .left {
    position: relative;
}

.calltoaction-split .left .overlay .content {
    float: right;
}

.calltoaction-split .right .overlay {
    background-color: rgba(109, 103, 175, .95);
}

.team {
    background-color: #eee;
}

.team ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.team ul li {
    float: left;
}

.team ul li .wrap {
    padding: 20px;
    text-align: center;
}

.team ul li .wrap img {
    width: 100%;
}

.team ul li .wrap .content {
    padding: 20px 5px;
    background-color: #fff;
}

.team ul li .wrap h3,
.team ul li .wrap h4 {
    margin: 0;
    padding: 0;
}

.team ul li .wrap h3 {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 700;
}

.team ul li .wrap h4 {
    font-size: 14px;
}

@media(min-width:768px) {
    .team ul li {
        width: 25%;
        float: left;
    }
}

.team2 .desc h2 {
    font-size: 30px;
}

.team2 .desc h4 {
    font-size: 18px;
}

.sidebar-team .nav-link {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.sidebar-team .nav-link.active {
    background-color: #eea808;
}

.btn {
    font-size: 13px;
    padding: 11px 25px;
    font-weight: 500;
}

.btn-primary {
    background-color: #eea808;
    border-color: #eea808;
}

.btn-primary:hover {
    background-color: #f62f3c;
    border-color: #f62f3c;
}

.btn-main {
    background-color: #eea808;
    color: #fff;
    font-weight: 700;
    padding: .7rem 2.5rem;
}

.btn-main:hover {
    background-color: #bd8506;
    color: #fff;
}

.btn-main-outline {
    border: 2px solid #eea808;
    color: #eea808;
    padding: .64rem 2.5rem;
    font-weight: 700;
}

.btn-main-outline:hover {
    border: 2px solid #eea808;
    background-color: #eea808;
    color: #fff;
}

@media(max-width:767px) {
    .btn,
    .btn-main,
    .btn-main-outline {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#back-to-top {
    position: fixed;
    bottom: 55px;
    right: 40px;
    z-index: 9999;
    text-align: center;
    line-height: 40px;
    width: 40px;
    background: #ccc;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity .2s ease-out;
    opacity: 0;
    font-size: 18px;
}

#back-to-top:hover {
    background: #666;
    color: #fff;
}

#back-to-top.show {
    opacity: 1;
}

.coming-soon {
    padding: 200px 0;
    text-align: center;
    background-color: #fff;
}

.coming-soon h1 {
    font-weight: 300;
    font-family: "Gordita", sans-serif;
}

.coming-soon a {
    margin-top: 50px;
}

.bg-gray {
    background-color: #f6f6f6;
}

.bg-light {
    background-color: #fff;
}

.hint {
    font-size: 12px;
    opacity: .8;
}

@font-face {
    font-family: Gordita;
    src: url(../fonts/Gordita-Regular.ttf) format("truetype");
    font-style: normal;
}

@font-face {
    font-family: Gordita;
    src: url(../fonts/Gordita-Medium.ttf) format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: Gordita;
    src: url(../fonts/Gordita-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700;
}

body {
    font-size: 15px;
    font-family: "Gordita", sans-serif !important;
    color: var(--dark);
    margin: 0 !important;
    padding: 0 !important;
    line-height: 180%;
}

.wrap-site {
    max-width: 1500px;
    margin: auto;
}

::-webkit-input-placeholder {
    color: #999 !important;
}

::-moz-placeholder {
    color: #999 !important;
}

.form-control:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}

a {
    transition: all .5s;
    color: var(--dark);
}

a:hover {
    text-decoration: none;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

@media(min-width:1400px) {
    section {
        padding: 100px 0;
    }
}

p {
    line-height: 170%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 150%;
}

a {
    outline: 0 !important;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

img {
    border-radius: 5px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.line-heading {
    margin-bottom: 30px;
}

.line-heading span {
    border-bottom: 2px solid #eea808;
    display: inline-block;
    width: 50px;
}

.line-heading b {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 10px 5px;
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
}

.line-heading h2 {
    font-size: 45px;
    line-height: 1.43em;
    font-weight: 500;
    font-family: "Gordita", sans-serif;
    padding: 0 0 15px 0;
    margin: 0;
    color: #252525;
    display: inline;
    background: transparent url(../img/separator-yellow.png) scroll no-repeat right 60px;
    background-size: auto 12px;
}

.line-heading h3 {
    font-size: 20px;
    line-height: 1.43em;
    font-weight: 500;
    font-family: "Gordita", sans-serif;
    padding: 0 0 0 0;
    margin: 0;
    color: #252525;
}

.line-heading p {
    margin: 15px 0 0 0;
}

.line-heading.align-center,
.line-heading.center {
    text-align: center;
}

.line-heading.align-center span,
.line-heading.align-center b,
.line-heading.align-center h2,
.line-heading.align-center h3,
.line-heading.align-center p,
.line-heading.center span,
.line-heading.center b,
.line-heading.center h2,
.line-heading.center h3,
.line-heading.center p {
    text-align: center;
}

.line-heading.light {
    color: #fff;
}

.line-heading.light h2 {
    background-image: url(../img/separator-white.png);
    color: #fff;
}

.line-heading.small h2 {
    font-size: 35px;
    background-position: right 50px;
}

@media(max-width:767px) {
    .line-heading h2 {
        font-size: 35px;
        background-position: right 45px;
    }
}

.heading {
    margin-bottom: 30px;
    text-align: center;
}

.heading h2 {
    font-size: 40px;
    text-align: center;
    line-height: 150%;
    padding: 0 0 0 0;
    margin: 0;
    font-weight: 700;
    font-family: "Gordita", sans-serif;
}

.heading h2 b,
.heading h2 strong {
    font-weight: 700;
    color: #eea808;
}

.heading p {
    font-size: 15px;
    opacity: .8;
}

.heading .separator {
    border-bottom: 3px solid #999;
    width: 100px;
    display: inline-block;
}

@media(max-width:767px) {
    .heading h2 {
        font-size: 30px;
    }
}

.subheading {
    font-size: 20px;
    text-align: center;
    line-height: 180%;
    padding: 20px 0 30px 0;
    margin: 0;
}

.heading2 {
    text-align: center;
}

.heading2 .bg {
    font-family: "Gordita", sans-serif;
    font-weight: 700;
    font-size: 110px;
    color: #efefef;
    text-transform: uppercase;
    z-index: 1;
    line-height: 100%;
}

.heading2 h2 {
    font-family: "Gordita", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #2b2b2b;
    z-index: 2;
    margin-top: -95px;
}

.heading2 h3 {
    font-size: 13px;
    text-transform: uppercase;
    margin-top: -20px;
    letter-spacing: 2px;
}

.page-header {
    padding: 0;
    margin: 0;
    border-bottom: 0;
    background-color: #333;
    background-attachment: scroll;
    background-position: center center;
    background-size: 100% auto;
}

.page-header .overlay {
    padding: 80px 0;
}

.page-header .overlay h2 {
    margin: 0;
    padding: 0;
    font-size: 50px;
    font-weight: 500;
    font-family: "Gordita", sans-serif;
}

@media(max-width:767px) {
    .page-header {
        background-size: auto 100%;
    }
    .page-header .overlay {
        padding: 50px 0;
    }
    .page-header .overlay h2 {
        font-size: 30px;
        letter-spacing: 3px;
    }
}

.course-page-header {
    padding: 0;
    margin: 0;
    border-bottom: 0;
    background-color: #f6f6f6;
    background-attachment: scroll;
    background-position: center center;
    background-size: 100% auto;
}

.course-page-header .overlay {
    padding: 40px 0;
}

.course-page-header .overlay h2 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 40px;
    font-weight: 500;
    font-family: "Gordita", sans-serif;
}

.course-page-header .overlay h3 {
    font-size: 18px;
}

@media(max-width:767px) {
    .course-page-header {
        background-size: auto 100%;
    }
    .course-page-header .overlay {
        padding: 50px 0;
    }
    .course-page-header .overlay h2 {
        font-size: 30px;
    }
    .course-page-header .overlay h3 {
        font-size: 18px;
    }
}

.course-page-header .art-share {
    margin-top: 30px;
}

.comingsoon {
    font-size: 50px;
    text-align: center;
    padding: 100px 0;
}

.dt-widget-1 {
    border: 2px solid #eea808;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
}

.dt-widget-1 .day {
    border-bottom: 2px solid #eea808;
    font-size: 20px;
    padding: 3px 0;
}

.dt-widget-1 .month {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
}

.readmore {
    display: inline-block;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #eea808;
    font-weight: 500;
    padding: 6px 23px;
}

.readmore i {
    margin-left: 10px;
    transition: all .5s;
}

.readmore:hover {
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.viewall-full {
    text-align: center;
    padding-top: 40px;
    width: 100%;
    clear: both;
}

.viewall-full .btn {
    padding: 11px 100px;
    display: inline-block !important;
}

.fullh {
    min-height: 100%;
    min-height: 100vh;
    display: table;
    margin: auto;
    width: 100%;
}

.fullh>div {
    vertical-align: middle;
    display: table-cell;
}

footer {
    background-color: #f9f9fb;
    padding: 50px 0 0 0;
    font-size: 13px;
    line-height: 160%;
}

footer a,
footer p {
    opacity: .8;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li a {
    padding: 6px 0;
    transition: all .5s;
    font-weight: 500;
    opacity: .6;
    display: block;
}

footer ul li a:hover {
    text-indent: 5px;
    color: #eea808;
    transition: all .5s;
    cursor: pointer;
}

footer h3 {
    font-size: 17px;
    padding: 20px 0;
    font-weight: 500;
}

footer hr {
    border-bottom: 0;
    border-top: 1px solid #ddd;
}

footer .footer-logo {
    max-width: 250px;
    margin-bottom: 30px;
}

footer .credit {
    padding: 15px 0 35px 0;
}

footer .credit hr {
    margin-bottom: 30px;
}

footer .credit .dacredit {
    float: right;
}

@media(max-width:767px) {
    footer .credit .dacredit {
        float: left;
        margin-top: 15px;
    }
}

footer .qcontact {
    font-weight: 500;
	margin-left: -3% !important;
}

footer .qcontact .big-phone {
    font-size: 1.2rem;
    color: #eea808;
    margin-bottom: 10px;
}

footer .qcontact .big-phone a {
    color: #eea808;
    margin: 10px 0;
    display: inline-block;
}

footer .qcontact table tr td {
    vertical-align: top;
    padding-bottom: 10px;
}

footer .qcontact table tr td:first-child {
    padding-right: 15px;
}

footer .social-footer {
    margin: 0 0 10px 0;
}

footer .social-footer a {
    background-color: #fff;
    display: inline-block;
    margin-right: 15px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 45px;
}

footer .social-footer a i {
    text-decoration: none;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    line-height: 45px;
}

footer .social-footer a:hover {
    background-color: #ccc;
    color: #000;
}

footer .social-footer img {
    width: 25px;
}

footer .social-footer a.fb {
    color: #4665ae !important;
}

footer .social-footer a.tw {
    color: #23a0ed !important;
}

footer .social-footer a.gplus {
    color: #e05047 !important;
}

footer .social-footer a.ty {
    color: #ff000e !important;
}

footer .social-footer a.li {
    color: #0776b1 !important;
}

footer .social-footer a.insta {
    color: #da2975 !important;
}

footer .social-footer a:hover {
    color: #fff !important;
    background-color: #eea808 !important;
}

.highlight {
    background: transparent url(../img/highlight.php) fixed no-repeat center center;
    background-size: 100% auto;
    padding: 0;
}

.highlight .content {
    margin: 150px 0;
}

@media(max-width:767px) {
    .highlight {
        background-size: auto 100%;
    }
}

.highlight1 .overlay {
    background-color: rgba(0, 0, 0, .5);
}

.highlight1 .content {
    padding: 50px !important;
    color: #000;
    background-color: rgba(255, 255, 255, .7);
}

.highlight2 .overlay {
    background-color: rgba(0, 0, 0, .5);
}

.highlight2 .content {
    color: #fff;
}

.highlight2 .content h3 {
    font-size: 40px;
    font-weight: 700;
}

#newsletter1 {
    background: #eee url(../img/slide1.php) scroll no-repeat center center;
    background-size: 100% auto;
}

#newsletter1 .overlay {
    padding: 100px 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.clients li {
    text-align: center;
}

.clients li img {
    width: 200px;
}

@media(min-width:767px) {
    .clients li img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }
    .clients li img:hover {
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
        -webkit-filter: none;
        filter: none;
    }
}

.features-box .box {
    background-color: #f3f3f3;
    padding: 40px;
}

.features-box .box h3 {
    font-weight: 700;
    color: #eea808;
    margin-bottom: 10px;
}

.features-box .box:hover {
    background-color: #eea808;
    color: #fff;
}

.features-box .box:hover h3 {
    color: #fff;
}

.ul-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ul-list li {
    background: transparent url(../img/tick-2.png) scroll no-repeat left 10px;
    background-size: 16px auto;
    padding: 4px 0 4px 28px;
    position: relative;
}

.ul-list.arrow li {
    background-image: none;
}

.ul-list.arrow li:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 16px;
    height: 16px;
    opacity: .5;
    background-image: url("../img/right-arrow.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.list-category div {
    margin: 5px 0;
}

.list-category a {
    padding: 15px 25px;
    border-radius: 5px;
    display: block;
    transition: all .3s;
    height: 100%;
    justify-content: center;
    border: 1px solid #fff;
}

.list-category a i {
    margin-left: 0;
    transition: all .7s;
    opacity: 0;
    color: #eea808;
    font-size: 20px;
}

.list-category a h3 {
    margin-left: 65px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    color: #252525;
    font-weight: 500;
}

.list-category a svg {
    width: 55px;
    height: 45px;
    float: left;
    margin-top: -3px;
}

.list-category a img {
    display: block;
    width: 100%;
}

.list-category a:hover {
    border: 1px solid #eea808;
}

.list-category a:hover svg {
    fill: #fff;
    text-fill-color: #fff;
}

.list-category a:hover p {
    color: #fff;
}

.list-category a:hover img {
    fill: #fff;
}

.list-category a:hover i {
    margin-left: 10px;
    opacity: 1;
    color: #fff;
}

@media(max-width:767px) {
    .list-category a {
        padding: 15px 0;
    }
}

.affiliation-group .btgrid .row>col {
    margin-bottom: 30px;
}

.affiliation-group .col-md-4,
.affiliation-group .col-md-6 {
    margin-bottom: 30px;
}

.affiliation-group .content {
    background-color: rgba(247, 247, 247, .6);
    border-radius: 10px;
    padding: 25px;
    height: 100%;
    border: 1px solid #eee;
}

.affiliation-group .col .col {
    margin-top: 20px;
}

.affiliation-group h3 {
    font-size: 20px;
    text-align: center;
}

.affiliation-group a {
    padding: 5px 5px;
    border-radius: 5px;
    display: block;
    transition: all .3s;
    height: 100%;
    justify-content: center;
    border: 1px solid transparent;
    text-align: center;
}

.affiliation-group a i {
    margin-left: 0;
    transition: all .7s;
    opacity: 0;
    color: #eea808;
    font-size: 20px;
}

.affiliation-group a h3 {
    margin-left: 65px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    color: #252525;
    font-weight: 500;
}

.affiliation-group a svg {
    width: 55px;
    height: 45px;
    float: left;
    margin-top: -3px;
}

.affiliation-group a img {
    display: block;
    width: 100%;
    max-width: 150px;
    margin: auto;
}

.affiliation-group a:hover {
    border: 1px solid #eea808;
}

.affiliation-group a:hover svg {
    fill: #fff;
    text-fill-color: #fff;
}

.affiliation-group a:hover p {
    color: #fff;
}

.affiliation-group a:hover img {
    fill: #fff;
}

.affiliation-group a:hover i {
    margin-left: 10px;
    opacity: 1;
    color: #fff;
}

@media(max-width:767px) {
    .affiliation-group a {
        padding: 15px 0;
    }
}

.quick-banner {
    background-color: #eea808;
    padding: 20px;
    color: #fff;
    line-height: 150%;
    font-weight: 500;
}

.quick-banner svg {
    width: 40px;
    height: 50px;
    margin-right: 20px;
    fill: #fff !important;
}

@media(max-width:767px) {
    .quick-banner .col {
        margin-bottom: 15px;
    }
    .quick-banner .col:last-child {
        margin-bottom: 0;
    }
}

.meta-info {
    color: #888;
    font-size: 13px;
}

.meta-info i {
    margin-right: 10px;
}

.meta-info .col:last-child {
    text-align: right;
}

.article-grid img {
    border-radius: 5px 5px 0 0;
    transition: all .5s;
}

.article-grid p {
    font-size: 13px;
    color: #888;
}

.article-grid .card {
    margin-bottom: 30px;
    border: 0;
    overflow: hidden;
}

.article-grid .card .imgwrap {
    overflow: hidden;
}

.article-grid .card:hover img {
    transform: scale(1.2);
}

.article-grid h5 {
    font-size: 1.05rem;
    height: 55px;
    overflow: hidden;
    margin-top: 10px;
}

.course-grid img {
    border-radius: 5px 5px 0 0;
    transition: all .5s;
}

.course-grid .card {
    margin-bottom: 30px;
    border: 0;
    overflow: hidden;
}

.course-grid .card .imgwrap {
    overflow: hidden;
    position: relative;
}

.course-grid .card:hover img {
    transform: scale(1.2);
}

.course-grid h4 {
    font-size: 1.05rem;
    overflow: hidden;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.course-grid h5 {
    font-size: 1rem;
    height: 55px;
    text-align: center;
    overflow: hidden;
}

.course-grid .card-img-overlay {
    background-color: rgba(0, 0, 0, .2);
}

.list-courses ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-courses ul li {
    margin-bottom: 30px;
}

@media(min-width:768px) {
    .list-courses li {
        display: flex;
        width: 33%;
    }
}

.list-courses a {
    display: block;
    margin: 15px;
    height: 100%;
}

.list-courses a:hover img {
    transform: scale(1.2);
}

.list-courses .imgwrap {
    overflow: hidden;
    position: relative;
}

.list-courses .imgwrap img {
    transition: all .5s;
}

.list-courses .card {
    text-align: center;
    height: 100%;
}

.list-courses .card .card-body {
    padding: 1.25rem 1.25rem 0 1.25rem;
}

.list-courses .card .card-body h5 {
    margin-bottom: 0;
}

.isotop-filters ul {
    list-style: none;
    text-align: right;
}

.isotop-filters ul li {
    display: inline;
    text-align: center;
    padding: 8px 20px;
    font-weight: 500;
    margin-left: 10px;
    transition: .3s;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid #fff;
}

.isotop-filters ul li:hover,
.isotop-filters ul li.is-checked {
    color: #eea808;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.isotop-filters ul li:last-child {
    margin-right: 0;
}

.books img {
    border-radius: 5px;
    transition: all .5s;
}

.books p {
    font-size: 13px;
    color: #888;
}

.books .card {
    padding: 20px;
    margin-bottom: 30px;
    border: 0;
}

.books .card .imgwrap {
    overflow: hidden;
    border-radius: 5px;
}

.books .card:hover img {
    transform: scale(1.2);
}

.books .card .card-body {
    text-align: center;
}

.books h5 {
    font-size: 1.05rem;
    overflow: hidden;
}

.trending-vid a {
    display: block;
    margin-bottom: 30px;
}

.trending-vid a .img-wrap {
    position: relative;
}

.trending-vid a .img-wrap .ic-vid {
    position: absolute;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -20px;
}

.trending-vid p {
    font-size: 13px;
    color: #888;
}

.trending-vid h3 {
    font-size: 1rem;
    margin: 15px 0 0 0;
}

.home-list-audio .card {
    height: 100%;
    background-color: #f8f8f8;
    border: 0;
}

.home-list-audio .card-body {
    padding: 1.5rem;
}

.home-list-audio .dt-widget-1 {
    max-width: 65px;
}

.home-list-audio h2 {
    padding: 0 0 25px 50px;
    margin: 0;
    font-size: 21px;
    position: relative;
}

.home-list-audio h2 i {
    font-size: 35px;
    left: 0;
    margin-bottom: -10px;
    position: absolute;
    color: #eea808;
}

.home-list-audio ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-list-audio ul li {
    padding: 5px 0;
    position: relative;
}

.home-list-audio ul li::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 75%;
    border-bottom: 1px solid #ddd;
}

.home-list-audio ul li:last-child::before {
    content: "";
    border-bottom: 0;
}

.home-list-audio ul li a {
    display: block;
    padding: 12px;
    border-radius: 5px;
}

.home-list-audio ul li a h2 {
    font-size: 17px;
    padding: 4px 0 0 0;
    margin: 0;
    line-height: 140%;
}

.home-list-audio ul li a p {
    margin-bottom: 0;
    font-size: 14px;
}

.home-list-audio ul li a .dt-widget-1 {
    margin-right: 15px;
}

.home-list-audio ul li a i {
    float: right;
    padding-top: 18px;
    margin-right: 20px;
    transition: all .5s;
    opacity: 0;
    color: #eea808;
}

.home-list-audio ul li a:hover {
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.home-list-audio ul li a:hover i {
    margin-right: 10px;
    opacity: 1;
}

.home-list-audio .controls {
    text-align: center;
}

.home-list-audio .controls .readmore {
    margin: 20px auto 0 auto;
}

.home-list-audio .controls .btn {
    margin-top: 30px;
}

@media(min-width:1400px) {
    .home-list-audio .card {
        width: 95%;
        margin: auto;
    }
}

.subcribe-banner {
    background-color: #e6edf5;
    padding: 50px 0;
}

.subcribe-banner h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #eea808;
}

.subcribe-banner h2 span {
    font-weight: 400;
}

.subcribe-banner .form-wrap {
    background-color: #fff;
    padding: 10px;
    border-radius: 7px;
    margin-top: 15px;
}

.subcribe-banner .form-wrap .form-group {
    margin: 0;
}

.subcribe-banner .form-wrap .form-control {
    font-size: 14px;
    height: 50px;
    font-weight: 500;
}

.subcribe-banner .form-wrap .btn {
    font-size: 16px;
    font-weight: 500;
    height: 50px;
}

.slider-right a {
    display: block;
    padding: 15px;
    margin: 25px;
}

.slider-right a img {
    width: 100%;
}

.contact-details i {
    margin-right: 10px;
    font-size: 25px;
    color: #eea808;
    width: 40px;
}

.contact-form .form-control {
    background-color: #f6f6f6;
    border: 0;
    min-height: 50px;
    font-size: 14px;
    font-weight: 500;
}

@media(max-width:767px) {
    .contact-form h2 {
        font-size: 26px;
    }
}

.home-intro {
    background: #f8f8f8 url(../img/home-bg.png) scroll no-repeat left center;
    background-size: 50% auto;
}

.classes {
    text-align: center;
}

.classes .content {
    margin-bottom: 50px;
}

.classes .content h6 {
    font-size: 18px;
    text-transform: uppercase;
    color: #eea808;
    letter-spacing: 2px;
}

.classes .content h2 {
    font-size: 40px;
}

.classes .box {
    text-align: left;
    background-color: #f7f4ef;
    padding: 40px;
    margin-top: 30px;
    border-radius: 10px;
    clear: both;
}

.classes .box h3 {
    font-size: 23px;
}

.classes .box .btn {
    margin-top: 20px;
}

.classes .box2 {
    background-color: #edf0f5;
}

.student-work {
    position: relative;
    background-color: #eea808;
    color: #fff;
}

.student-work .student-work-home .col {
    margin-bottom: 30px;
}

.student-work .student-work-home a {
    border: 10px solid #fff;
    display: block;
}

.student-work .student-work-home a .imgwrap {
    overflow: hidden;
    background-color: #000;
}

.student-work .student-work-home a .imgwrap img {
    transition: all .5s;
    opacity: .9;
}

.student-work .student-work-home a:hover img {
    transform: scale(1.2);
}

.student-work .devider-top {
    background: url(../img/devider-white-top.png) 0 0 no-repeat;
    height: 31px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.student-work .devider-bottom {
    background: url(../img/devider-white.png) 0 0 no-repeat;
    height: 31px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media(max-width:767px) {
    .student-work .student-work-home a {
        border: 3px solid #fff;
        display: block;
    }
    .student-work .student-work-home a .imgwrap {
        overflow: hidden;
        background-color: #000;
    }
    .student-work .student-work-home a .imgwrap img {
        transition: all .5s;
        opacity: .9;
    }
    .student-work .student-work-home a:hover img {
        transform: scale(1.2);
    }
}

.hall-of-fame {
    position: relative;
    background-color: #f0f1f4;
}

.hall-of-fame .card {
    margin: 20px 10px;
    border: 0;
    overflow: hidden;
}

.hall-of-fame .card .card-body {
    text-align: center;
}

.hall-of-fame .card .card-body h5 {
    font-size: 16px;
}

.hall-of-fame .card .card-body p {
    opacity: .8;
    font-size: 13px;
    margin-bottom: 0;
}

.hall-of-fame .card .imgwrap {
    overflow: hidden;
    position: relative;
}

.hall-of-fame .card .imgwrap img {
    transition: all .5s;
}

.hall-of-fame .card:hover {
    background-color: #eea808;
    color: #fff;
}

.hall-of-fame .card:hover img {
    transform: scale(1.2);
}

@media(min-width:768px) {
    .hall-of-fame ul li {
        float: left;
        width: 33%;
    }
    .hall-of-fame ul li:nth-child(3n+1) {
        clear: both;
    }
}

.hall-of-fame .devider-top {
    background: url(../img/devider-gray.png) 0 0 no-repeat;
    height: 31px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.hall-of-fame .devider-bottom {
    background: url(../img/devider-gray-bottom.png) 0 0 no-repeat;
    height: 31px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.home-slider {
    background: #f8f8f8 url(../img/home-bg.png) scroll no-repeat left center;
    background-size: 50% auto;
}

.slider-sidebar {
    padding: 50px 0;
    height: 100%;
}

.slider-sidebar .heading b {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    color: #eea808;
    font-weight: 500;
    display: block;
}

.slider-sidebar .heading h2 {
    font-size: 35px;
    margin-top: 10px;
    font-weight: 500;
}

.slider-sidebar .heading h2 span {
    color: #eea808;
}

@media(min-width:1400px) {
    .slider-sidebar h2 {
        font-size: 40px !important;
    }
}

@media(max-width:767px) {
    .slider-sidebar {
        padding: 125px 10px 0 10px;
    }
    .slider-sidebar h3 {
        font-size: 35px !important;
    }
}

.franchisee-partners {
    background: #f7f2ee url(../img/partners-bg.jpg) scroll no-repeat center top;
    background-size: 100% auto;
    padding: 450px 0 50px 0;
}

.franchisee-partners .content {
    border: 1px solid #444;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.franchisee-partners .content h3 {
    margin-bottom: 20px;
    padding: 0;
}

@media(max-width:767px) {
    .franchisee-partners {
        padding: 120px 0 50px 0;
    }
    .franchisee-partners .col {
        margin: 10px 0;
    }
}

.alumni {
    background-color: #eea808;
    color: #fff;
}

.alumni .filters {
    text-align: right;
}

.alumni .filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.alumni .filters ul li {
    display: inline;
    cursor: pointer;
    padding: 7px 15px;
    border-radius: 5px;
}

.alumni .filters ul li.is-checked {
    background-color: #fff;
    color: #000;
}

.alumni .col a {
    display: block;
    margin-bottom: 30px;
    border: 1px solid #fff;
    text-align: center;
    height: 100%;
    min-height: 167px;
    border-radius: 5px;
}

.alumni .col a h4 {
    font-style: italic;
}

.alumni .col a h5 {
    margin-top: 12px;
}

.alumni .col a h5:before {
    content: "";
    border-bottom: 1px solid #fff;
    width: 70px;
    display: block;
    padding-top: 0;
    margin: 0 auto;
    margin-bottom: 12px;
}

.alumni .col a .wrap {
    overflow: hidden;
    padding: 20px;
}

.alumni .col a:hover {
    background-color: #fff;
    color: #000;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.alumni .col a:hover h5:before {
    border-color: #eea808;
}

.alumni h3 {
    font-size: 20px;
}

.alumni h4 {
    font-weight: 400;
    font-size: 14px;
}

.alumni h5 {
    font-weight: 400;
    font-size: 17px;
}

.alumni.light {
    background-color: #fff;
    color: #000;
}

.alumni.light .filters ul li.is-checked {
    background-color: #000;
    color: #fff;
}

.alumni.light .col a {
    border: 1px solid #ccc;
    text-align: center;
}

.alumni.light .col a h5 {
    margin-top: 12px;
}

.alumni.light .col a h5:before {
    border-bottom: 1px solid #ccc;
}

.alumni.light .col a:hover {
    border: 1px solid #eea808;
    background-color: #eea808;
    color: #fff;
}

.alumni.light .col a:hover h5:before {
    border-color: #eea808;
}

@media(max-width:767px) {
    .alumni .filters {
        text-align: right;
        margin-bottom: 30px;
    }
    .alumni .filters ul {
        text-align: left;
    }
    .alumni .filters ul li {
        width: 49%;
        display: inline-block;
    }
}

#frmFooter label.error {
    color: #f00;
    font-size: 12px;
}

.list-branches .col {
    margin-bottom: 30px;
}

.list-branches a {
    display: block;
    overflow: hidden;
    text-align: center;
    background-color: #eea808;
    color: #000;
    font-size: 20px;
    height: 100%;
}

.list-branches a span {
    width: 100%;
}

.list-branches a .overlay {
    border: 2px solid #ddd;
    border-color: #eea808;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    padding: 60px 10px;
    background-color: rgba(238, 168, 8, .7);
}

.list-branches a .overlay:hover {
    background-color: rgba(0, 0, 0, .7);
    border-color: #000;
    color: #fff;
}

.branch-team a {
    text-align: center;
    display: block;
    padding: 10px;
}

.branch-team a h3 {
    font-size: 16px;
}

.branch-team a h4 {
    font-size: 13px;
    opacity: .8;
}

.branch-team a img {
    width: 80%;
}

.branch-team a .wrap {
    padding-top: 20px;
}

@media(min-width:768px) {
    .branch-team .right {
        border-left: 1px solid #ddd;
        margin-left: 0;
        padding-left: 50px;
    }
    .branch-team .right .row>div:nth-child(1) {
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .branch-team .right .row>div:nth-child(2) {
        border-bottom: 1px solid #ddd;
    }
    .branch-team .right .row>div:nth-child(2n+1) {
        border-right: 1px solid #ddd;
    }
}

.stickyform {
    position: fixed;
    right: -2px;
    bottom: -2px;
}

.stickyform a {
    background-color: #eea808;
    padding: 7px 50px;
    border-radius: 6px 0 0 0;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #fff;
}

.campaign-footer {
    background-color: #facc62;
    padding: 80px 0;
}

.qinfo {
    font-family: "Gordita", sans-serif;
    font-size: 11px;
    margin-bottom: 20px;
}

.qinfo span {
    margin-right: 20px;
    color: #aaa;
}

.art-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.art-list ul li {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.art-list ul h3 {
    font-size: 25px;
    margin: 7px 0 5px 0;
    color: #222;
}

.art-list ul .qinfo {
    margin-bottom: 10px;
}

.art-list ul a {
    display: block;
}

.art-list ul a .desc {
    color: #999;
}

.art-list ul a:hover h3 {
    color: #eea808;
}

.art-list ul a:hover img {
    opacity: .7;
}

.art-list ul .desc {
    text-align: justify;
}

.art-list ul img {
    width: 100%;
}

.art-list ul .more {
    margin-bottom: 0;
    text-align: right;
    font-size: 12px;
    color: #eea808;
}

.art-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media(min-width:768px) {
    .art-grid li {
        float: left;
        width: 33%;
    }
}

.art-grid .box {
    display: block;
    margin: 10px;
    border: 1px solid #f8f8f8;
}

.art-grid .box h2 {
    font-size: 17px;
    font-weight: 700;
}

.art-grid .box h3 {
    font-size: 15px;
    font-weight: 400;
}

.art-grid .box .content {
    padding: 20px 30px;
    background-color: #f8f8f8;
}

.art-grid .box .ctrl {
    padding-top: 10px;
    padding-bottom: 20px;
}

.art-grid .box .ctrl .date {
    color: #666;
}

.art-grid .box .ctrl .date i {
    margin-right: 10px;
}

.art-grid .box .ctrl .more {
    float: right;
}

.art-grid .box .imgwrap {
    overflow: hidden;
}

.art-grid .box img {
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.art-grid .box a {
    color: #000;
    display: block;
}

.art-grid .box:hover {
    background-color: #eee;
    box-shadow: 0 0 15px 0 #d6d6d6;
}

.art-grid .box:hover h2 {
    color: #eea808;
}

.art-grid .box:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.webinar-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media(min-width:768px) {
    .webinar-grid li {
        float: left;
        width: 33%;
    }
    .webinar-grid li:nth-child(3n+1) {
        clear: both;
    }
}

.webinar-grid .slick-dots li {
    float: none;
    width: auto;
}

.webinar-grid .box {
    display: block;
    margin: 10px;
    border: 1px solid #f8f8f8;
}

.webinar-grid .box h2 {
    font-size: 17px;
    font-weight: 700;
    padding-top: 5px;
}

.webinar-grid .box h3 {
    font-size: 15px;
    font-weight: 400;
}

.webinar-grid .box .content {
    padding: 20px 30px;
    background-color: #f8f8f8;
}

.webinar-grid .box .date {
    color: #666;
    font-size: 13px;
}

.webinar-grid .box .date i {
    margin-right: 10px;
}

.webinar-grid .box .more {
    color: #666;
    float: right;
}

.webinar-grid .box .more i {
    margin-right: 10px;
}

.webinar-grid .box .badge {
    padding: 5px 10px;
}

.webinar-grid .box .tag-label {
    background-color: #eea808;
    color: #fff;
}

.webinar-grid .box .imgwrap {
    overflow: hidden;
}

.webinar-grid .box img {
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.webinar-grid .box a {
    color: #000;
    display: block;
}

.webinar-grid .box:hover {
    background-color: #eee;
    box-shadow: 0 0 15px 0 #d6d6d6;
}

.webinar-grid .box:hover h2 {
    color: #eea808;
}

.webinar-grid .box:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.webinar-filter {
    padding-bottom: 50px;
}

.webinar-filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.webinar-filter ul li {
    display: inline;
}

.webinar-filter ul li a {
    margin: 0 10px;
    padding: 10px 20px;
}

@media(max-width:767px) {
    .webinar-filter ul li {
        width: 100%;
        display: inline-block;
    }
    .webinar-filter ul li a {
        margin-bottom: 5px;
        display: block;
    }
}

.webinar-into h2 {
    font-size: 20px;
}

.webinar-into img {
    width: 60px !important;
}

.art-detail h1 {
    font-size: 35px;
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 400;
    line-height: 145%;
}

.art-detail .desc {
    margin: 30px 0;
}

.art-detail .related {
    padding-top: 50px;
}

.art-detail .related a {
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
}

.art-detail .related a img {
    margin-bottom: 10px;
}

.art-detail .related a:hover img {
    opacity: .8;
}

.art-detail .adtnlmedia {
    padding: 20px 0;
}

.art-detail .adtnlmedia ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.art-detail .adtnlmedia ul li {
    float: left;
    width: 25%;
}

.art-detail .adtnlmedia ul li a {
    display: block;
    padding: 2px;
}

.art-detail .adtnlmedia ul li img {
    width: 100%;
}

.art-detail .adtnlmedia ul li .imgwrap {
    overflow: hidden;
    background-color: #000;
}

.art-detail .adtnlmedia ul li .imgwrap img {
    transition: all .5s;
    opacity: .9;
}

.art-detail .adtnlmedia ul li:hover img {
    transform: scale(1.2);
}

.art-detail .vid {
    max-width: 85%;
    margin: auto;
}

@media(max-width:768px) {
    .art-detail h1 {
        font-size: 25px;
    }
    .art-detail .adtnlmedia ul li {
        width: 50%;
    }
}

.related-articles .item {
    margin-top: 30px;
}

.related-articles .item p {
    min-height: 45px;
    padding-top: 10px;
}

.related-articles .item img {
    width: 100%;
}

@media(min-width:768px) {
    .related-articles li:nth-child(3n+1),
    .related-articles .item:nth-child(3n+1) {
        clear: both;
    }
}

@media(max-width:767px) {
    .related-articles .item:nth-child(2n+1) {
        clear: both;
    }
}

.art-share {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.art-share a {
    border: 1px solid transparent;
    color: #666;
    width: 37px;
    line-height: 35px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    border-radius: 3px;
}

.art-share a:hover {
    border: 1px solid #eea808;
    background-color: #eea808;
    color: #fff;
}

.art-share a i {
    vertical-align: middle;
}

.art-share a .wapp {
    display: none;
}

@media(max-width:767px) {
    .art-share a.wapp {
        display: inline-block !important;
    }
}

.viewall a {
    font-family: Arial, sans-serif;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    padding: 1px 10px;
    background-color: #eee;
    margin-top: 10px;
    border: 1px solid #ccc;
}

.viewall a:hover {
    background-color: #eea808;
    border-color: #eea808;
    color: #fff;
}

@media(max-width:767px) {
    .viewall a {
        margin-bottom: 50px;
    }
}

.breadcrumb {
    padding-left: 0;
    background-color: transparent;
}

.home-news {
    background-color: #f7f7f7;
}

.home-news .box {
    display: block;
    -webkit-box-shadow: 0 0 8px 0 #d6d6d6;
    box-shadow: 0 0 8px 0 #d6d6d6;
    border: 1px solid #f7f7f7;
}

.home-news .box h2 {
    font-size: 17px;
    font-weight: 700;
}

.home-news .box .content {
    padding: 20px 30px;
}

.home-news .box .ctrl {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.home-news .box .ctrl .date {
    color: #666;
}

.home-news .box .ctrl .date i {
    margin-right: 10px;
}

.home-news .box .ctrl .more {
    float: right;
    text-transform: uppercase;
    color: #eea808;
}

.home-news .box .imgwrap {
    overflow: hidden;
}

.home-news .box img {
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.home-news .box a {
    color: #000;
    display: block;
}

.home-news .box:hover {
    background-color: #eee;
    border: 1px solid #ccc;
}

.home-news .box:hover h2 {
    color: #eea808;
}

.home-news .box:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.list-gal {
    margin: 0;
    padding: 0;
}

.list-gal li {
    float: left;
    list-style: none;
    width: 33%;
}

.list-gal li:nth-child(3n+1) {
    clear: both;
}

.list-gal li a {
    display: block;
    margin: 20px 20px 0 0;
    color: #333;
    text-align: center;
    font-size: 20px;
}

.list-gal li a .img-wrap {
    overflow: hidden;
    max-height: 293px;
    border-radius: 8px;
}

.list-gal li a .img-wrap img {
    display: block;
    position: relative;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    width: 100%;
}


.list-gal li a:hover img {
    transform: scale(1.2);
}

.list-gal li .gtitle {
    padding: 20px 0;
    font-weight: bold;
}

@media(max-width:767px) {
    .list-gal li {
        width: 100%;
    }
}

.gal-detail h1 {
    font-size: 30px;
    margin: 25px 0;
    padding: 0;
    font-weight: 400;
    line-height: 145%;
}

.gal-detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gal-detail li {
    float: left;
    width: 33%;
    padding: 5px;
}

.gal-detail img {
    width: 100%;
}

.gal-detail .gal-title {
    min-height: 21px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: bold;
}

.gal-detail a:hover img {
    opacity: .7;
}

.gal-detail .desc {
    margin: 20px 5% 40px 5%;
    text-align: center;
}

.gal-detail .adtnl ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gal-detail .adtnl ul li a {
    display: block;
    margin: 10px;
}

.gal-detail .adtnl ul li a img {
    width: 100%;
}

@media(min-width:768px) {
    .gal-detail .adtnl ul li {
        float: left;
    }
}

@media(min-width:768px) and (min-width:768px) {
    .gal-detail .adtnl ul li {
        width: 33%;
    }
}

@media(min-width:768px) and (min-width:768px) and (max-width:1024px) {
    .gal-detail .adtnl ul li {
        width: 33.33%;
    }
}

@media(min-width:768px) and (max-width:767px) {
    .gal-detail .adtnl ul li {
        width: 50%;
    }
}

.gal-related {
    padding-top: 50px;
}

.gal-related a {
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
}

.gal-related a img {
    margin-bottom: 10px;
}

.gal-related a:hover img {
    opacity: .8;
}

.work-gallery {
    background-color: #eea808;
    color: #fff;
}

.work-gallery .filters {
    text-align: right;
}

.work-gallery .filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.work-gallery .filters ul li {
    display: inline;
    cursor: pointer;
    padding: 7px 15px;
    border-radius: 5px;
}

.work-gallery .filters ul li.is-checked {
    background-color: #fff;
    color: #000;
}

.work-gallery .col {
    margin-bottom: 30px;
}

.work-gallery .col a.download-box {
    position: absolute;
    transition: none;
    opacity: .9;
    z-index: 1;
    right: 35px;
    top: 20px;
    width: 35px;
    padding: 5px;
    border-radius: 4px;
}

.work-gallery .col a.download-box:hover {
    background-color: rgba(0, 0, 0, .5);
}

.work-gallery .col a.item {
    display: block;
    border: 10px solid #fff;
}

.work-gallery .col a.item img {
    border-radius: 0;
}

.work-gallery .col a.item .imgwrap {
    overflow: hidden;
    background-color: #000;
}

.work-gallery .col a.item .imgwrap img {
    transition: all .5s;
    opacity: .9;
}

.work-gallery .col a.item .imgwrap img.play {
    transition: none;
    opacity: .9;
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    top: 50%;
    margin-top: -45px;
}

.work-gallery .col a.item .imgwrap img.download {
    transition: none;
    opacity: .9;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
    width: 40px;
}

.work-gallery .col a.item:hover img {
    transform: scale(1.2);
}

.work-gallery .col a.item:hover img.play {
    transform: scale(1);
    z-index: 10;
}

.work-gallery .col a.item:hover img.download {
    transform: scale(1);
    z-index: 10;
}

.work-gallery .col .vidthumb {
    height: 250px;
    width: 100%;
}

@media(max-width:767px) {
    .work-gallery .filters {
        text-align: right;
    }
    .work-gallery .filters ul {
        text-align: left;
    }
    .work-gallery .filters ul li {
        width: 49%;
        display: inline-block;
    }
    .work-gallery .col a.download-box {
        display: none;
    }
    .work-gallery .col a.item {
        display: block;
        border: 10px solid #fff;
    }
    .work-gallery .col a.item img {
        border-radius: 0;
    }
    .work-gallery .col a.item .imgwrap {
        overflow: hidden;
        background-color: #000;
    }
    .work-gallery .col a.item .imgwrap img {
        transition: all .5s;
        opacity: .9;
    }
    .work-gallery .col a.item .imgwrap img.play {
        transition: none;
        opacity: .9;
        position: absolute;
        z-index: 1;
        left: 50%;
        width: 80px;
        margin-left: -40px;
        top: 50%;
        margin-top: -45px;
    }
    .work-gallery .col a.item .imgwrap img.download {
        transition: none;
        opacity: .9;
        position: absolute;
        z-index: 1;
        right: 20px;
        top: 20px;
        width: 40px;
    }
    .work-gallery .col a.item:hover img {
        transform: scale(1.2);
    }
    .work-gallery .col a.item:hover img.play {
        transform: scale(1);
        z-index: 10;
    }
    .work-gallery .col a.item:hover img.download {
        transform: scale(1);
        z-index: 10;
    }
    .work-gallery .col .vidthumb {
        height: 250px;
        width: 100%;
    }
}

.review .card,
.review .box {
    border: 0;
    margin: 15px 15px 30px 15px;
}

.review .card .card-body,
.review .box .card-body {
    padding: 40px;
    background-color: #f8f8f8;
    transition: all .3s;
}

.review .card .card-body .quote-icon,
.review .box .card-body .quote-icon {
    opacity: .1;
    float: right;
    width: 30px;
}

.review .card .card-body h3,
.review .box .card-body h3 {
    font-size: 18px;
}

.review .card .card-body p,
.review .box .card-body p {
    margin-bottom: 30px;
    opacity: .8;
}

.review .card .card-body img,
.review .box .card-body img {
    max-width: 50px;
}

.review .card .card-body .desc,
.review .box .card-body .desc {
    min-height: 150px;
}

.review .card .card-body .credit,
.review .box .card-body .credit {
    padding-bottom: 20px;
}

.review .card .card-body .credit h5,
.review .card .card-body .credit h6,
.review .box .card-body .credit h5,
.review .box .card-body .credit h6 {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.review .card .card-body .credit h5,
.review .box .card-body .credit h5 {
    font-weight: 700;
    font-size: 16px;
}

.review .card .card-body .credit h6,
.review .box .card-body .credit h6 {
    opacity: .7;
}

.review .card .card-body .credit .star,
.review .box .card-body .credit .star {
    max-width: 100px;
    margin-left: 10px;
}

.review .card .card-body .credit .star i,
.review .box .card-body .credit .star i {
    color: #fabe36;
    margin-right: 2px;
}

.review .card .card-body .credit .avatar,
.review .box .card-body .credit .avatar {
    max-width: 100%;
}

.review .card .card-body .date,
.review .box .card-body .date {
    font-size: 12px;
}

.review .card:hover,
.review .box:hover {
    box-shadow: 0 10px 50px rgba(25, 37, 52, .14), 0 2px 5px rgba(25, 37, 52, .03);
    transition: all .3s ease;
    transform: translate3D(0, -1%, 0) scale(1.01);
}

.review .card:hover .card-body,
.review .box:hover .card-body {
    background-color: #fdecc5;
}

.review .card:hover .card-body p,
.review .box:hover .card-body p {
    opacity: 1;
}

.review .card:hover .card-body .credit h6,
.review .box:hover .card-body .credit h6 {
    opacity: 1;
}

.review .card:hover .card-body .credit .star i,
.review .box:hover .card-body .credit .star i {
    color: #e4a108;
}

.review.br-testimonial .card .card-body .desc,
.review.br-testimonial .box .card-body .desc {
    min-height: 150px;
}

@media(max-width:767px) {
    .review {
        background-size: auto 100%;
    }
}

@media(min-width:768px) {
    .testimonial-slider {
        margin-right: 30px;
    }
}

.slick-prev {
    left: -35px !important;
}

.slick-next {
    right: -35px !important;
}

.slick-prev,
.slick-next {
    z-index: 1;
}

.slick-prev:before {
    content: "" !important;
}

.slick-next:before {
    content: "" !important;
}

.slick-prev:before,
.slick-next:before {
    color: #333 !important;
    font-size: 45px !important;
    font-family: FontAwesome !important;
    z-index: 1;
}

.list-testimonials ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-testimonials ul .qinfo {
    margin-bottom: 10px;
}

.list-testimonials ul a {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    border: 1px solid #444;
    border-radius: 25px;
    transition: all .5s ease;
}

.list-testimonials ul a .subcat {
    display: block;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000;
}

.list-testimonials ul a img {
    border-radius: 5px 5px 0 0;
}

.list-testimonials ul a h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 10px;
    font-style: italic;
    opacity: .7;
}

.list-testimonials ul a .content {
    padding: 30px;
}

.list-testimonials ul a .content .desc {
    margin-bottom: 20px;
}

.list-testimonials ul a:hover {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    box-shadow: 0 10px 50px rgba(25, 37, 52, .14), 0 2px 5px rgba(25, 37, 52, .03);
    transition: all .3s ease;
    transform: translate3D(0, -1%, 0) scale(1.01);
}

.list-testimonials ul a:hover .more {
    background-color: #ddd;
    border-color: #ccc;
    color: #000;
}

.list-testimonials ul img {
    width: 100%;
}

.list-testimonials ul .more {
    margin-bottom: 0;
    text-align: left;
    font-size: 13px;
    color: #666;
    font-weight: 400;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 4px 20px;
}

@media(min-width:768px) {
    .list-testimonials ul li {
        width: 33%;
        display: flex;
        padding: .5em;
    }
}

@media(max-width:767px) {
    .list-testimonials ul li {
        padding: .5em 0;
    }
}

.list-prod {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-prod li {
    float: left;
}

@media(min-width:768px) {
    .list-prod li {
        width: 25%;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .list-prod li {
        width: 33.33%;
    }
}

@media(max-width:767px) {
    .list-prod li {
        width: 50%;
    }
}

.list-prod li a {
    display: block;
    text-align: center;
    margin: 10px;
}

.list-prod li a .img-wrap {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.list-prod li a img {
    display: block;
    position: relative;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
}

.list-prod li a h2 {
    padding: 12px 10px;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
}

.list-prod li a:hover img {
    transform: scale(1.1);
}

.list-prod li a:hover .price {
    color: #fff;
}

.no-items {
    padding: 50px;
    text-align: center;
}

.no-items b {
    font-size: 20px;
    font-weight: lighter;
}

.no-items b i {
    margin-right: 10px;
    color: #999;
}

.prod-thumb {
    margin: 10px 0 20px 0;
}

.prod-thumb a {
    float: left;
    width: 100px;
    border: 1px solid #ddd;
    margin-right: 5px;
}

.prod-thumb a img {
    width: 100%;
}

.prod-details h1 {
    font-size: 35px;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 400;
    line-height: 145%;
}

.prod-details .desc {
    margin: 30px 0;
}

.prod-details .related {
    padding-top: 50px;
}

.prod-details .related a {
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
}

.prod-details .related a img {
    margin-bottom: 10px;
}

.prod-details .related a:hover img {
    opacity: .8;
}

.prod-details .summary ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.prod-details .adtnlmedia {
    padding: 20px 0;
}

.prod-details .adtnlmedia ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.prod-details .adtnlmedia ul li {
    float: left;
    width: 25%;
}

.prod-details .adtnlmedia ul li a {
    display: block;
    padding: 2px;
}

.prod-details .adtnlmedia ul li img {
    width: 100%;
}

.prod-details .tab-wrap {
    padding-top: 20px;
}

.prod-details .tab-wrap .tab-content {
    padding: 30px 10px;
}

.prod-details .adtnl-gal a {
    display: inline-block;
}

.prod-details .adtnl-gal .item {
    margin-top: 20px;
}

.prod-details .btn-enquire {
    margin: 20px 0;
}

@media(max-width:768px) {
    .prod-details h1 {
        font-size: 25px;
    }
    .prod-details .adtnlmedia ul li {
        width: 50%;
    }
}

.related-prod {
    margin-top: 100px;
    padding-top: 50px;
    border-top: 1px solid #ccc;
}

.related-prod a {
    display: block;
    text-align: center;
}

.related-prod a h3 {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    font-weight: 400;
    font-size: 18px;
}

.related-prod a p {
    font-size: 20px;
    padding-top: 20px;
}

.related-prod a:hover .price {
    color: #fff;
}

img {
    max-width: 100%;
}

.pager a,
.pager span span {
    border: 1px solid #ccc;
    width: 53px !important;
    font-weight: 700;
    line-height: 40px;
    display: inline-block;
    margin: 3px;
}

.pager {
    padding-top: 50px;
    text-align: center;
}

.pager a {
    color: #333;
    border-color: #333;
    font-weight: 400;
    padding-top: 0;
    border-radius: 30px;
    border-width: 0;
    font-size: 16px;
}

.pager a:hover {
    background-color: #fff;
    color: #000;
}

.pager span span {
    color: #666;
    background-color: #ccc;
    border-color: #ccc;
    border-radius: 30px;
}

.icon-currency {
    font-family: Arial;
    padding-right: 5px;
}

.no-record-found {
    text-align: center;
    padding: 50px;
}

.page-title {
    text-align: center;
    padding: 20px;
}

@media(min-width:1400px) {
    .site-wrap {
        max-width: 1500px;
        margin: auto;
    }
}

.page-content {
    padding: 80px 0;
}

@media(max-width:767px) {
    .page-content {
        padding: 50px 0;
    }
}

@media(max-width:767px) {
    .page-content-inner img {
        width: 100% !important;
        height: auto !important;
    }
}

.spacer {
    height: 80px;
}

.bg-gray {
    background-color: #f6f6f6;
}

.padding {
    padding: 80px 0;
}

.heading3 {
    margin-bottom: 30px;
}

.heading3 .separator {
    border-bottom: 3px solid #eea808;
    width: 100px;
    display: inline-block;
}

.heading3 .bg {
    font-family: "Gordita", sans-serif;
    font-weight: 700;
    font-size: 110px;
    color: #efefef;
    text-transform: uppercase;
    z-index: 1;
    line-height: 100%;
}

.heading3 h2 {
    font-family: "Gordita", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #555;
    line-height: 45px;
    padding: 0 !important;
}

.heading3 h3 {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    letter-spacing: 10px;
    padding: 0 0 15px 0;
}

.heading3.left {
    text-align: left;
}

.heading3.right {
    text-align: right;
}

.yt-thumb {
    display: inline-block;
    width: 100%;
    height: 75%;
    overflow: hidden;
}

.yt-thumb img {
    display: inline-block;
    width: 100%;
    height: 75%;
    margin: -10% 0;
}

.faq .category-heading {
    font-size: 27px;
    text-align: center;
    margin-bottom: 30px;
}

.faq .card {
    margin-bottom: 15px;
    border-color: #eea808;
}

.faq .card-header {
    background-color: #f6f6f6;
    cursor: pointer;
    padding: 14px 20px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-align: left;
    outline: 0 !important;
    text-decoration: none;
}

.faq .card-header:hover {
    text-decoration: none;
    background-color: #eea808;
    color: #fff;
}

.faq .card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}

.faq .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.team {
    margin: 0;
    padding: 0;
    list-style: none;
}

.team li {
    text-align: center;
    padding-bottom: 50px;
}

.team li img {
    border-radius: 50%;
    width: 60%;
    border: 1px solid #ddd;
}

.team li h3 {
    font-weight: 700;
    font-size: 20px;
}

.team li h5 {
    font-weight: 400;
    font-size: 15px;
    padding: 5px 0 10px 0;
    color: #999;
}

.team li p {
    color: #666;
    text-align: justify;
}

@media(min-width:678px) {
    .team li {
        float: left;
        width: 25%;
    }
    .team li p {
        color: #666;
        padding: 0 20px;
    }
    .team li:nth-child(4n+1) {
        clear: both;
    }
}

.whatsapp-chat {
    position: fixed;
    bottom: 55px;
    right: 100px;
    z-index: 9999;
}

.whatsapp-chat img {
    width: 40px;
}
.tel-chat {
    position: fixed;
    bottom: 30px;
    right: 33px;
    z-index: 9999;
}
a.tel-chat img {
    width: 45px;
}

.course-detail .line-heading {
    margin-bottom: 20px;
}

.course-detail .line-heading h2 {
    font-size: 25px;
    line-height: 1.43em;
    padding: 0 0 10px 0;
    background-size: auto 8px;
    background-position: right 31px;
    min-width: 55px;
    display: inline;
}

.course-detail .objectives {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
}

.course-detail .course-specs {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 10px;
    padding: 20px;
}

.course-detail .course-specs table tr:first-child td,
.course-detail .course-specs table tr:last-child td {
    border: 0;
}

.course-detail .course-specs table tr td {
    font-weight: 700;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.course-detail .course-specs table tr td:last-child {
    color: #666;
    font-weight: 400;
}

.course-detail .table-list-software tr td {
    padding: 9px;
    border-bottom: 1px solid #ddd;
}

.course-detail .table-list-software tr td:first-child {
    width: 65px;
    padding-left: 0;
    border-bottom: 0 solid #ddd;
}

.course-detail .table-list-software tr td:first-child img {
    width: 45px;
    height: auto;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #eea808;
}

.course-detail .table-list-software tr td:nth-child(3) {
    text-align: right;
}

.course-detail .table-list-software tr:first-child th:last-child {
    text-align: right;
}

.course-detail .table-list-software tr:last-child td {
    border-bottom: 0;
}

.course-detail .accordion .card-header a:after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    left: 25px;
    top: 25px;
}

.course-detail .accordion .card-header a[aria-expanded=true]:after {
    content: "";
}

.course-detail .card {
    margin-top: 40px;
    border: 1px solid #eea808 !important;
    box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .15) !important;
}

.course-detail .card .card-header {
    padding: 0;
    border-bottom: 2px solid #eea808;
}

.course-detail .card .card-header a {
    display: block;
    cursor: pointer;
    padding: 22px 30px 22px 60px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
    background-color: #f6f6f6;
    line-height: 180%;
    border-radius: 0;
}

.course-detail .card .card-header a span {
    float: right;
    font-weight: 400;
}

.course-detail .card .card-header a i {
    margin-right: 10px;
}

.course-detail .card .card-header a.collapsed:hover {
    background-color: #eea808;
    color: #fff;
}

.course-detail .card .card-body {
    padding: 30px 50px 30px 60px;
    background-color: #f6f6f6;
}

.course-detail .card .card-body .list-group-item {
    background-color: transparent;
    font-weight: 500;
}

@media(max-width:767px) {
    .course-detail {
        border: 0;
        padding: 0;
    }
    .course-detail .course-specs {
        margin-top: 20px;
    }
    .course-detail .line-heading {
        margin-top: 30px;
    }
    .course-detail .line-heading h2 {
        font-size: 20px;
    }
}

.accordion-style-1 .accordion .card-header a:after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    left: 25px;
    top: 25px;
}

.accordion-style-1 .accordion .card-header a[aria-expanded=true]:after {
    content: "";
}

.accordion-style-1 .card {
    margin-top: 40px;
    border: 1px solid #eea808 !important;
    box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .15) !important;
}

.accordion-style-1 .card .card-header {
    padding: 0;
    border-bottom: 2px solid #eea808;
}

.accordion-style-1 .card .card-header a {
    display: block;
    cursor: pointer;
    padding: 22px 30px 22px 60px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
    background-color: #f6f6f6;
    line-height: 180%;
    border-radius: 0;
}

.accordion-style-1 .card .card-header a span {
    float: right;
    font-weight: 400;
}

.accordion-style-1 .card .card-header a i {
    margin-right: 10px;
}

.accordion-style-1 .card .card-header a.collapsed:hover {
    background-color: #eea808;
    color: #fff;
}

.accordion-style-1 .card .card-body {
    padding: 30px 50px 30px 60px;
    background-color: #f6f6f6;
}

.accordion-style-1 .card .card-body .list-group-item {
    background-color: transparent;
    font-weight: 500;
}

.placement-studios {
    overflow: hidden;
}

.placement-studios ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.placement-studios ul li {
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
}

.placement-studios ul li:nth-child(5n+1) {
    border-top: 1px solid #ddd;
}

.placement-studios ul li:nth-child(5n+1):last-child {
    border-bottom-color: #fff;
}

.placement-studios ul li.middle {
    border: 1px solid #ddd;
    border-bottom-color: #fff;
}

.placement-studios ul li.middle+li {
    border-top: 1px solid #ddd;
}

.placement-studios ul li img {
    max-width: 140px !important;
    max-height: auto !important;
    height: auto !important;
    margin: 25px 10px;
    display: block;
}

.placement-studios ul li img {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.placement-studios ul li img:hover {
    opacity: 1;
    transform: scale(1.2);
}

@media(min-width:768px) {
    .placement-studios ul {
        margin: auto;
        margin-top: -2px;
    }
    .placement-studios ul li {
        width: 20%;
    }
}

.branch-locator .branchnames {
    padding-bottom: 30px;
}

.branch-locator .branchnames .form-control {
    border: 2px solid #eea808;
}

.branch-locator .wrap {
    border: 2px solid #eea808;
    border-radius: 10px;
}

.branch-locator .wrap iframe {
    height: 100% !important;
    width: 100% !important;
    border-radius: 8px 0 0 8px;
}

.branch-locator .wrap .address {
    padding: 35px 20px;
}

.branch-locator .wrap .address h2 {
    margin-bottom: 30px;
    padding: 0;
    font-size: 22px;
}

.branch-locator .wrap .address h2 span {
    font-weight: 400;
}

.branch-locator .wrap .address img {
    width: 40px;
}

.branch-locator .wrap .address .row {
    margin-bottom: 25px;
}

.pages .adtnl-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pages .adtnl-media ul li a {
    display: block;
    margin: 15px;
}

.pages .adtnl-media ul li .imgwrap {
    overflow: hidden;
    background-color: #000;
}

.pages .adtnl-media ul li .imgwrap img {
    transition: all .5s;
    opacity: .9;
}

.pages .adtnl-media ul li:hover img {
    transform: scale(1.2);
}

@media(min-width:768px) {
    .pages .adtnl-media ul li {
        float: left;
        width: 33%;
    }
}

.branch-pages .br-social-icons {
    text-align: center;
}

.branch-pages .br-social-icons img {
    width: 43px;
    height: auto !important;
}

.branch-pages .br-social-icons a {
    display: inline-block;
}

.branch-pages .br-social-icons p {
    padding: 0;
    margin: 0;
}

.branch-pages .br-social-icons table {
    margin: auto;
}

.branch-pages .br-social-icons table td {
    padding: 4px 15px;
}

.list-jobs .col-sm-4 {
    margin-bottom: 25px;
}

.list-jobs .card {
    height: 100%;
}

.big-phone:nth-child(2) {
    display: none;
}
/*select#branchid{
    display: none;
}*/

div:has(> div.form-group select#branchid){
    display: none;
}
li.nav-item:nth-child(5) {
    display: none;
}
.desc {
    text-align: justify;
}

a.tw{
    display: none !important;
}
a.ty{
    display: none !important;
}
a.insta:nth-child(2){
    display: none !important;
}

 @media only screen and (max-width: 600px) {
    .whatsapp-chat {
    position: fixed;
    bottom: 26px;
    right: 80px;
    z-index: 9999;
}
.tel-chat {
    position: fixed;
    bottom: 24px;
    right: 18px;
    z-index: 9999;
}
 }