html {
	overflow-x: hidden;
	height: 100%;
}

body {
	font-family: 'manrope-regular', sans-serif;
	overflow-x: hidden;
	font-weight: 400;
}
@font-face {
	font-family: 'manrope-regular';
	src: url('../fonts/manrope-regular.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
@font-face {
	font-family: 'manrope-bold';.servicespagebg
	src: url('../fonts/manrope-bold.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
@font-face {
	font-family: 'manrope-light';
	src: url('../fonts/manrope-light.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
@font-face {
	font-family: 'manrope-medium';
	src: url('../fonts/manrope-medium.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
@font-face {
	font-family: 'manrope-semibold';
	src: url('../fonts/manrope-semibold.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

a {
	text-decoration: none;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover {
	text-decoration: none;
}



.headertop{
	float: left;
	width: 100%;
	padding: 7px 0;
	background-image: linear-gradient(130deg, #03588C 0%, #72DBF2 100%);
}
.headertop-left{
	float: left;
	padding-top: 4px;
}
.headertop-left span{
	display: inline-block;
	padding-right: 12px;
	color: #fff;
	font-size: 14px;
}
.headertop-left a{
	color: #fff;
}
.headertop-left .fa{
	padding-right: 8px;
}
.headertop-mid{
	float: right;
	margin-left: 15px;
}
.headertop-mid select{
	border: none;
	outline: none;
	width: 195px;
	height: 32px;
	padding: 0 7px;
	color: #000;
	font-size: 14px;
}
.headertop-right{
	float: right;
}
.headertop-right a{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 1px;
	padding: 7px 0;
	border-radius: 50%;
	background: #2c8eb7;
	text-align: center;
	color: #fff;
}

.headerbottom{
	float: left;
	width: 100%;
	padding: 10px 0;
	background-image: linear-gradient(130deg, #e83b3a 0%, #e62d47 100%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.navbar {
	padding: 0px;
}
.navbar-nav li {
	padding-left: 20px;
	position: relative;
	margin-top: 8px;
}
.navbar-nav li a {
	color: #fff;
	font-size: 17px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
}
.navbar-nav li a:hover {
	color: #000
}
.navbar-nav li ul{
	position: absolute;
	left: 0;
	top: 20px;
	padding-top: 20px;
	padding-left: 0;
	z-index: 99;
	margin: 0;
	display: none;
}
.navbar-nav li:hover ul{
	display: block;
}
.navbar-nav .subnav{
	background: #000;
	border-radius: 5px 25px 5px 25px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	padding: 10px;
	width: 250px;
}
.navbar-nav li ul li{
	list-style: none;
	padding: 5px 0;
}
.navbar-nav li ul li a{
	font-size: 14px;
	color: #fff
}
.navbar-nav li ul li a:hover{
	color: #e83b3a;
}
.navbar-nav li ul li .fa{
	font-size: 12px;
	padding: 7px 5px 15px 0;
	float: left;
}
.navbar-nav li .fa-plus{
	font-size: 10px;
}
.phoneno{
	margin-top: 0px!important;
}
.phoneno a{
	display: block;
    color: #fff!important;
    background-color: #000;
    border-radius: 5px;
	padding: 8px 25px;
    box-shadow: 0px 0px 3px 0px rgb(115 115 115 / 50%);
}

.bannerbg{
	background-image: linear-gradient(130deg, #e83b3a 50%, #e62d47 100%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	float: left;
	width: 100%;
	position: relative;
}
.bannershape{
	width: 100%;
	float: left;
}
.bannershape img{
	width: 100%;
}
.bannerbg-img{
	float: right;
	width: 49%;
}
.bannerbg-img img{
	width: 100%;
}
.bannerbg-text{
	width: 35%;
	float: left;
	padding-top: 120px;
}
.bannerbg-text h1{
	font-size: 47px;
	font-family: 'manrope-semibold', Times, serif;
	color: #fff;
	margin: 0;
}
.bannerbg-text p{
	font-size: 17px;
	line-height: 23px;
	color: #fff;
	font-family: 'manrope-medium', Times, serif;
	margin: 25px 0;
}
.btnstyle1{
	display: inline-block;
	border-radius: 5px;
	background: #000;
	font-family: 'Inter', sans-serif;
	padding: 12px 50px;
	color: #fff;
}
.btnstyle1 .fa{
	padding-left: 10px;
}
.btnstyle1:hover{
	background: #fff;
	color: #000;
}

.welcomebg{
	padding: 90px 0;
	float: left;
	width: 100%;
}
.welcomebg-img{
	float: left;
	width: 47%;
}
.welcomebg-img img{
	width: 100%;
}
.welcomebg-text{
	float: right;
	width: 37%;
	padding-top: 35px;
}
.welcomebg-text h5{
	color: #e71f2b;
	font-size: 18px;
	font-family: 'manrope-medium', Times, serif;
}
.welcomebg-text h2{
	color: #e94b2a;
	font-size: 32px;
	line-height: 41px;
	font-family: 'manrope-semibold', Times, serif;
}
.welcomebg-text p{
	color: #50525c;
	font-size: 15px;
	line-height: 23px;
	margin: 20px 0;
	font-family: 'manrope-medium', Times, serif;
}
.welcomebg-text a{
	color: #fff;
	background: #e94b2a;
	padding: 12px 30px;
}
.welcomebg-text a:hover{
	color: #fff;
	background: #000;
}

.whatwepromicebg .welcomebg-img{
	float: right;
}
.whatwepromicebg .welcomebg-text{
	float: left;
}

.servicesbg{
	float: left;
	width: 100%;
	background: #fdf2ef;
	padding: 70px 0;
}
.servicesbg-bottomshape{
	float: left;
	width: 100%;
}
.servicesbg-bottomshape img{
	width: 100%;
	padding-top: 60px;
}
.servicesbg-header{
	float: left;
	width: 100%;
}
.servicesbg-header h5{
	color: #e94b2a;
	font-family: 'manrope-medium', Times, serif;
	font-size: 18px;
	margin-bottom: 20px;
}
.servicesbg-header h2{
    color: #e71f2b;
    font-size: 45px;
	line-height: 52px;
	font-family: 'manrope-bold', Times, serif;
}
.explorebtn{
	float: right;
	margin-top: 20px;
}

.servicebox{
	background: #fff;
	margin-top: 30px;
	overflow: hidden;
}
.servicebox img{
	width: 100%;
}
.serviceboxtext{
	padding: 25px 12px 15px 0;
}
.serviceboxtext h3 {
    color: #e71f2b;
    font-size: 24px;
    line-height: 29px;
    font-family: 'manrope-semibold', Times, serif;
    margin: 12px 0 10px;
    min-height: 0;
}
.serviceboxtext p{
	color: #000;
	font-size: 15px;
	line-height: 19px;
	font-family: 'manrope-medium', Times, serif;
}
.serviceboxtext a{
	color: #e71f2b;
	font-size: 14px;
	font-family: 'manrope-medium', Times, serif;
	display: table;
	width: 100%;
}
.serviceboxtext a .fa{
	float: right;
	margin-top: 5px;
}
.serviceboxtext a:hover{
	color: #f66b0e;
}

.wd-100 {
    width : 100%;
    float : left;
}

.whychoosebg{
	padding: 80px 0;
	float: left;
	width: 100%;
}
.whychoosebg h2{
    color: #e71f2b;
	text-align: center;
    font-size: 45px;
	font-family: 'manrope-bold', Times, serif;
	margin: 0 0 20px 0;
}
.whychoosebg h3{
    color: #e71f2b;
    font-size: 25px;
	font-family: 'manrope-bold', Times, serif;
	margin: 20px 0;
}
.whychoosebg h5{
	color: #000;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	margin: 0px 0 50px 0;
}
.whychoosebox{
	margin-top: 50px;
	text-align: center;
	padding: 0 20px;
}
.whychoosebox h3{
	color: #e71f2b;
	font-size: 24px;
	font-family: 'manrope-semibold', Times, serif;
	margin: 15px 0 20px 0;
}
.whychoosebox p{
	color: #000;
	font-size: 15px;
	line-height: 23px;
	font-family: 'manrope-medium', Times, serif;
	margin: 0 0 20px 0;
}
.whychoosebox a{
	display: inline-block;
	border-radius: 5px;
	background: #e94b2a;
	color: #fff;
	font-family: 'manrope-medium', Times, serif;
	font-size: 15px;
	padding: 12px 30px;
}
.whychoosebox a:hover{
	background: #000;
	color: #fff;
}
.customersaybg{
	float: left;
	width: 100%;
	padding: 70px 0;
	background-image: linear-gradient(130deg, #03588C 0%, #72DBF2 89%);
}
.customersaybg h1{
	color: #fff;
	font-size: 55px;
	text-align: center;
	margin: 0 0 50px 0;
}
.customersay{
	margin-top: 30px;
	padding: 45px;
	background: #fff;
	border-radius: 10px;
}
.customersay p{
	color: #757588;
	font-size: 16px;
	line-height: 1.8em;
	margin: 0;
}
.customersay h3{
	margin: 22px 0;
	font-size: 20px;
}

.latestnewsbg{
	float: left;
	width: 100%;
	padding: 70px 0;
}
.latestnewsbg h1{
	color: #034c8c;
	font-size: 55px;
	text-align: center;
	margin: 0;
}
.latestnewsbg h5{
	color: #757588;
	font-size: 18px;
	text-align: center;
	margin: 20px 0 45px 0;
}
.newsbox{
    border-radius: 15px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
	margin-top: 30px;
	background: #fff;
	overflow: hidden;
}
.newsbox img{
	width: 100%;
}
.newsbox-cotent{
	padding: 30px;
	text-align: center;
	min-height: 330px;
}
.newsbox-cotent h3{
	color: #034c8c;
	font-size: 21px;
}
.newsbox-cotent span{
	display: block;
	color: #adadad;
	font-size: 12px;
	padding: 15px 0;
}
.newsbox-cotent p{
	color: #757588;
	font-size: 15px;
	margin-bottom: 30px;
}
.newsbox-cotent a{
	color: #f88c44;
	font-size: 12px;
}

.footercontactbg{
	float: left;
	width: 100%;
}
.footercontactbg-inner{
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
	float: left;
	position: relative;
	z-index: 9;
	background: #fff;
	width: 100%;
}
.contactinfo-left{
	float: left;
	width: 50%;
	padding: 70px 90px 70px 50px;
}
.contactinfo-left h1{
	color: #034c8c;
	font-size: 50px;
}
.contactinfo-left h5{
	color: #757588;
	font-size: 18px;
	margin-bottom: 30px;
} 
.contactinfo-left ul{
	padding: 0;
	margin: 0;
}
.contactinfo-left li{
	list-style: none;
	padding: 20px 0;
	float: left;
	width: 100%;
	border-bottom: solid 1px #e5e5e9;
}
.contactinfo-left li:last-child{
	border: none;
}
.contactinfo-left li img{
	float: left;
	margin-right: 15px;
}
.contactinfo-left li h3{
	color: #034c8c;
	font-size: 20px;
	margin: 10px 0;
}
.contactinfo-left li p{
	color: #757588;
	margin: 0;
	font-size: 16px;
}
.contactinfo-left li a{
	color: #757588;
}
.contactmap-right{
	float: right;
	width: 50%;
}

.footer{
	float: left;
	width: 100%;
	margin-top: -80px;
}
.footer-top{
	float: left;
	width: 100%;
	padding: 185px 0 105px 0;
	background-image: linear-gradient(130deg, #03588C 0%, #72DBF2 89%);
}
.footer-top-inner{
	float: left;
	width: 100%;
	padding: 0 140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footersocial a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 1px;
    padding: 7px 0;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #03588c;
}
.footerlgo img{
	width: 270px;
}
.copyright{
	text-align: right;
	color: #fff;
}

.footer-bottom{
	float: left;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	background-image: linear-gradient(130deg, #03588C 0%, #72DBF2 100%);
}
.footer-bottom a{
	display: inline-block;
	padding: 0 17px;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	font-family: 'VarelaRound-Regular', Times, serif;
}
.footer-bottom a:hover{
	color: #000;
}


.you-have-questions{
	float: left;
	width: 100%;
	padding: 45px 0;
	background-image: linear-gradient(130deg, #e83b3a 50%, #e62d47 100%);
}
.you-have-questions h2{
	float: left;
	font-family: 'manrope-medium', Times, serif;
	font-size: 33px;
	color: #fff;
}
.you-have-questions a{
	float: right;
}

.footernew{
	float: left;
	width: 100%;
}
.footernew-top{
	float: left;
	width: 100%;
	padding: 80px 0;
}
.footernew-top h2{
	color: #8e909b;
	font-family: 'manrope-medium', Times, serif;
	font-size: 16px;
	margin: 0 0 18px 0;
}
.footernew-top-about{
	float: left;
	width: 330px;
	padding-top: 30px;
}
.footernew-top-about p{
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-family: 'manrope-medium', Times, serif;
	margin: 20px 0 0 0;
}
.footernew-top-about p a{
	display: inline-block;
	margin-right: 25px;
	color: #f55236;
	font-size: 22px;
}
.footernew-top-about p a:hover{
	color: #000;
}
.footernew-quicklinks{
	float: left;
	margin-left: 40px;
	max-width: 270px;
}
.footernew-quicklinks p{
	margin-bottom: 18px;
	color: #e94b2a;
	font-family: 'manrope-medium', Times, serif;
	font-size: 15px;
}
.footernew-quicklinks p a{
	color: #e94b2a;
}
.footernew-quicklinks p a:hover{
	color: #000;
}
.footernew-bottom{
	float: left;
	width: 100%;
	padding-bottom: 60px;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-family: 'manrope-medium', Times, serif;
}

.innerheadingbg{
	background-image: linear-gradient(130deg, #e83b3a 50%, #e62d47 100%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	float: left;
	width: 100%;
	padding: 60px 0;
	text-align: center;
}
.innerheadingbg h1{
	color: #fff;
	font-size: 47px;
	font-family: 'manrope-semibold', Times, serif;
}

.abouttextbg{
	float: left;
	width: 100%;
	padding: 0;
}
.abouttextbg h2{
	color: #e94b2a;
	font-size: 32px;
	font-family: 'manrope-semibold', Times, serif;
	margin: 0;
}
.abouttextbg p{
    color: #50525c;
    font-size: 15px;
    line-height: 23px;
    margin: 30px 0 0 0;
    font-family: 'manrope-medium', Times, serif;
}

.contactbg-top{
	float: left;
	width: 100%;
	padding: 90px 0 20px 0;
}
.contactbg-top-left h2{
	color: #e94b2a;
	font-size: 32px;
	line-height: 41px;
	font-family: 'manrope-semibold', Times, serif;
	margin: 0 0 20px 0;
}
.contactbg-top-left p{
	color: #e94b2a;
	font-family: 'manrope-medium', Times, serif;
	font-size: 16px;
}
.contactbg-top-left p a{
	color: #e94b2a;
}
.contactbg-top-left p a:hover{
	color: #cb3819;
}

.contactbg-top-right{
	background: #f1f1f1;
	padding: 40px;
	width: 100%;
}
.contactbg-top-right .form-control{font-size:16px; color:#4f4f4f; font-family: 'manrope-medium', Times, serif; height:65px; border:none; background:#fff; border-radius:10px; box-shadow:inset 0 3px 7px rgba(0,0,0,.0); box-shadow: 3px 0px 15px rgba(0,0,0,.0);
    padding: 0px 35px;}
.contactbg-top-right .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4f4f4f;
}

.contactbg-top-right .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #4f4f4f;
}

.contactbg-top-right .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #4f4f4f;
}

.contactbg-top-right .form-control:-moz-placeholder { /* Firefox 18- */
  color: #4f4f4f;
}
.submitbtn{
	display: inline-block;
	border-radius: 10px;
	padding: 20px 0px;
	width: 100%;
	text-align: center;
	font-size: 17px;
	font-family: 'manrope-medium', Times, serif;
	background-image: linear-gradient(130deg, #e83b3a 50%, #e62d47 100%);
	color: #fff;
	border: none;
}

.locationmap{
	width: 100%;
	padding-bottom: 90px;
}
.locationmap h2{
	color: #e94b2a;
	font-size: 32px;
	font-family: 'manrope-semibold', Times, serif;
	margin: 0 0 35px 0;
}
.servicespagebg{
	background: #fff;
	padding: 70px 0 90px 0;
}
.singleservicetext{
	width: 50%;
}

.singleservicesbg{
	float: left;
	width: 100%;
	padding: 60px 0;
	text-align: center;
}

.singleservicesbg .container {
    width: 1000px;
}

.singleservicesbg h2 {
    color: #e94b2a;
    font-size: 32px;
    line-height: 41px;
    font-family: 'manrope-semibold', Times, serif;
    text-align: left;
    width: 100%;
    float: left;
}
.singleservicesbg h4 {
    color: #e94b2a;
    font-size: 25px;
    line-height: 40px;
    font-family: 'manrope-semibold', Times, serif;
    text-align: left;
    width: 100%;
    float: left;
}
.singleservicesbg p{
    color: #50525c;
    font-size: 21px;
    line-height: 35px;
    margin: 20px 0;
    font-family: 'manrope-medium', Times, serif;
    width: 100%;
    text-align: left;
    float: left;
}

.singleservicesbg a {
    color: #e94b2a;
}

.singleservicesbg a:hover {
    color: #e71515;
}

.decimallist{
     margin: 10px 0;
}

.decimallist li {
    margin: 10px 0;
    list-style: none;
    font-size: 21px;
    line-height: 35px;
    text-align: left;
    list-style: disc;
}

.list01{
	padding: 0 0 0 15px;
	margin: 0;
	text-align: left;
}

.blogsection {
    width: 100%;
    float: left;
}

.blogsection span {
    padding: 0 0 12px 0;
    width: 100%;
    float: left;
}

.owl-carousel .servicebox {
    padding: 25px;
}

span.text-2 {

    color: #e94b2a;
    font-size: 21px;
    line-height: 25px;
    font-family: 'manrope-semibold', Times, serif;
}

@media only screen and (min-width: 1141px) and (max-width: 1290px) {
	.container{max-width: 1130px;}
	.navbar-nav li{padding-left: 15px;}
}
@media only screen and (min-width: 960px) and (max-width: 1140px) {
	.container{max-width: 960px;}
	.navbar-nav li{padding-left: 15px;}
	.navbar-nav li a{font-size: 12px;}
	.phoneno{font-size: 12px!important;}
	.navbar-nav li{margin-top: 0;}
	.footernew-top-about{width: 100%;}
	.footernew-quicklinks{width: 100%; margin: 25px 0 0 0;}
	.footernew-bottom{text-align: center;}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {max-width: 770px;}
	.navbar-brand img{width: 160px;}
	.navbar-nav li{padding-left: 10px;}
	.navbar-nav li a{font-size: 11px;}
	.phoneno{font-size: 11px!important;}
	.bannerbg-text h1{font-size: 35px;}
	.bannerbg{padding-top: 50px;}
	.welcomebg-text h1{font-size: 30px;}
	.servicesbg-header h1{font-size: 30px;}
	.whychoosebg h1{font-size: 30px;}
	.customersaybg h1, .latestnewsbg h1{font-size: 30px;}
	.contactinfo-left{padding: 20px;}
	.newsbox-cotent h3{font-size: 15px;}
	.footer-top-inner{padding: 0;}
	.footer-bottom a{padding: 0 9px;}
	.navbar-nav li{margin-top: 0;}
	.bannerbg-text{width: 45%; padding-top: 40px;}
	.welcomebg-text{width: 50%; padding: 0;}
	.you-have-questions h2{font-size: 28px;}
	.footernew-top-about{width: 100%;}
	.footernew-quicklinks{width: 100%; margin: 25px 0 0 0;}
	.footernew-bottom{text-align: center;}
	.innerheadingbg{font-size: 25px; padding: 30px 0;}
}
@media only screen and (max-width: 767px) {
	.headertop-left{width: 100%; text-align: center; padding: 5px 0 10px 0;}
	.headertop-right{float: left;}
	.navbar-light .navbar-toggler{background: #fff;}
	.navbar-nav li{padding: 10px 0;}
	.phoneno{text-align: center;}
	.bannerbg{padding: 30px 0;}
	.bannerbg-text h1{font-size: 28px;}
	.bannerbg-img, .bannerbg-text{width: 100%;}
	.bannershape{display: none;}
	.welcomebg-img{width: 100%;}
	.welcomebg-text{width: 100%; padding-top: 25px;}
	.welcomebg-text h1{font-size: 30px;}
	.servicesbg-header{text-align: center;}
	.servicesbg-header h1{font-size: 35px;}
	.explorebtn{float: none;}
	.whychoosebg h1, .customersaybg h1{font-size: 35px;}
	.latestnewsbg h1{font-size: 35px;}
	.contactinfo-left{width: 100%; padding: 20px;}
	.contactmap-right{width: 100%;}
	.footer-top-inner{display: block; text-align: center; padding: 0;}
	.footer-top{padding: 130px 0 50px 0;}
	.copyright{text-align: center;}
	.footerlgo{padding: 20px 0;}
	.footer-bottom a{padding: 3px 15px;}
	.you-have-questions{text-align: center;}
	.you-have-questions h2, .you-have-questions a{float: none; display: inline-block;}
	.footernew-top-about{width: 100%;}
	.footernew-quicklinks{width: 100%; margin: 25px 0 0 0;}
	.footernew-bottom{text-align: center;}
	.innerheadingbg{font-size: 25px; padding: 30px 0;}
}