    /*
    Theme Name:   Twenty Twenty Child
    Theme URI:    https://diviextended.com/
    Description:  A child theme of Twenty Twenty WordPress theme.
    Author:       Elicus Technologies
    Author URI:   https://elicus.com
    Template:     twentytwenty
    Version:      1.0.0
    License:      GNU General Public License v2 or later
    License URI:  http://www.gnu.org/licenses/gpl-2.0.html
    */
    @import url("../twentytwenty/style.css");
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');
    *{
        margin:0;
        padding: 0;
    }
    body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote::before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover {
        color: inherit !important;
    }
    body {
        position: relative ;
        overflow-x: hidden;
    }
    h1, h2, h3, h4, h5, h6{
        font-family: 'Montserrat', sans-serif;
        margin:0;
        text-transform: capitalize;
    }
    a:hover {
        text-decoration: none;
    }
    p{
        margin:0;
    }
    h1{
        font-size: 34px;
    }
    h2{
        font-size: 26px;
    }
    h1 {
        letter-spacing: -2.6px;
        margin: 10px 0;
        padding-bottom: 18px;
        position: relative;
        font-weight: bold;
    }
    h3 {
        font-size: 20px;
        font-weight: 600;
        font-style: normal;
        line-height: 1.55em;
        text-decoration: none;
        text-transform: none;
        letter-spacing: -0.3px;
    }
    ul {
        margin: 0;
    }
    body, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td, .widget_text p{
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
    }
    #site-content{
        padding-top: 139px;
    }
    .list li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px 0 0 !important;
    }
    .section-inner {
        width: 100%;
        max-width: 100%;
    }
    .widget {
        margin-top: 0;
    }
    .header-inner{
        display: block;
    }
    .header-titles .site-title, .header-titles .site-logo, .header-titles .site-description {
        margin: 0;
    }
    .home #site-header {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: transparent !important;
        z-index: 999;
    }
    #site-header {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 999;
    }
    .header-top{
        background-color: #fff;
        padding: 15px 0;
        /* border-top: 5px solid #b3902b; */
    }
    .header-top .whatsapp-icon{
        /* position: absolute; */
        right: 0;
        top: 20px;
        display: inline-block;
        vertical-align: middle;
         margin-left: 0;
    }
    .header-top .whatsapp-icon li{
        margin: 0 0 0 10px !important;
       
    }
    .header-top .whatsapp-icon li i {
        font-size: 18px;
    }
    .header-top .whatsapp-icon li.whatsapp{
        background: #24cc63;
    }
    .header-top .whatsapp-icon li.whatsapp i{
        width: 40px;
        padding: 10px;
    }
    .fa.fa-whatsapp {
        font-size: 20px;
        color: #fff;
    }
    .primary-menu > li > .icon{
        right: 5px;
    }
    .list {
        display: inline-block;
        vertical-align: middle;
    }
    .header-topbar .footer-social-wrapper{
        width: auto;
        display: inline-block;
        vertical-align: middle;
    }
    .thumb {
        position: relative;
        overflow: hidden;
        max-height: 75px;
        transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
    }
    .thumb::after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        background: rgba(0,0,0,.4);
        transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
    }
    .thumb:hover:after{
        display: none;
    }
    .thumb span {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        align-items: center;
        display: flex;
        right: 0;
        padding-left: 20px;
        font-size: 30px;
        font-weight: 500;
        color: #fff;
    }

    .home .entry-header.has-text-align-center.header-footer-group {
        display: none;
    }
    .post-inner {
        padding-top: 0;
    }
    .regular .slick-arrow {
        position: absolute;
        bottom: 0;
        left: 30%;
        cursor: pointer;
    }
    .regular .next.slick-arrow{
        left:auto;
        right:30%;
    }
    .regular .slick-dots li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
    }
    .regular .slick-dots {
        text-align: center;
        display: block;
        margin: 0 auto;
        max-width: 400px;
    }
    .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .slick-slide img{
        width: 100% !important;
    }
    .slide-caption {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .slider-for .slick-slide {
        height:100%;
        background-size: cover;
        background-position:top center;
    }
    /* .slider-for .slick-slide img{
        height: 100%;
    } */
    .explore {
        bottom: 40%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    .thumb img {
        margin-top: -30%;
    }
    .list .widget.widget_media_image, .list .widget.widget_text {
        display: none;
    }   
    .list .widget_text.widget.widget_custom_html{
        display: block;
    }
    #site-header .section-inner {
        align-items: baseline;
        display: flex;
        justify-content: space-between;
    }
    .footer-widgets {
        margin-left: 0;
    }
    .footer-widgets-wrapper {
        margin-left: 0;
        width: 100%;
    }
    .slider-nav .slick-slide {
        position: relative;
    }
    .slick-slide{
        height: auto;
    }
    .slider-nav .slick-slide .thumb h1 {
        position: absolute;
        left: 20px;
        z-index: 999;
        color: #FFF;
        top: 0;
        margin: 0;
        font-size: 40px;
        font-weight: 500;
        bottom: 0;
        margin: auto;
        line-height: 75px;
        letter-spacing: 2px;
    }
    section {
        padding: 0;
    }

    .slide-hover {
        position: absolute;
        top: 0;
        opacity: 0;
        visibility: hidden;
    }
    .slider-content {
        position: absolute;
        top: 0;
        z-index: 2;
        bottom: 0;
        display: flex;
        left: 0;
        right: 0;
        justify-content: center;
        align-items: center;
        flex-direction:column ;
        color:#fff;
    }
    .slider.slider-nav.slick-initialized.slick-slider {
        max-width: 828px;
        margin: -60px auto 0;
    }
    #counter-stats{
        background:#000 url('images/banner.png');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        padding: 140px 0;
    }
    .stats {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    }

    .stats .fa {
    color: #b3902b;
    font-size: 60px;
    }
    .counting {
        color: #fff;
        font-size: 50px;
        font-weight: 600;
    }
    .stats h5 {
        font-size: 11px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1.75px;
    }
    .footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
        margin-top: 0;
    }
    .footer-widgets {
        width: 100%;
    }
    .footer-top {
        padding: 0;
        width: 100%;
        border-bottom:none;
    }

    .back-to-top i {
        position: relative;
        top: 5px;
    }
    .back-to-top:hover{
        background: #03122d;
        border-color:#03122d;
    }
    .post-image img {
        width: auto !important;
        margin: 0 auto;
    }
    .testimonial-section .regular-single.slider{
        max-height: 340px !important;
        overflow: hidden;
    }
    .multiple-items.slider{
        margin-top: 30px;
    }
    .regular-single .slide-content {
        padding: 20px 30px;
    }
    .section-inner.medium {
        max-width: 100%;
    }
    .post-separator.styled-separator.is-style-wide.section-inner {
        max-width: 1110px;
    }
    .single article .entry-header.has-text-align-center.header-footer-group, .singular .featured-media::before {
        display: none;
    }
    .singular .featured-media-inner{
        left:0;
    }

    /********Header CSS*******/
    .site-logo{
        line-height: 0;
    }
    .header-top .list ul {
        vertical-align: middle;
        display: inline-block;
    }
    .header-top li, .header-top a{
        color: #dadada;
        text-decoration: none;
        font-size: 12px;
        display: inline-block;
    }
    .header-top li span {
        /* display: inline-block; */
        vertical-align: middle;
        color: #0b2351;
        font-weight: 600;
        font-size: 24px;
        margin-left: 5px;
    }
    .header-top .list li i {
        font-size: 27px;
    }
    .header-top li i {
        font-size: 20px;
        margin-right: 0;
        display: inline-block;
        vertical-align: middle;
        color: #0b2351;
       
        text-align: center;
        
    }
    .header-top .footer-social-wrapper svg{
        width: 40px;
        fill: #fff;
        color: #fff;
        padding: 9px 10px;
    }
     /* .header-top li i.fa-envelope{
        background: #267cb5;
    }
    .header-top li i.fa-phone{
        background: #00aced;
    } */
    .header-top .footer-social-wrapper li:first-child svg{
        background: #3b5998;
    }
    .header-top .footer-social-wrapper li:nth-child(2) svg{
        background: #eb3f64;
    }
    .header-top .footer-social-wrapper li:nth-child(3) svg{
        background: #61d0b6;
    }
    .widget-content {
        font-size: inherit;
    }
    .list {
        line-height: normal;
    }
    .list li:first-child, .list li:nth-child(2) {
        display: none;
    }
    .header-bottom ul.primary-menu{
        justify-content: flex-start;
    }
    .header-top li{
        margin: 0 10px 0 0 !important;
        line-height: 0;
    }
    .header-top .list li {
        margin-right: 6px !important;
    }
    .header-topbar .footer-social-wrapper ul.footer-social {
        margin: 0;
    }
    .social-icons a:focus, .social-icons a:hover {
        transform: none;
    }
    .header-topbar .footer-social-wrapper li:last-child {
        margin-right: 0 !important;
    }
    .footer-social a{
        background:none !important;
    }
    .social-icons a svg{
        color:#0b2351;
        width: 20px;
    }
    .footer-custom-main .social-icons a svg{
        color:#fff;
    }
    .footer-custom-main .footer-credits{
        justify-content: flex-end;
    }
    .footer-custom-main ul.footer-social{
        justify-content: right;
        margin: 0;
    }
    .wpcf7 form .wpcf7-response-output{
        display: none !important;
    }
    .wpcf7 form.sent .wpcf7-response-output{
        border-color: transparent;
        font-size: 14px;
        text-align: left;
        background: #46b450;
        color: #fff;
        display:block !important;
        margin: 20px 0 0;
    }
    .footer-social a {
        height: auto;
        width: auto;
    }
    ul.footer-social {
        /*margin: 0rem 19rem;*/
        margin-left: 0;
        justify-content: left;
    }
    ul.footer-social li {
        margin: 0 0 0 20px;
    }
    .contact-form .wpcf7-not-valid-tip {
        color: #dc3232;
        font-size: 13px;
        font-weight: normal;
        display: block;
        padding:0;
    }
    .contact-form .wpcf7 form .wpcf7-response-output {
        margin: 2em 0.5em 1em;
        padding: 0.2em 1em;
        border: 2px solid #00a0d2;
        font-size: 13px;
    }
    .header-bottom {
        /* padding: 25px 0; */
        background:#0b2351;
        position: relative;
    }
    .header-bottom  ul.primary-menu {
        margin: 0;
    }
    body > div.breadcrumbs {
        display: none;
    }
    .header-navigation-wrapper a, body:not(.overlay-header) .primary-menu > li > a {
        text-transform: capitalize;
        text-decoration: none;
        font-size: 14px;
        
        transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -o--ms-transition: all ease-in-out .3s;
        font-weight: 600;
        padding:20px 26px;
    }
    .header-navigation-wrapper .primary-menu > li {
        margin: 0;
        transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
    }
    .header-navigation-wrapper a:hover, body:not(.overlay-header) .primary-menu > li > a:hover{
        text-decoration: none;
        color: #b3902b;
    }
    .header-navigation-wrapper .primary-menu > li:hover{
        background-color: #b3902b !important;
    }
    .site-logo img{
        max-width: 160px;
    }
    .Home-slider .slider-image{
        position: relative;
        z-index:0;
        height: 100vh;
    }
    .Home-slider .slider-for .slick-slide:before {
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.64);
        color: rgb(255, 255, 255);
        width: 100%;
        left:0;
        right:0;
        position: absolute;
        top:0;
        bottom: 0;
        content: "";
    }
    .slider-content p {
        font-size: 14px;
        text-transform: capitalize;
    }
    .slider-content h2 {
        font-size: 47px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .slider-content a{
    border: none;
    border-bottom: 3px solid rgba(0,0,0,0.1);
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 1.3em 3em 1.065em;
    font-size: 11px;
    line-height: 2.1em;
    font-weight: 400;
    letter-spacing: 1.1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 16.8em;
    text-align: center;
    color: #ffffff;
    background-color: #b3902b;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 3px;
    margin-top: 8px;
    }
    .slider-content a:hover {
        background-color: #8e6e14;
    }
    .explore p{
        color: rgb(255, 255, 255);
        text-decoration: none;
        white-space: nowrap;
        line-height: 22px;
        font-size: 14px;
        text-transform: capitalize;
        position: relative;
    }
    .explore p:before{
        position: absolute;
        border-left:1px solid rgba(255, 255, 255,.6);
        width:1px;
        left: 0;
        right:0;
        margin:0 auto;
        bottom: 30px;
        content: "";
        height: 50px;
    }
    .Home-slider {
        height: 80vh;
        overflow: hidden;
    }
    .slider-for.slider, .slider-for.slider .slick-list, .slider-for.slick-slider .slick-list .slick-track {
        height: 100%;
    }
    .slider-for .slick-arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 4%;
        height: 30px;
        z-index:9;
        color: #fff;
        cursor: pointer;
    }
    .slider-for .slick-arrow.next{
        left:auto;
        right: 4%;
    }
    .slider-for .slick-arrow i{
        font-size:30px;
    }
    .best-choice .slick-arrow, .testimonial-section .slick-arrow, .video-testimonial-section .slick-arrow{
        position: absolute;
        left: -20px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 30px;
        z-index: 9;
        cursor: pointer;
    }
    .best-choice .slick-arrow.next, .testimonial-section .slick-arrow.next, .video-testimonial-section .slick-arrow.next{
        left:auto;
        right:-20px;
    }
    .testimonial-section .slick-arrow, .video-testimonial-section .slick-arrow{
        left: 0px;
    }
    .testimonial-section .slick-arrow.next, .video-testimonial-section .slick-arrow.next{
        right: 0;
    }
    .best-choice .slick-arrow i, .testimonial-section .slick-arrow i, .video-testimonial-section .slick-arrow i {
        font-size: 30px;
    }
    .footer-top-inner p, .footer-top-inner li, .footer-top-inner li a{
        color: #b6afaf;
        font-size: 14px;
        text-decoration: none;
        text-decoration: none;
        font-weight: normal;
    }
    .widget_nav_menu a:hover, .footer-top-inner li a {
        text-decoration: none;
    }
    .footer-top-inner li a:hover{
        color:#b3902b !important;
    }
    .footer-top-inner h2 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .footer-widgets.column-one{
        padding-right: 30px;
    }
    .footer-top-inner li {
        list-style: none;
    }
    .footer-top-inner li i {
        margin-right: 8px;
        color: #b3902b;
        width: 15px;
        font-size: 15px;
        display: inline-block;
        vertical-align: middle;
    }
    .footer-top-inner li span {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        font-size: 13px;
        color:#b6afaf;
    }
    .footer-widgets .widget{
        margin-top: 4rem;
    }
    .recent-thumb {
        float: left;
        width: 6rem;
        height: 6rem;
        margin: 0 1em 4px 0;
        overflow: hidden;
    }
    .recent-content {
        overflow: hidden;
    }
    .footer-top-inner li span.title{
        color: #fff;
        margin-bottom: 10px;
    }
    .column-three{
        padding-left: 40px;
    }
    .footer-top-inner li span.post-date {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        color:#b6afaf;
    }
    .recent-content b {
        display: inline-block;
        vertical-align: middle;
        font-weight: normal;
        margin-left: 5px;
        color:#8e8a8a;
        font-size: 12px;
    }
    .recent-thumb img {
        border-radius: 3px;
    }
    .footer-top-inner .column-two li {
        /* border-top: 1px solid #ddd; */
        border-bottom: 1px solid #272929;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
    .footer-top-inner .course.menu-item{
        display: none;
    }
    .column-three input[type="email"] {
        background-color: #292525;
        border-color: #292525;
        color: #b6afaf;
    }
    .column-three .wpcf7-not-valid-tip{
        color:#fff;
        margin-top:5px;
    }
    .form-group.email-field {
        width: 68%;
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    .wpcf7-not-valid-tip{
        font-size: 14px;
    }
    .form-group.submit-button {
        width: 30%;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }
    .form-group.submit-button input {
        padding: 10px;
        font-size: 12px;
        height: 42px;
        color: #fff !important;
        width: 100%;
        letter-spacing: 1px;
        border-radius: 3px;
        background:#b3902b;
        text-decoration: none;
        transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
    }
    .form-group.submit-button input:hover {
        background:#8e6e14;
    }
    .column-three input[type="email"] {
        background-color: #292525;
        border-color: #292525 !important;
        color: #b6afaf;
        height: 42px;
        padding: 5px 10px;
        border-radius: 3px;	
        font-size: 13px;
    }
    .newsletter {
        position: relative;
    }
    div.wpcf7 .ajax-loader {
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 20px;
    }
    .column-three div.wpcf7 .ajax-loader{
        top: 100%;
        bottom: auto;
    }
    .footer-top-inner .column-two li:last-child{
        border:none;
        padding:0;
        margin:0;
    }
    #site-footer{
        background-color: #171515 !important;
        border-color: #272929 !important;
        color: #b6afaf !important;
    }
    .footer-widgets-outer-wrapper {
        border-bottom: none;
    }
    .footer-custom-main p {
        font-size: 13px;
    }
    .two-column {
        display: flex;
    }

    h6.h6{
        font-family: 'Lora', serif;
        /* color: #8e8e8e; */
        color:#000;
        font-weight: 300;
        text-transform: capitalize;
        letter-spacing: 0.6px;
        margin:0;
        font-size: 14px;
    }
    h4.h4 {
        font-size: 28px;
        /*font-size: 35px;*/
        letter-spacing: -2.6px;
        margin: 10px 0;
        padding-bottom: 18px;
        position: relative;
        font-weight: bold;
    }
    .what-we-do {
        padding: 100px 0;
    }
    h4.h4::after {
        background: #b3902b;
        content: '';
        height: 2px;
        width: 40px;
        position: absolute;
        bottom: 1px;
        left: 0;
        right:0;
        margin:auto;
    }
    .logo-header {
        margin-bottom: 30px;
    }
    /* .logo-header h4.h4::after {
        background:#fff;
    }
    .logo-header h4.h4{
        color:#fff;
    }
    .logo-header p{
        color: #fff;
    } */
    .posibility-box {
        margin-top: 40px;
    }
    .icon {
        display: inline-block;
        vertical-align: middle;
    }
    .icon i {
        font-size: 60px;
        color: #0b2351;
    }
    .icon i:hover {
        color: #b3902b;
    }
    .posibility-box h4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .posibility-box h4 a:hover {
        color: #b3902b;
    }
    .posibility-box h4 a {
        text-decoration: none;
        color: #000;
        font-size: 20px;
        font-weight: 500;
    }
    .posibility-box p{	color:#000;
        font-size:14px;
    }
    #counter-stats .h6 {
        color: #fff;
    }
    .posibility-box > div {
        padding: 0 30px;
    }
    .read-more {
        font-size: 48px;
        text-decoration: none;
        color: #b7b7b7;
        line-height: 10px;
        vertical-align: middle;
        display: inline-block;
    }
    .best-choice {
        background: #f5f5f7;
        padding: 100px 0;
    }
    .regular.slider {
        margin-top: 30px;
    }
    .slide-wrap {
        padding: 0 15px;
    }
    .slide-wrap .slide-inner {
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
    }
    .slide-image{
        position: relative;
    }
    .slide-content {
        padding: 20px;
        position: relative;
    }
    .slide-inner a{
        color:#000;
        text-decoration: none;
    }
    .slide-content h4 {
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: 500;
        line-height: 24px;
        text-align:center;
        /*padding-bottom: 15px;
        border-bottom: 1px solid #e6e6e8;*/
        min-height: 54px;
        margin:0;
    }
    .slide-inner a:hover{
        color: #0b2351;
    }
    .post-date {
        font-size: 12px;
        color: #8e8e8e;
        font-weight: 500;
    }
    #counter-stats .h4 {
        color: #fff;
    }
    .stats-section {
        margin-top: 30px;
    }
    .newsletter-section {
        padding: 50px 0;
        /* background: #f5f5f7; */
    }
    .newsletter-section p {
        font-size: 18px;
        color: #7d7d7d;
        text-align: center;
        font-family: Lora;
        font-weight: 400;
        font-style: normal;
        /*padding: 0 20px;*/
        padding: 0;
    }
    .newsletter-section a {
        border: none;
        border-bottom: 3px solid rgba(0,0,0,0.1);
        cursor: pointer;
        display: inline-block;
        text-transform: uppercase;
        white-space: nowrap;
        padding: 1.3em 3em 1.065em;
        font-size: 11px;
        line-height: 2.1em;
        font-weight: 400;
        color: #ffffff;
        background-color: #b3902b;
        text-decoration: none;
        border-radius: 3px;
        font-weight: 500;
        letter-spacing: 3px;
    }
    .newsletter-section a:hover{
        background-color: #8e6e14;
    }
    .education-image {
        padding: 0;
    }
    .education-content h4.h4::after{
        margin:0;
    }
    /*choice css start from here*/
    .education-consult {
        border-top: 1px solid #ededed;
    }
    .education-consult p {
        color: #000000;
        font-size: 13px;
        line-height: 24px;
        padding: 10px 0;
    }
    .column {
        display: flex;
    }
    .two-column span i {
        color: #b3902b;
        font-size: 25px;
        padding: 2.8rem 0rem 0;
    }
    .right-content {
        padding: 2rem 1rem 0;
    }
    .right-content a {
        font-size: 0.7857em;
        text-transform: uppercase;
        color: #8e8e8e;
        font-weight: 600;
        text-decoration: none;
    }
    .right-content h4 a {
        font-size: 15px;
        font-family: "Montserrat",sans-serif;
        font-weight: 600;
        font-style: normal;
        text-decoration: none;
        text-transform: none;
        letter-spacing: -0.3px;
        color: #111111;
    }
    .education-content {
        /*padding: 50px;*/
        padding: 5rem 8rem 5rem 8rem;
        background: #f5f5f7;
    }
    .consult-free {
        padding: 0;
    }
    .consult-form {
        padding: 5rem 8rem 4rem 8rem;
    }
    .consult-form .h4 {
        margin-bottom: 30px;
    }
    .consult-form h4.h4::after, .about-us h4.h4::after {
        margin: 0;
    }
    .consult-form input {
        border: none;
        border-bottom: 1px solid rgba(17,17,17,0.1);
        margin-top: 0;
        padding: 10px 0;
        font-size: 14px;
    }
    .your-message textarea {
        border: none;
        border-bottom: 1px solid rgba(17,17,17,0.1);
        margin-top: 0;
        resize: none;
        padding: 10px 0;
        height: 80px;
        font-size: 14px;
    }
    .consult-form input:focus, .consult-form textarea:focus {
        border: none;
        outline: none;
        border-bottom: 1px solid #000;
    }
    .consult-form input.wpcf7-form-control.wpcf7-submit, .view_more a {
        margin-top: 1rem;
        border-bottom: 3px solid rgba(0,0,0,0.1);
        padding: 1.3em 3em 1.065em;
        color: #ffffff;
        background-color: #b3902b;
        font-size: 12px;
        border-radius: 3px;
        letter-spacing: 2px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
    }
    .view_more {
        margin-top: 20px;
    }
    .home .about-us{
        padding:0;
    }
    .about-us {
        background: #f5f5f7;
        padding: 8rem 0 0;
    }
    .about-us li {
        font-size: 14px;
        color: #000000;
    }
    .about-us p {
        color: #000000;
        font-size: 14px;
        line-height: 1.9em;
        padding: 3rem 0;

    }
    .about-us a {
        margin-top: 2rem;
        border-bottom: 3px solid rgba(0,0,0,0.1);
        padding: 1.3em 3em 1.065em;
        color: #ffffff;
        background-color: #b3902b;
        font-size: 12px;
        border-radius: 3px;
        letter-spacing: 1.3px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 500;
    }
    .about-us a:hover {
        background-color: #8e6e14;
    }
    .consult-form input.wpcf7-form-control.wpcf7-submit:hover, .view_more a:hover {
        background-color: #8e6e14;
        text-decoration: none;
    }
    .testimonial-section {
        padding: 8rem 0;
    }
    .testimonial-section p {
        margin: 0 5em;
        font-size: 20px;
        line-height: 1.737em;
        color: #000000;
        font-family: 'Lora', serif;
        padding:10px 0 0;
    }
    .testimonial-section .slide-content:before {
        content: "\f10e";
        font-family: 'FontAwesome';
        font-size: 1.6em;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        color: #b3902b;
    }
    .testimonial-section .slide-content{
        padding:30px;
    }
    .author h6 {
        font-size: 16px;
        margin-top:10px;
    }
    .testimonial-section .author p {
        color: #8e8e8e;
        font-size: 14px;
        padding: 7px;
    }
    .testimonial-section .post-image img {
        border-radius: 100%;
        max-width: 70px;
        width: 100%;
    margin-top: 2rem;
    }
    .post .slide_item {
        margin: 4rem 0;
    }
    .right-content h4 {
        line-height: 23px;
    }
    .header-marquee {
        background: #b3902b91;
    }
    .header-marquee marquee {
        color: #0b2351;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        padding-top: 5px;
        padding-bottom: 0;
        line-height: 26px;
    }
    #site-header{
        background:transparent !important;
    }
    section.recent.post {
        padding: 8rem 0;
        margin: 0;
        background: #f5f5f7;
    }
    section.recent.post .more-post a {
        color: #ffffff;
        background-color: #b3902b;
        margin-top: 1rem;
        border-bottom: 3px solid rgba(0,0,0,0.1);
        padding: 1.3em 3em 1.065em;
        color: #ffffff;
        font-size: 12px;
        border-radius: 3px;
        letter-spacing: 2px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
    }
    section.recent.post .more-post a:hover {
        background-color: #8e6e14;
    }

    section.recent.post a {
        display: inline-block;
        padding: 5px 11px;
        font-size: 9px;
        font-weight: 700;
        letter-spacing: 0.75px;
        line-height: 1.2em;
        text-transform: uppercase;
        background-color: #0b2351;
        color: #fff;
        text-decoration: none;
        position: relative;
        bottom: 13px;
        margin: 0;
    }
    section.recent.post .slide-content {
        padding: 20px 10px;
    }
    .author-title.heading-size-4 {
        font-size: 12px;
        color: #8e8e8e;
    }
    section.recent.post .slide-content h4 {
        font-size: 16px;
    }
    .column-one img {
        max-width: 160px !important;
    }
    body:not(.overlay-header) .primary-menu > li > ul:after {
        border-bottom-color: #b3902b !important;
    }
    .primary-menu ul {
        width: 360px;
        padding: 33px 16px;
        border-top: 2px solid #b3902b;
    }
    ul.sub-menu li a {
        padding: 10px 20px;
        font-size: 13px;
        line-height: 25px;
    }
    .slide_item:focus {
        outline: none !important;
        border: none !important;
    }
    .primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a {
        text-decoration: none;
    }

    /*********Inner page************/
    .banner-section {
        min-height: 360px;
        background-repeat: no-repeat;
        width: 100%;
        margin: auto;
        background-size: cover;
        background-position: top center;
        display: flex;
        align-items: center;
        position:relative;
        z-index:0;
    }
    .banner-section:before {
        z-index:0;
        background-color: rgba(0, 0, 0, 0.64);
        color: rgb(255, 255, 255);
        width: 100%;
        left: 0;
        right: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        content: "";
    }
    .banner-section .col-sm-12.text-center {
        font-size: 36px;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        vertical-align: middle;
        padding: 10rem 0;
    }
    .content-section {
        padding: 5rem 0;
    }
    .content-section p {
        color: #000000;
        font-size: 14px;
        line-height: 1.9em;
        padding: 0rem 0;
        margin-bottom: 3rem;
    }
    .course-detail-title {
        padding-bottom: 0;
    }
    .course-list a {
        color: #b3902a;
        text-decoration: none;
        font-size: 16px;
    }
    .course-list li {
        font-size: 14px;
        color: #000000;
    }
    .course-list ol {
        padding: 0;
        margin: 0;
    }
    .course-list h4 strong {
        color: #b3902a;
        text-decoration: none;
        font-size: 16px;
    }
    .enquiry-form {
        background: #fff;
        box-shadow: 0 0 10px #00000029;
        padding: 6rem 4rem;
    }
    .enquiry-form label {
        line-height: 16px;
        font-size: 1.6rem;
    }
    .enquiry-form .wpcf7-response-output {
        font-size: 11.6px;
        margin: 0 !important;
    }
    .enquiry-form input {
        border: none;
        border-bottom: 1px solid rgba(17,17,17,0.1);
        margin-top: 0rem;
        padding: 15px 10px;
        font-size: 14px;
    }
    .enquiry-section h3 {
        margin-bottom: 30px;
        font-weight: 700;
    }
    .enquiry-form form .col-sm-12, .enquiry-form form .col-sm-6{
    
        margin-bottom: 1rem;
    }
    .enquiry-form input:focus, .enquiry-form textarea.wpcf7-form-control.wpcf7-textarea:focus {
        outline: none;
        border: none;
        border-bottom: 1px solid #000;

    }
    .enquiry-form h3 {
        margin-bottom: 30px;
    }
    .enquiry-form input.wpcf7-form-control.wpcf7-submit {
        margin-top: 1rem;
        border-bottom: 3px solid rgba(0,0,0,0.1);
        padding: 1.3em 3em 1.065em;
        color: #ffffff;
        background-color: #b3902b;
        font-size: 12px;
        border-radius: 3px;
        letter-spacing: 2px;
        text-decoration: none;
        transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
    }
    .enquiry-form input.wpcf7-form-control.wpcf7-submit:hover {
        background-color: #8e6e14;
        text-decoration: none;
    }
    /*.enquiry-form textarea.wpcf7-form-control.wpcf7-textarea {
        height: 30px;
        overflow-y: hidden;
        vertical-align: top;
        line-height: 0;
        padding-bottom: 30px;
    }*/
    .enquiry-section .testimonial-section {
        text-align: center;
        padding: 50px 0;
    }
    .enquiry-section .testimonial-section p {
        margin: 0 0 1rem;
    }
    .enquiry-section .testimonial-section .slide-content:before {
        top: 0%;
        font-size: 17px;
    }
    .enquiry-section .testimonial-section .author p {
        line-height: 10px;
    }
    .enquiry-section .testimonial-section .post-image img {
        max-width: 60px;
    }
    .wpcf7-response-output {
        display: none;
    }
    .page-template-About .testimonial-section {
        padding: 6rem 0 3rem;
        background: #f5f5f7;
    }
    /*************contact start *********/
    .contact-form {
        padding: 80px 0;
    }
    .contact-form li {
        list-style: none;
        margin: 0;
        padding-bottom: 28px;
    }
    .contact-form li:last-child {
        padding: 0;
    }
    .contact-form li h6 {
        font-size: 16px;
        padding-bottom: 10px;
        color: #000;
    }
    .contact-form li span {
        font-size: 15px;
        color: #767676;
    }
    .contact-form li a {
        color: #767676;
        text-decoration: none;
        font-size: 15px;
    }
    .contact-form ul.footer-social li:first-child {
        margin: 0;
    }
    .contact-form .social-icons a svg {
        width: 25px;
        margin-top: 20px;
    }
    .contact-form input {
        border: none;
        border-bottom: 1px solid rgba(17,17,17,0.1);
        margin-bottom: 1rem;
        padding: 10px 0;
        font-size: 14px;
    }
    .contact-form .your-message textarea {
        border: none;
        border-bottom: 1px solid rgba(17,17,17,0.1);
        margin-top: 0rem;
        resize: none;
    }
    .contact-form input:focus, .contact-form .your-message textarea:focus {
        border: none;
        outline: none;
        border-bottom: 1px solid #000;
    }
    .contact-form input.wpcf7-form-control.wpcf7-submit {
        border: none;
        border-bottom: 3px solid rgba(0,0,0,0.1);
        cursor: pointer;
        display: inline-block;
        text-transform: uppercase;
        white-space: nowrap;
        padding: 1.3em 3em 1.065em;
        font-size: 11px;
        line-height: 2.1em;
        font-weight: 400;
        color: #ffffff;
        background-color: #b3902b;
        text-decoration: none;
        border-radius: 3px;
        font-weight: 500;
        letter-spacing: 3px;
        margin-top: 3rem;
        transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
    }
    .contact-form input.wpcf7-form-control.wpcf7-submit:hover{
        background-color: #8e6e14;
    }
    /**
    * Change animation duration
    */
    .animated {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
    
    @-webkit-keyframes fadeInRight {
        from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        }
    
        to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        }
    }
    
    @keyframes fadeInRight {
        from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        }
    
        to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        }
    }
    
    .fadeInRight {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
    }
    

    /*******About start***********/
    .section-inner.medium h1.entry-title {
        font-size: 28px;
        letter-spacing: -2.6px;
        margin: 110px 0 70px;
        padding-bottom: 18px;
        position: relative;
        font-weight: bold;
    }
    .section-inner.medium h2.entry-title {
        text-align: left;
        line-height: 32px;
    }
    .section-inner.medium a {
        font-size: 26px;
        /* font-size: 35px; */
        letter-spacing: -2.6px;
        margin: 10px 0;
        padding-bottom: 18px;
        position: relative;
        font-weight: bold;
        text-align: left;
        line-height: 20px;
    }
    .section-inner.medium a:hover {
        text-decoration: none;
    }
    .section-inner.medium .entry-categories-inner {
        justify-content: left;
        font-size: 13px;
        margin: 0;
    }
    .section-inner.medium .entry-categories-inner a {
        font-size: 10px;
        margin: 30px 0 0 20px;
        text-decoration: none;
        padding-bottom: 0;
        background-color: #0b2351;
        color: #fff;
        font-weight: 700;
        padding: 3px 13px;
        letter-spacing: 0;
    }
    .section-inner.medium .entry-categories-inner a:first-child{
        margin:30px 0 0 0;
    }
    .section-inner.medium  .post-meta-single-top .post-meta {
        justify-content: left;
        margin: 0;
    }
    .section-inner.medium  .post-meta-wrapper.post-meta-single.post-meta-single-top {
        margin-left: 0;
        max-width: inherit;
    }
    .entry-categories a:focus, .entry-categories a:hover {
        border-bottom: none;
    }
    .section-inner.medium .post-meta li {
        margin: 0 22px 0 0;
    }
    .section-inner.medium .post-meta .meta-wrapper span a {
        font-size: 13px;
        margin: 0;
        letter-spacing: 0;
        margin: 0;
        padding: 0;
    }
    .blog-section{
        padding:80px 0;
    }
    /* .single-post {
        padding: 60px 0 30px;
    } */
    .blog-section header .col-md-12 {
        padding: 0;
    }
    .blog .featured-media {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .category-courses .post-inner p {
        color: #272727;
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: 500;
        line-height: 24px;
        padding-bottom: 15px;
    }
    .blog hr.post-separator {
        margin: 30px 0;
    }
    .search h4 {
        font-family: 'Lora', serif;
        color: #8e8e8e;
        font-weight: 300;
        text-transform: capitalize;
        letter-spacing: 0.6px;
        margin: 23px 0;
        font-size: 14px;
        display: none;
    }
    .search-form {
        align-items: stretch;
        display: flex;
        flex-wrap: nowrap;
        margin: 30px 0 0;
    }
    #search-form-1 {
        border: none;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding: 0 17px;
    }
    .subheading.heading-size-3 {
        font-size: 20px;
        /* font-size: 35px; */
        letter-spacing: -1.6px;
        margin:0 0 10px;
        padding-bottom: 18px;
        position: relative;
        font-weight: bold;
    }
    .recent-post li {
        list-style: none;
        border-bottom: 1px solid #e6e6e8;
        padding-bottom: 2rem;
    }
    .recent-post.you-may {
        padding: 50px 0 30px;
    }
    .category-courses .recent-post.you-may .textwidget li{
        border-bottom: none;
        padding-bottom: 0;
    }
    .recent-post li a {
        margin-bottom: 15px;
        font-weight: 500;
        line-height: 22px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e6e6e8;
        font-size: 15px;
        color: #000;
        text-decoration: none;
    }
    input.search-submit, span.faux-button {
        border: none;
        border-bottom: 3px solid rgba(0,0,0,0.1);
        cursor: pointer;
        display: inline-block;
        text-transform: uppercase;
        white-space: nowrap;
        padding: 1em 2em 1em;
        font-size: 11px;
        line-height: 1.1em;
        font-weight: 400;
        color: #ffffff;
        background-color: #b3902b !important;
        text-decoration: none;
        border-radius: 3px;
        font-weight: 500;
        letter-spacing: 3px;
        margin-top: 3rem;
    }
    input.search-submit:hover {
        background-color: #8e6e14;
    }
    .recent-post {
        padding: 2rem;
    }
    .section-inner.medium .post-meta .meta-icon svg {
        width: 15px !important;
        height: 15px !important;
    }
    .categories h2, .right-sidebar h2 {
        font-size: 20px;
        letter-spacing: -2.6px;
        margin: 10px 0 30px;
        padding-bottom: 18px;
        position: relative;
        font-weight: bold;
        padding: 0 2rem;
    }
    .categories a {
        font-size: 10px;
        margin: 30px 4px 0 19px;
        text-decoration: none;
        padding-bottom: 0;
        background-color: #0b2351;
        color: #fff;
        font-weight: 700;
        padding: 2px 12px;
        letter-spacing: 0;
    }
    .singular .featured-media {
        margin-top: 6rem;
    }
    .singular .featured-media {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .pagination-single a {
        color: #b3902b;
        font-size: 14px;
    }
    .recent-post h4 {
        font-family: 'Lora', serif;
        color: #8e8e8e;
        font-weight: 300;
        text-transform: capitalize;
        letter-spacing: 0.6px;
        margin: 0;
        font-size: 14px;
    }
    .comments-wrapper {
        margin: 2rem 2rem;
    }
    .comments-wrapper #reply-title {
        text-align: left;
        font-size: 28px;
        letter-spacing: -2.6px;
        margin: 10px 0;
        padding-bottom: 0;
        position: inherit;
        font-weight: bold;
    }
    .section-inner.thin {
        max-width: 100%;
    }
    .comments-wrapper p.logged-in-as {
        margin: 0;
        text-align: left;
    }
    .logged-in-as a {
        font-family: 'Lora', serif;
        color: #8e8e8e !important;
        font-weight: 300;
        text-transform: capitalize;
        letter-spacing: 0.6px;
        margin: 0;
        font-size: 14px;
        text-align: left;
    }
    .comment-respond p {
        margin: 20px 0px;
        max-width: 100% !important;
    }
    .comment-respond textarea {
        resize: none;
    }
    .form-submit #submit {
        border: none;
        border-bottom: 3px solid rgba(0,0,0,0.1);
        cursor: pointer;
        display: inline-block;
        text-transform: uppercase;
        white-space: nowrap;
        padding: 1.5em 2em 1.5em;
        font-size: 12px;
        line-height: 1.1em;
        font-weight: 400;
        color: #ffffff;
        background-color: #b3902b !important;
        text-decoration: none;
        border-radius: 3px;
        font-weight: 500;
        letter-spacing: 3px;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .read-more-button-wrap {
        text-align: left;
    }
    .post-meta-wrapper.post-meta-edit-link-wrapper {
        margin: 30px 5px;
    }
    input#search-form-1:focus {
        border: none;
        outline: none;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    h2.comment-reply-title {
        text-align: left;
        font-size: 28px;
        letter-spacing: -2.6px;
        margin: 10px 0;
        padding-bottom: 0;
        line-height: 40px;
        position: relative;
        font-weight: bold;
    }
    a:hover {
        text-decoration: none;
    }
    .comment-content a {
        color: #b3902b;
    }
    span.comment-reply a {
        border: none;
        border-bottom: 3px solid rgba(0,0,0,0.1);
        cursor: pointer;
        display: inline-block;
        text-transform: uppercase;
        white-space: nowrap;
        padding: 1em 2em 1em;
        font-size: 11px;
        line-height: 1.1em;
        font-weight: 400;
        color: #ffffff;
        background-color: #b3902b !important;
        text-decoration: none;
        border-radius: 3px;
        font-weight: 500;
        letter-spacing: 3px;
        margin-top: 3rem;
    }
    input:focus {
        outline: none;
        border: none;
    }
    .enquiry-form .your-message textarea {
        height: 6rem;
        margin-top: 0rem;
        padding: 15px 10px;
        font-size: 14px;
    }
    .enquiry-form .wpcf7-not-valid-tip {
        color: #dc3232;
        font-size: 13px;
        font-weight: normal;
        display: block;
        padding: 10px 11px;
    }
    .program-toggle {
        position: fixed;
        /* top: 71%; */
        left: -352px;
        /* transform: translateY(-50%); */
        width: 352px;
        /* height: auto; */
        padding: 0;
        background: #fff;
        /* box-shadow: 0 20px 50px rgba(0,0,0,.5); */
        box-sizing: border-box;
        transition: 0.5s;
        z-index: 999;
        /* bottom: 0px; */
        top: 45%;
    }
    .program-toggle .toggle h3 {
        display: inline-block;
        background: #b3902b;
        padding: 11px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        white-space: nowrap;
        -webkit-transform: translate(1.8em,0) rotate(90deg);
        -moz-transform: translate(1.8em,0) rotate(90deg);
        -o-transform: translate(1.8em,0) rotate(90deg);
        transform: translate(1.8em,0) rotate(90deg);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -ms-transform: none;
        -ms-transform-origin: none;
        -ms-writing-mode: tb-rl;
        *writing-mode: tb-rl;
        right: -182px;
        position: absolute;
        line-height: normal;
    }
    .sidebar-contact-box {
        width: 350px;
        padding: 20px;
        background: #fff;
        box-shadow: -2px -1px 7px 0px #a0a0a0;
    }
    .sidebar-contact-box h3 {
        background: transparent;
        color: #000;
        font-size: 24px;
        width: 100%;
        padding: 0;
        text-align: center;
        padding: 0px 0px 10px 0px;
        border-bottom: solid 1px #ddd;
        margin-bottom: 10px;
    }
    .sidebar-contact-box ul li {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 8px;
        border-bottom: solid 1px #ddd;
        padding-bottom: 8px;
        list-style: none;
    }
    .sidebar-contact-box ul li a b {
        margin-right: 5px;
    }
    .sidebar-contact-box ul li a {
        color: #2a2a2a;
        font-size: 14px;
        text-decoration: none;
    }
    .sidebar-contact-box .more-btn {
        text-align: right;
    }
    .sidebar-contact-box .more-btn a.btn-orange {
        margin: 6px 0px 0px 0px;
        padding: 10px 26px;
        border: none;
        font-weight: 600;
        color: #fff;
        background: #b3902b;
        font-size: 14px;
        transition: 0.2s;
        border-radius: 3px;
        display: inline-block;
        text-decoration: none;
        transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
    }
    .sidebar-contact-box .more-btn a.btn-orange:hover, .program-toggle .toggle h3:hover{
        background-color: #0b2351;
    }
    .header-navigation-wrapper .primary-menu > li.current_page_item{
        background: #b3902b;
    }
    .program-toggle.active{
        left: 0px;
    }
    .contact-form p {
        color: #000000;
        font-size: 13px;
        line-height: 24px;
        padding: 10px 0;
        margin-bottom: 2rem;
    }
    .contact-form h4.h4::after {
        margin: 0;
    }
    .map-location iframe {
        height: 550px !important;
    }
    .category-courses .textwidget ul {
        display: flex;
    }
    .category-courses .textwidget li {
        list-style: none;
        width: 33.3%;
        margin: 0 11px;
    }

    .category-courses .textwidget li a {
        margin-bottom: 15px;
        font-weight: 500;
        line-height: 19px;
        padding-bottom: 0;
        border-bottom:none;
        font-size: 13px;
        color: #000;
        text-decoration: none;
        float:none;
        vertical-align: top;
    }
    .category-courses .textwidget li a .recent-thumb{
        margin: 0 0 10px 0;
        width: auto;
        height: auto;
    }
    .category-courses .textwidget li a .post-date {
        display: inline-block !important;
    }
    .category-courses .textwidget li a .recent-content .title {
        display: inline-block;
    }
    #site-content header.entry-header.has-text-align-center {
        background: #1f1c1c;
        color: #fff;
		display:none;
    }
    #site-content .type-post header.entry-header.has-text-align-center {
        background: inherit;
    }
    .comment-respond p.comment-notes, .comment-respond p.logged-in-as {
        margin: 0;
        text-align: left;
    }
    .best-choice{
        margin-top: -12px;
    }
    /*******About end***********/

    /*********logo section*******/
    .multiple-logo .slide-wrap .slide-inner {
        background: transparent;
    }
    .logo-section {
        /* background: #b3902b; */
        text-align: center;
        padding: 40px 0;
    }
    .logo-image {
        display: flex;
        align-content: center;
        align-items: center;
        height: 50px;
    }
    .logo-image img {
        width: auto !important;
        max-width: 150px;
        max-height: 50px;
    }
    .logo-section .slide-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .logo-section .slick-arrow {
        position: absolute;
        left: -20px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 30px;
        z-index: 9;
        cursor: pointer;
    }
    .logo-section .slick-arrow i{
        font-size: 20px;
        /* color:#fff; */
    }
    .logo-section .slick-arrow.next{
        left: auto;
        right: -20px;
    }
    .menu-modal{
        z-index: 999;
    }

    /********FAQ section********/
    .accordion-section-main {
        background-color: #f5f5f5;
        padding: 100px 0;
    }
    .accordion-section-main .accordion-right {
        padding-left: 40px;
        padding-top: 20px;
    }
    .accordion-right h3 {
        margin: 0 0 5px;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.4px;
        line-height: normal;
        max-width: 100%;
    }
    .accordion-section-main .accordion-right h2 {
        margin: 0;
    }
    .accordion > .card > .card-header {
        border: 0;
        padding: 0;
        margin: 15px 0 0;
    }
    .accordion > .card .collapse.show {
        margin-top: 15px;
    }
    .accordion > .card .collapse {
        background: #fff;
    }
    .accordion > .card > .card-header h2 button {
        background: #fff;
        position: relative;
        padding: 0;
        border: 0;
        box-shadow: none;
    }
    .accordion > .card > .card-header button.collapsed .open-close::after, .accordion > .card > .card-header button .open-close::after, .accordion > .card > .card-header button .open-close::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 3px;
        width: 20px;
        background: #fff;
        margin: auto;
    }
    .accordion .card-body {
        background: #fff;
        font-size: 14px;
        line-height: normal;
    }
    .accordion > .card > .card-header h2 button span {
        border-radius: 0;
        border: 0;
        background-image: none !important;
        font-weight: 600;
        color: #000;
        margin: 0 0 15px;
        padding: 8px 10px;
        margin-top: 0;
        font-size: 16px;
        line-height: normal;
        position: relative;
        text-transform: none;
        letter-spacing: 0;
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        width: calc(100% - 40px);
    }
    .accordion > .card > .card-header button .open-close {
        border-radius: 0;
        background:  #0b2351;
        width: 36px;
        height: 40px;
        padding: 0;
        text-align: center;
        overflow: hidden;
    }
    .accordion > .card > .card-header button.collapsed .open-close::after { 
        transform: rotate(90deg);
    }
    .accordion > .card {
        border: 0;
        background: transparent;
    }
    .sidebar-contact-box .more-btn a:last-child {
        margin-left: 10px;
    }
    .right-sidebar .recent-post {
        padding:0;
    }
    .right-sidebar > div {
        margin-top: 40px;
    }
    .right-sidebar > div:first-child{
        margin: 0;
    }
    .page-template-About .banner-section {
        display: none;
    }
    .content-section h1 {
        font-size: 26px;
    }
    .course-list h3 {
        margin-top: 15px;
    }
    .video-testimonial-section {
        padding:60px 0 80px;
        background: #f5f5f5;
    }
    .video-testimonial-section .multiple-items.slider.slick-slider {
        padding: 0 20px;
        margin-top:0;
    }
    .blog .entry-header.has-text-align-center {
        display: none;
    }
    .slide-content iframe {
        height: 230px !important;
        width: 100% !important;
    }
    body .newsletter-api-form-theme1 .newsletter_form1 .form-control{
        border: 1px solid #fff !important;
        width: 100% !important;
        padding: 0 15px !important;
    }
    .subscriber-form .form-group{
        font-size: 14px;
        text-align: left;
    }
    #terms {
        margin-right: 10px;
    }
    #newsletter_form1 .subscriber_submit{
        padding: 10px;
        font-size: 12px;
        height: 42px;
        color: #fff !important;
        width: 100%;
        letter-spacing: 1px;
        border-radius: 3px;
        background: #b3902b;
        text-decoration: none;
        font-weight: bold;
        transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
    }
    #newsletter_form1 .subscriber_submit:hover{
        background: #8e6e14;
    }
    .newsletter-api-form-theme1 .newsletter_form1{
        color: #fff;
    }
    .newsletter-api-form-theme1 .form-group-button{
        margin: 20px auto 0 !important;
    }
    .fa, .far, .fas {
        font-family: "FontAwesome" !important;
    }
    .accordion .card-body p {
        font-size: 14px;
    }
    .why .h4 {
        font-size: 18px;
        letter-spacing: -1px;
        padding-bottom:0;
    }
    .why .h4:after {
        display:none;
    }
    .why p {
        margin-bottom: 30px;
    }
    .why {
        padding-bottom: 60px;
    }
    .slide-wrap .post-date{
        display:none;
    }
    .video-testimonial-section .slide-content a {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
    }
    .video-testimonial-section .slide-content > img {
        min-height: 240px;
        object-fit: cover;
    }
    .video-testimonial-section .slide-content a img {
        max-width: 40px;
        max-height: 40px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    
/*Video Popup*/

.YouTubePopUp-Wrap{
    position:fixed;
    width:100%;
    height:100%;
    background-color:#000;
    background-color:rgba(0,0,0,0.8);
    top:0;
    left:0;
    z-index:9999999999999;
}

.YouTubePopUp-animation{
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.logged-in .YouTubePopUp-Wrap{ /* For WordPress */
    top:32px;
    z-index:99998;
}

.YouTubePopUp-Content{
    max-width:680px;
    display:block;
    margin:0 auto;
    height:100%;
    position:relative;
}

.YouTubePopUp-Content iframe{
    max-width:100% !important;
    width:100% !important;
    display:block !important;
    height:480px !important;
    border:none !important;
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.YouTubePopUp-Hide{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.YouTubePopUp-Close{
    position:absolute;
    top:0;
    cursor:pointer;
    bottom:528px;
    right:0px;
    margin:auto 0;
    width:24px;
    height:24px;
    background:url(https://cdn2.hubspot.net/hubfs/3022826/Images/close.png) no-repeat;
    background-size:24px 24px;
    -webkit-background-size:24px 24px;
    -moz-background-size:24px 24px;
    -o-background-size:24px 24px;
}

.YouTubePopUp-Close:hover{
    opacity:0.5;
}

.header-top .whatsapp-icon li {
    padding: 0 5px !important;
    border-right: 1px solid;
    border-radius: 0 !important;
    line-height: 0;
    margin: 0 !important;
}
.header-top .whatsapp-icon li.whatsapp {
	padding: 0 !important;
    border-radius: 50% !important;
    margin-left: 2px !important;
}
.header-top .whatsapp-icon li:last-child{
    border:none;
}
.header-top .whatsapp-icon li.youtube{
    border-left:1px solid;
    margin-left: 5px !important;
}

@media all and (max-width: 768px) and (min-width: 10px){
    .YouTubePopUp-Content{
        max-width:90%;
    }
}

@media all and (max-width: 600px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:320px !important;
    }

    .YouTubePopUp-Close{
        bottom:362px;
    }
}

@media all and (max-width: 480px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:220px !important;
    }

    .YouTubePopUp-Close{
        bottom:262px;
    }
}



    /*******Responsive start***********/
    @media only screen and (max-width: 1270px) {
        .education-content {
            padding: 4rem;
        }
    }
    @media (max-width:1199px){
        .header-navigation-wrapper a, body:not(.overlay-header) .primary-menu > li > a{
            padding: 20px 15px;
        }
        .primary-menu > li > .icon {
            right:-6px;
        }
        .form-group.submit-button input{
            font-size: 10px;
        }
        /* .header-bottom {
            height: 45px;
            padding: 10px 0;
        } */
        button.toggle{
            height: 45px;
        }
        .toggle-inner .toggle-text{
            color: #fff !important;
            top: 28px;
            display:none;
        }
        .nav-toggle svg{
            fill: #fff;
            position: relative;
            top: 8px;
        }
        .nav-toggle .toggle-icon{
           height: 20px;
            position: relative;
            top: 7px;
            left: 20px;
        }
        button.close-nav-toggle{
            padding: 0 10px 0 0 !important;
            font-size: 14px !important;
        }
        button.close-nav-toggle .toggle-text{
            display:none;
        }
        button.close-nav-toggle svg {
            height: 1.5rem;
            width: 1.5rem;
        }
        .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle{
            height: 49px;
            margin: 0;
        }
    }
    @media only screen and (max-width: 1159px) {
        .education-content {
            padding: 3rem 2rem;
        }
        h4.h4 {
            font-size: 25px;
            margin:8px 0;
            padding-bottom: 12px;
            letter-spacing: 0px;
        }
        .education-consult p {
            padding: 0;
            line-height: 22px;
        }
        .right-content a {
            font-size: 12px;
        }
        .consult-form {
            padding: 3rem 3rem 2rem 3rem;
        }
        .consult-form input {
            margin-top: 0;
        }
        .your-message textarea {
            max-height: 90px;
        }
        .form-group.submit-button input {
            padding: 4px;
            font-size: 11px;
        }
        .testimonial-section p {
            font-size: 16px;
            line-height: 24px;
        }
        .testimonial-section .author p {
            padding: 0;
        }
        .testimonial-section {
            padding: 5rem 0;
        }
        .regular-single .slide-content{
            padding: 20px 30px 0;
        }
        .author h6 {
            font-size: 14px;
        }
        section.recent.post .slide-content h4 {
            font-size: 14px;
        }
        section.recent.post .more-post a,.about-us a, .consult-form input.wpcf7-form-control.wpcf7-submit, .newsletter-section a, .slider-content a {
            padding:1em 2em 1em;
        }
        .what-we-do, .best-choice, #counter-stats {
            padding: 50px 0;
        }
        /* .about-us {
            padding: 50px 0 0;
        } */
        .icon i {
            font-size: 60px;
        }

        .explore{
            display: none;
        }
    }

    @media (max-width:1024px){
        /* .header-top .whatsapp-icon{
            top: 83px;
            z-index: 9;
        } */
    }
    @media only screen and (max-width: 999px) {
        /* .header-top .whatsapp-icon {
            right: 85px;
            height: 45px;
            line-height: 42px;
        } */
        /* .header-top .whatsapp-icon a {
            height: 45px;
            vertical-align: middle;
        } */
        #site-content {
            padding-top: 128px;
        }
        .nav-toggle .toggle-icon i {
            font-size: 23px;
        }
        .header-bottom{
            height: 45px;
        }
        .header-left.col-md-4 {
                max-width: 100%;
                flex: 100%;
        }
        .menu-bottom .social-icons a {
            background: transparent !important;
        }
        .menu-bottom ul.social-icons li {
            margin: 0;
        }
        .toggle-inner .toggle-text {
            font-size: 1.2rem;
            line-height: 0;
        }
        .menu-modal-inner.modal-inner {
            background: #0b2351;
        }
        .menu-top {
            padding: 0;
        }
        .modal-menu li {
            border-color: #fff !important;
        }
        button.toggle:focus {
            border: none;
            outline: none;
        }
        .modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a, button.close-nav-toggle {
            font-size: 1.8rem;
            text-decoration: none;
            font-weight: 600;
            padding: 15px 20px 16px;
            transition: all ease-in-out .3s;
            -webkit-transition: all ease-in-out .3s;
            -ms-transition: all ease-in-out .3s;
            -o-transition: all ease-in-out .3s;
        }
        .modal-menu > li > .ancestor-wrapper > a:hover, ul.sub-menu li a:hover{
            background: #b3902b;
        }
        .modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a, .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
            text-decoration: none;
        }
        .header-footer-group pre, .header-footer-group fieldset, .header-footer-group input, .header-footer-group textarea, .header-footer-group table, .header-footer-group table *, .footer-nav-widgets-wrapper, #site-footer, .menu-modal nav *, .footer-widgets-outer-wrapper, .footer-top {
            border-color: #fff !important;
        }
        .counting {
            font-size: 28px;
        }
        .nav-toggle .toggle-inner {
            padding-top: 0;
            height: 40px;
        }
        .nav-toggle .toggle-icon, .nav-toggle svg {
        
            width: 2rem;
            line-height: 0;
        }
        .modal-menu ul li {
            border-left-width: 0;
        }
        .Program-toggle {
            top: 60%;
            
        }
        .site-logo, .site-description {
            margin: 0;
            line-height: 0;
            padding: 0;
        }
    }
    @media only screen and (max-width: 991px) {
        .comment-respond input[type="checkbox"] + label, .comment-respond label{
            font-size: 14px;
            line-height: normal;
        }
        .education-consult .row .col-sm-6 {
            max-width: 100% !important;
        }
        .multiple-logo.slider{
            padding: 0 20px;
        }
        .testimonial-section .slick-arrow{
            left:0;
        }
        .best-choice .slick-arrow{
            left:-10px;
        }
        .education-consult .row {
            display: block;
        }
        .education-image, .education-content, .consult-free, .consult-form {
            max-width: 100%;
        }
        .education-image img,  .consult-free img{
            width:100%;
        }
        .education-content {
            padding: 4rem;
        }
        .education-consult .d-flex {
            display: block !important;
        }
        .slider-content h2 {
            font-size: 37px;
        }
        .consult-form {
            padding:5rem;
        }
        .slider.slider-nav.slick-initialized.slick-slider {
            max-width: 100%;
            margin: -50px auto 0;
        }
        h4.h4 {
            font-size: 22px;
            margin: 8px 0;
            padding-bottom: 12px;
            letter-spacing: 0px;
        }
        .icon i {
            font-size: 40px;
        }
        .posibility-box h4 {
            margin-top: 14px;
        }
        .posibility-box h4 a {
            font-size: 16px;
        }
        .posibility-box p, h6.h6 {
            font-size: 13px;
        }
        .slide-content h4 {
            font-size: 14px;
            line-height: 20px;
            min-height: 58px;
        }
        
        .newsletter-section {
            padding: 20px 0;
        }
        h3 {
            font-size: 16px; 
            line-height:20px;
        }
        .newsletter-section p {
            font-size: 13px;
        }
        .two-column span i {
            font-size: 18px;
        }
        .right-content h4 {
            line-height: 20px;
        }
        .your-message textarea {
            max-height: 70px;
            margin-top: 0rem;
        }	
        .footer-top-inner p, .footer-top-inner li, .footer-top-inner li a {
            font-size: 12px;
        }
        .footer-top-inner li span {
            font-size: 12px;
        }
        .footer-inner.container {
            max-width: 100%;
            padding: 0 20px;
        }
        .footer-top-inner li {
            display: flex;
        }
        .footer-top-inner li i {
            font-size: 14px;
        }
        .recent-thumb {
            width: 4rem;
            height: 4rem;
        }
        .column-three {
            padding-left: 28px;
        }
        .form-group.submit-button 
        {
            width: 42%;
            margin: 20px 0;
        }
        .form-group.email-field {
            width: 100%;
        }
        .footer-top-inner h2 {
            font-size: 16px;
        }
        .footer-top-inner li span.post-date {
            font-size: 11px;
        }
        .footer-top-inner p, .footer-top-inner li, .footer-top-inner li a {
            font-size: 12px;
        }
        .footer-custom-main p {
            font-size: 12px;
        }
        .list.col-md-8 {
            max-width: 100%;
            flex: 100%;
            margin: auto;
            text-align: center;
        }

        .banner-section .col-sm-12.text-center {
            font-size: 36px;
        }
        .banner-section {
            min-height: 260px;
        }
        .content-section h1 {
            font-size: 24px;
            padding-bottom: 11px;
        }
        .enquiry-form {
            padding:4rem 2rem;
        }
        .enquiry-section .testimonial-section p {
            margin: 0rem 0em 1rem;
            font-size: 14px;
        }
        .content-section h1 {
            letter-spacing: 0px;
        }
        .section-inner.medium a {
            font-size: 18px;
            letter-spacing: 0px;
        }
        .section-inner.medium h2.entry-title {
            line-height: 5px;
        }
        /* span.meta-text {
            font-size: 11px;
        }
        .section-inner.medium .post-meta .meta-wrapper span a {
            font-size: 12px;
        } */
        .section-inner.medium .post-meta li {
            margin: 0 17px;
        }
        /* .category-courses .post-inner p {
            line-height: 21px;
            font-size: 12px;
        } */
        span.faux-button, input.search-submit {
            padding: 10px 20px;
            /* font-size: 11px; */
        }
        .search-form {
            display: block;
        }
        #search-form-1 {
            padding: 10px 7px;
        }
        .recent-post {
            padding: 0rem;
        }
        .subheading.heading-size-3, .categories h2, .comments-wrapper #reply-title, .section-inner.medium h1.entry-title {
            margin-top: 30px;
        }
        .section-inner.medium .post-meta li:first-child {
            margin-left: 0;
        }
        /* .recent-post li a {
            line-height: 16px;
            font-size: 11px;
        } */
        .categories {
            padding: 0;
        }
        .categories h2 {
            padding: 0;
        }	
        .categories a{
            margin: 30px 4px 0 0;
        }
        .search-form #search-form-1, .search-form .search-submit{
            margin-left: 0;
        }
        .form-submit #submit {
            padding: 10px 20px;
            /* font-size: 11px; */
        }
        /* .logged-in-as a, .comment-respond label {
            font-size: 12px;
        } */
        h2.comment-reply-title {
            font-size: 18px;
            letter-spacing: 0px;
            line-height: 28px;
        }
        .container, .container-md, .container-sm {
            max-width: 100%;
            margin: 0;
        }
        .stats {
            margin-bottom: 20px;
        }
        .counting {
            font-size: 22px;
        }
        .stats .fa {
            font-size: 30px;
        }
        .read-more {
            margin-bottom: 50px;
        }
        
        #site-content header.entry-header.has-text-align-center {
            padding: 5rem;
        }
        #site-content .type-post header.entry-header.has-text-align-center {
            padding: 10px;
        }
        .best-choice .slick-arroww{
            left: -10px;
        }
        .testimonial-section .slick-arrow, .logo-section .slick-arrow {
            left: 0;
        }
        .best-choice .slick-arrow.next{
            right: -10px;
        }
        .testimonial-section .slick-arrow.next, .logo-section .slick-arrow.next{
            right: 0;
        }
        
    }
    @media only screen and (max-width: 767px) {
        p{
            font-size: 14px;
        }
        .form-group {
            margin-bottom: 0;
        }
         .slide-content h4 {
             min-height:inherit;
         }
        .enquiry-section {
            margin-top: 40px;
        }
        .comment-respond p.comment-notes, .comment-respond p.logged-in-as{
            font-size: 14px;
        }
        .category-courses .post-inner p {
            line-height: 20px;
            font-size: 14px;
        }
        .blog-section {
            padding: 60px 0;
        }
        .search {
            margin-top: 30px;
        }
        .categories h2{
            padding: 0;
        }
        #search-form-1, .search-form .search-submit{
            margin-left: 0;
        }
        .slider-content h2 {
            font-size: 22px;
        }
        .accordion-section-main{
            padding: 60px 0;
        }
        .accordion-left-content img {
            width: 100%;
        }
        .accordion-section-main .accordion-right {
            padding-left: 15px;
            padding-top: 0;
            margin-top: 30px;
        }
        .slider-content p {
            font-size: 12px;
        }
        .header-top .footer-social-wrapper svg{
            margin: 0;
        }
        .header-top .list li:last-child {
            margin-right: 0 !important;
        }
        .Home-slider {
            height: 350px;
        }
        /* section.recent.post .more-post a, .about-us a, .consult-form input.wpcf7-form-control.wpcf7-submit, .newsletter-section a, .slider-content a {
            padding: 8px 10px;
            font-size: 10px;
        } */
        .stats {	
            margin-bottom: 30px;
        }
        .newsletter-section {
            padding: 50px 0;
            text-align: center;
            margin: auto;
        }
        .newsletter-section a {
            margin-top: 2rem;
        }
        
        .best-choice .slick-arrow{
            left: -10px;
        }
        
        /* .about-us {
            padding: 50px 0;
        } */
        .about-us p {
            padding: 3rem 0 0;
            margin-bottom: 2rem;
        }
        .testimonial-section p {
            font-size: 13px;
            line-height: 24px;
            margin: 0 0em;
        }
        .testimonial-section .post-image img {
            max-width: 40px;
            margin-top: 1rem;
        }
        .footer-widgets .widget {
            margin-top: 2rem;
        }
        footer#site-footer {
            padding: 10px;
        }
        .copyright {
            padding-bottom: 24px;
        }
        ul.footer-social li {
            margin: 0 10px;
        }
        ul.footer-social {
            justify-content: center;
            margin: auto;
            text-align: center;
        }
        .enquiry-form {
            margin: 3rem 0 0;
        }
        .banner-section .col-sm-12.text-center {
            font-size: 30px;
        }
        .enquiry-section .testimonial-section {
            text-align: center;
            padding: 25px 0 0;
        }
        .content-section {
            padding: 4rem 0;
        }
        .course-list li{
            margin-left: 15px;
        }
        .contact-form li h6 {
            font-size: 14px;
        }
        .contact-form li span, .contact-form li a {
            font-size: 13px;
        }
        .social-icons a svg {
            width: 20px;
            margin-top: 12px;
        }
        .contact-form, .map-location {
            padding: 40px 0 0;
        }
        .contact-form input.wpcf7-form-control.wpcf7-submit {
            padding: .8rem 2rem;
        }
        .contact-form li {
            text-align: center;
        }
        .categories {
            margin-bottom: 10px;
        }
        .section-inner.medium a {
            display: inline-block;
            line-height: normal;
            padding: 0;
            margin: 0;
        }
        /* .section-inner.medium .entry-categories-inner a {
            margin: 17px 4px 0 19px;
        } */
        .section-inner.medium .post-meta .meta-icon svg {
            width: 10px !important;
            height: 10px !important;
        }
        .section-inner.medium .post-meta li {
            margin: 0 10px 10px;
        }
        .blog .col-md-12 {
            padding: 0;
        }
        .section-inner.medium h1.entry-title {
            /* font-size: 25px; */
            margin: 20px 20px;
            letter-spacing: 0px;
        }
        .blog .featured-media {
            margin-top: 2rem;
            margin-bottom: 2rem;
        }
        .section-inner.medium h1.entry-title {
            font-size: 18px;
            /* margin: 10px 0;
            padding-bottom: 10px;
            letter-spacing: 0px;
            line-height: 20px; */
        }
        
        .comments-wrapper {
            margin: 0;
        }
        .comment-respond p {
            margin: 20px 0px 0;
        }
        /* .modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a, button.close-nav-toggle {
            font-size: 1.2rem;
        } */
        .icon i {
            font-size: 32px;
        }
        /* .about-us img {
            width: 100%;
            height: 100%;
            max-width: 300px;
            margin: auto;
        } */
        .about-us h6.h6 {
            margin-top: 30px;
        }
        .two-column {
            display: block;
        }
        .slider-nav .slick-slide .thumb h1 {
            font-size: 20px;
        }
        .what-we-do {
            padding: 50px 0 0;
        }
        .consult-form {
            padding: 6rem 2rem;
        }
        .consult-form h6.h6{
            text-align: left !important;
        }
        .categories a {
            margin: 30px 4px 0 0px;
        }
        .category-courses .textwidget ul {
            display: block;
        }	
        .category-courses .textwidget li {
            width: 100%;
            margin: 10px;
        }
        .search-form {
            margin: 0;
        }
        
    }
    @media (max-width:699px){
        .consult-form h6 {
            text-align: left !important;
        }
        .nav-toggle .toggle-icon{
            left: 0;
        }
        .header-top .whatsapp-icon{
            right: 70px;
        }
        .column-three {
            padding-left: 0;
        }
        .footer-top, .footer-widgets-outer-wrapper, #site-footer{
            padding: 0;
        }
        .footer-inner.container {
            padding: 60px 20px 40px;
        }
        .footer-inner.container .row {
            margin: 0;
        }
        .footer-widgets.column-one {
            padding-right: 0;
        }
        .footer-top-inner li span.title{
            margin-bottom: 0;
        }
        .footer-custom-main p{
            text-align: center;
        }
        .footer-custom-main ul.footer-social{
            justify-content: center;
        }
        .footer-custom-main .social-icons a svg{
            margin-top: 0;
        }
        .footer-widgets .widget {
            margin-top: 0;
        }
        footer#site-footer {
            padding: 20px 15px;
        }
        .footer-top-inner p {
            margin-top: 20px !important;
        }
        .footer-top-inner ul {
            margin-top: 15px !important;
        }
        .posibility-box p, h6.h6{
            text-align: center !important;
        }
    }

    @media (max-width:639px){
        .site-logo img {
            max-width: 100%;
        }
        
        .header-top .whatsapp-icon li.whatsapp i {
            width: 28px;
            padding: 5px;
        }
        /* .header-top .whatsapp-icon {
            top: 77px;
            line-height: 47px;
        } */
        #site-content {
            padding-top: 118px;
        }
        .header-top li span{
            display: none;
        }
        .header-top .list li i {
            font-size: 20px;
        }
        .header-top .whatsapp-icon{
            margin-left: 0;
        }
    }

    @media (max-width:575px){
        .header-left {
            flex: 0 0 20%;
            max-width: 20%;
        }
        .header-topbar.has-social-menu {
            flex: 0 0 80%;
            max-width: 80%;
        }
        .site-logo img {
            max-width: 120px;
        }
        .banner-section {
            min-height: 220px;
        }
        .banner-section .col-sm-12.text-center {
            font-size: 24px;
            padding: 0 15px;
        }
    }

    @media only screen and (max-width: 480px) {
        #site-content {
            padding-top: 114px;
        }
        .fa.fa-whatsapp {
            height: 28px;
            line-height: 19px;
        }
        .header-top .whatsapp-icon{
            top: 70px;
        }
        .Home-slider .slick-slide img {
            width: 100% !important;
            min-height: 450px;
        }
        .Home-slider .slider-content {
            top: 10px;
        }
        .slider.slider-nav.slick-initialized.slick-slider {
            max-width: 100%;
            margin: -130px auto 0;
        }
        h4.h4 {
            font-size: 18px;
        }
        .post .slide_item {
            margin: 4rem 0 0;
        }
        .header-top li span{
            display: none;
        }
        .header-top li i{
            font-size: 20px;
            
        }
     
        .content-section h1{
            font-size: 20px;
        }
        .content-section p{
            line-height: 23px;
        }
        .course-list ol{
            margin: 0 0 10px;
        }
    }

    @media (max-width:450px){
        /* .header-top .whatsapp-icon{
            line-height: 55px;
        } */
        h2 {
            font-size: 18px;
            text-align: center;
        }
        .accordion > .card > .card-header h2 button span{
            font-size: 14px;
        }
        .fa.fa-whatsapp{
            line-height: 26px;
        }
       .header-top .whatsapp-icon li i {
            font-size: 16px;
        }
        .header-top .whatsapp-icon li.whatsapp i{
            width: auto;
        }
        .header-top .footer-social-wrapper svg{
            color: #000;
            padding: 0;
            background: transparent !important;
            width: auto;
        }
        .header-top .whatsapp-icon li.whatsapp i {
            padding: 0;
            height: auto;
        }
        .header-top .whatsapp-icon li.whatsapp {
            padding: 0 6px !important;
        }
        .header-top .list li i {
            font-size: 18px;
        }
        .header-top .whatsapp-icon li.youtube{
            margin-left: 0 !important;
        }
        .header-top .whatsapp-icon li {
            padding: 0 5px !important;
            border-right: 1px solid;
            border-radius: 0 !important;
            line-height: 0;
            margin: 0 !important;
        }
        .header-top .list li:last-child {
            margin-right: 4px !important;
        }
         .header-top .whatsapp-icon li:last-child{
             border:none;
         }
         .header-top .whatsapp-icon li:first-child{
             border-left:1px solid;
         }
        .fa.fa-whatsapp {
            color: #fff;
        }
        .header-top li{
            margin: 0 6px 0 0 !important;
        }
        .header-top .list ul{
            vertical-align: top;
        }
        .header-top .row.align-items-center {
            justify-content: space-between;
        }
        .header-left, .header-topbar.has-social-menu  {
            max-width: inherit;
            display: inline-block;
            vertical-align: middle;
            width: auto;
            flex: inherit;
        }
        .header-marquee marquee{
            font-size: 13px;
        }
        .slider-for .slick-arrow i, .best-choice .slick-arrow i, .testimonial-section .slick-arrow i, .video-testimonial-section .slick-arrow i{
            font-size: 20px;
        }
        .slider-for .slick-arrow{
            left: 2%;
        }
        .slider-for .slick-arrow.next{
            right: 2%;
        }
        .slider-content{
            text-align: center;
            left:10%;
            right:10%;
        }
    }

    @media (max-width:400px){
        .sidebar-contact-box{
            width: 321px;
        }
        .program-toggle {
            left: -322px;
            width: 302px;
        }
        .program-toggle .toggle h3{
            right:-202px;
        }
    }