@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,300&family=Roboto&display=swap');

:root{
    --primarycolor: #1b2b5a;
    --secondarycolor:#b11f26;

}
*{
    margin: 0px;
    padding: 0px;
    
}
html{
    scroll-behavior: smooth;
}

footer{
    bottom: 0px;
}

body{
    font-weight: 500;
   
   
    overflow-x: hidden;
}

div>p{
   font-family: "Montserrat", serif;
    

}
label{
   font-family: "Montserrat", serif;
   
}
span{
   font-family: "Montserrat", serif;
   
}
div> h1,div> h2,div> h3,div> h4,div> h5,div> h6{
   font-family: "Montserrat", serif;
    margin: 0px;
}
a{
   font-family: "Montserrat", serif;
    text-decoration:none!important;
}
button{
    font-family: "Montserrat", serif;
    text-decoration:none!important;
}
b{
    font-family: "Montserrat", serif;
        
}
img{
    max-width: 100%;
    
}
/*scroll bar code */



/* width */

::-webkit-scrollbar {

  width: 10px;

}



/* Track */

::-webkit-scrollbar-track {

  box-shadow: inset 0 0 5px grey; 

  border-radius: 0px;

}

 

/* Handle */

::-webkit-scrollbar-thumb {

  background:#000000;

  border-radius: 10px;

}


 

.page-wrapper{
    background-color: white;
}


.primary_header{
 z-index: 999;
    background-color:#fff;
    position: relative;
    width: 100%;
    padding: 10px 0px;
    box-shadow: 0px 0px 20px -19px;
    top:0px;
}

.fixed-top{
    background-color: #ffffff;
    transition:0.5s all linear;
    z-index: 99999;
}


.fixed-top .navbar ul li a{
    color: black!important;
}
.fixed-top .navbar ul li a:hover{
    color: white!important;
}
.fixed-top .lang-dropdown label{
    color: black;
}

.primary_header .navbar-brand{
      border-radius: 44px;
    color:black!important;
    font-weight: 800;
}
.primary_header .navbar-brand img{
    width: 155px;  
        background: white;
    padding: 0px 1px;
    border-radius: 4px;
}  
.navbar-expand-lg .navbar-nav{
    gap: 5px;
    align-items: start;
}

.lang-dropdown label {
    font-size: 18px;
    font-weight: 400;
    color:black;
}


.primary_header .navbar{
    padding: 0px 0px 0px 0px;
    width: 100%;
    height:100%;
}

.primary_header .navbar ul li a{
    color: #000;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 12px;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    
}
.primary_header .navbar ul li .header_custom_btn{
     
    color: #ffffff;
    background: #d50000;
    border:2px solid #d50000;
    &:hover{
        background: none;
        color: red;
        border:2px solid red;
    }
}
.fixed-top .navbar ul li .header_custom_btn{
     
    color: white!important;
    &:hover{
        background: none;
        color: red!important;
        border:2px solid red;
    }
}
.primary_header .navbar ul li .header_upload_cv{
     
    color: #000;
    background:#ffdc07;
    border:2px solid #ffdc07;
    &:hover{
        background: none;
        color: red;
        border:2px solid red;
    }
}

.fixed-top .navbar ul li .header_custom_btn:hover{
        background: none;
        color: red!important;
    
}
.fixed-top .navbar ul li .header_upload_cv:hover{
        background: none;
        color: red!important;
        
}
.primary_header .navbar ul li a.active{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 12px;
    border-bottom: 3px solid transparent;
    background:#00acff;
     
}
.primary_header .navbar ul li a:hover{
    color:white;
    background: #0000ff;
    transition: all 0.25s ease;
}
.primary_header .navbar ul li a img{
    width: 35px;
    height: 25px;
}
.primary_header  .responsive_display{
    display: none;
}
.primary_header .navbar ul li .header_apply_btn{
        padding: 9px 52px;
    background: #4CAF50;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: none;
    text-transform:uppercase;
    
}
.primary_header .navbar ul li .header_apply_btn:hover{
    color:#fff;
    
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.primary_header .navbar-nav .dropdown-menu {
    padding:10px 20px;
    width: max-content;
}
.primary_header .navbar-nav .dropdown-menu a{

    width: 100%;
    display: inline-block;
    
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding:7px 10px 4px 11px;
    margin-bottom: 5px;
}
.primary_header .navbar-toggler {
    background-color: #f0f0f0;
    font-size: 18px;
    border-radius: 0px;
    font-weight: 400;
    border: none;
    letter-spacing: 1.4px;
    width: 53px;
    position: relative;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.primary_header .navbar-toggler:focus {
    box-shadow: none;
    border: none;
}
 
.primary_header .navbar-nav .dropdown-menu .wrapper{
    height: 100%;
    padding: 5px 7px;
    width: 100%;
} 
.primary_header .dropdown-menu .wrapper img{
    width: 50px;
    height: 40px;

}

.primary_header .dropdown:hover .dropdown-menu{
    display: block;

}

.sticky-top{
    top:100px!important;
}

.bar1{
    position: absolute;
    content: ' ';
    width: 30px;
    height: 2px;
    background-color: #000000;
    top: 9px;
}
.bar2{
    position: absolute;
    content: ' ';
    width: 30px;
    height: 2px;
    background-color: #000000;
    top: 21px;
}
.bar3{
    position: absolute;
    content: ' ';
    width: 30px;
    height: 2px;
    background-color: #000000;
    margin: 10px 0px;
    top: 24px;
}

.homeSlider{
    position: relative;
    
    overflow: hidden;
    box-shadow: 0px 19px 42px -39px;
    
    margin: 0px 0px;
    min-height: 550px;
}
.homeSlider .wrapper{
    position: relative;
     
   
}
.homeSlider .wrapper h1{
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.homeSlider .wrapper h2{
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.homeSlider .wrapper p{
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.homeSlider .wrapper a.red_btn{
    color: white;
    background: #d50000;
    display: inline-block;
    margin-bottom: 15px;
    padding:8px 24px;
    font-size: 13px;
    /* border-radius: 7px; */
    font-weight: 600;
}

.homeSlider .wrapper a.yellow_btn{
    color: black;
    background: #ffdc07;
    display: inline-block;
    margin-bottom: 15px;
    padding:8px 24px;
    font-size: 13px;
    /* border-radius: 7px; */
    font-weight: 600;
}

.homeSlider .ban_img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
}

.homeSlider .overlay{
    position:absolute;
    width: 100%;
    height: 100vh;
    background:rgb(255 255 255 / 0%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: start;
    flex-direction: column;
    z-index: 9;
    
    justify-content: center;
}
.homeSlider .z_index {
    
}
.homeSlider .ban_title{
    font-size:54px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;  
}
.homeSlider .sub_title{
    font-size: 16px;
    margin-bottom: 14px;
}

.homeSlider .overlay_wrap{
    background:#ffffffd9;
    padding: 30px 30px;
}


.homeSlider .wrapper video{
    width: 100%;
    position: absolute;
    
    object-fit: cover;
    height: 100vh;
}



 
 


.sticky{
    position: sticky;
    top: 100px;
}
 
 


@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }

}

/*.homeSlider .owl-carousel .owl-item.active .ban_img {
    animation: zoominoutsinglefeatured 20s infinite ;

}*/


/* The progress bar (scroll indicator) */
.progress-bar {
    height: 5px;
    background: linear-gradient(to top left, #ef5152 0%, #ffa200 100%);
    width: 0%;
    position: fixed;
    z-index: 9999;
    top: 0px;
}
 
.homeSlider .owl-theme .owl-dots{
    display: none;
}
.homeSlider .owl-theme .owl-nav{
    display: none!important;
    position: absolute;
    display: flex;
    top: 100px;
    background: white;
    justify-content: center;
    align-items: center;

}
.homeSlider .owl-theme .owl-nav .owl-prev{
    position: absolute;
    left: 0px;
}
.homeSlider .owl-theme .owl-nav .owl-next{
    position: absolute;
    right: 0px!important;
}




.faq{
    padding: 24px 0px;
    
}
.faq .section_title{
    text-align: center;
}
.faq .section_title h2{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
}
.faq .section_title p{
    color: black;
    font-weight: 500;
    margin-bottom: 25px;
}
.faq .heading h6:before{
        position: absolute;
    content: ' ';
    background-color: #000000;
    width: 62px;
    height: 3px;
    top: 50%;
    bottom: 50%;
    left: 0px;
    right: 0px;
}
.faq .accordion-button{
        box-shadow: none !important;
    font-size: 14px;
    font-weight: 600;
}
.faq .accordion-button:focus{
    color: #2196f3;
}
.faq .accordion-button:not(.collapsed){
    color: #ffffff;
    background-color:#0000ff!important ;

}

.faq .accordion-body p{
    font-size: 14px;
    font-weight: 400;
}





.owl-theme .owl-nav [class*=owl-]:hover{
    background:none!important;
}

 
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.bottom_footer{
    padding: 25px 0px;
    background-color:#0b0b0b;
}
.bottom_footer .logo_box{
    text-align: right;
}
.bottom_footer .logo_box img{
    width:25%;
}
.bottom_footer .pages .f_head{
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
    height:60px;
}
.bottom_footer .pages ul{
    padding: 0px;
    list-style-type: none;
    height: 100%;
     
    gap:20px 20px;
    margin-bottom: 0px;
}
.bottom_footer .pages ul li{
    color: white;
}
.bottom_footer .pages ul li a{
   color: #dcdcdc;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
}
.bottom_footer .pages ul li a:hover{
    color: #9b9b9b;
    transition: 0.5s all;
}
.bottom_footer .copyright p{
    margin-bottom: 0px;
    color: #fff;
    font-size: 13px;
}
.copyright a{
    color:#fff;
}
.bottom_footer .link_btn .f_head{
    color: white;
    font-size: 20px;
    margin-bottom: 20px;
}
.bottom_footer .link_btn p{
    color: white;
    font-size:13px;
}
.bottom_footer .link_btn .f_head i{
    margin-right: 10px;
}
.bottom_footer .link_btn img{
        background: white;
    border-radius: 6px;
    padding: 8px 11px;
    width: 166px;
    margin-bottom: 20px;
}
.bottom_footer .link_btn a.canada{
    color: white;
    background: #F44336;
    display: inline-block;
    margin-bottom:15px;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 7px;
}
.bottom_footer .link_btn a.india{
    color: white;
    background: #F44336;
    display: inline-block;
    margin-bottom:15px;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 7px;
}
.bottom_footer .contact h6{  
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.bottom_footer .contact p{  
    color:#dedede;
}

.bottom_footer .contact a{  
    color: #e4e4e4;
    font-size: 20px;
    margin-bottom: 20px;
}

.bottom_footer .icon ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    gap: -0px 20px;
    list-style-type: none;
    justify-content: start;
}
.bottom_footer .icon ul li a{
    font-size: 16px;
    background: #1e51a1;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: white;
}

.common_header{
    width: 100%;
    min-height: 340px;
    position: relative;
    padding: 250px 0px 55px 0px;
    
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    box-shadow: 0px 19px 49px -54px;
}
.common_header .overlay{
    position: absolute;
    width: 100%;
    background-color:#00000000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom:0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.common_header .heading_wrapper p{
    font-size: 38px;
    font-weight: 800;   
    color: #fff; 
}

.common_header ul {
    display:flex;
    align-items: center;
    list-style-type: none;
    padding-left: 0px;
}
.common_header ul li a{
    color: #fff;
    margin-right: 11px;
    font-weight: 500;
    font-size: 16px;
}
.common_header ul li a.active{
    color: #fff;
}


.common_section{
    padding: 50px 0px;
}
.common_section .head{
    font-size:20px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #00304f;
}
.common_section p{
    font-size:16px;
    font-weight: 400;
    margin-bottom: 14px;
    color: #474747;
}

.common_section img{
    width: 60%;
}
.contact_us{
    padding: 50px 0px 0px 0px;
}
.contact_us .heading{
    
}
.contact_us .heading h6{
        font-size: 15px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    margin-bottom: 15px;
}
.contact_us .heading p{
    font-size: 28px;
    font-weight: 700;
    color: black;
}
.contact_us .wrapper{
    padding: 30px 30px;
    background: #f2f2f2; 
     
}
.contact_us .wrapper form label{
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}
.contact_us .wrapper form label span{
    color:red;
}
.contact_us .wrapper form .form-group{
    margin-bottom: 20px;
}

.contact_us .wrapper form input{
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #c7c7c7;
}
.contact_us .wrapper form input:focus{
    outline: none;
    box-shadow: none;
}
.contact_us .wrapper form textarea{
    width: 100%;
    padding: 6px 10px;
    border:1px solid #c7c7c7;
}
.contact_us .wrapper form textarea:focus{
    outline: none;
    box-shadow: none;
}
.contact_us .wrapper form button{
        background: #0000ff;
    color: white;
    padding: 8px 23px;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

.contact_us .box{
    padding: 26px 32px;
    background: whitesmoke;
    margin-bottom: 15px;

}
.contact_us .box:hover{
   box-shadow: 0px 6px 22px -15px; 
   transition: all 0.5s linear;
}
.contact_us .box i{
        width: 100%;
    font-size: 46px;
    color: #7ab23b;
    margin-bottom: 10px;
}
.contact_us .box a{
        font-size: 20px;
    font-weight: 500;
}
.contact_us .contact_info h6{
    font-size: 20px;
    margin-bottom: 15px;
    color: #00304f;
    font-weight: 500;
}
.map .icon{
    text-align: center;
}
.map .icon> i{
    font-size: 52px;
    margin-bottom: 14px;
    display: block;
}
.map .icon a{
        font-weight: 600;
    font-size: 17px;
    color: blue;

}
.map .icon p{
    font-weight: 600;
    font-size: 17px;
}
.map .icon  h6{
    font-size:18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.map .icon ul{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    gap:-0px 20px;
    list-style-type: none;
    justify-content: center;
}

.map .icon ul> li a{
        font-size: 16px;
    background: #1e51a1;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: white;
}
.faq .button{
        text-align: center;
    margin: 20px 0px;
}

.faq .button a{
        color: #000000;
    background: #ffffff;
    display: inline-block;
    margin-bottom: 15px;
    padding: 8px 11px;
    font-size: 16px;
    border-radius: 7px;
    font-weight: 800;
    text-decoration: underline !important;
    text-decoration-color: #0000ff!important;
    text-decoration-thickness: 4px !important;
}
 
@keyframes appear {
  from {
    opacity: 0;
    scale: 0.8;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

/*img {
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 50%;
}*/

.search_bar{
    padding: 40px 0px;
}
.search_bar form button{
    width: 100%;
    
    background: #0000ff;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 10px;
    margin-top: 10px;
    border: 1px solid white;
}
.search_bar form input{
    border: 1px solid #a4a4a4;
    border-radius: 0px;
}
.search_bar form select{
    border: 1px solid #a4a4a4;
    border-radius: 0px;
}
.search_bar form input:focus{
    outline: none!important;
    box-shadow:none;
}
.search_bar form select:focus{
    outline: none!important;
    box-shadow:none;
}

.search_bar .wrapper {
    padding: 38px 36px 60px 30px;
    background: #f4f4f4;
    border: 2px solid #c6c6fd;
    box-shadow: 0px 9px 25px -21px;
}

.search_bar .wrapper h6{ 
        font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color:#0000ff;
    padding-bottom: 8px;
    display: inline-block;
}

.search_bar form label{ 
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color:black;
}
.search_bar form label span{ 
    color:red;
}


.about_us{
    padding:60px 0px;
}

.about_us .wrapper h6{
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 4px solid #2bb9fe;
}
.about_us .wrapper h6 span{
    color: red;
}
.about_us .wrapper a{
        border: 2px solid #ffc107;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 8px;
    flex-grow: 1;
    text-align: center;
    background: #ffc107;
}
.about_us .wrapper p{
    text-align:justify;
    font-weight: 500;
    color: #5e5e5e;
    font-size: 15px; 
}

.about_us .wrapper img{
    width: 92%;
    height: 100%;
    margin: auto;
    display: block;
}
.about_us .about_icon {
        display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.about_us .about_icon i {
    font-size: 20px;
}
.search_by_location{
    padding: 60px 0px;
    background: #f9f9f9;
}

.search_by_location .title h6 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 4px solid #2bb9fe;
}

.search_by_location .title p{
    font-size: 16px;
    font-weight: 500;
}

.search_by_location .wrapper img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
    height: 200px;

}
.search_by_location .wrapper h6{
    
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    background: #d50000;
    color: white;
    padding-bottom: 10px;
    padding-left: 14px;
}

.search_by_location .wrapper{ 
    background: white;
    margin-bottom: 40px;
    padding: 8px 8px;
    box-shadow: 0px 0px 33px -21px black;
}
.search_by_location .wrapper:hover{
    background: #ffe8a2;
    transition:0.5s all ease;
}
.search_by_location .owl-carousel .owl-nav.disabled {
    display: flex !important;
}
.search_by_location .owl-carousel .owl-nav button.owl-prev {
    font-size: 31px !important;
    width: 44px;
    height: 44px;
    background:#d50000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 52px;
    left: 0px;
    color: white;
    margin: 22px auto;
}

.search_by_location .owl-carousel .owl-nav button.owl-next {
    font-size: 31px !important;
    width: 44px;
    height: 44px;
    background: #0000ff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    left: 52px;
    color: white;
    margin: 22px auto;
}








.our_services{
    padding:60px 0px;
}

.our_services .title h6{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 4px solid #2bb9fe;
}

.our_services .title p{
    font-size: 16px;
    font-weight: 500;
}
.our_services .wrapper{
    border: 2px solid #ffc7b5;
    padding: 18px 17px;
    box-shadow: 0px 5px 16px -11px;
}

.our_services .wrapper a{
    color: #ffffff;
    font-weight: 600;
    padding: 7px 15px;
    display: inline-block;
    text-decoration: underline !important;
    background: #cf4113;
    margin-bottom: 10px;
    width: 100%;
}

.our_services .wrapper p{
    color: black;
    text-align: justify;
    font-size: 13px;
    
}

.our_services .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.our_services .title a{
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 6px 17px;
    background: #0000ff;
}

.our_services .wrapper img{
    width:100%;
        min-height: 180px;
    object-fit: cover;
    height:180px;
    
}

.service_carousel{
    padding:60px 0px;
    margin-bottom: 40px;
}
.service_carousel .wrapper{
    position: relative;
}

.service_carousel .wrapper .overlay{
/*    position: absolute;*/
    content:'';
    width: 100%;
    height: 100%;
/*    background:linear-gradient(360deg, rgba(0,0,0,1) 5%, rgba(255,255,255,0) 63%);*/
    top:0px;
    bottom:0px;
    right: 0px;
    left:0px;
    display: flex;
    align-items: end;
    padding: 20px 20px;
}
.service_carousel .wrapper h2{
        font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    color: black;
}

.service_carousel .wrapper p{
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    margin: 10px 0px;
}


.service_carousel .wrapper img{
    width:100%;
        min-height: 160px;
    object-fit: cover;
    height: 160px;
}
.service_carousel .wrapper a{
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    background: black;
    padding: 5px 11px;
}

.service_carousel .owl-carousel .owl-nav.disabled{
    display:flex!important;
}  
.service_carousel .owl-carousel .owl-nav button.owl-prev{
font-size: 31px!important;
    width: 44px;
    height: 44px;
    background: #0000ff!important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 52px;
    left: 0px;
    color: white;
    margin: 22px auto;
}
.service_carousel .owl-carousel .owl-nav button.owl-next{
font-size: 31px!important;
    width: 44px;
    height: 44px;
    background: #0000ff!important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    left:52px;
    color: white;
    margin: 22px auto;
}

.careers_info{
    padding:50px 0px;
    background: #000;
}

.careers_info .title p{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 4px solid #2bb9fe;
    color: white;
}


.careers_info .wrapper{
    padding: 20px 20px;
    margin-bottom: 40px;
    text-align: center;
    background: #ededed;
}
.careers_info .wrapper img{ 
    width: 55px;
    margin: auto;
    display: block;
}
.careers_info .wrapper p{
        font-size: 16px;
    font-weight: 600;
    margin-top: 11px;
}

.cta{
    background:#f8ffb6;
    padding: 75px 0px;
    margin-top:60px;
}

.cta .wrapper p{
    font-size: 31px;
    margin-bottom: 12px;
    font-weight: 700;
    /* white-space: break-spaces; */
    text-align: center;
}

.cta .wrapper a{
        font-size: 15px;
    font-weight: 700;
    background: #0000ff;
    padding: 10px 62px;
    color: white;
    display: inline-block;
    margin-top: 23px;
}

.facts_wrapper{
    margin-top:50px;
    margin-bottom:20px;
    text-align: center;
}
.facts_wrapper .head{
    font-size: 30px;
    margin-bottom: 12px;
    font-weight: 800;
    color: blue;
}


.facts_wrapper p{
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 800;
    color: black;
}



.our_clients {
    padding: 50px 0px;
   
}

.our_clients img {
    width: 124px!important;
    margin: auto;
    height: 100px;
    object-fit:contain;
}


.our_clients p{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.our_clients .img_box{
    border: 1px solid black;
}

.our_clients p span{
    color: #0000ff;
}

.insights {
    padding: 84px 0px;
}

.insights .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;

}
.insights .title p{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 4px solid #0d6efd;
}

.insights .title a{
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
     
     
    padding: 6px 17px;
    background: #0000ff;
}

.insights .wrapper .img_box{
    position: relative;
}

.insights .wrapper img{
    width: 100%;
    height: 210px;
    object-fit: cover;

}

.insights .wrapper .overlay{
    position: absolute;
    width: 100%;
    
    content:'';
    top:0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: #e9e9e9a1;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.insights .wrapper .overlay a{
   font-size: 16px;
   font-weight: 700;
   background: #0000ff;
   padding:5px 10px;
   color: white;
}

.insights .wrapper:hover .overlay{
    opacity: 1;
    transition: 0.2s all linear;
}

.insights .wrapper .content a{
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
    display: inline-block;
    color: #1660af;
}
.insights .wrapper .content p{
    font-size: 16px;
    font-weight: 500;
    
}

.testimonials {
    padding:75px 0px;
    background: #f6f6f6;
}



.testimonials .title .head{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
    padding-left: 20px;
    border-left: 4px solid #0d6efd;
}
.testimonials .wrapper{
    display:flex;
    justify-content: center;
     
    flex-wrap: wrap;
    gap: 10px 6px;

}
.testimonials .wrapper img{
    width: 220px !important;
    object-fit: cover;

}
.testimonials .wrapper .content{
    flex:1;
    padding: 20px 20px;
    background: #ffffff;
}

.testimonials .wrapper .content .designation{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}

.testimonials .wrapper .content .head{
    color: #366ad2;
    font-size: 18px;
    font-weight: 700;
}
.testimonials .wrapper .content .desc{
    font-size: 14px;
    text-align:justify;
}

.testimonials .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.testimonials .title a{
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 6px 17px;
    background: #0000ff;
}


.testimonials .owl-carousel .owl-nav.disabled{
    display:flex!important;
}  
.testimonials .owl-carousel .owl-nav button.owl-prev{
font-size: 31px!important;
    width: 44px;
    height: 44px;
    background: #0000ff!important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
     
    left: 0px;
    color: white;
    margin: 22px auto;
}
.testimonials .owl-carousel .owl-nav button.owl-next{
font-size: 31px!important;
    width: 44px;
    height: 44px;
    background: #0000ff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
     
    left:52px;
    color: white;
    margin: 22px auto;
}




.diretor_message{
    padding:60px 0px;
}

.diretor_message .wrapper h6{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;

}
.diretor_message .wrapper p{
    font-size: 14px;
}
.diretor_message .img_box img{
        width: 100%;
    height: 554px;
    object-fit: cover;
     
}

.diretor_message .title h3{
    font-size:28px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}
.diretor_message .title h4{
    font-size:28px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}
.diretor_message .title h5{
    font-size:28px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}
.diretor_message .title h6{
    font-size:28px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}

.diretor_message .title h6 span{
    color: blue;
}


.diretor_message .parent_wrapper{
        text-align: center;
    padding: 16px 25px;
    background:#f8f8f8;
    border-bottom:2px solid white;
    height:98%;
    &:hover{
        box-shadow: 0px 7px 25px -14px;
        transition:0.2s all linear;
        border-bottom:2px solid blue;
        background: white;
    }
}
.diretor_message .parent_wrapper p{
        font-size: 13px;
    font-weight: 500;
    margin-top:10px;
    text-align:justify;
}
.diretor_message .parent_wrapper img{
        width: 85px;
        min-height:60px;
    margin: 10px auto;
    display: block;
    background: white;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #ececec;
    box-shadow: 0px 12px 16px -12px;
}
.diretor_message .parent_wrapper h3{
    font-weight: 700;
    font-size: 15px;
}
.diretor_message .parent_wrapper h4{
    font-weight: 700;
    font-size: 15px;
}
.diretor_message .parent_wrapper h5{
    font-weight: 700;
    font-size: 15px;
}
.diretor_message .parent_wrapper h6{
    font-weight: 700;
    font-size: 15px;
}
.diretor_message .parent_wrapper .head{
    font-weight: 700;
    font-size: 15px;
        margin-bottom: 0px;
        text-align:center;
}

.diretor_message .directorName{
    color: blue;
    font-weight: 700;
}

.location h6{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 14px;
}

.location p{
    font-size: 18px;
    font-weight: 500;
}

.diretor_message .buttons a{
    background:#0000ff;
    color: white;
    padding: 10px 19px;
    margin-right: 20px;
}

.diretor_message .wrapper{
    display: grid;
    height: 100%;
    place-content: center;
}  

.perfect_role{
    padding:50px 0px;
}
.perfect_role .title .head{
    font-size:28px;
    text-align: center;
    font-weight: 700;
}
.perfect_role .title p{
    font-size:18px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
}
.perfect_role .title .head span{
    color: blue;
}


.perfect_role .parent_wrapper{
        text-align: center;
    padding: 16px 0px;
     
    border-bottom:2px solid white;
    &:hover{
        box-shadow: 0px 7px 25px -14px;
        transition:0.2s all linear;
        border-bottom:2px solid blue;
    }
}
.perfect_role .parent_wrapper img{
    width: 60px;
    margin: 10px auto;
    display: block;
}
.perfect_role .parent_wrapper .head{
    font-weight: 700;
    font-size: 15px;
}








.design_one{
    padding:60px 0px;

}

.design_one .title h6{
        font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    background: blue;
    color: white;
    padding: 10px 10px;
}

.design_one a{
    background: blue;
    color: white;
    padding: 9px 15px;
    display: inline-block;
    margin-top: 11px;
    font-weight: 600;
    font-size: 14px;

}

.design_one ul li h6{
    font-size: 18px;
    font-weight: 700;
}

.inquiry_form{
    padding:70px 0px;
}

.inquiry_form button{
    background: blue;
    color: white;
    padding: 6px 15px;
    border: none;
    font-weight: 600;
    font-size: 14px;
}

.inquiry_form label{
    font-size:13px;
    font-weight: 600;
}

.inquiry_form input {
   background: #d8e6f1;
    padding: 10px 10px;
}
.inquiry_form textarea {
   background: #d8e6f1;
    padding: 10px 10px;
}

.gallery{
    padding:50px 0px;
}

.gallery .img_box{
    height: 100%;
    margin-bottom:20px;
}
.gallery .img_box img{
        width: 100%;
    height: 275px;
    object-fit: cover;
    
}


.diretor_message button{
    background: blue;
    color: white;
    padding: 6px 15px;
    border: none;
    font-weight: 600;
    font-size: 14px;
}

.diretor_message label{
    font-size:13px;
    font-weight: 600;
}

.diretor_message input {
   background: #d8e6f1;
    padding: 10px 10px;
}
.diretor_message textarea {
   background: #d8e6f1;
    padding: 10px 10px;
}

.diretor_message .form-group{
    margin-bottom:20px;
}

.benefits{
    padding: 30px 0px;
}



.benefits .title h6{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.benefits .wrapper {
    text-align: center;
    margin-bottom: 30px;
}
.benefits .wrapper img{
    width: 80px;
    margin:10px auto;
}
.benefits .wrapper h6{
    font-size: 16px;
    font-weight: 700;

}

.top_footer{
    background: #221616;
    padding: 65px 0px;
}


.top_footer p{
    color: white;
    font-size: 36px;
    font-weight: 600;
}
.top_footer p span{
    color:#FFC107;
}
.top_footer a{
    background:#FFC107;
    color: #000000;
    padding: 10px 21px;
    font-weight: 600;
    
}

.interview_preparation{
    padding: 40px 0px;

}

.interview_preparation .img_box img{
    width:100%;

}

.interview_preparation .wrapper{
    height:100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    margin-bottom:30px;
}

.interview_preparation .wrapper h6{
        font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}

.interview_preparation .wrapper p{
    font-size:14px;
    font-weight: 500;
}
.interview_preparation .parent_wrapper{
    margin-bottom: 30px;
}
.interview_preparation .parent_wrapper img{
    margin-bottom: 20px;
    height: 300px;
    width: 100%;
    object-fit: cover;
    border: 2px solid #8181ff;
    padding: 10px;
    box-shadow: 0px 0px 37px -27px inset;
}
.interview_preparation .parent_wrapper a{
    background: blue;
    color: white;
    padding: 8px 20px;
    font-weight: 600;
    display: inline-block;
    margin: 10px 0px;
    font-size: 13px;
}
.interview_preparation .parent_wrapper h6{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.interview_preparation .parent_wrapper p{
    font-size:14px;
    font-weight: 500;
}

.departments{
    padding:30px 0px;
}

.departments .title h6{
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;
}
.departments .title h6 span{
    color:blue;
}
.departments .title p{
    margin-bottom:30px;
    font-weight:500;
    font-size:14px;
}
.departments ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 42px;
    padding-left:0px;
}
 
.departments ul li p{
        font-size: 15px;
    font-weight: 600;
    padding: 7px 23px;
    background: #eac900;
    color: #000000;
    box-shadow: 0px 4px 11px -9px;
}


.cv_form{
    padding: 50px 0px;

}
.cv_form .wrapper h6{
font-size: 26px;
    font-weight: 600;
    margin-bottom: 19px;
    border-bottom: 3px solid blue;
    padding-bottom: 14px;
}

.cv_form .form-group{
    margin-bottom: 16px;
}
.cv_form form label{
    font-size: 14px;
    font-weight: 600;
}
.cv_form form label span{
    color:red;
}
.cv_form form input{
    border: 2px solid #e1e1e1;
    background: aliceblue;
    &:focus{
        outline: none;
        box-shadow: none;
    }
}

.cv_form form textarea{
    border: 2px solid #e1e1e1;
    background: aliceblue;
    &:focus{
        outline: none;
        box-shadow: none;
    }
}

.cv_form form select{
    border: 2px solid #e1e1e1;
    background: aliceblue;
    &:focus{
        outline: none;
        box-shadow: none;
    }
}

.footer_mail {
    display: inline-block;
    margin: 10px 0px;
    color: white;
    font-size:14px;
    font-weight: 600;
}
.footer_mail i{
    margin-right: 10px;
}

.cv_form button{
    background: #0000ff;
    color: white;
    padding: 8px 23px;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

.cv_form form .form-check {
    display: inline-block;
    margin-right: 16px;
}

.service_detail{
    padding:70px 0px;

}
.service_detail .wrapper h6{
        font-size: 24px;
    font-weight: 600;
    color: #002683;
    margin-bottom: 21px;
}

.service_detail .wrapper p{
    font-size: 14px;
   
}
.service_detail .inquiry{
    padding: 17px 23px;
    background: #ffffff;
    border: 2px solid #afafaf;
    box-shadow: 0px 19px 34px -26px;
}
.service_detail .inquiry .contact_links {
    color: black;
    padding: 8px 0px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    word-break: break-all;
}

.service_detail .inquiry ul{
    display: flex;
    list-style: none;
    padding-left: 0px;
    gap: 10px 10px;
    margin-bottom: 25px;
}


.service_detail .inquiry ul li a{
    font-size: 16px;
    
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: white;
}


.service_detail .inquiry ul li a.facebook{
    background:#1877F2;
}
.service_detail .inquiry ul li a.instagram{
    background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.service_detail .inquiry ul li a.youtube{
    background:red;
}
.service_detail .inquiry ul li a.twitter{
    background:#1DA1F2;
}


.service_detail .inquiry a.inquiry_btn{
    background: #fd0044;
    color: white;
    padding: 8px 18px;
    font-weight: 600;
    font-size: 14px;
    display: block;
    text-align: center;
    border:2px solid #fff;
    &:hover{
        background:white;
        color:#fd0044;
        border:2px solid #fd0044;
        transition:0.5s all ease;
    }
}
.service_detail .inquiry h6{
        margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}

.service_detail .bottom_content{
    background: #FFC107;
    padding:20px 20px;
    margin: 30px 0px;
    display: flex;
    align-items: center;

}
.service_detail .bottom_content h6{
    color: black;
    margin-bottom: 10px;

}

.service_detail .bottom_content p{
    font-weight: 500;
    font-size: 14px;
}
.service_detail .bottom_content i{
    font-size: 82px;
    color: #0000d1;
}

.teams_profile{
    padding:60px 0px;
}


.teams_profile .img_box img{
    min-width: 220px;
    border-radius: 50%;
    height: 258px;
    width: 100%;
    object-fit:cover;

}
.teams_profile .content{
    height: 100%;
    display: grid;
    place-content: center;
}
.teams_profile .content h6{
    font-size: 24px;
    margin-bottom: 4px;
    font-weight: 700;
}
.teams_profile .content p{
    font-size: 14px;
}
.teams_profile .content p.designation{
    font-size: 14px;
    font-weight: 600;
}

.teams_profile .item{
    margin-bottom: 66px;
    padding: 20px 20px;
    border-radius: 43px;
    box-shadow: 0px 12px 22px -21px;
    border-left: 6px solid #00d0ff;
    border-right: 6px solid #00d0ff;
}

.teams_profile .right h6{
    direction:rtl;
}
.teams_profile .right p{
    direction:rtl;
}

#popup_form form label{
        font-size: 13px;
    font-weight: 700;
    
}
#popup_form form input{
    box-shadow:none;
    outline:none;
    border: 2px solid #585858;
    &:focus{
        box-shadow:none;
        outline:none;
    }
}
#popup_form form .form-group{
    margin-bottom:20px;
}

#popup_form .modal-header{
    background: #000099;
    color: white;
}

#popup_form .modal-header p.modal-title{
    font-weight: 600;
    font-size:16px;
}

#popup_form .close{
        background: #d50000;
    padding: 2px 9px;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 12px;
}

#popup_form .modal-footer button{
    background: #f4db00;
    padding: 3px 29px;
    border: none;
    font-weight: 600;
    font-size: 14px;
}

.download_brochure_btn{
        background: #d50000;
    padding: 10px 16px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}


.whatsapp_btn a {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 127px;
    color: white;
    background: #10c210;
    padding: 0px 7px;
    font-size: 40px;
    border-radius: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.whatsapp_btn a:hover{
    transition:0.5s all ease;
    transform:rotate(360deg);
}
.fixed_inquiry_btn a {
        position: fixed;
    left: 25px;
    bottom: 35px;
    color:#ffffff !important;
    background: #d50000;
    padding: 10px 18px;
    font-size: 13px !important;
    border-radius: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-size: 15px;
    font-weight: 700;
}
 

.msme_content p{
    margin-bottom: 3px;
    font-size: 12px;
    color: #b99f00;
    font-weight: 600;
}

.partner_form{
    padding:50px 0px;
}
.partner_form .wrapper{
        background: #0000ca;
    padding: 35px 39px;
}
.partner_form .wrapper h6{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    color:white;
}

.partner_form form label{
        font-size: 13px;
    font-weight: 600;
    color:white;
}

.partner_form .form-group{
    margin-bottom: 20px;
}

.partner_form form input{
    background: #fff;
    padding: 10px 10px;
}

.partner_form form button{
    padding: 5px 22px;
    background: yellow;
    font-weight: 700;
    font-size: 14px;
    border: 0px;
}







@media(max-width:992px){
     
    .primary_header .responsive_display{
        display: block;
    }
    .primary_header .navbar-nav .dropdown:hover> .dropdown-menu{
        width: 100%;
    }
    .homeSlider .ban_title{
        font-size: 35px;
    }
    
    .offcanvas{
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        background-position: center;
        width: 100%;
    }
    .offcanvas .btn-close{
        color: #ffffff!important;
        opacity: 1;
        background-color: #FFC107;
        font-size: 24px;
        
    }
    
    
    .offcanvas .offcanvas-body ul li a{ 
        display: inline-block;
        margin: 10px 0px;
        color:#000;
    }  
    
    
}
@media(max-width:768px){
    .homeSlider .wrapper h1{
        font-size: 19px;
    }
    .homeSlider .wrapper h2{
        font-size: 19px;
    }
    .homeSlider .wrapper p{
        font-size: 12px;
    }

    .primary_header .navbar-brand img{
        width:160px;
    }
    .attractions .content{
        display: inline-block;
    }
     
     
    .homeSlider .right_img_box img{
        display: none!important;
    }
     
    .homeSlider .ban_title{
        font-size: 44px;
    }
   
    .bottom_footer .bottom_wrapper {
        display: inline-block!important;
    }
    .bottom_footer .social_links{
        margin-top: 20px;
    }
    
    .primary_header .navbar-collapse {
            position: relative;
            padding: 36px 0px;
            text-align: right;
            width: 100%;
    }
    
    
    
}

@media(max-width:525px){
    .service_carousel .wrapper img{
        min-height: 232px;
    }
    .whatsapp_btn a{
        width: 52px;
        height: 52px;
        right: 31px;
        bottom: 125px;
        font-size: 40px;
    }
    .about_us .wrapper h6{
        font-size: 22px;
    }
    .teams_profile .right h6{
        direction:ltr;
    }
    .teams_profile .right p{
        direction:ltr;
    }
    .service_detail .bottom_content{
        flex-wrap: wrap;
    }
    .homeSlider .wrapper video{
        object-position: right;
    }
    .top_footer p{
        font-size: 25px;
    }
    .common_header{
         min-height:unset;
        padding: 95px 0px 55px 0px;
    }
    .cta .wrapper p{
        font-size: 19px;
    }
    .our_clients p{
        font-size: 24px;
    }
   .homeSlider .wrapper a{
        font-size: 12px;
        width: 100vw;
        max-width: 175px;
        text-align: center;
        display: inline-block;
   }
   
   .homeSlider  .right_image {
        display: none;
   }
    .homeSlider  .ban_title{
        font-size: 44px;
    }
    .faq ul.accordion-list li h3{
        font-size: 12px;
    }
    
    .faq ul.accordion-list li h3{
        padding: 0 34px 0 8px;
    }
    .bottom_footer .logo_box img {
        width: 43%;
        margin: 20px 0px;
    }
    .bottom_footer .logo_box{
        text-align: center;
    }
    .row_padding_responsive{
        padding: 0px 20px;
    }
    .faq .parent_wrapper{
        padding:40px 12px;
    }
    
    .faq .heading h6{
        font-size: 18px;
    }
    
    .faq .accordion-button {
        font-size: 11px;
    }
    
    
    
    .bottom_footer .copyright{
        display: block;
    }
    
    .order_2{
        order:2!important;
    }
    .order_1{
        order:1!important;
    }
     
    
}






