*{
    box-sizing: border-box;
}
body{margin: 0px; font-family: 'Open Sans', sans-serif;}
button:focus{outline: none;}
input:focus{outline: none;}
a{
    color: #1b70bb;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
dl, ol, ul{
	padding-left: 0;
	list-style: none;
}

/*######## comon css start #######*/
.btn-warning{
	font-size: 18px;
	border: 0px;
	padding: 10px 15px;
    border-radius: 30px;
    text-transform: uppercase;
	background: rgba(163,132,46,1);
	background: -moz-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(163,132,46,1)), color-stop(30%, rgba(248,232,110,1)), color-stop(50%, rgba(248,232,110,1)), color-stop(70%, rgba(248,232,110,1)), color-stop(100%, rgba(169,137,50,1)));
	background: -webkit-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
	background: -o-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
	background: -ms-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
	background: linear-gradient(to bottom, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3842e', endColorstr='#a98932', GradientType=0 );
	font-family: 'Newtown';
}
.btn-dark{
	position: relative;
	padding: 10px 15px;
    border-radius: 30px;
	background-color: #000000;
	border-color: #000;
	font-family: 'Newtown';
}
.comon-title{
	position: relative;
	width: 100%;
}
.comon-title h4{
	position: relative;
	width: 100%;
	color: #000000;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'Newtown';
}
.comon-title h3{
	position: relative;
	width: 100%;
	color: #000000;
	font-size: 38px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'Newtown';
}
/*######## comon css end #######*/


/*####### header css start ########*/
.header-wraper{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.header-wraper .logo-wrap .navbar-brand{
	padding-top: 0px;
}
.header-wraper .navbar{
	position: relative;
	width: 100%;
    padding-top: 0px;
}
.header-wraper .navbar .navbar-nav .nav-item{
	position: relative;
	padding: 0px 5px;
}
.header-wraper .navbar .navbar-nav .nav-item .nav-link{
	position: relative;
	padding: 12px 20px;
	color: #d8aa1d;
	font-size: 16px;
	border-radius: 30px;
	text-transform: uppercase;
	border:1px solid transparent;
	transition: 0.5s;
	font-family: 'Newtown';
}
.header-wraper .navbar .navbar-nav .nav-item:hover .nav-link{
	transition: 0.5s;
	border:1px solid #d8aa1d;
}
.header-wraper .navbar .navbar-nav .nav-item.active .nav-link{
	border:1px solid #d8aa1d;
}
.header-wraper .navbar .navbar-nav .nav-item .btn-warning{
    padding: 12px 15px;
}
/*####### header css end ########*/

/*######## banner css start #########*/
.banner-wraper{
	position: relative;
	width: 100%;
}
.banner-slider-wrap{
	position: relative;
	width: 100%;
}
.banner-slider-wrap .banner-cont-wrap{
	position: absolute;
    top: 65%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 9;
}
.banner-slider-wrap .banner-cont-wrap h1{
	position: relative;
	font-size: 41px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-family: 'Newtown';
}
.banner-slider-wrap .banner-cont-wrap h2{
	position: relative;
	width: 100%;
	font-size: 60px;
	color: #f9c839;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-family: 'Newtown';
}
.banner-slider-wrap .banner-cont-wrap h3{
	position: relative;
	width: 100%;
	color: #f9d339;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-family: 'Newtown';
}
.banner-slider-wrap .banner-cont-wrap p{
	position: relative;
	width: 100%;
	color: #f9d339;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
}
.banner-slider-wrap .banner-cont-wrap .bener-btn{
	position: relative;
	width: 100%;
	margin-top: 20px;
}
.banner-slider-wrap .banner-cont-wrap .bener-btn ul{
	position: relative;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	margin: 0;
}
.banner-slider-wrap .banner-cont-wrap .bener-btn ul li{
	position: relative;
	display: inline-block;
	margin-right: 8px;
}
.banner-slider-wrap .banner-cont-wrap .bener-btn ul li.banner-call-info{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 15px;
    border: 1px solid #f9d339;
    border-radius: 40px;
}
.banner-slider-wrap .banner-cont-wrap .bener-btn ul li.banner-call-info .icon a{
	position: relative;
}
.banner-slider-wrap .banner-cont-wrap .bener-btn ul li.banner-call-info .text a{
	padding-left: 5px;
	position: relative;
}
.banner-slider-wrap .banner-cont-wrap .bener-btn ul li.banner-call-info .text h4 a{
	position: relative;
	color: #ffffff;
	font-size: 26px;
	margin-bottom: 0px;
	font-family: 'Newtown';
}
.banner-slider-wrap .banner-cont-wrap .bener-btn ul li.banner-call-info .text p a{
	color: #f9c839;
}
/*banner arrow css*/

/*dots css*/
#banner-slider .owl-dots{
	position: absolute;
    left: 50%;
    bottom: -3%;
    transform: translateX(-50%);
    z-index: 9;
    padding: 14px 40px;
    border-radius: 30px;
	background: rgb(4,4,4); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(4,4,4,1) 0%, rgba(36,36,36,1) 50%, rgba(56,56,56,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(4,4,4,1) 0%,rgba(36,36,36,1) 50%,rgba(56,56,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(4,4,4,1) 0%,rgba(36,36,36,1) 50%,rgba(56,56,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040404', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.86);
}
#banner-slider .owl-dots button.owl-dot{
	height: 16px;
	width: 16px;
	background: transparent;
	margin-right: 8px;
	position: relative;
	display: inline-block;
}
#banner-slider .owl-dots button.owl-dot span{
	width: 10px;
	height: 10px;
	background: #757575;
	float: left;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%; 
}
#banner-slider .owl-dots button.owl-dot.active{
	background: transparent !important;
	height: 16px;
	width: 16px;
	border-radius: 50%; 
}
#banner-slider .owl-dots button.owl-dot.active span{
	width: 10px;
	height: 10px;
	background: #fced70;
	float: left;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%; 
}
/*dots css*/

/*arrow css*/
#banner-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
#banner-slider .owl-nav button{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border:0px solid #da2626;
	transition: 0.5s;
	background: rgba(163,132,46,1);
	background: -moz-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(163,132,46,1)), color-stop(30%, rgba(248,232,110,1)), color-stop(50%, rgba(248,232,110,1)), color-stop(70%, rgba(248,232,110,1)), color-stop(100%, rgba(169,137,50,1)));
	background: -webkit-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
	background: -o-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
	background: -ms-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
	background: linear-gradient(to bottom, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3842e', endColorstr='#a98932', GradientType=0 );
}
#banner-slider .owl-nav button span{
	color: #000000;
    font-size: 30px;
}
#banner-slider .owl-nav .owl-prev {
    position: absolute;
    left: 4%;
}
#banner-slider .owl-nav .owl-next {
    position: absolute;
    right: 4%;
}
/*######## banner css end #########*/


/*####### about css start #########*/
.about-wraper{
	position: relative;
	width: 100%;
	padding: 50px 0px;
	background: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.abt-rihgt-cont{
	position: relative;
	width: 100%;
}
.abt-rihgt-cont p{
	position: relative;
	width: 100%;
	color: #000000;
	font-size: 16px;
	margin-bottom: 15px;
}
.abt-rihgt-cont h4{
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Newtown';
}
.abt-rihgt-cont ul{
	position: relative;
    width: 100%;
    padding-left: 20px;
    list-style: disc;
	margin-bottom: 15px;
	margin: 0;
}
.abt-rihgt-cont ul li{
	position: relative;
	width: 100%;
	color: #000000;
	font-size: 18px;
	margin-bottom: 6px;
}
.abt-rihgt-cont .btn-dark{
	position: relative;
	padding: 12px 20px;
}



/*####### about css end #########*/

/*####### services css start #######*/
.services-wraper{
	position: relative;
	width: 100%;
	padding: 60px 0px;
	background-image: url(../images/services-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.services-wraper:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.80);
}
.services-wraper .comon-title h3{
	color: #e7ba3e;
    text-shadow: 0px 6px 1px #000;
}
.services-wraper .comon-title h4{
	color: #ffffff;
    text-shadow: 0px 6px 1px #000;
}

.services-wrap{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 15px;
	border-radius: 10px;
    background: rgba(163,132,46,1);
    background: -moz-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(163,132,46,1)), color-stop(30%, rgba(248,232,110,1)), color-stop(50%, rgba(248,232,110,1)), color-stop(70%, rgba(248,232,110,1)), color-stop(100%, rgba(169,137,50,1)));
    background: -webkit-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
    background: -o-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
    background: -ms-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
    background: linear-gradient(to bottom, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3842e', endColorstr='#a98932', GradientType=0 );
}
.services-wrap .service-img{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.services-wrap .services-cont{
	position: relative;
	width: 100%;
	min-height: 50px;
	text-align: center;
}
.services-wrap .services-cont h4{
	position: relative;
	color: #000000;
	font-size: 20px;
	margin-bottom: 10px;
	font-family: 'Newtown';
}
.services-wrap .services-cont h5.price{
	font-size: 14px;
    color: #000;
}
.services-wraper .view-btn{
	position: relative;
	width: 100%;
}
.services-wraper .view-btn .btn-warning{
	padding: 15px 20px;
}

#services-slider.owl-carousel .owl-stage{
    display: flex;
    flex-wrap: wrap;
}
/*services arrow*/
#services-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
#services-slider .owl-nav button{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border:0px solid #da2626;
	transition: 0.5s;
	background: rgba(163,132,46,1);
	background: -moz-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(163,132,46,1)), color-stop(30%, rgba(248,232,110,1)), color-stop(50%, rgba(248,232,110,1)), color-stop(70%, rgba(248,232,110,1)), color-stop(100%, rgba(169,137,50,1)));
	background: -webkit-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
	background: -o-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
	background: -ms-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
	background: linear-gradient(to bottom, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3842e', endColorstr='#a98932', GradientType=0 );
}
#services-slider .owl-nav button span{
	color: #000000;
    font-size: 30px;
}
#services-slider .owl-nav .owl-prev {
    position: absolute;
    left: -5%;
}
#services-slider .owl-nav .owl-next {
    position: absolute;
    right: -5%;
}
/*####### services css end #######*/

/*########## Security Systems ##########*/

.security-systems-wraper{
	position: relative;
	width: 100%;
	background-image: url(../images/security-systems-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0px 10px 0px;
}

.security-systems-cont{
	position: relative;
	width: 100%;
	margin-top: 80px;
}
.security-systems-cont ul{
	position: relative;
	width: 100%;
	margin: 0;
}
.security-systems-cont ul li{
	position: relative;
	width: 100%;
    display: inline-block;
	margin-bottom: 40px;
}
.security-systems-cont ul li h4{
	position: relative;
	width: 100%;
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'Newtown';
}
.security-systems-cont ul li p{
	position: relative;
	width: 100%;
	color: #000000;
	font-size: 14px;
}
.security-systems-left{
	text-align: right;
}

/*left*/
.security-systems-left li:after{
	content: "";
    position: absolute;
    width: 110px;
    height: 1px;
    top: 12px;
    right: -114px;
    background-color: #000;
    z-index: 1;
}
.security-systems-left li:nth-child(2){
	margin-top: 36px;
    margin-right: -30px;
}
.security-systems-left li:nth-child(3){
	margin-right: -94px;
}

/*right*/
.security-systems-right li:after{
	content: "";
    position: absolute;
    width: 110px;
    height: 1px;
    top: 12px;
    left: -114px;
    background-color: #000;
    z-index: 1;
}
.security-systems-right li:nth-child(1){
	margin-bottom: 30px;
}
.security-systems-right li:nth-child(2){
	margin-bottom: 5px;
    margin-left: -65px;
}
.security-systems-right li:nth-child(3){
	margin-bottom: 30px;
    margin-left: -120px;
}

/*###### contect us css start #####*/
.contact-us-wraper{
	position: relative;
	width: 100%;
	background-image: url(../images/contect-us-bg.jpg);
	padding: 60px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-us-wraper:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.80);
}
.contact-form-wrap{
	position: relative;
	width: 100%;
}
.contact-form-wrap .comon-title h3{
	color: #e7ba3e;
}
.contact-form-wrap .comon-title h4{
	color: #ffffff;
}

.contact-form-wrap .form-wrap{
	position: relative;
	width: 100%;
}
.contact-form-wrap .form-wrap .form-control{
    background: transparent;
    border: 1px solid #e7ba3e;
    padding: 14px 10px;
    height: auto;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Newtown';
}
.contact-form-wrap .form-wrap .form-control:focus{
	box-shadow: none;
}
.contact-form-wrap .form-wrap .form-control::placeholder{
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Newtown';
}
/*###### contect us css end #####*/



/*######## footer css start #######*/
.footer-wraper{
	position: relative;
	width: 100%;
	padding: 40px 0px 20px 0px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-wraper:after{
    content: "";
    width: 100%;
    height: 30px;
    background-image: url(../images/footer-top-devider-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -10px;
    left: 0;
}
.footer-wraper:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.92);
}
.footer-wraper .foot-logo img{
	max-width: 100%;
    height: auto;
}
.foot-address-inner{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.foot-address-inner .icon{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	margin-bottom: 20px;
	border-radius: 50%;
	font-size: 25px;
	color: #000000;
	background: rgba(163,132,46,1);
    background: -moz-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(163,132,46,1)), color-stop(30%, rgba(248,232,110,1)), color-stop(50%, rgba(248,232,110,1)), color-stop(70%, rgba(248,232,110,1)), color-stop(100%, rgba(169,137,50,1)));
    background: -webkit-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
    background: -o-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
    background: -ms-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
    background: linear-gradient(to bottom, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3842e', endColorstr='#a98932', GradientType=0 );
}

.foot-address-inner p{
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 17px;
	margin-bottom: 5px;
	font-family: 'Newtown';
}
.foot-address-inner p a{
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 17px;
}
.foot-address-inner:after{
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: 60%;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fdee71;
}
.foot-adderss-list:last-child .foot-address-inner:after{
	content: none;
}

.footer-wraper .line{
    background: #5f4c20;
}


.foot-menu{
	position: relative;
	width: 100%;
}
.foot-menu .navbar-nav{
	align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
	justify-content: center;
	margin-left: 0;
	margin-bottom: 10px;
}
.foot-menu .navbar-nav li{
	position: relative;
	display: inline-block;
	padding: 5px 14px;
}

.foot-menu .navbar-nav li a{
	position: relative;
	color: #f5cd42;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Newtown';
}
.foot-copyright{
	position: relative;
	width: 100%;
	text-align: center;
	color: #f5cd42;
	font-size: 14px;
	margin-bottom: 15px;
	font-family: 'Newtown';
}
.foot-copyright a{
	color: #ffffff;
}
/*######## footer css end #######*/

/*########## quick quote css start ########*/
.quick-quote-wraper .close{
  position: absolute;
  right: 6px;
  top: 0px;
  z-index: 9;
  color: #d8aa1d;
  opacity: 1;
}
.quick-quote-wraper .quick-quote-form{
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.quick-quote-wraper .quick-quote-form .title{
  position: relative;
  width: 100%;
}
.quick-quote-wraper .quick-quote-form .title h3{
  position: relative;
  font-size: 30px;
  padding-bottom: 10px;
  font-family: 'Newtown';
}
.quick-quote-wraper .quick-quote-form .title h3:after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #d8aa1d;
}
/*########## quick quote css start ########*/


/*###### inner pages css start ######*/
.inner-banner{
  position: relative;
  width: 100%;
  padding: 0px 0px;
  z-index: 1;
}
.inner-banner img{
  position: relative;
  width: 100%;
  height: 350px;
  object-fit: cover;
  z-index: 1;
}
.inner-banner:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.80);
  z-index: 1;
}

.inner-banner .inner-banner-cont {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  z-index: 2;
}
.inner-banner .inner-banner-cont h1{
  position: relative;
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.main-wraper{
  position: relative;
  width: 100%;
  padding: 60px 0px;
}
/*about page css start ##*/

/*contact us*/
.cont-map{
	position: relative;
	width: 100%;
}
.cont-map iframe{
	position: relative;
	width: 100%;
	border:3px solid #e7ba3e;
	border-radius: 10px;
}

/*#### terms policy css start ####*/

.terms-policy-cont{
	position: relative;
	width: 100%;
}

.terms-policy-cont h4{
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'Ubuntu', sans-serif;
}
.terms-policy-cont p{
	position: relative;
    width: 100%;
    color: #505050;
    font-size: 16px;
    margin-bottom: 10px;
}
.terms-policy-cont ul{
	position: relative;
	width: 100%;
	display: block;
	padding-left: 20px;
	margin-bottom: 10px;
}
.terms-policy-cont ul li{
	position: relative;
	width: 100%;
	color: #505050;
    font-size: 16px;
    margin-bottom: 5px;
    list-style: disc;
}



/*############# blog css start ##################*/
.blog-wraper{
	position: relative;
	width: 100%;
	padding: 50px 0px;
	background-color: #ffffff;
}

.blog-inner-wrap{
	position: relative;
	width: 100%;
	height: 100%;
	box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.18);
}
.blog-inner-wrap .blog-img{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	height: 220px;
}
.blog-inner-wrap .blog-img img{
    transform: scale(1.0);
    transition: 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-inner-wrap .blog-img .blog-date{
    position: absolute;
    bottom: 0px;
    right: 0;
    padding: 5px 15px;
    background-color: #d8aa1d;
    text-align: center;
}
.blog-inner-wrap:hover .blog-img img{
    transform: scale(1.1);
    transition: 0.5s;
}
.blog-inner-wrap .blog-img .blog-date p{
	position: relative;
	margin-bottom: 0px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
}
.blog-inner-wrap .blog-cont{
	position: relative;
	width: 100%;
	padding: 5px 15px;
	/*border-bottom: 1px solid #d9d9d9;*/
}
.blog-inner-wrap .blog-cont h4{
	position: relative;
	width: 100%;
	color: #000000;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.blog-inner-wrap .blog-cont h4 a{
	color: #000000;
	transition: 0.5s;
}
.blog-inner-wrap .blog-cont h4 a:hover{
	color: #3f56d6;
	transition: 0.5s;
}
.blog-inner-wrap .blog-cont p{
	position: relative;
	color: #000000;
	font-size: 14px;
	margin-bottom: 10px;
}

.blog-inner-wrap .blog-comment{
	position: relative;
	width: 100%;
	padding: 5px 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.blog-inner-wrap .blog-comment .comment{
	position: relative;
	width: 50%;
}
.blog-inner-wrap .blog-comment .comment p{
	position: relative;
	color: #939292;
	font-size: 14px;
	margin-bottom: 0px;
}
.blog-inner-wrap .blog-comment .heart-icon{
	position: relative;
	width: 50%;
	text-align: right;
}
.blog-inner-wrap .blog-comment .heart-icon .fa{
    color: #d8aa1d;
    margin-right: 3px;
}

/*########## blog details css start ########*/
.blog-details-wraper{
	position: relative;
	width: 100%;
	padding: 40px 0px;
}
.blog-single-wraper{
	position: relative;
	width: 100%;
}
.blog-single-wraper h1{
    position: relative;
    width: 100%;
    color: #0d1d31;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.blog-single-wraper .entry-meta{
	position: relative;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    color: #0d1d31;
}
.blog-single-wraper .entry-meta a{
	color: #3f56d6;
}
.blog-single-wraper .blog-img{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.blog-single-wraper .blog-img img{
	transform: scale(1.0);
    transition: 0.5s;
}
.blog-single-wraper .blog-img:hover img{
	transform: scale(1.1);
    transition: 0.5s;
}
.blog-single-wraper .blog-img .blog-date{
	position: absolute;
    bottom: 0px;
    right: 0;
    padding: 5px 15px;
    background-color: #d8aa1d;
    text-align: center;
}
.blog-single-wraper .blog-img .blog-date p{
    position: relative;
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}
.blog-single-wraper p{
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #0d1d31;
    margin-bottom: 10px;
}
.social-icon.blog-social{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.social-icon.blog-social:before{
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background-color: rgba(0,0,0,0.1);
}
.social-icon.blog-social ul li a{
	color: #13253b;
	transition: 0.5s;
}
.social-icon.blog-social ul li a:hover{
	color: #3f56d6;
	transition: 0.5s;
}

.blog-prev-next-wraper{
	position: relative;
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 20px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.blog-prev-next-wraper a{
	color: #666666;
    font-size: 14px;
}
.blog-prev-next-wraper a .fa{
	padding: 0px 5px;
}
.comments-area{
	position: relative;
	width: 100%;
	background-color: #f1f1f1;
	padding: 20px 20px;
    border-radius: 5px;
}
.comments-area > h3{
	position: relative;
    width: 100%;
    color: #666666;
    font-size: 22px;
    margin-bottom: 15px;
}
.comments-area .comment-form label{
    position: relative;
    color: #000;
    font-size: 16px;
}
.comments-area .comment-form .form-control{
	background-color: #fff;
    border: 1px solid #ced4da;
    transition: 0.5s;
}
.comments-area .comment-form .form-control:focus{
    box-shadow: none;
    border-color: #0d1d31;
    transition: 0.5s;
}

/*###### blog sidebar css start #######*/
.blog-sidebar{
	position: relative;
	width: 100%;
	height: 100%;
	border-left: 1px solid #ededed;
	padding: 0px 0 0 25px;
}
.blog-sidebar-title{
	position: relative;
    width: 100%;
    color: #0d1d31;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-sidebar-title:after{
	content: "";
	position: absolute;
    bottom: 0;
    left: 0%;
    width: 30px;
    height: 3px;
    background-color: rgba(0,0,0,0.1);
}
.recent-posts{
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.recent-posts .recent-posts-list{
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 0px;
}
.recent-posts .recent-posts-list li{
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	padding: 5px 0px;
    border-bottom: 1px solid #ededed;
}
.recent-posts .recent-posts-list li:last-child{
	border-bottom: 0px;
}
.recent-posts .blog-posts-wrap{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.recent-posts .blog-posts-wrap .blog-img{
	position: relative;
	width: 50px;
	height: 50px;
	margin-right: 5px;
}
.recent-posts .blog-posts-wrap .blog-img img{
	height: 100%;
	object-fit: cover;
}
.recent-posts .blog-posts-wrap .blog-right-text{
	position: relative;
	width: calc(100% - 55px);
}
.recent-posts .blog-posts-wrap .blog-right-text h5{
	position: relative;
    width: 100%;
    color: #000000;
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
    text-transform: uppercase;
}
.recent-posts .blog-posts-wrap .blog-right-text h5 a{
	color: #000000;
}
.recent-posts .blog-posts-wrap .blog-right-text p{
	position: relative;
	color: #000;
	font-size: 14px;
}
.recent-posts .blog-posts-wrap .blog-right-text p a{
	color: #666666;
}

.recent-comment{
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.recent-comment ul{
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.recent-comment ul li{
	position: relative;
	width: 100%;
	display: block;
	padding: 5px 0px;
	padding-left: 12px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
	border-bottom: 1px solid #ededed;
}
.recent-comment ul li a{
	color: #666666;
}
.recent-comment ul li:after{
	content: "\f105";
    font-size: 15px;
    font-family: 'Fontawesome';
    position: absolute;
    top: 5px;
    left: 0px;
}
.recent-comment ul li:last-child{
	border-bottom: 0px;
}

/*############### blog css end #############*/


/*############ services detail css start #############*/
.services-details-img{
	position: relative;
    width: 100%;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    background: rgba(163,132,46,1);
    background: -moz-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(163,132,46,1)), color-stop(30%, rgba(248,232,110,1)), color-stop(50%, rgba(248,232,110,1)), color-stop(70%, rgba(248,232,110,1)), color-stop(100%, rgba(169,137,50,1)));
    background: -webkit-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
    background: -o-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
    background: -ms-linear-gradient(top, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
    background: linear-gradient(to bottom, rgba(163,132,46,1) 0%, rgba(248,232,110,1) 30%, rgba(248,232,110,1) 50%, rgba(248,232,110,1) 70%, rgba(169,137,50,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3842e', endColorstr='#a98932', GradientType=0 );
}
.services-details-cont{
	position: relative;
	width: 100%;
}
.services-details-cont h3{
    position: relative;
    color: #000000;
    font-size: 26px;
    margin-bottom: 10px;
    font-family: 'Newtown';
}
.services-details-cont h4{
	position: relative;
    color: #000000;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Newtown';
}
.services-details-cont .price{
	position: relative;
    color: #d8aa1d;
    font-size: 22px;
    margin-bottom: 15px;
    font-family: 'Newtown';
}
.services-details-cont p{
	position: relative;
    width: 100%;
    color: #000000;
    font-size: 18px;
    margin-bottom: 10px;
}
.services-details-cont ul{
	position: relative;
    width: 100%;
    padding-left: 20px;
    list-style: disc;
	margin-bottom: 15px;
	margin-left: 0;
}
.services-details-cont ul li{
	position: relative;
    width: 100%;
    color: #000000;
    font-size: 18px;
    margin-bottom: 6px;
}
/*############ services detail css end #############*/

.contact-form-wrap .form-wrap textarea.form-control{
	height: 150px;
}
#GetQuoteModal textarea.form-control{
	height: 150px;
}
#GetQuoteModal .text-right {
    text-align: left !important;
}
.header-wraper .navbar .navbar-nav .btn-warning a{
    color: #000000 !important;
}
@media(min-width: 768px){
body.single-our_service .inner-banner{
	height: 250px;
	overflow: hidden;
}
}

.blogPost .imgsec {
	position: relative;
	float: left;
  }
  .blogPost h2 {
	font-size: 21px;
	position: absolute;
	right: 0;
	width: 440px;
	padding-top: 15px;
	font-weight: 600;
  }
  .post-item .post-item-wrap {
	background-color: #fff;
	position: relative;
	border: 1px solid #f2f2f2;
  }
  .post-item .post-item-wrap .post-image {
	margin: 0;
	position: relative;
	padding: 0;
	height: 250px;
	overflow: hidden;
  }
  .post-item .post-item-wrap .post-image img {
	width: 100%;
	height: 100%;
	overflow: hidden;
  }
  .post-item .post-item-description {
	padding: 24px !important;
	width: 100% !important;
	line-height: 28px;
	color: #676767;
  }
  .post-item .post-item-description .post-meta-date {
	color: #c2c2c2;
	position: relative;
	top: -4px;
	font-size: 12px;
	margin-right: 8px;
  }
  .post-item .post-item-description .post-meta-date i,
  .post-item .post-item-description .post-meta-comments i {
	margin-right: 4px !important;
  }
  .post-item .post-item-description .post-meta-comments {
	color: #c2c2c2;
	position: relative;
	top: -4px;
	font-size: 12px;
	margin-right: 8px;
  }
  .post-item .post-item-description .post-meta-comments a {
	color: #c2c2c2;
  }
  
  .post-item .post-item-description > h2,
  .post-item .post-item-description > h2 > a {
	font-size: 18px;
	letter-spacing: -0.1px;
	line-height: 23px;
	margin-bottom: 16px;
	color: #444;
	font-weight: 600;
  }
  .post-item .post-item-description .item-link {
	color: #ff8a00;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase !important;
  }
  .post-item .post-item-description .item-link i {
	position: relative;
	right: 0;
	transition: right 0.3s ease 0s;
	top: -1px;
  }
  .post-item .post-item-description .item-link:hover i {
	right: -6px;
  }
  .entry-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 700;
	color: #333;
  }
  .entry-meta {
	margin-bottom: 5px;
  }
  .entry-meta a {
	color: #ff8a00;
  }
  .widget-area .widget {
	background-color: #fff;
	display: inline-block;
	width: 100%;
  }
  .widget-area .widget.widget_search {
	background-color: #f2f2f2;
	color: #000;
	padding: 20px 15px;
  }
  .widget-area .widget.widget_search .search-field {
	padding: 8px 5px;
	border-radius: 0;
  }
  .widget-area .widget.widget_search .search-submit {
	padding: 8px 15px;
  }
  .widget .widget-title {
	font-size: 20px;
	text-transform: uppercase;
	color: #555;
	font-weight: 700;
  }
  #recentcomments {
	margin: 0 !important;
	padding: 0;
  }
  #recentcomments li {
	display: block;
	margin-bottom: 7px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
  }
  #recentcomments li a {
	color: #000;
  }
  #recentcomments li:last-child {
	border-bottom: 0;
  }
  .widget-area .widget.widget_newsletterwidget {
	background-color: #efefef;
	color: #000;
	padding: 20px 15px;
  }
  .widget-area .widget.widget_newsletterwidget .widget-title {
	color: #000;
  }
  .tnp-widget input.tnp-submit {
	background-color: #fd7d11 !important;
	background-image: none;
	text-shadow: none;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
  }
  .navigation.post-navigation {
	display: none;
  }
  .tnp-widget input[type="email"] {
	background-color: #fff !important;
  }
  .singleService h2 {
	font-weight: 600;
	margin-bottom: 20px;
	/* color: #fd7d11; */
  }
  body.error404 .inn-banner,
  body.page .inn-banner {
	  position: relative;
	  min-height: 220px;
	  background-color: #555;
  }
  .widget ul{
	  margin-left: 0;
  }
  .widget-area .widget {

    margin-bottom: 35px;
}
.widget .widget-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #555;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}
body.search .header-wraper,
body.error404 .header-wraper{
    position: static;
    
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    color: #ffb900 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff !important;
}