@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');
body {
	font-family: 'Montserrat', sans-serif;}

a {
	text-decoration: none !important;
}
p{
	color: #363636;
	font-size: 16px;
	line-height: 25px;
}
a:hover{color:#fff}
.form-select:focus {
	box-shadow: none !important;
	border: 1px solid #282F59 !important;
}

 
.form-control:focus {
	box-shadow: none !important;
	border-color: #20458D !important;
}

.text-blue{
	color: #20458D !important;
}
.background-blue{
	color: #20458D !important;
}
.text-orange{
	color: #F68820 !important;
}
.background-orange{
	color: #F68820 !important;
}
.font-size-15 {
	font-size: 15px !important;
}

.font-size-14 {
	font-size: 14px !important;
}

.font-size-13 {
	font-size: 13px !important;
}

.font-weight-600 {
	font-weight: 600;
}

.font-weight-700 {
	font-weight: 700;
}
.font-weight-800 {
	font-weight: 800;
}

.line-height-25 {
	line-height: 25px;
}

.text-gray {
	color: #666 !important;
}
.topbar-clipped-img{
	position: absolute;
	right: 0;
}
.white-topbar-polygon{
	position: absolute;
	left: 38%;
	top: 15%;
	z-index: 1000;
}
header{
	position: relative;
}
.navbar-light .navbar-brand{
	z-index: 10000 !important;
}
.navbar{
	margin-top: -75px;
}
.navbar-light .navbar-nav .nav-link{
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 20px;
	padding-bottom: 0px;
}
.navbar-light .navbar-nav .nav-link.active{
	color: #20458D;
	border-bottom: 2px solid #F68820;
}
.navbar-collapse{
	margin-top: 105px;
}
.social-media-icons{
	position: absolute;
	right: 20px;
	top: -77px;
}
.social-media-icons ul{
	list-style-type: none;
	display: flex;
}
.social-media-icons ul li{
	margin-left: 10px;
}
.social-media-icons ul li a i{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #20458D;
	border-radius: 50%;
	text-align: center;
	color: #20458D;
}
.social-media-icons ul li a i:hover{
	border-color: #F68820 !important;
	color: #F68820;
}
.blue-polygon{
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 1000;
}
.orange-bordered-polygon{
	position: absolute;
	top: 72px;
	left: -40px;
	z-index: 10;
}
.banner{
	background: url(../images/banner-image.jpg) no-repeat top left;
	background-size: cover;
	padding: 250px 0 150px 0;
	position: relative;
}
.banner h1{
	font-size: 40px;
	font-weight: 800;
	color: #fff;
}
.banner-content{
	width: 30%;
}
.banner p{
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	margin: 25px 0;
}
.banner a{
	font-size: 16px;
	background-color: #F68820;
	padding: 12px 55px;
	display: inline-block;
	color: #fff;
}
.banner-tri1{
	position: absolute;
	top: 10%;
	left: 12%;
}
.banner-tri2{
	position: absolute;
	bottom: 15%;
	right: 12%;
}
.banner-tri3{
	position: absolute;
	bottom: -5%;
	right: 16%;
	z-index: 10;
}
.about-us{
	background: url(../images/aboutus-background.png) no-repeat bottom right;
	background-size: auto;
	padding: 50px 0 400px 0;
	background-size: cover;
	position: relative;
}
.about-us::before{
	content: '';
	background: url(../images/arc.png) no-repeat center center;
	position: absolute;
	top: -100px;
	left: 0;
	display: inline-block;
	left: 0;
	right: 0;
	height: 100px;
}
.about-us-row1::before{
	background: url(../images/man-calling.png) no-repeat;
	content: '';
	position: absolute;
	top: -65px;
	left: -15%;
	height: 600px;
	z-index: 10;
	width: 500px;
}
.about-us-row1 h2{
	color: #fff;
	font-weight: 800;
	z-index: 100;
	position: relative;
}
.about-us-row2 p{
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	width: 80%;
}
.about-us-row1 img{	
	position: absolute;
	top: 50%;
	left: 13%;
	z-index: 10;
	transform: translateY(-50%);
}
.our-services{
	padding: 40px 0;
	position: relative;
}
.our-services h2{
	font-style: normal;
	font-weight: 900;
	font-size: 37px;
	line-height: 45px;
	text-align: center;
	color: #20458D;
}
.single-service{
	margin-bottom: 30px;
}
.single-service .service-image{
	width: 100%;
	height: 273px;
}
.single-service .service-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-service .service-details h4{
	font-weight: 900;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	color: #20458D;
	margin: 30px 0 20px 0;
	min-height: 80px;
}
.single-service .service-details p{
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #000000;
}
.our-services .service-tri1{
	position: absolute;
	top: 3%;
	right: 3%;
}
.our-services .service-tri2{
	position: absolute;
	top: 17%;
	right: 0%;
}
.our-services .service-tri3{
	position: absolute;
	top: 52%;
	right: 0%;
}
.our-services .service-tri4{
	position: absolute;
	top: 25%;
	left: 0%;
}
.our-services .service-tri5{
	position: absolute;
	top: 41%;
	left: 2%;
}
.our-services .service-tri6{
	position: absolute;
	top: 64%;
	left: 8%;
}
.features{
	background: url(../images/feature-bg.png) no-repeat top left;
	background-size: cover;
	padding: 200px 0;
	position: relative;
}
.features:after{
	content: '';
	background: url(../images/white-arc.png) no-repeat center center;
	position: absolute;
	bottom: 0px;
	display: inline-block;
	left: 0;
	right: 0;
	height: 100px;
}
.single-feature{
	text-align: center;
}
.single-feature img{
	margin: 0 auto;
	text-align: center;
}
.single-feature h3{
	font-weight: 900;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	color: #F68820;
	margin: 22px 0;
}
.single-feature p{
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
	width: 70%;
	margin: 0 auto;
}
.testimonials{
	background: url(../images/testimonials-back.png) no-repeat top left;
	background-size: auto;
	background-size: cover;
	padding: 195px 0;
	margin-top: -120px;
	z-index: 10000;
	position: relative;
}
.review{
	padding: 60px 30px;
	background: #FFFFFF;
	border-radius: 0px 66px 66px 66px;
	position: relative;
}
.testimonials h2{
	font-weight: 900;
	font-size: 37px;
	line-height: 45px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.review .start-commas{
	position: absolute;
	top: 0;
	left: 0;
}
.owl-carousel .owl-dots.disabled {
	display: block !important;
}
.about-us-row1{
	position: relative;
}
.owl-dots {
	text-align: center;
	margin-top: 30px;
}

.owl-dots .owl-dot span {
	background-color: #20458D;
	height: 15px;
	width: 15px;
	margin-right: 10px;
	border-radius: 50%;
	display: block;
}

.owl-dots .owl-dot.active span {
	background-color: #FFFFFF;
}
.review {
	position: relative;
	text-align: center;
}
.review .start-commas{
	position: absolute;
	top: -28px;
	left: -1px;
	width: 70px !important;
}
.review .end-commas{
	position: absolute;
	bottom: -8px;
	right: 2px;
	width: 70px !important;
}
.feedbacks{
	overflow: hidden;
}
.feedbacks .owl-carousel .owl-stage-outer{
	overflow: initial !important;
}
.our-gallary {
	padding: 82px 0 123px 0;
}
.our-gallary h2{
	font-weight: 900;
	font-size: 37px;
	line-height: 45px;
	text-align: center;
	color: #20458D;
}
.gallary-image{
	width: 650px;
	height: 550px;
	margin: 0 auto;
	text-align: center;
	margin-top: 78px;
}
.gallary-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallary-carousel .owl-nav.disabled {
	display: block !important;
	display: flex !important;
	justify-content: space-around;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.gallary-carousel .owl-nav .owl-prev{
	margin-left: -200px !important;
	position: relative;
}
.gallary-carousel .owl-nav .owl-next{
	margin-right: -200px !important;
	position: relative;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent !important;
	color: #FFF;
	text-decoration: none;
}
footer{
	padding: 44px 0 60px 0;
	background-color: #20458D;
}
footer h3{
	font-weight: 900;
	font-size: 37px;
	line-height: 45px;
	color: #FFFFFF;
	margin-bottom: 25px;
}
footer form{
	position: relative;
}
footer form label{
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
}
footer form .form-control{
	height: 58px;
	border: 0;
	background: #D9D9D9;
	border-radius: 0px;
}
footer form .submit-button{
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
	padding: 6px 22px;
	background: #F68820;
	border: 0;
	position: absolute;
	bottom: 0;
}
footer form textarea{
	height: 109px !important;
	resize: none;
}
footer p{
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}
footer span{
	margin-bottom: 14px;
}
footer span p{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	margin-bottom: 19px;
}
.address h6{
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}
footer .social-media-icons{
	top: 50% !important;
	bottom: 0;
	transform: translateY(-50%);	
}
footer .social-media-icons ul li a i {
	border: 1px solid #fff;
	color: #fff;
}
.inner-page-content{
	padding: 150px 0 70px 0;
	position: relative;
	margin-top: -64px;
}
.inner-page-content p{
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	z-index: 100;
	position: relative;
	width: 80%;
}
.inner-page-rec1{
	position: absolute;
	right: 5%;
	top: 20%;
}
.inner-page-rec2{
	position: absolute;
	right: 13%;
	top: 35%;
}
.inner-page-rec3{
	position: absolute;
	right: 7%;
	top: 72%;
}
.inner-page-content:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: url(../images/inner-page-orange.svg) no-repeat top left;
	background-size: cover;
	background-position: 46% 41%;
	z-index: -10;
}