


/*preset CSS*/

@font-face {
    font-family: "FontAwesome";
    src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
            format("embedded-opentype"),
        url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}



/*preset CSS*/
* {
    padding: 0;
    margin: 0;
}
img {
    border: none;
    outline: none;
    max-width: 100%;
}
a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}
input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none;
}
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul {
    margin: 0;
    list-style-type: none;
}

p {
    margin-bottom: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}



input:disabled {
    cursor: default;
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
    border-color: rgba(118, 118, 118, 0.3);
}

.container {
    max-width: 1530px;
    font-family: 'Barlow', sans-serif;
}
body {
    background: #fff;
    font-family: 'Barlow', sans-serif;
}

.media {
    margin-top: 15px;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media:first-child {
    margin-top: 0;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.align-middle-block{ align-items: center; }

.pull-right {
    float: right !important;
}

/*preset CSS*/

.wrapper {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}
.header {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    position: relative;
    z-index: 200;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}


.header .container{}



.logo {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s ease-in-out;
}
.logo a{ display: inline-block; }
.logo img {max-height: 90px;}
.logo img:hover {
    opacity: 0.5;
}
.logo:hover span{opacity: 0.5;}





.nav_section {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 150px 0px 0px;
    position: relative;
}

.donate-link{ position: absolute; right: 0px; top: 50%; margin-top: -20px; }
.donate-link a{ display: inline-block; line-height: 40px; color: #fff; padding: 0px 20px 0px 20px; font-size: 16px; text-transform: uppercase; font-weight: 500; background-color: #A61E2C; border-radius: 10px;}



/*======================================= nav start ================================*/


.header .navbar-expand-md{justify-content: space-between;}
.navbar-expand-lg .navbar-nav .nav-item{padding: 0px 10px 0px 10px;}
.navbar-expand-lg .navbar-nav .nav-link {
    
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 0px 5px 0px 5px;
    line-height: 40px;
    color: #323F48;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:hover {
    color: #A61E2C;
}

.header .navbar{ padding-bottom: 0px; padding-top: 0px;}

.nav_section .container-fluid{ padding-left: 0px; padding-right: 0px;}

/*======================================= nav end ================================*/


.home-banner{ float: left; display: block; }
.home-banner{
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    width:100%;
    
    position: relative;
}



.banner-content{ width: 100%;  float: left; display: block; position: relative;min-height:648px; }
.banner-content-block{ max-width: 675px; width: 100%;top: 50%;transform: translateY(-50%); position: absolute; left: 0px; z-index: 10;}
.banner-content-block h4{ margin: 0px 0px 0px 0px; font-size: 20px; line-height: 30px; color: #A61E2C; font-weight: 700; text-transform: uppercase; }
.banner-content-block h2{ margin: 0px 0px 15px 0px; font-size: 48px; line-height: 55px; color: #21285B; font-weight: 700; text-transform: uppercase;}
.banner-content-block p{ margin: 0px 0px 30px 0px; font-size: 18px; line-height: 26px; color: #171717; font-weight: 400; }


.cm-link{ width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
.cm-link a{ display: inline-block; height: 50px; line-height: 50px; background-color: #A61E2C; border-radius: 10px; padding: 0px 20px 0px 20px; color: #fff; font-size: 18px; font-weight: 700; }


.banner-photo{ position: absolute; right: -100px; bottom: 0px; }
.aboutus-area{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 70px 0px 70px 0px;}

.multiple-photo-block{ max-width: 745px; width: 100%; }


.single-photo{width: 100%; float: left; display: block; margin: 0px 0px -100px 0px; padding: 0px 0px 0px 0px; text-align: left;}
.single-photo img{ border-radius: 10px; max-width: 520px; width: 100%; }

.single-photo-2{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; text-align: right;}
.single-photo-2 img{ border-radius: 10px; max-width: 430px;width: 100%; }


.about-cm-content{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 100px;}
.about-cm-content h3{ margin: 0px 0px 15px 0px; font-size: 36px; line-height: 40px; color: #21285B; font-weight: 700; }
.about-cm-content p{ margin: 0px 0px 30px 0px; font-size: 18px; line-height: 26px; color: #171717; font-weight: 400; }


.about-sub-block{width: 100%; float: left; display: flex; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; justify-content:flex-start;}
.abt-icon{ width: 85px; display: inline-block; }
.abt-icon img{ border-radius: 50%; }

.abt-mv-block{ padding-left: 30px;display: inline-block; }
.abt-mv-block h4{ margin: 0px 0px 0px 0px; font-size: 24px; line-height: 34px; color: #21285B; font-weight: 700; }
.abt-mv-block p{ margin: 0px 0px 30px 0px; font-size: 18px; line-height: 26px; color: #171717; font-weight: 400; }



.course-section{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 70px 0px 70px 0px; background-color: #f5f5f5;}


.center-tittle{ margin: 0px 0px 50px 0px; position: relative; }
.center-tittle h2{ margin: 0px 0px 0px 0px; font-size: 36px; line-height: 40px; color: #21285B; font-weight: 700; text-align: center; text-transform: uppercase; }
.center-tittle h4{ margin: 0px 0px 10px 0px; font-size: 20px; line-height: 30px; color: #171717; font-weight: 700;text-align: center; text-transform: uppercase;}


.single-course{width: 100%; float: left; display: block; margin: 0px 0px 30px 0px; padding: 0px 0px 0px 0px; background-color: #fff; border-radius: 10px; overflow: hidden;}
.course-photo{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.course-photo a{ display: block; width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; padding-bottom: 61%; position: relative;}
.course-photo img{
    width: 100%;
    display: block;
    border-radius: 0px;
    position: absolute;
    height: 100%;
    object-fit: cover;
    -webkit-transform-style: preserve-3d;
}


.course-content{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 30px 30px 30px 30px;}
.category-text{width: 100%; float: left; display: block; margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px;}
.category-text span{ display: inline-block; line-height: 30px; padding: 0px 10px 0px 10px; background-color: #E9EBF4; border-radius: 6px; font-size: 15px; font-weight: 500; color: #000; }

.course-content h3{ margin: 0px 0px 15px 0px; font-size: 24px; line-height: 30px; color: #21285B; font-weight: 700;}
.course-content h3 a{color: #21285B;}

.course-info{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.course-info ul{margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; display: flex; justify-content: flex-start;}
.course-info ul li{ float: left; display: inline-block; padding-right: 10px; line-height: 24px; font-size: 16px; font-weight: 500; color: #8C8C8C; display: flex; justify-content: flex-start; align-items: center;}
.course-info ul li span{ padding-right: 10px; display: inline-block; vertical-align: top; }
.course-info ul li span img{ vertical-align: top; }


.why-choose-uss-section{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.section-single-photo{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.section-single-photo img{ width: 100%; }
.why-choose-uss-section .container-fluid{ padding-left: 0px; padding-right: 0px; }
.why-choose-uss-section .container-fluid .row{--bs-gutter-x: 0;}
.why-choose-uss-section .container-fluid .row .col-md-6{padding-left: 0px; padding-right: 0px; }



.wcs-content{ max-width: 765px; width: 100%; float: right; display: block;margin: 0px 0px 0px 0px; padding: 20px 100px 20px 15px;}
.wcs-content h2{margin: 0px 0px 15px 0px; font-size: 36px; line-height: 40px; color: #21285B; font-weight: 700; text-transform: uppercase; max-width: 520px; width: 100%; display: block;}
.wcs-content p{margin: 0px 0px 20px 0px; font-size: 18px; line-height: 28px; color: #000; font-weight: 400;}

.wcs-content ul{ width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 20px 0px;}
.wcs-content ul li{width: 100%; float: left; display: block; margin: 0px 0px 8px 0px; padding: 0px 0px 0px 45px;font-size: 18px; line-height: 30px; color: #000; font-weight: 400; background: url(images/list-chek.svg) no-repeat left 2px center;}


.testimonial-section{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 100px 0px 100px 0px; position: relative;}
.testimonial-section{
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    width:100%;
    position: relative;
}

.testimonial-section::before{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top: 0;
    content:'';
    background-color:rgba(33,40,91,.90);

}



.testimonial-section .center-tittle h4{ color: #fff; }
.testimonial-section .center-tittle h2{ color: #fff; }


.testimonial-slider{ max-width: 900px; width: 100%; margin: 0 auto; }
.testimonial-item{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; text-align: center;}
.ts-block-top{width: 100%; float: left; display: block; margin: 0px 0px 20px 0px; padding: 0px 0px 0px 0px; text-align: center;}
.ts-photo{width: 120px;height: 120px;margin: 0 auto;border-radius: 50%;overflow: hidden;}
.ts-photo img{ /* border-radius: 50%; */ display: block; width: 100%; }


.ts-content{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; text-align: center;}
.ts-content p{margin: 0px 0px 20px 0px; font-size: 18px; line-height: 28px; color: #fff; font-weight: 400;text-align: center;}
.ts-content h4{margin: 0px 0px 0px 0px; font-size: 18px; line-height: 24px; color: #fff; font-weight: 600;text-align: center; text-transform: uppercase;}
.ts-content h5{margin: 0px 0px 0px 0px; font-size: 18px; line-height: 24px; color: #fff; font-weight: 600;text-align: center; }





.owl-carousel.sc-carousal .owl-nav.disabled,
.owl-carousel.sc-carousal .owl-dots.disabled {
    display: block;
}
.sc-carousal .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: block;
    left: 0px;
}

.sc-carousal .owl-nav .owl-prev {
    width: 42px;
    height: 42px;
    background:#fff url(images/slider-arrow-2.svg) no-repeat center center !important;
    position: relative;
    text-indent: -9999px;
    float: left;
    border-radius: 50%;
    left: -100px;
}

.sc-carousal .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    background:#fff url(images/slider-arrow-1.svg) no-repeat center center !important;
    position: relative;
    text-indent: -9999px;
    float: right;
    border-radius: 50%;
    right: -100px;
}




.award-section{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 70px 0px 70px 0px; position: relative; background-color: #f5f5f5;}
.award-section .center-tittle{ max-width: 800px; width: 100%; margin: 0 auto; float: none; }
.award-section .center-tittle h2{ margin-bottom: 10px; }
.center-tittle h5{margin: 0px 0px 20px 0px; font-size: 20px; line-height:30px; color: #000; font-weight: 400; text-align: center; }


.award-section .container{ max-width: 1696px; }

.award-logo-single{ width: 100%; float: left; display: block; height: 130px; background-color: #fff;}
.award-logo-single img{}

.award-logo-single img {
    position: absolute;
    top: 50%;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 70%;
}





.owl-carousel#award-carousal .owl-dots.disabled {
    display: block;
}

#award-carousal .owl-dots{ text-align: center; }
#award-carousal .owl-dots .owl-dot{ width: 12px; height: 12px; background-color: #093B78; border-radius: 50%; border:1px solid #093B78; margin: 0px 5px 0px 5px; }
#award-carousal .owl-dots .owl-dot.active{ background-color: #fff; }



.footer{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 70px 0px 70px 0px; position: relative; background-color: #21285B;}
.footer-col-single{width: 100%; float: left; display: block; margin: 0px 0px 30px 0px; padding: 0px 0px 0px 0px; position: relative;}
.footer-col-single h3{margin: 0px 0px 10px 0px; font-size: 24px; line-height:40px; color: #fff; font-weight: 700;text-transform: uppercase;}
.footer-col-single p{margin: 0px 0px 0px 0px; font-size: 18px; line-height:24px; color: #fff; font-weight: 400;}

.footer-col-single ul{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.footer-col-single ul > li{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.footer-col-single ul > li > a{ display: inline-block; font-size: 18px; line-height: 36px; color: #fff; font-weight: 400; }


.footer-col-single ul.contact-ftr{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.footer-col-single ul.contact-ftr li{width: 100%; float: left; display: block; margin: 0px 0px 15px 0px; padding: 0px 0px 0px 0px;}
.footer-col-single ul.contact-ftr li a{ display: block;  position: relative;font-size: 18px; line-height: 40px; color: #fff; font-weight: 400; padding-left: 45px; min-height: 40px; }


.footer-social-block{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; position: relative;}
.footer-social-block ul{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.footer-social-block ul li{ float: left; display: inline-block; }
.footer-social-block ul li a{ display: block; width: 48px; height: 48px; border-radius: 50%; background-color: #fff; position: relative; margin-right: 10px; }


.footer-social-block ul li a img {
    position: absolute;
    top: 50%;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
}


.contact-ftr{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.contact-ftr ul{}

.cn-ftr-icon{ width: 40px; height: 40px; background-color: #fff; border-radius: 50%; position: absolute; left: 0px; top: 0px; }

.cn-ftr-icon img {
    position: absolute;
    top: 50%;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 62%;
}


.cn-ftr-tittle{ padding-left: 0px; }

.footer-bottom{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 30px 0px 0px 0px; position: relative; border-top: 1px solid rgba(255,255,255,.2); text-align: center; font-size: 16px; line-height: 30px; font-weight: 400; color: #fff;}

.page-tittle{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 70px 0px 70px 0px; position: relative; background-color: #21285B;}
.page-tittle h1{margin: 0px 0px 0px 0px; font-size: 40px; line-height:48px; color: #fff; font-weight: 700; text-align: center; text-transform: uppercase;}


.about-section-1{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 100px 0px 100px 0px; position: relative;}
.section-tittle-ab{ max-width: 1050px; width: 100%; float: none; display: block; margin: 0px auto 70px; padding: 0px 0px 0px 0px; position: relative;}
.section-tittle-ab h2{margin: 0px 0px 0px 0px; font-size: 64px; line-height:70px; color: #21285B; font-weight: 300; text-align: center; position: relative;margin: 0px 0px 40px 0px; padding: 0px 0px 30px 0px;}
.section-tittle-ab h2::before{ content: ''; position: absolute; left: 50%; bottom: 0px; width: 130px; height: 1px;background-color: #A2A2A2; margin-left: -65px; }

.section-tittle-ab p{margin: 0px 0px 0px 0px; font-size: 20px; line-height:34px; color: #6F6F6F; font-weight: 400; text-align: center;}
.about-photo-block{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; position: relative;}
.about-photo-block img{ width: 100%; border-radius: 10px; }


.about-block-sc-1{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; position: relative;}
.about-block-sc-1 h3{margin: 0px 0px 10px 0px; font-size: 36px; line-height:45px; color: #21285B; font-weight: 700;}
.about-block-sc-1 p{margin: 0px 0px 20px 0px; font-size: 18px; line-height:28px; color: #6F6F6F; font-weight: 400;}


.about-choose-section{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 100px 0px 100px 0px; position: relative; background-color: #f5f5f5;}
.choose-single-block{width: 100%; float: left; display: block; margin: 0px 0px 30px 0px; padding: 40px 20px 40px 20px; border-radius: 10px; position: relative; background-color: #21285B; text-align: center;}

.choose-icon{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; height: 130px; position: relative;}

.choose-icon img {
    position: absolute;
    top: 50%;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
}

.choose-info-block{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 20px 0px 0px 0px;}
.choose-info-block h3{margin: 0px 0px 15px 0px; font-size: 20px; line-height:30px; color: #fff; font-weight: 700; text-align: center;}
.choose-info-block p{margin: 0px 0px 0px 0px; font-size: 18px; line-height:28px; color: #fff; font-weight: 400; text-align: center;}


.about-offer-section{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 100px 0px 100px 0px;}
.about-offer-section .wcs-content{ max-width: 100%; width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}


.Our-Instructors-section{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 100px 0px 100px 0px; background-color: #f5f5f5;}
.Instructors-single{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 20px 20px 20px 20px; background-color: #fff; border-radius: 10px;text-align: center;}
.Instructors-photo{ width: 200px; height: 200px; border-radius: 50%; overflow: hidden; display: inline-block; margin: 0px 0px 20px 0px; padding: 0px 0px 0px 0px; text-align: center;}
.Instructors-photo img{ /*max-width: 200px; border-radius: 50%; */ display: inline-block !important; }

.Instructors-info{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; text-align: center;}
.Instructors-info h3{margin: 0px 0px 0px 0px; font-size: 20px; line-height:30px; color: #21285B; font-weight: 700; text-align: center; text-transform: uppercase;}
.Instructors-info p{margin: 0px 0px 0px 0px; font-size: 18px; line-height:28px; color: #000; font-weight: 400; text-align: center;}





.sc-Instructors .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: block;
    left: 0px;
}

.sc-Instructors .owl-nav .owl-prev {
    width: 42px;
    height: 42px;
    background:#21285B url(images/arrow-left-white.svg) no-repeat center center !important;
    position: relative;
    text-indent: -9999px;
    float: left;
    border-radius: 50%;
    left: -20px;
}

.sc-Instructors .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    background:#21285B url(images/arrow-right-white.svg) no-repeat center center !important;
    position: relative;
    text-indent: -9999px;
    float: right;
    border-radius: 50%;
    right: -20px;
}



.course-listing-section{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 70px 0px 70px 0px;}
.category-tittle{width: 100%; float: left; border-radius: 8px; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 15px; background-color: #f5f5f5; height: 80px;}
.category-tittle h2{ padding-left: 60px; background:url(images/category-icon.svg) no-repeat left center ; line-height: 80px; font-size: 24px; font-weight: 700; color: #21285B; text-transform: uppercase; }


.cateory-list-as{width: 100%; float: left; display: block; margin: 0px 0px 20px 0px; padding: 20px 0px 20px 0px;}
.cateory-list-as ul{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 20px;}
.cateory-list-as ul li{width: 100%; float: left; display: block; margin: 0px 0px 7px 0px; padding: 0px 0px 0px 0px;}


input[type='checkbox'] {
    display: none;
}

.category-check label {
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    padding-left: 38px;
    line-height: 30px;
    width: 100%;
    min-height: 30px;
    margin: 0;
    color: #323F48;
    background: url(images/ct-unheck.svg) no-repeat left center;
    font-weight: 400;
}

.category-check input[type='checkbox']:checked + label {
    opacity: 1;
    background: url(images/ct-check.svg) no-repeat left center;
}




.cm-tittle-cs{font-size: 24px; line-height: 40px; font-weight: 700; color: #21285B; text-transform: uppercase; margin: 0px 0px 20px 0px;}

.cm-section-cs{width: 100%; float: left; display: block; margin: 0px 0px 20px 0px; padding: 0px 0px 20px 0px; border-bottom: 1px solid #e8e8e8;}

.media img {
    max-width: none;
}
.cm-section-cs .media-left img {
    border-radius: 10px;
    width: 80px;
}

.cm-section-cs .media-body{ vertical-align: middle; padding-left: 10px; }

.cm-section-cs .media-body h3{font-size: 18px; line-height: 26px; font-weight: 500; color: #303030; margin: 0px 0px 0px 0px;}
.cm-section-cs .media-body h3 a{color: #303030;}


.filter-section{width: 100%; float: left; display: block; margin: 0px 0px 30px 0px; padding: 10px 20px 10px 20px; background-color: #f5f5f5;border-radius: 8px;}
.filter-block{ float: right; display: inline-block; }
.filter-select{ float: left; display: inline-block; }
.filter-tittle{ float: left; display: inline-block; font-size: 18px; line-height: 50px; font-weight: 400; color: #303030; padding-right: 15px; }

.filter-select-wrp{ width: 280px; float: left; display: inline-block; }

.view-list-sc{ float: left; display: inline-block; margin: 0px 0px 0px 0px; }
.view-list-sc a{ display: inline-block; float: left; display: inline-block; margin-left: 15px; width: 50px; height: 50px; border-radius: 6px; background-color: #21285B; }

.view-list-sc a.list-sc-view{background:#21285B url(images/list-view.svg) no-repeat center center;}
.view-list-sc a.grid-sc-view{background:#21285B url(images/grid-view.svg) no-repeat center center;}


.course-listing-row .course-content{padding: 30px 20px 30px 20px; background-color: #f5f5f5;}
.course-listing-row .course-content h3{ font-size: 20px; line-height: 26px; }



.course-detail-section{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 70px 0px 70px 0px;}



.dt-tittle-block{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 40px 0px;}
.dt-tittle-block h2{font-size: 40px; line-height: 50px; font-weight: 700; color: #000; margin: 0px 0px 0px 0px;}

.course-feature-section{width: 100%; float: left; display: block; margin: 0px 0px 20px 0px; padding: 15px 15px 15px 15px; background-color: #f5f5f5;}
.cfs-tittle{width: 100%; float: left; display: block; margin: 0px 0px 20px 0px; padding: 0px 0px 0px 0px;font-size: 20px; line-height: 30px; font-weight: 600; color: #21285B; text-transform: uppercase;}


.cfs-list{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.cfs-list ul{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.cfs-list ul li{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; border-bottom: 1px solid #DDDDDD; font-size: 18px; color: #707070; font-weight: 400;}

.cfs-info-1{ float: left; display: inline-block; line-height: 50px; padding-left: 40px; }
.cfs-info-2{ float: right; display: inline-block;line-height: 50px; }

.lefture-cfs{background:url(images/cfs-icon-1.svg) no-repeat left center;}
.Quizzes-cfs{background:url(images/Quizzes-cfs.svg) no-repeat left center;}
.duration-cfs{background:url(images/duration.svg) no-repeat left center;}
.Language-cfs{background:url(images/Language_translator.png) no-repeat left center;}
.certificate-cfs{background:url(images/certificate-cfs.svg) no-repeat left center;}



.course-content-dt{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.course-content-dt img{ width: 100%; display: block; margin-bottom: 20px; }

.course-content-dt h2{font-size: 40px; line-height: 50px; font-weight: 700; color: #606060; margin: 0px 0px 10px 0px;}
.course-content-dt p{font-size: 18px; line-height: 28px; font-weight: 400; color: #000; margin: 0px 0px 30px 0px;}
.course-content-dt h3{font-size: 18px; line-height: 28px; font-weight: 400; color: #000; margin: 0px 0px 30px 0px;}
.cfs-syl{width: 100%; float: left; display: block; margin: 0px 0px 20px 0px; padding: 30px 15px 30px 30px; background-color: #E3F3FD; border-radius: 6px;}

.cfs-syl-wrapper{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}


.course-content-dt > ul{width: 100%; float: left; display: block; margin: 0px 0px 20px 0px; padding: 0px 0px 0px 15px;}
.course-content-dt > ul > li{width: 100%; float: left; display: block; margin: 0px 0px 8px 0px; padding: 0px 0px 0px 20px;font-size: 18px; line-height: 26px; font-weight: 400; color: #000;background:url(images/bullet.svg) no-repeat left 9px;}


.course-content-dt ul.cfs-learning{margin: 0px 0px 0px 0px !important; padding: 10px 0px 0px 0px !important;}
.course-content-dt ul.cfs-learning li{ width: 50%; display: inline-block !important; float: left; background:url(images/tick-2.svg) no-repeat left 5px; font-size: 20px; line-height: 30px; font-weight: 600; color: #606060; padding: 0px 15px 0px 40px ; margin-bottom: 10px;}


#most-popular-carousal .course-content{ background-color: #f5f5f5; }
#most-popular-carousal .single-course{ height: auto !important; }


.apply-now-wrapper{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 70px 0px 70px 0px;}
.apply-now-wrapper .section-tittle-ab h2{ font-size: 40px; line-height: 50px; padding-bottom: 0px; margin-bottom: 15px; }
.apply-now-wrapper .section-tittle-ab h2::before{ display: none; }


.apply-form-wrapper{ max-width: 1180px; width: 100%; float: none; display: block; margin: 0 auto; padding: 0px 0px 0px 0px;}
.form-single-block{width: 100%; float: left; display: block; margin: 0px 0px 20px 0px; padding: 40px 70px 40px 70px; background-color: #f5f5f5; border-radius: 10px;}

.form-tittle{width: 100%; float: left; display: block; margin: 0px 0px 20px 0px; padding: 0px 0px 0px 0px; font-size: 20px; line-height: 30px; font-weight: 700; color: #21285B;}
.fr-common-input{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}


.ap-input{
    display: block;
    outline: 0 none;
    resize: none;
    width: 100%;
    box-shadow: none;
    border-radius: 8px;
    padding: 0px 0px 0px 15px;
    background-color: #fff;
    border: 1px solid #C7C7C7;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    width: 100%;
    height: 50px;
    font-style:normal;
    margin: 0px 0px 15px 0px;
    font-weight: 400;
}

.ap-input:focus{  border:1px solid #C7C7C7; outline: none; box-shadow: none;background-color: #fff;}

.calender-bg{ background: #fff url(images/caender.svg) no-repeat right 10px center;}

.radio-check-block{ float: left; display: inline-block; padding-right: 50px; }
.ap-select-block{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}

.form-single-block .select_block .chosen-container-single .chosen-single{ font-weight: 400; font-size: 16px; }
.cm-label-block{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size: 18px; font-weight: 500; line-height: 30px; color: #000;}
.cm-upload-block{width: 100%; float: left; display: block; margin: 0px 0px 15px 0px; padding: 0px 0px 0px 0px; position: relative; overflow: hidden;}
.fileUp {
    margin-left: 0;
    padding: 0;
    background: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 20;
}

.cm-upload-block a {
    height: 50px;
    background-color: #21285B;
    border: 1px solid transparent;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 8px;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
}


.btn-row{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; text-align: center;}
.submit_btn-ap{ box-shadow: none; border:none; outline: 0; background-color: #21285B; max-width: 320px; width: 100%; display: block; margin: 0 auto; height: 50px; border-radius: 8px; color: #fff; font-size: 18px; font-weight: 700; }
.submit_btn-ap:hover{background-color: #21285B;}

.map-section{width: 100%; float: left; display: block; margin: 0px 0px 30px 0px; padding: 0px 0px 0px 0px;}
.map-section img{ width: 100%; }

.text-height-2{ height: 160px !important; }

.submit_btn-ap.submit-contact{ width: 220px; }
.contact-common-block{width: 100%; float: left; display: block; margin: 0px 0px 20px 0px; padding: 0px 0px 0px 75px; position: relative; min-height: 60px;}
.contact-common-block h3{font-size: 20px; line-height: 30px; font-weight: 700; color: #000; margin: 10px 0px 12px 0px;}
.contact-common-block p{font-size: 18px; line-height: 24px; font-weight: 400; color: #000; margin: 0px 0px 12px 0px; word-break: break-all;}
.contact-common-block p a{color: #000;}

.contact-icon{ position: absolute; width: 60px; left: 0px; top: 0px; }
.contact-icon img{ width: 100%; }




.row-cs-direction.row{flex-direction: row-reverse;}
.category-mobile-block .filter-block{ float: left; display: block; width: 100%; }
.category-mobile-block .filter-select{ width: 100%; }
.category-mobile-block .filter-select-wrp{ width: 100% !important; }



.course-list-view .col-md-6.col-lg-4{ width: 100%; display: block; }
.course-list-view .single-course{display: flex; justify-content: flex-start; align-items: center; float: none; background-color: #f5f5f5; height: auto !important;}
.course-list-view .course-photo{ float: none; display: inline-block; width: 33%; }
.course-list-view .course-content{float: none; display: inline-block; width: 67%; }









.accordion-item{ margin-bottom: 8px;border-radius: 12px; overflow: hidden; border:none; background-color: transparent; }
.accordion-item:not(:first-of-type){border-top: none;}
.accordion-button{ border-radius: 12px; padding-left: 20px;background-color: transparent; }
.accordion-item:first-of-type{border-radius: 12px; }
.accordion-button:not(.collapsed){ box-shadow: none; }


.accordion-item:first-of-type .accordion-button{ border-radius: 12px 12px 0px 0px; }


.accordion-button:not(.collapsed){ background-color: transparent;}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.accordion-button::after{
    background-image: url(images/acr-plus.svg);
}
.accordion-button:hover::after{
    background-image: url(images/acr-plus.svg);
}

.accordion-button:not(.collapsed)::after{background-image: url(images/acr-plus.svg);}
.accordion-button:not(.collapsed):hover::after{background-image: url(images/acr-minus.svg);}
.accordion-body{ padding: 10px 0px 20px 0px; overflow: hidden; }
.accordion-item h2{ font-size: 20px; font-weight: 700; color: #323F48;background-color: transparent;}
.accordion-button:not(.collapsed){color: #33455A;}
.accordion-button{font-size: 20px; font-weight: 700; color: #323F48; padding: 5px 0px 5px 0px;}

.accordion-body p{font-size: 16px; line-height: 25px; font-weight: 400; color: #323F48;}

.accordion-item:last-of-type {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}




.category-mobile-block .cateory-list-as{ padding-bottom: 0px; margin-bottom: 0px; }
.category-mobile-block .cateory-list-as ul{ padding-left: 0px; }
.category-mobile-block .cateory-list-as ul li{ width: auto; display: inline-block; margin: 0px 20px 10px 0px; }











/*======================================= generic page ================================*/


.generic-section{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 60px 0px 60px 0px; position: relative;}
.generic-block h1{
    margin: 0px 0px 30px 0px;
    font-size: 36px;
    line-height: 45px;
    color: #21285B;
    font-weight: 700;
}
.generic-block h2{
    margin: 0px 0px 20px 0px;
    font-size: 24px;
    line-height: 34px;
    color: #21285B;
    font-weight: 700;
}
.generic-block p {
    margin: 0px 0px 20px 0px;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
}
.generic-block h3{
    margin: 0px 0px 20px 0px;
    font-size: 20px;
    line-height: 30px;
    color: #21285B;
    font-weight: 700;
}
.generic-block ul{width: 100%; float: left; display: block; margin: 0px 0px 30px 0px; padding: 0px 0px 0px 20px; position: relative;}
.generic-block ul li{width: 100%; float: left; display: block; margin: 0px 0px 5px 0px; padding: 0px 0px 0px 30px; position: relative;background: url(images/bullet.svg) no-repeat left 5px center; font-size: 18px; line-height: 28px; font-weight: 400;color: #000;}

.generic-block img{ width: 100%; display: block; margin-bottom: 20px; }

.generic-block ol{    padding: 0px 20px 20px 40px; margin: 0px 0px 0px 0px;}
.generic-block ol li {
    width: 100%;
    height: auto;
    font-size: 18px;
    list-style-type: decimal;
    color: #000;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    margin: 0px 0px 0px 0px;
    padding: 1px 0px 1px 6px;

}







/*======================================= generic page end ================================*/














input[type='radio'] {
    display: none;
}

.radio-check-block label {
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    padding-left: 40px;
    line-height: 26px;
    width: 100%;
    min-height: 26px;
    margin: 0;
    color: #000;
    background: url(images/radio-uncheck.svg) no-repeat left center;
    font-weight: 400;
}

.radio-check-block input[type="radio"]:checked + label {
    opacity: 1;
    background: url(images/radio-check.svg) no-repeat left center;
}






input[type='checkbox'] {
    display: none;
}

.qs-check-box label {
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    padding-left: 30px;
    line-height: 19px;
    width: 100%;
    min-height: 19px;
    margin: 0;
    color: #323F48;
    background: url(images/qs-uncheck.svg) no-repeat left center;
    font-weight: 400;
}

.qs-check-box input[type='checkbox']:checked + label {
    opacity: 1;
    background: url(images/qs-Check.svg) no-repeat left center;
}



/*======================================== common-date =============================*/

.common-date-picker .datepicker{border:none; padding: 10px 10px 10px 10px; border-radius: 16px;box-shadow: 0px 10px 30px rgba(51, 69, 90, 0.15);font-family: 'Barlow', sans-serif; color: #33455A;}
.common-date-picker .datepicker .datepicker-switch{ width: 190px;font-size: 14px; font-weight: 400; color: #33455A; padding-top: 10px; padding-bottom: 10px; }
.common-date-picker .datepicker td, .common-date-picker .datepicker th{font-size: 14px; font-weight: 400; color: #33455A; padding-top: 10px; padding-bottom: 10px; width: 38px; padding-top: 5px; padding-bottom: 5px;}

.common-date-picker .datepicker th{ font-weight: 700; }

.common-date-picker .datepicker .prev{background: url(images/arrow-left-back-2.svg) no-repeat center center; text-indent: -999999px;}
.common-date-picker .datepicker .prev:hover{background: url(images/arrow-left-back-2.svg) no-repeat center center;}
.common-date-picker .datepicker .next{background: url(images/pg-right.svg) no-repeat center center;text-indent: -999999px;}
.common-date-picker .datepicker .next:hover{background: url(images/pg-right.svg) no-repeat center center;text-indent: -999999px;}
.common-date-picker .datepicker table tr td.day.focused, .common-date-picker .datepicker table tr td.day:hover {
    background: #F16522; color: #fff;
    cursor: pointer;
}

.common-date-picker .datepicker .datepicker-switch:hover, .payment-page .datepicker tfoot tr th:hover {
    background: transparent; color: #F16522;
}

.common-date-picker .datepicker table tr td.active.active, .common-date-picker .datepicker table tr td.active.disabled, .common-date-picker .datepicker table tr td.active.disabled.active, .common-date-picker .datepicker table tr td.active.disabled.disabled, .common-date-picker .datepicker table tr td.active.disabled:active, .common-date-picker .datepicker table tr td.active.disabled:hover, .common-date-picker .datepicker table tr td.active.disabled:hover.active, .common-date-picker .datepicker table tr td.active.disabled:hover.disabled, .common-date-picker .datepicker table tr td.active.disabled:hover:active, .common-date-picker .datepicker table tr td.active.disabled:hover:hover, .common-date-picker .datepicker table tr td.active.disabled:hover[disabled], .common-date-picker .datepicker table tr td.active.disabled[disabled], .common-date-picker .datepicker table tr td.active:active, .common-date-picker .datepicker table tr td.active:hover, .common-date-picker .datepicker table tr td.active:hover.active, .common-date-picker .datepicker table tr td.active:hover.disabled, .common-date-picker .datepicker table tr td.active:hover:active, .common-date-picker .datepicker table tr td.active:hover:hover, .common-date-picker .datepicker table tr td.active:hover[disabled], .common-date-picker .datepicker table tr td.active[disabled]{ background: #F16522; color: #fff;}

/*======================================== common-date close =============================*/



/************************************* Pagination Design ********************************************************/
.pagination-area .pagination .page-item{ padding-left: 4px; padding-right: 4px; }
.pagination-area .pagination .page-item .page-link{ background-color: #EAEFF5; border-radius: 12px; border:1px solid #EAEFF5; height: 36px; font-size: 16px; font-weight: 500; color: #525F6F; padding: 0px 0px 0px 0px; line-height: 36px; min-width: 32px; text-align: center; }
.pagination-area .pagination .page-item .page-link:hover{ background-color: #fff; border-color: #21285B; color: #21285B; }
.pagination-area .pagination .page-item .page-link.active{ background-color: #21285B; border-color: #21285B; color: #fff; }
.pagination-area .pagination .page-item .page-link.pg-custom{ position: relative; }

.pagination-area .pagination .page-item .page-link.pg-custom img{
    position: absolute;
    top: 50%;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pagination-area .pagination .page-item .page-link.pg-custom:hover img{
    /*filter: invert(43%) sepia(58%) saturate(1593%) hue-rotate(349deg) brightness(98%) contrast(92%);*/
}


/*======================================= sticky header start ================================*/


.sticky_white_header .header{ background-color: #fff;    padding: 18px 0px 17px 0px;    transition: all 0.3s ease-in-out; }
.sticky_white_header .logo{ width: 119px;    transition: all 0.3s ease-in-out; }
.sticky_white_header .logo span{ font-size: 13px; line-height: 15px; }

/*======================================= sticky header end ================================*/


/*======================================= popup ================================*/

.subscribe-overlay .modal-dialog{width: 600px;max-width: 94%;margin: 30px auto;}
.subscribe-overlay .modal-content{border: none;box-shadow: none;border-radius: 0;border-radius: 8px; padding: 0px 0px 0px 0px; position: relative; background-color: #F0EBE7;border-radius: 60px; overflow: hidden;}
.subscribe-overlay .modal-header{border:none;padding: 10px 0px 10px 0px;background-color: transparent;}
.subscribe-overlay .btn-close {width: 34px;height: 34px;position: absolute;right: 44px;
    top: 44px;background: url(images/close-3.svg) no-repeat center center;opacity: 1;z-index: 99;border-radius: 50%;border:none;}
.subscribe-overlay .modal-body {padding: 80px 120px 177px 120px; position: relative;background: url(images/subs-popup-bg.svg) no-repeat bottom right; background-size: 425px;}

.subscribe-overlay .btn-close:focus{ outline: 0; box-shadow: none; border:none; }







/*======================================= selectbox 9 ================================*/

.select_block .chosen-container {
    width: 100% !important;
    margin-bottom: 0px;
}
.select_block .chosen-container-single .chosen-single div b {
    background: url(images/select-down-arrow.svg) no-repeat center center !important;
    width: 30px;
    height: 100%;
    margin-right: 0px;
}
.select_block .chosen-container-single .chosen-single div {
    width: 30px;
    height: 50px;
}
.select_block .chosen-container-single .chosen-single {
    height: 50px;
    border: 1px solid #C1C1C1;
    background: #fff;
    line-height: 50px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #323F48;
    padding: 0 40px 0 15px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.3);
    width: 100%;
    font-weight: 700;
    box-shadow: none;
}
.select_block .chosen-container-single .chosen-single::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}

.select_block .chosen-container .chosen-results li.highlighted {
    background-color: #00497D; color: #fff;
    background-image: none;
}

.select_block .chosen-container .chosen-results li {
    background: none;
    padding-left: 10px;
    padding-right: 10px;
}
.select_block .chosen-container .chosen-drop {
    width: 100%;
}

.select_block .chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    right: 5px;
    top: 0px;
}

.select_block .chosen-container .chosen-results {
    color: #444;
    padding-left: 0px;
}

.select_block .chosen-container-single .chosen-drop {
    margin-top: 1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
    background-color: #eeeeee;
}
.select_block .chosen-container .chosen-results li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    background-color: #f5f5f5;
    text-align: left;
    font-weight: 500;
    color: #323F48;
}
.select_block .chosen-container .chosen-results {
    margin: 0 0px 0px 0;
    background-color: #eeeeee;
}

.select_block .chosen-container-single .chosen-single span{ margin-right: 0px; }
.select_block .chosen-container .chosen-drop{ border:none; }



.hidden {
    display: none;
}


/*======================================= side menu ================================*/

.mobile_menu {
    position: absolute;
    right: auto;
    top: 50%;
    width: 35px;
    right: 0px;
    margin-top: -16px;
    z-index: 10;
}
.mobile_menu a {
    display: block;
    width: 32px;
    height: 32px;
    background: url(images/Hamburger.svg) no-repeat center center;
    border: none;
    border-radius: 3px;
}

@media only screen and (max-width: 767px) {

div#sidebar_content .sidebar_content {
    width: 80%;
    background: #fff;
    float: left;
}

div#sidebar_content .sidebar_content {
    position: relative;
    height: 100%;
    max-height: 100%;
    overflow: auto;
}

#mobile_nav_wrapper {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 10px 25px 0px 25px;
}
#mobile_nav_wrapper .dropdown-toggle::after {
    display: none;
}

#mobile_nav_wrapper .nav-link {
    padding-left: 0px;
    position: relative;
}
#mobile_nav_wrapper > ul {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#mobile_nav_wrapper > ul > li {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
/*#mobile_nav_wrapper .dropdown-menu{ position: relative !important; width: 100%; float: left; top: auto; }*/
#mobile_nav_wrapper .dropdown-menu {
    width: 100%;
    float: left;
    background-color: transparent;
    transform: none !important;
}

#mobile_nav_wrapper .navbar-nav .open .dropdown-menu {
    position: static !important;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}
#mobile_nav_wrapper .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

#mobile_nav_wrapper .open > .dropdown-menu {
    display: block;
}

#mobile_nav_wrapper .dropdown-menu {
    top: 100%;
}







    /*.menu_active div#sidebar_content {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        display: block !important;
        width: 320px;
        z-index: 99999;
    }*/
    div#sidebar_content {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        display: block !important;
        width: 360px;
        z-index: 99999;
        transform: translateX(100%);
        transition: all 0.3s ease-in-out;
        font-family: 'Open Sans', sans-serif;
    }
    .menu_active div#sidebar_content {
        
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        display: block !important;
        width: 360px;
        z-index: 99999;
        transform: unset;
    }

    .menu-overlay {
        background: rgba(0, 73, 123, 0.6);
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-in-out;
        position: fixed;
        left: 0px; top: 0px;
    }

    div#sidebar_content .sidebar_content {
        width: 100%;
        background: #21285B;
        float: left;
        
    }

    a#sidebar_hide {
        width: 30px;
        height: 30px;
        position: absolute;
        left: auto;
        display: inline-block;
        z-index: 999;
        top: 25px;
        right: 20px;
    }

    a#sidebar_hide::before {
        width: 30px;
        height: 2px;
        position: absolute;
        left: 0;
        display: inline-block;
        z-index: 999;
        transform: rotate(45deg);
        top: 12px;
        content: "";
        background: #fff;
    }

    a#sidebar_hide::after {
        width: 30px;
        height: 2px;
        position: absolute;
        left: 0;
        display: inline-block;
        z-index: 999;
        transform: rotate(-45deg);
        top: 12px;
        content: "";
        background: #fff;
    }

    .sidebar_content a#sidebar_hide:hover{ opacity: 0.6; }

    .sidebar_content_inner {
        width: 100%;
        float: left;
        height: auto;
        padding: 0;
    }

    .panner_top {
        width: 100%;
        float: left;
        height: auto;
        padding: 20px 40px 20px 40px;
        text-align: center;
        
    }

    .author_img {
        width: 50px;
        height: 50px;
        background: #fff;
        display: inline-block;
        border-radius: 50%;
        position: relative;
    }

    .author_img img {
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        max-width: 50px;
    }
    ul.logout_part li {
        display: inline-block;
        margin: 0 10px;
    }

    .panner_top li a {
        color: #fff;
        font-size: 18px;
    }

    div#sidebar_content .top_menu {
        display: block;
        padding: 10px 0 0;
        position: fixed;
        top: 172px;
        bottom: 48px;
        overflow: auto;
    }

    div#sidebar_content ul.top_menu.singout_menu {
        top: 120px;
    }

    div#sidebar_content .top_menu li {
        display: block;
        margin-bottom: 0;
        padding: 11px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        width: 100%;
    }

    div#sidebar_content .top_menu li a {
        display: inline-block;
        font-size: 18px;
        color: #111;
    }

    .copyright_block {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        background: #0e8e57;
        color: #fff;
        line-height: 48px;
        font-size: 14px;
    }

    #sidebar_content .top_menu {
        width: 100%;
        float: left;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    #sidebar_content .navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    #sidebar_content .navbar-nav > li {
        margin-bottom: 0x;
    }
    #sidebar_content .navbar-nav > li > a {
        font-size: 16px;
        color: #fff;
        line-height: 36px;
        font-weight: 500;
        background: none;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
        padding-top: 0;
        transition: none;
        display: inline-block;
        background-color: transparent;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 0.2em;
        position: relative;
        text-transform: uppercase;
    }
    #sidebar_content .navbar-nav > li > a:hover{ background-color: #C3DCE4; color: #00497B }
    #sidebar_content .navbar-nav > li.active > a{ background-color: #C3DCE4;color: #00497B }


    #sidebar_content .navbar-nav > li > a.dropdown-toggle{background: url(images/arow-drop-white.svg) no-repeat right center; padding-right: 15px;}

    #sidebar_content .navbar-nav > li > a.dropdown-toggle:hover{background:#00497B url(images/arow-drop-white.svg) no-repeat right center; padding-right: 15px; color: #fff;}
    #sidebar_content .navbar-nav > li.active > a.dropdown-toggle{ background:#00497B url(images/arow-drop-white.svg) no-repeat right center; padding-right: 15px; color: #fff; }

    #sidebar_content .dropdown-toggle.show{background:#00497B url(images/toggle-arrow.svg) no-repeat right center !important;}

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 36px;
        font-weight: 400;
    }

    .logo {
        text-align: left;
    }

    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover {
        color: #212529;
    }

    .sidebar_content .logo {
        float: left;
    }

    #mobile_nav_wrapper .dropdown-menu{ border:none; padding: 0px 0px 0px 15px; }

    #mobile_nav_wrapper .dropdown-item{ color: #fff; font-size: 16px;font-family: 'Open Sans', sans-serif;letter-spacing: 0.2em; text-transform: uppercase; }
    #mobile_nav_wrapper .dropdown-item:focus, #mobile_nav_wrapper .dropdown-item:hover{ background-color: transparent;color: #fff; }


.sidebar_content .logo{}
.sidebar_content .logo span{ display: block; text-align: right;letter-spacing: -0.02em; color: #fff;font-size: 19.6154px; height: 22px; font-style: italic;font-family: 'Crimson Text', serif; }



.sidebar-bottom-content{ position: relative; width: 100%; float: left; display: block; padding-top: 66px; }
.sidebar-bottom-inner{ width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 29px 100px 88px 40px; position: relative; background-color: #D6E7C8; }

.sidebar-bottom-inner::before{ content: ''; position: absolute; left: 0px; top: -65px; width: 100%; height: 66px;background: url(images/top-ds.png) no-repeat center center; background-size: cover;}
.sdb-block{ max-width: 220px; width: 100%; float: left; display: block; }

.sdb-block h3{ margin: 0px 0px 23px 0px; font-size: 20px; line-height: 28px; font-weight: 700; color: #323F48;}


.donate-link-sidebar{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.donate-link-sidebar a{ display: inline-block; line-height: 40px; color: #fff; padding: 0px 30px 0px 30px;letter-spacing: 0.2em; font-size: 16px; text-transform: uppercase; font-weight: 500; background-color: #00497D; border-radius: 30px;}
.donate-link-sidebar a:hover{ background-color: #321A0E; }
.holding-gift-photo{ position: absolute; right: 20px; top: 40px; }








.common-nav-bar{width: 100%; float: left; display: block; margin: 0px 0px 30px 0px; padding: 0px 0px 30px 0px; position: relative;font-family: 'Open Sans', sans-serif;}
.common-nav-bar::before{ content: ''; position: absolute; left: 15px; bottom: 0px; width: 44px; height: 1px; background-color: #fff; }

.common-nav-bar:last-child{ margin-bottom: 0px; }
.common-nav-bar:last-child::before{ display: none; }

.common-nav-bar .container-fluid{ display: block; width: 100%; padding: 0px; }

.common-nav-bar h3{margin: 0px 0px 10px 0px; font-size: 16px; line-height: 32px; font-weight: 700; color: #fff;letter-spacing: 0.2em; text-transform: uppercase; padding-left: 15px;}




}









/*======================================== side menu end =============================*/

/*======================================== Responsive Design =============================*/

@media only screen and (max-width: 429px) {





}



@media only screen and (max-width: 479px) {

    
.single-photo{ margin: 0px 0px 20px 0px; }
.single-photo{width: 100%; max-width: 100%;}
.single-photo-2{ width: 100%; float: left; display: block; text-align: left; display: none; }
.single-photo-2 img{ width: 100%; max-width: 100%; }

.contact-common-block{ padding-left: 50px; }
.contact-icon{ width: 40px; }
.contact-common-block h3{ margin-top: 0px; }

.filter-section{    padding: 15px 10px 15px 10px;}
.filter-tittle{ display: none; }
.filter-select-wrp{ width: 175px; }
.view-list-sc a{ margin-left: 8px; }
.select_block .chosen-container-single .chosen-single{ font-size: 14px;  }



.course-list-view .col-md-6.col-lg-4{ width: 100%; display: block; }
.course-list-view .single-course{display: block; justify-content: inherit; align-items: inherit; float: left; background-color:transparent; height: auto !important;}
.course-list-view .course-photo{ float: left; display: block; width: 100%; }
.course-list-view .course-content{float: left; display: block; width: 100%; }

.submit_btn-ap{ max-width: 250px; }


    
}

@media only screen and (min-width: 480px) and (max-width: 639px) {

    
.single-photo{ margin: 0px 0px 20px 0px; }
.single-photo{width: 100%; max-width: 100%;}
.single-photo-2{ width: 100%; float: left; display: block; text-align: left; display: none; }
.single-photo-2 img{ width: 100%; max-width: 100%; }

.contact-common-block{ padding-left: 50px; }
.contact-icon{ width: 40px; }
.contact-common-block h3{ margin-top: 0px; }

.filter-select-wrp{ width: 185px; }




.course-list-view .col-md-6.col-lg-4{ width: 100%; display: block; }
.course-list-view .single-course{display: block; justify-content: inherit; align-items: inherit; float: left; background-color:transparent; height: auto !important;}
.course-list-view .course-photo{ float: left; display: block; width: 100%; }
.course-list-view .course-content{float: left; display: block; width: 100%; }

    
}
@media only screen and (min-width: 640px) and (max-width: 767px) {







    
}
@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 100%;
    }

    .nav_section{ padding-right: 208px; }
    .donate-link{ right: 66px; }

    .navbar-desktop{ display: none; }
    .hide-mobile{ display: none; }


.banner-photo{ display: none; }
.banner-content { min-height: auto; padding-top: 40px; padding-bottom: 40px; padding-left: 20px; padding-right: 20px; }
.banner-content-block{ position: relative; left: auto; top: auto; bottom: auto; right: auto; max-width: 100%; width: 100%;transform:none; }

.about-cm-content{ padding-left: 0px; padding-top: 30px; padding-bottom: 30px; padding-left: 20px; padding-right: 20px; }
.about-cm-content h3{ font-size: 30px; line-height: 36px; margin-bottom: 10px; }
.about-cm-content p{ font-size: 16px; line-height: 24px; margin-bottom: 10px;}

#award-carousal .owl-nav{ display: none; }

.course-section{    padding: 40px 20px 40px 20px;}
.center-tittle h2{ font-size: 30px; line-height: 36px; }
.course-content h3{ font-size: 20px; line-height: 28px; }

.wcs-content h2{font-size: 30px; line-height: 36px; max-width: 100%;}
.wcs-content{padding: 40px 32px 40px 32px;}


.sc-carousal .owl-nav .owl-prev{ left: 0px; }
.sc-carousal .owl-nav .owl-next{ right: 0px; }
#testmnial-carousal.sc-carousal{ padding-right: 40px; padding-left: 40px; }

.sc-carousal .owl-nav .owl-prev{ width: 30px; height: 30px; background-size: 50% !important; }
.sc-carousal .owl-nav .owl-next{width: 30px; height: 30px;background-size: 50% !important;}
.ts-content p{ font-size: 16px; line-height: 24px; }

.testimonial-section{padding: 40px 0px 40px 0px;}
.aboutus-area{padding: 40px 0px 40px 0px;}
.footer{    padding: 40px 20px 40px 20px;}

.footer-col-single h3{ text-align: center; font-size: 20px; line-height: 28px; }
.footer-col-single p{ text-align: center; font-size: 16px; line-height: 24px; }
.footer-social-block{ margin-bottom: 30px; }
.footer-social-block ul{ text-align: center; }
.footer-social-block ul li{ float: none; display: inline-block; }
.footer-col-single ul > li{ text-align: center; }

.footer-col-single ul.contact-ftr li{ text-align: center; }
.footer-col-single ul.contact-ftr li a{ justify-content: center; }
.footer-col-single ul > li > a{ font-size: 16px; line-height: 30px; }


.banner-content-block h2{ font-size: 28px; line-height: 36px; }


.course-content-dt ul.cfs-learning li{ width: 100%; float: left; display: block; padding-right: 0px; }

.form-single-block{padding: 20px 20px 20px 20px;}

.apply-now-wrapper{ padding-left: 15px; padding-right: 15px; padding-top: 20px; }
.contact-us-wrapper .btn-row{ margin-bottom: 40px; }
.submit_btn-ap.submit-contact { float: left; }


.course-listing-section{ padding: 30px 10px 30px 10px; margin-bottom: 20px;}
.filter-block{ float: left; display: block; width: 100%; }
.view-list-sc{ float: right; }

.pagination-section{ margin-bottom: 40px; }
.page-tittle h1{ font-size: 24px; line-height: 32px; }

.dt-tittle-block{ padding-bottom: 15px; }
.course-content-dt h2{ font-size: 24px; line-height: 30px; }
.dt-tittle-block h2{font-size: 24px; line-height: 30px;}

.course-detail-section{padding: 40px 15px 40px 15px;}
.page-tittle{padding: 30px 0px 30px 0px;}

.section-tittle-ab h2{ font-size: 30px; line-height: 40px;margin: 0px 0px 20px 0px;padding: 0px 0px 15px 0px; }
.about-section-1{padding: 40px 15px 40px 15px;}
.section-tittle-ab p{ font-size: 18px; line-height: 28px; }
.about-photo-block{ margin-bottom: 20px; margin-top: 30px; }
.about-block-sc-1 h3{ font-size: 24px; line-height: 32px; }
.about-choose-section{    padding: 40px 15px 40px 15px;}

.about-offer-section{padding: 40px 15px 40px 15px;}
.about-offer-section .wcs-content{ margin-bottom: 30px; }

.Our-Instructors-section{padding: 40px 15px 40px 15px;}


.footer-col-single ul.contact-ftr li a{ padding-left: 0px; text-align: center; vertical-align: middle; display: flex; justify-content: center; align-items: center; }
.cn-ftr-icon{ position: relative; left: auto; top: auto; display: inline-block; }
.cn-ftr-tittle{ padding-left: 10px; }
.section-tittle-ab{ margin-bottom: 0px; }

.apply-form-wrapper{ margin-top: 30px; }




/*======================================= generic page ================================*/


.generic-section{width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 30px 3px 30px 3px; position: relative;}
.generic-block h1{
    margin: 0px 0px 20px 0px;
    font-size: 30px;
    line-height: 40px;

}
.generic-block h2{
    margin: 0px 0px 15px 0px;
    font-size: 20px;
    line-height: 30px;

}
.generic-block p {
    margin: 0px 0px 15px 0px;
    font-size: 16px;
    line-height: 24px;

}
.generic-block h3{
    margin: 0px 0px 15px 0px;
    font-size: 18px;
    line-height: 28px;

}
.generic-block ul{width: 100%; float: left; display: block; margin: 0px 0px 30px 0px; padding: 0px 0px 0px 20px; position: relative;}
.generic-block ul li{width: 100%; float: left; display: block; margin: 0px 0px 5px 0px; padding: 0px 0px 0px 20px; position: relative;background: url(images/bullet.svg) no-repeat left 5px center; font-size: 16px; line-height: 26px; font-weight: 400;color: #000;}

.generic-block img{ width: 100%; display: block; margin-bottom: 20px; }

.generic-block ol{    padding: 0px 20px 20px 30px; margin: 0px 0px 0px 0px;}
.generic-block ol li {
    width: 100%;
    height: auto;
    font-size: 16px;
    list-style-type: decimal;
    color: #000;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    margin: 0px 0px 0px 0px;
    padding: 1px 0px 1px 6px;

}







/*======================================= generic page end ================================*/


    

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px;
    }

    .navbar-expand-lg .navbar-nav .nav-link{ font-size: 13px;padding: 0px 0px 0px 0px; }
    .navbar-expand-lg .navbar-nav .nav-item {padding: 0px 5px 0px 5px;}
    .nav_section{ padding-right: 135px; }





.banner-photo{ width: 400px; right: -50px; display: none;}
.about-cm-content{ padding-left: 0px;}
.about-cm-content h3{ font-size: 30px;}
.wcs-content{ padding-right: 15px; }
.wcs-content h2{ font-size: 24px; line-height: 30px;}
.wcs-content p{ font-size: 16px; line-height: 24px; }

.sc-carousal .owl-nav .owl-prev{ left: 10px; }
.sc-carousal .owl-nav .owl-next{ right: 10px; }
.testimonial-slider{ }
#testmnial-carousal.sc-carousal{ padding-right: 65px; padding-left: 65px; }

.footer-social-block ul li a{ width: 30px; height: 30px;}
.footer-social-block ul li a img{ max-width: 70%; }

.single-photo{ margin-bottom: 10px;}
.single-photo img{ width: 100%; max-width: 100%; }  


.course-content{padding: 30px 15px 30px 15px;}
.course-content h3{ font-size: 18px; line-height: 24px; } 
.course-info ul li{ font-size: 12px; }

.cn-ftr-tittle{    word-break: break-all;}
.footer-social-block ul li{ margin-bottom: 10px; }

.course-listing-row .course-content h3{ font-size: 16px; line-height: 24px;}
.filter-select-wrp{ width: 220px; }


.contact-common-block{ padding-left: 50px; }
.contact-icon{ width: 40px; }
.contact-common-block h3{ margin-top: 0px; }

.contact-us-wrapper .form-single-block{padding: 40px 20px 40px 20px;}

.course-content-dt h2{ font-size: 30px; line-height: 36px; }
.dt-tittle-block h2{font-size: 30px; line-height: 36px;}

.cfs-info-1{ padding-left: 30px; }



.cm-section-cs .media-body h3{ font-size: 16px; line-height: 24px; }
.cm-section-cs .media-body{ padding-left: 0px}
.cm-section-cs .media-left img {width: 50px;}
.cm-tittle-cs{ font-size: 20px; line-height: 30px; }

.course-content-dt ul.cfs-learning li{ font-size: 16px; line-height: 24px; }
.category-tittle h2{ font-size: 20px; }

.section-tittle-ab h2{ font-size: 36px; line-height: 45px; }

.footer-col-single ul.contact-ftr li a{ font-size: 14px; line-height: 30px; padding-left: 35px; }
.cn-ftr-icon{ width: 30px; height: 30px; }
.footer-col-single ul > li > a{ font-size: 14px; line-height: 26px; }
.footer-col-single p{font-size: 14px; line-height: 26px; }
.footer-col-single h3{ font-size: 18px; line-height: 28px; }
.footer-social-block{ margin-bottom: 20px;
}
    


}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 970px;
    }

.banner-photo{ width: 400px; right: -50px;}
.about-cm-content{ padding-left: 0px;}
.single-photo-2 img{ max-width: 345px;}
.about-cm-content h3{ font-size: 30px;}
.wcs-content{ padding-right: 15px; }
.wcs-content h2{ font-size: 30px; line-height: 38px;}

.sc-carousal .owl-nav .owl-prev{ left: 10px; }
.sc-carousal .owl-nav .owl-next{ right: 10px; }
.testimonial-slider{ }
#testmnial-carousal.sc-carousal{ padding-right: 65px; padding-left: 65px; }


.footer-social-block ul li a{ width: 35px; height: 35px;}
.footer-social-block ul li a img{ max-width: 70%; }

.course-listing-row .course-content h3{ font-size: 16px; line-height: 24px;}

.cm-section-cs .media-body h3{ font-size: 16px; line-height: 24px; }
.cm-section-cs .media-body{ padding-left: 0px}

.course-content h3{ font-size: 20px; line-height: 26px;}

.section-tittle-ab h2{ font-size: 48px; line-height: 55px; }
    

    
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {

.container {width: 1170px;}

.wcs-content{ max-width: 585px; }
.wcs-content h2{ font-size: 30px; line-height: 36px; }


    

}

@media only screen and (min-width: 1440px) and (max-width: 1529px) {

.container {width: 1270px;}


.wcs-content{ max-width: 645px; }

    

}






@media only screen and (min-width: 992px){

    

}



@media only screen and (min-width: 1200px){



}



@media only screen and (min-width: 1440px){

.about-section-1 .row{--bs-gutter-x: 4rem;}

}






