@charset "UTF-8";/*!
 * style.css
 */
 
body {
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
}

a{
	color: #666;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6{
    font-weight: 400;
    text-transform: uppercase;
}

h1{
	font-size: 3.5rem;
}

h2{
	font-size: 2rem;
}

h3{
	font-weight: 700;
	font-size: 1.5rem;
}

h4{
	font-size: 1.2rem;
}

p{
	color: #6b6a6a;
	font-size: 16px;
    line-height: 30px;
}

ul{
	list-style: none;
	margin:0px;
	padding:0px;
}

.primary_btn{
	padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    background-color: #f4f4f4;
    color: #000;
	border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: 1s;
    transition: 1s;
}

.container{
	//max-width: 1140px !important;
}

/* #################################################
		Header - Navbar
#################################################*/
.main_home_menu{
	//position: absolute;
   // left: 0px;
   // top: 0px;
    width: 100%;
    z-index: 999;
	background-color: #03519C;
}

nav.navbar{
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.main_home_menu .navbar li a.nav-link{
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}

.menu_fixed {
    position: fixed;
    z-index: 999!important;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
}

.item h1{
	text-align: left;
	font-size: 75px;
    line-height: 75px;
    font-weight: 800;
    letter-spacing: 3px;
	line-height:100px;
} 

.item p{
	color: #fff;
	font-size: 20px;
}

ul.dropdown-menu li a.dropdown-item{
	color: #000;
}

/* #################################################
		Owl Carousel - Slider
#################################################*/
.owl-carousel-slider{
	position: relative;
}

.owl-carousel-slider .item{
	//height: 750px;
	//background-size: cover;
   // background-repeat: no-repeat;
    //background-position: center center;
	height: calc(100vh - 255px);
	width:100%;
}

.owl-carousel-slider .overlay:after{
	z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.owl-carousel-slider .item .container{
	z-index: 2;
	position: relative;
}

.owl-carousel-slider .item .row{
	height: calc(100vh);
}

.owl-carousel-slider .item h1{
	color: #fff;
	//color: #03519C;
} 

.owl-carousel-slider .item h1.text

.owl-carousel-slider .item p{
	color: #fff;
	font-size: 1.2rem;
	
}

.owl-carousel-slider .owl-dots{
	position: absolute;
    bottom: 50px;
	width: 100%;
}

.owl-carousel .active .line {
    position: absolute;
    width: 600px;
    height: 410px;
    left: 0px;
    top: 30%;
    z-index: -9;
}

.owl-carousel .active .line:before, .owl-carousel .active .line:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: transparent;
    border: 3px solid transparent;
    content: "";
    z-index: -9;
}

.owl-carousel .active .line:before{
    -webkit-animation: animate 1s linear forwards;
    animation: animate 1s linear forwards;
}

.owl-carousel .active .line:after{
	-webkit-animation: animate2 1s linear forwards;
    animation: animate2 1s linear forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}



/* #################################################
		 Sections
#################################################*/
.section-padding{
	padding: 120px 0;
}

.section-padding-bottom{
	padding: 0px 0px 120px 0px;
}

.section-title h2{
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom:50px;
	padding-left:190px;
	position:relative;
}

.section-title h2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 180px;
    height: 1px;
    background-color: #ff3334;
}

.section-padding-80{
	padding: 80px 0;
}

/* #################################################
		About Section
################################################# */
.about-section .about-text h2{
	font-size: 36px;
    font-weight: 700;
    margin-bottom: 35px;
}

.about-section .about-text p{
	color: #2c2c2c;
    font-weight: 300;
	font-size: 14px;
}

.slider-bottom-heading{
	text-align: center;
    margin-top: 70px;
}

.slider-bottom-heading h4{
	font-weight: 700;
    font-size: 18px;
    display: block;
    color: rgba(0, 0, 0, 0.3);
}

.slider-bottom-heading h2, .project-section h2, .contact-section h2, .project-single-section h2{
	font-size:40px;
    font-weight: 800;
	color: #333132;
	text-align:center;
}

.slider-content{
	position: absolute;
    top: 25%;
	left:10%;
    z-index: 9;
    width:80%;
    color: #fff;
	text-align:left;
}

.slider-content h1{
	font-size: 2.9rem;
	font-weight: 700;
}

.slider-content h3{
	font-size: 1.8rem;
}

.slider-content p{
	color: #fff;
}

/* #################################################
		Service Section
################################################# */
.service-section .row{
	background: #F2F3F6;
}

/* #################################################
		Footer
#################################################*/
.section-footer{
	background: #232834;
	padding-top:30px;
}

.section-footer div.copyrightcontent{
	border-top: 1px solid rgb(55, 60, 71);
	padding-top: 20px;
	//padding-bottom: 20px;
}

.section-footer h3{
	color: #fff;
}

.section-footer a, .section-footer p, .section-footer li{
	color: rgb(136, 136, 136);
}

.section-footer a{
	text-decoration: none;
	line-height: 40px;
}

.section-footer i.fa-caret-right{ 
	margin-right: 5px;
}


.page-top{
	background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	z-index: 1;
	background-position: center top;
}

.page-top:before{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    z-index: -1;
    content: "";
    opacity: 0.5;
}

.page-top .page-heading{
	padding: 150px 0px;
}

.page-top .page-heading h1{
	color: #fff;
	font-weight: 600;
}

.contact-section{
	margin: 0px 0px 80px 0px;
	background:#F1F1F1;
	padding: 70px 0px;
}

.contact-section a{
	text-decoration: none;
	color:#000;
}

.contact-info div[class*='contact-']{
	margin-bottom: 20px;
	display:flex;
	font-size:16px;
	color: #2a2a2a;
	font-family: "Oswald", sans-serif;
}

.contact-info i[class*='fas fa-']{
	font-size: 25px;
	width: 45px;
}

.section-footer .subscribe{
	color: #fff;
	margin-bottom: 50px;
    border-bottom: 1px solid rgb(55, 60, 71);
    padding-bottom: 40px;
}

.section-footer .subscribe input["type=text"]{
	background: transparent;
    border-color: #fff;
    color: #fff;
    border-width: 1px;
}


/* ######################################
		Page 
##############################################*/
.page-section {
    margin: 100px 0px 80px 0px;
}

.about-us-section{
	padding-top: 50px !important;
    padding-bottom: 50px !important;
}


/*#############################
	Misc
################################*/
h2.pageMainHeading{
	margin-bottom:40px;
}

.page-top{
	margin-top: 95px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#pagecontent div{
	color: #fff;
}



.service-text p{
	text-align: justify;
}

#appraisalFormSection{
	position:absolute;
	top:30%;
	z-index:99;
	width:100%;
}

.fa-bars{
	color: #fff;
	font-size: 30px;
}

.navbar-toggler:hover{
	color: #fff;
}

ul.slick-dots{
	display: none!important;
}

/*##########################################
		Call Us Banner
###########################################*/
.call-us-banner{
	background-image: url(/new/images/service-section-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	padding: 40px 0px;
	color: #fff;
}

.call-us-banner-overlay{
	background-color: #000;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

div#lightboxed--content .lightboxed--frame img{
	top: 40% !important;
}

ul.tick li{
	margin-bottom:10px;
}

ul.tick li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding-right: 10px;
    color: #03519C;
}

div.headings{
	padding-left: 15px;
	margin-bottom:30px; 
}

div.left-border{
	border-left: 4px solid #03519C;
}

span.title{
	color: #8D9297;
	text-transform: uppercase;
	font-weight:600;
	display:block;
	margin-bottom:7px;
}

h2.title{
	font-weight:600;
}

.call-us-banner span.fa-icon i{
	background: #fff;
    padding: 15px 15px;
    border-radius: 50%;
    font-size: 25px;
    color: #333333;
}

.call-us-banner a{
	color: #fff;
}

.contact-infos{
	text-align: left;
	padding-left: 1.5rem
}

.contact-infos span{
	font-weight: 600;
}

.service-img{
	position:relative;
	width:100%;
	height:100%;
    background-position: center center;
    background-size: cover;
	background-repeat: no-repeat;
	justify-content: center;
    display: flex;
    align-items: center;
    padding: 20px;
}

.service-img:before{
	content:'';
	background-color: #000;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.service-img ul{
	z-index: 999;
    color: #fff;
    position: relative;
}

.service-img ul.tick li:before{
	    color: #fff!important;
}

.service-img-1{
	background-image:url('../../images/service-img-1.jpg');
}

.service-img-2{
	background-image:url('../../images/service-img-2.jpg');
}

.service-img-3{
	background-image:url('../../images/service-img-3.jpg');
}

.service-img-4{
	background-image:url('../../images/service-img-4.jpg');
}

/*###########################################
		Responsive CSS
#############################################*/
@media (min-width: 1200px){
	.horizontal-search .input-group {
		padding-right: 100px;
	}
}

@media (min-width: 1400px){
	.cl-pl-100 {
		padding-left: 100px;
	}
}

@media (max-width: 991.98px) {
	.slider-bottom-heading h2, .project-section h2, .contact-section h2, .project-single-section h2{
		font-size: 30px;
	}
	
	.slider-content{
		top: 20%;
	} 
	
	.owl-carousel-slider .item{
		height:100%;
	}
	
	.service-item-1{
		margin-right: 0px;
	}
	
	.service-item-2{
		margin-left: 0px;
	}
	
	.service-section-3 .services-3{
		margin-bottom: 15px;
		margin-bottom: 50px;
		max-width: 450px;
	}
	
	.service-section-3 .row > *{
		display: flex;
		justify-content: center;
	}
	
	div#lightboxed--content .lightboxed--frame img{
		top: 40% !important;
	}
}

@media (max-width: 575.98px) {
	h2 {
		font-size: 1.5rem;
	}
	
	div.logo_banner img{
		width: 100%;
	}
	
	.slider-content{
		top: 15%;
	}
	
	.slider-content h1{
		font-size: 2.3rem;
	}

	.slider-bottom-heading h2, .project-section h2, .contact-section h2, .project-single-section h2{
		font-size: 30px;
	}
	
	.owl-carousel-slider .item{
		height:450px;
	}
	
	.owl-carousel-slider .item img{
		height:100%;
	}
	
	.owl-carousel-slider .item .row {
		height: calc(100vh + 200px);
	}
	
	.service-section .section-title h2{
		font-size: 25px !important;
		padding-left: 140px;
	}
	
	.section-title h2:before {
		width: 120px;
	}
	
	#service1{
		margin-top: 0px;
	}
	
	#service4{
		margin-top: 0px;
	}
	
	.service-text h2{
		text-align: center;
	}
	
	#appraisalFormSection{
		top:15%;
	}
	
	.owl-carousel .active .line {
		left: 5px;
		width: 97%;
	}
	
	.service-item-1:after {
		right: 0px;
		height: 100%;
	}
	
	.service-item-2{
		margin-left: 0px;
	}
	
	.contact-info{
		margin-top: 40px; 
	}
	
	div#lightboxed--content .lightboxed--frame img{
		top: 40% !important;
	}
	
	div#lightboxed--content .lightboxed--frame .lightboxed--caption{
		top: 1% !important;
	}
	
	.contact-infos{
		margin-bottom: 30px;
	}
	
	.service-section .service-info{
		padding: 20px 0px;
	}
	
	.services-section .col-sm-12{
		margin-bottom: 30px;
	}
	
}