@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');
html{font-size: 62.5%;}
body{ padding: 0px; margin: 0px; list-style: none; font: normal 1.6rem/2.4rem 'Open Sans', sans-serif; color: var(--text_color); }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6{padding: 0; margin: 0;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;}
a:hover, a:focus{ text-decoration: inherit !important;}
a{-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;}
/* font-family: "Open Sans", sans-serif; */

:root{
    --black: #000000;
    --white: #FFFFFF;
    --brand: #0073A2;
    --sub_heding: #030F50;
    --heding: #78909A;
    --text_color: #111111;
    --text_2: #CBEEFF;
    --icon: #6EC1E4;
}

@keyframes AnimateGradient{
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}



em{font-style: normal; letter-spacing: .1rem;}
/* p{line-height: 2.6rem;} */
h1,h2{font-size: 2.7rem; font-weight: 600; line-height: 3.5rem; color: var(--black); text-transform: capitalize;}
h3{font-size: 2rem; line-height: 3rem; color: var(--text_color); text-transform: capitalize; font-weight: 700;}
h4{font-size: 2rem; line-height: 3rem; color: var(--text_color); text-transform: capitalize;}
.ptb{padding: 7rem 0;}
.inner_ptb{padding: 4rem 0 7rem;}
.heding{color: var(--heding); font-size: 3rem; line-height: 4rem; font-weight: 700;}
.click_btn{position: relative; display: inline-block; height: 5.7rem; text-transform: capitalize; line-height: 5.7rem; margin-top: 3rem; letter-spacing: .1rem; padding: 0 6rem; font-size: 1.7rem; text-align: center; color: var(--white); background: var(--brand); border: none; border-radius: .8rem; box-shadow: .3rem 1.5rem 2.4rem -2.1rem #000000; font-family: "Roboto", sans-serif;}
.click_btn:hover{background: var(--icon); color: var(--white);}
.dtls_btn{height: 4.3rem; width: 14.6rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: inline-flex; font-weight: 500;  fill: var(--white);  color: var(--white);  background: var(--brand); font-size: 1.5rem; padding: 1.2rem 2.4rem; border-radius: .3rem; font-family: "Roboto", sans-serif;}
.dtls_btn:hover{color: var(--white); background: var(--black);}
.book_btn{height: 4.3rem; width: 14.6rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: inline-flex; font-family: "Roboto", Sans-serif; font-weight: 500; fill: #0472A1;  color: #0472A1; background-color: var(--white); font-size: 15px; padding: 12px 24px; border-radius: 3px; line-height: 1; margin-top: 2rem; text-transform: capitalize;}
.book_btn:hover{color: var(--white); background: #0472A1;}
.book_btn:focus { outline: solid 1px !important;}
.sub_btn{background: #333; border: 0; color: #f7f7f7; transition: all .5s; font-weight: 600; text-transform: uppercase; padding: 12px; font-size: 16px; margin-top: 3rem; font-family: "Roboto", sans-serif;}

/*top_button*/
.top_btn{background: var(--brand);  bottom: 1rem; color: var(--white); height: 4rem; opacity: 0; overflow: hidden; position: fixed; right: 1rem; width: 4rem; z-index: 9999;  text-align: center; display: inline-block; border-radius: .5rem; }
.top_btn i{font-size: 1.7rem; line-height: 4rem;}
.top_btn.show{opacity: 0.7;}
.top_btn:hover{bottom: .3rem; opacity: 1; color: var(--white);}


.input_type [type="checkbox"]:checked, .input_type [type="checkbox"]:not(:checked) { position: absolute; left: -9999px;}
.input_type [type="checkbox"]:checked + label, .input_type [type="checkbox"]:not(:checked) + label{position: relative; padding-left: 2.8rem; cursor: pointer; line-height: 2rem; display: inline-block; color: #666;}
.input_type [type="checkbox"]:checked + label:before,
.input_type [type="checkbox"]:not(:checked) + label:before {content: ''; position: absolute; left: 0; top: 0; width: 1.8rem; height: 1.8rem; border: .1rem solid #ddd; background: var(--white);}
.input_type [type="checkbox"]:checked + label:after,
.input_type [type="checkbox"]:not(:checked) + label:after {content: ''; width: .8rem; height: .8rem;background: var(--brand); position: absolute; top: .6rem; left: .6rem; -webkit-transition: all 0.2s ease; transition: all 0.2s ease;}
.input_type [type="checkbox"]:not(:checked) + label:after {  opacity: 0;  -webkit-transform: scale(0);  transform: scale(0);}
.input_type [type="checkbox"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1);}

/*=========================================================================================================================================================*/
/*=========================================================================================================================================================*/

.new_book_banner_sec .left_text{ margin-left: -10rem; }
.new_book_banner_sec .left_text h2{ font-size: 3.4rem; }
.new_book_banner_sec .left_text p{ padding: 2rem 0 2rem 0; font-size: 1.8rem; }
.new_book_banner_sec .left_text ul{ justify-content:center; }
.new_book_banner_sec .left_text .new_book_btn a{ border-radius:10rem; padding: 0 3rem; }
.new_book_banner_sec .left_text ul li{ border-right:.1rem solid rgba(0, 0, 0, .3); padding: 0 1.5rem; }
.new_book_banner_sec .left_text ul li:last-child{ border-right:none; }
.new_book_banner_sec .left_text ul li a{ font-size: 1.8rem; font-weight: 500; color: var(--brand); }

.new_book_banner_sec .right_images img{ width:60rem; }

/*=========================================================================================================================================================*/
.solution_sec {  background: #f0f0f0; }
.solution_sec .text_block h2{ padding-bottom: 3rem; }
.solution_sec .text_block p{ line-height: 1.8; font-weight: 600; }

/*=========================================================================================================================================================*/
.trusted_sec .trusted_slider img{ width:100%; }
.trusted_sec h2{ font-weight: 700; font-size: 4rem; text-align:center; }
.trusted_sec .trusted_main{ margin-top: 5rem; }
.trusted_sec .trusted_main .item{ padding: 1rem 1.5rem; }
.trusted_sec .trusted_main .trusted_slider{ border:.1rem solid rgba(0, 0, 0, .1); border-radius:1rem; padding: 1rem; }
.trusted_sec .owl-dots  { display:none; }
.trusted_sec .owl-nav { display: flex !important; font-size: 0; }
.trusted_sec .owl-nav .owl-prev{ left: -3rem; top:50%; transform: translateY(-50%); position:absolute; background: var(--brand); box-shadow:rgba(0, 0, 0, .3) 0 0 1rem; width:4.5rem; height:4.5rem; display:flex; align-items:center; justify-content:center; border-radius:100%; }
.trusted_sec .owl-nav .owl-prev::after{ content:"\f053"; font-family: "Font Awesome 6 Pro"; font-size: 1.6rem; color: #fff; }
.trusted_sec .owl-nav .owl-next{ right: -3rem; top:50%; transform: translateY(-50%); position:absolute; background: var(--brand); box-shadow:rgba(0, 0, 0, .3) 0 0 1rem; width:4.5rem; height:4.5rem; display:flex; align-items:center; justify-content:center; border-radius:100%; }
.trusted_sec .owl-nav .owl-next::after{ content:"\f054"; font-family: "Font Awesome 6 Pro"; font-size: 1.6rem; color: #fff; }

/*=========================================================================================================================================================*/
.challenge_sec{ padding-top: 0; }
.challenge_sec .container{ max-width:100%; padding: 0 5rem; }
.challenge_sec .left_text{ border:.1rem solid rgba(0, 0, 0, .3); border-radius:2rem; padding: 3.5rem; gap: 0 4rem; background: #F5F7F4; }
.challenge_sec .left_text .images img{ width: 15rem; }
.challenge_sec .left_text .content h3{ font-size: 3.2rem; color: var(--brand); } 
.challenge_sec .left_text .content ul{ margin-top: 3rem; }
.challenge_sec .left_text .content ul li { padding-left: 3rem; position:relative; margin-bottom: 1rem; }
.challenge_sec .left_text .content ul li::after{ content:"\f192"; font-weight: 600; position: absolute; left: 0; top: .6rem; font-family: "Font Awesome 6 Pro"; font-size: 1.4rem; line-height: 1; color: var(--brand); }
 .left_text .content ul li em{ font-size: 1.6rem; color:var(--black); font-weight: 500; }
.challenge_sec .row{ margin: 0 -1.5rem; }
.challenge_sec .row .challenge_paddi{ padding: 0 1.5rem; }

/*=========================================================================================================================================================*/

.director_sec .director_box { background: var(--white); padding: 2rem; box-shadow:rgba(0, 0, 0, .15) 1rem 1.5rem 1rem; text-align:center; border-radius:2rem; border:.1rem solid rgba(0, 0, 0, .1); } 
.director_sec .director_box .person_image{ margin-bottom: 3rem; margin-top: -8rem; }
.director_sec .director_box .person_image img{ width:12rem; }
.director_sec .director_box .bottom_content h3{ font-size: 3.5rem; font-weight: 600; color:var(--black); }
.director_sec .director_box .bottom_content em{ font-size: 1.6rem; color:var(--text_color); font-weight: 500; padding-bottom: 2rem; padding-top: .5rem; display:block; }
.director_sec .director_box .bottom_content p{ font-size: 1.8rem; color:var(--text_color); line-height: 1.6; }
.director_sec .director_box .bottom_content .bottom_img{ margin-top: 3rem; }
.director_sec .row{ margin: 0 -1.5rem; }
.director_sec .row .director_paddi{ padding: 0 1.5rem; }

/*=========================================================================================================================================================*/

.new_enqury_form_sec{ padding: 1rem 0; position:relative; margin-top:6rem; z-index: 1;  background: linear-gradient(135deg,rgba(0, 58, 84, 1) 0%, rgba(0, 115, 162, 1) 100%); }



.new_enqury_form_sec .right_form{ background: #fff; padding: 3rem; width:55rem; border:.1rem dashed rgba(0, 0, 0, .2); position:relative; z-index: 5; }
/*.new_enqury_form_sec .right_form*/
.new_enqury_form_sec .right_form h4 { border-bottom: .1rem dashed #ccc; padding-bottom: 1rem; font-size: 3rem; }
.new_enqury_form_sec .right_form .frm_label_txt{ font-size: 1.6rem; text-transform: capitalize; color: var(--black); display: block; padding-bottom: .2rem; }
.new_enqury_form_sec .right_form form .input_fld{ margin-bottom: 1.5rem; }
.new_enqury_form_sec .right_form form input{     width: 100%;
    border: .1rem solid #ced4da;
    height: 5rem;
    padding: 0 1.5rem;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    color: var(--black);
    font-size: 1.5rem;
    border-radius: 1rem;
    background: transparent; }


.new_enqury_form_sec .right_form form input::placeholder{ color:var(--black) !important; opacity:.2; font-weight: 500; }
.new_enqury_form_sec .right_form form button{ display: inline-block;
    padding: 0 3.5rem;
    height: 4.5rem;
    color: var(--white);
    background: var(--gradient);
    line-height: 4.5rem;
    border-radius: .5rem;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 3rem;
    letter-spacing: .1rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
    font-size: 1.6rem; border:none; }



.new_enqury_form_sec .left_images{ position:absolute; left:37rem; top: -14rem; z-index: 1; }
.new_enqury_form_sec .left_images img{ width:52.6rem; }


/*.new_enqury_form_sec::after{ content: ""; width: 100%; height: 100%; position: absolute; right: 0; bottom: 0rem; background: url(../images/Goutam.png) no-repeat right bottom; z-index: 3; }*/








/*=========================================================================================================================================================*/

/*=========================================================================================================================================================*/

@media (min-width: 1200px) and (max-width: 9000px){
    .nav_top .dropdown .dropdown-menu { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; max-height: 0; display: block; opacity: 0; visibility: hidden;  margin:0; border: none; border-bottom: .2rem solid #ccc; background:#fff !important; width: 10.50rem; padding: 0; border-radius: 0; left: 0; right: inherit; padding: .5rem .8rem .8rem; box-shadow: inherit;}
  
    .nav_top .dropdown:hover .dropdown-menu{max-height: 30rem;opacity: 1; visibility: visible;}
    .nav_top .dropdown-menu{max-height: 30rem !important; overflow-y: auto;}
  
  
    .nav_top .dropdown .dropdown-menu{-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; max-height: 0; display: block; opacity: 0; visibility: hidden; margin: 0; border: none; border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; width: 25rem; padding: 0; border-radius: .5rem; left: 0; right: inherit; padding: 0; box-shadow: 0 0 1rem rgb(0 0 0 / 28%);}


    
}

/* responsive */
@media only screen and (max-width: 1400px){

    









}


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





}

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















}


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

    














}

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


    












    
   
}

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

    















    



}

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





















        
    
}


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

    


























}

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

}