@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@font-face {
    font-family: 'Interstate';
    src: url('../fonts/Interstate-Bold.woff2') format('woff2'),
        url('../fonts/Interstate-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate';
    src: url('../fonts/Interstate-Light.woff2') format('woff2'),
        url('../fonts/Interstate-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate';
    src: url('../fonts/Interstate-Regular.woff2') format('woff2'),
        url('../fonts/Interstate-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
	margin: 0;
	padding: 0;
	font-size: 18px; 
	color:#59111a;
	font-family: 'Open Sans', sans-serif;
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/*comman-area*/
ol, ul{
	margin: 0;
	padding: 0;
}
img{
	display: block;
}
a{
	transition: all 0.5s ease;
}
a:focus, a:hover, a:active{
	text-decoration: none;
	outline: none;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
}
h2{
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
}
h1{
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
}

a{
	color: #d32027;
}

p{ 
	margin: 0;
	line-height: 24px;	
}
img{
	max-width: 100%;
}
button:focus{
	outline: none;
	box-shadow: none;
}
.btn:hover,.btn:focus{
	background-color: #535e68;
	color: #fff;
}


/* navber */

.navbar-toggler-icon{
	color: #5b646e;
}
.navbar-brand img{
	margin: 0px 0 0 0 ;
}
.top-line{
	background-color: #efefef;
	padding: 5px 0 3px 0;
}
.top-text {
	margin: 0 0 0 auto;
	display: table;
}
.top-text h6{
	display: inline-block;
	font-size: 14px;
	    text-transform: uppercase;
    font-weight: 600;
}
.top-text h6 img{
	display: inline-block;
	margin: 0 10px 0 10px;
}
.top-text h6 a{
	color: #59111a;
	font-weight: 900;
	font-size: 16px;
	padding-right: 10px;
}
.top-text ul{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
	list-style: none;
}
.top-text ul li{
	display: inline-block;
	margin: 0 -6px 0 0;
}


.navbar{
	width: 100%;
	min-height: 93px;
	background-color: #fff;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
}
.navbar-expand-lg .navbar-nav{
	margin: 0 0 0 auto;
}
.navbar-expand-lg .navbar-nav .nav-item{
	margin: 14px 30px 0 0;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child{
	margin: 0;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link::before{
	display: none;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0;
	color: #59111a;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Open Sans';
	position: relative;
	font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link::before{
	content: "";
	width: 0%;
	height: 1px;
	background-color: #333;
	position: absolute;
	bottom: -12px;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease;
}
.navbar-expand-lg .navbar-nav .nav-link:hover::before{
	opacity: 1;
	width: 100%;
}
.navbar-expand-lg .navbar-nav .active .nav-link::before{
	opacity: 1;
	width: 100%;
}

.navbar-expand-lg .navbar-nav .top-btn a{
	width: 193px;
	height: 48px;
	background-color: #59111a;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 48px;
	text-align: center;
	border-radius: 15px;
	font-family: 'Interstate';
}
.dropdown-toggle::after{
	width: 6px;
	height: 4px;
	background-image: url('../images/top-icon.png');
	background-size: cover;
	border: none;
	margin: 0 10px -1px 0;
}
.dropdown-item{
	color: #333;
	text-transform: uppercase;
	font-size: 16px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item{
	margin: 0;
}
ul.dropdown-menu li > ul.dropdown-menu{
	left: 100%;
	top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
	display: block
}
.dropdown-menu{
	background-color: #fff;
	border-radius: 0;
	border: none;
}

img.alignleft {
	float: left;
	margin: 15px 13px 15px 0;
}

img.alignright {
	float: right;
	margin: 15px 0 15px 15px;
}

img.aligncenter {
	float: none;
	margin: 15px auto ;
}

.comman-btn{
	width: 266px;
	height: 65px;
	background-color: #008240;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 55px;
	border-radius: 15px;
	border: none;
	font-family: 'Interstate';
}


/* banner */
.banner-section{
	background-image: url('../images/banner-1.jpg');
	padding: 80px 0 170px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-wrapper{
	padding: 0 15px;
	/*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);*/
}
.blue-box{
	background-color: #59111a;
	padding:60px;
	width: 100%;
	min-height: 430px;

	position: relative;
}
.blue-box::before{
	content: "";
	width: 153px;
	height: 214px;
	background-image: url('../images/trikon.png');
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
}
.blue-box h1,.blue-box h2{
	color: #fff;
	font-size: 38px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 35px 0;
}
 .blue-box h2{
 	margin-bottom: 15px;
 }
.blue-box span{
	display: flex;
	align-items: center;
	margin: 0 0 0 50px;
}
.blue-box span img{
	margin: 0 25px 0 0;
}
.blue-box p{
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}
.pd-none{
	padding: 0;
}

.banner-form{
	background-color: #d32027;
	padding: 35px 34px 0 34px;
	min-height: 430px;
}
.banner-form  h2{
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	text-align: left;
}
.banner-form .form-group{
	margin: 0 0 16px 0;
}
.banner-form .form-control{
	font-size: 16px;
	background-color: #fff;
	color: #000000;
	border: none;
	border-radius: 15px;
	padding-left: 20px;
	height: 40px;
}
.banner-form .form-control::placeholder{
	font-size: 16px;
	color: #000000;
}
.pd-right{
	padding-right: 5px;
}
.pd-left{
	padding-left: 5px;
}

.submit-btn{
	line-height: 0;
	background-color: #59111a;
	color: #fff;
	font-size: 19px;
	border-radius: 15px;
	font-family: 'Interstate';
	margin: 0 auto;
	display: table;
	margin-top: 10px;
	width: 200px;
	height: 50px;
}


.logo-section{
	background-color: #59111a;
	padding: 30px 0;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.5);
}
.logo-wrapper{
	max-width: 1065px;
	margin: 0 auto;
}
.logo-text {
	padding: 0 40px 0 0;
}
.logo-text h3{
	font-size: 30px;
	color: #ffffff;
	font-family: 'Interstate';
	font-weight: bold;
	text-transform: uppercase;
}
.logo-text p{
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-family: 'Interstate';
}
.logo-image ul{
	list-style: none;
}
.logo-image ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 50px 0 0;
}
.logo-image ul li:last-child{
	margin: 0;
}


.why-choose-us{
	padding: 85px 0 65px 0;
}
.why-choose-text{
	padding: 0px 0px 0 0;
}
.why-choose-text h2{
	font-size: 50px;
	font-weight: 900;
	color: #d32027;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.why-choose-text p{
	font-size: 18px;
	color: #59111a;
	line-height: 26px;
	margin: 0 0 37px 0;
}
.why-choose-image{
	padding: 0 0 0 40px;
}


.review-section{
	padding: 0 0 110px 0;
}
.review-box{
	background-color: #efefef;
	padding: 29px;
	min-height: 300px;
	
}
.review-box ul{
	list-style: none;
	margin: 0 0 0 0;
}
.review-box ul li{
	display: inline-block;
	margin: 0 8px 0 0;
}
.review-box ul li {
	color: #f6c44a;
	font-size: 30px;
}
.review-box h6{
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 14px 0;
}
.review-box  p{
	margin: 0 0 13px 0;
	line-height: 25px;
	font-size:15px;
}
.view-btn{
	color: #d32027;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Interstate';
	text-transform: uppercase;
}
.view-btn img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 6px;
}
.review-box h5{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	margin: 10px 0 0 0;
}
.review-box h5 img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0px;
}


.our-service{
	background-color: #d32027;
	padding: 60px 0 120px 0;
	position: relative;
}
.our-service::before{
	content: "";
	width: 100%;
	height: 37px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.2;
}

.title{
	text-align: center;
	margin: 0 0 50px 0;
}
.our-service .title{
	margin: 0;
}
.title h2{
	color: #fff;
	position: relative;
	margin: 0 0 26px 0;
}
.title p{
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight:bold;
}
.title h2::before{
	content: "";
	width: 114px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.service-slider{
	padding: 0 60px ;
	position: relative;
}
.service-slider .owl-carousel .owl-nav button.owl-next,
.service-slider .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    width: 21px;
    height: 35px;
    left: -70px;
    top: 66%;
    margin-top: -25px;
    font-size: 0;
    background-image: url('../images/slide-arow.png');
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.service-slider .owl-carousel .owl-nav button.owl-next{
    left: auto;
    right:-45px;
    transform: rotate(180deg);
}

.service-box{
	background-color: #59111a;
	min-height: 430px;
	margin: 75px 30px 60px 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.service-box figure {
	margin: -25px 0 0 0px;
	display: inline-block;
}
.service-box figure img{
	border: 3px solid #fff;
	margin: -0px 0 0 35px;
	width: calc(100% - 25px)!important;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}
.service-box span{
	padding: 17px 35px 0 35px;
	display: block;
}
.service-box h3{
	font-size: 20px;
	font-family: 'Interstate';
	margin: 0 0 12px 0;
	text-transform: uppercase;
	color: #fff;
}
.service-box p{
	margin: 0 0 24px 0;
	color: #fff;
}

.service-box .view-btn img{
	width: auto!important;
	display: inline-block;
}

.quote-btn{
	color: #fff;
	font-size: 25px;
	margin: 0 auto;
	display: table;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Interstate';
	background:#59111a;
	padding:15px 20px;
	text-align:center;
}


.title-blue{
	background-color: #59111a;
	padding: 35px 0;
	text-align: center;
	margin-bottom: -55px ;
}

.title-blue h2{
	color: #ffffff;
	margin: 0 0 5px 0;
}
.title-blue h6{
	font-family: 'Interstate';
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.service-map iframe{
	width: 100%;
	height: 540px;
	margin: 0 0 -7px 0;
}


.recent-post-bg{
	position: relative;
	padding: 130px 0;

}
.recent-post-bg::before{
	content: "";
	width: 100%;
	height: 217px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.post-wrapper{
	padding: 0 50px;
}
.post-box{
	padding: 0 10px 0 0;
}
.post-box h4{
	font-size: 24px;
	font-weight: bold;
	margin: 23px 0 12px 0;
	color: black;
}
.post-box  h6{
	color: #6db3d5;
	font-size: 16px;
	margin: 0 23px 17px 0;
	display: inline-block;
	vertical-align: middle;
}
.post-box  h6 img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 0 0;
}
.post-box p{
	margin: 0 0 20px 0 ;
} 

.btn-black{
	color: #59111a;
}

.post-image{
	position: relative;
}
.image-data{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.image-data img{
	height: 100%;
	width: auto;
	/* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3); */
	box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.13);
}

.last-title h3{
	font-size: 34px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.last-title h3 span{
	font-size: 42px;
	display: block;
	letter-spacing: 2px;
}
.recent-post-bg{
	position: relative;
}
.recent-post-bg::after{
	content: "";
	width: 266px;
	height: 100%;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
}
.title-bg{
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1111;
}



.info-box{
	background-color: #59111a;
	padding: 33px 0;
	min-height: 100%;
}
.info-box span{
	width: 575px;
	margin: 0 50px 0 0;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.info-inner img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
}
.info-inner {
	margin: 0 auto;
	display: table;
}
.info-box h5{
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin: 0 0 5px 0 ;
}
.info-box p{
	color: #fff;
	font-size: 16px;
	margin: 0 0 22px 0;
}
.learn-button{
	background-color: transparent;
	border-radius: 100px;
	border: 2px solid #fff;
	width: 147px;
	height: 36px;
	font-size: 14px;
	font-family: 'Interstate';
	text-transform: uppercase;
	line-height: 20px;
}
.bg-blue{
	background-color: #d32027;
}


.footer{
	padding: 25px 0 0 0;
}
.foot-logo{
	text-align: center;
}
.foot-logo img{
	margin: 0 auto;
}
.foot-logo  p{
	color: #59111a;
	font-weight: bold;
	font-family: 'Open Sans';
	font-size: 16px;
}
.foot-logo .comman-btn{
	margin: 0 0 15px 0;
}
.foot-logo  p a{
	color: #59111a;
}
.foot-text h3{
	font-size: 16px;
	font-weight: bold;
	font-family: 'Open Sans';
	text-transform: uppercase;
	margin: 40px 0 30px 0;
	position: relative;
}
.foot-text h3::before{
	content: "";
	width: 114px;
	height: 2px;
	background-color: #f5f5f5;
	position: absolute;
	bottom: -13px;
	left: 0;
}
.foot-text ul{
	list-style: none;
}
.foot-text ul li a{
	font-size: 14px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
}
.foot-name{
	padding: 0 0 0 100px;
}
.foot-social ul li{
	display: inline-block;
	margin: 0 -6px 0 0 ;
}
.copyright{
	background-color: #59111a;
	padding: 12px 0 ;
	text-align: center;
	margin: 35px 0 0 0;
}
.copyright p{
	color: #fff;
	font-size: 14px;
}
.copyright p a{
	color: #fff;
}



/* about */
.inner-banner{
	border-bottom: 20px solid #59111a;
}
.company-bg{
	background-color: #efefef;
	padding: 35px 0 30px 0;
}
.breadcrumb-area {
	font-size: 14px;
	color: #333;
	margin: 0 0 21px 0;
	display: block;
}
.breadcrumb-area  a{
	color: #333;
	text-decoration: underline;
}
.company-text h1{
	margin: 0 0 13px 0;
	color: #d32027;
}
.company-text h1 span{
	color: #020320;
}
.company-text p{
	margin: 0 0 30px 0;
}

.our-team{
	padding: 75px 0 80px 0;
}
.our-team h2{
	color: #59111a;
	text-align: center;
	margin: 0 0 55px 0;
}

.team-box{
	width: 136px;
	margin: 0 auto;
	display: table;
	text-align: center;
}
.team-box h4{
	font-size: 24px;
	font-weight: bold;
	margin: 25px 0 3px 0;
	font-family: 'Open Sans', sans-serif;
}
.team-box h6{
	font-size: 16px;
	color: #5a5a5b;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #e5e7e9;
	padding: 0 0 10px 0;
}

.team-wrapper{
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
}
.team-wrapper .owl-carousel .owl-nav button.owl-next,
.team-wrapper .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    width: 21px;
    height: 35px;
    left: -50px;
    top: 50%;
    margin-top: -25px;
    font-size: 0;
    background-image: url('../images/slide-arow.png');
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.team-wrapper .owl-carousel .owl-nav button.owl-next{
    left: auto;
    right:-50px;
    transform: rotate(180deg);
}

.service-data{
	padding-bottom: 10px;
}
.service-data::before{
	display: none;
}

.contact-info{
	background-color: #59111a;
	padding: 38px 0 34px 0;
}
.contact-info-text{
	max-width: 575px;
	margin: 0 auto;
	text-align: center;
}
.contact-info-text h3{
	font-size: 18px;
	color: #fff;
	margin: 0 0 6px 0;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.contact-info-text p{
	color: #fff;
	font-size: 16px;
	margin: 0 0 24px 0;
}






/* contact page */
.breadcrumb-mg{
	margin-top: 23px;
}
.inner-banner{
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}
.inner-banner img{
	    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
.contact-text{
	padding-bottom: 30px;
}
.contact-text h1{
	color: #d32027;
	margin: 20px 0 17px 0;
}
.contact-text p{
	margin: 0 0 15px 0;
	line-height: 26px;
}

.contact-text span{
	display: flex;
	align-items: start;
	margin: 0 0 15px 0;
}
.contact-text span img{
	margin: 0 20px 0 0;
}
.contact-text span p{
	margin: 0 0 0 0;
	font-weight: bold;
}
.contact-text span p a{
	font-weight: 900;
	color: #59111a;
	font-size: 30px;
}


.contact-form {
	padding: 40px;
	padding-top: 45px;
	border-radius: 4px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.contact-form h2{
	font-size: 36px;
	margin: 0 0 25px 0;
}
.contact-form .form-group{
	margin-bottom: 20px;
}
.contact-form .form-control{
	height: 50px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
.contact-form .form-control::placeholder{
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
.contact-btn{
	width: 245px;
	height: 61px;
	line-height: 0;
	margin: 0 auto;
	display: table;
	margin-top: 5px;
}

.contact-map{
	margin: -120px 0 0 0 ;
}
.contact-map iframe{
	width: 100%;
	height: 540px;
}


/* basictemplate page */
.basic-bg{
	padding-top: 0;
	background-color: #fff;
}
.footer-shadow{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}


/* career page */
.main-textdata {
	padding-bottom: 60px;
}
.main-textdata h1{
	margin-top: 45px;
}
.company-text h4{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 55px 0 25px 0;
	font-family: 'Open Sans', sans-serif;
}
.company-text  ul{
	margin: 0 0 20px 50px;
}



.career-section{
	background-color: #59111a;
	padding: 85px 0 105px 0;
}
.career-wrapper{
	max-width: 635px;
	margin: 0 auto;
}
.career-wrapper h3{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 40px 0;
	text-align: center;
}
.career-wrapper h3 span{
	font-size: 34px;
	display: block;
}
.career-wrapper .form-control{
	height: 54px;
	background-color: #fff;
	color: #59111a;
	font-size: 20px;
	box-shadow: none;
	border: none;
	font-family: 'Open Sans', sans-serif;
	border-radius: 7px;
}
.career-wrapper .form-group{
	margin: 0 0 22px 0;
}
.submit-form-btn{
	margin: 0 auto;
	display: table;
	margin-top: 15px;
}


label{
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	display: block;
	margin: 0 0 7px 0;
}

.file-data{
	width: 187px;
	height: 42px;
	background-color: #d32027;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	margin: 0 8px 0 0 ;
	line-height: 41px;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}

.file-upload{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}



/* FAQ page */

.faq-bg .company-text h4{
	margin-top: 35px;
}
.parent-accrodian{
	margin: 0 0 10px 0;
}
.ac-btn{
	width: 100%;
	background-color: #d32027;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 45px;
	border: none;
	text-align: left;
	height: 79px;
	position: relative;
}
.ac-btn::before{
	content: "";
	width: 21px;
	height: 6px;
	background-color: #000;
	position: absolute;
	top: 36px;
	right: 22px;
}
.ac-btn::after{
	content: "";
	width: 6px;
	height: 21px;
	background-color: #000;
	position: absolute;
	top: 29px;
	right: 29px;
}
.ac-text{
	padding: 35px 45px;
	padding-bottom: 5px;
}



/* comman problem */
.comman-bg .company-text h4{
	margin: 25px 0;
}
.comman-section{
	background-color: #efefef;
	padding-bottom: 40px;
	padding-top: 110px;
	position: relative;
}
.comman-section::after{
	content: "";
	width: 167px;
	height: 247px;
	background-image: url('../images/comman-ef.png');
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
}
.comman-section h2{
	text-align: center;
}

.service-slider .owl-carousel .owl-nav button.owl-next, 
.service-slider .owl-carousel .owl-nav button.owl-prev{
	top: 55%;
}

.city-box{
	background-color: #fff;
	width: 288px;
	height: 250px;
	padding: 0px 40px;
	overflow:auto;
}
.city-box ul li{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	
}
.city-box ul li a{
	color:black;
	
}

.service-area .contact-text p{
	margin: 0 0 37px 0;
}
.service-area .contact-form{
	padding-top: 50px;
	padding-bottom: 55px;
}
.service-area .contact-form h2{
	font-size: 29px;
}

.service-area .contact-form h2 span{
	font-size: 36px;
	display: block;
}

.servicearea-map{
	margin: -60px 0 0 0;
}




/* service landing */
.servicelanding-bg{
	padding: 105px 0;
	min-height: auto;
	background-image: url('../images/servicelanding-img.jpg');
}
.service-datawrapper{
	box-shadow: none;
}
.service-landing{
	min-height: 321px;
	max-width: 1067px;
	margin: 0 auto;
	padding: 80px 40px;
	background-color: #59111a;
}
.service-landing span {
	max-width: 845px;
	margin: 0 auto;
}
.service-landing span img{
	margin: 0 40px 0 0;
}
.service-landing h1{
	margin: 0 0 15px 0 ;
}


.problem-text{
	background-color: #124987;
	width: 100%;
	min-height: 689px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	position: relative;
}
.problem-text::before{
	content: "";
	width: 153px;
	height: 241px;
	background-image: url('../images/trikon.png');
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
}
.problem-inner{
	max-width: 540px;
}
.problem-inner h2{
	color: #fff;
	margin: 0 0 20px 0;
}
.problem-inner p{
	color: #fff;
	margin: 0 0 20px 0;
	line-height: 26px;
}
.problem-inner .inner-data{
	display: flex;
	align-items: center;
	padding: 20px 0 25px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.problem-inner .inner-data p{
	margin: 0;
	color: #ffffff;
	font-size: 14px;
}
.problem-inner .inner-data img{
	margin: 0 25px 0 35px;
}
.problem-inner .inner-data p span{
	font-weight: bold;
	text-transform: uppercase;
}

.pr-btn{
	width: 351px;
	height: 65px;
}



.our-solutions{
	background-color: #fff;
	padding: 100px 0;
}
.our-solutions .title h2,.our-solutions .title p{
	color: #59111a;
	    margin: 25px;
}
.our-solutions .title h2::before{
	
}
.solution-btn{
	width: 351px;
	height: 65px;
	margin: 0 auto;
	display: table;
}



/* our solution-v2 */
.solution-section{
	padding: 35px 0;
	margin: 0 0 35px 0;
	min-height: 526px;
	background-color: #efefef;
}
.solution-outer{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.solution-text{
	max-width: 605px;
	margin: 0 0 0 0;
}
.solution-text h2{
	margin: 0 0 31px 0;
	position: relative;
}
.solution-text h2::before{
	content: "";
	width: 114px;
	height: 2px;
	background-color: #d9d6d6;
	position: absolute;
	bottom: -14px;
	left: 0;
}
.solution-text {
	margin: 0 0 20px 0;
}


.pd-left-220{
	padding-left: 220px;
}
.pd-left-50{
	padding-left: 50px;
}
.stabilizer-data {
	max-width: 635px;
}
.stabilizer-data  p{
	max-width: 605px;
}
.solution-last{
	margin: 0;
}

.solution-form{
	background-color: #d32027;
	padding: 65px 0 60px 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.solution-form .contact-form{
	box-shadow: none;
	padding: 0;
	max-width: 540px;
	margin: 0 auto;
}


/* blog */
.blog-box{
	margin: 0 0 70px 0;
}
.parent-blog h1{
	color: #d32027;
	margin: 0 0 50px 0;
}

.sidebar{
	padding: 25px;
	min-height: 1210px;
	background-color: #efefef;
}
.sidebar label{
	font-size: 18px;
	color: #59111a;
	font-family: 'Interstate';
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.sidebar .form-control{
	height: 47px;
	background-color: #ffffff;
	padding-left: 20px;
	font-size: 16px;
	border: none;
}
.sidebar .form-control::placeholder{
	color: #fff;
	font-size: 16px;
}
.sidebar h3{
	font-size: 18px;
	color: #59111a;
	font-family: 'Interstate';
	text-transform: uppercase;
	padding: 20px 0 42px 0;
	display: block;
	position: relative;
}
.sidebar h3::before{
	content: "";
	width: calc(100% + 50px);
	height: 6px;
	background-color: #59111a;
	position: absolute;
	bottom: 20px;
	left: -25px;
}

.blogpost {
	display: flex;
	align-items: center;
	margin: 0 0 27px 0;
}
.blogpost h5{
	color: #59111a;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 0;
}
.blogpost h5 a{ 
	color: #59111a;
}
.blogpost img{
	margin: 0 10px 0 0;
	padding-right:10px; 
	    min-width: 100px;
    object-fit: cover;
}
.blogpost h6{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	color: #6db3d5;
	font-size: 12px;
}
.blogpost h6:last-child{
	margin: 0;
}
.blogpost p{
	color: #59111a;
	font-size: 12px;
	line-height: 17px;
}

.pagination-area ul{
	list-style: none;
	margin: 0 0 50px 0;
}
.pagination-area ul li{
	display: inline-block;
	margin: 0 8px 0 0;
}
.pagination-area ul li a{
	font-size: 24px;
	font-weight: 900;
	color: #1e1e2b;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.pagination-area ul .active a{
	text-decoration: underline;
}
.pagination-area ul li:last-child a{
	text-decoration: underline;
}




/* blog insight */
.insightblog-section{
	padding-bottom: 75px;
}
.blog-insight h2{
	margin: 0 0 20px 0;
}
.blog-insight h6{
	font-size: 16px;
	color: #6db3d5;
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px 15px 0;
}
.blog-insight h6 i{
	font-size: 18px;
}
.blog-insight h6 img{
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0px 0px 0;
}
.blog-insight h5{
	font-size: 18px;
	color: #59111a;
	font-weight: bold;
	margin: 0 0 50px 0;
}
.blog-insight h5 a{
	color: #59111a;
}
.blog-insight .insight-img{
	float: right;
	margin: 0 0 0 30px;
}
.blog-insight p{
	line-height: 28px;
	margin: 0 0 25px 0;
}
.sidebar-insight{
	min-height: 1000px;
}

.post-image img{
	height: auto;
}
.post-image .image-data img{
	height: 100%;
}



/* custome css */
.problem-inner ul{
	margin: 0 0 20px 30px;
}
.problem-inner ul li{
	color: #fff;
}
#service-map-area{
overflow:hidden;
    clip-path: polygon(0 10%, 100% 10%, 100% 100%, 0% 100%);
}
#gform_2 .medium , #gform_2 .large , #gform_3 .medium , #gform_3 .large
{
	font-size: 16px;
background-color: #fff;
color: #000000;
border: none;
border-radius: 2px;
padding-left: 20px;
height: 40px;
}
body .gform_wrapper ul li.gfield
{
	margin-top:0px !important;
}
#gform_2 .gform_button , #gform_3 .gform_button
{
	    line-height: 0;
    background-color: #59111a;
    color: #fff;
    font-size: 19px;
    border-radius: 15px;
    font-family: 'Interstate';
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 0px;
    display: table;
    margin-top: 10px;
    width: 200px;
    height: 50px;
text-transform: uppercase;
	border: none;
}
.gform_footer{
	padding-top:0px !important;
}
.gform_wrapper
{
	margin-top:10px !important;
}
#gform_5 .medium , #gform_5 .large
{
	height: 54px;
background-color: #fff;
color: #59111a;
font-size: 20px;
box-shadow: none;
border: none;
font-family: 'Open Sans', sans-serif;
border-radius: 7px;
}
#gform_5 #gform_submit_button_5{
	width: 266px;
height: 65px;
background-color: #59111a;
color: #fff;
text-transform: uppercase;
font-size: 25px;
line-height: 55px;
border-radius: 15px;
border: none;
font-family: 'Interstate';
}
#input_5_10
{
	background-color: black !important;
}
.contact-section
{
	min-height:650px;
}



#gform_2 input[type='text']:focus{
	border: 0 transparent;
	outline: none;
}
#gform_2 input[type='text']:focus{
border: black solid 2px !important;
}
#gform_submit_button_2:hover{
	background-color:green !important;
	
}

.servicelanding-image{
	position: relative;
}
.servicelanding-box{
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
}
.servicelanding-image img{
	width: 100%;
	height: 689px;
	object-fit: cover;
}


/* Project Gallery */
.gallery-section{
	padding: 70px 0;
}
.gallery-parent h1{
	margin-bottom: 40px;
}
.gallery-image{
	margin-bottom: 30px;
}
.gallery-image img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}

/*Landing Page 04-10-2023 */
.landing_contact {padding: 40px;}
.landing_bottom{padding: 40px;background: #72b1c840;border-radius:15px;}



.gform_legacy_markup_wrapper li.gfield.gfield_error {
border: none !important;
    background: none !important;
    padding: 0 !important;
}
.gform_wrapper .top_label li.gfield.gfield_error {
    margin-bottom: 0 !important;
}
.ginput_container.ginput_container_text input,.ginput_container.ginput_container_email input {
    margin: 0 !important;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{padding:0;font-size:10px;color: white;text-align: center;}

.gform_legacy_markup_wrapper .gform_validation_errors>h2.hide_summary {
    font-size: 12px;
    color: white;
}

div#gform_2_validation_container {
    border-color: white;
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 15px;
}
.gform_legacy_markup_wrapper .gform_validation_errors>h2:before{content:none !important;}
#gform_2 .gform_button{height:40px;}

.bbb_logo {
    max-width: 170px;
	margin-top: 10px;
}


@media screen and (max-width: 479px){
	.bbb_logo{margin: 0 auto;}
}