@charset "utf-8";

/* CSS Document */

html { height: 100%; }

body {
    overflow-x: hidden;   
    font-family: 'proxima_novaregular';
    
}

* {
    margin: 0;
    padding: 0;
}


@font-face {
	font-family: 'Conv_GlacialIndifference-Regular';
	src: url('../fonts/GlacialIndifference-Regular.eot');
	src: local('☺'), url('../fonts/GlacialIndifference-Regular.woff') format('woff'), url('../fonts/GlacialIndifference-Regular.ttf') format('truetype'), url('../fonts/GlacialIndifference-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'Conv_PlayfairDisplay-Regular';
	src: url('../fonts/PlayfairDisplay-Regular.eot');
	src: local('☺'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff'), url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'Conv_Photograph Signature';
	src: url('../fonts/Photograph Signature.eot');
	src: local('☺'), url('../fonts/Photograph Signature.woff') format('woff'), url('../fonts/Photograph Signature.ttf') format('truetype'), url('../fonts/Photograph Signature.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}




@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('montserrat-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Conv_Lato-Light';
	src: url('../fonts/Lato-Light.eot');
	src: local('☺'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'kg_second_chances_sketchRg';
    src: url('../fonts/kgsecondchancessketch-kpap-webfont.woff2') format('woff2'),
         url('../fonts/kgsecondchancessketch-kpap-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'kg_second_chances_sketchRg';
    src: url('../fonts/kgsecondchancessketch-kpap-webfont.woff2') format('woff2'),
         url('../fonts/kgsecondchancessketch-kpap-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Baskerville';
    src: url('../fonts/Baskerville-Italic.woff2') format('woff2'),
        url('../fonts/Baskerville-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}




@font-face {
	font-family: 'poppinsbold';
	src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'poppinsregular';
	src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}



@font-face {
    font-family: 'bw_nista_grotesk_demomedium';
    src: url('../fonts/bwnistagroteskdemo-medium-webfont.woff2') format('woff2'),
         url('../fonts/bwnistagroteskdemo-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.woff2') format('woff2'),
        url('../fonts/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



















a {
    outline: none;
}

a:focus {
    outline: none;
}

p{font-size: 15px !important;}
h5{font-size: 15px;}
ul li{font-size: 15px;}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

ul{ margin: 0 0 0 0; padding: 0 0 0 0;}

.margin1{ margin-top: 10px;}
.margin2{ margin-top: 20px;}
.margin3{ margin-top: 30px;}
.margin4{ margin-top: 40px;}
.margin5{ margin-top: 50px;}
.margin6{ margin-top: 60px;}


.padding15{padding: 15px;}







.wow{visibility: hidden;}





.btn_new1 {
    color: #fff;
    font-size: 14px;
background: #295fa7;
padding: 4px 8px; border-radius: 16px;transition: all .7s; }




.btn_new1.focus,
.btn_new1:focus,
.btn_new1:hover {
    color: #fff;
    text-decoration: none;
    outline: none !important;
	background:#295fa7; 
}





.btn_new2 {
    color: #000;
    font-size: 14px;
background: #fff;
padding: 4px 8px; border-radius: 16px;transition: all .7s; }




.btn_new2.focus,
.btn_new2:focus,
.btn_new2:hover {
    color: #000;
    text-decoration: none;
    outline: none !important;
	background:#fff; 
}

.btn_new3 {
    color: #000;
    font-size: 14px;
background:#b6d6c1;
padding: 4px 8px; border-radius: 16px;transition: all .7s; }




.btn_new3.focus,
.btn_new3:focus,
.btn_new3:hover {
    color: #000;
    text-decoration: none;
    outline: none !important;
	background:#b6d6c1; 
}




.no-padding {
	padding-left: 0;
	padding-right: 0;
}












.margin_adjust{margin-top: 120px;}

.margin_adjust2{margin-top: 150px;}





.container2 {
    max-width: 1300px;
   margin: 140px auto 50px auto;
}









.myheader{position: fixed; top: 0; width: 100%;z-index: 999;}
 .navbar-custom {
       
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }



.top-nav-collapse {
        padding: 0;
        
        background:; transition: all 1s;
	
    }

.logo_div img{transition:all .8s;max-width:;}



.logo-max-width{max-width: 100px;transition:all .8s;}
.nav-margin-zero{ margin-top: 5px !important; transition:all .8s;}








.upper_nav{background:#c6a0d5;
padding-top: 4px; padding-bottom: 4px;}
.upper_nav a{color:#fff; text-decoration: none;}

.u_n_right{text-align: right;}





















/* -------- NAV & LOGO SECTION --------*/



.wrap2{ background: rgb(37,73,106);
background: -moz-linear-gradient(180deg, rgba(37,73,106,1) 0%, rgba(252,241,249,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(37,73,106,1) 0%, rgba(252,241,249,0) 100%);
background: linear-gradient(180deg, rgba(37,73,106,1) 0%, rgba(252,241,249,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#25496a",endColorstr="#fcf1f9",GradientType=1); padding-top: 10px;padding-bottom: 5px;}
.crush img{width:100%;}

.logo_div{ text-align: center; margin-top:0;}

.search_div{ margin-top: 20px;}
.search_div .form-control{  }

.p_login{text-align:right;}




.top_list p{text-align: center; font-weight: bold;}



ul.small_list{list-style: none;text-align: right;}
ul.small_list li{display: inline-block; vertical-align: middle;margin-left: 3px;
    margin-right: 3px;}
ul.small_list li a{text-decoration: none;margin: 0 0 0 0; color: #000;}
ul.small_list li a img{max-width: 20px;}

.only_mob{display: none !important;}







 .search-container {
            position: relative;
            display: flex;
            align-items: center;
        }
        .search-input {
            width: 0;
            padding: 8px;margin-top: 15px;
            border: none;
            outline: none;
            border-radius: 20px;
            transition: width 0.4s ease-in-out, opacity 0.3s;
            opacity: 0;
            position: absolute;
            right: 30px;
            background: white;
            color: black;z-index: 9999;}

        .search-container:hover .search-input,
        .search-input:focus {
            width:820px;
            opacity: 1;
            padding-left: 10px;
        }
        .search-icon {
            background: white;
            padding: 8px;
            border-radius: 50%;
            cursor: pointer;width: 30px; height: 30px;display: flex;
            color: black;
            position: relative;
            z-index: 10;
            transition: opacity 0.3s;margin-top: 15px;
        }
        .search-container:hover .search-icon {
            opacity: 0;
        }
        .search-icon i {
            font-size: 16px;margin-top: -2px;
        }
        .search-btn {
            background: white;
            border: none;
            cursor: pointer;z-index: 9999;
            padding: 8px 10px;
            border-radius: 20px;
            position: absolute;margin-top: 15px;
            right: 5px;
            opacity: 0;
            transition: opacity 0.3s;
        }
        .search-container:hover .search-btn,
        .search-input:focus + .search-btn {
            opacity: 1;
        }






@media (min-width: 1300px){
.wrap2 .container {
    width: 1270px;}

}


@media(min-width:1200px){

.login_wrap{margin: 0 auto;}

	
}



@media (max-width: 992px) {
	
	.myheader{position: relative;}
	.wrap2{padding-top: 5px;}
	.top_div{background:#333;}
	.logo_div{display: none;}
	
	
	
	
	.p_login{text-align: center;}
	
	.top_div{text-align: center;}
.tel_div{ text-align: center; margin-top: 5px; margin-bottom: 5px;}
	
	.top_right{ text-align: center;}
	

	ul.credentials{ padding:12px 0 0 0;}
	
	ul.small_list{list-style: none;text-align: center;}
	
	ul.small_list li{line-height: 30px; }
	
	
	.upper_nav{text-align: center;display: none;}
	.u_n_right{text-align: center;}
	
	
	.container2{margin-top: 20px;}
	.only_mob{display:block !important;}
	ul.small_list{display: none;}
	
	.search-container:hover .search-input,
        .search-input:focus {
            width:220px;
            opacity: 1;
            padding-left: 10px;
        }
	
	
	
	.mobile_navbar{padding-right: 0;}
	
	
	
	
	
	
	
	
	
}











@media(max-width:767px) {
     .top_search{ width: 70%;}
	.news_input_top input[type=text]{ margin-bottom: 20px;}	
	
	
	
	
	
	
}

@media(max-width:479px) {
  .top_search{ width: 85%;}
}


@media(max-width:320px) {
	
}



.banner_outer{margin-top: -90px;position: relative;}


.img_wrap{position: relative;width: 100%;}








.img_wrap video{width: 100%;
        max-height: ;
        overflow: ;
        object-fit: ;}

.banner_text{text-align: left;}
.banner_text h3{color: #fff; font-size: 30px;text-transform: uppercase;text-shadow: 0px 3px 5px #222222;margin-right: 5px; margin-left: 5px;}
.banner_text h2{color: #fff; font-weight: bold; font-size:56px;text-shadow: 0px 3px 5px #222222;}

.banner_text a{margin-top:15px;}


.slider_wrap{ position: absolute;bottom:22%;z-index: 99; width: 100%;}

.banner_list ul{list-style: none; margin-top:10px;text-align: left;}
.banner_list ul li{color: #fff; font-size:19px; margin-bottom: 5px;font-weight: bold;}

.banner_button{text-align: ; margin-top:20px;}


/* -------- 


.banner_outer .overlay-top{background: rgb(82,156,223);
background: -moz-linear-gradient(0deg, rgba(82,156,223,0.6) 0%, rgba(252,241,249,0) 92%);
background: -webkit-linear-gradient(0deg, rgba(82,156,223,0.6) 0%, rgba(252,241,249,0) 92%);
background: linear-gradient(0deg, rgba(82,156,223,0.6) 0%, rgba(252,241,249,0) 92%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#529cdf",endColorstr="#fcf1f9",GradientType=1);}



.overlay-top{position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index:9;
}

--------*/

.img_wrap1{}
.img_wrap1 img{width: 100%;margin-top: 90px;}
.slider_wrap2{ position: absolute;bottom:22%;z-index: 99;width: 100%}
.slider_wrap2 h3 span{background:rgba(0,0,0,.3);padding: 0 7px;}
.slider_wrap2 p span{background:rgba(0,0,0,.3);padding: 0 7px;}

.banner_text2 h2{color: #fff; font-weight: bold; font-size:56px;text-shadow: 0px 3px 5px #222222;text-align: center;}
.banner_text2 p{text-align: center; color: #fff;text-shadow: 0px 2px 4px #222222;font-size: 22px;}











































.advert_modal{z-index: 99999;}


.advert_modal .modal-header{display: block;}
.advert_modal .modal-content{background-color:transparent; box-shadow: none;border: none;}
.advert_modal .modal-body{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edf5fc+0,ffffff+43,ffffff+65,edf5fc+100 */
background: #edf5fc; /* Old browsers */
background: -moz-linear-gradient(top,  #edf5fc 0%, #ffffff 43%, #ffffff 65%, #edf5fc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #edf5fc 0%,#ffffff 43%,#ffffff 65%,#edf5fc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #edf5fc 0%,#ffffff 43%,#ffffff 65%,#edf5fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf5fc', endColorstr='#edf5fc',GradientType=0 ); /* IE6-9 */
}

.advert_modal .close{}


.login_box ul.nav-pills{text-align: center; margin-bottom: 20px; margin-top:10px;}


.login_box ul.nav-pills li a{ color: #fff;background:#d67ab0; font-size: 14px; border-radius: 0;}
.login_box ul.nav-pills li.active a{ background:#fff; color: #000;border-radius:0;}


.login_lower button{ width: 100%; padding:7px 0;border-radius: 0;}

.login_box h2{margin-top: 0; color: #000; border-bottom: 1px solid #d1d1d1; padding-bottom: 7px;}



.form_div_outer{border: 1px solid #8fbaf4;box-shadow: 0 4px 12px rgb(0 0 0 / 15%);padding-top:30px; padding-bottom: 30px;border-radius: 12px;}
.form_div_outer h3{margin:5px; 0 0 0;}
















.aca_mid{text-align: left;}

.lower_box{background: #ededed; padding:10px 5px;}



.faq_outer{ background: #e7e7e7; padding-top: 40px; padding-bottom: 40px; margin-top: 50px;}


.accordion-container{
  position: relative;
  width: 100%;
  height: auto;
  margin:20px auto 0 auto;
}

.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;font-size: 15px;
  
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background: rgb(232,85,90); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(232,85,90,1) 0%, rgba(233,30,38,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(232,85,90,1) 0%,rgba(233,30,38,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(232,85,90,1) 0%,rgba(233,30,38,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8555a', endColorstr='#e91e26',GradientType=1 );
  color: #fff;
}
.content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #000; font-size: 15px;
}


.content ul{ margin:10px 0 10px 0; padding: 0 0 0 0; list-style: none;}
.content ul li{ margin-bottom:6px;font-size: 15px; color: #000;}

ul.p_info{padding-left: 25px; list-style:circle;}























.close {
    float: right;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1.2;
}





.part_box{margin-top: 20px;}



.new_banner{background:#e8343f; width: 100%;}
.new_banner h2{color: #fff; margin-top:85px; font-size: 40px; text-align: center;}
.new_banner img{width: 100%;}






.cookie_outer{position: fixed; bottom:170px; width:200px; z-index: 99; right:10px;}
.cookie_outer2{display: none;}




.cookie{background: #b6d6c1; border: 1px solid #e0e0e0; margin-top: 20px; padding: 20px;position: relative; border-radius: 5px;box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);}

.cookie h3{margin-top: 0;}
.cookie p{margin-top: 15px;color: #000; font-size: 17px; font-weight: bold;}
.cookie .cross2{position: absolute; top:15px; right: 15px; color:#000;border: none;}

.cookie .cross2 a{text-decoration: none; color: #000;border: 1px solid #000;padding:3px 4px;}

.remove_element{display:none;}


#myModal_login2-ad{}

#myModal_login2-ad .login_wrap {
    margin: 15px auto; width: 94%;background: #fff;
    padding: 15px;box-shadow: 0 4px 15px 1px rgb(0 0 0 / 25%);
}


#myModal_login2-ad.fade.in {
    background: rgba(0,0,0,.9);
}



#myModal_login2-ad .close{color: #fff !important; margin-top: -16px;
    margin-right: -19px;}



#myModal_login2-ad .modal-body{background: url(../images/add_pop.jpg) no-repeat center center; background-size: cover;}
#myModal_login2-ad .modal-header{border-bottom:none;}
#myModal_login2-ad .modal-footer{border-top:none;}


#myModal_login2-ad .modal-body .form_div_outer2{ padding-top: 10px; padding-bottom: 10px;}

#myModal_login2-ad .modal-body .form_div_outer2 .form-control{ background:#fff; color: #333;border-bottom:1px solid #d6d6d6;  font-size: 13px;border-top:none; border-right: none; border-left: none;  box-shadow:none; resize: none;height: 40px;}


#myModal_login2-ad .modal-body .form_div_outer2 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

#myModal_login2-ad .modal-body .form_div_outer2 :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}

#myModal_login2-ad .modal-body .form_div_outer2 ::-ms-input-placeholder { /* Microsoft Edge */
  color: #333;
}





#myModal_login.fade.in {
    background: rgba(0,0,0,.9);
}

#myModal_login .close{color: #fff !important;margin-top: -23px;
    margin-right: -18px;}


.btn_new1_yellow {
    color: #000;
    font-size: 14px;

background:#ffc854;

padding: 5px 9px; border-radius: 16px;transition: all .7s; }




.btn_new1_yellow.focus,
.btn_new1_yellow:focus,
.btn_new1_yellow:hover {
    color: #000;
    text-decoration: none;
    outline: none !important;
	background:#ffc854; 
}






#owl-demo-news .item{
      background: ;
      padding: 0px 0px;
      margin:0 15px;
      color: #000;
     
      text-align: left;
    }
    .customNavigation-news{
      text-align: center; margin-bottom: 50px;
    }
    
    .customNavigation-news a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }




.customNavigation-news .prev-news{ cursor:pointer; padding: 0 2px;}
.customNavigation-news .next-news{cursor:pointer; padding: 0 2px;}
 


.customized .owl-controls{display: none !important;}










#owl-demo-award .item{
      background: ;
      padding: 0px 0px;
      margin:0 15px;
      color: #000;
     
      text-align: left;
    }
    .customNavigation-award{
      text-align: center; margin-bottom: 50px;
    }
    
    .customNavigation-award a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }




.customNavigation-award .prev-award{ cursor:pointer; padding: 0 2px;}
.customNavigation-award .next-award{cursor:pointer; padding: 0 2px;}
 


.customized2 .owl-controls{display: none !important;}







#owl-demo-gal .item{
      background: ;
      padding: 0px 0px;
      margin:0 15px;
      color: #000;
     
      text-align: left;
    }
    .customNavigation-gal{
      text-align: center; margin-bottom: 50px; margin-top: 50px;
    }
    
    .customNavigation-gal a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }




.customNavigation-gal .prev-gal{ cursor:pointer; padding: 0 2px;}
.customNavigation-gal .next-gal{cursor:pointer; padding: 0 2px;}
 


#gal1 .owl-controls{display: none !important;}





.admissions_wrap{width: 100%; background: url(../images/add_pop.jpg) no-repeat center center; background-size: cover;padding-top:50px; padding-bottom: 50px; margin-bottom: 20px; margin-top:50px;}
.adm_login{background: #fff; padding: 15px;}


.bg_head_adm{background: #fff; padding-bottom:13px; padding-top: 10px; margin-bottom: 15px;}




.lower_mob_button{position:fixed; bottom: 0; left: 0; width: 100%; display: none;}
.lower_mob_button a {color: #fff; text-decoration: none;padding-top: 7px; padding-bottom:7px;}



.call_button{}
.call_button a{width: 100%;background:#ffc854; color: #000 !important;}
.adm_button{}
.adm_button a{width: 100%;background: #e4363b; color: #fff;}



.whatsapp_div{position: fixed; bottom: 75px; left: 15px; z-index: 999;display: none;}


.banner_text h2 {font-size: 36px;}


.mid_contact{padding-top: 60px; padding-bottom: 50px;}

.mid_contact h3{font-size:28px; color: #000; margin-top:25px;}

.mid_contact h3 span{color:#000;}

.mid_contact p{color: #000; line-height: 24px;}



.blog_wrap{margin-bottom:30px; margin-top:30px;}

.blog_box{background:#f0f0f0;border-radius:50px;margin-bottom: 30px;box-shadow: 0 4px 6px 1px rgb(0 0 0 / 12%);border:1px solid #b6d6c1;min-height: 112px;}


.blog_left{width: 30%; float: left;}
.blog_left img{border-radius: 100%;width: 85px;height: 85px;object-fit: cover;border:1px solid #b6d6c1;box-shadow: 0 4px 4px 1px rgb(0 0 0 / 9%);}
.blog_right{width: 67%; float:right;}
.blog_right a.blog_title{margin-top: 4px;font-size: 15px; color: #000; margin-bottom:5px;display: block;text-decoration: underline;padding-right: 3px;}

.blog_right .btn_new1{padding:3px 7px 2px 7px; font-size: 13px;line-height: normal;color: #000; font-weight: normal;}


.padding10{padding: 10px;}





.heading h2{font-size: 24px; text-align: center; color: #000;text-transform: uppercase; margin-bottom:20px;}
.heading h2 span{padding: 3px 6px; background: #fff; border-radius: 4px; line-height: normal;}

.heading p{color: #000; text-align: center;margin:0 0 0 0;}













.quote_form{box-shadow: 0 4px 8px 1px rgb(0 0 0 / 25%);}
.quote_form_top{background:#ffcb04;padding: 15px;}
.quote_form_top h3{margin-bottom: 0;margin-top: 0; font-size: 17px; font-weight: bold;}



.quote_form_bottom{background: #fff;}
.quote_padding{padding: 15px;}


.why_row{margin-top: 30px; margin-bottom: 50px;}


.approach_div{margin-top: 80px;margin-bottom:20px;}
.app_box{border: 1px solid #e0e0e0; padding:20px 20px;border-radius: 20px;min-height:360px;margin-top: 30px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 19%);background: #fff;transition: transform .8s ease; /* smooth transition */
  transform: scale(1); /* default zoom out */}

.app_box:hover {
  transform: scale(1.1); /* zoom in on hover */
}


.app_box img{max-height:60px;margin-bottom: 20px;background: #dbeaff;padding: 10px; border-radius: 10px;border:1px solid #8fbaf4;}
.app_box h4{color: #676666;font-size: 17px; font-weight: bold;}
.app_box h4 span{color: #295fa7;display: block;font-size: 14px;padding-bottom: 3px;}



.heading1{margin-bottom:0;}
.heading1 h3{text-align: center; font-size: 28px; color: #295fa7;font-weight: bold;margin-bottom:15px;margin-top: 0;font-family: 'Helvetica Neue';}
.heading1 p{text-align: center;font-size: 16px;color: #000;}


.app_box h3{color:#2463eb;font-weight: bold; font-size: 30px;}





#owl-demo1 {margin-top:40px;}
#owl-demo1 .item {
	background: ;
	padding: 0px 0px;
	margin: 0 8px;
	color: #000;
	text-align: left;}

.customNavigation1 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 40px;
}
    
.customNavigation1 a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

.customNavigation1 .prev1{ cursor:pointer; padding: 0 2px;}
.customNavigation1 .next1{cursor:pointer; padding: 0 2px;}

.diff .owl-controls {
	display: none !important;}

.diff_box{background:#fff;border-radius:16px;border: 1px solid #8fbaf4;min-height:nav-i280px;}
.diff_inner{padding:20px 15px;}

.diff_left{float: left;}
.diff_left img{border-radius: 100%;width:66px;height:66px;object-fit: cover;border:1px solid #b6d6c1;box-shadow: 0 4px 4px 1px rgb(0 0 0 / 9%);}
.diff_right{width: ; float:left; margin-left: 15px;}

.diff_right h5{font-size:18px;color:#666; font-weight: bold;}
.diff_right h6{color:#768188; font-size: 14px;margin-top: 5px;}
.diff_box p{margin-top:0;font-size: 16px;display:inline-block;margin-bottom: 0;}
.inverted img{margin-bottom: 15px;}


.diff_box h4{margin-top:0;font-size: 16px;display:inline-block;}

.inverted p{font-size:100px; color:#ffc94f;line-height:20px;}
.demo_button{margin-bottom: 10px;margin-top: 10px; display: block;cursor: pointer;}






.testimonial_wrap{margin-bottom: 70px;margin-top: 60px;}

.nav-item1 {
    position: relative;
    padding: 5px 20px;
    transition: color 0.3s ease-in-out;
}

.nav-item1::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 6px;
    width: 100%;
    border-radius: 10px;
    background-color: #3ab0fa;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1.2s ease, background-color 1s ease;
    pointer-events: none;
}

/* Hover line now triggers when entire <li> is hovered */
li:hover > .nav-item1::after {
    transform: scaleX(1);
    background-color: #3ab0fa;
    transform-origin: left;
}

/* Optional: reset on non-hover, not strictly necessary */
li:not(:hover) > .nav-item1::after {
    transform: scaleX(0);
    background-color: #ffffff;
    transform-origin: left;
}

li:hover > .nav-item1 {
    color: #3ab0fa;
}













.account_box{background: #fff; border-radius: 16px; margin-top: 30px; text-align: center;overflow: hidden;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 19%);transition: transform .8s ease; /* smooth transition */
  transform: scale(1); /* default zoom out */}


.account_box:hover {
  transform: scale(1.1); /* zoom in on hover */
}




.account_box img{margin-bottom: 15px;width: 100%;height: 215px; object-fit: cover;}
.account_box h4{font-size: 17px; font-weight: bold;color: #295fa7;margin-top: 0;}
.account_box p{color: #000; padding-left: 10px; padding-right: 10px;font-size: 15px; color: #000;}

.account_inner{padding:10px;min-height:50px;}



.who_wrap{margin-top:30px; margin-bottom:60px;}
.who_left{position: relative;}
.who1{width:;border-radius: 16px;}
.who1{height:280px;object-fit: cover;width: 100%;}
.who2{position: absolute;
    left: -2px;
    top: 39%;
    max-width: 270px;
    z-index: 9;border-radius: 16px;}



.who_right{}
.who_right p{font-size: 16px; line-height: 24px;color: #000;}

.who_right h3{font-weight: bold; color: #295fa7;margin-top: 120px;font-size: 28px;margin-bottom: 25px;}


.who_right ul {
  margin-top: 0;
  margin-left: 0;
  list-style: none;
  padding-left: 0;
}

.who_right ul li {
  margin-bottom: 10px;
  font-size: 15px;
  display: flex;
  align-items: flex-start; /* align top of icon with top of text */
  gap: 10px; /* space between icon and text */
}

.who_right ul li img {
  flex-shrink: 0; /* prevents image from shrinking */
  max-width: 20px; /* adjust icon size if needed */
  height: auto;
  margin-top: 4px; /* slight tweak to align icon better with text */
}




















.banner3{position: relative; background: #f2f2f2; padding-top: 20px;margin-top: 60px;margin-bottom:35px;}
.banner3 img{width: 100%;}

.banner_text3{margin-top: 60px;}
.banner_text3 h2{font-weight: bold; color: #295fa7;margin-top:140px;font-size: 28px;margin-bottom: 20px;}

.banner_text3 p{color: #000; margin-top: 10px; font-size: 15px;}

.banner_text3 h6{font-size: 14px; font-weight: bold;margin-top: 15px;}


.icon-text {
    display: inline-flex;
    align-items: center;
    gap: 10px; /* spacing between image and text */
}

.icon-text img {
    width: 20px; /* or your preferred size */
    height: auto;
}



.contact_top_wrap{margin-top: 35px; margin-bottom: 60px;}

.section-title {
      text-align: center;
    font-size: 28px;
    color: #295fa7;
    font-weight: bold;margin-bottom:40px;margin-top: 40px;
    }

    .contact-card {
      background-color: #fff;
      border-radius: 8px;
      padding: 20px 20px 20px 20px;
      margin-bottom: 30px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
      height: 100%;border: 1px solid #8fbaf4;box-shadow: 0 4px 12px rgba(0,0,0,0.15);transition: transform .8s ease; /* smooth transition */
  transform: scale(1); /* default zoom out */
    }

    .contact-card:hover {
      box-shadow: 0 4px 8px 1px rgb(0 0 0 / 19%);transform: scale(1.07); /* zoom in on hover */
    }



















    .contact-card h4 {
      font-size: 18px;
      margin-bottom: 10px;
      color: #295fa7;
      font-weight: bold;
    }

    .contact-card p {
      margin: 5px 0;
      color: #444;
      font-size: 14px;
    }

    .contact-icon {
      width: ;
      margin-right: 4px;
      color: #295fa7;
    }

 

    .row-eq-height {
      display: flex;
      flex-wrap: wrap;
    }

    @media (max-width: 767px) {
      .row-eq-height {
        display: block;
      }
    }

.contact-card p a{   
    color: #444;}

.contact-card p i{   
    color: #295fa7;}


.location-container {
  display: flex;
  
  
  
}

.location-icon {
  flex-shrink: 0;        /* Icon won't shrink */
  margin-right: 8px;
}


.location-icon i{color: #295fa7;}

.location-text {
  white-space: nowrap;   /* Prevent wrapping */
  
  text-overflow: ellipsis;
  flex-shrink: 1;        /* Allow it to shrink, but won't wrap */
}





.top_abt_content{margin-top: 50px; margin-bottom: 10px;}
.top_abt_content p{color:#000;font-size: 15px; line-height: 24px;}
.top_abt_content p span{font-weight: bold;color: #295fa7;}

.top_abt_content img{width: 100%;margin-top:40px;border: 1px solid #8fbaf4;}

.ignite_box2{background-image: url(../images/ig2.jpg);
    background-position: center top;
    background-size: cover;padding: 15px;box-shadow: 0 2px 20px rgb(0 0 0 / 20%);position: relative;margin-top:30px;}


.ignite_box2b{background-image: url(../images/ig4.jpg);
    background-position: center top;
    background-size: cover;padding:40px 15px 15px 15px;box-shadow: 0 2px 20px rgb(0 0 0 / 20%);position: relative;margin-top:30px;}




.ignite_text{margin-top: 260px;}
.ignite_text h3{text-align: ;
    font-size: 26px;
    color: #333;
    font-weight: bold; line-height: 36px;}
.ignite_text p{color: #000;line-height: 21px;}





.mission_box {
    margin-bottom: 90px;
    margin-top: 70px;
}

.approach_div{padding-top:60px; padding-bottom: 30px; background:#fff;margin-top: 0;}



.app_top{text-align: center;margin-top: 0;}
.app_top p{color: #000;}

.app_top_special h3{margin-bottom:30px;}




.app_box2{border: 1px solid #e0e0e0; padding:20px 20px;border-radius: 20px;min-height:258px;margin-top: 30px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 19%);background: #fff;transition: transform .8s ease; /* smooth transition */
  transform: scale(1); /* default zoom out */}

.app_box2:hover {
  transform: scale(1.1); /* zoom in on hover */
}


.app_box2 img{max-height:70px;margin-bottom: 20px;background: #dbeaff;padding: 10px; border-radius: 10px;border:1px solid #8fbaf4;}
.app_box2 h4{color: #676666;font-size: 17px; font-weight: bold;}
.app_box2 h4 span{color: #295fa7;display: block;font-size: 14px;padding-bottom: 3px;}

.app_box2 h3{color:#2463eb;font-weight: bold; font-size: 30px;}





.counter_wrap{margin-bottom: 60px;margin-top: 40px;}
.counter_box{text-align: center; margin-top:30px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 15%); border-radius: 20px; background:#dbeaff;}
#counter{display: inline-block; font-size:64px;position: relative;margin-bottom: 0; color:#295fa7;}
.counter_box p{font-size: 15px; color:#333;line-height: normal;font-weight: bold;}
.counter_box img{max-height: 90px;}
.counter_inner{padding:30px 15px 20px 15px;}
.with_plus{display: inline-block; font-size:24px;position: relative;margin-bottom:20px;color:#295fa7;}
.with_plus .counter-value::after {
    content: "+";
    position: relative;
    top: 0;
    font-size: inherit;
    vertical-align: baseline;
}



.abt_big{width: 100%; background:#295fa7;padding-top:40px; padding-bottom:40px;margin-bottom:40px;}

.abt_right{margin-top:120px;}

.abt_right p{color: #fff;line-height: 30px;}

.abt_left h5{font-size:22px;color:#fff;text-align: center;}
.abt_left p{color: #fff; text-align: center;font-weight: bold;}

.approach_margin{margin-bottom: 0;background: #dbeaff;}



.heading2 h3 {
    text-align: center;
    font-size: 28px;
    color: #fff;margin-bottom:60px;
    font-weight: bold;font-family: 'Helvetica Neue';
}









        /* Custom CSS for unique section designs */
    


        .global-delivery {
            background-color: #dee2e6;
            padding: 50px 0;
        }
        .service-icon {
            font-size: 50px;
            color: #007bff;
        }
        .service-box {
            text-align: center;
            margin-bottom: 30px;
        }
        .service-box h3 {
            margin-top: 20px;
        }



.data-analytics-premium {
    background: #ffffff;
    padding: 60px 0;
    border-top: 1px solid #eee;
  }
  .data-analytics-premium h2 {
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
  }
  .data-analytics-premium p {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
  }
  .analytics-box {
    background-color: #fff;
    border: 1px solid #e2e6ea;
    border-radius: 16px;
    padding:35px 25px;
    margin-bottom: 30px;
   box-shadow: 0 4px 8px 1px rgb(0 0 0 / 19%);
    transition: transform .8s ease;
    transform: scale(1);
    height: 100%;
  }
  .analytics-box:hover {
    transform: translateY(-6px);transform: scale(1.1);
  }
  .analytics-icon {
    font-size: 36px;
    color: #295fa7;
    margin-bottom: 15px;
    display: block;
  }


.analytics-box h4{color: #676666;
    font-size: 17px;
    font-weight: bold;}



.analys_top p{margin-bottom:5px;margin-top: 30px;}














.analys_top p span{font-weight: bold; color:#295fa7;}














.boxy-section {
   background:url(../images/ai_bg1.jpg) no-repeat top center; background-size: cover;background-attachment: fixed;
    padding: 60px 0 80px 0; margin-bottom: 0;
  }
  .box-wrapper {
    
    margin-bottom: 0;    
    text-align: center;
  }
  .service-icon {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
  }



.box-wrapper2{border: 1px solid #e0e0e0;
    padding: 20px 20px;
    border-radius: 20px;
    min-height: 168px;
    margin-top: 30px;background:#295fa7;
    box-shadow: 0 4px 8px 1px rgb(0 0 0 / 19%);   
    transition: transform .8s ease;
    transform: scale(1);}


.box-wrapper2:hover {
    transform: scale(1.05);
  }




.box-wrapper2 h3{color: #fff;
    font-size: 17px;
    font-weight: bold;}
.box-wrapper2 p{font-size: 15px; color: #fff;}


.top_box p{margin-top: 30px;}


#myModal_white{z-index: 99999;}
#myModal_white .modal-title{font-weight: bold;}
#myModal_white.fade.in {
    background: rgba(0,0,0,.9);
}

#myModal_white .modal-header .close{font-size: 26px;}


#myModal_white .modal-content {border-radius: 20px;}





#myModal_white h3{color: #000;}

.white_box{display: flex;}
.white_box_left{flex-shrink: 0;}
.white_box_right{flex-shrink: 1;}

.white_box_left img{width: 90px;height:90px; object-fit: cover; margin-right: 10px; border-radius: 6px;}




.app_padd {
    padding-top: 65px;
    padding-bottom: 75px;
}

.white_box_right h3{font-size: 20px; font-weight: bold;}
.white_box_right ul{list-style: none;padding-left: 5px;}



.h_logo_wrap{margin-top: 30px;}

.h_logo_wrap img{border: 1px solid #8fbaf4;}


.right_happy h5{color:#295fa7;
    font-size: 19px;
    font-weight: bold;margin-top:30px;}
.right_happy p{font-size: 15px;font-weight: bold;}




.focus_wrap img{max-height:70px;margin-bottom:10px;background: #dbeaff;padding: 10px; border-radius: 10px;border:1px solid #8fbaf4;display:block;}

.focus_wrap{margin-bottom: 15px;}
.focus_wrap p{color: #333; font-weight: bold;margin-bottom: 0;}






@media (min-width: 768px){
.common_modal_employee .modal-dialog {
    width: 850px;
    margin: 30px auto;
}

}


.common_modal_employee .modal-title{font-weight: bold; color: #000; font-size: 20px;}



.circle_box_wrap{margin-top:80px;margin-bottom: 15px;}

.circle_box_wrap a{text-decoration: none;}


.circle_box_text {
    background: #dbeaff;
    position: relative; /* Required for absolute positioning inside */
    padding-top: 50px; /* Add some padding so text doesn’t overlap the image */
    text-align: center;border-radius: 8px;
}

.circle_img_wrap {
    position: absolute;
    top: -45px; /* Half the image height (90px / 2) */
    left: 50%;
    transform: translateX(-50%);
}

.circle_box_text img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 100%;
    border: 2px solid white; /* Optional: gives a nice outline */
}

.circle_padding {
    padding: 15px;
}

.circle_padding h4{color:#295fa7; margin-top: 15px;font-size: 19px;font-weight: bold;margin-bottom: 8px;}

.circle_padding h6{color: #000; margin-top: 0;font-size: 13px;}






.circle_common{z-index: 99999;}
.circle_common .modal-title{font-weight: bold;}
.circle_common.fade.in {
    background: rgba(0,0,0,.9);
}

.circle_common .modal-header .close{font-size: 26px;margin-top: 0px;
    margin-right: 6px}


.circle_common .modal-content {border-radius: 0;}

.circle_common .modal-header{padding: 0;border-bottom: 0;}
.circle_common .modal-footer{border-top: 0;}


.circle_common .modal-dialog {margin: 10px 15px;}

.circle_common h3{color: #000;}


.leader_right h4{color: #295fa7; margin-top: 0;font-size:26px; font-weight: bold;}

.leader_right h6{color: #000; margin-top: 0;font-size:15px;}




@media (min-width: 768px){
.circle_common .modal-dialog {
    width: 1050px;
    margin: 30px auto;
}

}






/* Image Container */
.upscale-card .image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.upscale-card .image-wrapper:hover {
    transform: scale(1.02);
}

/* Image */
.upscale-card img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
}

/* LinkedIn Icon Circle */
.linkedin-icon {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: #0e76a8;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.linkedin-icon:hover {
    background-color: #084d6e; color:#fff;
    transform: scale(1.1);
}


.leader_right p{font-size: 17px; line-height: 28px;}





.new_left_of_who{}
.new_left_of_who img{height: 500px; object-fit: cover;}







.infograph_div_wrap{margin-top:60px;}
.infograph_div{border: 1px solid #8fbaf4;padding: 15px 15px 30px 15px;margin-top: 20px;text-align: center;
    font-size: 28px;
    color: #295fa7;
    font-weight: bold;
    margin-bottom: 15px;}



.infograph_div h3{margin-top:15px; margin-bottom: 15px;}




.banner_text3 p img{width: auto;}





.video_container{position: relative;}
.video_box2{ margin-top:0; margin-bottom: 30px;}
.video_box2 video{
  object-fit:cover;
  width: 100%; border-radius: 12px !important;
  height:358px !important;
}











.covered{ padding-top: 50px; padding-bottom: 50px;}

.covered a{text-decoration:none;}


.cov_left h2{
  font-family: 'Helvetica Neue';
    font-size: 28px;
    color: #295fa7;
    font-weight: bold;
    margin-bottom: 15px;
    
}
.cov_left h2 span{}
.cov_left p{color: #fff;margin-bottom: 20px;}

.cov_box{background: #fff; padding: 15px; border-radius:12px; margin-bottom: 30px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 19%);
    background: #fff;
    transition: transform .8s ease;
    transform: scale(1);}

.cov_box:hover {
  transform: scale(1.1); /* zoom in on hover */
}


.cov_box h5{color: #295fa7; font-weight: bold; font-size: 18px;}

.cov_box img{border-radius:6px;}

.cov_box p{color: #333;}

.cov2_margin{margin-top:80px;}


.section_stick1{position: sticky;top: 140px;margin-bottom: 20px;}


.cov_box i {
    font-size: 40px;
    margin-bottom: 20px;
    background: #dbeaff;
    padding: 10px; color: #295fa7;
    border-radius: 10px;
    border: 1px solid #8fbaf4;
}





.sq_box_wrap {
    margin-top: 110px;
}

.sq_box_text_new {
    padding: 20px;
    background: linear-gradient(145deg, #ffffff, #dbeaff);
    border-radius: 16px;
    text-align: center;
    position: relative;min-height:420px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: visible;
}

.sq_box_text_new img {
    margin: -90px auto 20px auto;
    width: 90%;
    border-radius: 12px;
    border: 4px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.sq_box_text_new h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1a3f77;
    margin-bottom: 12px;
    line-height: 1.4;
}

.sq_box_text_new h6 {
    font-size: 15px;
    font-weight: 400;
    color: #4a4a4a;
    margin-bottom: 18px;
    line-height: 1.6;
}

.meta_info {
    font-size: 13px;
    color: #888;
    margin-bottom: 20px;
}

.meta_info span.author {
    font-weight: 600;
    color: #1a3f77;
}







.right_block {
    background: linear-gradient(145deg, #ffffff, #dbeaff);
    padding: 10px 15px;
    border-radius: 8px;
    margin-top: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.right_block h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    color: #295fa7;font-weight: bold;
}

ul.recent {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

ul.recent li {
    margin-bottom: 15px;
    border-bottom: 1px solid #000;padding-bottom: 15px;
}

.no_border_bottom {
    border-bottom: none !important;
}

ul.recent li a {
    color: #000;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-decoration: none;
    line-height: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.recent li a:hover {
    color: #1a3f77;
}

ul.recent li a i {
    display: none; /* removing icons */
}


.blog_outer{margin-top: 60px;}




.blog_outer .sq_box_text_new {
    padding: 20px;
    background: linear-gradient(145deg, #ffffff, #dbeaff);
    border-radius: 16px;
    text-align: center;
    position: relative;
    min-height: 374px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
    transition: all 0.3s ease;
    overflow: visible;
}



#owl-demo1_logo {margin-top:40px;}
#owl-demo1_logo .item {
	background: ;
	padding: 0px 0px;
	margin: 0 8px;
	color: #000;
	text-align: left;}

.customNavigation1_logo {
    text-align: center;
    margin-bottom: 0;
    margin-top: 40px;
}
    
.customNavigation1_logo a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

.customNavigation1_logo .prev1_logo{ cursor:pointer; padding: 0 2px;}
.customNavigation1_logo .next1_logo{cursor:pointer; padding: 0 2px;}



#owl-demo1_logo .account_box { padding: 20px; /* padding inside the box */
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    margin-bottom: 10px; /* allow space for shadow */
}

#owl-demo1_logo .account_box img{height: auto;}


.new_about{margin-top: 70px; margin-bottom: 50px;}

.new_about h3 {
    text-align:left;
    font-size: 28px;
    color: #295fa7;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
    font-family: 'Helvetica Neue';
}

.new_about p{margin-top: 40px;line-height: 27px;}

.new_about_right{}

.new_about_right img {
    width: 100%;
    margin-top: 0;
   border-radius: 12px;border:none;
}


.mv_new{text-align: center;margin-top: 15px;}
.mv_new img{margin-bottom: 30px;}
.mv_new p{line-height: 28px;}


.cov_new img {
    max-height: 70px;
    margin-bottom: 20px;
    background: #dbeaff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #8fbaf4;
}















.blog_inner_content {
    background: #fff;
    padding:15px;
    border-radius: 16px;
   box-shadow: 0 4px 8px 1px rgb(0 0 0 / 19%);
    margin-bottom: 50px;border: 1px solid #efefef;
}

.blog_inner_content .main-img {
    margin-bottom: 20px;
    border-radius: 12px;   
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.blog_title {
    font-size: 28px;
    font-weight: 700;
    color: #1a3f77;
    margin-bottom: 10px;
}

.blog_points {
    margin-top: 10px;
    padding-left: 18px;
}

.blog_points li {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
    list-style-type: disc;
}

.comment_section {
    background: linear-gradient(145deg, #ffffff, #dbeaff);
    padding:30px 15px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);border: 1px solid #efefef;
}

.comment_section h3 {
    color: #1a3f77;margin-top: 0;
    margin-bottom: 20px;
}

.comment_form .form-group {
    margin-bottom: 15px;
}

.comment_form .form-control {
    border-radius: 6px;
    border: 1px solid #ccc;
    box-shadow: none;
    padding: 10px;
}

.existing_comments {
    margin-top: 40px;
}

.single_comment {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    border-left: 4px solid #1a3f77;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.reply_comment {
    margin-left: 30px;
    margin-top: 15px;
    background: #f0f7ff;
    border-left: 4px solid #295fa7;
}

.comment_text {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.comment_meta {
    font-size: 13px;
    color: #777;
}

.reply_btn {
    font-size: 13px;
    color: #1a3f77;
    text-decoration: underline;
    cursor: pointer;
}




.comment_wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.comment_avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: cover;
}

.comment_avatar.small {
  width: 35px;
  height: 35px;
}

.comment_content {
  max-width: 600px;
}

.comment_text {
  margin: 0 0 6px 0;
  font-size: 14.5px;
  line-height: 1.5;
}

.comment_meta {
  font-size: 13px;
  color: #555;
}

.comment_date {
  margin-left: 8px;
  color: #888;
}

.reply_btn {
  font-size: 13px;
  color: #007BFF;
  text-decoration: none;
  margin-top: 4px;
  display: inline-block;
}

.reply_comment {
  margin-top: 10px;
  margin-left:20px;
}



.reply_form_wrapper {
  margin-top: 10px;
}

.reply_textarea {
  width: 100%;
  min-height: 60px;
  resize: vertical;
  padding: 8px;
  margin-bottom: 6px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.submit_reply_btn {
  padding: 6px 12px;
  background-color: #007BFF;
  border: none;
  color: white;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
}

.submit_reply_btn:hover {
  background-color: #0056b3;
}




.styled_blockquote {
  background: linear-gradient(145deg, #ffffff, #dbeaff);
  color: #333;
  padding: 20px 30px;
  border-left: 6px solid #4c8bf5;
  border-radius: 10px;
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
  margin: 30px 0;
  position: relative;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.styled_blockquote::before {
  content: "“";
  font-size: 50px;
  color: #c7d6f9;
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: Georgia, serif;
}

.styled_blockquote p {
  margin: 0;
  padding-left: 40px;
}














.ai-section {
  background-color: #0d47a1;
  padding: 60px 0;
  color: #ffffff;
  text-align: center;
}

.ai-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #bbdefb;
}

.ai-description {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.ai-list {
  list-style: none;
  padding: 0;
  max-width: ;
  text-align: center;
}

.ai-list li {
  margin-bottom: 14px;
  font-size: 15px;margin-left: 3px; margin-right: 3px;
  padding: 10px 15px;display: inline-block;
  background-color: rgba(255, 255, 255, 0.05);
  border-left: 4px solid #64b5f6;
  border-radius: 4px;
}

.ai-list li::before {
  content: "✔ ";
  color: #64b5f6;
  font-weight: bold;
}









.block2 img{width: 180px; height: 180px; border-radius: 100%;border:2px solid #e0e0e0;margin: 0 auto;}


.icon_block{margin-top: 30px;}
.icon_block h4{color:#000; margin-top:20px; font-weight: bold; text-align: center;}
.icon_block p{color: #000;}

.lower_para p{margin-top: 0;margin-bottom: 30px;}









.spc_wrap{margin-bottom: 80px;}

.special_left{background:#295fa7;}
.left_content{padding: 30px 30px 40px 30px;}
.left_content h2{ font-size:28px; text-align: left; font-weight: bold;color:#bbdefb;margin-top: 10px;font-family: 'Helvetica Neue';}
.left_content p{text-align: left; line-height: 22px;color:#fff;font-size: 14px;}
.left_content ul{ list-style: none; margin-top: 10px; text-align: left;}
.left_content ul li{line-height: 24px;color: #fff;}

.left_content h5{margin-top: 0;
    font-size: 19px;
    font-weight: bold;
    color: #fff;}


.left_lower{ text-align: left; margin-top: 30px;}
.special_right{}

.aligned-row{display:flex;}

.special_right img{width: 100%; height: 100%;object-fit:cover;}

.ai-premium{margin-top:70px;}








.blockchain-section {
 background:url(../images/block_bg.jpg) no-repeat top center; background-size: cover;background-attachment: fixed;
  padding: 70px 0;
  color: #ffffff;
  }

.bc-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #bbdefb;font-family: 'Helvetica Neue';
}

.bc-description {
  font-size: 16px;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 50px;
}

.bc-benefits {
  margin-top:50px;
}

.bc-item {
  margin-bottom: 30px;
}

.bc-point {
  font-size: 14px;
  line-height: 1.6;
  background-color:#fff;
  padding: 15px; color: #000;
  border-left: 4px solid #64b5f6;
  border-radius: 4px;min-height:85px;
}



.highlight-box{margin-bottom: 15px;text-align: center;}
.highlight-box h3{margin-top: 0;font-size: 28px; font-weight: bold;}
.highlight-box h4{margin-top: 0;font-size: 19px; font-weight: bold;color: #000;margin-bottom: 15px;}
.highlight-box ul{text-align:center;}
.highlight-box ul li{display: inline-block;}

.ai_right2{margin-top: 30px;}


.mob_app{background: #fff;}




.key_head{}
.key_head h5{margin-top: 0;
    font-size: 19px;
    font-weight: bold;
    color: #000;margin-bottom: 0;}


.key_head2{text-align: center;}

.key_head2 h5{margin-top: 0;
    font-size: 19px;
    font-weight: bold;
    color: #fff;margin-bottom: 0;}


.ai-section .key_head2 h5{margin-top: 0;
    font-size: 19px;
    font-weight: bold;
    color: #fff;margin-bottom:30px;}



.ai-list2 {
  list-style: none;
  padding: 0;
  max-width: ;
  text-align: center;
}

.ai-list2 li {
  margin-bottom: 14px;
  font-size: 15px;margin-left: 3px; margin-right: 3px;
  padding: 10px 15px;display: inline-block;
  background-color:#efefef;
  border-left: 4px solid #64b5f6;
  border-radius: 4px;
}

.ai-list2 li::before {
  content: "✔ ";
  color: #64b5f6;
  font-weight: bold;
}













/* -------- Scroll Top Css --------*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	
	z-index: 99991;
   
	color: #eeeeee;
	
	right: 5px;
	bottom:75px;
	padding-top: 2px;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}

/* -------- Scroll Top Css Ends --------*/






@media(max-width:1200px) {



}



@media(max-width:992px) {
    
    .spc_wrap {
    margin-bottom: 0;}
    
    .bc-benefits {
  margin-top: 10px;
}
    .ai-premium {
    margin-top: 0;}
    
	.aligned-row {
        display: block;
    }
	.reply_comment {
    margin-top: 10px;
    margin-left: 0;}
	
	.comment_section {padding: 15px;}
	
	.single_comment {padding: 15px 15px;}
	
	.comment_date {margin-left: 0;color: #888;display: block;}
	
	.blog_title {
    font-size: 22px;}
	
	.blog_inner_content {padding: 15px;}
	
	.right_block {  
    margin-top: 20px;}
	
	
	
	.blog_outer {
    margin-top: 20px;}
	.sq_box_text_new {min-height:auto;}
	
	
	
	.new_about{margin-top:30px; margin-bottom:30px;}

.new_about p{margin-top: 13px; margin-bottom: 30px;}
	.ignite_box2 {margin-top: 0;}
	
	
	
	
	.blog_outer {
    margin-top: 20px;}
	.sq_box_text_new {min-height:auto;}
	
	
	
	
	
	.section_stick1{position: relative;top: 0;left: 15px; margin-bottom: 20px;}
	
	.cov_left h2 {font-size:24px;}
	
	.covered .container{padding-left: 0; padding-right: 0;}
	.covered {padding-top: 20px;
    padding-bottom: 20px;}
	.cov_box img {
    border-radius: 6px;			
    width:auto;}
	
	.cov2_margin {
    margin-top: 0;}
	.video_box2{ margin-top:30px;}
	
	
	.new_left_of_who img {
    height: 329px;
    object-fit: cover;
}
	
	
	.mission_box {
    margin-bottom: 35px;
    margin-top: 40px;}
	
	
	.mv_new {
    text-align: center;
    margin-top: 30px;
}
	
	
	
	.who1{height: auto;object-fit: cover;width: 100%;}
	.counting .row{margin-left: 0; margin-right: 0;}
	.ignite_text {
    margin-top: 141px;}
	
	.ignite_text h3 {    
    font-size: 21px;
    color: #333;
    line-height: 28px;}
	
	
	.banner_text h2 {
    font-size: 28px;
}
	
	
	.banner_right{margin-top:30px;}
	
	
	.banner_wrap{margin-top: 0;}
	
	
.no_row_margin_later{margin-left: 0; margin-right: 0;}
	.no_row_margin_later2{margin-left:15px; margin-right:15px;}
	
	.who1{width:100%; float:none;margin-bottom: 15px;height:270px; object-fit: cover;}
.who2{display: none;}
	
	
	.who_right h3 {
    font-weight: bold;
    color: #295fa7;
    margin-top: 30px;
    font-size: 24px;margin-top: 15px;
    margin-bottom: 15px;
}
	
	
	
	.who_wrap {
    margin-top: 0;
		margin-bottom: 50px;}

	
	.girl{display: none;}
	.banner_text3 h2 {
    font-weight: bold;
    color: #295fa7;
    margin-top: 10px;
    font-size: 28px;
    margin-bottom: 20px;
}
	
	
	.banner3 {
    position: relative;
    background: #f2f2f2;
    padding-top: 20px;
    margin-top: 0;padding-bottom: 30px;
    margin-bottom: 50px;
}	
	
	
	.banner_text3 {
    margin-top: 25px;
}
	
	
	.abt_right{margin-top:30px;}
	
	#owl-demo1 .item {padding: 0px 0px;margin: 0 0;}
	
	.ai_right{margin-top: 40px;}
	
	.data-analytics-premium {   
    padding: 40px 0;}
	
	
	.analytics-box {    
    padding: 25px 25px;}
	
	.analys_top p {    
    text-align: left;}
	
	.data-analytics-premium p {
    text-align: left;}
	
	.top_box p {
    text-align: left;}
	
	
	#myModal_white .modal-dialog {
    position: relative;
    width: auto;
    margin: 30px 30px;}
	
	
	
	#myModal_circle .modal-dialog {
    position: relative;
    width: auto;
    margin: 30px 30px;}
	
	
	

	
	.focus_wrap{min-height:125px;}
	
	.account_box img {height: 200px;}
	
	.leader_right h4 {   
    margin-top: 25px;}
	
	.ai_right{padding-left: 0; padding-right: 0;}
	
	.video_box_wrap{padding-left: 0; padding-right: 0;}
	
	.section-title {margin-bottom: 38px;margin-top: 10px;}
	
	
	
	
}



@media(max-width:767px) {
 
	
	.banner_outer{margin-top: 0;position: relative;}
	.img_wrap video {
    }
	
	
	.img_wrap1 img {
    width: 100%;height: 300px; object-fit: cover;margin-top: 30px;}
	
	.slider_wrap2{bottom: 10%;}
	
	.banner_text2 h2{font-size: 36px;}
	
	.banner_text2 p{font-size: 19px;}
	
	.img_wrap video {
    width: 100%;
    max-height: 950px;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
	
	
	
	
	#owl-demo1_logo .account_box {
    padding: 0;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    margin-bottom: 10px;
}
	
	#owl-demo1_logo .account_box img{margin-bottom: 0;}
	
	#owl-demo1_logo .item {
    padding: 0px 0px;
    margin: 0 4px;
    color: #000;
    text-align: left;
}
	
	
	
	#owl-demo1_logo {
    margin-top: 10px;
}
	
	
	
	
	
	
}





@media(max-width:567px) {




}










@media(max-width:479px) {

	
}


@media(max-width:320px) {
	
}











/* -------- FOOTER SECTION --------*/

footer.nb-footer {
background:#295fa7;
    background-size: cover;
   
    padding-top:40px;
    padding-bottom:40px;
	
}

footer.nb-footer .about {
	margin: 0 auto;
	margin-top:20px;
	max-width: 1170px;
	text-align: center;
}

footer.nb-footer .about img{max-width: 120px;}


footer.nb-footer .about p {
	font-size: 13px;
	color: #fff;
	margin-top: 30px;
}

footer.nb-footer .about .social-media {
	margin-top: 15px;
}


footer.nb-footer .about .social-media ul li a:hover {
	background: #fff;
	color: #fff;
	
}

footer.nb-footer .footer-info-single {
	margin-top: 30px;
}


footer.nb-footer .footer-info-single ul li{line-height: 28px;}

footer.nb-footer .footer-info-single ul li a {
	display: block;
	color: #fff; font-size: 15px;
	padding: 2px 0;
}

footer.nb-footer .footer-info-single ul li a:hover {
	color: #fff;
}

footer.nb-footer .footer-info-single p {
	font-size: 15px;
	line-height: 28px;
	color: #fff;
}


.footer-info-single h4{color: #fff;font-size: 17px; font-weight: bold;}


.social-media ul li a{font-size: 19px !important;}

.footer-info-single img{margin-bottom: 10px;}




.copyright {
	margin-top: 0;
	background:#295fa7;
	padding:40px 0;border-top: 1px solid #fff;
	color: #000;
}

.copyright p {
	margin: 0;
	padding: 0; text-align: center; font-size: 14px;color: #fff;
}





@media(max-width:992px){
	
	.copyright{padding-bottom: 50px;}

}




@media(max-width:767px) {
    

	
}

@media(max-width:479px) {
 
}


@media(max-width:320px) {
	
}







