html{
	font-size: 62.5%;  scroll-behavior: smooth;
}
@font-face{
	font-family:'Poppins-Regular';
	src:url('../fonts/Poppins-Regular.ttf');
}
@font-face{
	font-family:'Poppins-Light';
	src:url('../fonts/Poppins-Light.ttf');
}
@font-face{
	font-family:'Poppins-SemiBold';
	src:url('../fonts/Poppins-SemiBold.ttf');
}
@font-face{
	font-family:'Poppins-Medium';
	src:url('../fonts/Poppins-Medium.ttf');
}
@font-face{
	font-family:'Poppins-Bold';
	src:url('../fonts/Poppins-Bold.ttf');
}

@font-face {
  font-family:'FontAwesome';
  src:url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
  font-weight: normal;
  font-style: normal;
}
h1{
	font-family:'Poppins-Medium';
}
body{
	box-sizing: border-box;
	overflow-x: hidden!important;

}
.container-fluid, .row, h1,h2,h3,h4,h5,h6,p{
	margin:0px;
	padding:0px;
}

:root{
	--forbg:#F4F6FC;
	--red:#b81413;
	--blue:#385898;
	--gray:#4a4a4a;
	--fira:'Fira Sans', sans-serif;;
}
.top_pannel{
	padding:1.5rem 0;
}
.desktop_logo{
	max-width:14rem;
}
.top_panel_right{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top_icon_box{
	display: flex;
	align-items: center;
	width:auto;
}
.top_left_icon{
	width:4rem;
	height: 4rem;
	background: var(--red);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
}
.top_left_icon i{
	font-size: 2rem;
	color:white;
/*	transform: rotate(98deg);*/
}
.top_left_icon .fa-phone{
	transform: rotate(98deg);

}
.top_icon_title{
	font-size: 1.7rem;
	color:black;
	font-family: var(--fira);
	text-transform: capitalize;
	font-weight: 600;
}
.top_link{
	font-size: 1.6rem;
	color:var(--blue);
	font-family: 'Poppins-medium';
	text-decoration: none;
}
.top_link:hover{
	color:var(--red);
}
.slash{
	border-right: .1rem solid var(--blue);
	height: 5rem;
}
.nav_logo{
	display: none;
	max-width: 12rem;
}
.navbar{
	background: var(--forbg);
	padding:1rem 0;
}
.nav-link{
	font-size:1.8rem;
	color:black;
	font-family: var(--fira);
	margin-right: 1.5rem;
	font-weight:400;
}
.nav-link:hover{
	color:var(--red);
}
.nav-link.active{
	color:var(--red);
	font-weight: bold;
}
.my_menu{
	display: flex;
	align-items: center;justify-content: space-between;
}
.schedule_btn{
	background: var(--red);
	color:white;
	padding:.7rem 1.5rem!important;
	font-family: 'Poppins-Medium';
	border-radius: .5rem;
}
.schedule_btn:hover{
	background: var(--blue);
	color:white;
}
.navbar-toggler:focus{
	box-shadow: none;
}
.nav_mobile_right{
	display: none;
}

 .sticky{
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1000;
       -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding:.5rem 0;
    }

@-webkit-keyframes fadeInDown {
  0%{
    opacity: 0;
    -webkit-transform: translateY(-20px);
   }
    100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    }
}    
 
      
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
  .hidden-logo{
      display: none;
      transition: opacity 0.3s ease;
    }
    @media (max-width: 767px) {
      /* Mobile view styles */
      .hidden-logo {
        display: block!important;
      }
    }

    .stikcy .leftMenu{
    	padding-left:10rem!important;
    }
    .sticky .my_menu{
    	justify-content: space-between;
    }
    .forspace{
    	display: none;
    }
    .sticky .my_menu .forspace{
    	display: block;
    }


/*    hero section start*/

.hero_section{
	width: 100%;
	height: auto;
	background:linear-gradient(to top,rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)),url(../images/hero_image.jpg);
	background-size:cover;
	background-position: center;
	position: relative;

}
.taglline{
	font-size: 1.8rem;
    text-transform: uppercase;
    display: block;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.taglline:before{
	    display: inline-block;
    content: '';
    border-top: 0.3rem solid white;
    width: 4rem;
    margin: 0rem 1rem 0rem 0rem;
/*    transform: translateY(-0.8rem);*/
}
.py_7{
	padding:7rem 0;
}
.hero_heading{
	font-size: 4rem;
	line-height: 4.5rem;
	margin:1rem 0;
	color:white;
}
.hero_desc{
	font-size: 1.8rem;
	color:white;
	opacity: .9;
	line-height: 2.2rem;
	margin-bottom: 1.5rem;
}
.brand_color{
	color:var(--red);


}
.hero_sub_heading{
	font-size: 2.5rem;
	color:white;
	font-family:'Poppins-Medium';
	color:white;
	text-shadow: 1px 1px 1px var(--blue);

}

.hero_list li{
	font-size: 2.5rem;
	color:white;
	font-family:'Poppins-Medium';
	text-shadow: 1px 1px 1px var(--blue);

}

.hero_btn{
	display:inline-block;
	font-size: 1.8rem;
	color:black;
	font-family: 'Poppins-Regular';
	text-decoration: none;
	background:var(--red);
	padding:1rem 2.5rem;
	border-radius: 2.5rem;
	color:white;
	margin-top: 1rem;
}
.hero_btn:hover{
	background: var(--blue)!important;
	color:white!important;
}

.hero_form{
	background: white;
	padding:3rem 1rem;
	border-radius: 2.5rem;
}
.hero_form_heading{
	font-size: 2.4rem;
	color:var(--blue);
	font-family: "Poppins-Bold";
	text-align: center;
}
.hero_form_desc{
	color:gray;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.8rem;
}


.hero_form form input, select{
	width:100%;
	display: block;
	height:4rem;
	color:gray;
	font-size: 1.6rem;
	padding-left:1rem;
	background: #f2f2f2;
	border:.1rem solid #e6e6e6;
}
.hero_form form textarea{
	width:100%;
	display: block;
	background: #f2f2f2;
	border:.1rem solid #e6e6e6;

	height:10.9rem;
	font-size: 1.6rem;
	padding-left:1.6rem;

}
.hero_form form input::placeholder, .hero_form form textarea::placeholder{
	font-size:1.6rem;
	line-height: 4rem;
	/*padding-left:1rem;*/
}
:focus:is(input,textarea,select){
	box-shadow:0px 0px 1px 1px var(--blue);
	border-radius: 3px;
	outline: none;
}
.hero_form form input[type="submit"]{
	background:var(--red);
	color:white;
	font-size:1.8rem;
	letter-spacing: .1rem;
	font-family: 'Poppins-SemiBold';
	height: 4.5rem;
	width:12rem;
	border-radius: 2.5rem;
}
.hero_form form input[type="submit"]:hover{
	background: var(--blue);

}



.section_sub_heading{
	font-family: var(--fira);
	margin-top:1rem;
	font-size: 3.5rem;
	font-weight: bolder;
}
.gen_p{
	font-size: 1.7rem;
	color:gray;
	font-family: 'Poppins-Regular';
}


.about_desc_flex{
	display: flex;
	margin-top: 2rem;
}
.about_desc_left{
	width:4.5rem;
	height: 4.5rem;
	background: var(--red);
	display: flex;
	color:white;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 1.5rem;
	font-size: 2.5rem;
}
.about_flex_desc_heading{
	font-size: 2.2rem;
	font-family:var(--fira);
	color:var(--blue);
}
.about_flex_desc_desc{
	font-size: 1.7rem;
	display: block;
	font-family: 'Poppins-Regular';

	color:gray;
}
.about_desc_right{
	width:calc(100% - 8rem);
}
.section_tagline{
	font-size: 1.8rem;
	color:var(--blue);
	border-left:.1rem solid var(--blue);
	padding-left:1rem;
}

.service_section{
	background: #f6f8ff;
}

.service_card{
	background: transparent;
	padding:4rem 3rem;
	text-align: center;
	height: auto;
}

.ser_icon{
	max-width:6rem;
}

.servi_title{
	font-size: 2.2rem;
	font-family:var(--fira);
	color:var(--blue);
	margin:.8rem 0;
}
.servi_desc{
	font-size: 1.7rem;
	color:#838383;
	margin:.8rem 0;
	height: 13rem;
}
.fa-map-marker-alt{
	transform: none;
}
.servic_details_link{
	font-size: 1.8rem;
	font-family:var(--fira);
	font-weight: 500;
	color:var(--red);
	text-decoration: none;
	padding:0;
}
.border_right_bottom{
	border-right:.1rem solid #e9eeff;
	border-bottom:.1rem solid #e9eeff;
}
.border_right{
	border-right:.1rem solid #e9eeff;

}

.border_right_bottom:hover, .border_right:hover{
	background: white;
}



.slider_image{
	width:20rem;
	height: 20rem;
	border-radius: 50%;
}
.foralign{
	display: flex;
	align-items: center;
}
.for_quotes_icons{
	position: absolute;
	top:-6rem;
}
.for_quotes_icons i{
	font-size:8rem;
	transform: rotate(180deg);
	color:blue;
	opacity: .1;
}
.forslider{
	margin-top:-5rem;
	padding-left:3rem;
	color:black!important;
	font-size: 1.8rem!important;
}
.testimonal_by{
	font-size:2rem;
	display: block;
	color: black;
	font-family: 'Poppins-Bold';
	margin-top:1rem;
	letter-spacing: .1rem;
}



.testimonial{
    margin: 0 15px;
    font-family: 'Poppins-Regular';

    padding-bottom:0px;
}
.testimonial .pic{
    width: 20%;
    float: left;
    margin-right: 15px;
    position: relative;
    border-radius: 100%;

}
.testimonial .pic:after{
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 5%;
    left: 5%;
}
.testimonial .pic img{
    width: 90%;
    height: auto;
    border-radius: 100%;
    display: block;
    outline:2px solid var(--orange);
    margin:0 auto;
    margin-top:10px;

}
.testimonial .testimonial-content{
    padding: 5rem 0;
    padding-bottom:0rem;
    display: table;
}
.testimonial .description{
    font-size: 17px;
    color:black;
    line-height: 26px;
    font-family: 'Poppins-Regular';

}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 26px;
    color: var(--blue);
    margin: 0 10px;
}
.testimonial .testimonial-title{
    font-size: 19px;
    color:var(--blue);
    text-transform: capitalize;
    margin: 10px 0 0 0;
    float: left;
    font-family: 'Poppins-Regular';
}
.owl-theme .owl-controls{
    position: absolute;
    top: 0;
    right: 20px;
}
.owl-theme .owl-controls .owl-buttons div{
    border-radius: 20px;
    background: var(--blue);
    opacity: .8;
    padding: 3px 8px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 480px){
    .testimonial{
        margin: 0 10px;
    }
    .testimonial .pic{
        float: none;
        width: 50%;
        margin: 0 auto;
    }
    .owl-theme .owl-controls{
        top: -30px;
        right: 0;
    }
}

/*banner */



.banner_type{
	width:100%;
	height: auto;
	padding:4rem 2rem;
	background: linear-gradient(rgba(37,88,165,.9),rgba(56, 88, 152,.9)),
	url(../images/banner.jpg);
	border-radius: 2rem;
	background-size: cover;
	background-position: center;
	margin-bottom: 8rem;
}

.protect_btn{
	display:inline-block;
	padding:1.5rem 4rem;
	background:var(--red);
	color:white;
	font-size: 1.6rem;
	border-radius: 5rem;
	text-decoration: none;
	text-transform: capitalize;
	font-family: 'Poppins-SemiBold'
}

.protect_btn:hover{
	background:var(--blue);
	color:white;
}


/*FAQ Section */

.faq-section{
	font-family: 'Poppins-Regular';
/*	background:#f2f2f2;*/
	background: url(../images/why_choose_bg.jpg);
	background-size: cover;
	background-position: center;
}

.faq-section .accordian{
	margin-top:3.1rem;
}
.faq-section .accordian .card{
	margin-bottom:1.1rem;
}
.faq-section .card-header:after{
    font-family:'FontAwesome';
    content:"\f068";
    float:right;
    padding-left:5px;
    padding-right:5px;
    margin:0px;
    padding-top:1px;
    padding-bottom:-10px!important;
    cursor: pointer;
    color:white;
    font-size:1.4rem;
    font-weight: normal;
   
  }
  .faq-section .collapsed:after{
    content:"\f067";
    color:white;
  }

.faq-section p{
	font-size:18px;
	color:black!important;
}


 
  #colap_header a{
  	font-size:1.6rem;
  	color:white;
  	text-decoration: none;
  }
  #content_p p{
  	font-size:1.7rem;
  	padding-left:0px;
  	text-align:left;
  	color:#676767!important;
  	font-weight:normal;
  }
  .faq-section .accordian .card{
  	background: none;
  	border:none;
  	margin-bottom:1.1rem!important;
  }
  .faq-section .card-header{
  	background:var(--blue);
  	vertical-align: middle;
  	height: 5.2rem;
  	line-height: 3.6rem;
  	cursor: pointer;

  }
  .accordian .card-body{
  	background: white;
  	text-align: left;
  	border-top:1px solid var(--green);


  }
  .red-text{
  	color:var(--blue);

  }



/*footer */

.forfooter{
	height: auto;
	background:#31373f;
font-family: 'Poppins-Regular';
	padding:7rem 0rem;
}
.footer_logo{
	max-width:19rem;
}
.footerheading{
	font-size:2.2rem;
	color:white;
	font-family:var(--fira);
	font-weight: bolder;


}
.fotlink ul{
	padding-left:0px;
	margin-top:20px;
}

.fotlink ul li{
	list-style: none;
}
.fotlink ul li a{
	line-height:35px;
	color:white;
	font-size:1.6rem;
	opacity: .8;
}
.foot-p{
	font-size:1.6rem;


}
.footer_menu_ul li a:hover{
	color:var(--red);
}
.lifafa{
	font-size:1.5rem;
	color:white;
}
.ff-link{
	font-size:1.5rem;
	color:white;
	padding-left:5px;
}

footer{
	font-size:1.6rem;
	color:white;
	border-top:.1rem solid gray;
}
.veryfooter a{
	/*margin:0px 10px;*/
	color:lightgray;
}
.veryfooter a:last-child{
	margin:0px 10px;
	margin-right:0px;
}
.ff-link:hover{
	color:white;
	text-decoration: underline;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



.about_descs, .vms_desci{
	font-family: 'Poppins-Regular';
	font-size: 1.8rem;
}
.vms_card{
	background: white;
	border:.2rem dashed var(--red);
	padding:3rem 1.5rem;
	border-radius: 1rem;
}
.vms_desci{
	height:19rem;
}
.vms_title{
	font-size: 2.5rem;
	margin-top:2rem;
	font-family: 'Poppins-Bold';
	color:var(--red);
	border-left:.5rem solid var(--green);
	padding-left: .5rem;
/*	border-bottom: .5rem solid var(--green);*/
	display: inline-block;
	margin-block-end: 1rem;
}
.green_color{
	color:red!important;
}
.vms_icon{
	width:6rem;
	height: 6rem;
	background: var(--red);
	color:white;
	display: block;
	line-height: 6rem;
	text-align: center;
	font-size: 3rem;
	border-radius: 100%;
	border: .1rem dashed var(--red);
/*	box-shadow: .1rem .1rem .4rem var(--red);*/
}












footer{
	padding:1rem 0rem;
}
.copyright_text{
	margin-bottom: 0px;
	font-size:1.4rem;
	color:white;
}

.social_icons{
	padding-left:0px;
	/*margin-top:4rem;*/
	display: block;
	padding-bottom: 0px;
	margin-bottom:0px;

}
.social_icons li{
	list-style: none;
	display: inline;
	margin-bottom:0px;

}
a{
	text-decoration: none;
}
.social_icons li a{
	width:3.5rem;
	height: 3.5rem;
	margin-right:1rem;
	font-size:2rem;
	background:var(--red);
	line-height: 3.5rem;
	text-align: center;
	border-radius: 100%;
	margin-bottom:0px;
	padding-bottom: 0px;
	color:white;

}
.social_icons li a:hover{
	text-decoration: none;
	background: var(--blue);
	color:white;
}


/*about page*/
.breadcrumb_section{
	width:100%;
	height:auto;
	padding:9rem 0;
}
.about_breadcrumb{
	background: linear-gradient(to right,rgba(0,0,0,.9),rgba(56, 88, 152,.9)),
	url(../images/about_breadcrumb.jpg);
}
.contact_breadcrumb{
	background: 
	url(../images/contact_banner.jpg);
	background-size: cover;
	background-position: center;
}
.breadcrumb_title{
	color:white;
	font-size: 4rem;
	font-family: var(--fira);
}
.breadcrumb_ul{
	border:none;
	padding:0;
	margin-top: 2rem;
}
.breadcrumb_ul li{
	list-style: none;
	color:whtie;
	display: inline-block;
}
.breadcrumb_ul li a{
	font-size: 1.8rem;
	color:white;
	opacity: .9;
}
.spacer{
		font-size: 1.7rem;
	color:white;
	opacity: .9;
	padding:0 2rem;
}
.breadcrumb_ul li a:hover{
	color:var(--red);
}

.breadcrumb_ul li a.active{
	color:var(--red);
}
.location_desc{

	font-size: 1.6rem;
	color:var(--blue);
	font-family: 'Poppins-medium';
	text-decoration: none;
}
.bold_text{
	font-weight: 600;
}
.black_2{
	color:#545454;
}
.main_about_flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:1rem;
	margin-top: 2rem;
}
.abou_main_elft{
	display: flex;
	align-items: center;	
	gap:2rem;
}
.owner_name{
	font-size: 2.2rem;
	font-family: 'Poppins-medium';
	color:var(--blue);
}
.owner_title{
	font-size: 1.8rem;
}
.sign{
	max-width: 20rem;
}
.helping_text{
	font-size: 2.2rem;
	font-family: 'Poppins-Semibold';
}
.about_no{
	font-size: 1.8rem;
	color:#545454;
	font-family: 'Poppins-medium';
	display: block;
	margin-top:0rem;
}

.main_tagline{
	  font-size: 2rem;
	  font-family: 'Poppins-Medium';
	  color:var(--blue);
	  text-align: center;
	  display:block;
}

.work_process{
	background:url(../images/process-bg.png);
	background-size: cover;
	position: relative;
}
.process_card{
	position: relative;
	text-align: center;
}
.icon_circle{
	width:10rem;
	height: 10rem;
	background:white;
	border-radius: 100%;
	margin:0 auto;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
	display: flex;align-items: center;justify-content: center;
}
.icon_circle i{
	font-size: 4rem;
	color:var(--red);
}
.process_card_title{
	 font-size: 2.4rem;
	  font-family: 'Poppins-Semibold';
	  color:var(--blue);
	  text-align: center;
	  display:block;
	  margin:1.5rem 0;
}
.process_card_desc{
	font-size: 1.7rem;
	  font-family: 'Poppins-Regular';
	  color:black;
	  	  text-align: center;
}
.number_circle{
width:4rem;
	height: 4rem;
	background:white;
	border-radius: 50%;
	margin:0 auto;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
	display: flex;align-items: center;justify-content: center;
	position: absolute;
	left:33%;
	top:-1rem;
}
.actual_nubr{
	font-size: 1.8rem;
	color:black;
	  font-family: 'Poppins-Medium';

}
.curve_line{
	position: absolute;
	width:auto;
	margin-top: 14rem;
}

.service_breadcrumb{

	background: linear-gradient(to right, rgba(0,0,0,.8),rgba(56, 88, 152,.5)),
	url(../images/service_banner.jpg) no-repeat;	
	background-size: cover;
	background-position: center;
}
.ser_no{
	width:7rem;
/*	height: 4rem;*/
	background: var(--red);
	display: inline-block;
	border-radius: 1rem;
	text-align: center;
	color:white;
	margin-right: 1rem;
	margin-bottom: 1rem;
}
.blue_color{
	color:var(--blue);
}
.ser_img{
	border-radius: 1rem;
}
.mb_3{
	margin-bottom: 3rem;
}



.why-chos-us .card{
  padding:4rem 2rem;
  /*background: #F4F6FC;;*/
}
.why-chos-us .card .cd-icon{
  font-size:3rem;
  color:var(--red);
  margin-bottom:1.5rem;
}
.why-chos-us .card a{
  font-size:1.6rem;
  margin-bottom:1.5rem;
  color:var(--blue);
  font-weight: bold;
}

.why-chos-us .card a:hover{
	color:var(--red);
}
  .contact_main{
    background:#F4F6FC;
    padding: 6rem 0rem;
  }


.contact_main form{
  margin-top:1rem;
}
.contact_main form input, .contact_main form select{
  width:100%;
  display: block;
  height:4.9rem;
  border:none;
  font-size: 1.6rem;
  padding-left:1.6rem;
  background: white;
  color:gray;
}
.contact_main form textarea{
  width:100%;
  display: block;
  height:15.9rem;
  border:none;
  font-size: 1.6rem;
  padding-left:1.6rem;

}
.contact_main form input::placeholder, .contact_main form textarea::placeholder{
  font-size:1.6rem;
  line-height: 4.9rem;
  /*padding-left:1rem;*/
}
:focus:is(input,textarea,select){
  box-shadow:0px 0px 1px 1px var(--darkgray);
  border-radius: 3px;
  outline: none;
}
.contact_main form input[type="submit"]{
  background:var(--red);
  color:white;
  font-size:1.8rem;
  letter-spacing: .1rem;
  height: 4.9rem;
  /*english
  urdu
  maths*/
}
.contact_main form input[type="submit"]:hover{
  background: var(--blue);
  cursor: pointer;
}
.contact_us_link{

}
.owner_img{
	border-radius: 50%;
	max-width: 12rem;
}