/*
  Theme Name: Edubin - LMS Education HTML Template
  Author: ZeTheme
  Author URL: https://themeforest.net/user/pixelcurve
  Support: zetheme24@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.1
*/

/* CSS Index 
-------------
----------------------
1. Theme default
2. HEADERF
3. SLIDER
4. CATEGORY
5. ABOUT
6. APPLY
7. COURSE
8. VIDEO FEATURES
9. TEACHERS
10. PUBLICATION
11. TEASTIMONIAL
12. NEWS
13. FOOTER
14. CATEGORY 2
15. COURSE 2
16. COUNTER
17. TEACHERS 2
18. EVENT 2
19. COUNT DOWN
20. PAGE BANNER
21. ABOUT PAGE
22. COURSES PAGE
23. COURSE SINGEl PAGE
24. EVENT PAGE
25. EVENT SINGEL PAGE
26. TEACHERS SInGEL PAGE
27. BLOG PAGE
28. BLOG SINGEL PAGE
29. SHOP PAGE
30. SHOP SINGEL PAGE
31. CONTACT PAGE 

*/


/*===========================
    1. Theme default css 
===========================*/


@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1d2025;
    margin: 0px;
}

h1 {
    font-weight: 500;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #505050;
    margin: 0px;
    word-break: break-word;
}

.image-res{
    width: 290px !important;
}


.bg_cover {
     display: flex;
    justify-content: center;
    align-items: center; 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px ! important;
    /*height:750px;*/
    /*margin:30px;*/
}
@media  (max-width: 1200px) {
    .bg_cover{
        margin:10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
    height: 450px;
    }
    .slider-2.single-slider {
        margin:10px;
        width: 800px;
    }
}

/*===== All Button Style =====*/

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    background:linear-gradient(90deg,#7E6BAB 0%,#E54E56 100%) !important;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* border: 1px solid #ffc600; */
    padding: 0 35px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #07294d;
}

.main-btn:hover {
    color: white;
    border-color: #003e29;
    background-color: #ffc600;
}


/*===== New css =====*/

.oxford-new1{
    text-align:center;
    display:flex;
    justify-content:center;
}
.footer-page-cont{
    margin-top: -43px;
    margin-left: -30px;
}
.post-new-img{
    /*height:240px ! important;*/
    height: 150px !important;
    width: 348px;

}

.pages-head-wrap{
    
}
.document-new{
    margin-top:100px;
}




/*===== New css =====*/


/*===== EHS CSS=====*/

.countnewsec{
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
}
.ehs_imgborder{
    display:flex;
    justify-content:center;
    padding-top:10px;
}
.ehs_subboreder{
    border-bottom:3px dotted;
    width:400px;
}
.img_testiehs{
    display: flex;
    justify-content: center;

}    

.ehsnew_sliedimg .slick-arrow i{
    /*color:white ! important;*/
}
#testimonial_post{
   display:flex;
   justify-content:center;
   text-align:center;
   
}
#testimonial_post a{
    color:#f85e1b ! important;
}
#content_testinew h6{
     display:flex;
   justify-content:center;
   text-align:center;
}
#content_testinew{
    padding-top:20px;
}
.ehscourse_slider{
    background-size: contain;
    background-position: center;
    /* width: 100%; */
    /*height: 700px*/
}
#ehs_row{
    /*box-shadow: 0px 0px 12px -6px;*/
    padding: 10px;
    border-radius:12px;
    margin-top:20px;
}

.ehs_testiimg{
    height: 200px ! important;
    width: 250px;
}
.ehs_testiimg img{
    height:100% ! important;
     width:100% ! important;
}
.ehs_testiimg{
    height: 150px ! important;
    width: 200px;
    margin:20px 15px 8px 15px ! important;
}
.ehs_courseslied{
   border-radius: 22px;
    border: 1px solid transparent;
    padding: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
    background:linear-gradient(90deg,#7E6BAB 0%,#E54E56 100%) !important;
}
.ehspost_slide{
    height:400px ! important;
        width: 316px  ! important;
        box-shadow:0 0 0 0 ! important;
}
.post_slider_contnew{
    width:590px;
    /*height:340px ! important;*/
}
.ehs_testiimg img{
    height:100% ! important;
    width:100% ! important;
}


.program_border{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    padding-bottom: 40px;
    padding-top: 25px;

}
.border_part{
   border: 3px dotted #429d9d;
    width: 600px;
}
.program_section{
    padding-top:30px;
    padding-bottom:30px;
}
.programslider {
    margin-left:17px;
}
.program_newimg{
    height:250px;
    width:350px;
}
.program_newimg img{
    height:100%;
    width:100%;
}
/*#our-team{*/
/*    padding-top: 60px;*/
/*}*/

.desc_director{
    padding-top:5px;
}

.ehs_newhead p{
    font-size:18px ! important;
    color:#ebe8e8 ! important;
}
.desc_director p{
    color:black ! important;
    font-weight:500 ! important;
}
.ehs_description{
    padding: 80px;
}
.director_wrapp{
    display:flex;
    /*justify-content:space-evenly;*/
    /*align-items:center;*/
}
.ehs_cardimg{
     border-radius:0 ! important;
     height: 300px ! important;
    /*width: 300px ! important;*/
    margin-top: 80px ! important;
}
.ehs_cardimg img{
    border-radius:0 ! important;
}
#ehs_cardteam{
    width:100% ! important;
        height: 425px;
    background:linear-gradient(90deg,#5592DB 0%,#AAC86F 100%)!important;
}
.MsoNormal{
    text-align:justify;
}
.ehs_homeimg{
   height: 250px;
    width: 285px;

    
}
.ehs_homeimg img{
    height:100%;
    width:100%;
}
.branch_content{
    display:flex;
    justify-content:space-evenly;
}
.new_programsec img{
    width:400px;
}
.new_programsec h2{
        position: absolute;
            width: 500px;
         border:1px solid #00CED1 ! important;
    padding:22px 90px ! important;
    box-shadow: inset 0px 0px 12px 5px #20B2AA;
}
.about_secondcont p{
    font-size:22px ! important;
}
.secondprgram{
    margin-top:40px ! important;
    display:flex ! important;
    justify-content:center ! important;
    padding-top:40px ! important;
    padding-bottom:40px ! important;
}
.ehs_aboutcont p{
    font-weight:600 ! important;
}
.new_programsec{
    display: flex;
    bottom: -22px;
}
.ehs_programwrapp{
    border: 10px solid #22a59d;
    padding: 90px;
    display:flex;
  padding-top: 100px;
    padding-left:20px;
    padding-right:20px;
    background:linear-gradient(90deg, #afeeee29 0%, #87efebf0 100%) !important;
    box-shadow:inset 0px 0px 12px 0px;
}
.contact_ehs{
        padding-bottom: 12px ! important;
}
.course_slider{
    padding-bottom:35px ! important;
}
.about_imgslide{
    height:250px ! important;
}
.aboutehs{
    padding-top:70px;
       padding-bottom: 25px;
}
.ehslinkwrapp{
  max-width: 32% ! important;
}

.ehsfooterservice{
max-width: 23% ! important;
}
.ehsfootermenu{
max-width: 18% ! important;
}
.ehsfootercont{
    max-width: 34% ! important;
    flex:none ! important;
}
.bookicon1 img{
    height: 85px;
    rotate: 6deg;
   position: absolute;
    left: 60%;
    top: -66%;
}
.bookicon3 img{
    height: 80px;
    rotate: 28deg;
    position: absolute;
    left: 56%;
    top: -26%;
}
.bookicon2 img{
    height: 100px;
    rotate: -31deg;
    position: absolute;
    left: 34%;
    top: -28%;
}
.pencilicon img{
    /*height:30px;*/
    height: 50px;
    position: absolute;
    left: 58%;
    top: -10%;
}
.bookicon img{
    /*height:50px;*/
    /*rotate: -28deg;*/
    height: 50px;
    rotate: -30deg;
    position: absolute;
    left: 35%;
    top: -9%;
}
.newiconlink a i{
    font-weight: bold ! important;
    font-size: 20px ! important;
}
.newfooterlogo2{
    background: white;
    padding: 15px;
    border-radius: 0.2rem;
        margin-bottom: 10px;
}
.newaboutimg2{
    display: flex ! important;
    justify-content: center ! important;
}
.newcontactform{
    padding-top:30px ! important;
    padding-bottom: 90px ! important;
}
.facinewimg{
    height:250px ! important;
}
.cont-linkew{
       padding-bottom: 35px ! important;
}
.homeAboutUs{
    text-align:justify;
    align-items: center;
    display: flex;

}
/*.newdropdown{*/
/*    width:430px ! important;*/
/*}*/
#footernewback{
    background:linear-gradient(90deg,#5592DB 0%,#AAC86F 100%)!important;
}
.homeAboutUs p{
    font-size:15px ! important;
}
#contact-page{
    height:660px;
}
.headaboutnew{
    /*position: relative;*/
    /*left: 85%;*/
    text-align:center;
}


/*===== END EHS CSS =====*/

/*===== EHS RESPONSIVE =====*/

@media screen and (max-width: 768px){
 .facinewimg{
     height:150px ! important;
 }
.programslider{
    margin-left:0;
}
#course-part{
    padding-top:30px ! important;
}
.bannerehsslide{
    height:320px ! important;
}
#newehs_bannerslide{
    background-size:contain ! important;
    background-repeat:no-repeat;
    height:300px ! important;
}
.ehscourse_slider{
    background-repeat: no-repeat;
    /*height: 650px;*/
    background-size: cover;

}
.head_ehs h3{
    font-size:22px ! important;
}
.head_ehs p{
     font-size:16px ! important;
}
.ehs_description{
    padding:30px;
}
#ehs_containerteam{
    margin-bottom:30px ! important;
}
.newehs_card1{
    margin:0 ! important;
    margin-left:0 ! important;
    
}
.ehspost_slide{
    width:auto ! important;
}
#new_ehsdirector{
    left:0 ! important;
        margin-top: 45px ! important;
}

.box_team1{
    display: flex;
    justify-content: center;
    align-items: center;
}

#ehs_cardteam{
    height:auto;
}
.director_wrapp{
    display:block;
}
.about_secondcont p{
        font-size: 17px ! important;
}
.program_section{
    padding-bottom:0;
}
.program_border{
        padding-top: 45px;
          padding-bottom: 30px;
}
.new_programsec h2{
        width: 85% ! important;
} 
.service-new{
    display:flex;
    justify-content:center;
}
.border_part{
 width:60%;   
}
.page_program{
    padding-top:65px  ! important;
} 
.singel-course-2{
    width:100% ! important;
} 
#our-team{
    padding-top:60px;
}
.ehs_homeimg{
    width:100%;
}
.secondprgram{
        margin-top: 20px ! important;
} 
.ehsabout_img{
    padding-top:30px ! important;
    padding-left:0;
    padding-right:0;
} 
.course_slider{
    padding-bottom:0 ! important;
}
.ehs_programwrapp{
    display:block;
    padding-bottom:50px ! important;
}
 .aboutehs{
     padding-top:0;
 }
 .section-title, .section-title h5{
     font-size:18px ! important;
 }
 .slider-2.single-slider{
     top:0 ! important;
     margin-top:0 ! important;
 }
 .navigation .navbar .navbar-nav li:nth-last-of-type(1) a.active, .navigation .navbar .navbar-nav li:nth-last-of-type(2) a.active{
     background:white ! important;
     color:black ! important;
 }
 .ehsaboutsec{
     padding-bottom:0 ! important;
 }
.pencilicon img{
    height: 30px;
    position: absolute;
    left: 66%;
    top: -19%;
}
#how-we-do .first-about{
    padding-top:20px ! important;
    padding-bottom:10px ! important;
}
#how-we-do .carousel-caption a{
            margin-top:0 ! important;
            /*padding-bottom:0 ! important;*/
            /*margin-bottom:-20px ! important;*/
}
.btn_primary_small{
        padding: 10px 30px ! important;
}
#contact-page{
    padding-top:10px ! important;
}
#how-we-do .titlepage h2{
    font-size:22px ! important;
}
.about-singel-items h4{
    font-size: 20px ! important;
    padding-bottom: 12px ! important;
}
.MsoNormal{
    font-size:14px ! important;
  
}
#about-page{
    /*padding-bottom:0;*/
}
.about-items{
        margin-top: 28px ! important;
}
.about-image img{
        width: 96% ! important;
            margin-left: 6px;
}
.about-cont p{
    font-size:15px;
}
.bookicon3 img{
    left: 14%;
    top: -36%;
        rotate: -32deg;
}

.singel-counter span{
    font-size:18px ! important;
}
.singel-counter{
  width: 62px;
}
.singel-course-2>.thum .image>img{
    margin-left:0 ! important;
}
.singel-counter p{
    font-size:13px ! important;
}

.counter_main_cont{
    flex-wrap:nowrap ! important;
    left:0 ! important;
    padding-top: 160px ! important;
}
.singel-counter span{
    font-size:15px;
    /*display:flex;*/
}
#footernewback{
        padding-top: 1rem ! important;
}
.newiconlink {
    padding-bottom:10px;
}
.ehsfootermenuarea{
    width:100% ! important;
}
.ehsfootermenu{
   max-width: 100% ! important;  
}
.ehsfooterservice{
   max-width: 100% ! important;
}
.ehsfootercont{
 max-width: 100% ! important;
}
.homeAboutUs p{
    padding-left:1px;
    padding-right:1px;
}
.navbar .navbar-toggler{
    margin:10px ! important;
}
.navigation-2{
    padding-top: 0;
    padding-bottom: 0;
}
.headaboutnew{
        margin-top: 30px;
}
.headaboutnew h2{
    font-size:21px ! important;
}
.headaboutnew h5{
    font-size:18px ! important;
}

.navigation .navbar{
    /*display:block ! important;*/
}
.bookicon1 img{
left: 72%;
 top: -46%;
 height: 60px;
}
.bookicon2 img{
height: 80px;
left: 37%;
 top: -75%;
 rotate: 0deg;
}
.bookicon img{
height: 38px;
left: 41%;
top: -49%;
rotate:0deg;
}
    
    
    
    
    
    
    
    
    
}




/*===== END EHS RESPONSIVE =====*/
/*===== All Section Title Style =====*/

.section-title,
.section-title h5 {
    color: #5592DB ! important;
    position: relative;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 25px;
}

.section-title h5::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
   background: #AAC86F ! important;
    background-color: #04aa6d;
    bottom: 0;
    left: 0;
}

.section-title h2 {
    font-size: 36px;
    /*color: #000;*/
    color:#666666;
    padding-top: 10px;
}

/*===== Preloader Style =====*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

 .preloader .color-1 {
    /*background-color: #ffc600 !important;*/
    background:#AAC86F !important;
} 

.rubix-cube {
    border: 1px solid #FFF;
    width: 48px;
    height: 48px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rubix-cube .layer {
    width: 14px;
    height: 14px;
    background-color: #07294d;
    border: 1px solid #FFF;
    position: absolute;

}

.rubix-cube .layer-1 {
    left: 0px;
    /*background: #ffc600;*/
    top: 0px;
    -webkit-animation: rubixcube4 2s infinite linear;
    animation: rubixcube4 2s infinite linear;
}

.rubix-cube .layer-2 {
    left: 16px;
    top: 0px;
    -webkit-animation: rubixcube3 2s infinite linear;
    animation: rubixcube3 2s infinite linear;
}

.rubix-cube .layer-3 {
    left: 32px;
    top: 0px;
}

.rubix-cube .layer-4 {
    left: 0px;
    top: 16px;
    -webkit-animation: rubixcube5 2s infinite linear;
    animation: rubixcube5 2s infinite linear;

}

.rubix-cube .layer-5 {
    left: 16px;
    top: 16px;
    -webkit-animation: rubixcube2 2s infinite linear;
    animation: rubixcube2 2s infinite linear;
}

.rubix-cube .layer-6 {
    left: 32px;
    top: 16px;
    -webkit-animation: rubixcube1 2s infinite linear;
    animation: rubixcube1 2s infinite linear;
}

.rubix-cube .layer-7 {
    left: 0px;
    top: 32px;
    -webkit-animation: rubixcube6 2s infinite linear;
    animation: rubixcube6 2s infinite linear;
}

.rubix-cube .layer-8 {
    left: 16px;
    top: 32px;
    -webkit-animation: rubixcube7 2s infinite linear;
    animation: rubixcube7 2s infinite linear;

}

@-webkit-keyframes rubixcube1 {
    20% {
        top: 16px;
        left: 32px;
    }

    30% {
        top: 32px;
        left: 32px;
    }

    40% {
        top: 32px;
        left: 32px;
    }

    50% {
        top: 32px;
        left: 32px;
    }

    60% {
        top: 32px;
        left: 32px;
    }

    70% {
        top: 32px;
        left: 32px;
    }

    80% {
        top: 32px;
        left: 32px;
    }

    90% {
        top: 32px;
        left: 32px;
    }

    100% {
        top: 32px;
        left: 16px;
    }

}

@keyframes rubixcube1 {
    20% {
        top: 16px;
        left: 32px;
    }

    30% {
        top: 32px;
        left: 32px;
    }

    40% {
        top: 32px;
        left: 32px;
    }

    50% {
        top: 32px;
        left: 32px;
    }

    60% {
        top: 32px;
        left: 32px;
    }

    70% {
        top: 32px;
        left: 32px;
    }

    80% {
        top: 32px;
        left: 32px;
    }

    90% {
        top: 32px;
        left: 32px;
    }

    100% {
        top: 32px;
        left: 16px;
    }

}

@-webkit-keyframes rubixcube2 {
    30% {
        left: 16px;
    }

    40% {
        left: 32px;
    }

    50% {
        left: 32px;
    }

    60% {
        left: 32px;
    }

    70% {
        left: 32px;
    }

    80% {
        left: 32px;
    }

    90% {
        left: 32px;
    }

    100% {
        left: 32px;
    }
}

@keyframes rubixcube2 {
    30% {
        left: 16px;
    }

    40% {
        left: 32px;
    }

    50% {
        left: 32px;
    }

    60% {
        left: 32px;
    }

    70% {
        left: 32px;
    }

    80% {
        left: 32px;
    }

    90% {
        left: 32px;
    }

    100% {
        left: 32px;
    }
}

@-webkit-keyframes rubixcube3 {
    30% {
        top: 0px;
    }

    40% {
        top: 0px;
    }

    50% {
        top: 16px;
    }

    60% {
        top: 16px;
    }

    70% {
        top: 16px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@keyframes rubixcube3 {
    30% {
        top: 0px;
    }

    40% {
        top: 0px;
    }

    50% {
        top: 16px;
    }

    60% {
        top: 16px;
    }

    70% {
        top: 16px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@-webkit-keyframes rubixcube4 {
    50% {
        left: 0px;
    }

    60% {
        left: 16px;
    }

    70% {
        left: 16px;
    }

    80% {
        left: 16px;
    }

    90% {
        left: 16px;
    }

    100% {
        left: 16px;
    }
}

@keyframes rubixcube4 {
    50% {
        left: 0px;
    }

    60% {
        left: 16px;
    }

    70% {
        left: 16px;
    }

    80% {
        left: 16px;
    }

    90% {
        left: 16px;
    }

    100% {
        left: 16px;
    }
}

@-webkit-keyframes rubixcube5 {
    60% {
        top: 16px;
    }

    70% {
        top: 0px;
    }

    80% {
        top: 0px;
    }

    90% {
        top: 0px;
    }

    100% {
        top: 0px;
    }
}

@keyframes rubixcube5 {
    60% {
        top: 16px;
    }

    70% {
        top: 0px;
    }

    80% {
        top: 0px;
    }

    90% {
        top: 0px;
    }

    100% {
        top: 0px;
    }
}

@-webkit-keyframes rubixcube6 {
    70% {
        top: 32px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@keyframes rubixcube6 {
    70% {
        top: 32px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@-webkit-keyframes rubixcube7 {
    80% {
        left: 16px;
    }

    90% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}

@keyframes rubixcube7 {
    80% {
        left: 16px;
    }

    90% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}





/*=====================================================
    2. HEADER css 
======================================================*/


/*===== Header top =====*/

.header-top {
    /*background-color: #07294d;*/
    background:linear-gradient(90deg,#5592DB 0%,#AAC86F 100%)!important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-top a {
    color: white;
     font-size:15px;
}

.header-contact {}

.header-contact ul {}

.header-contact ul li {
    display: inline-block;
    margin-right: 45px;
}

.header-contact ul li:last-child {
    margin-right: 0;
}

.header-contact ul li img {
    height:15px;
}

.header-contact ul li span {
    color: white;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}

.header-opening-time {}

.header-opening-time p {
    color: #dee2e6;
    font-size: 15px;
    font-weight: 400;
}

/*===== Header Logo support =====*/

.header-logo-support {
    border-bottom: 1px solid #cecece;
}

.support-button {}

.support-button .support {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 7px;
}

.support-button .support .icon {}

.support-button .support .cont {
    margin-left: 15px;
    margin-top: -2px;
}

.support-button .support .cont p {
    font-size: 13px;
    color: #8a8a8a;
    line-height: 18px
}

.support-button .support .cont span {
    font-size: 18px;
    color: #07294d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.support-button .button {
    margin-left: 60px;
}

/*===== Header Menu =====*/

.navigation {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*height: 6.5rem;*/
    /*border-bottom: 1px solid #000;*/
    /*margin-bottom: -22px;*/
    padding-top: 8px;
    padding-bottom:5px;
}

.navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #cecece;
    -webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    -webkit-animation: sticky 2s;
    animation: sticky 2s;
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.navigation .navbar {
    padding: 0;
}

.navigation .navbar .navbar-nav {}

.navigation .navbar .navbar-nav li {
    margin-right: 30px;
    position: relative;
}

.navigation .navbar .navbar-nav li:last-child {
    margin-right: 0;
}

.navigation .navbar .navbar-nav li a {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #07294d;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 15px 0;
}

.navigation .navbar .navbar-nav>li>a.active,
.navigation .navbar .navbar-nav>li>a:hover, .navigation .navbar .navbar-nav li:nth-of-type(6) a.active {
    color: #04aa6d!important;
}

/*.btn_primary_small:hover{*/
/*    color: black !important;*/
/*}*/

.navigation .navbar .navbar-nav li .sub-menu {
    position: absolute;
    top: 110%;
    left: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    background-color: white ! important;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 99;
}

.navigation .navbar .navbar-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.navigation .navbar .navbar-nav li .sub-menu li {
    margin-right: 0;
}

.navigation .navbar .navbar-nav li .sub-menu li a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #04aa6d !important;
    color: black;
}

.navigation .navbar .navbar-nav li .sub-menu li a.active,
.navigation .navbar .navbar-nav li .sub-menu li a:hover {
    padding-left: 20px;
    color: #04aa6d;
}

.sub-nav-toggler {
    display: none;
}

.navigation .navbar .navbar-nav li .sub-menu li:last-child a {
    border-bottom: 0;
}

.navbar .navbar-toggler {
    padding: 3px 8px;
    margin: 18px 0;
    -webkit-transform: all 0.4s linear;
    transform: all 0.4s linear;
}

.navbar .navbar-toggler .icon-bar {
    width: 30px;
    height: 2px;
    background-color: #07294d;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    top: 7px;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    top: -7px;
}

.right-icon {}

.right-icon ul li {
    display: inline-block;
    margin-right: 17px;
    padding: 22px 0;
}

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

.right-icon ul li a {
    font-size: 18px;
    color: #07294d;
    position: relative;
    padding-right: 7px;
}

.right-icon ul li a span {
    font-size: 12px;
    color: #fff;
    background-color: #ffc600;
    border-radius: 50%;
    padding: 0px 4px;
    position: absolute;
    top: -5px;
    right: 0;
}

.mega-menu-area {
    padding: 18px 15px;
    /*width: 430px !important;*/
    left: -50px !important;
}

.mega-menu-area li {
    display: inline-grid;
    display: -ms-inline-grid;
    margin-left: 15px;
}


/*===== Index-2 =====*/

.header-social ul li {
    display: inline-block;
    margin-left: 10px;
}

.header-social ul li:first-child {
    margin-left: 0;
}

.header-social ul li a {
    font-size: 15px;
    color: white;
}

.navigation-2 .navbar .navbar-nav li {
    /*margin-right: 40px;*/
}

.navigation-2 .navbar .navbar-nav li a {
    /*padding: 45px 0;*/
}

.navigation-2 .right-icon ul li {
    /*padding: 42px 0;*/
}

.navigation-2.sticky .navbar .navbar-nav li a {
    /*padding: 10px 0;*/
}

.navigation-2.sticky .right-icon ul li {
    /*padding: 25px 0;*/
}

/*===== Index-3 =====*/

.navigation-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    z-index: 99;
}

.navigation-3 .navbar .navbar-nav li a,
.navigation-3 .right-icon ul li a {
    color: #fff;
}

.navigation-3.sticky .navbar .navbar-nav li a,
.navigation-3.sticky .right-icon ul li a {
    color: #07294d;
}

.navigation-3.sticky .navbar .navbar-nav>li>a.active,
.navigation-3.sticky .navbar .navbar-nav>li>a:hover {
    color: #ffc600;
}

.navigation-3 .navbar .navbar-toggler .icon-bar {
    background-color: #fff;
}

.navigation-3.sticky .navbar .navbar-toggler .icon-bar {
    background-color: #07294d;
}



/*===== SEARCH BOX =====*/

.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.5);
    z-index: 999;
    display: none;
}

.closebtn {
    position: absolute;
    top: 20px;
    right: 50px;
    cursor: pointer;
    width: 30px;
    height: 25px;
}

.closebtn span {
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: relative;
    display: block;
}

.closebtn span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
}

.closebtn span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
}

.search-box .serach-form input {
    width: 50%;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 2px solid #07294d;
    color: #07294d;
    padding-left: 20px;
    border-radius: 50px;
}

.search-box .serach-form button {
    position: absolute;
    top: 50%;
    left: 72%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #07294d;
    cursor: pointer;
    font-size: 16px;
}


/*=====================================================
    3. SLIDER css 
======================================================*/

.single-slider {
    /*padding-bottom: 300px;*/
}

.slider-cont {
    position: relative;
    z-index: 5;
}

.slider-cont h1 {
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    padding-bottom: 25px;
}

.slider-cont p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 50px;
}

.slider-cont ul {}

.slider-cont ul li {
    display: inline-block;
    margin-right: 15px;
}

.slider-cont ul li:last-child {
    margin-right: 0;
}

.slider-active .slick-arrow {
    font-size: 50px;
    position: absolute;
    top: 43%;
    left: 0;
    color: white;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 60px;
    height: 60px;
    background: black;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-active .next.slick-arrow {
    left: auto;
    right: 0;
}

.slider-active:hover .slick-arrow {
    left: 30px;
    opacity: 1;
    visibility: visible;
}

.slider-active:hover .next.slick-arrow {
    left: auto;
    right: 30px;
}

/*===== Index-2 =====*/

.slider-2 .slider-cont h1 {
    padding-bottom: 40px;
}


.slider-2.single-slider {
    /*padding-top: 325px;*/
    /*padding-bottom: 250px;*/
    /*margin:25px;*/
    /*border-radius:25px;*/
    top: -66px;
    margin-top: -65px;
}

/*===== Index-3 =====*/

#slider-part-3 {
    position: relative;
    padding-top: 220px;
    padding-bottom: 120px;
}

#slider-part-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.slider-cont-3 {
    position: relative;
    z-index: 5;
    background-color: rgba(7, 41, 77, 0.8);
    padding: 70px 100px 80px;
}

.slider-cont-3 h2 {
    color: #fff;
    font-size: 48px;
    padding-bottom: 8px;
}

.slider-cont-3 span {
    font-size: 24px;
    color: #fff;
}

.slider-search {
    background-color: #fff;
    border-radius: 5px;
}

.slider-search .nice-select {
    width: 100%;
    /*height: 55px;*/
    /*line-height: 55px;*/
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
}

.slider-search .nice-select span {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #07294d;
    font-weight: 400;
}

.slider-search .nice-select .list {
    width: 100%;
    border-radius: 0;
    margin: 0;
}

.slider-search .nice-select::after {
    border-bottom: 0;
    border-right: 8px solid #07294d;
    border-top: 8px solid transparent;
    height: 0px;
    margin-top: -4px;
    width: 0px;
}


.slider-search input {
    width: 100%;
    height: 55px;
    border: 0;
    border-left: 1px solid #a8a8a8;
    padding-left: 25px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #8a8a8a;
}

.slider-search .main-btn {
    line-height: 53px;
    width: 100%;
    padding: 0;
}

.slider-search .main-btn:hover {
    border-color: #07294d;
}


.slider-feature {}

.singel-slider-feature {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.singel-slider-feature .icon {}

.singel-slider-feature .cont {
    padding-left: 30px;
}

.singel-slider-feature .cont h3 {
    color: #fff;
    padding-bottom: 3px;
    margin-top: -3px;
    font-size: 24px;
}

.singel-slider-feature .cont span {
    color: #fff;
    font-size: 15px;
}


/*=====================================================
    4. CATEGORY css 
======================================================*/

.color-1 {
    background-color: #4886ff;
}

.color-2 {
    background-color: #b5d56a;
}

.color-3 {
    background-color: #ff6f6f;
}

.category {
    background-color: #07294d;
    border-radius: 10px;
    margin-top: -150px;
    position: relative;
    z-index: 5;
}

.category-text {}

.category-text h2 {
    font-size: 36px;
    color: #fff;
    padding: 0 50px;
}

.singel-category {
    padding: 20px 0;
    border-radius: 5px;
    display: block;
}

.singel-category .icon {
    display: inline-block;
}

.singel-category .cont {
    display: block;
}

.singel-category .cont span {
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.category-slied {}

.category-slied a {
    display: block;
}

.category-slied .slick-arrow {
    position: absolute;
    top: 50%;
    right: -50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.category-slied .prev.slick-arrow {
    right: auto;
    left: -50px;
}

.category-slied .slick-arrow i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #557495;
    text-align: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.category-slied .slick-arrow i:hover {
    background-color: #ffc600;
}



/*=====================================================
    5. ABOUT css 
======================================================*/

#about-part {
    position: relative;
    padding-bottom: 220px;
}
.para_about_us{
    display:flex;
    flex-direction:columns;
    justify-content:center;
    align-items: center;
    text-align: center;
}
.about-bg {
    width: 52%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.about-bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 100%);
}

.about-bg img {
    width: 100%;
}

.about-cont p {
    /*padding-top: 30px;*/
}

.about-event {
    -webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    padding: 65px 70px 37px;
    background-color: rgba(255, 255, 255, 0.95);
}

.about-event .event-title h3 {
    font-size: 36px;
    color: #000;
    padding-bottom: 5px;
}

.about-event ul li .singel-event {
    padding: 25px 0;
    border-bottom: 1px solid #cecece;
}

.about-event ul li:last-child .singel-event {
    border-bottom: 0;
}

.about-event ul li .singel-event span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 20px;
}

.about-event ul li .singel-event span i {
    color: #ffc600;
    margin-right: 3px;
}

.about-event ul li .singel-event a {
    display: block;
}

.about-event ul li .singel-event a h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000;
    font-size: 24px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.about-event ul li .singel-event a:hover h4 {
    color: #ffc600;
}




/*=====================================================
    6. APPLY css 
======================================================*/


.apply {
    margin-top: -100px;
    position: relative;
}

.apply-color-1 {
    background-color: #07294d;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.apply-color-2 {
    background-color: #092e56;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.apply .apply-cont {
    padding: 45px 50px 50px;
}

.apply .apply-cont h3 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px;
}

.apply .apply-cont p {
    color: #fff;
    padding-bottom: 45px;
}

.apply .apply-cont .main-btn:hover {
    border-color: #ffc600;
}


/*=====================================================
    7. COURSE css 
======================================================*/

.singel-course {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.singel-course>.thum {
    position: relative;
}

.singel-course .thum .image {
    overflow: hidden;
}

.singel-course .thum .image img {
    width: 100%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.singel-course:hover .thum .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.singel-course .thum .price {
    position: absolute;
    right: 60px;
    bottom: -24px;
}

.singel-course .thum .price span {
    font-size: 14px;
    color: #07294d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #ffc600;
    text-align: center;
}

.singel-course .cont {
    padding-top: 28px;
    padding-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
}

.singel-course .cont>ul {
    display: inline-block;
    margin-right: 10px;
}

.singel-course .cont ul li {
    display: inline-block;
    margin: 1px;
}

.singel-course .cont ul li>i {
    font-size: 13px;
    color: #ffc600;
}

.singel-course .cont span {
    font-size: 13px;
    color: #000;
}

.singel-course .cont h4 {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 40px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.singel-course .cont h4:hover {
    color: #ffc600;
}

.singel-course .course-teacher {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    overflow: hidden;
}

.singel-course .course-teacher>.thum {
    display: inline-block;
}

.singel-course .course-teacher>.thum img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.singel-course .course-teacher .name {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 13px;
}

.singel-course .course-teacher .name a h6 {
    font-size: 15px;
    color: #24486e;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.singel-course .course-teacher .name a:hover h6 {
    color: #ffc600;
}

.singel-course .course-teacher .admin {
    display: inline-block;
    float: right;
    overflow: hidden;
}

.singel-course .course-teacher .admin ul {
    margin-top: 8px;
}

.singel-course .course-teacher .admin ul li {
    margin-right: 20px;
}

.singel-course .course-teacher .admin ul li:last-child {
    margin-right: 0;
}

.singel-course .course-teacher .admin ul li a {
    font-size: 15px;
    color: #8a8a8a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.singel-course .course-teacher .admin ul li a:hover {
    color: #ffc600;
}

.singel-course .course-teacher .admin ul li a span {
    color: #8a8a8a;
    margin-left: 3px;
}

.course-slied {}

.course-slied .slick-arrow {
    position: absolute;
    top: -125px;
    right: 16px;
    display:block;
}

.course-slied .prev.slick-arrow {
    left: 16px;
    right: 50px;
    display:block;
}

.course-slied .slick-arrow i {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 5px;
    color: #000;
    border: 2px solid #aaaaaa;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display:block;
    margin-top:25px;
}

.course-slied .slick-arrow:hover i {
    border-color: #ffc600;
    background-color: #ffc600;
}
@media (max-width: 786px){
    .course-slied .prev.slick-arrow{
        left:16px;
    }
    .course-slied .slick-arrow {
        right:16px;
    }
    
}

@media (min-width: 414px){
    .course-slied .slick-arrow i{
        /*display:none;*/
    }
    
}
/*=====================================================
    8. VIDEO FEATURES css 
======================================================*/

#video-feature {
    position: relative;
}

.feature-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.9);
}

.video {
    padding-left: 80px;
}

.video i {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 24px;
    background-color: #ffc600;
    color: #07294d;
    border-radius: 50%;
}

.feature {
    position: relative;
    z-index: 5;
}

.feature .feature-title {}

.feature .feature-title h3 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 15px;
}

.feature ul li .singel-feature {
    padding-top: 55px;
    overflow: hidden;
}

.feature ul li .singel-feature .icon {
    float: left;
    overflow: hidden;
    display: inline-block;
    padding-right: 30px;
}

.feature ul li .singel-feature .cont {
    width: 78%;
    float: left;
    overflow: hidden;
}

.feature ul li .singel-feature .cont h4 {
    font-size: 24px;
    color: #fff;
    padding-bottom: 15px;
}

.feature ul li .singel-feature .cont p {
    color: #fff;
}


/*=====================================================
    9. TEACHERS css 
======================================================*/

.teachers-cont {}

.teachers-cont p {
    padding-top: 30px;
}

.singel-teachers {
    position: relative;
}

.singel-teachers .image {
    border-radius: 5px;
    overflow: hidden;
}

.singel-teachers .image img {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 100%;
}

.singel-teachers:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.singel-teachers .cont {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 80%;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    padding: 15px;
}

.singel-teachers .cont a {
    display: block;
}

.singel-teachers .cont a h6 {
    color: #000;
    font-size: 15px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.singel-teachers .cont a:hover h6 {
    color: #ffc600;
}

.singel-teachers .cont span {
    font-size: 14px;
    color: #8a8a8a;
}



/*=====================================================
    10. PUBLICATION css 
======================================================*/


.singel-publication {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.singel-publication .image {
    position: relative;
}

.singel-publication .image img {
    width: 100%;
}

.singel-publication .image .add-cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.8);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.singel-publication .image:hover .add-cart {
    opacity: 1;
}

.singel-publication .image .add-cart ul {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.singel-publication .image .add-cart ul li {
    display: inline-block;
    margin: 0 5px;
}

.singel-publication .image .add-cart ul li a {
    font-size: 16px;
    color: #ffc600;
    width: 35px;
    line-height: 35px;
    border: 1px solid #ffc600;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.singel-publication .image .add-cart ul li a:hover {
    background-color: #ffc600;
    color: #07294d;
}


.singel-publication .cont {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
}

.singel-publication .cont .name {
    width: 50%;
}

.singel-publication .cont .name a {
    display: block;
}

.singel-publication .cont .name a h6 {
    font-size: 14px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.singel-publication .cont .name a:hover h6 {
    color: #ffc600;
}

.singel-publication .cont .name span {
    font-size: 13px;
    color: #8a8a8a;
}

.singel-publication .cont .button {
    width: 50%;
}

.singel-publication .cont .button a {
    padding: 0 10px;
    font-size: 12px;
    line-height: 35px;
}

/*=====================================================
    11. TEASTIMONIAL css 
======================================================*/
.post_slider_cont{
    /*display:flex;*/
  
}

.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    /*box-shadow: 0px 14px 22px -9px #bbcbd8;*/
    height:320px;
}

.post-slide .post-img {
    /*position: relative;*/
    /*overflow: hidden;*/
    border-radius: 10px;
    margin: 20px 15px 8px 15px;
    /*margin-left: -10px;*/
}

.post-slide .post-img img {
    width: 100%;
    height: 100%;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
    object-fit: cover;
    /*border-radius:50%;*/
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: green;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-spacing: 0.5em;
    line-height: 1.5em;
    padding-top:10px;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}

#testimonial  .slick-slide{
    width:100% !important;
}
#testimonial .slick-list{
    width:100% !important;
}

#testimonial .slick-slider .slick-track {
    display:flex;
    width:600px;
}
/*mansi*/


.snip1574 {
  font-family: 'Lato', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 250px;
  max-width: 485px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius:15px;
}

.snip1574 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1574 img {
  max-width: 100%;
  vertical-align: top;
  opacity: 0.7;
}

.snip1574 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 80px 10% 15%;
}

.snip1574 figcaption:before {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 170px;
  opacity: 0.35;
  font-style: normal;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0px;
  left: 50%;
}

.snip1574 blockquote {
  padding: 0;
  margin: 0;
  font-style: italic;
  font-size: 1.2em;
  background: aliceblue;
}

.snip1574 h3 {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
  background:white;
}

.snip1574 h5 {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #bbb;
  letter-spacing: 1px;
  background: green;
}
.snip1574 p{
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: red;
    margin: 0px;
    word-break: break-word;
}

@media (max-width:414px){
    .snip1574 p{
        font-size:12px;
    }
    .snip1574 figcaption{
        padding:20px 10% 15%;
    }
}
/*=====================================================
    12. NEWS css 
======================================================*/
.singel-news .news-thum {
    height: 80%;
}

.singel-news {
    display:flex;
}

.singel-news .news-thum {
    /*margin-right:30px;*/
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /*align-items: center;*/
    text-align: center;
}

.singel-news .news-thum img {
    width: 100%;
    border-radius: 15px;
    /* height: 75%; */
}

.singel-news .news-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    /*text-align: center;*/
}


.singel-news .news-cont ul li {
    display: inline-block;
    margin-right: 25px;
}

.singel-news .news-cont ul li:last-child {
    margin-right: 0;
}

.singel-news .news-cont ul li a {
    color: #8a8a8a;
    font-size: 15px;
}

.singel-news .news-cont ul li a i {
    color: #ffc600;
    margin-right: 8px;
}

.singel-news .news-cont ul li a span {
    color: #07294d;
}

.singel-news .news-cont a {
    display: block;
}

.singel-news .news-cont a h3 {
    font-size: 24px;
    color: #000;
    padding-bottom: 20px;
    padding-top: 10px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.singel-news .news-cont a:hover h3 {
    color: #ffc600;
}

.news-list .news-cont h3 {
    font-size: 20px;
}

.news-list .news-cont ul li a {
    font-size: 14px;
}
.new_button_cont{
    width:250px;
    height:45px;
    border-radius:20px;
    border:none;
    background:linear-gradient(90deg,#7E6BAB 0%,#E54E56 100%) !important;
    color:white;
}

@media (min-width: 410px){
    .news_oxford{
        /*display:flex;*/
        /*flex-direction:column;*/
        /*justify-content:center;*/
        /*align-items: center;*/
        /*text-align:center;*/
        /*height:50vh;*/
    }
    .singel-news{
        display:grid;
    }
}
@media (max-width: 770px){
    .news_oxford{
        /*display:flex;*/
        flex-direction:column;
        justify-content:center;
        align-items: center;
        text-align:center;
        /*height:100vh;*/
    }
    .singel-news {
        display:grid;
    }
}
/*=====================================================
    13. FOOTER css 
======================================================*/

/*.footer-top {*/
/*    background-color: #07294d;*/
/*}*/

/*.footer-about {*/
/*    padding-right: 50px;*/
/*}*/

/*.footer-about p {*/
/*    color: #fff;*/
/*    padding-top: 15px;*/
/*}*/

/*.footer-about ul li {*/
/*    display: inline-block;*/
/*    margin-right: 15px;*/
/*}*/

/*.footer-about ul li:last-child {*/
/*    margin-right: 0;*/
/*}*/

/*.footer-about ul li a {*/
/*    width: 35px;*/
/*    line-height: 35px;*/
/*    font-size: 15px;*/
/*    color: #fff;*/
/*    border-radius: 50%;*/
/*    text-align: center;*/
/*    background-color: #021d3a;*/
/*    -webkit-transition: all 0.4s linear;*/
/*    transition: all 0.4s linear;*/

/*}*/

/*.footer-about ul li a:hover {*/
/*    background-color: #ffc600;*/
/*    color: #021d3a;*/
/*    -webkit-transition: all 0.4s linear;*/
/*    transition: all 0.4s linear;*/

/*}*/


/*.footer-title h6 {*/
/*    font-size: 18px;*/
/*    color: #ffc600;*/
/*}*/

/*.footer-link {*/
/*    overflow: hidden;*/
/*}*/

/*.footer-link ul {*/
/*    width: 50%;*/
/*    float: left;*/
/*    overflow: hidden;*/
/*}*/

/*.footer-link ul li {*/
/*    line-height: 35px;*/
/*}*/

/*.footer-link ul li a {*/
/*    color: white;*/
/*    font-size: 15px;*/
/*    -webkit-transition: all 0.4s linear;*/
/*    transition: all 0.4s linear;*/
/*}*/

/*.footer-link ul li a i {*/
/*    margin-right: 8px;*/
/*    color: #ffc600;*/
/*    -webkit-transition: all 0.4s linear;*/
/*    transition: all 0.4s linear;*/
/*}*/

/*.footer-link ul li a:hover {*/
/*    color: #ffc600;*/
/*}*/

/*.footer-link ul li a:hover i {*/
/*    margin-right: 15px;*/
/*}*/

/*.support ul {*/
/*    float: none;*/
/*    width: 100%;*/
/*}*/

/*.footer-address ul li {*/
/*    position: relative;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.footer-address ul li:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

/*.footer-address ul li .icon i {*/
/*    font-size: 18px;*/
/*    color: #ffc600;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 5px;*/
/*}*/

/*.footer-address ul li .cont {*/
/*    padding-left: 35px;*/
/*}*/

/*.footer-address ul li .cont p {*/
/*    color: white;*/
/*}*/

/*.footer-copyright {*/
/*    background-color: #021d3a;*/
/*}*/

/*.footer-copyright .copyright p {*/
/*    color: #fff;*/
/*}*/

/*.footer-copyright .copyright p span {*/
/*    font-weight: 600;*/
/*}*/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid transparent;
    border-radius: 35px;
    transition: .3s;
    background: linear-gradient(90deg, #7E6BAB 0%, #E54E56 100%) !important;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}
.footer .btn.btn-primary {
    top: -10px;
    left: 196px;
    background:#04aa6d;
    border:none;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color:green;
    text-decoration:none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-bottom: 1px solid;
}

.footer .copyright a {
    color: var(--light);
    font-weight:600;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background:linear-gradient(90deg,#7E6BAB 0%,#E54E56 100%) !important;
    line-height: 35px;
    background-color: #ffc600;
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: none;
}

.back-to-top:hover {
    color: #fff;
    background-color: #021d3a;
}

@media (min-width:414px){
    .footer .btn.btn-primary{
        left:280px;
    }
}
@media (max-width: 770px){
     .footer .btn.btn-primary{
        left:255px;
    }
}
/*=====================================================
    14. CATEGORY 2 css 
======================================================*/

.category-2-items {}

.category-2-items .singel-items {
    position: relative;
}

.category-2-items .singel-items .items-image {
    position: relative;
}

.category-2-items .singel-items .items-image img {
    width: 100%;
    border-radius: 5px;
}

.category-2-items .singel-items .items-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.6);
    border-radius: 5px;
}

.category-2-items .singel-items .items-cont {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.category-2-items .singel-items .items-cont h5 {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.category-2-items .singel-items .items-cont span {
    font-size: 14px;
    color: #fff;
}

.category-2-items .singel-items .items-cont h5:hover {
    color: #ffc600;
}


.category-form {
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
    /* margin-top: -154px; */
}

.category-form .form-title {
    background-color: #07294d;
    padding-top: 35px;
    padding-bottom: 40px;
}

.category-form .form-title h3 {
    color: #ffc600;
    font-size: 36px;
}

.category-form .form-title span {
    font-size: 24px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.category-form .main-form {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-color: #fff;

}

.category-form .main-form .singel-form {
    margin-top: 20px;
}

.category-form .main-form .singel-form input,
.category-form .main-form .singel-form select {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    font-size: 15px;
    color: #8a8a8a;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
}

.category-form .main-form .singel-form .main-btn {
    width: 100%;
    line-height: 60px;
    margin-top: 20px;
}


/*=====================================================
    15. COURSE 2 css 
======================================================*/
.cards_services{
    /*border: 2px solid #04AA6D;*/
    height: 280px;
    border-radius:20px;
     position: relative;
  width: 268px;
  /*box-shadow:0px 0px 16px -8px #7E6BAB;*/
  margin-top:10px;
  margin-bottom:10px;
  /*border-bottom:6px solid #e54e5652;*/
  /*border-left:7px solid #4d0eb561;*/
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.cards_services:hover .image {
  opacity: 0.3;
}
.cards_services:hover .middle {
  opacity: 1;
}
.text {
  /*background-color: #04AA6D;*/
  background:linear-gradient(90deg, #7E6BAB 0%, #E54E56 100%) !important;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.singel-course-2 {
    border-radius: 0.5rem;
    box-shadow: 0px 0px 12px -8px;
    /* border: 1px dotted; */
    width: 256px;
    height: 260px;
}
.image_services{
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  margin-top: 0.4rem;
}
.singel-course-2>.thum {
    position: relative;
}

.singel-course-2>.thum .image>img {
    /*border-radius: 50%;*/
    width: 100%;
}

.singel-course-2>.thum .price {
    position: absolute;
    bottom: 40px;
    right: 15px;
    z-index: 5;
}

.singel-course-2>.thum .price span {
    font-size: 14px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #ffc600;
    text-align: center;
}

.singel-course-2>.thum .course-teacher {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.singel-course-2>.thum .course-teacher>.thum {
    display: inline-block;
}

.singel-course-2>.thum .course-teacher>.thum img {
    /*border-radius: 50%;*/
}

.singel-course-2>.thum .course-teacher .name {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    bottom: 13px;
}

.singel-course-2>.thum .course-teacher .name h6 {
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.singel-course-2>.thum .course-teacher .name h6:hover {
    color: #ffc600;
}

.singel-course-2>.thum .course-teacher .review {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    bottom: 13px;
}

.singel-course-2>.thum .course-teacher .review ul li {
    display: inline-block;
    font-size: 12px;
    color: #ffc600;
}

.singel-course-2>.thum .course-teacher .review ul li {}

.singel-course-2 .cont {
    padding-top: 25px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.singel-course-2 .cont h4 {
    font-weight: 900;
    font-size: 20px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-align: center;
}

.singel-course-2 .cont h4:hover {
    color: #ffc600;
}

@media (max-width:1200px){
    .singel-course-2>.thum .image>img{
        width:253px;
        margin-left:7px;
    }
}
@media (max-width: 500px){
    .cards_services{
        width:80%;
        margin-left:40px;
    }
    .payfee_btn_manu{
        min-height: 34px!important;
        font-size: 15px!important;
        min-width: 117px!important;
        padding: 10px 30px!important;
        background: #e51010!important;
    }
    .navigation .navbar{
        justify-content: end!important;
    }
}
/*=====================================================
    16. COUNTER css 
======================================================*/

.counter_main_cont{
    display:flex;
    justify-content:space-between;
    padding-top:120px;
    width:50%;
    left: 26%;
    position: absolute;
    top: 14%;
}
.singel-counter {
    position: relative;
    z-index: 5;
}

.singel-counter span {
    font-size: 35px;
    color: #04aa6d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.singel-counter p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
   font-size: 20px;
    font-weight: 800;
}

/*===== Index-3 =====*/

.counter-3 {}

.counter-3 p {
    color: #07294d;
    font-weight: 600;
}
@media (max-width:1000px){
    .counter_main_cont{
        padding-top:36px;
        flex-wrap:wrap;
    }
}
@media (max-width:850px){
    .counter_main_cont{
        flex-wrap:wrap;
        margin:auto;
    }
}
@media(max-width: 500px){
    
    .singel-counter{
        margin-top:3px;
    }
    .singel-counter span{
        font-size:22px;
    }
}
/*=====================================================
    17. TEACHERS 2 css 
======================================================*/

.teachers-2 {}

.teachers-2 .teachers-2-singel {
    background-color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 15px;
}

.teachers-2 .teachers-2-singel .thum {}

.teachers-2 .teachers-2-singel .thum img {
    border-radius: 50%;
}

.teachers-2 .teachers-2-singel .cont {
    padding-left: 20px;
}

.teachers-2 .teachers-2-singel .cont a {}

.teachers-2 .teachers-2-singel .cont a h5 {
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.teachers-2 .teachers-2-singel .cont a:hover h5 {
    color: #ffc600;
}

.teachers-2 .teachers-2-singel .cont p {
    font-size: 15px;
}

.teachers-2 .teachers-2-singel .cont span {
    font-size: 14px;
    color: #07294d;
}

.teachers-2 .teachers-2-singel .cont span i {
    margin-right: 5px;
    color: #ffc600;
}

.student-slied {
    z-index: 5;
}

.happy-student {
    background-color: #07294d;
    padding-top: 65px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    border-radius: 5px;
    position: relative;
}

.happy-student {
    background-color: #07294d;
    padding-top: 65px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    border-radius: 5px;
    position: relative;
}

.happy-student .happy-title {}

.happy-student .happy-title h3 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 60px;
}

.happy-student .singel-student {
    position: relative;
    z-index: 5;
}

.happy-student .singel-student img {
    padding-bottom: 20px;
}

.happy-student .singel-student p {
    color: #fff;
    padding-bottom: 30px;
    padding-right: 135px;
}

.happy-student .singel-student h6 {
    color: #fff;
    font-size: 16px;
}

.happy-student .singel-student span {
    font-size: 14px;
    color: #fff;
}

.happy-student .student-image {
    position: absolute;
    bottom: 0;
    right: 0;
}


/*=====================================================
    18. EVENT 2 css 
======================================================*/

.event-bg {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.event-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(7, 41, 77, 0.3)), color-stop(10%, rgba(7, 41, 77, 0.3)), to(rgba(7, 41, 77, 1)));
    background: linear-gradient(to right, rgba(7, 41, 77, 0.3) 0%, rgba(7, 41, 77, 0.3) 10%, rgba(7, 41, 77, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d07294d', endColorstr='#07294d', GradientType=1);
}

.event-2 .event-title h3 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 5px;
}

.event-2 ul li .singel-event {
    padding: 25px 0;
    border-bottom: 1px solid #cecece;
}

.event-2 ul li:last-child .singel-event {
    border-bottom: 0;
}

.event-2 ul li .singel-event span {
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}

.event-2 ul li .singel-event span i {
    color: #ffc600;
    margin-right: 3px;
}

.event-2 ul li .singel-event a {
    display: block;
}

.event-2 ul li .singel-event a h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.event-2 ul li .singel-event a:hover h4 {
    color: #ffc600;
}


/*=====================================================
    19. COUNT DOWN css 
======================================================*/

.count-down-cont {
    position: relative;
    z-index: 5;
}

.count-down-cont h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 5px;
}

.count-down-cont h2 {
    font-size: 72px;
    color: #ffc600;
    font-weight: 700;
    padding-bottom: 37px;
}

.count-down-time {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.count-down-time .singel-count {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
}

.count-down-time .singel-count .number {
    font-size: 72px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
}

.count-down-time .singel-count .title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    display: block;
}

.category-form-3 {
    margin-top: 0;
    position: relative;
    z-index: 5;
}

.category-form-3 .form-title {
    background-color: #ffc600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.category-form-3 .form-title h3 {
    color: #07294d;
}

.category-form-3 .form-title span {
    font-weight: 600;
}

.category-form-3 .main-btn {
    color: #fff;
}

.category-form-3 .main-btn:hover {
    color: #ffc600;
    border-color: #07294d;
}


/*=====================================================
    20. PAGE BANNER  css 
======================================================*/
/* #page-banner {
    height: 100%;
} */

.page-banner-cont {
    position: relative;
    z-index: 5;
}

.page-banner-cont h2 {
    font-size: 52px;
    color: #fff;
    padding-bottom: 15px;
}

.page-banner-cont .breadcrumb {
    margin: 0;
    background: none;
    padding: 0;
}

.page-banner-cont .breadcrumb .breadcrumb-item {
    color: #ffc600;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.page-banner-cont .breadcrumb .breadcrumb-item a {
    color: #fff;
}

.page-banner-cont .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "/";
    font-size: 18px;
}


/*=====================================================
    21. ABOUT PAGE css 
======================================================*/

.about-image img {
    width: 100%;
    border-radius: 5px;
}

.about-singel-items {}

.about-singel-items span {
    font-size: 60px;
    color: #dbdbdb;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 46px;
    padding-bottom: 22px;
}

.about-singel-items h4 {
    color: #000;
    font-size: 24px;
    padding-bottom: 25px;
}



/*=====================================================
    22. COURSES PAGE css 
======================================================*/

.tab-content {}

.tab-content .singel-course .course-teacher .name {
    bottom: 0;
}

.courses-top-search {
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    overflow: hidden;
}

.courses-top-search .nav {
    margin-top: 5px;
}

.courses-top-search .nav .nav-item {
    margin-right: 15px;
    font-size: 15px;
    color: #8a8a8a;
}

.courses-top-search .nav .nav-item a {
    font-size: 16px;
    color: #8a8a8a;
}

.courses-top-search .nav .nav-item a.active {
    color: #ffc600;
}

.courses-search {
    position: relative;
}

.courses-search input {
    height: 30px;
    width: 240px;
    background-color: #f6f6f6;
    border: 0;
    color: #8a8a8a;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 20px;
}

.courses-search button {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 0;
    height: 30px;
    font-size: 15px;
    color: #8a8a8a;
    border: 0;
    background: none;
    cursor: pointer;
}

#courses-list .singel-course .thum .price {
    right: -25px;
    bottom: auto;
    top: 30px;
}

/*#course-part .container {*/
/*    border-top: 1px dashed #c6c2c2;*/
/*}*/

.courses-pagination {}

.courses-pagination .pagination {}

.courses-pagination .pagination .page-item {
    margin: 0 5px;
}

.courses-pagination .pagination .page-item a {
    font-size: 15px;
    color: #07294d;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #aaa;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.courses-pagination .pagination .page-item a.active,
.courses-pagination .pagination .page-item a:hover {
    background-color: #ffc600;
    border-color: #ffc600;
}


/*=====================================================
    23. COURSE SINGEl PAGE css 
======================================================*/

.corses-singel-left {
    padding: 45px 50px;
    background-color: #fff;
}

.corses-singel-left .title {}

.corses-singel-left .title h3 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    padding-bottom: 25px;
}

.corses-singel-left .course-terms {}

.corses-singel-left .course-terms>ul>li {
    display: inline-block;
    margin-right: 60px;
}

.corses-singel-left .course-terms>ul li:last-child {
    margin-right: 0;
}

.corses-singel-left .course-terms ul li .teacher-name {
    position: relative;
}

.corses-singel-left .course-terms ul li .teacher-name .thum {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.corses-singel-left .course-terms ul li .teacher-name .thum img {
    border-radius: 50%;
}

.corses-singel-left .course-terms ul li .teacher-name .name {
    padding-left: 60px;
}

.corses-singel-left .course-terms ul li .review span,
.corses-singel-left .course-terms ul li .teacher-name .name span,
.corses-singel-left .course-terms ul li .course-category span {
    color: #8a8a8a;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.corses-singel-left .course-terms ul li .teacher-name .name h6,
.corses-singel-left .course-terms ul li .course-category h6 {
    font-size: 16px;
    color: #24486e;
    font-weight: 700;
}

.corses-singel-left .course-terms ul li .review {}

.corses-singel-left .course-terms ul li .review ul li {
    display: inline-block;
}

.corses-singel-left .course-terms ul li .review ul li a {
    font-size: 14px;
    color: #ffc600;
}

.corses-singel-left .course-terms ul li .review ul li.rating {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-left: 13px;
}

.corses-singel-image {}

.corses-singel-image img {
    width: 100%;
}

.corses-tab {
    border: 1px solid #edf0f2;
    border-radius: 5px;
}

.corses-tab .nav {}

.corses-tab .nav .nav-item {}

.corses-tab .nav .nav-item a {
    font-size: 16px;
    color: #24486e;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 0;
    display: block;
    background-color: #edf0f2;
}

.corses-tab .nav .nav-item a.active {
    background-color: #fff;
}

.overview-description {
    padding: 0px 30px 25px;
}

.overview-description .singel-description {}

.overview-description .singel-description h6 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
}


.curriculam-cont {
    padding: 25px 30px;
}

.curriculam-cont .title h6 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    padding-bottom: 30px;
}

.curriculam-cont .accordion {
    border: 0;
}

.curriculam-cont .accordion .card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #cecece !important;
}

.curriculam-cont .accordion .card:last-child {
    border-bottom: 0 !important;
}

.curriculam-cont .accordion .card .card-header {
    padding: 0;
    border-bottom: 0;
}

.curriculam-cont .accordion .card .card-header a {
    overflow: hidden;
    display: block;
    padding: 15px 15px;
    background-color: #edf0f2;
}

.curriculam-cont .accordion .card .card-header a.collapsed {
    background-color: #fff;
    border: none;
}

.curriculam-cont .accordion .card .card-header a::before,
.curriculam-cont .accordion .card .card-header a.collapsed::before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    color: #8a8a8a;
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.curriculam-cont .accordion .card .card-header a.collapsed:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.curriculam-cont .accordion .card .card-header a ul li {
    display: inline-block;
}

.curriculam-cont .accordion .card .card-header a ul li:last-child {
    float: right;
}

.curriculam-cont .accordion .card .card-header a ul li>i {
    color: #ffc600;
    font-size: 15px;
    margin-right: 5px;
}

.curriculam-cont .accordion .card .card-header a ul li>.lecture {
    font-size: 15px;
    color: #8a8a8a;
}

.curriculam-cont .accordion .card .card-header a ul li>.head {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-left: 15px;
    color: #000;
}

.curriculam-cont .accordion .card .card-header a ul li>.time {
    font-size: 15px;
    color: #8a8a8a;
    text-align: right;
    padding-right: 30px;
}

.curriculam-cont .accordion .card .card-header a ul li>.time i {
    margin-right: 5px;
}

.curriculam-cont .accordion .card .card-header a ul li>.time span {}

.curriculam-cont .accordion .card .card-body {
    background-color: #edf0f2;
    padding: 0 25px 20px;
}


.instructor-cont {
    padding: 30px 30px 25px;
}

.instructor-cont .instructor-author {
    overflow: hidden;
}

.instructor-cont .instructor-author .author-thum {
    float: left;
    margin-right: 30px;
}

.instructor-cont .instructor-author .author-name {
    float: left;
}

.instructor-cont .instructor-author .author-name a {
    display: block;
}

.instructor-cont .instructor-author .author-name a h5 {
    font-size: 18px;
    color: 30px;
    font-weight: 600;
}

.instructor-cont .instructor-author .author-name span {
    font-size: 15px;
    color: #8a8a8a;
}

.instructor-cont .instructor-author .author-name .social {
    padding-top: 25px;
}

.instructor-cont .instructor-author .author-name .social li {
    display: inline-block;
    margin-right: 8px;
}

.instructor-cont .instructor-author .author-name .social li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #24486e;
    background-color: #24486e;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.instructor-cont .instructor-author .author-name .social li a:hover {
    background-color: #fff;
    color: #24486e;
}

.reviews-cont {
    padding: 25px 30px 30px;
}

.reviews-cont .title h6 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
}

.reviews-cont ul li .singel-reviews {
    padding-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d2d2d2;
}

.reviews-cont ul li:last-child .singel-reviews {
    border-bottom: 0;
}

.reviews-cont ul li .singel-reviews .reviews-author {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-cont ul li .singel-reviews .reviews-author .author-thum img {
    border-radius: 5px;
}

.reviews-cont ul li .singel-reviews .reviews-author .author-name {
    padding-left: 20px;
}

.reviews-cont ul li .singel-reviews .reviews-author .author-name h6 {
    font-size: 16px;
    font-weight: 600;
}

.reviews-cont ul li .singel-reviews .reviews-author .author-name span {
    font-size: 15px;
    color: #8a8a8a;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.reviews-cont ul li .singel-reviews .reviews-description {}

.reviews-cont ul li .singel-reviews .reviews-description p {
    padding-bottom: 17px;
}

.reviews-cont ul li .singel-reviews .reviews-description .rating {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reviews-cont ul li .singel-reviews .reviews-description .rating ul li {
    display: inline-block;
    font-size: 15px;
    color: #ffc600;
}

.reviews-cont ul li .singel-reviews .reviews-description .rating span {
    font-size: 15px;
    color: #000;
    margin-left: 10px;
}


.reviews-cont .reviews-form .form-singel {
    padding-top: 25px;
}

.reviews-cont .reviews-form .form-singel input,
.reviews-cont .reviews-form .form-singel textarea {
    width: 100%;
    height: 45px;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 0 20px;
}

.reviews-cont .reviews-form .form-singel textarea {
    height: 160px;
    padding-top: 20px;
    resize: none;
}

.reviews-cont .reviews-form .form-singel .rate-wrapper {
    overflow: hidden;
}

.reviews-cont .reviews-form .form-singel .rate-label {
    float: left;
    color: #000;
    margin-right: 10px;
    margin-left: 0;
}

.reviews-cont .reviews-form .form-singel .rate {
    float: left;
    color: #cecece;
    cursor: pointer;
}

.reviews-cont .reviews-form .form-singel .rate-item {
    float: left;
    cursor: pointer;
    margin: 0px 3px 0px 3px;
}

.reviews-cont .reviews-form .form-singel .rate:hover,
.reviews-cont .reviews-form .form-singel .rate.selected {
    color: #ffc600;
}

.reviews-cont .reviews-form .form-singel .rate .rate-item:hover~.rate-item,
.reviews-cont .reviews-form .form-singel .rate .rate-item.active~.rate-item {
    color: #cecece;
}

.releted-courses .title h3 {
    font-size: 30px;
    color: #07294d;
}

.course-features {
    background-color: #fff;
    padding: 30px 35px;
    border-radius: 5px;
}

.course-features h4,
.You-makelike h4 {
    font-size: 24px;
    color: #07294d;
    padding-bottom: 15px;
}

.course-features ul {}

.course-features ul li {
    font-size: 15px;
    color: #8a8a8a;
    overflow: hidden;
    line-height: 45px;
    border-bottom: 1px solid #d2d2d2;
}

.course-features ul li:last-child {
    border-bottom: 0;
}

.course-features ul li i {
    color: #ffc600;
    margin-right: 8px;
}

.course-features ul li span {
    float: right;
}

.course-features .price-button {
    overflow: hidden;
}

.course-features .price-button span {
    font-size: 18px;
    color: #24486e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 12px;
}

.course-features .price-button span b {
    color: #ffc600;
}

.course-features .price-button .main-btn {
    float: right;
}

.You-makelike {
    background-color: #fff;
    padding: 25px 30px 30px;
    border-radius: 5px;
}

.You-makelike .singel-makelike {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.You-makelike .singel-makelike .image {
    position: relative;
}

.You-makelike .singel-makelike .image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(7, 41, 77, 0.8);
}

.You-makelike .singel-makelike .image img {
    width: 100%;
}

.You-makelike .singel-makelike .cont {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 30px;
}

.You-makelike .singel-makelike .cont h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.You-makelike .singel-makelike .cont h4:hover {
    color: #ffc600;
}

.You-makelike .singel-makelike .cont ul li {
    display: inline-block;
    margin-right: 15px;
    color: #ffc600;
}

.You-makelike .singel-makelike .cont ul li a {
    font-size: 14px;
    color: #fff;
}

.You-makelike .singel-makelike .cont ul li a i {
    margin-right: 3px;
}


/*=====================================================
    24. EVENT PAGE css 
======================================================*/

.singel-event-list {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.singel-event-list .event-thum {
    width: 38%;
}

.singel-event-list .event-thum img {
    width: 100%;
    border-radius: 5px;
}

.singel-event-list .event-cont {
    width: 62%;
    padding-left: 30px;
}

.singel-event-list .event-cont span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 20px;
}

.singel-event-list .event-cont span i {
    color: #ffc600;
    margin-right: 3px;
}

.singel-event-list .event-cont a {
    display: block;
}

.singel-event-list .event-cont a h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000;
    font-size: 20px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.singel-event-list .event-cont a:hover h4 {
    color: #ffc600;
}



/*=====================================================
    25. EVENT SINGEL PAGE css 
======================================================*/

.events-area {
    background-color: #fff;
    padding: 45px 50px;
}

.events-left {}

.events-left h3 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000;
    font-size: 30px;
}

.events-left span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 20px;
}

.events-left span i {
    color: #ffc600;
    margin-right: 3px;
}

.events-left img {
    margin-top: 35px;
    border-radius: 5px;
}

.events-left p {
    padding-top: 31px;
}

.events-right {}

.events-coundwon {
    padding: 25px 30px 30px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 110px;
}

.events-coundwon .count-down-time {
    position: relative;
    z-index: 5;
}

.events-coundwon .count-down-time .singel-count {}

.events-coundwon .count-down-time .singel-count .number {
    font-size: 24px;
    color: #ffc600;
}

.events-coundwon .count-down-time .singel-count .title {
    font-size: 13px;
}

.events-coundwon .events-coundwon-btn {}

.events-coundwon .events-coundwon-btn .main-btn {
    width: 100%;
}

.events-address {
    border: 1px solid #bcbcbc;
    padding: 0 30px 30px;
    border-radius: 5px;
}

.events-address ul li {
    padding-top: 20px;
}

.events-address ul li .singel-address {
    position: relative;
}

.events-address ul li .singel-address .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.events-address ul li .singel-address .icon i {
    font-size: 15px;
    color: #ffc600;
}

.events-address ul li .singel-address .cont {
    padding-left: 23px;
}

.events-address ul li .singel-address .cont h6 {
    font-size: 15px;
    color: #07294d;
}

.events-address ul li .singel-address .cont span {
    font-size: 14px;
    color: #505050;
}

#contact-map {
    width: 100%;
    height: 150px;
    border-radius: 5px;
}


/*=====================================================
    26. TEACHERS SInGEL PAGE css 
======================================================*/

.teachers-left {
    padding: 40px 50px 35px;
    background-color: #fff;
    border-radius: 5px;
}

.teachers-left .hero img {
    width: 100%;
    border-radius: 5px;
}

.teachers-left .name {
    padding-top: 25px;
}

.teachers-left .name h6 {
    font-size: 18px;
    color: #000;
}

.teachers-left .name span {
    font-size: 15px;
    color: #8a8a8a;
}

.teachers-left .social {
    padding-top: 15px;
}

.teachers-left .social ul li {
    display: inline-block;
}

.teachers-left .social ul li a {
    font-size: 30px;
    margin-right: 7px;
}

.teachers-left .social ul li:nth-of-type(1) a {
    color: #212798;
}

.teachers-left .social ul li:nth-of-type(2) a {
    color: #3c9bff;
}

.teachers-left .social ul li:nth-of-type(3) a {
    color: #fe1f59;
}

.teachers-left .social ul li:nth-of-type(4) a {
    color: #474b8c;
}

.teachers-left .description {
    padding-top: 20px;
}

.teachers-right {
    border-radius: 5px;
    overflow: hidden;
}

.teachers-right .nav {}

.teachers-right .nav .nav-item {}

.teachers-right .nav .nav-item a {
    padding: 20px 0;
    background-color: #315377;
    color: #fff;
    font-weight: 15;
    color: #fff;
    display: block;
    font-weight: 600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.teachers-right .nav .nav-item a.active,
.teachers-right .nav .nav-item a:hover {
    background-color: #fff;
    color: #315377;
}

.teachers-right .tab-content {
    padding: 0px 50px 35px;
    background-color: #fff;
}

.teachers-right .tab-content .dashboard-cont {}

.teachers-right .tab-content .dashboard-cont .singel-dashboard h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-bottom: 15px;
}

.teachers-right .tab-content .reviews-cont {
    padding: 45px 0 15px;
}

.teachers-right .tab-content {}


/*=====================================================
    27. BLOG PAGE css 
======================================================*/

.singel-blog {
    overflow: hidden;
    border-radius: 5px;
}

.singel-blog .blog-thum img {
    width: 100%;
}

.singel-blog .blog-cont {
    padding: 40px 50px;
    background-color: #fff;
}

.singel-blog .blog-cont a {
    display: block;
}

.singel-blog .blog-cont h3 {
    font-size: 36px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.singel-blog .blog-cont a:hover h3 {
    color: #ffc600;
}

.singel-blog .blog-cont ul {
    padding: 20px 0;
}

.singel-blog .blog-cont ul li {
    display: inline-block;
    margin-right: 30px;
}

.singel-blog .blog-cont ul li:last-child {
    margin-right: 0;
}

.singel-blog .blog-cont ul li a {
    font-size: 15px;
    color: #8a8a8a;
}

.singel-blog .blog-cont ul li a i {
    color: #ffc600;
    margin-right: 5px;
}

.singel-blog .blog-cont p {}


.saidbar {}

.saidbar .saidbar-search {
    padding: 35px;
    background-color: #fff;
    border-radius: 5px;
}

.saidbar .saidbar-search form {
    position: relative;
}

.saidbar .saidbar-search form input {
    width: 100%;
    height: 45px;
    padding: 0 25px;
    background-color: #f6f6f6;
    color: #8a8a8a;
    border-radius: 5px;
    font-size: 15px;
    border: 0;
}

.saidbar .saidbar-search form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    font-size: 16px;
    color: #8a8a8a;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.saidbar .categories {
    background-color: #fff;
    padding: 30px 35px 25px;
    border-radius: 5px;
}

.saidbar .categories h4,
.saidbar .saidbar-post h4 {
    font-size: 24px;
    color: #07294d;
}

.saidbar .categories ul {
    padding-top: 15px;
}

.saidbar .categories ul li {
    line-height: 40px;
}

.saidbar .categories ul li a {
    color: #8a8a8a;
    font-weight: 15;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.saidbar .categories ul li a:hover {
    color: #ffc600;
}

.saidbar .saidbar-post {
    padding: 30px 35px 35px;
    background-color: #fff;
    border-radius: 5px;
}

.saidbar .saidbar-post ul {
    padding-top: 10px;
}

.saidbar .saidbar-post ul li a {
    display: block;
    margin-top: 30px;
}

.saidbar .saidbar-post ul li a .singel-post {
    overflow: hidden;
}

.saidbar .saidbar-post ul li a .singel-post .thum {
    float: left;
    padding-right: 20px;
}

.saidbar .saidbar-post ul li a .singel-post .thum img {
    border-radius: 5px;
}

.saidbar .saidbar-post ul li a .singel-post .cont {}

.saidbar .saidbar-post ul li a .singel-post .cont h6 {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.saidbar .saidbar-post ul li a .singel-post .cont h6:hover {
    color: #ffc600;
}

.saidbar .saidbar-post ul li a .singel-post .cont span {
    font-size: 14px;
    color: #8a8a8a;
}


/*=====================================================
    28. BLOG SINGEL PAGE css 
======================================================*/


.blog-details .cont {
    padding: 40px 50px;
    background-color: #fff;
}

.blog-details .cont h3 {
    font-size: 36px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.blog-details .cont ul {
    padding: 20px 0;
}

.blog-details .cont ul li {
    display: inline-block;
    margin-right: 30px;
}

.blog-details .cont ul li a {
    font-size: 15px;
    color: #8a8a8a;
}

.blog-details .cont ul li a i {
    color: #ffc600;
    margin-right: 5px;
}

.blog-details .cont .share {
    padding-top: 22px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 30px;
}

.blog-details .cont .share li.title {
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.blog-details .cont .share>li {
    display: inline-block;
    margin-right: 10px;
}

.blog-details .cont .share li a {}

.blog-details .cont .share li a i {
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 16px;
    background-color: #ffc600;
    text-align: center;
    color: #fff;
    margin-right: 0;
}

.blog-details .cont .share li:nth-of-type(2) a i {
    background-color: #3C5A99;
}

.blog-details .cont .share li:nth-of-type(3) a i {
    background-color: #1da1f2;
}

.blog-details .cont .share li:nth-of-type(4) a i {
    background-color: #d34836;
}

.blog-details .cont .share li:nth-of-type(5) a i {
    background-color: #e4405f;
}

.blog-details .cont .share li:nth-of-type(6) a i {
    background-color: #0077B5;
}

.blog-details .cont .blog-comment .title h3 {
    font-size: 24px;
    color: #000;
}

.blog-details .cont .blog-comment ul {
    padding: 0;
}

.blog-details .cont .blog-comment ul li {
    margin-top: 30px;
    margin-right: 0;
}

.blog-details .cont .blog-comment ul li .replay {
    padding-left: 75px;
    padding-top: 0;
    padding-bottom: 0;
}

.blog-comment .comment {
    padding-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #d2d2d2;
}

.blog-comment .comment .comment-author {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-comment .comment .comment-author .author-thum img {
    border-radius: 5px;
}

.blog-comment .comment .comment-author .comment-name {
    padding-left: 20px;
}

.blog-comment .comment .comment-author .comment-name h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.blog-comment .comment .comment-author .comment-name span {
    font-size: 15px;
    color: #8a8a8a;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.blog-comment .comment .comment-replay {
    position: absolute;
    top: 15px;
    right: 0;
}

.comment-form .form-singel {
    margin-top: 20px;
}

.comment-form .form-singel input,
.comment-form .form-singel textarea {
    height: 60px;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    font-size: 15px;
}

.comment-form .form-singel textarea {
    height: 120px;
    resize: none;
    padding-top: 20px;
}

/*=====================================================
    29. SHOP PAGE css 
======================================================*/

.shop-top-search {
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
}

.shop-top-search .shop-bar {
    display: inline-block;
}

.shop-top-search .nav .nav-item {
    margin-right: 15px;
    font-size: 15px;
    color: #8a8a8a;
}

.shop-top-search .nav .nav-item a {
    font-size: 16px;
    color: #8a8a8a;
}

.shop-top-search .nav .nav-item a.active {
    color: #ffc600;
}

.shop-top-search .shop-select {
    display: inline-block;
    float: right;
    margin-top: -3px;
}

.shop-top-search .shop-select .nice-select {
    background-color: #f6f6f6;
    border-radius: 5px;
    border: 0;
    font-size: 14px;
    height: 30px;
    width: 135px;
    line-height: 30px;
    color: #8a8a8a;
}

.shop-top-search .shop-select .nice-select.open .list {
    width: 100%;
    margin-top: 0;
    background-color: #f6f6f6;
    border: 0;
}

#shop-list .singel-publication .cont {
    display: block;
    padding-top: 0;
}

#shop-list .singel-publication .cont .name {
    width: 100%;
}

#shop-list .singel-publication .cont .name a h6 {
    font-size: 18px;
}

#shop-list .singel-publication .cont .name span {
    font-size: 16px;
    color: #8a8a8a;
    padding-top: 15px;
}

#shop-list .singel-publication .cont .button {
    width: 100%;
    padding-top: 10px;
}

#shop-list .singel-publication .cont .button a {
    padding: 0 20px;
    font-size: 12px;
    line-height: 35px;
}


/*=====================================================
    30. SHOP SINGEL PAGE css 
======================================================*/

.shop-destails {
    background-color: #fff;
    padding: 20px 50px 50px;
    border-radius: 5px;
}

.shop-destails .shop-left {
    padding-right: 50px;
}

.shop-destails .shop-left .shop-image a {
    display: block;
}

.shop-destails .shop-left .shop-image img {
    width: 100%;
    border-radius: 4px;
}

.shop-destails .shop-left .nav .nav-item {
    margin-right: 25px;
}

.shop-destails .shop-left .nav .nav-item:last-child {
    margin-right: 0;
}

.shop-destails .shop-left .nav .nav-item a {
    display: block;
}

.shop-destails .shop-left .nav .nav-item a .shop-thum img {
    width: 100%;
    border-radius: 3px;
}

.shop-right {}

.shop-right h6 {
    font-size: 18px;
    padding-bottom: 5px;
}

.shop-right span {
    font-size: 15px;
    color: #8a8a8a;
}

.shop-right p {
    padding-bottom: 15px;
}

.nice-number {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.nice-number input {
    width: 50px !important;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #aaa;
    padding-right: 20px;
}

.nice-number button {
    position: absolute;
    width: 25px;
    padding: 0;
    right: 2px;
    top: 2px;
    border: 0;
    border-top-right-radius: 5px;
    background: none;
    cursor: pointer;
}

.nice-number button:last-child {
    top: auto;
    bottom: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
}

.nice-number button i {
    font-size: 15px;
    color: #000;
}

.add-btn {
    display: inline-block;
}

.add-btn .main-btn {
    line-height: 46px;
}

.shop-reviews .nav .nav-item {}

.shop-reviews .nav .nav-item:first-child a {
    border-top-left-radius: 5px;
}

.shop-reviews .nav .nav-item:last-child a {
    border-top-right-radius: 5px;
}

.shop-reviews .nav .nav-item a {
    width: 165px;
    line-height: 55px;
    background-color: #315377;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.shop-reviews .nav .nav-item a.active {
    background-color: #fafafa;
    color: #315377;
}

.shop-reviews .tab-content {
    background-color: #fafafa;
    padding: 0px 45px 40px;
    border-radius: 5px;
    border-top-left-radius: 0;
}

.shop-reviews .tab-content .reviews-cont {
    padding: 0;
}

.releted-item {}

.releted-item .title h3 {
    font-size: 30px;
    color: #07294d;
}



/*=====================================================
    31. CONTACT PAGE css 
======================================================*/

.contact-from {
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
}

.contact-from .main-form {}

.contact-from .main-form .singel-form {
    margin-top: 20px;
}

.contact-from .main-form .singel-form input,
.contact-from .main-form .singel-form textarea {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    color: #8a8a8a;
    font-size: 15px;
}

.contact-from .main-form .singel-form textarea {
    padding-top: 10px;
    height: 100px;
    resize: none;
}

.form-group {
    margin: 0;
}

.list-unstyled li {
    font-size: 13px;
    margin-left: 2px;
    margin-top: 5px;
    color: #f00;
}

p.form-message.success,
p.form-message.error {
    font-size: 16px;
    color: #353535;
    background: #ddd;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 15px;
}

.contact-address {
    background-color: #fff;
    padding: 20px 50px 50px;
    border-radius: 5px;
}

.contact-address ul li {
    padding-top: 30px;
}

.contact-address ul li .singel-address {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-address ul li .singel-address .icon i {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    /*border: 1px solid #07294d;*/
    background:linear-gradient(90deg,#7E6BAB 0%,#E54E56 100%) !important;
    color: white;
    font-size: 24px;
    text-align: center;
}

.contact-address ul li .singel-address .cont {
    padding-left: 20px;
}

/* .contact-address ul li .singel-address .cont p{} */

.map {}

.map #contact-map {
    width: 100%;
    height: 225px;
}

.map.map-big #contact-map {
    width: 100%;
    height: 415px;
}

.contact-address .contact-heading {
    padding-top: 35px;
}

.contact-address .contact-heading h5 {
    padding-bottom: 15px;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
}

.portfolio-item {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(1.5rem/ 2);
    padding-left: calc(1.5rem/ 2);
    margin-top: 1.5rem;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    background: #ffc600;
    margin: 10px 2px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.footer-services ul li {
    display: inline-grid;
    width: 40%;
}

.footer-services ul li a {
    display: block;
}

/* gallery css */
#gallery-wrapper .col-lg-3 {
    margin-top: 8px;
    padding: 0 4px;
}

#gallery-wrapper .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #c5ccd4;
    border-radius: 0.25rem;
    width: 100%;
    height: 185px;
}


/* blog CSS */


#categories a {
    color: blue;
}

.blog_flex {
    display: flex;
    width: 100%;
}

.flex-part1 {
    width: 30%;
    height: 12rem !important;
    border: 1px solid #eee;
}

.flex-part2 {
    border: 1px solid #eee !important;
    padding-left: 10px;
    width: 70%;
}

.flex-part1 a {
    color: blue;
    height: 100%;
    width: 100%;
}

.flex-part1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.flex-part2 #title {
    color: #544E48;
    text-decoration: none;
    font-weight: bold;
    text-align: justify;
}

.flex-part2 #body {
    color: #544E48;
    text-decoration: none;
    text-align: justify;
    font-size: 0.9rem;
}

.flex-part2 ul {
    display: flex;
    justify-content: space-around;
    padding: 0 !important;
    margin: 0 !important;
}

.flex-part2 ul li {
    list-style: none;
}

.flex-part2 ul li a {
    color: gray;
    text-decoration: none;
    font-size: 0.8rem;
}

.right-section {
    flex-direction: column;
}

.right-section h6 {
    background-color: #bbb;
    color: #000;
    padding: 10px;
    border-radius: 5px;
}

.right-section ul li a {
    text-decoration: none;
    /* color: #555; */
    font-size: 0.9rem;
}

.right-section ul li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 4px 0 4px 0;
}

#single_img {
    width: 100%;
    height: 20rem;
}

#single_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width: 536px) {
    #news-part .col-lg-5 .singel-news .news-thum{
        height: 300px!important;
        width: 300px !important;
    }
    #testimonial .testimonial-slied{
        margin-top:0;
    }
    .slider-2.single-slider{
            background-size: contain;
            padding:0;
            
    }
    .bg_cover {
        /*height: 160px;*/
        margin-top:0 ! important;
         margin:0;
                 margin-bottom: -40%
    }
   
    .section-title h2, .page-banner-cont h2 {
        font-size:21px;
    }
    .btn_primary_small{
        min-height: 0!important;
        min-width: 0px!important;
        padding: 10px 30px;
        border: none!important;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: -.02em;
        background: none!important;
        color: #07294d!important;
    }
    .payfee_btn_manu{
        min-height: 34px!important;
        font-size: 15px!important;
        min-width: 117px!important;
        padding: 10px 30px!important;
        background: #e51010!important;
    }
     #enquiry-form {
        display:none;
    }
}

@media screen and (max-width: 768px) {
   html,
   body{
       width:100%;
       overflow-x:hidden;
   }
   
    .flex-part2 p {
        display: none;
    }
    
    .image-res{
    width: 290px !important;
}
.course-card-wrap{
    margin-left:-14px ! important;
}
.logo-logo a img{
    width:auto ! important;
    height:37px ! important;
}
.news-news{
    margin-top:-80px ! important;
}

.table-wrap-new{
    margin-left:-4px ! important;
}
#contact-page{
    height:1580px ! important;
}
#how-we-do .about{
        margin-top: -35px;

}
.facilities-sec{
    margin-bottom:-35px ! important;
}
#how-we-do .about .titlepage p{
    text-align:justify;
}
.fac-section{
    margin-top:-100px ! important;
}
.cont-about1{
    margin-top:50px;
}
.page-sec-wrap{
    margin-bottom:-100px;
}
    .image-res2{
    width: 290px !important;
}
    .flex-part1 {
        height: 6rem !important;
    }

    .flex-part2 ul {
        display: flex;
        flex-direction: column;
    }
    #enquiry-form {
        top:150px!important;
    }
}

@media screen and (max-width: 992px) {
    .flex-part1 {
        height: 8rem !important;
    }
    #about-page .col-lg-5{
        padding-top: 0;
    }
    #about-page .col-lg-5 .about-image{
        margin: 0;
    }

    .navigation .navbar .navbar-nav{

    }
    #enquiry-form {
        
    }
    #news-part{
        padding-bottom:0;
        
    }
    #news-part .col-lg-5 .singel-news{
        border-bottom: 1px solid #c2c2c2;
        padding-bottom: 22px;
    }
    
}

@media screen and (max-width: 1200px) {
    .flex-part1 {
        height: 10rem !important;
    }
    #enquiry-form {
        
    }
}
@media screen and (max-width: 1300px) {
    
}

.slide-container {
    max-width: 1150px;
    overflow:hidden;
    /*width: 100%;*/
}

.slide-content {
    margin: 0 30px;
    overflow: hidden;
    border-radius: 25px;
}

.heading {
    font-weight: 900;
    text-align: center;
}

.card {
    border-radius: 15px;
    background-color: #FFF;
    margin-top:55px;
    /*border:2px solid #04aa6d;*/
        box-shadow: 0 .1rem 0.5rem #7E6BAB !important;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}
.image-content:hover{
    
}
.card-image {
    position: relative;
    height: 167px;
    width: 350px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #07294d;
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.swiper-button-next {
    left: 1090px;
    margin-top: 60px;
    color: #fff;
    background: black;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.swiper-button-prev {
    left: 0;
    margin-top: 60px;
    color: #fff;
    background: black;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4070F4;
}

.swiper-slide .card-content {
    padding-bottom: 50px;
}

.swiper-slide .card-content h4 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #605f5f;
    margin-top: 8px;
    text-align: center;
}

.swiper-slide .card-content h3 {
    /* margin-top: 30px; */
    font-size: 26px;
    font-weight: 800;
}


@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }
}

#enquiry-form button {
    width: 100%;
    border-radius: 20px;
    font-weight: 900;
}

#enquiry-form input {
    border-radius: 20px;
    margin-bottom: 20px;

}

#enquiry-form {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 210px;
    right: -366px;
    /* right: 30px; */
    /* transition: right .4% linear; */
    transition: all 0.5s linear;
}

#enquiry-form h2 {
    color: white;
    margin-bottom: 1rem;
}

#enquiry-form button {
    background: #ecb42a;
}

#enquiry-form button:hover {
    background: #7a5f18;
}

#enquiry-form .call-action {
    position: absolute;
    background: #021d3a;
    font-weight: 800;
    color: white;
    letter-spacing: 1px;
    line-height: 40px;
    width: 150px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    left: -80px;
    top: 80%;
    border-radius:20px;
    transform: translateY(-50%) rotate(-90deg);
}

/*.show {*/
/*    right: 30px;*/
/*    top: 13px;*/
/*}*/
.hide {
    right: -366px;
    top: 13px;
}
#myModal::-webkit-scrollbar{
  display: none;
}
.fabs {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 99;
}

.action {
    background: #ffc600;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 5px 7px 0px gray;
    transition: all 0.4s linear;
    background:linear-gradient(90deg,#7E6BAB 0%,#E54E56 100%) !important;
}

.action i {
    position: absolute;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    cursor: pointer;
}

/* .action:hover {
    background-color: #9c8430;
  } */

.fabs .btns .btn {
    position: absolute;
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.fabs .btns .btn i {
    position: absolute;
    /* font-size: 18px; */
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fabs .btns .btn i:nth-of-type(1) {
    font-size: 25px;
    overflow-x: hidden;
}

.btns {
    position: absolute;
    bottom: 10px;
    margin-bottom: 5px;
    height: 35px;
    width: 35px;
    transition: all 0.3s linear;
    left: 37%;
    transform: translateX(-50%);
    z-index: -1;
}

.btns.open {
    bottom: 50px;
}

/*service-social btn===*/
#about-page .about-image ul li {
    /*display: inline-block;*/
    margin-right: 15px;
}

#about-page .about-image ul li:last-child {
    margin-right: 0;
}

#about-page .about-image ul li a {
    width: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    background-color: #021d3a;
    /*-webkit-transition: all 0.5s ease-in-out;*/
    transition: all 0.5s ease-in-out;
    font-size: 16px;

}

#about-page .about-image ul li a:hover {
    background-color: #ffc600;
    color: #021d3a;
    -webkit-transition: all 0.5s ease-in-out;
    /*transition: all 0.4s linear;*/
    transform: scale(1.2);

}
/*contact btn css===*/
.btn_primary_small{
    min-height: 48px;
    font-size: 14px;
    min-width: 130px;
    padding: 10px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none!important;
    border-radius: 26px;
    /*border: 3px solid #07294d;*/
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.02em;
    background:linear-gradient(90deg,#7E6BAB 0%,#E54E56 100%) !important;
    color:white!important;
    z-index:9999;
}

.navigation .navbar .navbar-nav li:nth-last-of-type(1) a.active, .navigation .navbar .navbar-nav li:nth-last-of-type(2) a.active{
    color: black!important;
    background: white ! important;
}

/*team css*/

.container_team {
  display: flex;
  align-items: center;
}

.container_team .card_team {
  position: relative;
  /*min-width: 320px;*/
  width:265px !important;
  height: 440px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin: 30px;
  margin-left:25px;
  transition: 0.5s;
}

.container_team .card_team:nth-child(1) .box_team .content a {
  background: #2196f3;
}

.container_team .card_team:nth-child(2) .box_team .content a {
  background: #e91e63;
}

.container_team .card_team:nth-child(3) .box_team .content a {
  background: #23c186;
}

.container_team .card_team .box_team {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: linear-gradient(90deg,#5592DB 0%,#AAC86F 100%)!important;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
}

.container_team .card_team .box_team:hover {
  transform: translateY(-50px);
}

.container_team .card_team .box_team:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
}

.container_team .card_team .box_team .content_team {
  text-align: center;
  right:81px;
    position: relative;
    top: 80px;
}

.container_team .card_team .box_team .content_team h2 {
  position: absolute;
  top: -50px;
  right: 30px;
  font-size: 6.5rem;
  color: rgba(255, 255, 255, 0.1);
}

.container_team .card_team .box_team .content_team h3 {
  font-size: 15px;
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}

.container_team .card_team .box_team .content_team p {
  font-size: 11px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  transition: 0.5s;
}

.container_team .card_team .box_team .content_team a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.container_team .card_team .box_team .content_team a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}
@media (max-width:800px){
    .container_team .card_team{
        margin-left:35px;
    }
}
@media (max-width:500px){
    .container_team .card_team{
        margin-left:32px;
        width:auto ! important;
    }
}

/*=======News Ticker======*/

.ticker_wrap{display: flex;}
.ticker__breaking{
 white-space: nowrap;
 background: #e51010;
color: #fff;
overflow: hidden;
padding: 10px 6px;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.5rem;
}


.ticker__breaking2{
 white-space: nowrap;
 background: #e51010;
color: #fff;
/*overflow: hidden;*/
padding: 10px 6px;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.5rem;
}
.ticker__viewport {
	 /*background: #0067E5;*/
	 background:linear-gradient(90deg,#7E6BAB 0%,#E54E56 100%) !important;
	 color: #fff;
	 overflow: hidden;
	 padding: 10px 0;
  display: flex;
    justify-content: center;
    align-items: center;
  flex-grow: 1
}
.ticker__viewport a {
  cursor: context-menu;
  color: #fff;
  text-decoration: none;
}
.ticker__viewport a:hover {
  color: yellow;
  font-weight: bold;
}
 .ticker__list {
	 list-style-type: none;
	 padding: 0;
	 margin: 0;
	 display: flex;
	 font-size:1.3rem;
}
.ticker__list p{
    color: white;
    font-size:1.3rem;
    padding-top:2px;
}
 .ticker__item {
	 display: flex;
	 white-space: nowrap;
	 padding-right: 40px;
}
.ticker__item:before{
  content: "";
  font-weight: bold;
}
.blink {
    animation: blinker 2s linear infinite;
    
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* how we do part css===== */
#how-we-do a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#how-we-do h1,
#how-we-do h2,
#how-we-do h3,
#how-we-do h4,
#how-we-do h5,
#how-we-do h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0
}

#how-we-do h1 {
  font-size: 24px;
}

#how-we-do h2 {
  font-size: 22px;
}

#how-we-do h3 {
  font-size: 18px;
}

#how-we-do h4 {
  font-size: 16px
}

#how-we-do h5 {
  font-size: 14px
}

#how-we-do h6 {
  font-size: 13px
}


#how-we-do h1 a,
#how-we-do h2 a,
#how-we-do h3 a,
#how-we-do h4 a,
#how-we-do h5 a,
#how-we-do h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1
}

#how-we-do button:focus {
  outline: none;
}

#how-we-do ul,
#how-we-do li,
#how-we-do ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#how-we-do p {
  margin: 0px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

#how-we-do a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

#how-we-do a,
#how-we-do .btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#how-we-do img {
  max-width: 100%;
  height: auto;
}



#how-we-do button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}



#how-we-do .theme_bg {
  background: #38c8a8;
}

#how-we-do .margin_top_30 {
  margin-top: 30px !important;
}

/** banner section **/

#how-we-do .relative {
  position: absolute;
  top: 79%;
  transform: translateY(-44%);
  padding: 0;
  bottom: auto;
}

#how-we-do .banner_main {
  position: relative;
}

#how-we-do .carousel-indicators .active {
  background: #AAC86F ! important;
}

#how-we-do .carousel-indicators li {
  width: 20px;
  height: 20px;
  background: #ededed;
  border-radius: 20px;
  margin: 0 4px;
}

#how-we-do .carousel-control-next-icon,
#how-we-do .carousel-control-prev-icon {
  display: none;
}

#how-we-do .carousel-indicators {
  top: 16rem;
}

#how-we-do .carousel-item img {
  width: 100%;
}

#how-we-do .carousel-caption h1 {
  color: #08091e;
  font-size: 65px;
  line-height: 80px;
  padding-bottom: 0;
  font-weight: bold;
  font-family: "Cabin", serif;
}

#how-we-do .carousel-caption span {
  color: #6dbcf1;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  padding-bottom: 20px;
}

#how-we-do .carousel-caption a {
  font-size: 17px;
  /*background-color: #00999c;*/
  background:linear-gradient(90deg,#7E6BAB 0%,#E54E56 100%) !important;
  color: #fff;
  font-weight: 500;
  padding: 13px 0px;
  width: 100%;
  max-width: 190px;
  text-align: center;
  display: inline-block;
  transition: ease-in all 0.5s;
  margin-top: 20px;
  border-radius: 30px;
}

#how-we-do .carousel-caption a:hover {
  background-color: #000;
  color: #fff;
  transition: ease-in all 0.5s;
}


/** banner section **/

#how-we-do .titlepage {
  text-align: center;
  padding-bottom: 60px;
}

#how-we-do .titlepage h2 {
  font-size: 40px;
  color: #0b0503;
  line-height: 50px;
  font-weight: bold;
  padding: 0;
}

#how-we-do .titlepage h2::after {
    content: "";
  background: #AAC86F ! important;
  display: block;
  height: 10px;
  width: 15%;
}

#how-we-do #mobile .titlepage span{
    background: white;
}

#how-we-do .d_flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

#how-we-do .read_more {
  font-size: 17px;
  background-color: transparent;
  color: #7a7a7a;
  padding: 8px 0px;
  width: 100%;
  max-width: 190px;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  border: #00aaea solid 3px;
  transition: ease-in all 0.5s;
}

#how-we-do .read_more i {
  padding-left: 10px;
}

#how-we-do .read_more:hover {
  background: #00aaea;
  color: #fff !important;
  transition: ease-in all 0.5s;
}


/** about section **/

#how-we-do .about {
  /*background: url(../images/ab_bg.png);*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 70px 0;
  /* margin-top: 34rem; */
  background:white;
}

#how-we-do .about .titlepage {
  text-align: left;
  padding: 0;
  font-family: "Cabin", serif;
}

#how-we-do .about .titlepage p {
  color: #292e39;
  font-size: 17px;
  line-height: 35px;
  font-weight: 500;
  padding-top: 14px;
  /*padding: 20px 0px 35px 0px;*/
}

#how-we-do .about_img figure {
  margin: 0;
}

#how-we-do .about_img figure img {
  width: 100%;
    border-radius: 50px;
}


/** end about section **/


/** mobile section **/

#how-we-do .mobile {
  /*background: url(../images/mo_bg.jpg);*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 45px 0;
  background: #00999c;
}

#how-we-do .mobile .titlepage {
  text-align: right;
  padding: 0;
  font-family: "Cabin", serif;
}

#how-we-do .mobile .titlepage h2 {
  color: #fff;
}

#how-we-do .mobile .titlepage span {
  margin-left: 58px;
}

#how-we-do .mobile .titlepage p {
  color: #fff;
  font-size: 17px;
  line-height: 35px;
  font-weight: 500;
  padding: 20px 0px 35px 0px;
}

#how-we-do .mobile_img figure {
  margin: 0;
}

#how-we-do .mobile_img figure img {
  width: 100%;
  border-radius: 50px;
}

#how-we-do .mobile .titlepage .read_more {
  border: #fff solid 3px;
  color: #fff;
}
.homeAboutUs h5{
    text-align: justify!important;
    line-height: 1.3;
}

/** mobile section **/
@media (min-width: 1200px) and (max-width: 1342px) {
  .carousel-caption span {
    font-size: 43px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .titlepage h2 {
    font-size: 37px;
  }

  .carousel-caption h1 {
    font-size: 49px !important;
    padding-bottom: 0px !important;
  }

  .carousel-caption span {
    font-size: 38px;
  }

  .carousel-caption a {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .carousel-caption h1 {
    font-size: 3rem !important;
    padding-bottom: 0px !important;
  }

  .carousel-caption span {
    font-size: 30px;
  }

  .carousel-caption a {
    padding: 9px 0px;
    margin-top: 0px;
    max-width: 174px;
  }

  .relative {
    top: 52%;
    transform: translateY(-47%);
  }

  .titlepage h2 {
    font-size: 29px;
  }

  .mobile .titlepage span {
    margin-left: 19px;
  }

  .clients .titlepage span {
    margin-left: 28px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .mean-container .mean-bar {
    margin-top: 0px;
  }

  .carousel-caption h1 {
    font-size: 30px !important;
    padding-bottom: 0px !important;
  }

  .carousel-caption span {
    font-size: 25px;
  }

  .carousel-item img {
    height: 400px;
  }

  .carousel-caption a {
    margin-top: 20px;
    padding: 8px 0px;
    max-width: 130px;
  }

  .titlepage h2 {
    font-size: 35px;
  }

  .padding_bottom1 {
    padding-bottom: 30px;
  }

  .mobile_img {
    padding-bottom: 30px;
  }
}


@media (max-width: 575px) {

  #how-we-do .carousel-caption h1 {
    font-size: 30px;
    line-height: 41px;
    padding-bottom: 0px;
  }

  #how-we-do .carousel-indicators {
    display: none;
  }

  .carousel-caption span {
    font-size: 25px;
    line-height: 30px;
  }

  #how-we-do .carousel-caption a {
    /*margin-top: -93px ! important;*/
    padding: 8px 0px;
    max-width: 130px;
    /*position: absolute;*/
        /*left: 26%;*/
  }

  .carousel-item img {
    /*height: 400px;*/
  }

  #how-we-do .first-about {
    margin-top: 0 !important;
  }

  #how-we-do .titlepage h2 {
    font-size: 30px;
  }

  .relative {
    top: 54%;
  }

  .carousel-caption a {
    margin-top: 20px;
  }

  .titlepage h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .about_img {
    padding-top: 30px;
  }

  .mobile_img {
    margin-bottom: 30px;
  }

  .mobile .titlepage span {
    margin-left: 7px;
  }

  .padding_bottom1 {
    padding-bottom: 30px;
  }
}
.branch_head .boxshadow{
        height: 11rem;
    box-shadow: rgba(0, 0, 0, 0.25) 5px 6px 12px 0px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    padding: 1rem;
}
.navigation .navbar .navbar-brand img{
    height: 3.2rem;
}
