@charset "utf-8";
/* CSS Document */

/*===== Custome Fonts =====*/
@font-face {
	font-family: "rock";
	src: url("../fonts/rock.ttf");
}

/*===== Pre CSS ===== */
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	font-family: 'Lato', sans-serif;
	background: #fff;
}

p,
a,
span,
table,
th,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
li {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
}

a[href^=tel] {
	text-decoration: inherit;
	color: inherit;
}

a[href^=mailto] {
	text-decoration: inherit;
	color: inherit;
}

/*===== Go To Top Section =====*/
#back-top {
	display: block;
	position: fixed;
	bottom: 140px;
	right: 10px;
	bottom: 10px;
	text-align: center;
	z-index: 99999;
}

#back-top a {
	display: block;
	text-decoration: none;
}

#back-top a .fa {
	width: 50px;
	height: 50px;
	padding-top: 12px;
	font-size: 20px;
	border-radius: 50%;
	opacity: 1;
	color: #fff;
	background: #27378f;
	border: #27378f solid 2px;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

#back-top a .fa:hover {
	background: #fff;
	color: #F8931D;
}

/* Modal Body */
.modal-body .close {
	position: absolute;
	top: 8px;
	right: -4px;
	transform: translate(-50%, -50%);
	opacity: 1;
	color: #de2406;
}

.modal-body img {
	width: 100%;
}

/* Wrapper */
.wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/*Header Navigation*/
.navbar-inverse {
	position: relative;
	bottom: 0;
	padding: 0;
	z-index: 9;
	border: none;
	float: none;
}

.navbar {
	margin-top: 0;
	margin-bottom: 0;
	background: transparent;
	min-height: 122px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.navbar-inverse .navbar-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	float: none;
}

.navbar-inverse .navbar-nav li {
	list-style: none;
	margin: 0;
}

.navbar-inverse .navbar-nav li:first-child {
	margin-left: 0;
}

.navbar-inverse .navbar-nav li a {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 33% 0px;
	margin-right: 20px;
	border-radius: 50px;
	padding: 10px 20px;
	color: #333;
	background: transparent;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	color: #fff;
	border: 2px solid transparent;
}

.navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:focus,
.navbar-inverse .navbar-nav .active a,
.navbar-inverse .navbar-nav .active a:hover,
.navbar-inverse .navbar-nav .active a:focus {
	color: #fff;
	background: transparent;
	border-color: #fff;
}

/*===== Mobile Menu =====*/
.mobile_menu.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 9999999999;
}

.menu_icon_box {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
	display: block;
	width: 100%;
	background: #27378f;
	height: 57px;
}

.tab_button {
	float: left;
}

.tab_button a {
	display: inline-block;
	padding: 7px 10px;
	margin-top: 14px;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: transparent;
	border: #fff solid 1px;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
}

.tab_button a:hover {
	background: #747474;
	border: #747474 solid 1px;
}

.tab_button1 {
	margin-left: 15px;
	margin-right: 5px;
}

.menu_icon {
	position: fixed;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	padding: 1px 5px;
	background: transparent;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 999;
}

.menu_icon span {
	width: 100%;
	height: 2px;
	display: block;
	background: #fff;
	margin: 5px 0;
	border-radius: 5px;
	transition: all linear 0.3s;
}

.menu_icon.active {
	color: #fff;
	padding: 8px 3px 0;
}

.menu_icon.active span {
	position: absolute;
	width: 85%;
}

.menu_icon.active span:nth-child(1) {
	transform: rotate(45deg);
}

.menu_icon.active span:nth-child(3) {
	transform: rotate(-45deg);
}

.menu_icon.active span:nth-child(2) {
	display: none;
}

.mobile_slideLogo {
	display: block;
	margin-top: 10px;
	text-align: center;
}

.mobile_slideLogo img {
	display: inline-block;
	float: none;
	background: #fff;
	padding: 10px 30px;
	margin-bottom: 15px;
	border-radius: 5px;
	width: 100%;
	height: auto;
}

.sidebar {
	padding: 65px 15px;
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 99999;
	overflow-y: scroll;
	width: 80%;
	height: 100%;
	background: #27378f;
	text-align: center;
	box-sizing: border-box;
	z-index: 999999;
	transition: all linear 0.3s;
}

.sidebar.active {
	left: 0;
}

.sidebar ul li {
	list-style: none;
	margin-bottom: 5px;
}

.sidebar ul li a {
	position: relative;
	display: block;
	padding: 10px 15px;
	border: #fff solid 1px;
	text-align: left;
	color: #fff;
	margin-bottom: 1px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	border-radius: 50px;
	font-weight: 400;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
}

.sidebar ul li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 12px 0;
	height: 100%;
	width: 0%;
	background: #27378f;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.sidebar ul li a:hover::before {
	width: 100%;
}

.sidebar ul li.active {
	background: #f8931d;
	border-radius: 50px;
}

/*===== Responsive Mobile Dropdown =====*/
.accordion {
	list-style: none;
	padding: 0;
	margin: 0;
}

.accordion_headline {
	background: transparent;
	padding: 8px 10px;
	border: #2296f9 solid 1px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	transition: .3s ease;
	position: relative;
}

.accordion_headline::before,
.accordion_headline::after {
	content: "";
	width: 15px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	display: block;
	top: 50%;
	right: 15px;
	transform: translate(-50%, -50%) rotate(0deg);
	transition: .3s ease;
}

.accordion_headline::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.accordion_headline:hover {
	cursor: pointer;
	background: transparent;
}

.open>.accordion_headline::before {
	transform: translate(-50%, -50%) rotate(180deg);
}

.open>.accordion_headline::after {
	transform: translate(-50%, -50%) rotate(360deg);
}

.accordion_content {
	display: none;
	background: transparent;
	padding: 0;
	border-top: 0;
}

.accordion li {
	margin-bottom: 1px;
}

.accordion_headline h5 {
	font-size: 16px;
	margin: 0;
	padding-right: 30px;
}

.accordion_content p {
	font-size: 14px;
	margin: 0;
}

/*-- Modern Social Media Icon Display --*/
.social_media_block {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	height: 100%;
	background: transparent;
}

.share_icon .fa {
	position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2;
    cursor: pointer;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: #27378f solid 1px;
    background: #27378f;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share_icon .fa:hover {
	transform: rotate(360deg);
	color: #fff;
	background: #F8931D;
	border-color: #F8931D;
}

.social_icon ul {
	display: block;
	text-align: center;
}

.social_icon ul li {
	list-style: none;
	display: inline-block;
}

.social_icon ul li .fa {
	position: absolute;
	left: 11px;
	bottom: 11px;
	z-index: 1;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	background: #6f729a;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 0;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.social_icon ul li .fa:hover {
	transform: rotate(360deg);
}

.social_icon.active ul li:nth-child(1) .fa {
	bottom: 162px;
	background: #3b5998;
	color: #fff;
}

.social_icon.active ul li:nth-child(2) .fa {
	bottom: 112px;
	background: #59adec;
	color: #fff;
}

.social_icon.active ul li:nth-child(3) .fa {
	bottom: 62px;
	background: #f23ece;
	color: #fff;
}

/*title section*/
.title-section {
	display: block;
	text-align: center;
}

.title-section h2 {
	font-size: 35px;
	font-family: "Poppins";
	color: rgb(0, 0, 0);
	line-height: 1.286;
	font-weight: 800;
	margin-bottom: 35px;
}

/*more button*/
.more {
	display: block;
	text-align: center;
}

.more a {
	text-decoration: none;
    font-size: 15px;
    color: rgb(255, 255, 255);
    background: #f8931d;
    padding: 15px 30px;
    border-radius: 50px;
    margin-top: 35px;
    display: inline-block;
    transition: all linear .3s;
}

.more a:hover {
	background: #27378f;
	color: #fff;
}

/*header*/
header {
	background: #de2406;
}

.top-header {
	background: #eaeaea;
	padding: 15px 0;
	position: relative;
	overflow: hidden;
}

.top-header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-header ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.top-header ul li {
	margin-left: 20px;
	line-height: normal;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	letter-spacing: .6px;
	font-weight: 600;
	margin-right: 30px;
	position: relative;
	z-index: 1;
}

.top-header ul li::before {
	content: '';
	position: absolute;
	top: -15px;
	right: -20px;
	height: 200%;
	width: 1px;
	background: #d0d0d0;
}

.top-header ul li::last-child {
	margin-right: 0;
}

.top-header ul li::last-child::before {
	display: none;
}

.top-header ul li .fa {
	display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #27378f;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
}

.top-header p {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.top-header p .fa {
	margin-right: 5px;
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #3a5a99;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
}

.top-header p .instagram .fa {
	background: #517ea3;
}

.top-header p .twitter .fa {
	background: #55acee;
}

/*bottom header*/
.bottom-header {
	padding: 0;
	background-color: #f8931d;
}

.bottom-header .logo{
	width:77%;
	padding: 10px;
}

.bottom-header .logo img{
	width:100%;
}

.bottom-header .header-contact {
	display: block;
	text-align: right;
}

.bottom-header .header-contact ul {
	margin-top: 30px;
}

.bottom-header .header-contact ul li {
	list-style: none;
	display: inline-block;
	text-align: left;
	width: 25%;
	font-size: 17px;
	font-weight: 700;
	font-family: 'rock';
	color: #2296f9;
}

.bottom-header .header-contact ul li:nth-child(2) {
	width: 28%;
}

.bottom-header .header-contact ul li .img-block {
	display: inline-block;
	float: left;
	margin-right: 20px;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f7f7f7;
}

.bottom-header .header-contact ul li .title {
	display: block;
	font-size: 15px;
	font-weight: 400;
	margin-top: 3px;
	color: #000;
}

.bottom-header .header-contact ul li .fa {
	font-size: 25px;
	color: #2296f9;
}

/*logo*/
.bottom-header .logo {
	background: #fff;
	display: block;
	text-align: center;
	margin: 0 30px;
	position: relative;
	z-index: 1;
}

.bottom-header .logo::after {
	content: '';
	position: absolute;
	top: 99.9%;
	left: 0px;
	z-index: 2;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 102px 0 101px;
	border-color: #fff transparent transparent transparent;
}

/*menu header*/
.header-nav {
	position: relative;
	z-index: 1;
}

.header-nav::before {
	content: '';
	position: absolute;
	top: 0;
	left: -15%;
	height: 100%;
	width: 150%;
	z-index: -1;
	background: #252525;
}

.header-nav .free-estimate {
	display: block;
	text-align: right;
}

.header-nav .free-estimate a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 18.2px 0;
	font-weight: 600;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all linear 0.3s;
	text-align: center;
	text-transform: uppercase;
	background: #ed1c24;
}

.header-nav .free-estimate a:hover {
	background: #2296f9;
}

/*section-banner*/
.section-banner {
	position: relative;
}

.section-banner img {
	width: 100%;
	opacity:0.5;
}

.banner {
	position: relative;
	overflow: hidden;
} 
.banner-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.banner-content ul li {
	list-style: none;
	margin: 20px 0;
}

.banner-content ul li h3 {
	color: #f8931d;
	font-weight: 500;

}

.banner-content ul li h2 {
	color: #3f4d91;
	font-size: 60px;

}

.banner-content ul li h4 {
	color: #2c3033;
	font-size: 20px;
	

}

.banner-content li a {
	display: inline-block;
	text-decoration: none;
	background-color: #3f4d91;;
	padding: 17px 40px;
	color: #fff;
	font-size: 16px;
	position: relative;
	z-index: 1;
	overflow: hidden;

}

.banner-content li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 51%;
	color: #fff;
	background-color: #f8931d;
	transition: all linear .3s;
	z-index: -1;
	opacity: 1;

}

.banner-content li a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 51%;
	color: #fff;
	background-color: #f8931d;
	transition: all linear .3s;
	z-index: -1;
	opacity: 1;
}

.banner-content li a:hover::after {
	opacity: .1;
	right: -51%;
}

.banner-content li a:hover::before {
	opacity: .1;
	left: -51%;
}

/* home */
.home {
	padding: 50px 0;
	background: #f2f3f6;
}

.home h4 {
	display: block;
	text-align: center;
	font-size: 16px;
	font-family: "Poppins";
	color: rgb(0, 0, 0);
	font-weight: bold;
	text-transform: uppercase;
	font-weight: 800;
}

.home h2 {
	font-family: "Poppins";
    color: #f8931d;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    margin: 15px 0 30px 0;
}

.home p {
	font-size: 15px;
	font-family: "Poppins";
	color: rgb(0, 0, 0);
	line-height: 2.5;
	text-align: center;
}

/*logos-block*/
.logos {
	padding: 50px 0;
	background: url(../images/logos-bg.png)center center no-repeat fixed;
	background-size: cover;
}

.logos .logos-block {
	min-height: 136px;
	width: 100%;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.section-banner .item{
	overflow: hidden;
}

/*why choose us*/
.chooseus {
	padding: 50px 0;
}

.chooseus .chooseus-block {
	display: block;
	text-align: center;
	padding: 30px;
	transition: all linear .3s;
}

.chooseus .chooseus-block-first {
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.33);
}

.chooseus .chooseus-block:hover {
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.33);
}

.chooseus .chooseus-block img {
	margin-bottom: 30px;
	/* filter: hue-rotate(165deg); */
}

.chooseus .chooseus-block .thirdicon{
	margin-bottom: 30px;
	filter: hue-rotate(165deg);
}

.chooseus .chooseus-block h4 {
	font-size: 18px;
	font-family: "Poppins";
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}

.chooseus .chooseus-block p {
	font-size: 13px;
	font-family: "Poppins";
	color: rgb(51, 51, 51);
	line-height: 2.462;
	text-align: center;
}

/*Services*/
.services {
	padding: 50px 0;
}

.services h5 {
	font-size: 15px;
	font-family: "Poppins";
	color: rgb(162, 162, 162);
	margin-bottom: 20px;
}

.services h2 {
	margin: 30px;
}

.services p {
	font-size: 16px;
	font-family: "Poppins";
	color: rgb(67, 67, 67);
	margin-bottom: 30px;
}

.services ul {
	background: #f8931d;
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin: 0 -30px;
	padding: 20px;
	border-radius: 50px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 30px;
}

.services ul::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	z-index: -1;
	background: #27378f;
}

.services ul li {
	list-style: none;
	font-size: 18px;
	font-family: "Poppins";
	color: rgb(255, 255, 255);
	letter-spacing: .6px;
}

.services ul li img {
	margin-right: 10px;
}

.services ul li:last-child img {
	margin: 0 0 0 10px;
}


.services .services-block {
	margin: 0 13px; 
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    padding-bottom: 52px;
    margin: 10px;
}
.services .services-block .services-block-drive-panel-board{
    width:50%;
}

.services .pannel-service-block{
	margin:10px 0;
}
.services .item-service-block img {
	width:181px;
}

/* .services .services-block h3 {
	position: absolute;
    top: 85%;
    left: 0;
    height: auto;
    background: #ccc;
    padding: 8px 15px 8px 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 600;
} */
.services .services-block{
	position:relative;
}
.services .services-block h3{
	position: absolute;
    background-color: #ccc;
    font-size: 16px;
   
    font-weight: 600;
    width: 100%;
    top: 88%;
    padding: 10px;
}
.services .services-block h3{
    transition: all linear .3s;
    
}
.services .services-block h3 a{
	text-decoration: none;
	color: #fff;

}
.services .services-block h3:hover{
	color: #f8931d;
    background-color: #243795;

}


.services .services-block  img {
	width: 210px;
    transition: all linear .3s;
    margin: auto;
}

.services .services-block:hover img {
	transform: scale(1.1);
	
}
.services .services-block:hover h3{
    color: #f8931d;
    background-color: #243795;
    
}
/*===== Projects Section =====*/
.products{
	background-color: #f2f3f6;
}
.products .products-def li{
	list-style:none;
}
.products  h2{
	font-family: "Poppins";
    color: #f8931d;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
    text-align: left;
    margin: 15px 0 30px 0;
}
.products  h3{
	font-family: "Poppins";
    color:black;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    margin: 8px 0 8px 0;
}
.products .products-def li{
	margin:10px auto;
	font-size: 15px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    line-height: 2.5;
    text-align: left;
}
.products  p{
	font-size: 15px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    line-height: 2.5;
    text-align: left;

}
.products  .product-def-img{
	width:100%;
}
.products  .product-def-img img{
	width:100%;
}
.products .products-def .bar{
	width:100%;
	height:2px;
	background-color: #174e6d;

}
.products .product-def-list{
	background-color: rgb(246, 246, 246);
    margin-bottom: 30px;
    padding: 5px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #f8931d;
    border-image: initial;
	margin: 68px 0;
}
.products .col-sm-8{
	margin:52px 0;

}
.products .product-def-list p{
	border-bottom: 1px dashed #f8931d;
    padding-right: 12px;
}
.products .product-def-list p a{
	text-decoration: none;
}


/*===== Projects Section =====*/
.projects {
	padding: 50px 0;
	background: #f3f3fe;
}

.projects .title-section {
	text-align: center;
}

.projects .title-section h2 {
	color: #333;
	margin-bottom: 45px;
	text-transform: uppercase;
}

.projects-content {
	display: block;
	margin-top: 30px;
}

.projects-content-image-block {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}


.projects-content-image-block img {
	width: 100%;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}
.projects-content-image1{
	height:752px;
}
/* Dropdown Menu */
.navbar .navbar-nav > li .serv_dropdown_menu{ display: none; position: absolute; z-index: 999999; border-top: transparent solid 27px; background: transparent; top: 40px; margin-left: 0; width: 270px; overflow-x: hidden; transition: all linear 0.3s;    margin: 28px 0; }
.navbar .navbar-nav > li .serv_dropdown_menu li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.navbar .navbar-nav > li .serv_dropdown_menu li a{ display: block; margin:0;padding: 10px 15px; text-align: left; font-size: 13px; font-weight: 400; text-decoration: none;background: #27378f; color: #fff; border-top: rgba(255, 255, 255, 0.2) solid 1px; border-radius: 0; transition: all linear 0.3s; }
.navbar .navbar-nav > li .serv_dropdown_menu li a:hover{ padding-left: 20px; color: #fff; background:  #f8931d; }
.navbar .navbar-nav > li .serv_dropdown_menu li a .fa{ float: none; margin-right: 5px; font-size: 14px; }

/* My Own Custom Dropdown Animation */
.navbar .navbar-nav > li:hover .serv_dropdown_menu{ display: block; animation: slide-up .5s ease-out; }
@keyframes slide-up {
      0% { opacity: 0; transform: translateY(15%); }   
    100% { opacity: 1; transform: translateY(0); }
}

/* Dropdown Menu */
.accordion > li .serv_dropdown_menu{ display: none; position: absolute; z-index: 999999; border-top: transparent solid 27px; background: transparent; top: 40px; margin-left: 0; width: 270px; overflow-x: hidden; transition: all linear 0.3s;    margin: 28px 0; }
.accordion > li .serv_dropdown_menu li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.accordion > li .serv_dropdown_menu li a{ display: block; margin:0;padding: 10px 15px; text-align: left; font-size: 16px; font-weight: 400; text-decoration: none;background: #27378f; color: #fff; border-top: rgba(255, 255, 255, 0.2) solid 1px; border-radius: 0; transition: all linear 0.3s; }
.accordion > li .serv_dropdown_menu li a:hover{ padding-left: 20px; color: #fff; background:  #f8931d; }
.accordion > li .serv_dropdown_menu li a .fa{ float: none; margin-right: 5px; font-size: 14px; }

/* My Own Custom Dropdown Animation */
.accordion > li:hover .serv_dropdown_menu{ display: block; animation: slide-up .5s ease-out; }
@keyframes slide-up {
      0% { opacity: 0; transform: translateY(15%); }   
    100% { opacity: 1; transform: translateY(0); }
}



.overlayer {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	z-index: 9;
	border: #fff solid 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	opacity: 0;
}

.overlayer::before {
	content: "";
	position: absolute;
	top: -15px;
	right: -15px;
	bottom: -15px;
	left: -15px;
	transform: scale(0);
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.overlayer a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	text-decoration: none;
}

.overlayer a span {
	display: inline-block;
	font-size: 18px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: #fff solid 1px;
}

.overlayer a .fa {
	color: #fff;
	font-size: 30px;
}

.projects-content-image-block:hover .overlayer::before {
	transform: scale(1, 1);
}

.projects-content-image-block:hover .overlayer {
	opacity: 1;
}

.projects .more a {
	margin-top: 20px;
}

/*testimonials*/
.testimonials {
	padding: 50px 0 100px;
	background: url(../images/banner/blue.jpg)center center no-repeat fixed;
	background-size: cover;
}

.testimonials .title-section h2 {
	color: #fff;
	text-transform: uppercase;
}

.testimonials .testimonials-block {
	position: relative;
	z-index: 1;
}

.testimonials .testimonials-block::before {
	content: '';
	position: absolute;
	top: 40%;
	left: 30px;
	transform: translate(-50%, -50%);
	height: 50px;
	width: 50px;
	background: url(../images/quoteImg1.png)no-repeat center center;
}

.testimonials .testimonials-block::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 100%;
	transform: translate(-50%, -50%);
	height: 50px;
	width: 50px;
	background: url(../images/quoteImg1.png)no-repeat center center;
}

.testimonials .testimonials-slider p {
	font-size: 16px;
	font-family: "Poppins";
	color: rgb(255, 255, 255);
	line-height: 2;
	text-align: center;
	margin-top: 20px;
}

.testimonials .testimonials-slider {
	display: block;
	text-align: center;
}
.testimonials .testimonials-slider .testimonials-img{
	width:9%;
	border-radius:20px;
	text-align: center;
	margin:0 auto;
}
.testimonials .testimonials-slider .testimonials-img img{
	width:100%;
	border-radius:42px;
}

.testimonials .testimonials-slider h4 {
	font-size: 17px;
	font-family: "Poppins";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0 10px;
}

.testimonials .testimonials-slider .fa {
	color: #ffd21c;
}

.testimonials .more {
	text-align: center;
}

.testimonials .more a {
	border-radius: 0;
	background: transparent;
	color: #fff;
	margin-top: 35px;
	border-radius: 50px;
}

.testimonials .more a:hover {
	background: #fff;
	color: #333;
}

/*free-quote*/
.free-quote {
	padding: 50px 0;
	background: #fff;
	position: relative;
	z-index: 2;
}

.free-quote::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 54%;
	z-index: 0;
	background: #f8931d;
	display:none;
}

.free-quote .title-section {
	text-align: left;
}

.free-quote .title-section h2 {
	font-size: 45px;
	color: rgb(5, 17, 75);
	line-height: 1;
	margin-bottom: 20px;
}

.free-quote .title-section h2 span {
	display: inline-block;
	font-size: 45px;
	line-height: 1;
	color: #f8931d;
}

.free-quote .title-section p {
	font-size: 17px;
	color: rgb(0, 0, 0);
	line-height: 1.889;
	margin-bottom: 40px;
}

.free-quote ul li {
	list-style: none;
	display: block;
	clear: both;
	font-size: 18px;
	color: rgb(5, 17, 75);
	line-height: 1.889;
	text-align: left;
	font-weight: 800;
	/* text-transform: capitalize; */
	font-family: 'Poppins';
	margin-bottom: 60px;
}

.free-quote ul li:last-child {
	margin-bottom: 0;
}

.free-quote ul li span {
	float: left;
	margin-right: 15px;
}

.free-quote .home-free-estimates-formstyle {
	padding: 24px;
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.free-quote .form-control {
	margin-top: 20px;
}

.free-quote .home-free-estimates-select {
	background: #f8931d;
	color: #fff;
	border-color: #fff;
	min-height: 50px;
}

.free-quote .home-free-estimates-formstyle::placeholder {
	color: #fff;
}

.free-quote .home-free-estimates-send {
	width: 190px;
	background: #283a8e;
	border-radius: 50px;
	height: 50px;
	font-size: 18px;
	color: rgb(255, 255, 255);
}

.free-quote .form-section {
	position: relative;
	z-index: 1;
}

.free-quote .form-section h4 {
	font-size: 20.434px;
	color: rgb(255, 255, 255);
	line-height: 2.202;
	position: absolute;
	top: 50%;
	left: -90px;
	transform: translate(-50%, -50%)rotate(-90deg);
	background: #f8931d;
	padding: 12px 40px;
	border-radius: 50px;
	border: 4px solid #fff;
}

/*google-map*/
.google-map {
	height: 500px;
}

/*===== Contact Section =====*/
.contact {
	padding: 50px 0 20px;
	background: #27378f;
}

.contact ul li {
	list-style: none;
	line-height: 34px;
	color: #eaeaea;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .3px;
}

.contact ul li a {
	text-decoration: none;
	display: inline-block;
	color: #eaeaea;
}

.contact p {
	line-height: 34px;
	color: #eaeaea;
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
}

.contact p strong {
	color: #fff;
}

.contact h3 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 60px;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 700;
	position: relative;
	z-index: 1;
	letter-spacing: .3px;
}

.contact h3::before {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	height: 2px;
	width: 20px;
	background: #fc6a20;
	z-index: -1;
}

.contact h3::after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 23px;
	height: 2px;
	width: 20px;
	background: #fff;
	z-index: -1;
}

.contact .width {
	display: inline-block;
	width: 130px;
}

.contact .break {
	display: block;
	margin-left: 80px;
}

.contact .contact-info ul li {
	margin-bottom: 15px;
}

.contact .contact-info ul li img {
	margin-right: 10px;
}

.contact .images-contact {
	display: inline-block;
	float: right;
	margin-top: -110px;
}

.contact .social-media li {
	display: inline-block;
	height: 28px;
	width: 28px;
	text-align: center;
	border: 1px solid #757575;
	border-radius: 5px;
	line-height: 28px;
	margin-right: 10px;
	-webkit-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.contact .footer-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact .footer-images h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
}

.contact .contact-details h4 {
	font-size: 19px;
	font-family: "Open Sans";
	color: rgb(238, 238, 238);
	font-weight: bold;
	margin-top: 30px;
}
.contact .contact-details .iso-certified{
	width: 100%;
    /* filter: invert(1); */
    background: #fff;
    padding: 10px;
    margin-top: 10px;
}
.contact .contact-details .iso-certified img{
	width:100%;
}

/*get-quote*/
.get-quote {
	padding: 50px 0;
}

.get-quote-title h2 {
	font-family: 'Lato', sans-serif;
	font-size: 59px;
	color: #174e6d;
	font-weight: 700;
	text-transform: uppercase;
}

.get-quote-title h3 {
	font-size: 38px;
	font-family: 'Lato', sans-serif;
	color: #174e6d;
}

.get-quote .get-quote-content p span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 25px;
}

.get-quote .get-quote-content p {
	line-height: 32px;
}

.get-quote .get-quote-content a {
	text-decoration: none;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	color: #174e6d;
	border: 2px solid #174e6d;
	border-radius: 10px;
	padding: 14px 40px;
	display: inline-block;
	font-weight: 600;
	margin-top: 20px;
	transition: all linear 0.3s;
}

.get-quote .get-quote-content a:hover {
	background: #174e6d;
	color: #fff;
}

/*===== Footer Section =====*/
.footer {
	margin: 0;
    padding: 20px 0;
    background: #eaeaea;
}

.copyright p {
	color: black;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.copyright p a {
	color: #fc6a20;
	text-decoration: none;
	font-weight: 700;
}

/*===== Slider Plugins =====*/
#owl-demo .owl-buttons {
	display: none;
}

#owl-demo .owl-pagination {
	position: absolute;
	left: 50%;
	top: 91%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

#owl-demo .owl-pagination .owl-page span {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	border: #fff solid 3px;
	opacity: 1;
}

#owl-demo .owl-pagination .active span {
	background: #27378f;
}

#owl-demo-home-slider .owl-buttons {
	display: none;
}

#owl-demo-home-slider .owl-pagination {
	position: absolute;
	left: 50%;
	top: 91%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

#owl-demo-home-slider .owl-pagination .owl-page span {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	border: #fff solid 3px;
	opacity: 1;
}

#owl-demo-home-slider .owl-pagination .active span {
	background: #ff0000;
}

#owl-demo1 .owl-pagination {
	display: none;
}
.owl-theme .owl-controls .owl-buttons div{
    display:none;
}

#owl-demo1 .owl-buttons .owl-prev {
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
	font-family: 'FontAwesome';
	text-align: center;
	width: 40px;
	height: 40px;
	background: #27378f;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	border-radius: 50%;
	opacity: 1;
	padding-right: 14px;
	padding-top: 0;
	border: #27378f solid 2px;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px -5px #2296f9;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

#owl-demo1 .owl-buttons .owl-next {
	position: absolute;
	left: 102%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
	font-family: 'FontAwesome';
	text-align: center;
	width: 40px;
	height: 40px;
	background: #27378f;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	border-radius: 50%;
	opacity: 1;
	padding-left: 10px;
	padding-top: 0;
	border: #27378f solid 2px;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px -5px #2296f9;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

#owl-demo1 .owl-buttons .owl-prev:hover,
#owl-demo1 .owl-buttons .owl-next:hover {
	background: #fff;
	color: #2296f9;
}

#owl-demo4 .owl-buttons {
	display: none;
}

#owl-demo4 .owl-pagination {
	position: absolute;
	left: 50%;
	top: 120%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

#owl-demo4 .owl-pagination .owl-page span {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	border: #fff solid 3px;
	opacity: 1;
}

#owl-demo4 .owl-pagination .active span {
	background: #de2406;
}

#owl-demo2 .owl-buttons {
	display: none;
}

#owl-demo2 .owl-pagination {
	position: absolute;
	left: 85%;
	top: 110%;
	z-index: 9;
}

#owl-demo2 .owl-pagination .owl-page span {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #de2406;
	border: none;
	opacity: 1;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

#owl-demo2 .owl-pagination .active span {
	transform: scale(2, 2);
	background: #de2406;
}

#owl-demo3 .owl-pagination {
	display: none
}

#owl-demo3 .owl-buttons .owl-prev {
	position: absolute;
	left: 46%;
	top: 120%;
	transform: translate(-50%, -50%);
	z-index: 99999;
	font-family: 'FontAwesome';
	text-align: center;
	width: 40px;
	height: 40px;
	background: #fff;
	color: #de2406;
	font-size: 24px;
	font-weight: 400;
	border-radius: 0;
	opacity: 1;
	padding-right: 14px;
	padding-top: 0;
	border: #fff solid 2px;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px -5px #2296f9;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

#owl-demo3 .owl-buttons .owl-next {
	position: absolute;
	left: 54%;
	top: 120%;
	transform: translate(-50%, -50%);
	z-index: 99999;
	font-family: 'FontAwesome';
	text-align: center;
	width: 40px;
	height: 40px;
	background: #fff;
	color: #de2406;
	font-size: 24px;
	font-weight: 400;
	border-radius: 0;
	opacity: 1;
	padding-left: 10px;
	padding-top: 0;
	border: #fff solid 2px;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px -5px #2296f9;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

#owl-demo3 .owl-buttons .owl-prev:hover,
#owl-demo3 .owl-buttons .owl-next:hover {
	background: #fff;
	color: #de2406;
}

/*===== Content Pages =====*/
.content-banner {
	padding: 30px 0 30px;
	background: #27378f;
}

.content-banner h2 {
	padding: 15px;
	text-transform: uppercase;
	background: #fff;
	color: #de2406;
	font-size: 12px;
	font-weight: bold;
}

.content-banner a {
	text-decoration: none;
	color: #de2406;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.content-banner a:hover {
	color: #de2406;
}

.content-block {
	background: #fff;
	padding: 20px;
	height: auto;
}

.content {
	width: 100%;
	padding: 50px 0;
	background: #eeeeee;
}

.sectiontitleunderline {
	display: block;
	width: 80px;
	height: 2px;
	margin: 0 0 30px;
	background: #333;
}

.content .underline-style {
	display: block;
	margin-bottom: 30px;
}

.content h2 {
	text-transform: uppercase;
	font-size: 24px;
    color: #f8931d;
	font-weight: 900;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
}

.content h3 {
	text-transform: uppercase;
	font-size: 19px;
	color: #f8931d;
	font-weight: 900;
	margin: 20px 0 10px;
	font-family: 'Lato', sans-serif;
}
.content h3 a{
    
    text-decoration:none;
    color:#f8931d;
    text-align:center;
}

.content h4 {
	text-transform: uppercase;
	font-size: 16px;
	color: #8aca41;
	font-weight: 700;
	margin: 20px 0 10px;
	font-family: 'Lato', sans-serif;
}

.content p {
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	color: #333;
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
}

.content p span {
	font-size: 20px;
	color: #de2406;
	margin: 0;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}

.content ol,
.content ul {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
}

.content ol li,
.content ul li {
	margin-left: 18px;
	line-height: 30px;
	font-size: 16px;
	text-align: justify;
	color: #f8931d;
	font-family: 'Lato', sans-serif;
}

.content ol li span,
.content ul li span {
	font-size: 16px;
	text-align: justify;
	color: #333;
	font-family: 'Lato', sans-serif;
}

/*===== Testimonials Page =====*/
.reviewsblock {
	padding: 5px 0 12px;
	background: #f8931d;
	width: 100%;
	text-align: center;
}

.reviewsblock h4 {
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.reviewsform {
	padding: 15px 0 1px;
	background: #eee;
	min-height: 150px;
	width: 100%;
}

.reviewsformstyle {
	height: 44px;
	border-radius: 0;
	border: #2296f9 solid 1px;
	color: #f8931d;
}

.reviewsform input::placeholder {
	color: #f8931d;
}

.reviewsform textarea::placeholder {
	color: #f8931d;
}

.btn-reviewsformstyle {
	display: block;
	text-transform: uppercase;
	width: 100%;
	color: #fff;
	background: #f8931d;
	border: none;
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 0;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.btn-reviewsformstyle:hover {
	background: #2ecc71;
}

.testimonials-page {
	display: block;
	margin-top: 15px;
}

.testimonials-page .panel-group .panel {
	border-radius: 0;
	border: none;
}

.testimonials-page .panel-heading {
	padding: 0;
	border: none;
}

.testimonials-page .panel-title {
	padding: 0;
	border: none;
}

.testimonials-page .panel-title a {
	position: relative;
	display: block;
	padding: 15px 50px 15px 15px;
	margin-bottom: 0;
    background: #f8931d;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.testimonials-page .panel-title a:hover {
	background: #27378f;
	color: #fff;
}

.testimonials-page .panel-title .collapsed {
	background: #fff;
	color: #de2406;
	position: relative;
}

.testimonials-page .panel-title .collapsed::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 25px;
	font-family: 'fontawesome';
	text-align: center;
	font-size: 20px;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.testimonials-page .panel-title a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 25px;
	font-family: 'fontawesome';
	text-align: center;
	font-size: 20px;
	transform: translate(-50%, -50%);
}

.testimonials-page .panel-body {
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 15px -5px #2296f9;
	-moz-box-shadow: 0 0 15px -5px #2296f9;
	-o-box-shadow: 0 0 15px -5px #2296f9;
	box-shadow: 0 0 15px -5px #2296f9;
}

.testimonials-page .panel-body p {
    color: #f8931d;
	font-size: 16px;
	line-height: 30px;
}

.testimonials-page h4 {
	margin-bottom: 0;
	margin: 0;
}

.testimonials-page .panel-body {
	border: #eee solid 1px;
	border-top: none;
}

.testimonials-page .panel-body p {
	margin-bottom: 0;
}

/*===== Contact Form Section =====*/
.formstyle {
	padding-left: 65px;
	height: 50px;
	border-color: #f8931d;
	border-radius: 0;
}
.formstyle::placeholder{
    color:#f8931d;
}

.btn-formstyle {
	margin-top: 15px;
	width: 150px;
	color: #fff;
	background-color: #f8931d;
	border: none;
	border-radius: 0;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	transition: all linear 0.3s;
}

.btn-formstyle:hover {
	background: #27378f;
}

.googlemap {
	height: 345px;
	overflow: hidden;
	border: #eee solid 1px;
}

.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}

.content .form-horizontal .form-group input::placeholder {
	color: #de2406;
}

.content .form-horizontal .form-group textarea::placeholder {
	color: #de2406;
}

.form_section .fa {
	position: absolute;
	height: 50px;
	width: 50px;
	background: #f8931d;
	text-align: center;
	padding-top: 15px;
	color: #fff;
	font-size: 18px;
}

.form_section .sms {
	height: 174px;
}

/*===== Quote Form Section =====*/
.quoet-address {
	margin-top: 30px;
}

.quoet-address ul li {
	list-style: none;
	font-size: 20px;
	margin-left: 5px;
	margin-bottom: 30px;
	line-height: 30px;
}

.quoet-address ul li span {
	font-size: 18px;
	font-weight: 700;
	color: #de2406;
}

.quoet-address ul li a {
	color: #de2406;
}

/*===== Free Estimate Form Page =====*/
.free-estimate-form .freeblock {
	padding: 15px 20px;
	background: #de2406;
	color: #fff;
	text-transform: uppercase;
}

.freeestimatestyle {
	padding-left: 65px;
	height: 50px;
	border-radius: 0;
	border: #de2406 solid 1px;
}

.btn-freeestimatestyle {
	display: block;
	text-transform: uppercase;
	width: 100%;
	color: #fff;
	background: #de2406;
	border: none;
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 0;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.btn-freeestimatestyle:hover {
	background: #2ecc71;
}

.free-estimate-form .form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}

.free-estimate-form .fa {
	position: absolute;
	top: 25px;
	height: 50px;
	width: 50px;
	background: #de2406;
	text-align: center;
	padding-top: 15px;
	color: #fff;
	font-size: 18px;
}

.free-estimate-form .sms {
	height: 174px;
}

/*=====Contact Page =====*/
.contact-page-location-map {
	display: block;
	margin-top: 30px;
}

/*========== Responsive ==========*/
@media (max-width: 1200px) {
    .bottom-header .logo::after{
	    display:none;
	}
	.bottom-header .logo {
        margin: 0 335px;
        width: 30%;
        border-radius:12px;
}
   .navbar-inverse .navbar-nav li a{
            padding: 10px 40px;
            margin: 20% 0px;
   }
.services .services-block .services-block-drive-panel-board{
    width:40%;
}   
   
   .top-header p{
       display:flex;
   }
   .top-header ul li{
       margin-left: 9px;
       letter-spacing: -0.4px;
    }
    
}
@media (max-width: 991px) {
	.logo {
		display: block;
		text-align: center;
	}

	.bottom-header .logo::after {
		display: none;
	}

	.free-quote .title-section h2,
	.free-quote .title-section h2 span {
		font-size: 30px;
	}
	.services .services-block .services-block-drive-panel-board{
	    width:53%;
	}

	.free-quote .title-section p {
		font-size: 15px;
		padding-right: 50px;
	}

	.free-quote ul li {
		font-size: 14px;
	}

	.free-quote ul li span img {
		width: 50px;
	}


	.logos .logos-block img {
		width: 100%;
	}

	.google-map {
		height: 300px;
	}

	.contact p {
		margin-bottom: 30px;
	}

	.navbar-inverse .navbar-nav li a {
		padding: 10px 26px;
        margin: 20% 0px;
        font-size: 12px;
		
	}
	.bottom-header .logo {
       margin: 0 251px;
     
}

	.top-header-content {
		display: block;
		text-align: center;
	}

	.top-header ul li {
		list-style: none;
		display: inline-block;
	}

	.top-header ul li .fa {
		display: block;
		margin: 0 auto 10px;
	}

	.top-header p {
	    margin: 12px 293px;
	}

	.top-header ul li::before {
		display: none;
	}
	.top-header p .fa{
	    margin-right:22px;
	}
}
@media (max-width: 980px) {
   .services .services-block .services-block-drive-panel-board{
       width:25%;
   }
}

@media (max-width: 767px) {

	/*===== Go To Top =====*/
	#back-top {
		right: 10px;
		bottom: 10px;
	}

	#back-top a .fa {
		font-size: 16px;
		width: 40px;
		height: 40px;
		padding-top: 10px;
	}

	/*===== Left Social Icon =====*/
	.share_icon .fa {
		left: 9px;
		bottom: 9px;
		width: 42px;
		height: 42px;
		font-size: 20px;
		padding: 10px 2px 0 0;
	}

	.social_icon ul li .fa {
		left: 10px;
		bottom: 10px;
		width: 40px;
		height: 40px;
		font-size: 20px;
		text-align: center;
		padding: 0;
	}

	.social_icon.active ul li:nth-child(1) .fa {
		bottom: 130px;
	}

	.social_icon.active ul li:nth-child(2) .fa {
		bottom: 90px;
	}

	.social_icon.active ul li:nth-child(3) .fa {
		bottom: 50px;
	}

	/*===== Body Section =====*/
	header {
		margin-top: 57px;
	}

	.top-header ul {
		display: block;
		text-align: left;
	}

	.top-header ul li {
		margin-bottom: 0;
		text-align: left;
		line-height: 2;
	}

	.top-header ul li:last-child {
		margin-bottom: 0;
	}

	.top-header ul li .fa {
		display: inline-block;
		margin: 0 10px 20px 0;
		float: left;
	}

	.top-header p {
		text-align: left;
		margin: 0 11px;
	}

	.bottom-header {
		background: #fff;
	}
	.bottom-header .logo{
	    margin: 0 25%;
         width: 52%;
	}
	.banner-content ul li h2{
	    font-size:20px;
	}
	.banner-content ul li h4{
	    font-size:11px;
	}
	.banner-content ul li h3{
	    font-size:11px;
	}
	.banner-content ul li{
	    margin:10px 0;
	}
	.banner-content li a{
	    padding:10px 21px;
	    font-size:11px;
	}

	.home h2 {
		font-size: 25px;
	}

	.title-section h2 {
		font-size: 25px;
	}

	.services ul li {
		display: block;
		margin: 0;
	}

	.services ul li:first-child {
		margin-bottom: 30px;
	}

	.services ul {
		display: block;
		text-align: center;
	}

	.services ul::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		height: 50%;
		width: 100%;
		z-index: -1;
	   background: #27378f;
	}
	.services .services-block h3{
	    font-size:14px;
	}
	.services .services-block .services-block-drive-panel-board{
	    width:180px;
	}

	#owl-demo1 .owl-buttons .owl-next {
		left: 92%;
	}

	#owl-demo1 .owl-buttons .owl-prev {
		left: 15px;
	}

	.testimonials .testimonials-block::after,
	.testimonials .testimonials-block::before {
		display: none;
	}

	.logos .logos-block img {
		width: auto;
	}

	.logos .logos-block {
		margin: 30px 0;
	}

	.free-quote::before {
		top: 43%;
		right: 0;
		height: 57%;
		width: 100%;
	}

	.free-quote .form-section {
		padding-top: 30px;
	}

	.contact h3 {
		margin-top: 30px;
	}

	/*===== jQuery Control =====*/
	#owl-demo2 .owl-pagination {
		top: 90%;
	}

	#owl-demo3 .owl-buttons .owl-prev {
		left: 40%
	}

	#owl-demo3 .owl-buttons .owl-next {
		left: 60%;
	}

	/*===== Page Section =====*/
	.content-banner {
		padding: 20px 0;
	}

	.content-block {
		min-height: auto;
	}

	.content .underline-style {
		margin-bottom: 15px;
	}

	.content {
		padding: 30px 0;
	}

	.content h2 {
		font-size: 20px;
	}

	.content h3 {
		font-size: 16px;
	}

	.content h4 {
		font-size: 16px;
	}

	.sectiontitleunderline {
		width: 100px;
		margin-bottom: 15px;
	}

	.content p,
	.content ul li {
		font-size: 14px;
		line-height: 24px;
	}

	.content ul li span {
		font-size: 14px;
		line-height: 24px;
	}

	.reviewsform {
		margin-bottom: 30px;
	}

	.reviewsblock h4 {
		font-size: 18px;
	}

	.reviewsblock {
		padding: 5px 0 10px;
	}

	.btn-reviewsformstyle {
		font-size: 14px;
	}

	.testimonials-page h4 {
		font-size: 18px;
	}

	.testimonials-page p {
		padding: 0;
	}

	.testimonials-page .panel-body p {
		font-size: 14px;
		line-height: 23px;
	}

	.formstyle {
		padding-left: 50px;
		height: 40px;
	}

	.form_section .fa {
		width: 40px;
		height: 40px;
	}

	.form_section .sms {
		width: 40px;
		height: 174px;
	}

	.btn-formstyle {
		display: block;
		margin: 0 auto;
		width: 100px;
		font-size: 14px;
		margin-bottom: 15px;
	}

	.quoet-address {
		margin-top: 15px;
	}

	.quoet-address ul {
		margin-bottom: 15px;
	}

	.quoet-address ul li {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.quoet-address ul li span {
		font-size: 16px;
	}

	.free-estimate-form .freeblock {
		margin-bottom: 0;
	}

	.freeestimatestyle {
		height: 40px;
		padding-left: 50px;
	}

	.btn-freeestimatestyle {
		display: block;
		margin: 0 auto;
		width: 100%;
		font-size: 14px;
	}

	.free-estimate-form .fa {
		width: 40px;
		height: 40px;
	}

	.free-estimate-form .sms {
		width: 40px;
		height: 174px;
	}
}