*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: var(--font-body);
	font-size: 18px;
    font-weight: 300;
	line-height: 1.5;
	color: #1D1C1C;
}
html{
	overflow-x: hidden;
}
:root {	
	--font-heading:"Jost", sans-serif;
    --font-body:"Jost", sans-serif;
    --icon: "Font Awesome 6 Free", sans-serif;
    --primary: #132E81;
}
::selection{
    background-color: #74605d;
    color: #fff;
}
a, input[type="submit"], button, button[type="submit"], :before, :after, img, .counter-box, .choose-box, h3, h4, p, i {
    -webkit-transition: all .4s ease-in-out !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -ms-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
    text-decoration: none;
}
a{
	color: #000;
}
:hover, input[type="submit"]:focus,  button, button[type="submit"]:focus, .dontae-row button:focus{
	text-decoration:none !important;
	outline:none !important;
}
.pt-170{
	padding-top: 170px;
}
.pt-100{
	padding-top: 100px;
}
.pb-100{
	padding-bottom: 100px;
}
.pt-60{
	padding-top: 60px;
}
.pb-60{
	padding-bottom: 60px;
}
.pt-30{
	padding-top: 30px;
}
.pb-30{
	padding-bottom: 30px;
}
.pt-10{
	padding-top: 10px;
}
.pb-10{
	padding-bottom: 10px;
}
.bg-primary{
	background-color: var(--primary) !important;
}
.text-primary{
	color: var(--primary) !important;
}
h1, h2, h3, h4, h5, h6, p{
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1;
}
h1{
	font-size: 150px;
    font-weight: 600;
}
h2{
	font-size: 90px;
    font-weight: 600;
    color: #F9AB19;    
}
h3{
	color: #F9AB19;
	font-size: 70px;
    font-weight: 300;    
}
h4{
	font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
}
h3.top-head {
    margin-bottom: -25px;
}
span{
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}
.sub-heading{
	font-size: 70px;
    font-weight: 300;
    line-height: 1.2;
}
header{
	z-index: 1;
}
header, .banner-section, .footer-bottom{
	padding-left: 70px;
	padding-right: 70px;
}
.banner-section{
	background-image: url(../images/banner.webp);
	padding-top: 200px;
	padding-bottom: 200px;
	background-size: 100% 100% !important;
	background-position: center center !important;
	background-repeat: no-repeat;
}
.sroll-down span:last-child{
	font-size: 25px;
    font-weight: 300;
}
.container-col {
    padding-right: 253px;
}
.sec-main-head {
    color: #F6841012;
    font-size: 320px;
    font-weight: 600;
    mix-blend-mode: multiply;
    z-index: -1;
    position: absolute;
    width: 100%;
    top: -80px;
}
.sec-main-head span{
	color: #132E81;
    opacity: 0.1 !important;
}
.services-section .card .card-body p{
	font-size: 16px;
	line-height: 35px;
}
.logo-slider .slick-track {
    display: flex;
    align-items: center;
}
.logo-slider {
    -webkit-mask-image: linear-gradient(var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0));
    mask-image: linear-gradient(var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0));
}
.pricing-section{
	background-image: url(../images/service-bg.webp);
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;

}
.pricing-section ul li{
	font-size: 17px;
    font-weight: 300;
    color: #fff;
    margin-top: 7px;
    line-height: 1.8;
    position: relative;
    display: flex;    
}
.pricing-section ul li:before{
	content: "\f061";
	font-family: var(--icon);
	font-weight: 900;
	color: #F68410;
	margin-right: 8px;
}
.pricing-section .sec-main-head {
    color: #FFFFFF17;
    font-size: 222px;
    font-weight: bold;
    top: 50%;
    transform: translate(0px, -50%);
    mix-blend-mode: unset;
    z-index: 0;
}
.btn-grp button{
	font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    background-color: #F68410;
}
footer{
	background-color: transparent;
    background-image: linear-gradient(200deg, #051341 0%, #122C7B 100%);
}
.quote-form form input {
    height: 60px;
    padding: .5rem 1rem;
    font-size: 16px;
}
.quote-form form input::placeholder{
	color: #fff;
}
.quote-form button{
	color: #F68410 !important;
	font-size: 16px;
	font-weight: 400;
}