@charset "utf-8";

/* CSS Document */

html { height: 100%; }

body {
    overflow-x: hidden;font-family: "Montserrat", sans-serif;}

* {
    margin: 0;
    padding: 0;
}















a {
    outline: none;
}

a:focus {
    outline: none;
}

p{font-size: 15px;}
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: 15px;
background: #ed1a3b;
padding: 5px 8px; border-radius: 16px;transition: all .7s; }




.btn_new1.focus,
.btn_new1:focus,
.btn_new1:hover {
    color: #000;
    text-decoration: none;
    outline: none !important;
	background:#e8e8e8; 
}





.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; 
}

















.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: 9999;}
 .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: #fff !important; transition: all 1s;
	
    }

.logo_div img{transition:all .8s;max-width:210px;}

.logo_div a{display: inline-block;}


.logo-max-width{max-width: 100px;transition:all .8s;}
.nav-margin-zero{ margin-top: 5px !important; transition:all .8s;}








.upper_nav{background:#ed1a3b;
padding-top: 4px; padding-bottom: 4px;}
.upper_nav a{color:#fff; text-decoration: none;font-size: 15px;}

.u_n_right{text-align: right;}





















/* -------- NAV & LOGO SECTION --------*/



.wrap2{ background:#fff; padding-top: 10px;padding-bottom: 5px; position: relative; z-index: 9;}
.crush img{width:100%;}

.logo_div{ text-align: center; margin-top:4px;}
.logo_div img {transition:all .8s; max-width: 190px;}



.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;}




@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{}
	
	
	
	
	.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;}
	.u_n_right{text-align: center;}
	
	
	.container2{margin-top: 20px;}
	.only_mob{display:block !important;}
	ul.small_list{display: none;}
	
	
	
	
}











@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: -50px;position: relative;}


.img_wrap{position: relative;width: 100%;}













.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:#ed1a3b; font-size: 14px; border-radius:8px;}
.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:8px;}

.login_box h2{margin-top: 0; color: #000; border-bottom: 1px solid #d1d1d1; padding-bottom: 7px;}




.form_div_outer h3{margin:5px; 0 0 0;}

.form_div_outer2{ padding-top: 10px; padding-bottom: 10px;}

.form_div_outer2 .form-control{ background:transparent; 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;}


.form_div_outer2 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

.form_div_outer2 :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}

.form_div_outer2 ::-ms-input-placeholder { /* Microsoft Edge */
  color: #333;
}








.executive_banner{background:#e41d37;margin-top: 100px;}
.exe_left{float:left; width: 50%;}
.exe_left_padding{padding: 25px;}
.exe_right{float:right; width: 50%;}


.exe_right img{width: 100%;height:400px; object-fit: cover;}

.exe_left h5{color: #fff;font-size: 18px;margin-top: 80px;}
.exe_left h2{color: #fff;font-size: 40px;margin-top: 0;}



.find_box{background:#fff;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 19%);top:-100px;border-radius: 16px;z-index: 9;position: relative;padding-top: 20px; padding-bottom: 20px;}

.find_box h3{margin-top: 0;}

.find_box a.btn_new1{width: 100%;}

.req_btn_div .btn_new1{margin-top:5px;}




.why_wrap{margin-top: -90px;}
.why_wrap h3{text-align: center;margin-top: -20px;}

.heading1 h3{text-align: center;  color: #000;}

.why_wrap p{text-align: center; color: #000;}

.solution_wrap .heading1 h5{text-align: center; color: #000;}


.approach_div{padding-top:20px; padding-bottom: 50px; background:#fff;margin-top: 30px;}

.heading2{}
.heading2 h3{color:#000;margin-top: 0;text-align: center;margin-bottom:30px;}


.app_top{text-align: center;margin-top: 15px;}
.app_top p{color: #000;}

.app_box{margin-top: 30px;}
.app_box h4{color: #000;font-weight: bold; text-align: center;}
.app_box p{color: #000; text-align: center;}

.app_box img{max-width: 50px; display: block; margin: 0 auto;}

.solution_wrap{background:url(../images/solution_bg.jpg) no-repeat bottom center; background-size: cover;background-attachment: fixed;padding-top:50px; padding-bottom:50px; margin-top: 0;}


.solution_wrap h2{color: #fff;margin-bottom: 30px;}


.solution_box{border:1px solid #e0e0e0; padding:30px 15px 15px 15px;margin-top:30px; margin-bottom:30px;position: relative;box-shadow: 0 2px 20px rgb(0 0 0 / 20%); border-radius: 16px;background:#fff;}



.common_box1a{min-height:312px;}
.common_box1{min-height:280px;}
.common_box2{min-height:375px;}


.solution_box h3{color: #000;margin-top: 0;font-size:18px; font-weight: bold;}
.solution_box p{color: #000;line-height: 24px;}

.snumber{position: absolute; top: -11px; left: -1px;z-index: 1;color: #fff; background:#ed1a3b;width:20px; height: 24px;text-align: center; line-height:24px;font-size:20px;}


.heading2 h5 {
    text-align: center;
    color: #000;
    padding-bottom: 14px;
    padding-top: 15px;
    font-size: 19px;
    text-decoration: underline;
}









.we_div {
  background: #fff;
  padding: 70px 0;
  
}

.section-title {
  
}

.subtitle {
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
}

.main-img {
    border-radius: 16px;
    width: 100%;
    height: 583px;
    object-fit: cover;
    box-shadow: 0 8px 24px rgb(0 0 0 / 20%);
}

.offer-card {
  background: #fff;
  color: #000;
  border-radius: 16px;
  padding: 20px;border:1px solid #e0e0e0;
  margin-bottom: 20px;
  min-height: 180px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
  text-align: left;
}

.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.icon-wrap img {
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
}

.offer-card h4 {
  font-size: 18px;
  color: #ed1a3b;
  margin-bottom: 8px;
  font-weight: 600;
}

.offer-card p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}




















.expertise{margin-top: 30px;}




/* Card Layout */
.premium-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Card Image Styling */
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 20px 20px 0 0;
}

/* Hover Effect on Image */
.premium-card:hover .card-image img {
  transform: scale(1.1);
}

/* Card Body */
.card-body {
  padding: 30px;
  background-color: #ffffff;
  text-align: center;min-height: 235px;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}

/* Card Heading */
.card-body h3 {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 20px;
 
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Card Text */
.card-body p {
  font-size: 16px;
  color: #555555;
  line-height: 1.7;
  
  margin-bottom: 0;
  opacity: 0.8;
}

/* Card Hover Effects */
.premium-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 60px rgba(0, 0, 0, 0.2);
}

.premium-card:hover .card-body {
  background-color: #f9f9f9;
}

/* Responsive Design */
@media (max-width: 768px) {
  .premium-card {
   
  }

  .card-body h3 {
    font-size: 24px;
  }

  .card-body p {
    font-size: 14px;
  }
}
















.expertise .heading1 p{margin-top: 15px;}


.detail_box{display: flex;background: #fff;padding:15px;margin-bottom: 15px;border-radius: 6px; min-height: 110px;box-shadow: 0 2px 20px rgb(0 0 0 / 20%);}
.detail_box_left{flex-shrink: 0;margin-right: 10px;}
.detail_box_left i{font-size: 40px; color: #fff}
.detail_box_right{flex-shrink:1;text-align: left;}
.detail_box_right h6{color:#fff;font-size: 14px;margin-bottom: 0;}
.detail_box_right a{color: #fff; font-size: 16px;text-decoration: none;margin-top: 6px;display: block;font-weight:600;}
.detail_box_right p{color: #fff; font-size: 16px;margin-top: 5px; font-weight:600;}

.detail_box_left img{width:70px; height:70px; border-radius: 100%; object-fit: cover;border:2px solid #fff;}

.detail_box_right h5{color:#000;font-size: 16px;font-weight: bold;margin-top:5px;}




/* Individual box adjustments */
.ignite_box1b, .ignite_box2b, .ignite_box3b {
    background-size: cover;
    background-position: center top;
    padding: 15px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
    position: relative; /* Keep relative positioning */
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    min-height: 300px; /* Ensures all boxes have the same minimum height */
    vertical-align: top; /* Ensures all boxes align at the top */
}

/* Background images */
.ignite_box1b {
    background-image: url(../images/lb1.jpg);
}

.ignite_box2b {
    background-image: url(../images/lb2.jpg);
}

.ignite_box3b {
    background-image: url(../images/lb3.jpg);
}

/* Text container adjustments */
.ignite_text {
   min-height: 200px;
}

.ig_textb h4 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}

.ig_textb p {
    color: #fff;
    margin-bottom: 20px;
}

/* Button wrapper to align buttons at the same level */
.button-wrapper {
    margin-top: auto; /* Pushes the button to the bottom of the box */
    text-align: left; /* Centers the button horizontally */
}

/* Button styling */
.ignite_text .btn_new1 {
    margin-top: 10px; /* Adds consistent space between content and button */
}



.banner{position: relative; background: #e8e8e8; padding-top: 0;margin-top: 40px;}
.banner img{width: 100%;}



.banner_text_outer{}


.white_box{padding: 15px; background:none;border: 1px solid #ce8f24;}
.white_box button{width: 100%;}

.banner_text{margin-top: 100px;}
.banner_text h2{color: #000; margin: 0 0 0 0; font-size:47px;}
.banner_text h2 span{ color:#000;}
.banner_text h3{color: #000;margin: 0 0 0 0; font-size: 47px;}
.banner_text h3 span{ color:#ce8f24;}
.banner_text p{color: #000; margin-top: 20px; font-size: 18px;}



.banner_text a{font-size: 20px; margin-top: 20px;}



.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background:#ed1a3b;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Align to top to sync icons */
    padding: 5px 0 5px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* Link styling */
.bottom-bar a {
    flex: 1;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.2;
    height: 60px; /* fixed height for alignment */
    box-sizing: border-box;
    padding-top: 4px;
}

/* Icon styling */
.bottom-bar a i {
    font-size: 24px;
    margin-bottom: 4px;
    color: #fff;
    line-height: 1;
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
    .bottom-bar a {
        font-size: 11px;
    }

    .bottom-bar a i {
        font-size: 22px;
    }
}




.proven_div{}

.proven_div h2 {
    color: #000;
    margin: 0 0 0 0;
    font-size: 24px;
}


.proven_div p {
    color: #000;
    margin-top: 20px;
    font-size: 14px;
}

.girl img{}



.whatsapp_div{position: fixed; bottom: 155px; right: 15px; z-index: 999;}


.ignite_wrap{padding-bottom: 60px;}














/* -------- Scroll Top Css --------*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	
	z-index: 99991;
   
	color: #eeeeee;
	
	right: 12px;
	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) {

.art_left h2{font-size: 40px;}
	.art_left2 h2{font-size: 40px;}


}



@media(max-width:992px) {
	
	.heading2 h3 {   
    margin-bottom: 20px;}
	.ignite_wrap{padding-bottom: 100px;}
	
	.main-img {   
    width: 100%;
    height: auto;
   margin-bottom: 30px;}
	
	
	
	
	
	
	.section-title {
    font-size: 28px;
  }

  .we_div {
    padding: 50px 20px;
  }
	
	
	
	
	
	.no_row_margin_later{margin-left: 0; margin-right: 0;}
	.no_row_margin_later2{margin-left:15px; margin-right:15px;}
	
	.girl{display: none;}
	.banner_text {
    margin-top: 20px;}
	.oa_wrap img{margin-bottom: 15px;}	
	.banner_right{margin-top:30px;}	
	.banner_wrap{margin-top: 0;}	

	.pr_banner{display: none;}
	
	
	.executive_banner {
    background: #e41d37;
    margin-top: 3px;}
	
	.exe_left{float:none; width:100%;text-align: center;}
.exe_left_padding{padding:10px 15px;}
.exe_right{float:none; width:100%;}
	
	.exe_left h5 {color: #fff;font-size: 18px;margin-top: 5px;}
	.exe_left h2{margin-bottom:0;font-size: 34px;}
	
	.exe_right img{width:100%;height: auto;}
	
	.why_wrap {margin-top:35px;}
	.find_box {top: -20px;margin-left:25px; margin-right:25px;}
	.common_box1a{min-height:auto;}
	.common_box1{min-height:auto;}
.common_box2{min-height:auto;}
	
	.no_row_margin_later{
    margin-right: 0px;
    margin-left: 0px;
}
	
	.approach_div { 
    margin-top: 0;}
	
	
}



@media(max-width:767px) {
 
	 .img_1{margin-left:0;position: relative; z-index: 2; text-align: center;margin-bottom: 15px;}
.img_2{ margin-top: 10px;text-align: center;display: none;}
	
	.img_1 img{display: block;
  margin-right: auto;
  margin-left: auto;}	
	
 .img_2 img{display: block;
  margin-right: auto;
  margin-left: auto;}	
	
	.we_div {    
    padding-top: 30px;
    padding-bottom:30px;}
	
	
	
	
	
}





@media(max-width:567px) {




}










@media(max-width:479px) {

	
	
}


@media(max-width:320px) {
	
}












/* -------- FOOTER SECTION --------*/




@media(max-width:992px){
	
	

}





@media(max-width:767px) {
    

	
}

@media(max-width:479px) {
 
}


@media(max-width:320px) {
	
}





