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{
	margin:0px;
	padding:0px;
}

:root{
	--forbg:#F4F6FC;
	--gold:#DAA520;
	--blue:#001F3F;
	--gray:#4a4a4a;
	--fira:'Fira Sans', sans-serif;;
}
.container-fluid{
	margin:0px;padding:0px;
}
/*.brandflex{ width:100%; }*/
.top_panel_text{
	font-size: 1.6rem;
	font-family: 'Poppins-Medium';
	color:gray;
	padding:.7rem 0;
}
.navbar{
	height: auto;
	font-family: 'Fira Sans', sans-serif;
	background: white;
}
.main_logo{
/*	max-width: 25rem;*/
max-height: 10rem;
}
.navbar-toggler:focus{
	box-shadow: none;
}

.forfixtop{
}
.brandflex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navbar.sticky_navigation {
	background:white;
	box-sizing: border-box;
}
.sticky_navigation {
	background: white;
	margin-top:0rem!important;  
	width: 100%;
  z-index: 999;
  -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;
}
.sticky_navigation .navbar {
	margin-top: 0px!important;
	padding:auto 1rem!important;
}
.mto0{
	margin-top:0px!important;
}

@-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;
}
body{
	overflow-x: hidden!important;
}
.formarginleft{
	margin-left:20rem;
}
.navbar-nav li{
 	padding:0rem 1.5rem;
}
.navbar-nav li a{
 	font-size:1.7rem;
 	color:black;
 	text-transform: capitalize;
	font-family: 'Fira Sans', sans-serif;
	margin-tp:-1.5rem!important;

}
.navbar-nav li a.active{
	color:var(--gold)!important;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
}
.navbar-nav li a:hover{
	color:var(--gold);
}
.navbar-toggler i{
	color:white;
	font-size:2rem;
}
.navbar-toggler:focus{
	outline:none;
}
.menu_icon{
	font-size: 2.5rem;
	color:var(--gold)!important;
	cursor: pointer;
}
.menu_btn a{
	padding:0rem;
	line-height: 4rem;
	color:white!important;
	padding:0rem 2rem!important;
}

.menu_btn{
	background: var(--gold);
	/*border-radius: .5rem!important;*/
	height: 4rem;
	/*line-height: 5rem;*/
	line-height: 2rem;
/*	margin-top:-.5rem;*/
	margin-left:1rem;
	border-radius: 2.5rem;
	color:white!important;
	padding:0!important;
}


.menu_btn a:hover{
	color:white!important;
}	
.menu_btn:hover{
	background:var(--gold);
}	
.login_btn:hover{
	border:.1rem solid var(--gold);
	background: var(--gold);
	color:white!important;
}
.navbar-toggler i{
	color:var(--gold);
}
.my_menu{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.menu_btn a.active{
	border-radius:2.5rem;
}
.navbar-nav .menu_btn a.active{
	color:white!important;
	background: var(--gray);
}






.hero_contents{
	height: auto;
	margin-top:6.2rem;
	padding-top:13rem;
	padding-bottom: 7rem;
	background: linear-gradient(rgba(0, 0, 0, .8),rgba(0, 0, 0, .8)),
	url(../images/hero_image.jpg);
	background-size:cover;
	background-position: center;


}
.tagline{
	font-size:1.6rem;
	text-transform: uppercase;
	display: block;
	margin-bottom:1.5rem;
	color:black;
}
.hero_contents .tagline{
	margin-bottom: .5rem!important;
}
.tagline:before{display: inline-block;
    content: "";
    border-top: .3rem solid var(--gold);
    width: 4rem;
    margin: 0rem 1rem 0rem 0rem;
    transform: translateY(-.5rem);}
.gold-text{
	color:var(--gold);
}
.hero_title{
	font-size:4rem;
	color:white;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 4.5rem;
	margin-top: 0rem;
	  /*text-shadow: 0px 2px var(--silver);*/

}
.hero_p{
	margin:1.5rem 0rem;
	font-size:2rem;
	color:white;
	opacity:.8;
	line-height: 2.6rem;
	font-family: 'Poppins-Regular';
	display: block;
}


.heroimage {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateX(0); }
    100% { transform: translateX(20px); }
}
@keyframes mover {
    0% { transform: translateX(0); }
    100% { transform: translateX(-20px); }
}

.hero_right_img{
	 transform: scaleX(-1);

}


.dropdown-toggle::after {
        display: none !important;
 }
 .dropdown-toggle::after {
    display: inline-block;
    margin-left:-1rem;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
   
    /* background: black; */
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: -0.5rem;
    right: qrem;
    border: 1px solid white;
    background: none;
}
.down_arrow{
	position: absolute;
	right:0rem;
	top:.9rem;
}
.down_arrow:after{
	transform: rotateY(90deg);
}
.btn{
	padding:.8rem 2.4rem;
	color:var(--black);
	font-size:1.8rem;
	text-transform:capitalize;
	letter-spacing: .1rem;
	border-radius: 2.5rem;
	display: block;

}
.hero_btn{
	display:block;
	font-size: 1.8rem;
	color:black;
	font-family: 'Poppins-Medium';
	text-decoration: none;
	background:var(--gold);
	padding:1rem 2rem;
	border-radius: 2.5rem;
	color:white;
}
.hero_btn:hover{
	background: var(--blue)!important;
	color:white!important;
}
.darkbg{
	background:var(--gold)!important;
}
.hero_left{
	/*padding-top:5rem;*/
	/*border-radius:.3rem;*/
}
.hero_btn:hover
{
	background:var(--silver);
	color:var(--black);
}
.my_3{
	margin:2rem 0;
}
.no_bg{
	background: transparent;
	color:black!important;
}
.hero_learn_more_btn{
	display:block;
	font-size: 1.8rem;
	color:black;
	font-family: 'Poppins-Medium';
	text-decoration: none;
	padding:1rem 0rem;
	text-decoration: none;
	cursor: pointer;

}
.hero_learn_more_btn:hover{
	color:var(--blue);
}
.cta{
	font-size: 1.5rem;
	font-family: 'Poppins-Regular';

	display: block;
	opacity: .8;
}
.space_x{
	padding:0 2rem;
	font-size: 1.8rem;
}
.forflex{
	display: flex;
	align-items: center;
}
/*second section start*/


.tagline{
	display: inline-block;
    font-size: 1.6rem;
    font-family:'Poppins-SemiBold';
    letter-spacing: .15rem;
    text-transform: uppercase;
    margin-bottom: 3rem;
    z-index: 1;
    position: relative;
    opacity: .8;

}

/*hero_right_side*/
.hero_right_side{
	position: relative;
	display: block;
}
.hero_main_img{
/*	clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 15% 100%, 0 85%);*/
    border-radius: 13px;
    display: block;
    margin:0 auto;
    max-width: 90%;
}
.border_radius{
	border-radius: 13px;
}
/*hero_right_side*/

.sub_heading{
	font-size: 2.5rem;
/*	font-family: 'Fira Sans', sans-serif;*/

	font-family: 'Poppins-Semibold';
}
.py_7{
	padding:8rem 0;
}
/*3.about us section */
.about_section{
	background: #f3f4f9;
}
.sec_tagline{
	font-size: 1.6rem;
	text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	letter-spacing:.2rem;
	color:var(--gray);
	margin:0;
}
.sec_heading{
	font-size: 4rem;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	color:var(--gold);
}
.sec_desc{
		font-size: 1.7rem;
		font-family: "Poppins-Regular";
		line-height: 2.4rem;
}
.misson_statment{
	display: flex;
	border:.1rem solid var(--blue);
	border-radius: 1.5rem;
	margin-top:1.5rem;
}
.mission_left{
	width:50rem;
	display: flex;
	height: auto;
	border-top-left-radius: 1.4rem;
	border-bottom-left-radius: 1.4rem;
	background: var(--blue);
	align-items: center;
	justify-content: center;
}
.mission_left i{
	font-size: 5rem;
}
.mission_right{
	margin-left:2rem;
	padding:2rem 0;
}
.bigger_one{
	font-size: 2.2rem;
	font-family: 'Poppins-Regular';
	font-weight:900;
	font-style: italic;
	letter-spacing: .4rem;
}


.last_one{
	width:6rem!important;
	height:5rem!important;
} 

.signature{
	display: block;
	margin-top:1rem;
	padding-bottom:1rem;
	max-width: 18rem;
	border-bottom: .2rem solid var(--gold);
}
.ceo_text{
	font-size: 1.6rem;
	color:black;
	margin-top: 1rem;
	margin-bottom:0rem;

}
.gold_text{
	color:var(--gold);
	margin:0;
}

/*service section*/
.service_card{
	display: flex;
	background: var(--blue);
	border-radius: 2rem;
	align-items: center;
}
.servic_left{
	width:12em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 2rem;
}
.servic_right{
	padding:3rem 1rem;
}
.service_title{
	font-size: 2.2rem;
	color:white;
	text-transform: capitalize;
	font-family:var(--fira);
}
.service_desc{
	font-size: 1.8rem;
	color:white;
	opacity: .9;
	height: 8rem;
}
.servic_left i{
	font-size: 2.4rem;
	color:var(--gold);
	width:5rem;
	height: 5rem;
/*	background:white;*/
	text-align: center;
	line-height: 5rem;
	border:.1rem dashed var(--gold);
	border-radius: 100%;

}
.service_card .hero_btn:hover{
	background:white!important;
	color:var(--gold)!important;
}


/*why choose start*/
.why_choose_us{
	background:url(../images/why_choose_bg.jpg);
	background-size: cover;
	background-position: center;
}

.why_choose_us_card{
	background:transparent;
	border:.1rem solid #e4e5e7; #dadeed;
	padding:3rem 1.5rem;
}
.why_choose_icon{
	font-size: 4rem;
	color: var(--gold);
}
.why_choose_title{
	font-size: 2.2rem;
	color:var(--blue);
	text-transform: capitalize;
	font-family:"Poppins-Bold";
	margin:1rem 0;
	font-weight:800;
}
.why_choose_desc{
	font-size: 1.7rem;
	color:black;
	opacity: .9;
	margin:0;
	line-height: 2.3rem;
}


/*testimonial start*/

.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;
}

.testimonal_section{
/*	background: #f1faf3;*/
}

.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: 80%;
    height: auto;
    border-radius: 100%;
    display: block;
    outline:2px solid var(----gold);
    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(--gold);
    margin: 0 10px;
}
.testimonial .testimonial-title{
    font-size: 19px;
    color:var(--gold);
    text-transform: capitalize;
    margin: 10px 0 0 0;
    float: left;
    font-family: 'Poppins-Regular';
}
@media only screen and (max-width: 480px){
    .testimonial{
        margin: 0 10px;
    }
    .testimonial .pic{
        float: none;
        width: 50%;
        margin: 0 auto;
    }
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
	color:var(--gold);
}

/*banner */



.banner_type{
	width:100%;
	height: auto;
	padding:4rem 2rem;
	background: linear-gradient(to right, rgba(218, 165, 32, .9), rgba(0, 31, 63, .9)),
    url(../images/banner.jpg);

	border-radius: 2rem;
	background-size: cover;
	background-position: center;
	margin-bottom: 8rem;
	margin-top: 8rem;
}

.protect_btn{
	display:inline-block;
	padding:1.5rem 4rem;
	background:var(--gold);
	color:white;
	font-size: 1.8rem;
	border-radius: 5rem;
	text-decoration: none;
	text-transform: capitalize;
	font-family: 'Poppins-SemiBold'
}

.protect_btn:hover{
	background:var(--gray);
	color:white;
}
.txt_shdow{
/*	text-shadow: .1rem .1rem .1rem var(--gold);*/

}
.text_blue{
	color:var(--blue);
}

/*FAQ Section */

.faq-section{
	font-family: 'Poppins-Regular';
	background:#f2f2f2;
}

.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;
}

	
 
  .card-header a{
  	font-size:1.7rem;
  	color:white;
  	padding:0;
  	margin:0;
  	text-decoration: none;
  }
  #content_p p{
  	font-size:1.4rem;
  	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(--gold);
  	vertical-align: middle;
  	height: 5.2rem;
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	cursor: pointer;

  }
  .accordian .card-body{
  	background: white;
  	text-align: left;
  	border-top:1px solid var(--gold);


  }
  .red-text{
  	color:var(--gold);

  }



/*footer */

.forfooter{
	height: auto;
	background:var(--gray);#31373f;
font-family: 'Poppins-Regular';
	padding:7rem 0rem;
}
.footer_logo{
	max-width:15rem;
}
.footerheading{
	font-size:2.2rem;
	color:white;
	font-family: 'Fira Sans', sans-serif;

	font-weight:500;


}
.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;
}
.foot-p{
	font-size:1.6rem;


}
.footer_menu_ul li a:hover{
	color:var(--gold);
}
.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;
	color:var(--gold);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


footer{
	padding:1rem 0rem;
}
.copyright_text{
	margin-bottom: 0px;
	font-size:1.6rem;
	color:white;
}
.copyright_text a{
	color:var(--gold);
}
.copyright_text a:hover{
	color:var(--blue);
}
.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(--gold);
	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;
}
.footer_p{
	font-family: 'Poppins-Regular';
	font-size:1.6rem;
}
.privacy_menu li{
	list-style: none;
	display: inline-block;
	color:white;
}
.privacy_menu li a{
	color:white;
	font-size: 1.6rem;
	font-family: 'Poppins-Regular';

}
.privacy_menu li a:hover{
	color:var(--blue);
}
.logos-slider .slick-next:before, .logos-slider .slick-prev:before{
	display: none;
}
/*for home*/

.forhomeform form{
	margin-top:1rem;
}
.forhomeform form input, select{
	width:100%;
	display: block;
	height:4.9rem;
	font-size: 1.6rem;
	padding-left:1.6rem;
	background: #f2f2f2;
	border:.1rem solid #e6e6e6;
}
.forhomeform form textarea{
	width:100%;
	display: block;
	background: #f2f2f2;
	border:.1rem solid #e6e6e6;

	height:15.9rem;
	font-size: 1.6rem;
	padding-left:1.6rem;

}
.forhomeform form input::placeholder, .forhomeform 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(--gold);
	border-radius: 3px;
	outline: none;
}
.forhomeform form input[type="submit"]{
	background:var(--gold);
	color:white;
	font-size:1.8rem;
	letter-spacing: .1rem;
	height: 4.9rem;
	font-family: "Poppins-SemiBold";
	text-transform: uppercase;
	margin-bottom:6rem;
	border-radius: 2.5rem;
	max-width: 15rem;
	/*english
	m
	urdu
	maths*/
}
.forhomeform form input[type="submit"]:hover{
	background: var(--gray);
}
.map_s{
	width:100%;    height: 32rem;
    margin-top: 1rem;
}


@media (min-width: 992px) {
  /* Reset opacity overlay on larger screens */
  .offcanvas-backdrop {
    opacity: 0 !important;
    display: none !important;
  }
}
