@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 'Yantramanav', sans-serif; color: var(--body_txt_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: 0px; margin: 0px;}
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,li{-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s; }


:root{
    --black: #262626;
    --blue: #001659;
    --brand: #005072;
    --red: #b8142a;
    --body_txt_color: #262626;
    --white: #fff;
    --backgroundOverlayColor: hsla(0,80,114,1);
    --border_color: #D9D9D9;
   }



/* top_button */
.top_btn {background: var(--brand); border-radius: 100%; bottom: 1rem; color: var(--white); height: 5rem; opacity: 0; overflow: hidden; position: fixed; right: 1rem; width: 5rem; z-index: 9999;  text-align: center; display: inline-block;}
.top_btn i{font-size: 2rem; line-height: 5rem;}
.top_btn.show{opacity: 0.7;}
.top_btn:hover {bottom: .3rem; opacity: 1; color: var(--white);}


.ptb{padding: 6rem 0;}
em{font-style: normal;}
.as_btn{position: relative; display: inline-block; vertical-align: middle; -webkit-appearance: none; appearance: none; outline: none !important; font-weight: 800; font-size: 1.9rem; color: var(--white); text-transform: capitalize; letter-spacing: .1rem; background: var(--red); padding: 0 2.5rem; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; overflow: hidden; z-index: 1; height: 5rem; line-height: 5rem; border-radius: .5rem; margin-top: 2.5rem;}
.as_btn::after{position: absolute; content: ""; top: 0; left: 0; right: 0; bottom: 0; background: var(--brand); -webkit-transition-delay: .1s; transition-delay: .1s; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; -webkit-transition-duration: .4s; transition-duration: .4s; -webkit-transition-property: all; transition-property: all; opacity: 1; -webkit-transform-origin: top; transform-origin: top; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: scalex(0); transform: scalex(0); z-index: -1;}
.as_btn:hover::after{opacity: 1; -webkit-transform: scalex(1); transform: scalex(1);}
.as_btn:hover{color: var(--white);}
.as_btn i{vertical-align: middle;}
h1,h2{font-size: 3.6rem; line-height: 4.6rem; text-transform: capitalize; color: var(--black); font-weight: 600;}
h1 span,h2 span{color: var(--red); text-transform: uppercase; font-weight: 500; font-size: 1.8rem; line-height: 1.8rem; display: inline-block; width: 100%; padding-bottom: .5rem;}
h4{font-size: 2.4rem; line-height: 3.3rem; color: var(--black); text-transform: capitalize; font-weight: 600; position: relative;}
.hidden_sec{overflow: hidden;}


.white_btn{background: transparent; border: .2rem solid var(--white); line-height: 4.8rem;}
.white_btn::after{background: var(--white);}
.white_btn:hover{color: var(--brand);}



/*header*/
.header_sec{ width: 100%; position: relative; z-index: 5;}
.header_menu{background: var(--white);}
.nav_top{border: none; min-height: auto; box-shadow: none; border-radius: 0px;}
.header_top{padding: 1.5rem 0; background: var(--red);}
/* .drop-nav{ position: absolute; top: 10px; right: 0px;}
.nav_top .dropdown-menu li a{ font-size: 13px;} */
.menu_sec li{ position: relative; font-size: 1.8rem; text-transform: capitalize; font-weight: 500;}
.menu_sec li a{padding-right: 2.5rem; display: inline-block; color: var(--blue);}
.menu_sec li:last-child a{padding-right: 0;}
.menu_sec li a:hover, .menu_sec li.active a{color: var(--red);}
.nav_top .navbar-brand img{width: 6rem;} 
.drop_menu a::before {position: absolute; right: 1rem; top: 0; content: "\f078"; font-family: "Font Awesome 6 Pro"; font-size: 1.2rem; color: var(--heading); font-weight: 600;}
.drop_menu{margin-right: 1.5rem;}
.drop_menu:last-child{margin-right: 0;}
.drop_menu  .sub-menu li a::before{display: none;}
.drop_menu  .sub-menu li a{ font-size: 1.4rem; padding: .8rem 1rem; display: inline-block; width: 100%;  letter-spacing: .1rem; color: var(--brand); border-bottom: .1rem solid #eaeaea;}
.drop_menu  .sub-menu li:last-child a{border-bottom-color: transparent;}
.drop_menu  .sub-menu li:hover a{color: var(--red);}
.drop_menu  .sub-menu li:last-child a{padding-bottom: 0;}
.hd_social_icon{position: absolute; top: 0; right: 0;}
.hd_social_icon li{display: inline-block;}
.header_top ul li{display: inline-block; margin-right: 1rem;}
.header_top ul li a{color: var(--white);} 
.header_top .d-flex{align-items: center; justify-content: space-between;}
.top_rt ul li a{display: flex; align-items: center; justify-content: center;  width: 3rem; height: 3rem; background: rgba(255, 255, 255, .1); border-radius: 50%; font-size: 1.5rem;}
.top_rt ul li a:hover{background: var(--white); color: var(--brand);}
.header_menu{padding: 1rem 0;}
.time_sec{position: absolute; right: 0; top: 2rem;}
.time_sec .d-flex{align-items: center;}
.call_icon_box{position: relative; display: flex; align-items: center; justify-content: center; height: 4.2rem; width: 4.2rem; background: var(--red);  font-size: 1.8rem; color: var(--white); -webkit-transition: all 500ms ease; transition: all 500ms ease; margin-right: 1rem; border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;}
.call_icon_box:hover{background: var(--brand);}
.call_num{color: var(--brand); font-weight: 600;}
.call_num:hover{color: var(--red);}
/* .time_sec i{color: var(--red); margin-right: .8rem; font-size: 3rem; line-height: 3rem;} */
.time_sec b{color: var(--body_txt_color); font-size: 1.7rem; line-height: 1.7rem; font-weight: 400;} 
.btn_sec .as_btn:last-child{background: var(--white); color: var(--brand);}
.btn_sec .as_btn:last-child:hover{background: transparent; color: var(--white);}
.btn_sec .as_btn:last-child::after{display: inline-block; background: transparent;}
/* @keyframes animationFade{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}  */
.header_sec.fixed{position: fixed; left: 0px; top: 0px; z-index: 99; animation-name: animationFade; animation-duration: 1s; animation-fill-mode: both; background: var(--darkcolor1); background: var(--white); box-shadow: 0 0 7px 0px #ccc;}
.header_sec.fixed .header_top{display: none;}






   
 /*banner*/  
.bannersec{ width: 100%;}
/* .banner_box::after{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 80, 114, 0.6); content: ""; z-index: 1;} */
.banner_box{padding: 15rem 0; position: relative;}
.banner_box::before{position: absolute; left: 0; top: 0; background: url(../images/banner_shape3.png)no-repeat left top; width: calc(100% - 30%); height: 100%; background-size: 100%; content: "";}
.banner_txt{z-index: 2; position: relative;}
.banner_txt strong{color: var(--white); font-size: 7rem; line-height: 8rem; font-weight: 600; text-transform: capitalize;}
.banner_txt strong em{width: 100%; display: inline-block;}
.banner_txt{max-width: 80rem;}
.bannersec .carousel-indicators [data-bs-target]{border-radius: 50%; box-shadow: 0 0 0 .2rem rgba(255,255,255,0); -webkit-transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease;  width: 1.5rem; height: 1.5rem; border: .2rem solid transparent;}
.bannersec .carousel-indicators .active {border: .2rem solid var(--white); background: transparent;}



/* service_sec */
.srv_box{padding: 3rem; margin-top: 3rem; border-radius: .5rem; position: relative; transition: all ease 0.4s; overflow: hidden; border: .1rem solid var(--border_color);}
.srv_box:hover{background: var(--white); box-shadow: 0px 1.6rem 4.7rem rgba(78, 111, 178, 0.07); border-color: var(--red);}
.srv_icon{width: 9rem; height: 9rem; min-width: 9rem; position: relative; margin-right: 3.4rem; z-index: 1; color: var(--brand); -webkit-transition: .3s cubic-bezier(.24,.74,.58,1); -khtml-transition: .3s cubic-bezier(.24,.74,.58,1); -moz-transition: .3s cubic-bezier(.24,.74,.58,1); -ms-transition: .3s cubic-bezier(.24,.74,.58,1); -o-transition: .3s cubic-bezier(.24,.74,.58,1); transition: .3s cubic-bezier(.24,.74,.58,1);}
.srv_icon i{font-size: 5.5rem; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -khtml-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.srv_icon::before{content: ''; height: 9.6rem; width: 7rem; border-radius: 1.2rem; background-color: rgba(68, 140, 203, 0.14); position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index: -2; -webkit-transform: rotate(45deg); -khtml-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: .3s cubic-bezier(.24,.74,.58,1); -khtml-transition: .3s cubic-bezier(.24,.74,.58,1); -moz-transition: .3s cubic-bezier(.24,.74,.58,1); -ms-transition: .3s cubic-bezier(.24,.74,.58,1); -o-transition: .3s cubic-bezier(.24,.74,.58,1); transition: .3s cubic-bezier(.24,.74,.58,1);}
.srv_icon::after{content: ''; z-index: -1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: .2rem solid var(--brand); border-radius: .5rem;}
.srv_txt h4 a{color: var(--brand);}
.srv_txt h4 a:hover{color: var(--red);}
.srv_title::before{content: ''; width: 2.4rem; height: .3rem; background: var(--red); position: absolute; top: -.5rem; left: 0; -webkit-transition: .3s cubic-bezier(.24,.74,.58,1); -khtml-transition: .3s cubic-bezier(.24,.74,.58,1); -moz-transition: .3s cubic-bezier(.24,.74,.58,1); -ms-transition: .3s cubic-bezier(.24,.74,.58,1); -o-transition: .3s cubic-bezier(.24,.74,.58,1); transition: .3s cubic-bezier(.24,.74,.58,1);}
/* .service_sec::before{background: url(../images/shape1.png)no-repeat left top; position: absolute; left: 0; top: 0; height: 100%; width: 50rem; background-size: 100%; content: "";} */

/* about_sec */
.ab_lt img{border-radius: 1rem;}
.ab_rt{padding-left: 2rem;}
.ab_list li{position: relative; padding-left: 2rem; text-transform: capitalize; margin-top: 1rem;}
.ab_list li::before{content: "\f14a"; font-family: "Font Awesome 6 Pro"; color: var(--brand); position: absolute; left: 0; top: 0;}
.counter_box strong{color: var(--brand); font-size: 3.6rem; font-weight: 800; line-height: 1em; padding-bottom: 1.5rem;}
.counter_box span{display: inline-block; width: 100%; font-size: 2rem; text-transform: capitalize;}
.counter_sec{position: relative;}
.counter_sec::before{position: absolute; left: 37%; top: 0; background: #E0DDDD; width: .1rem; height: 100%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); content: "";}
.about_sec .row{flex-direction: row-reverse;}
.counter_box sup {color: var(--brand); font-size: 2rem;}
.rate_box{position: absolute; left: 2rem; bottom: -3rem; background: rgba(0, 80, 114, 0.8); border-radius: 1rem; padding: 2.5rem; color: var(--white); width: 23rem;}
.rate_box strong{width: 100%; display: inline-block; font-size: 3.6rem; line-height: 3rem;}
.rate_box strong span{text-transform: capitalize; font-size: 2rem; width: 100%; display: inline-block;}
.rate_box .d-flex{align-items: center;}
.rate_box em i{font-size: 4rem; margin-right: 2rem;}
.about_sec{background-attachment: fixed !important;}

/* project_sec */
.pra_txt{max-width: 50rem; display: inline-block;}
.project_box{overflow: hidden; border-radius: 1rem; position: relative; box-shadow: 0 0 1rem 0 #ccc;}
.project_txt{padding: 2rem;  -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; width: 100%;  background: var(--brand); }
/* .project_box:hover .project_txt{opacity: 1; bottom: 0; visibility: visible;} */
.pro_title{position: relative; padding-bottom: .5rem; letter-spacing: .2rem; font-size: 2.6rem; margin-bottom: .5rem;}
.pro_title::before{position: absolute; content: ''; left: 0; bottom: 0; width: 5rem; height: .3rem; background: var(--red);}
.project_box{margin-top: 3rem;}
.project_img{position: relative; overflow: hidden;}
.project_img::before{background: rgb(0 0 0 / 80%); width: 100%; height: 100%; position: absolute; left: 0; top: 0; content: ""; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale3d(1.4, 1.4, 1); transform: scale3d(1.4, 1.4, 1); opacity: 0; visibility: hidden; z-index: 1;}
.eye{position: absolute; left: 0; top: 0; width: 100%; color: var(--white); font-size: 5.5rem ; opacity: 0; visibility: hidden; height: 100%; z-index: 5; display: flex; align-items: center; justify-content: center; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(1.5); transform: scale(1.5);}
.project_img:hover::before{opacity: 1; visibility: visible; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}
.project_img:hover .eye {opacity: 1; visibility: visible; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}

/* consultion_sec */
.consultion_sec{position: relative; background-attachment: fixed !important;}
/* .consultion_sec::before{position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; background: var(--brand); opacity: 0.85;} */
.question_box{background: var(--white); border-radius: 1rem; padding: 2rem; box-shadow: 0 1rem 7rem rgba(0, 0, 0, 0.1); position: relative; border-left: .5rem  solid var(--red);}
/* .question_img img{max-width: 100%; position: absolute; right: 3rem; bottom: 3rem;} */
.question_box ul {margin-top: 1rem;}
.question_box h2 a{color: var(--black);} 
.question_box h2 a:hover{color: var(--red);}
.mail a{color: var(--brand); font-weight: 600;}
.mail a:hover{color: var(--red);}
.form_inner{background: var(--white); box-shadow: .5rem 0.66rem 2.5rem 0 rgba(196,201,228,.2); border-radius: 1rem; padding: 3rem; position: relative; z-index: 1;}
.form_inner::after{content: ""; position: absolute; left: 2rem; right: 2rem; bottom: -2rem; top: 2rem; background: var(--white); opacity: .6;  box-shadow: .5rem 8.66rem 2.5rem 0 rgba(206,211,234,.1); border-radius: inherit; z-index: -1;}
/* .consultion_sec .input_fld input[type="text"], .consultion_sec .input_fld input[type="email"], .consultion_sec .input_fld input[type="tel"], .consultion_sec .input_fld input[type="password"], .consultion_sec .input_fld select, .consultion_sec .input_fld textarea{border: .2rem solid rgba(255,255,255,.1); background: transparent; color: var(--white);}
.consultion_sec .input_fld input[type="text"].form-control:focus, .consultion_sec .input_fld input[type="email"].form-control:focus, .consultion_sec .input_fld input[type="tel"].form-control:focus, .consultion_sec .input_fld input[type="password"].form-control:focus, .consultion_sec .input_fld textarea.form-control:focus { border-color: var(--white); outline: 0; box-shadow: none; }
.consultion_sec .input_fld input[type="text"]::placeholder, .consultion_sec .input_fld input[type="email"]::placeholder, .consultion_sec .input_fld input[type="tel"]::placeholder, .consultion_sec .input_fld input[type="password"]::placeholder,  .consultion_sec .input_fld textarea::placeholder{color: #7f97b1; opacity: 1;}
.consultion_sec .input_fld button{border: .2rem solid var(--white);} */

/* form */
.input_fld input[type="text"], .input_fld input[type="email"], .input_fld input[type="tel"], .input_fld input[type="password"], .input_fld select, .input_fld textarea{width: 100%; border: .1rem solid var(--border_color); height: 5rem; padding: 0 1.5rem; box-shadow: none; outline: none; -webkit-appearance: none; color: var(--black); font-size: 1.6rem; border-radius: .5rem; background: transparent;}
.input_fld input[type="text"]::placeholder, .input_fld input[type="email"]::placeholder, .input_fld input[type="tel"]::placeholder, .input_fld input[type="password"]::placeholder,  .input_fld textarea::placeholder{color: #999; opacity: 1;}
.input_fld input[type="text"].form-control:focus, .input_fld input[type="email"].form-control:focus, .input_fld input[type="tel"].form-control:focus, .input_fld input[type="password"].form-control:focus, .input_fld textarea.form-control:focus { border-color: var(--red); outline: 0; box-shadow: none; background: transparent;}
.input_fld .form-select{background:  var(--white)  url(../images/caret-down.png)no-repeat right 1.5rem center; background-size: 1rem; padding: 0 1rem; height: 4rem;}
.input_fld button{border: none;}
.input_fld .form-select:focus{border-color: var(--green); box-shadow: none;} 
.input_fld{margin-bottom: 1.5rem;}
.input_fld textarea{height: 12rem; resize: none; padding: 1.5rem;}

/* brand_sec */
.brand_sec .owl-nav.disabled, .brand_sec .owl-dots{display: none;}
.brand_sec .owl-carousel .owl-item img {display: inline-block; width: auto !important; max-width: 100%;}

/* testiminial_sec */
.review_box{border: .1rem solid #dee2e6; padding: 3rem; border-radius: 1rem; position: relative; background: url(../images/testimonial_quote.png) no-repeat bottom 4rem right 5rem; margin-top: 3rem;}
.review_box::before{content: ""; position: absolute;  top: 50%; left: 0; width: .3rem; height: 50%; background: var(--brand); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.person_img img{width: 5rem; height: 5rem; border-radius: 100%; border: .2rem solid var(--brand);}
.person_name strong{font-size: 2rem; text-transform: capitalize;}
.testimonial_sec .owl-item{padding: 0 .1rem;}
.testimonial_sec .owl-nav.disabled{display: none;}
.testimonial_sec .owl-dots{display: flex; align-items: center; justify-content: center; margin-top: 5rem;}
.testimonial_sec .owl-dot{width: 2.5rem; height: .8rem; display: inline-block; font-size: unset; line-height: unset; padding: unset; border-radius: .5rem; background: var(--red); transition: all .3s ease-in; -webkit-transition: all .3s ease-in; box-shadow: 0 .3rem .8rem rgba(0,0,0,.25);  opacity: .5; margin-right: .5rem;}
.testimonial_sec .owl-dot:last-child{margin-right: 0;}
.testimonial_sec .owl-dot.active{opacity: 1; width: 4rem;}

/* join_sec */
.join_sec{background-attachment: fixed !important; position: relative;}
.join_sec::before{background: rgba(0, 80, 114, 0.8); position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: "";}



/* rating */
.rating li{display: inline-block; margin: 0 .2rem 0 0 !important; padding: 0 !important; border: none !important;}
.rating li::before{display: none;}
.rating li:last-child{margin-right: 0;}
.bold_icon::before, .liner_icon::before {font: normal 1.4rem/1 FontAwesome; content: "\f006"; color: #FFC107;}
.bold_icon::before{content: "\f005";}
.rating_sec em{color: var(--white); display: inline-block; margin-left: .5rem;}

/* brand_sec */
.brand_img{margin-top: 3rem;}



/* footer_sec */
.footer_top{background: url("../images/footer_bg_1.png")no-repeat top left var(--brand); padding: 4rem 0 2rem; position: relative;}
.footer_top::before{background: url("../images/footer_bg_2.png")no-repeat top right; opacity: 0.5; transition: background 0.3s, border-radius 0.3s, opacity 0.3s; position: absolute; right: 0; top: 0; content: ""; width: 100%; height: 100%;}
.ft_logo img {width: 10rem;}
.ft_txt{position: relative; padding-bottom: 2rem;}
.ft_txt strong{color: var(--white); margin: 0 0 1rem 0; font-size: 2.4rem; font-weight: 600; line-height: 3.5rem; letter-spacing: 0.2rem; position: relative; padding-bottom: 1rem; margin-bottom: 2rem; display: inline-block; width: 100%; text-transform: capitalize;}
.ft_txt strong::after{ width: 10%; display: block; height: .4rem; position: absolute; bottom: 0; left: 0; content: ""; background: var(--red);}
.ft_list li a{color: var(--white); padding: .2rem 0 .2rem 2rem; display: block; position: relative;}
.ft_list li a::before{content: "\f101"; font-family: "Font Awesome 6 Pro"; color: rgba(255, 255, 255, .8); position: absolute; left: 0; top: .2rem; font-size: 1.3rem;}
.ft_list li a:hover{padding-left: 2.5rem;}
.ft_list li{font-size: 1.8rem; text-transform: capitalize; font-weight: 600; letter-spacing: .2rem; width: 50%; float: left;}
.ft_list{width: 100%; display: inline-block;}
.ft_txt .input_fld{display: inline-block; width: 100%; border: .1rem solid var(--white); border-radius: 1rem; overflow: hidden;}
.ft_txt .input_fld input[type="email"]{border-color: transparent; float: left; width: 80%; color: var(--white);}
.ft_txt .input_fld input[type="email"]::placeholder{color: #7f97b1;}
.ft_txt .input_fld button{float: right; width: 20%; background: var(--red); border: none; padding: 0;}
.ft_txt .input_fld button::after{display: none;}
.timing_list li{color: var(--white);}
.footer_bottom{background: #033F65;; padding: 1.5rem 0;}
.footer_bottom .d-flex{align-items: center; justify-content: space-between;}
.ft_rt a{color: var(--white);}
.ft_rt a:hover{color: var(--red);}
.ft_socila_icon li{display: inline-block; margin: 1rem .5rem 0 0;}
.ft_socila_icon li:last-child{margin-right: 0;}
.ft_socila_icon li a{display: flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; background: rgba(255, 255, 255, .1); border-radius: 1rem; font-size: 1.5rem; color: var(--white);}
.ft_socila_icon li a:hover{background: var(--white); color: var(--brand);}
.ft_srv_list li{float: none; width: 100%;}
.ft_contact_list li{color: var(--white); margin-bottom: 1.5rem; position: relative; padding-left: 4rem;}
.ft_contact_list li:last-child{margin-bottom: 0;}
.ft_contact_list li i{width: 3rem; height: 3rem; background: rgba(255, 255, 255, .1); border-radius: 1rem; font-size: 1.5rem; color: var(--white); text-align: center; line-height: 3rem;}
.ft_con_icon{position: absolute; left: 0; top: 0;}
.ft_contact_list li a{color: var(--white);}
.ft_contact_list li a:hover{padding-left: 1rem;}




/* contact_page */
.inner_banner .banner_box {padding: 7rem 0;}
.banner_txt h1{font-weight: 800; color: var(--white); font-size: 5.5rem; letter-spacing: .2rem;}
.breadcrumb_sec li{font-weight: 600; padding-left: 0 !important; letter-spacing: .2rem; text-transform: capitalize;}
.breadcrumb_sec li a, .breadcrumb_sec li.active{color: var(--white);}
.breadcrumb_sec .breadcrumb-item + .breadcrumb-item::before{content: "-"; color: var(--white); padding: 0 .5rem;}
.contact_box{box-shadow: 0 .3rem 1.5rem rgba(12,12,12,9%); padding: 3rem; border-radius: 1rem; background: var(--white); margin-top: 3rem;}
.contact_txt strong{margin-bottom: .8rem; color: var(--black); font-size: 2.4rem; text-transform: capitalize; color: var(--brand);}
.contact_txt span{text-transform: capitalize; color: var(--black); display: inline-block; width: 100%;}
.contact_icon{position: relative; display: flex; align-items: center; justify-content: center; height: 6.2rem; width: 6.2rem; background: var(--red); font-size: 2.8rem; color: var(--white); -webkit-transition: all 500ms ease; transition: all 500ms ease; margin-right: 1rem; border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;}
.contact_box a{color: var(--brand); font-weight: 600;}
.contact_box a:hover{color: var(--red);}
.contact_box span{display: inline-block; width: 100%; font-weight: 600;}
.map_sec{border: .5rem solid var(--white); border-radius: 1.5rem; box-shadow: 0 0 2.5rem -.3rem rgba(0, 0, 0, 0.18); overflow: hidden; margin-left: 2rem;}
.map_sec iframe{width: 100%; height: 35rem; }
.contact_form::before{background: url(../images/bg7.png)no-repeat center center; width: 43rem; height: 100%; background-size: 100%; position: absolute; left: 50%; top: 50%; content: ""; -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* about_page */
.choose_box{background:  url(../images/shape2.png)no-repeat center  rgba(184, 20, 42, 0.2); padding: 3rem; border-radius: 1rem; margin-top: 3rem;}
.choose_sec .cll:nth-child(even) .choose_box{background: var(--red);}
.choose_sec .cll:nth-child(even) .choose_box h4, .choose_sec .cll:nth-child(even) .choose_box p{color: var(--white);}
.expricence_sec{background-attachment: fixed !important;}
.expricence_sec::before{background: rgba(0, 80, 114, 0.8); position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: "";}
.rx_info, .trust_info{max-width: 80rem; display: inline-block;}
.trust_info .counter_box{margin-top: 3rem;}
.trust_info .counter_box strong, .trust_info .counter_box sup{color: var(--red);}
.trusted_number strong{color: var(--red); font-size: 5rem;}
.trusted_number sup{color: var(--red); font-weight: 800; font-size: 3rem;}
.inner_about_rt{-webkit-transition: all .35s ease-in-out; transition: all .35s ease-in-out; position: relative; height: 35rem; width: 100%; background: #f6f6f6; overflow: hidden; border-radius: 1rem;}
.inner_brand_sec .brand_img {margin-top: 0 !important;}


/* srv_deatils_page */
.srv_benifit_list{width: 100%; display: inline-block;}
.srv_benifit_list li{position: relative; padding-left: 2.5rem; margin-top: .8rem; width: 50%; float: left;}
.srv_benifit_list li::before{font-family: "Font Awesome 6 Pro"; content: "\f101"; font-size: 1.5rem; color: var(--red); position: absolute; left: 0; top: 0;}
.srv_etails_img{border: .5rem solid var(--white); border-radius: 1.5rem; box-shadow: 0 0 2.5rem -.3rem rgba(0, 0, 0, 0.18); overflow: hidden;}
.dtls_call_box{padding: 3rem; border-radius: 1rem; background: url(../images/bg10.png)no-repeat center rgba(184, 20, 42, 0.8);;}
.dtls_icon{height: 10rem; width: 10rem; background: var(--white); border-radius: 50%; display: inline-block; color: var(--red) !important; margin-top: 2rem; text-align: center;}
.dtls_icon i{font-size: 4rem; line-height: 10rem;}
.dtls_no{font-size: 3.2rem; font-weight: 700; color: var(--white) !important; display: inline-block; margin-top: 3rem;}










@media (min-width: 992px) 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; } */
    .menu_sec .sub-menu {position: absolute; width: 22rem; background: var(--white); padding: 1rem 1.5rem; top: 100%; left: 0; z-index: 999; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; border-radius: .5rem; border-bottom: .5rem solid var(--red); box-shadow: 0 0 .7rem rgb(0 0 0 / 15%); left: 0; opacity: 0; visibility: hidden; margin-top: 1rem;}
    /* .menu_sec li .sub-menu {left: 0; opacity: 0; visibility: hidden;} */
    .menu_sec .drop_menu:hover .sub-menu { opacity: 1; visibility: visible;}

}

/* responsive */
@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 1199px){
    .menu_sec{padding-right: 13rem;} 
    .banner_txt strong {font-size: 6rem; line-height: 7rem;}
    .banner_box::before { width: calc(100% - 17%);}
    .banner_box {padding: 10rem 0;}
    .srv_icon {width: 7rem; height: 7rem; min-width: 7rem; margin-right: 2.4rem;}
    .srv_icon::before {height: 7.6rem; width: 6rem;}
    .srv_icon i {font-size: 4.5rem;}
    .srv_box {padding: 2.5rem;}
   
}

@media only screen and (max-width: 991px){
    
    .nav_top .navbar-toggler {color: transparent; border: none; padding: 1rem; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; margin-right: -1rem;}
    .nav_top .navbar-toggler .icon-bar {display: block; width: 3rem; height: .4rem; border-radius: .3rem; background-color: var(--black); opacity: 1; -webkit-transform: matrix(1, 0, 0, 1, 0, 0); transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
    .nav_top .navbar-toggler .icon-bar + .icon-bar {margin-top: .4rem;}
    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(2){opacity: 0;  width: 0px;}
    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(3) {-webkit-transform: matrix(1, 1, 0, 1, 0, 0); transform: matrix(1, 1, 0, 1, 0, 0); width: 25px; margin-top: -11px;}
    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(1) {-webkit-transform: matrix(1, -1, 0, 1, 0, 0); transform: matrix(1, -1, 0, 1, 0, 0); width: 25px;}
    .ptb {padding: 5rem 0;}
    .time_sec{right: 5rem;}
    .nav_top .navbar-collapse {position: fixed; top: 0; left: -30.10rem; background: var(--white);  z-index: 999999; width: 20.80rem; padding: 2.5rem 1rem; height: 100% !important; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; overflow-y: auto; min-height: 100vh; border-right: .5rem solid var(--red);}
    .nav_top .navbar-collapse.show {left: 0;}
    .menu_sec {padding-right: 0;}
    .menu_sec li a {padding: 1.5rem; border-bottom: .1rem dashed var(--red); display: inline-block; width: 100%;}
    .drop_menu {margin-right: 0;}
    .drop_menu a::before {top: 1.5rem;}
    .menu_sec .sub-menu {background: var(--white); padding: 1rem 1.5rem; border-radius: .5rem; box-shadow: 0 0 .7rem rgb(0 0 0 / 15%); margin-top: 1rem;}
    .banner_box::before { width: 100%;}
    .banner_txt strong {font-size: 5rem; line-height: 6rem;}
    .ab_lt{margin-top: 3rem;}

    /* contact_page */
    .inner_banner .banner_box {padding: 4rem 0;}
    .banner_txt h1 {font-size: 5rem; line-height: 5.5rem;}
    .map_sec{margin: 2rem 0 0 0;}
    .contact_form::before{right: 0; top: 0; transform: inherit; left: inherit; width: 100%;}
    .contact_box {padding: 2rem; margin-top: 2rem; }

    /* srv_deatls_page */
    .dtls_call_box{margin-top: 3rem;}
    .dtls_icon{margin-right: 2rem;}
    .dtls_icon {height: 8rem; width: 8rem;}
    .dtls_icon i {font-size: 3rem; line-height: 8rem;}
}

@media only screen and (max-width: 767px){
    
    .container{max-width: 100%; padding: 0 1.5rem;}
    .ptb {padding: 4rem 0;}
    .banner_box {padding: 7rem 0;}
    .banner_txt strong {font-size: 4.2rem; line-height: 5.2rem;}
    .bannersec .carousel-indicators [data-bs-target] {width: 1rem; height: 1rem;}
    .srv_icon {width: 6rem; height: 6rem; min-width: 6rem; margin-right: 1.4rem;}
    .srv_icon::before {height: 6.6rem; width: 6rem;}
    .srv_icon i {font-size: 3.5rem;}
    h1, h2 {font-size: 3rem; line-height: 3.5rem;}
    .ft_txt strong {margin-bottom: 1.5rem;}
    .review_box {padding: 2rem;}
    .footer_top::before {background-position: bottom right;}

    /* contact_page */
    .banner_txt h1 {font-size: 4rem; line-height: 3.5rem !important;}
    .map_sec iframe {height: 25rem;}

    /* about_page */
    .choose_box {padding: 2rem; margin-top: 2rem;}
    .trusted_number strong {font-size: 4rem;}
    .trust_info .counter_box {margin-top: 2rem;}
    .inner_about_rt{margin-top: 3rem;}
    
}


@media only screen and (max-width: 575px){

    .call_txt{display: none;}
    .time_sec {right: 3.5rem;}
    .social_txt{display: none !important;}
    .banner_txt strong {font-size: 3rem; line-height: 3.5rem;}
    .banner_box {padding: 5rem 0;}
    .banner_txt p{display: none;}
    .btn_sec .as_btn{padding: 0 2rem; height: 4rem; line-height: 3.8rem; font-size: 1.6rem; margin-top: 1.5rem;}
    .btn_sec .as_btn i{display: none;}
    .srv_box {margin-top: 2rem;}
    h1, h2 {font-size: 2.5rem; line-height: 3rem;}
    .counter_box span {font-size: 1.6rem;}
    .counter_sec::before {left: 47%;}
    .rate_box {padding: 1.5rem;}
    .review_box {margin-top: 2rem;}
    .testimonial_sec .owl-dots {margin-top: 3rem;}
    .srv_box .d-flex{flex-direction: column; align-items: flex-start !important;}
    .srv_title{margin-top: 2rem;}
    .srv_box {padding: 2rem;}
    .ms-3.srv_txt{margin-left: 0 !important;}
    .srv_icon {margin-right: 0;}
    .form_inner {padding: 2rem;}
    .ft_txt strong {font-size: 2rem; line-height: 2.5rem;}
    .footer_bottom .d-flex{flex-direction: column;}
    .ft_lt{text-align: center; padding-bottom: .8rem;}
    .brand_img{margin-top: 2rem;}

    /* contact_page */
    .contact_txt strong {font-size: 2rem;}
    .contact_icon {height: 5.2rem; width: 5.2rem; font-size: 2rem;}
    .map_sec iframe {height: 20rem;}
    .inner_banner .banner_box {padding: 3rem 0;}
    .banner_txt h1 {font-size: 3rem; line-height: 1.5rem;}

    /* about_page */
    .inner_about_rt {height: 25rem;}
    .trusted_number strong {font-size: 3.5rem;}

    /* srv_deatls_page */
    .srv_benifit_list li {width: 100%; float: none;}
    .dtls_call_box {padding: 2rem;}
    .dtls_icon {height: 5rem; width: 5rem; margin-right: 1rem;}
    .dtls_icon i {font-size: 2rem; line-height: 5rem;}
    .dtls_no {font-size: 2.2rem;}

    
}

@media only screen and (max-width: 480px){
  
  

}