body
{
   font-family: 'Hero Light Regular';
}

.theme-color{
    color: #3b3c6c !important;
}
.section{
    padding: 50px 0;
}
.style-button{
    padding: 12px 18px;
    color: #FFFFFF !important;
    text-decoration: none;
    background: linear-gradient(95.09deg, #3b3c6c 2.13%, #3b3c6c 95.02%);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    font-size: 14px;
    transition: .3s;
    min-width: 150px;
    text-align: center;
}
header{
    border: 1px solid #3b3c6c;
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 1000;
    transition: all 300ms ease-in;
}
.style-button:hover{
    text-decoration: none;
}
.logo{
    max-width: 120px;
    object-fit: cover;
}
p{
    font-size: 16px;
    color: #000000;
}


.style-btn{
    background-color: #3b3c6c;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 160px;
    width: 100%;
    height: 45px;
    text-decoration: none;
    margin-top: 12px;
    border-radius: 10px;
}

.style-btn:hover{
    text-decoration: none;
    color: #ffffff;
}

/*pre header*/
.pre-header{
    background-color: #3b3c6c;
    padding: 8px 0;
    color: #FFFFFF;
}
.pre-header span{
    margin: 0 10px;
}
.pre-header a{
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
}
.pre-header a:hover{
    color: #FFFFFF;
}
.has-dropdown i{
    transition: all 700ms ease-in;
    rotate: 180deg;
    margin-left: 0;
    position: relative;
    top: 2px;
}
/*pre header*/

/*header*/
.style-navbar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    align-items: center;
}
.header-links a{
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 12px;
    text-transform: uppercase;
    transition: .3s;
    width: 100%;
    display: inline-block;
}
.header-links a:hover{
    background-color: #3b3c6c;
    color: #ffffff;
    border-radius: 6px;
}
.header-links span{
    margin: 0 12px;
}
.header-links a:hover{
    text-decoration: none;
}
.header-links img{
    width: 35px;
    height: auto;
}
.header-links .open-nav{
    display: none;

}
.header-links .icon-bar{
    display: inline-block;
}
.gold-text{
    color: #ffe200 !important;
}
/*header*/

/*banner*/
.bannner{
    position: relative;
    height: 427px;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
}
.inner-banner{

display: flex;

align-items: center;
}
.inner-banner .banner-content{

position: relative;

top: -40px;

width: 100%;
}

.bannner:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top: 0;
    background: linear-gradient(359deg, #3b3c6c 0%, rgb(21 19 19 / 40%) 100%);
}
.bannner::after{
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 100%;
    /* border-left: 100vw solid transparent; */
    /* border-bottom: 100px solid #FFFFFF; */
}
.banner-content{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40px;
}
.banner-tabs ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.banner-tabs li{
    display: inline-block;
    line-height: 1.2;
    margin: 8px 0;
    font-weight: 500;
}
.banner-tabs span{
    margin: 0 12px;
}
.banner-tabs a{
    display: inline-block;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
}

 .heading {
    color: #3b3c6c;
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 800;
}
.banner-content .heading {
    margin-top: 15px;
    font-size: 40px;
    line-height: 1.2;
    color: #efdb00;
}
.sub-heading{
    font-size: 38px;
}
/*banner*/

.our-story-heading span{
    
font-size: 15px;
    
display: block;
    
margin: 2px;
    
color: red;
}
.about-section{
   
width: 100%;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.about-section img{
    height: 300px;
    object-fit: contain;
}
.about-section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
}
.blue-theme::before{
    background: linear-gradient(2deg, #5ecedec9 2.13%, #068dc8 95.02%);
}
.about-section .container{
    
padding: 25px;
    
border: 1px solid #c8bebe;
}

/*Side Navbar*/

.close-nav {
    display: none;
}

.side-nav-overLay{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #00000070;
    display: none;
    z-index: 10;

}
.sidenav {
    width: 300px;
    height: 700px;
    margin-right: -100%;
    position: fixed;
    z-index: 1002;
    top: 0;
    right: 0;
    color: #fff;
    background-color: rgba(34, 34, 34, .98);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.side-nav-list{
    margin-top: 30px;
}

.side-nav-list a {
    line-height: 30px;
    padding: 4px 8px 4px 32px;
    text-decoration: none;
    font-size: 15px;
    display: block;
    transition: 0.3s;
    color: #fff;
    text-transform: uppercase;
    font-family: 'helvetica';
    font-size: 16px;
}


.closebtn {
    position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
    background-color: #041728;
    color: #FFFFFF;
    font-size: 20px;
    padding: 10px !important;
}
.closebtn:hover{
    text-decoration: none;
    color: #FFFFFF;
}

.close-nav {
    display: none;
}

/*side nav*/

/*reviews card*/
.review-cards{
    margin-top: 30px;
}
.style-review-card{
    padding:20px 15px;
    background: #FFFFFF;
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.style-review-card .profile{
    display: flex;
    flex-direction: row;    
}
.profile img{
    display: inline-block;
    width: 50px;
    height: 50px;
    object-fit: cover;
    align-self: center;
    margin-right: 10px;
}
.profile p{
    align-self: center;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: -2px;
}
.profile span{
    color: #727272;
    font-weight: 400;
}

/*serices*/

.services h2{
    font-size: 26px;
    color: #000000;
    font-weight:700;
    margin: 15px 0;
}
.services p{
    font-size: 15px;
    margin-bottom: 0;
}
.card-icon{width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;color: #3b3c6c;border-radius: 50%;font-size: 32px;}
.card-icon i{
    
}
.services-slider{
    margin-top: 30px;

}
.service-card{padding: 21px;border-radius: 20px;min-height: 250px;border: 1px solid #3b3c6c;}
.service-card h3{

font-size: 20px;

font-weight: 600;

margin: 6px 0 4px;
}
.service-card p{

font-size: 16px;
}
.service-card a{

width: 40px;

height: 40px;

display: flex;

align-items: center;

justify-content: center;

border-radius: 50%;

background: #3b3c6c;

color: #ffffff;

font-size: 17px;

text-decoration: none;

position: absolute;

right: 30px;

bottom: 15px;
}
.service-arrow{

display: flex;
}
.cta-banner{
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: repeat;
    position: relative;
}
.cta-banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000b5;
}
.service-arrow a{width: 40px;height: 40px;background-color: transparent;border-radius: 50%;border: 2px solid #3b3c6c;display: flex;align-items: center;justify-content: center;text-decoration: none;font-size: 18px;margin: 0 5px;color: #3b3c6c;}

.contact-form {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 12px;
    max-width: 400px;
    box-shadow: 1px 1px 13px rgb(158 155 155 / 50%);
  }
  
  .contact-form textarea {
    resize: none;
  }
  
  .contact-form .form-input,
  .form-text-area {
    background-color: #f0f4f5;
    height: 40px;
    padding-left: 16px;
  }
  
  .contact-form .form-text-area {
    background-color: #f0f4f5;
    height: auto;
    padding-left: 16px;
  }
  
  .contact-form .form-control::placeholder {
    color: #aeb4b9;
    font-weight: 500;
    opacity: 1;
  }
  
  .contact-form .form-control:-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
  }
  
  .contact-form .form-control::-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
  }
  
  .contact-form .form-control:focus {
  box-shadow: none;
  }
  
  .contact-form .title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }
  
  .contact-form .description {
    color: #565657;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
  }
  
  .contact-form .submit-button-wrapper {
    text-align: center;
  }
  
  .contact-form .submit-button-wrapper input {
    border: none;
    border-radius: 4px;
    background: linear-gradient(95.09deg, #3b3c6c 2.13%, #3b3c6c 95.02%);
    color: white;
    text-transform: uppercase;
    padding: 10px 60px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  
  .contact-form .submit-button-wrapper input:hover {
    background-color: #077cae;
  }
  


/*services*/

/*user experience*/
.user-experience{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.user-experience::before{
    content: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.user-experience h1{
    font-weight: 700;
    margin: 0;
}
.user-exp-card{
    margin: 18px 0;
    padding: 15px;
    color: #000000;
}
.user-exp-card i{
    font-size: 40px;
    position: relative;
    color: #0196af;
}
.user-exp-card h5{
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}
.user-exp-card p{
    margin-top: 10px;
    font-size: 15px;
}

/*user experience*/

/*download appp*/
.download-app{
    position: relative;
    z-index: 1;
    margin-top: -270px;
}
.app-img img{
    width:100%;
    height: 100%;
    margin-left: 25px;
    object-fit: cover;
    border-radius: 3%;
}
.download-app-content{
    padding: 40px 30px;
    background: #FFFFFF;
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 500px;
    height: 300px;
    position: relative;
    margin: 0 auto;
}
.download-app-content h2{
    font-size: 24px;
    font-weight: 700;
}
.service-reminder{
    margin-top: 30px;
}
.service-reminder img{
    width: 40px;
    height: auto;
    margin-bottom: 15px;
}
.service-reminder h4{
    font-size: 16px;
    font-weight: 700;
}
.service-reminder p{
    color: #505050;
}
.download-app .style-button{
    position: absolute;
    right: 20px;
    bottom: 20px;
}

/*footer tab*/
.footer-tab{
    color:#000000;
}

.footer-tab ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-tab li{
    line-height: 1.2;
    margin-bottom: 10px;
}
.footer-tab a{
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    letter-spacing: .5px;
}
.footer-tab h5{
    color: #3b3c6c;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.footer-tab .flaticon-right{    
    color: #3b3c6c;
    font-weight: 800 !important;
    font-size: 18px;
    top: 5px;
}
.footer-tab a:hover{
    opacity: .6;
}
.footer-tab-light-color a{
    color: #767676 ;
}
/*footer tab*/


/*footer links*/
.footer-links{
    padding: 50px 0;
    margin: 30px 0;
    border-top: 1px solid #dedede;
    border-bottom: .5px solid #dedede;
}
.footer-links h4{
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
}
.footer-links p{
    margin-bottom: 25px;
    color: #767676;
}
/*footer links*/

/*footer social*/
.footer-social ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-social li{
    margin: 0 6px;
}
.footer-social a{
    display: flex;
    flex-direction: row;
    width: 40px;
    height: 40px;
    background-color: #3b3c6c;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.footer-social i{
    color: #fff;
    font-size: 20px;
}

.footer-social li{
    display: inline-block;
}
/*footer social*/


/*term links*/
.terms-links{
    text-align: right;
  
}
.terms-links ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.terms-links li{
    display: inline-block;
    margin: 0 7px;
}
.terms-links a{
    text-decoration: none;
    color: #767676;
    font-size: 15px; 
}
.terms-links a:hover{
    opacity: .6;
}
.mobile{
    display: none;
}
label.error{
    display: none  !important;
}
input.error{
    background-color: rgb(255, 219, 219) !important;
}
/*term links*/

.style-dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    background: #ffffff;
    width: 330px;
    top: 45px;
    display: none;
    padding-bottom: 0;
    box-shadow: 1px 1px 7px rgb(185 185 185 / 50%);
    z-index: 100;
}
.style-dropdown li {
    border-bottom: 0.5px solid rgb(161 161 161 / 50%);
}
.style-dropdown a:hover i{
    color: #ffffff;
}
.style-dropdown li:hover a, .style-dropdown a:hover {
    border-bottom: none !important;
    text-decoration: none;
    margin: 0;
}

/*footer*/


.mobile-navbar{padding: 3px 0;border-bottom: 1px solid #d1d1d1;position: fixed;width: 100%;z-index: 100;background: #fff;top: 35px;}
.mobile-navbar img{}
.mobile-navbar i{
    font-size: 28px;
    margin-right: 11px;
    color: #3b3c6c;
}
.side-nav {
    width: 70%;
    height: 100%;
    position: fixed;
    top: 100px;
    background: #f9f9f9;
    z-index: 100004;
    transition: 1s;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    padding: 10px 0;
}
.side-nav li {
    line-height: 1.2;
    padding: 15px 0;
    padding: 10px 15px;
    border-bottom: 0.2px solid rgb(106 106 106 / 10%);
    position: relative;
}
.side-nav a {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
}
.drop-btn i {
    position: absolute;
    top: 14px;
    right: 14px;
}
li.is-active i {
    rotate: 180deg;
}

.bannerlist{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bannerlist li{
    width: 100%;
    display: flex;
    align-items: center;
}
.bannerlist li span:first-child{
    font-size: 14px;
    display:block;
    font-weight:600;
    margin-bottom:5px;
}
.bannerlist li span:last-child{
    font-size: 14px;
    display:block;
}
.bannerlist li i {
    font-size: 25px;
    color: #3b3c6c;
    display: block;
    margin-right: 12px;
}
   .bannerlist li span{
        color: #3d3d3d;
         font-weight: 600;
    }
    .bannerlist li span:last-child{
        color:#000;
       
     }



/*download app*/

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


    /*for toggle list*/
    .logo{
        max-width: 100px;
        height: auto;
    }
    .section{
        padding: 20px 7px;
    }
    .style-button{
        padding: 8px 12px;
    }
    .heading{
        font-size: 23px;
    }
    .bannerlist li i{
        margin-bottom:18px;
    }
    .bannerlist li span{
        color: #3d3d3d;
        font-size:12px !important;
    }
    .bannerlist li span:last-child{
        color:#000;
        font-weight: 600;
     }
    /*navbar*/
    .style-navbar .style-button{
        margin-right: 10px;
    }
    .header-links .open-nav{
        display: inline-block;
    
    }
    .bannerlist li span{
    font-size: 12px;
    display:block;
    margin:5px 0;
}
    .header-links .icon-bar{
        display: none;
    }
    /*navbar*/

    /*banner*/
.inner-banner{
    height: 350px;
}
.download-app {
    position: relative;
    z-index: 1;
    margin-top: -197px;
}
    .bannner::after{
    }
    .banner-tabs ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .banner-tabs li{
        display: inline-block;
        line-height: 1.2;
        margin: 8px 0;
        font-weight: 500;
    }
    .banner-tabs span{
        margin: 0 12px;
    }
    .banner-tabs a{
        display: inline-block;
        color: #000000;
        text-decoration: none;
        font-weight: 500;
        font-size: 12px;
    }
    .banner-content .heading {
        font-size: 23px;
    }
    /*banner*/

    /*download our app*/
    .app-img{
        text-align: center;
    }
    .app-img img{
        position: relative;
        max-width:50%;
        height: auto;
        margin-left: 0;
        display:none;
    }
    .download-app-content{
        padding:20px;
        margin-top: 15px;
        
    }
    /*download aour app*/

    .style-review-card{
        margin: 10px 0; 
    }
    
    /*serices*/
    .service-sec{
        margin-top: 40px;
    }
    .service-sec img{
        margin-top: 20px;
    }
    .services{
        margin: 12px 0;
    }
    .services a{
        font-size: 16px;
    }
    .services h2{
        font-size: 20px;
        line-height: 1.2;
        margin-top: 8px;
        text-align: center;
    }
    .services p{
        font-size: 15px;
    }
    /*services*/

    /*user experience*/
    .user-experience h1{
        font-size: 24px;
        font-weight: 700;
        margin: 20px 0;
    }
    .user-exp-card{
        margin:  0;
        padding: 20px 0;
    }
    .user-exp-card h5{
        margin-top: 25px ;
    }
    .user-exp-card p{
        font-size: 14px;
    }

    /*footer tab*/
    footer .logo{
        text-align: center;
        margin: 20px 0;
    }
    .foot-tab-toggle{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .foot-tab-toggle i{
        font-size: 16px;
        color: #3f3f3f;
    }

    .footer-tab{
        margin: 10px 0;
    }
    .footer-tab h5{
        font-size: 16px;
    }
    .footer-tab a{
        font-size: 14px;
    }
    .footer-links {
        padding: 20px 0;
        margin: 15px 0;
        border-top:none;
        border-bottom: .5px solid #dedede;
    }
    .terms-links{
        text-align: left;
    }
    .terms-links li{
        display: block;
        line-height: 1.8;
    }
    .terms-links a{
        text-decoration: none;
        color: #767676;
        font-size: 14px; 
        display: block;
    }
    .border-t-b{
        border-top: 1px solid #dedede;
        border-bottom: .5px solid #dedede;
        padding: 20px 0;
        transition: 1s;
    }
    .desktop{
        display: none !important;
    }
    .mobile{
        display:unset;
    }
    header{
        display: none;
    }
    .inner-banner .banner-content{
        top:0;
    }

}

.slick-dots{
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
}

.slick-dots li{

margin: 0 5px;

border: none;

outline: 0;
}

.slick-dots li button{
    
width: 10px;
    
height: 10px;
    
border-radius: 50%;
    
border: 0;
    
font-size: 0;
}
.slick-dots li.slick-active button{
    background-color: #00354c;

}

#accordion a{
    text-decoration: none;

}

#accordion a:hover{

    text-decoration: none;
}

.portfolio-image{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.arrow {
    position: absolute;
    top: 42%;
    z-index: 10;
    color: #3b3c6c;
    font-size: 35px;
}
.arrow.prev-arrow {
    left: 0;
}
.arrow.next-arrow {
    right: 0;
}

.vision-section-main .col-md-6{
    border: 1px solid green;
}
.vision-section{
    height: 100%;
    padding: 40px;
  
}
.vision-section.now-hover{
    background-color: #3b3c6c;
    color: #ffffff;
}
.vision-section.now-hover h2{
    color: #ffffff;
}

.vision-section.now-hover p{
    color: #ffffff;
}


.program-design{position: relative;padding: 50px;background: #373760;}
.program-design::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #a5a5a5;
    left: -10px;
    top: -10px;
}

.style-table thead th {
    border-bottom: 2px solid #c5c5c5;
    color: #ffffff;
    background: #3b3c6c;
    border: 1px solid;
    padding: 12px 20px;
    width: auto;
}
.style-table td {
    border: 1px solid;
    padding: 12px 20px;
}

/* contact section start here */
.contact-us-page .contact_us {
    padding: 100px 0;
}
.contact-us-page .right_conatct_social_icon {
    background: linear-gradient(to top right, #3b3c6c -5%, #3b3c6c 100%);
}
.contact-us-page .contact_us {
    background-color: #f1f1f1;
    padding: 120px 0px;
}
.contact-us-page .contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #ccc c;
    border-radius: 25px;
}
.contact-us-page .contact_field {
    padding: 60px 340px 90px 100px;
}
.contact-us-page .right_conatct_social_icon {
    height: 100%;
}
.contact-us-page .contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-us-page .contact_field p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact-us-page .contact_field .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact-us-page .contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #3b3c6c;
}
.contact-us-page .contact_field .form-control::placeholder {
    font-size: 13px;
    letter-spacing: 1px;
}
.contact-us-page .contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}
.contact-us-page .contact_info_sec h4 {
    letter-spacing: 1px;
    padding-bottom: 5px;
    color: #fff;
}
.contact-us-page .info_single {
    margin: 15px 0px;
    color: #fff;
    text-decoration: none;
}
.contact-us-page .info_single:hover {
    color: #fff;
    text-decoration: none;
}
.contact-us-page .info_single i {
    margin-right: 15px;
}
.contact-us-page .info_single span {
    font-size: 14px;
    letter-spacing: 1px;
}
.contact-us-page button.contact_form_submit {
    background: linear-gradient(to top right, #3b3c6c -5%, #3b3c6c 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
    outline: none;
}
.contact-us-page .socil_item_inner li {
    list-style: none;
}
.contact-us-page .socil_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.contact-us-page .socil_item_inner {
    padding-bottom: 10px;
}
.contact-us-page .map_sec {
    padding: 50px 0px;
}
.contact-us-page .map_inner h4, .contact-us-page .map_inner p {
    color: #000;
    text-align: center;
}
.contact-us-page .map_inner p {
    font-size: 13px;
}
.contact-us-page .map_bind {
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}
.contact-us-page .footer-tab h5 {
    color: #000 !important;
}
.faculty-image{
    min-height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    box-shadow: -1px 2px 6px 3px rgb(0 0 0 / 13%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    overflow: hidden;
}
.faculty-image::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 91%) 0%, rgb(54 54 54 / 6%) 63%);
}
.faculty-image h4{color: #fff;position: relative;}
.apply-form{
    padding: 50px;
    margin: 50px 0;
    border-radius: 15px;
    box-shadow: 0px 0px 8px 5px rgb(137 72 72 / 9%);
    position: relative;
}
.apply-form::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -25px;
    left: -25px;
    border: 2px solid #3b3c6c;
    border-radius: 15px;
    box-shadow: 0px 0px 8px 5px rgb(137 72 72 / 11%);
}
.apply-form input{width: 100%;height: 42px;margin-bottom: 25px;padding: 15px;font-size: 16px;border-radius: 7px;border: 1px solid #a1a1a1;}
.apply-form input[type=checkbox]{width: 20px;margin-bottom: 0;margin-right: 15px;border-radius: 7px;border: 1px solid #a1a1a1;}
.apply-form select{height: 40px;width: 100%;margin-bottom: 15px;padding: 0 12px;border-radius: 7px;border: 1px solid #a1a1a1;}
.apply-form ul{display: flex;align-items: center;justify-content: space-between;margin-top: 15px;}
.apply-form li{

}
.apply-form button{
    position: relative;
    margin: 0 auto;
    
}
.apply-form label{
    width: 100%;
    display: flex;
    align-items: center;
}

.header-links .style-btn, .side-nav .style-btn{
    color: #ffffff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    margin-top: 0;
    margin-left: 30px;
}
.style-btn{
    background-color: #3b3c6c;
    color: #ffffff;
}
.style-btn:hover{
    border: 1px solid #2d2d2d;
    color: #3b3c6c !important;
    background-color: transparent !important;
}
.select-course h5{font-size: 20px;font-weight: 700;margin: 10px 0 5px;}
.select-course{
    width: 33%;
}
.floating-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* position: absolute; */
    box-shadow: 1px 1px 4px rgba(0,0,0,.7);
    text-align: center;
    padding: 13px 11px;
    transition: .5s;
    position: fixed;
    bottom: 35px;
    left: 20px;
    z-index: 1000;
}
.theme-whatsapp {
    background-color: #1dd88a !important;
    color: #FFFFFF;
}
.floating-btn i {
    font-size: 35px;
    color: #FFFFFF;
}
.top-position{
    background-position: top !important;
}
select.error{
    background-color:rgb(255, 219, 219) !important;
}
.cta-container{
    position: relative;
    color: #ffffff;
    padding: 0 15px;
    margin-bottom: 35px;
}
.stepper::before{
    content: '';
    position: absolute;
    height: 75%;
    top: 10%;
    right: -13px;
    width: 1px;
    background-color: #ffffff;
}
.cta-container h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.cta-container p{
    color: #ffffff;

}
.assurance-list li{margin-bottom: 12px;}
.assurance-list li i{color: rgb(0, 208, 0);font-size: 24px;position: relative;top: 4px;}
.assurance-list li span{padding: 0 14px;}
.assurance-list a{
    text-decoration: none;
    color: #3b3c6c;
    padding-bottom: 6px;
    border-bottom: 1px solid #3b3c6c;
}
.assurance-list a:hover{
    text-decoration: none;
}

.bullet-list i{
    margin-right: 7px;
    color: #ffe200 !important;
}
.bullet-list.dark i{
    color: #3b3c6c !important;
}
.style-textarea{
    resize: none;
    padding: 15px;
    border-radius: 7px;
    border: 1px solid #a1a1a1;
}
.office-hours h6{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}
.job-card{position: relative;padding: 28px;box-shadow: 2px 2px 4px rgba(0,0,0,.3);border-radius: 10px;}
.job-card::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #373865;
    top: -10px;
    left: -10px;
    border-radius: 10px;
}
.job-card i{
    font-size: 30px;
    margin-bottom: 15px;
    color: #3b3c6c;
}

.job-card h2{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.job-card a{
    font-size: 17px;
    display: flex;
    align-items: center;
    color: #4e4e4e;
}

.job-card a i{
    font-size: 22px;
    margin-bottom: 0;
    margin-right: 6px;
}

@media screen and (max-width: 767px) {
    .contact-us-page .contact_field {
        padding: 20px;
   }
    .contact-us-page .contact_info_sec {
        position: relative;
        background-color: #2d2d2d;
        right: 1px;
        top: 0;
        height: auto;
        width: 100%;
        padding: 40px;
        border-radius: 0px;
   }
    .contact-us-page .contact_inner {
        display: flex;
        flex-direction: column;
        padding: 70px 0 0;
   }
    .contact-us-page .contact_inner .row {
        order: 2;
   }
    .contact-us-page .contact_inner .contact_info_sec {
        order: 1;
        padding: 18px;
   }
    .contact-us-page .right_conatct_social_icon {
        display: none !important;
   }
    .contact-us-page .contact_info_sec h4 {
        padding-bottom: 0;
   }
    .contact-us-page .info_single {
        margin: 20px 0px;
   }
   .floating-btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 24px;
    left: inherit;
}
.pre-header a:last-child, .pre-header span{
    display: block;
}
.table-container {
    width: 100%;
    overflow-x: auto;
}

/* Custom scrollbar for WebKit browsers (Chrome, Safari) */
.table-container::-webkit-scrollbar {
    height: 8px; /* Adjust the height of the horizontal scrollbar */
}

.table-container::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track color */
}

.table-container::-webkit-scrollbar-thumb {
    background: #888; /* Thumb color */
    border-radius: 10px; /* Rounded corners */
}

.table-container::-webkit-scrollbar-thumb:hover {
    background: #555; /* Thumb color on hover */
}

/* Custom scrollbar for Firefox */
.table-container {
    scrollbar-width: thin; /* Makes the scrollbar thin */
    scrollbar-color: #888 #f1f1f1; /* Thumb and track colors */
}
.program-design {
    position: relative;
    padding: 20px;
}
.program-design::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #844545;
    left: 0;
    top: 0;
}
.side-nav .style-btn {
    color: #ffffff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    max-width: 100%;
}
.side-nav > ul > li{border-bottom: 1px solid #00020f;padding: 12px;}
.side-nav > ul > li:last-child{border-bottom: none;}
.contact_info_sec{
    display: none;
}
.apply-form::before{
    content: none;
}
.apply-form{
    padding: 20px;
    margin: 0;
}
.select-course {
    width: 50%;
}
.apply-form label{
    font-size: 14px;
}
.select-course h3{
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

.select-course h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.apply-form button {
    position: relative;
    margin: 14px auto 0;
}
.faculty-image{
    background-position: top;
}
.pre-header a {
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
}
.job-card {
    margin-bottom: 20px;
}
}
