@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Roboto:400,500,700");

@import url('font-awesome.min.css');
@import url('meanmenu.css');
@import url('animate.css');
@import url('owl.css');
@import url('magnific-popup.css');
@import url('et-line.css');
@import url('bicon.min.css');

/*
================================================
2. Common CSS
================================================
*/
* {
	margin : 0;
	padding: 0;
}

body {
	font-family: 'Roboto', sans-serif !important;
	font-size  : 15px !important;
	line-height: 1.57143;
	font-weight: 400 !important;
	color      : #797979 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	margin-top : 0;
	color      : #ed1b23;
}



a {
	color     : #2d2e2e;
	transition: all 0.3s ease 0s;
}

a:hover {
	color          : #242c42;
	text-decoration: none;
}

a,
a:hover,
a:active,
a:focus {
	outline        : none;
	text-decoration: none;
}

.btn,
.btn * {
	transition: all 0.3s ease 0s;
}

i {
	transition: all 0.4s ease-in-out 0s;
}

.transition3s {
	transition: all 0.3s ease-in-out 0s;
}

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

li {
	list-style: outside none none;
}

.mb-30 {
	margin-bottom: 30px;
}

section {
	float  : left;
	width  : 100%;
	padding: 100px 0;
}

.section_heading {
	text-align: center;
	width     : 100%;
	margin    : 0 0 40px;
}

.section_heading h2 {
	font-size: 4rem;
	color    : #2d2d2d;
}

.section_heading h2 span {
	color: #ed1b23;
}

.separator {
	margin  : 5px auto 0px;
	width   : 120px;
	position: relative;
}

.separator ul::before {
	content   : '';
	width     : 40px;
	height    : 1px;
	background: #c9c9c9;
	left      : -8px;
	top       : 63%;
	position  : absolute;
}

.separator ul {
	padding: 0px;
	margin : 0px;
}

.separator ul::after {
	content   : '';
	width     : 40px;
	height    : 1px;
	background: #c9c9c9;
	right     : -8px;
	top       : 63%;
	position  : absolute;
}

.separator ul li {
	display      : inline-block;
	width        : 6px;
	height       : 6px;
	margin       : 0px;
	padding      : 0px;
	background   : #ed1b23;
	border-radius: 50%;
}

#scrollUp {
	border-radius  : 50%;
	bottom         : 10px;
	color          : #fff;
	display        : block;
	font-size      : 25px;
	height         : 40px;
	line-height    : 0;
	position       : fixed;
	right          : 0px;
	text-align     : center;
	text-decoration: none !important;
	transition     : all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width          : 40px;
	z-index        : 1000 !important;
	background     : #ed1b23;
}

#scrollUp:hover {
	background: #333;
	color     : #fff;
}

#scrollUp i {
	display    : block;
	padding-top: 5px;
}

.no-padding {
	padding: 0 !important;
}

.pad-b-10 {
	padding-top: 10px;
}

.bg-color2 {
	background: #f2f2f2;
}

.padding-20 {
	padding: 20px;
}

.border-left-four {
	border-left: 1px solid #e3e0e0;
}

.border-three {
	border: 1px solid #e3e0e0;
}

.margin-bottom3 {
	margin-bottom: 25px;
}

.row.row-safari {
	display          : -webkit-box;
	display          : -webkit-flex;
	display          : -ms-flexbox;
	display          : flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap    : wrap;
	flex-wrap        : wrap;
}

.img-area img {
	width : 100%;
	height: auto;
}

/* Button Effects */
.theme-button-one {
	line-height   : 40px;
	font-size     : 18px;
	font-weight   : 600;
	text-transform: capitalize;
	padding       : 0 42px;
	position      : relative;
	z-index       : 1;
	color         : #fff;
	min-width     : 170px;
	border-radius : 25px;
	text-align    : center;
	background    : #ed1b23;
	display       : inline-block;
	box-shadow    : none;
	border        : none;
}

/* Button Sytle one */
.bttn {
	overflow: hidden;
}

.bttn::before,
.bttn::after {
	content                           : attr(data-text);
	position                          : absolute;
	width                             : 100%;
	height                            : 50%;
	left                              : 0;
	overflow                          : hidden;
	text-align                        : center;
	-webkit-transition                : -webkit-transform 0.4s;
	transition                        : transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function        : cubic-bezier(0.2, 1, 0.3, 1);
}

.bttn.color-one::before,
.bttn.color-one::after {
	color: #fff;
}

.bttn::before {
	top: 0;
}

.bttn::after {
	bottom     : 0;
	line-height: 0;
}

.bttn>span {
	display                           : block;
	-webkit-transform                 : scale3d(0.2, 0.2, 1);
	transform                         : scale3d(0.2, 0.2, 1);
	opacity                           : 0;
	-webkit-transition                : -webkit-transform 0.6s, opacity 0.6s;
	transition                        : transform 0.6s, opacity 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function        : cubic-bezier(0.2, 1, 0.3, 1);
}

.bttn:hover::before {
	-webkit-transform: translate3d(0, -100%, 0);
	transform        : translate3d(0, -100%, 0);
}

.bttn:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform        : translate3d(0, 100%, 0);
}

.bttn:hover>span {
	opacity          : 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform        : scale3d(1, 1, 1);
}

.bttn:hover {
	color: #fff;
}

.bttn.color-one::before,
.bttn.color-one::after {
	background: #ed1b23;
}

/*
================================================
3. Loader CSS
================================================
*/
#preloader {
	position        : fixed;
	top             : 0;
	left            : 0;
	width           : 100%;
	height          : 100%;
	background-color: #222222;
	z-index         : 99999;
}

#loader {
	display          : block;
	position         : relative;
	left             : 50%;
	top              : 50%;
	width            : 150px;
	height           : 150px;
	margin           : -75px 0 0 -75px;
	border-radius    : 50%;
	border           : 3px solid transparent;
	border-top-color : #ed1b23;
	-webkit-animation: spin 2s linear infinite;
	animation        : spin 2s linear infinite;
}

#loader:before {
	content          : "";
	position         : absolute;
	top              : 5px;
	left             : 5px;
	right            : 5px;
	bottom           : 5px;
	border-radius    : 50%;
	border           : 3px solid transparent;
	border-top-color : #ed1b23;
	-webkit-animation: spin 3s linear infinite;
	animation        : spin 3s linear infinite;
}

#loader:after {
	content          : "";
	position         : absolute;
	top              : 15px;
	left             : 15px;
	right            : 15px;
	bottom           : 15px;
	border-radius    : 50%;
	border           : 3px solid transparent;
	border-top-color : #ed1b23;
	-webkit-animation: spin 1.5s linear infinite;
	animation        : spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform    : rotate(0deg);
		transform        : rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform    : rotate(360deg);
		transform        : rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform    : rotate(0deg);
		transform        : rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform    : rotate(360deg);
		transform        : rotate(360deg);
	}
}

/*
================================================
4. Header
================================================
*/
.header-bottomarea {
	position: absolute;
	left    : 0;
	top     : 0;
	right   : 0;
	z-index : 1008;
}

.menu-fixed .header-bottomarea {
	background        : #ffffff;
	float             : left;
	width             : 100%;
	-webkit-box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
	-moz-box-shadow   : 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
	box-shadow        : 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
}

.header-section.menu-fixed {
	position  : fixed;
	background: #ffffff;
	top       : 0;
	left      : 0;
	width     : 100%;
	z-index   : 9999;
}

.header-section.menu-fixed .header-top {
	display: none !important;
}

.header-bottom {
	display        : flex;
	justify-content: space-between;
	align-items    : center;
}

.header-logo {
	display: inline-block;
	padding: 5px 0;
}

.header-search {
	position   : relative;
	align-self : stretch;
	display    : flex;
	align-items: center;
}

.header-searchtrigger {
	border     : none;
	font-size  : 24px;
	align-self : stretch;
	display    : flex;
	align-items: center;
	color      : #2b2b2b;
	min-width  : 34px;
	background : none;
	border     : none;
	outline    : none !important;
	cursor     : pointer;
}

.header-searchtrigger:hover,
.header-searchtrigger.is-active {
	color: #ff9138;
}

.header-searchbox {
	position        : absolute;
	right           : 0;
	top             : 100%;
	width           : 300px;
	height          : auto;
	background      : #f5f5f5;
	padding         : 20px;
	display         : flex;
	justify-content : space-between;
	z-index         : 999;
	visibility      : hidden;
	opacity         : 0;
	transition      : all 0.4s ease-in-out 0s;
	transform       : scale(0.8);
	transform-origin: 50% 0;
	box-shadow      : 0 0 5px rgba(0, 0, 0, 0.1);
	cursor          : pointer;
}

.header-searchbox input {
	border            : 1px solid #bbbbbb;
	border-right-color: #ed1b23;
	width             : 85%;
	padding           : 0 15px;
}

.header-searchbox input:focus {
	border-color: #ed1b23;
}

.header-searchbox button,
.header-searchbox [type="submit"] {
	background: #ed1b23;
	border    : 1px solid #ed1b23;
	color     : #ffffff;
	flex      : 0 0 45px;
	max-width : 45px;
	font-size : 18px;
}

.header-searchbox button:hover,
.header-searchbox [type="submit"]:hover {
	background: #ed1b23;
}

.header-searchbox input,
.header-searchbox select {
	height : 45px;
	padding: 0 15px;
}

.header-searchbox.is-visible {
	visibility: visible;
	opacity   : 1;
	transform : scale(1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.header-topcontact,
	.header-toplinks {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {

	.header-topcontact,
	.header-toplinks {
		text-align: center;
		padding   : 0;
	}
}

@media only screen and (max-width: 767px) and (max-width: 767px) {

	.header-topcontact,
	.header-toplinks {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 767px) {

	.header-topcontact li,
	.header-toplinks li {
		border-right: none;
		line-height : 1.5;
	}

	.header-topcontact li:first-child,
	.header-toplinks li:first-child {
		padding-left: 15px;
	}
}

@media only screen and (max-width: 767px) and (max-width: 767px) {

	.header-topcontact li:first-child,
	.header-toplinks li:first-child {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 767px) {

	.header-topcontact li:last-child,
	.header-toplinks li:last-child {
		padding-right: 15px;
	}
}

@media only screen and (max-width: 575px) {
	.header-searchbox {
		width: 290px;
	}
}

/**
 * Navigation */
.in-navigation {
	text-align: right;
	flex-grow : 1;
	padding   : 0 20px;
}

.in-navigation>ul {
	padding-left : 0;
	margin-bottom: 0;
	font-size    : 0;
	display      : inline-block;
}

.in-navigation>ul>li {
	display   : inline-block;
	list-style: none;
	font-size : 15px;
	position  : relative;
}

.in-navigation>ul>li>a {
	font-family    : 'Poppins', sans-serif;
	color          : #2b2b2b;
	display        : block;
	padding        : 30px 25px;
	font-weight    : 700;
	text-decoration: none;
	font-size      : 16px;

}

.in-navigation>ul>li:hover>a,
.in-navigation>ul>li.active a {
	color: #ed1b23;
}

.in-navigation .in-dropdown {
	position: relative;
}

.in-navigation .in-dropdown>a::after {
	content       : "\f107";
	font-family   : "FontAwesome";
	padding-left  : 10px;
	font-weight   : 400;
	font-size     : 15px;
	vertical-align: bottom;
}

.in-navigation .in-dropdown ul {
	position     : absolute;
	left         : 100%;
	right        : auto;
	top          : 0;
	height       : auto;
	width        : 240px;
	z-index      : 99;
	padding-left : 0;
	margin-bottom: 0;
	text-align   : left;
	background   : #262626;
	box-shadow   : 0 0 5px rgba(0, 0, 0, 0.1);
	transform    : translateX(20px);
	transition   : all 0.2s ease-in-out 0s;
	visibility   : hidden;
	opacity      : 0;
}

.in-navigation .in-dropdown ul li {
	position: relative;
}

.in-navigation .in-dropdown ul li a {
	display        : block;
	padding        : 9px 15px;
	color          : #fff;
	font-size      : 14px;
	font-family    : 'Poppins', sans-serif;
	text-decoration: none;
}

.in-navigation .in-dropdown ul li:not(:last-child) a {
	border-bottom: 1px solid #464646;
}

.in-navigation .in-dropdown ul li:hover>a {
	color       : #ffffff;
	background  : #ed1b23;
	border-color: #ed1b23;
}

.in-navigation .in-dropdown ul li:hover>ul {
	transform : translateX(0);
	visibility: visible;
	opacity   : 1;
}

.in-navigation .in-dropdown>ul {
	left     : 0;
	top      : 100%;
	transform: translateY(20px);
}

.in-navigation .in-dropdown:hover>ul {
	transform : translateY(0);
	visibility: visible;
	opacity   : 1;
}

.in-navigation .in-dropdown.overflow-element ul {
	left     : auto;
	right    : 100%;
	transform: translateX(-20px);
}

.in-navigation .in-dropdown.overflow-element>ul {
	left : auto;
	right: 0;
}

.sticky {
	position          : fixed;
	top               : 0;
	left              : 0;
	width             : 100%;
	background        : #fff;
	z-index           : 999;
	-webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.1);
	box-shadow        : 0px 0px 191px 0px rgba(0, 0, 0, 0.1);
	-webkit-animation : sticky 2s;
	animation         : sticky 2s;
}

/*
================================================
5. Slider Wrapper
================================================
*/
.slider {
	margin-top: 86px;
}

.main-slider {
	position: relative;
	padding : 0;
}

.main-slider .slide {
	position           : relative;
	padding            : 30px 0;
	background-size    : cover;
	background-repeat  : no-repeat;
	background-position: left top;
	height             : 980px;
	background         : #f2f2f2;
}

.main-slider h1:after {
	position  : absolute;
	width     : 100px;
	height    : 4px;
	background: #ed1b23;
	content   : "";
	left      : 0;
	bottom    : 0;
}

.main-slider h1 {
	position          : relative;
	text-transform    : uppercase;
	opacity           : 0;
	margin-bottom     : 20px;
	-webkit-transition: all 1000ms ease;
	-moz-transition   : all 100ms ease;
	-ms-transition    : all 1000ms ease;
	-o-transition     : all 1000ms ease;
	transition        : all 1000ms ease;
	-webkit-transform : translateY(50px);
	-moz-transform    : translateY(50px);
	-ms-transform     : translateY(50px);
	-o-transform      : translateY(50px);
	transform         : translateY(50px);
	color             : #ed1b23;
	font-size         : 35px;
	font-weight       : 500;
	font-style        : italic;
}

.main-slider h1 span {
	display    : block;
	color      : #0082c2;
	font-size  : 32px;
	font-weight: 700;
	font-style : normal;
}

.main-slider .active h1 {
	opacity          : 1;
	-webkit-transform: translateY(0);
	-moz-transform   : translateY(0);
	-ms-transform    : translateY(0);
	-o-transform     : translateY(0);
	transform        : translateY(0);
	transition-delay : 1300ms;
	font-family      : 'Poppins', sans-serif;
}

.main-slider .content {
	height  : 970px;
	display : table;
	position: relative;
	padding : 370px 0 0;
}

.main-slider .content p {
	margin            : 0 0 40px;
	opacity           : 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition   : all 100ms ease;
	-ms-transition    : all 1000ms ease;
	-o-transition     : all 1000ms ease;
	transition        : all 1000ms ease;
	-webkit-transform : translateX(50px);
	-moz-transform    : translateX(50px);
	-ms-transform     : translateX(50px);
	-o-transform      : translateX(50px);
	transform         : translateX(50px);
	opacity           : 0;
}

.main-slider .active p {
	margin           : 0 0 40px;
	-webkit-transform: translateY(0);
	-moz-transform   : translateY(0);
	-ms-transform    : translateY(0);
	-o-transform     : translateY(0);
	transform        : translateY(0);
	transition-delay : 2000ms;
	opacity          : 1;
}

.main-slider .social-links {
	position: absolute;
	left    : 5%;
	top     : 45%;
}

.main-slider .social-links li:first-child {
	margin: 0;
}

.main-slider .social-links li {
	display: block;
	margin : 10px 0 0;
}

.main-slider .social-links li a {
	font-size    : 20px;
	line-height  : 1;
	color        : #999;
	width        : 35px;
	height       : 35px;
	line-height  : 35px;
	border-radius: 50%;
	text-align   : center;
	border       : 1px solid #717171;
}

.main-slider .social-links li a:hover {
	color     : #fff;
	background: #717171;
}

.main-slider .tp-btn {
	position          : relative;
	opacity           : 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition   : all 100ms ease;
	-ms-transition    : all 1000ms ease;
	-o-transition     : all 1000ms ease;
	transition        : all 1000ms ease;
	-webkit-transform : translateY(50px);
	-moz-transform    : translateY(50px);
	-ms-transform     : translateY(50px);
	-o-transform      : translateY(50px);
	transform         : translateY(50px);
}

.main-slider .active .tp-btn {
	opacity          : 1;
	-webkit-transform: translateY(0);
	-moz-transform   : translateY(0);
	-ms-transform    : translateY(0);
	-o-transform     : translateY(0);
	transform        : translateY(0);
	transition-delay : 1000ms;
}

.main-slider .owl-dots {
	position  : absolute;
	right     : 8%;
	top       : 55%;
	z-index   : 1;
	margin-top: -20px;
}

.owl-theme .owl-dots .owl-dot {
	display: none;
}

.main-slider .owl-dots {
	position   : absolute;
	right      : 8%;
	max-width  : 20px;
	margin-left: 0;
	width      : 100%;
	text-align : center;
	top        : 60%;
	margin-top : -80px !important;
}

.main-slider .owl-dots .owl-dot {
	position          : relative;
	display           : inline-block;
	overflow          : hidden;
	background        : transparent;
	width             : 18px;
	height            : 18px;
	margin            : 3px 0px;
	border-radius     : 50px;
	border            : 2px solid transparent;
	transition        : all 500ms ease;
	-moz-transition   : all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition    : all 500ms ease;
	-o-transition     : all 500ms ease;
}

.main-slider .owl-dots .owl-dot:before {
	position          : absolute;
	top               : 0;
	left              : 0px;
	bottom            : 0px;
	right             : 0;
	margin            : 4px;
	background        : #ed1b23;
	border-radius     : 50%;
	content           : '';
	transition        : all 500ms ease;
	-moz-transition   : all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition    : all 500ms ease;
	-o-transition     : all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active,
.main-slider .owl-dots .owl-dot:hover {
	border-color: #ed1b23;
}

.main-slider .owl-dots .owl-dot span {
	display: none;
}

.main-slider .owl-nav {
	position  : absolute;
	right     : 0px;
	top       : 50%;
	z-index   : 1;
	width     : 100%;
	margin-top: -20px;
	display   : none;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
	position: absolute;
	right   : 0;
	top     : 50%;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 0px;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
	position: absolute;
	right   : 0;
	top     : 50%;
}

.main-slider .owl-carousel .owl-controls .owl-nav .owl-next {
	right: 50px;
}

/** Features **/
.features-wrapper {
	float: left;
	width: 100%;
}

/** Single Feature Service **/
.single-feature-service {
	margin        : 0;
	vertical-align: middle;
	padding       : 10px 30px;
	background    : #0082c2;
	float         : left;
	width         : 100%;
}

.single-feature-service.two {
	background: #ed1b23;
}

.single-feature-service .services-icon {
	width      : 22%;
	float      : left;
	font-size  : 45px;
	text-align : center;
	color      : #fff;
	line-height: 85px;
}

.single-feature-service .service-content {
	/* padding:0 0 0 20px; */
	float: left;
	width: 75%;
}

.single-feature-service h3 {
	text-transform: capitalize;
	padding       : 0;
	color         : #fff;
	font-family   : 'Poppins', sans-serif;
	font-size     : 20px;
	margin-top    : 30px;
}

.single-feature-service p {
	color : #fff;
	margin: 0;
}

/*
================================================
6. About Us Wrapper
================================================
*/
.about-wrapper {
	padding   : 50px 0 50px;
	background: url(../images/dot.jpg) left top repeat;
}

section#about-us.content_sec {
	position: relative;
}

.inner-page-wrapper.about-wrapper {
	padding   : 30px 0 50px;
	background: none;
}

.about-wrapper .about-text h3 {
	font-size     : 40px;
	text-align    : left;
	text-transform: capitalize;
	font-weight   : bold;
	color         : #0082c2;
}

.about-wrapper .about-text h3 span {
	color: #ed1b23;
}

.about-wrapper .about-text .line {
	display: inline-block;
	width  : 40%;
	border : 1px dashed #b2b2b2;
	margin : 5px 0 20px;
}

.home-about-inner {
	background     : url(../images/home-about-img.png) left top no-repeat;
	width          : 100%;
	float          : left;
	text-align     : center;
	padding        : 60px 20%;
	color          : #fff;
	background-size: cover;
}

.home-about-inner h2 {
	color    : #fff;
	font-size: 30px;
	margin   : 0 0 10px;
}

.home-about-inner p {
	margin: 0 0 20px;
}

.single-about-service {
	float     : left;
	width     : 100%;
	margin    : 50px 0 0;
	text-align: center;
}

.about-services-icon {
	display   : inline-block;
	text-align: center;
	width     : 100%;
}

.single-about-service i {
	width        : 65px;
	height       : 65px;
	background   : #0082c2;
	color        : #fff;
	display      : inline-block;
	line-height  : 65px;
	margin       : 0 0 20px;
	border-radius: 50%;
	font-size    : 35px;
}

.single-about-service h3 {
	font-size : 25px;
	text-align: center;
	color     : #0082c2;
	margin    : 0 0 6px;
	padding   : 0;
}

.single-about-service p {
	margin: 0;
}

/*
================================================
7. Counters Wrapper
================================================
*/
.counter-wrapper {
	float: left;
	width: 100%;
}

#counter {
	background     : url(../images/election-repair-img2.png) center center no-repeat fixed;
	margin         : 0;
	height         : 100%;
	position       : relative;
	width          : 100%;
	top            : 0;
	left           : 0;
	background-size: cover;
	padding        : 110px 0 70px;
}

#counter:after {
	content         : '';
	width           : 100%;
	height          : 100%;
	position        : absolute;
	background-color: rgba(17, 18, 20, 0.9);
	top             : 0;
	left            : 0;
	z-index         : 1;
}

.work-statistics-write {
	padding      : 0px;
	margin-bottom: 30px;
	z-index      : 111;
	position     : relative;
}

.work-statistics-write h3 {
	font-size     : 37px;
	color         : white;
	vertical-align: middle;
	margin-top    : 13px;
}

.work-statistics-write p {
	font-size     : 18px;
	color         : white;
	vertical-align: middle;
	margin-top    : 13px;
	line-height   : 25px;
}

.work-statistics {
	padding      : 0px;
	margin-bottom: 40px;
	padding      : 0px;
	position     : relative;
	z-index      : 111;
}

.work-statistics h3 {
	font-size     : 32px;
	color         : #fff;
	margin        : 0px 9px 20px;
	vertical-align: middle;
	margin-top    : 10px;
}

.work-statistics p::before {
	background: #fff;
	position  : absolute;
	width     : 30px;
	height    : 2px;
	content   : '';
	top       : 45%;
	left      : -20px;
}

.work-statistics p {
	position        : relative;
	color           : #fff;
	font-weight     : 400;
	margin-bottom   : 0;
	margin-left     : 20px;
	margin-right    : 20px;
	padding         : 5px 0 8px;
	background-color: #000;
}

.work-statistics:hover .stat-icon {
	transform: rotateY(360deg);
}

.stat-icon {
	font-size         : 35px;
	margin-top        : 0px;
	color             : #ed1b23;
	transition        : 1.4s;
	-o-transition     : 1.4s;
	-webkit-transition: 1.4s;
	-moz-transition   : 1.4s;
	-ms-transition    : 1.4s;
	border-radius     : 5px;
	line-height       : 35px;
	text-align        : center;
}

/*
================================================
8. Our Services Wrapper
================================================
*/
.services-wrapper {
	padding   : 101px 0 110px;
	background: url(../images/dot.jpg) left top repeat;
}

.services-wrapper .section_heading {
	margin: 0;
}

.inner-page-wrapper.services-wrapper {
	padding: 50px 0 90px;
}

.single-service-content {
	float        : left;
	width        : 100%;
	margin       : 50px 0 0;
	text-align   : center;
	padding      : 25px;
	transition   : all 0.3s ease 0s;
	box-shadow   : 0 0 20px rgba(0, 0, 0, 0.06);
	background   : #fff;
	border-radius: 20px;
}

.single-service-content:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.32);
}

.single-services-icon i:after {
	content      : "";
	width        : 15px;
	height       : 15px;
	background   : #ed1b23;
	position     : absolute;
	border-radius: 50%;
	right        : -4px;
	top          : 10px;
}

.single-services-icon i {
	width        : 65px;
	height       : 65px;
	background   : #0082c2;
	color        : #fff;
	display      : inline-block;
	line-height  : 65px;
	margin       : 0 0 20px;
	border-radius: 50%;
	font-size    : 35px;
	position     : relative;
}

.single-service-content h3 {
	position : relative;
	font-size: 25px;
}

.single-service-content h4 i {
	color             : #000;
	font-size         : 55px;
	margin-right      : 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition   : all 0.2s ease-in-out;
	-ms-transition    : all 0.2s ease-in-out;
	transition        : all 0.2s ease-in-out;
}

.single-service-content p {
	font-weight: 300;
	margin     : 0 0 20px;
	text-align : left;
}

.single-service-content .bttn.color-one::before,
.single-service-content .bttn.color-one::after {
	background: #0082c2;
}

.single-service-content .theme-button-one {
	background : #ed1b23;
	line-height: 40px;
	padding    : 0 35px;
}

/** Services Details **/
section.services-detials-wrapper {
	padding: 90px 0 75px;
}

.services-details .detail {
	padding: 30px 0 30px;
}

.services-detials-wrapper .accordion-box {
	width: 100%;
}

/** Sidebar **/
.sidebar {
	background: #fff;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.sidebar .widget {
	margin-bottom: 10px;
	padding      : 20px;
}

.sidebar-title {
	margin-bottom: 25px;
	font-size    : 20px;
	font-weight  : 600;
	color        : #37404d;
	position     : relative;
	padding      : 0 0 0 10px;
	border-left  : 3px solid #ed1b23;
}

.sidebar .form-search {
	position: relative;
}

.sidebar .form-search .form-control {
	border: 1px solid #eee;
	height: 45px;
}

.sidebar .form-search .btn {
	background: none;
	position  : absolute;
	right     : 0;
	top       : 0;
	padding   : 10px 12px 9px 12px;
}

.sidebar .categories ul li {
	line-height: 30px;
	font-size  : 14px;
}

.sidebar .categories ul li a {
	color: #535353;
}

.sidebar .categories ul li a:hover {
	color: #ed1b23;
	;
}

.sidebar .categories ul li span {
	float: right;
}

.sidebar .tags ul li a {
	float          : left;
	margin         : 0 5px 5px 0;
	padding        : 5px 12px;
	font-size      : 11px;
	text-decoration: none;
	border         : solid 1px #e4e4e4;
	background     : #e4e4e4;
	text-transform : uppercase;
	color          : #5f5f5f;
	letter-spacing : 1px;
	border-radius  : 2px;
}

.sidebar .tags ul li a:hover {
	border    : solid 1px #ff214f;
	background: #ed1b23;
	color     : #fff;
}

/*
================================================
9. CTA Wrapper
================================================
*/
.cta-wrapper::before {
	background: linear-gradient(to left, #0e3466 0%, #194575 50%);
	bottom    : 0;
	content   : "";
	left      : 0;
	opacity   : 0.85;
	position  : absolute;
	right     : 0;
	top       : 0;
	z-index   : -1;
}

.cta-wrapper {
	background   : url(../images/cta-bg.jpg) left top fixed no-repeat;
	z-index      : 9;
	position     : relative;
	padding      : 50px 0 40px;
	/* margin-top: 30px; */
}

.cta-wrapper .cta-text {
	text-align: center;
	padding   : 0 10%;
}

.cta-wrapper h3 {
	font-size     : 25px;
	color         : #fff;
	text-transform: capitalize;
	margin        : 0 0 20px;
}

.cta-wrapper p {
	font-size    : 16px;
	color        : #fff;
	margin-bottom: 25px;
}

.cta-text .line {
	display: inline-block;
	width  : 50%;
	border : 1px dashed #fff;
	margin : 15px 0 40px;
}

.cta-wrapper ul {
	color     : #fff;
	overflow  : hidden;
	text-align: center;
}

.cta-wrapper ul li {
	font-size  : 20px;
	display    : inline-block;
	font-weight: 600;
}

.cta-wrapper ul>li:first-child {
	font-weight: 700;
}

.cta-wrapper ul>li+li {
	margin-left: 30px;
}

.cta-wrapper ul i {
	display     : inline-block;
	padding-left: 5px;
	color       : #ed1b23;
	margin-right: 10px;
}

/*
================================================
10. Our Team Wrapper
================================================
*/
.our-team-wrapper {
	padding: 50px 0 40px;
}

.our-team-wrapper .section_heading {
	margin: 0;
}

.inner-page-wrapper.our-team-wrapper {
	padding: 50px 0 90px;
}

.team-member {
	padding: 0;
	margin : 40px 0 0;
}

.team-thumb {
	position     : relative;
	margin-bottom: 0;
	overflow     : hidden;
}

.team-thumb img {
	width: 100%;
}

.team-social {
	position          : absolute;
	bottom            : 0;
	right             : 0;
	width             : 100%;
	height            : 100%;
	border            : 5px solid rgba(255, 255, 255, 0.8);
	-webkit-transform : scale(.8);
	-moz-transform    : scale(.8);
	-ms-transform     : scale(.8);
	-o-transform      : scale(.8);
	transform         : scale(.8);
	opacity           : 0;
	-webkit-transition: all 500ms;
	-moz-transition   : all 500ms;
	-ms-transition    : all 500ms;
	-o-transition     : all 500ms;
	transition        : all 500ms;
}

.team-member:hover .team-social {
	opacity          : 1;
	-webkit-transform: scale(1);
	-moz-transform   : scale(1);
	-ms-transform    : scale(1);
	-o-transform     : scale(1);
	transform        : scale(1);
}

.team-social ul {
	position        : absolute;
	width           : 100%;
	height          : 100%;
	background-color: #0082c269;
	transform       : scale(.8);
	border-radius   : 10px;
}

.team-social li {
	margin-bottom     : 5px;
	position          : absolute;
	bottom            : 25px;
	right             : -100%;
	-webkit-transition: all .6s ease-out;
	-moz-transition   : all .6s ease-out;
	-ms-transition    : all .6s ease-out;
	-o-transition     : all .6s ease-out;
	transition        : all .6s ease-out;
}

.team-member:hover .team-social li {
	right: 30px;
}

.team-social li:nth-child(2) {
	bottom            : 65px;
	-webkit-transition: all .7s ease-out;
	-moz-transition   : all .7s ease-out;
	-ms-transition    : all .7s ease-out;
	-o-transition     : all .7s ease-out;
	transition        : all .7s ease-out;
}

.team-social li:nth-child(3) {
	bottom            : 105px;
	-webkit-transition: all .8s ease-out;
	-moz-transition   : all .8s ease-out;
	-ms-transition    : all .8s ease-out;
	-o-transition     : all .8s ease-out;
	transition        : all .8s ease-out;
}

.team-social li:nth-child(4) {
	bottom            : 145px;
	-webkit-transition: all .9s ease-out;
	-moz-transition   : all .9s ease-out;
	-ms-transition    : all .9s ease-out;
	-o-transition     : all .9s ease-out;
	transition        : all .9s ease-out;
}

.team-social li:nth-child(5) {
	bottom            : 185px;
	-webkit-transition: all 1s ease-out;
	-moz-transition   : all 1s ease-out;
	-ms-transition    : all 1s ease-out;
	-o-transition     : all 1s ease-out;
	transition        : all 1s ease-out;
}

.team-social li:nth-child(6) {
	bottom            : 225px;
	-webkit-transition: all 1.1s ease-out;
	-moz-transition   : all 1.1s ease-out;
	-ms-transition    : all 1.1s ease-out;
	-o-transition     : all 1.1s ease-out;
	transition        : all 1.1s ease-out;
}

.team-social li:nth-child(7) {
	bottom            : 265px;
	-webkit-transition: all 1.2s ease-out;
	-moz-transition   : all 1.2s ease-out;
	-ms-transition    : all 1.2s ease-out;
	-o-transition     : all 1.2s ease-out;
	transition        : all 1.2s ease-out;
}

.team-social li:nth-child(8) {
	bottom            : 305px;
	-webkit-transition: all 1.3s ease-out;
	-moz-transition   : all 1.3s ease-out;
	-ms-transition    : all 1.3s ease-out;
	-o-transition     : all 1.3s ease-out;
	transition        : all 1.3s ease-out;
}

.team-social li:nth-child(9) {
	bottom            : 345px;
	-webkit-transition: all 1.4s ease-out;
	-moz-transition   : all 1.4s ease-out;
	-ms-transition    : all 1.4s ease-out;
	-o-transition     : all 1.4s ease-out;
	transition        : all 1.4s ease-out;
}

.team-social a {
	width           : 35px;
	height          : 35px;
	line-height     : 35px;
	color           : #0082c2;
	font-size       : 18px;
	text-align      : center;
	display         : inline-block;
	background-color: #fff;
	border-radius   : 4px;
}

.team-member .team-info {
	display   : inline-block;
	width     : 100%;
	padding   : 20px;
	border-top: 1px solid #fff;
	background: #0082c2;
	text-align: center;
}

.team-member span {
	color    : #fff;
	font-size: 12px;
}

.team-member h2 {
	color         : #fff;
	font-weight   : 600;
	font-size     : 20px;
	text-transform: uppercase;
	margin-bottom : 0;
}

/*
================================================
11. Pricing Wrapper
================================================
*/
.pricing-wrapper {
	padding   : 105px 0 110px;
	background: #f2f2f2;
}

.pricing-wrapper .section_heading {
	margin: 0;
}

.pricing-wrapper .price_card {
	text-align        : center;
	padding           : 30px 0px 40px;
	margin            : 40px 0 0;
	border-radius     : 20px;
	float             : left;
	-webkit-box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
	-moz-box-shadow   : 0 0 25px 0 rgba(41, 61, 88, .06);
	box-shadow        : 0 0 25px 0 rgba(41, 61, 88, .06);
	background        : #fff;
}

.pricing-wrapper .plan-title {
	margin-bottom: 10px;
	display      : block;
}

.pricing-wrapper .plan-title h4 {
	color: #262626;
}

.pricing-wrapper .price_amount {
	color    : #000;
	font-size: 20px;
}

.pricing-wrapper .price_amount strong {
	font-size  : 50px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	padding    : 0 5px;
}

.pricing-wrapper .features {
	margin: 0px auto;
	width : 55%;
}

.pricing-wrapper .features ul {
	list-style: none;
	padding   : 0px;
	margin    : 0px;
}

.pricing-wrapper .features ul li {
	padding      : 15px 0;
	border-bottom: solid 1px #d1d1d1;
	color        : #262626;
}

.pricing-wrapper .features ul li.deactive {
	color: #000;
}

.pricing-wrapper .features ul li:last-child {
	border-bottom: none;
}

.pricing-wrapper .purchase {
	margin-top: 10px;
	text-align: center;
}

.pricing-wrapper .purchase a.purchase_now {
	padding      : 10px 25px;
	background   : #ed1b23;
	color        : #fff;
	font-size    : 14px;
	display      : inline-block;
	font-family  : 'Poppins', sans-serif;
	border-radius: 25px;
}

.pricing-wrapper .purchase a.purchase_now:hover {
	color: #fff;
}

.pricing-wrapper .ultimate {
	border : none;
	z-index: 9;
}

.pricing-wrapper .ultimate .plan-title h4 {
	color: #fff;
}

.pricing-wrapper .ultimate .plan-title .separator ul li {
	display   : inline-block;
	background: #fff;
	margin    : 0px 2px;
	padding   : 0px;
}

.pricing-wrapper .ultimate .price_amount {
	color    : #fff;
	font-size: 20px;
}

.pricing-wrapper .ultimate .price_amount strong {
	color      : #fff;
	font-size  : 50px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.pricing-wrapper .ultimate {
	background        : #ed1b23 !important;
	-webkit-box-shadow: 0px 5px 32px -7px rgba(255, 98, 4, 0.78);
	-moz-box-shadow   : 0px 5px 32px -7px rgba(255, 98, 4, 0.78);
	box-shadow        : 0px 5px 32px -7px rgba(255, 98, 4, 0.78);
}

.pricing-wrapper .ultimate .purchase a.purchase_now,
.pricing-wrapper .ultimate .purchase a:hover.purchase_now {
	color        : #ed1b23;
	border-radius: 25px;
	background   : #fff;
}

.pricing-wrapper .ultimate .features ul li {
	padding: 15px 0;
	color  : #fff;
}

.pricing-wrapper .ultimate .features ul li:last-child {
	border-bottom: none;
}

/*
================================================
12. Electric Repair
================================================
*/
.electric-repair-services {
	float: left;
	width: 100%;
}

.election-repair::before {
	bottom  : 0;
	content : "";
	left    : 0;
	opacity : 0.95;
	position: absolute;
	right   : 0;
	top     : 0;
	z-index : -1;
}

.election-repair-img1:before {
	background: #0082c2
}

.election-repair-img2:before {
	background: #ed1b23
}

.election-repair {
	padding : 10%;
	position: relative;
	z-index : 9;
	float   : left;
	width   : 100%;
}

.election-repair-img1 {
	background: url(../images/election-repair-img1.png) left 90% no-repeat;
}

.election-repair-img2 {
	background: url(../images/election-repair-img2.png) right 90% no-repeat;
}

.election-repair-main {
	display     : table !important;
	table-layout: fixed;
	width       : 100%;
}

.election-repair-main>div>div {
	background-position: center center !important;
	background-size    : cover !important;
	float              : none;
	margin             : 0 !important;
	/* padding         : 0 2%; */
	vertical-align     : middle;
	min-height         : 290px;
}

.election-repair-main>div>div>div {
	/* padding-top: 11% !important; */
}

.election-repair-img1 .electric-repair-left {
	padding: 0 0 0 5%;
}

.election-repair-img1 .electric-repair-left h3 {
	color    : #ed1b23;
	font-size: 16px;
	margin   : 0 0 20px;
}

.election-repair-img1 .electric-repair-left h3 span {
	color    : #fff;
	font-size: 24px;
	display  : block;
	margin   : 5px 0 0;
}

.election-repair-img1 .electric-repair-left p {
	color : #fff;
	margin: 0 0 13px;
}

.election-repair-img2 .electric-repair-right {
	/* padding:0 45% 0 2%; */
}

.electric-repair-right ul {
	margin : 0;
	display: inline-block;
}

.electric-repair-right ul li {
	float      : left;
	font-weight: 700;
	width      : 48%;
	color      : #fff;
	padding    : 4px 0 8px;
	font-size  : 16px;
}

.electric-repair-right ul li img {
	margin: 0 8px 0 0;
}

.election-repair-img2 .electric-repair-right h3 {
	color    : #fff;
	font-size: 16px;
	margin   : 0 0 16px;
}

.election-repair-img2 .electric-repair-right h3 span {
	color    : #fff;
	font-size: 24px;
	display  : block;
	margin   : 5px 0 0;
}

.election-repair-img2 .electric-repair-right p {
	color: #fff;
}

.electric-box {
	position     : relative;
	overflow     : hidden;
	margin-bottom: 30px;
}

/*
================================================
12. Testimonials Wrapper
================================================
*/
.testimonials-wrapper {
	background-color: #f2f2f2;
	/* For browsers that do not support gradients */
	background      : linear-gradient(to bottom, #fbfbfb 0%, #ffffff 23%);
	padding         : 104px 0 110px;
}

.testimonials-wrapper .section_heading {
	margin: 0;
}

.inner-page-wrapper.testimonials-wrapper {
	background: none;
	border    : none;
	padding   : 60px 0 110px;
}

.single-testimonial-item {
	position          : relative;
	display           : block;
	background        : #ffffff;
	-webkit-box-shadow: 0px 2px 10px 3px #f6f6f6;
	box-shadow        : 0px 2px 10px 3px #f6f6f6;
	margin-top        : 40px;
}

.single-testimonial-item .inner-content {
	position  : relative;
	display   : block;
	padding   : 55px 30px 52px;
	background: #f2f2f2;
}

.single-testimonial-item .inner-content .client-info {
	position      : relative;
	display       : block;
	padding-bottom: 22px;
}

.single-testimonial-item .inner-content .client-info h3 {
	color      : #3a3a3a;
	font-weight: 600;
	margin     : 0 0 3px;
}

.single-testimonial-item .inner-content .client-info span {}

.single-testimonial-item .inner-content .img-box {
	position     : relative;
	display      : block;
	overflow     : hidden;
	width        : 100px;
	height       : 100px;
	margin       : 0 auto;
	border-radius: 50%;
	z-index      : 2;
	background   : #fff;
}

.single-testimonial-item .inner-content .img-box::before {
	position       : absolute;
	top            : -1px;
	left           : -1px;
	bottom         : -1px;
	right          : -1px;
	content        : "";
	background     : rgba(0, 0, 0, 0.70);
	border-radius  : 50%;
	transition     : all 0.5s ease-in-out 0s;
	transform-style: preserve-3d;
	transform      : perspective(1200px) rotateY(-90deg) translateZ(0px);
	opacity        : 0;
	z-index        : 4;
}

.single-testimonial-item:hover .inner-content .img-box::before {
	transform       : perspective(1200px) rotateY(0deg) translateZ(0px);
	transition-delay: 0.1s;
	opacity         : 1;
}

.single-testimonial-item .inner-content .img-box img {
	width        : 100%;
	transition   : all 700ms ease 800ms;
	border-radius: 50%;
}

.single-testimonial-item:hover .inner-content .img-box img {
	transform: rotate(360deg);
}

.single-testimonial-item .inner-content .text-box {
	position   : relative;
	display    : block;
	padding-top: 24px;
}

.single-testimonial-item .inner-content .text-box p {
	margin: 0;
}

.single-testimonial-item .quote-icon {
	position  : absolute;
	top       : 0;
	left      : 0;
	width     : 60px;
	height    : 70px;
	background: #ed1b23;
	z-index   : 3;
}

.single-testimonial-item .quote-icon span:before {
	color    : #ffffff;
	font-size: 30px;
	display  : block;
	padding  : 20px 0;
}

.testimonials-wrapper .owl-nav div {
	display: none !important;
}

/*
================================================
13. Blog Wrapper
================================================
*/
.inner-page-wrapper.blog-wrapper:before {
	background: none;
}

.inner-page-wrapper.blog-wrapper {
	background: none;
	padding   : 50px 0 90px;
}

.inner-page-wrapper.blog-wrapper .post-detail {
	background: #f9f9f9;
}

.blog-wrapper {
	background: url(../images/pattern.png) left top repeat;
	z-index   : 9;
	position  : relative;
	padding   : 105px 0 110px;
}

.blog-wrapper h2 {
	color: #2d2d2d;
}

.blog-wrapper .section_heading {
	margin: 0;
}

.blog-wrapper .post-img {
	width   : 100%;
	position: relative;
	padding : 0px;
	float   : left;
	height  : 100%;
	overflow: hidden;
}

.blog-wrapper .post-img img {
	width     : 100%;
	transition: all 0.5s ease-in-out;
}

.blog_card:hover .post-img img {
	-moz-transform   : scale(1.1);
	-webkit-transform: scale(1.1);
	transform        : scale(1.1);
}

.blog-wrapper .post-img .posted_on {
	border-radius: 50%;
	position     : absolute;
	text-align   : center;
	padding      : 16px 10px;
	height       : 70px;
	width        : 70px;
	top          : 15px;
	right        : 15px;
	bottom       : 10px;
	background   : #ed1b23;
}

.blog-wrapper .post-img .posted_on span.date {
	font-size  : 25px;
	display    : block;
	color      : #fff;
	font-weight: 700;
	line-height: 20px;
}

.blog-wrapper .post-img .posted_on span.month {
	font-size  : 14px;
	display    : block;
	color      : #fff;
	font-weight: 400;
}

.blog-wrapper .blog_card {
	display: inline-block;
	margin : 40px 0 0;
}

.blog-wrapper .post-detail {
	padding   : 20px;
	border    : none;
	border-top: 0px;
	width     : 100% !important;
	background: #fff;
	display   : inline-block;
}

.blog-wrapper .post-detail h5 {
	font-size: 25px;
}

.blog-wrapper .post-detail .post-status {
	margin : 10px 0 5px;
	width  : 100%;
	display: inline-block;
}

.blog-wrapper .post-detail .post-status ul {
	list-style: none;
	padding   : 0px;
	margin    : 0px;
}

.blog-wrapper .post-detail .post-status ul li {
	float       : left;
	min-width   : 50px;
	color       : #797979;
	margin-right: 20px;
	font-size   : 14px;
}

.blog-wrapper .post-status ul li i {
	color: #ed1b23;
}

.blog-wrapper .post-status ul li span a {
	color: #797979;
}

.blog-wrapper .post-detail .post-status ul li:last-child {
	margin-right: 0;
}

.blog-wrapper .post-detail .post-status ul li i::before {
	margin-right: 5px;
	font-size   : 14px;
}

.blog-wrapper .description p {
	margin: 0 0 25px;
}

.blog-details-wrapper .post-commet {
	border-bottom : 1px solid #e7e4dd;
	border-top    : 1px solid #e7e4dd;
	font-size     : 14px;
	margin        : 60px 0 30px;
	padding       : 15px 0;
	text-align    : left;
	text-transform: uppercase;
}

.blog-details-wrapper .post-commet .social-icons {
	margin-top: 1px;
	font-size : 16px;
	float     : right;
	margin-top: 0;
}

.social-icons li {
	display    : inline-block;
	margin-left: 10px;
}

.pro_review {
	display: flex;
}

.review_thumb {
	margin-right: 20px;
	min-width   : 12%;
}

.review_info h5 a {
	color: #ed1b23;
}

.pro_review img {
	max-width    : 100%;
	background   : #eee;
	border-radius: 50%;
}

.pro_review.ans {
	margin-bottom: 50px;
	margin-left  : 50px;
	margin-top   : 50px;
}

.rating_send a {
	font-size : 14px;
	display   : block;
	float     : right;
	margin-top: -30px;
}

.comment-reply-title {
	font-weight: 600;
}

.comment-form-comment .comment-notes {
	width    : 100%;
	padding  : 10px;
	border   : 1px solid #ddd;
	height   : 140px;
	font-size: 14px;
	color    : #666;
}

.comment-input input {
	width    : 100%;
	padding  : 10px;
	border   : 1px solid #ddd;
	height   : 40px;
	font-size: 14px;
	color    : #666;
}

.comment-input {
	margin  : 0 -10px;
	overflow: hidden;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	float  : left;
	padding: 0 10px;
	width  : 33.3333%;
}

.inner-page-wrapper.blog-details-wrapper {
	padding: 90px 0 54px;
}

/*
================================================
14. Clinets Wrapper
================================================
*/
.clinets-wrapper {
	float  : left;
	width  : 100%;
	padding: 80px 0;
}

.clinets-wrapper .owl-carousel .owl-item img {
	display                : inline-block;
	width                  : 100%;
	-webkit-transform-style: preserve-3d;
}

/*
================================================
15. Breadcrumb Wrapper
================================================
*/
.breadcrumb-wrapper {
	background-image   : url(../images/banner/page-banner.png);
	background-position: center center;
	background-repeat  : no-repeat;
	padding            : 90px 0 0;
	position           : relative;
	background-size    : cover;
	min-height         : 360px;
	margin-top         : 5%;
	/* opacity         : .60; */

}

.page-breadcrumb-inner {
	/* margin: 60px 0 0; */
	clear: both;
	float: left;
}

.page-breadcrumb {
	display   : inline-block;
	/* padding: 12px 32px 12px 0; */
	position  : relative;
}

/* .breadcrumb-wrapper .page-heading {
	float: left;
	width: 50%;
} */

.breadcrumb-wrapper .page-heading .line {
	display: inline-block;
	width  : 100%;
	border : 1px dashed #bebebf;
	margin : 15px 0 25px;
}

.page-heading h1 {
	font-size     : 35px;
	text-align    : left;
	text-transform: capitalize;
	font-weight   : bold;
	color         : #0082c2;
}

.page-heading h1 span {
	color: #ed1b23
}

.breadcrumb-list {
	text-align: left;
}

.breadcrumb-list li {
	display : inline-block;
	position: relative;
	padding : 0px 14px;
}

.breadcrumb-list li:first-child {
	padding-left: 0px;
}

.breadcrumb-list li a {
	text-transform: capitalize;
	color         : #000;
}

.breadcrumb-list li:last-child a {
	color      : #000;
	font-weight: 600;
}

.breadcrumb-list li::before {
	font-family   : FontAwesome;
	content       : "\f101";
	display       : inline-block;
	vertical-align: middle;
	font-weight   : 900;
	position      : absolute;
	left          : -5px;
}

.breadcrumb-list li:first-child::before {
	display: none
}

.breadcrumb-list li:first-child::before {
	display: none;
}






/* project Breadcrumb start */
.project-breadcrumb {
	background-image   : url(../images/breadcrumb/project.png);
	background-position: center center;
	background-repeat  : no-repeat;
	padding            : 90px 0 0;
	position           : relative;
	background-size    : cover;
	min-height         : 360px;
	margin-top         : 5%;
}

.page-breadcrumb-inner {
	/* margin: 60px 0 0; */
	clear: both;
	float: left;
}

.page-breadcrumb {
	display   : inline-block;
	/* padding: 12px 32px 12px 0; */
	position  : relative;
}

.project-breadcrumb .page-heading {
	float: left;
	width: 50%;
}

.project-breadcrumb .page-heading .line {
	display: inline-block;
	width  : 100%;
	border : 1px dashed #bebebf;
	margin : 15px 0 25px;
}

.page-heading h1 {
	font-size     : 45px;
	text-align    : left;
	text-transform: capitalize;
	font-weight   : bold;
	color         : #0082c2;
}

.page-heading h1 span {
	color: #ed1b23
}

.breadcrumb-list {
	text-align: left;
}

.breadcrumb-list li {
	display : inline-block;
	position: relative;
	padding : 0px 14px;
}

.breadcrumb-list li:first-child {
	padding-left: 0px;
}

.breadcrumb-list li a {
	text-transform: capitalize;
	color         : #000;
}

.breadcrumb-list li:last-child a {
	color      : #000;
	font-weight: 600;
}

.breadcrumb-list li::before {
	font-family   : FontAwesome;
	content       : "\f101";
	display       : inline-block;
	vertical-align: middle;
	font-weight   : 900;
	position      : absolute;
	left          : -5px;
}

.breadcrumb-list li:first-child::before {
	display: none
}

.breadcrumb-list li:first-child::before {
	display: none;
}

/* project breadcrumb end */



/* career Breadcrumb start */
.career-breadcrumb {
	background-image   : url(../images/breadcrumb/career.png);
	background-position: center center;
	background-repeat  : no-repeat;
	padding            : 90px 0 0;
	position           : relative;
	background-size    : cover;
	min-height         : 360px;
	margin-top         : 5%;
}

.page-breadcrumb-inner {
	/* margin: 60px 0 0; */
	clear: both;
	float: left;
}

.page-breadcrumb {
	display   : inline-block;
	/* padding: 12px 32px 12px 0; */
	position  : relative;
}

.career-breadcrumb .page-heading {
	float: left;
	width: 50%;
}

.career-breadcrumb .page-heading .line {
	display: inline-block;
	width  : 100%;
	border : 1px dashed #bebebf;
	margin : 15px 0 25px;
}

.page-heading h1 {
	font-size     : 45px;
	text-align    : left;
	text-transform: capitalize;
	font-weight   : bold;
	color         : #0082c2;
}

.page-heading h1 span {
	color: #ed1b23
}

.breadcrumb-list {
	text-align: left;
}

.breadcrumb-list li {
	display : inline-block;
	position: relative;
	padding : 0px 14px;
}

.breadcrumb-list li:first-child {
	padding-left: 0px;
}

.breadcrumb-list li a {
	text-transform: capitalize;
	color         : #000;
}

.breadcrumb-list li:last-child a {
	color      : #000;
	font-weight: 600;
}

.breadcrumb-list li::before {
	font-family   : FontAwesome;
	content       : "\f101";
	display       : inline-block;
	vertical-align: middle;
	font-weight   : 900;
	position      : absolute;
	left          : -5px;
}

.breadcrumb-list li:first-child::before {
	display: none
}

.breadcrumb-list li:first-child::before {
	display: none;
}

/* career breadcrumb end */


/* blogs breadcrumb start */
.blogs-breadcrumb {
	background-image   : url(../images/breadcrumb/blogs.png);
	background-position: center center;
	background-repeat  : no-repeat;
	padding            : 90px 0 0;
	position           : relative;
	background-size    : cover;
	min-height         : 360px;
	margin-top         : 5%;
}

.page-breadcrumb-inner {
	/* margin: 60px 0 0; */
	clear: both;
	float: left;
}

.page-breadcrumb {
	display   : inline-block;
	/* padding: 12px 32px 12px 0; */
	position  : relative;
}

.blogs-breadcrumb .page-heading {
	float: left;
	width: 50%;
}

.blogs-breadcrumb .page-heading .line {
	display: inline-block;
	width  : 100%;
	border : 1px dashed #bebebf;
	margin : 15px 0 25px;
}

.page-heading h1 {
	font-size     : 45px;
	text-align    : left;
	text-transform: capitalize;
	font-weight   : bold;
	color         : #0082c2;
}

.page-heading h1 span {
	color: #ed1b23
}

.breadcrumb-list {
	text-align: left;
}

.breadcrumb-list li {
	display : inline-block;
	position: relative;
	padding : 0px 14px;
}

.breadcrumb-list li:first-child {
	padding-left: 0px;
}

.breadcrumb-list li a {
	text-transform: capitalize;
	color         : #000;
}

.breadcrumb-list li:last-child a {
	color      : #000;
	font-weight: 600;
}

.breadcrumb-list li::before {
	font-family   : FontAwesome;
	content       : "\f101";
	display       : inline-block;
	vertical-align: middle;
	font-weight   : 900;
	position      : absolute;
	left          : -5px;
}

.breadcrumb-list li:first-child::before {
	display: none
}

.breadcrumb-list li:first-child::before {
	display: none;
}

/* blogs breadcrumb end */




/* Contact Us Breadcrumb start */
.contact-breadcrumb {
	background-image   : url(../images/breadcrumb/contact.png);
	background-position: center center;
	background-repeat  : no-repeat;
	padding            : 90px 0 0;
	position           : relative;
	background-size    : cover;
	min-height         : 360px;
	margin-top         : 5%;
}

.page-breadcrumb-inner {
	/* margin: 60px 0 0; */
	clear: both;
	float: left;
}

.page-breadcrumb {
	display   : inline-block;
	/* padding: 12px 32px 12px 0; */
	position  : relative;
}

.contact-breadcrumb .page-heading {
	float: left;
	width: 50%;
}

.contact-breadcrumb .page-heading .line {
	display: inline-block;
	width  : 100%;
	border : 1px dashed #bebebf;
	margin : 15px 0 25px;
}

.page-heading h1 {
	font-size     : 30px;
	text-align    : left;
	text-transform: capitalize;
	font-weight   : bold;
	color         : #fff;
	padding       : 50px;
}

.page-heading h1 span {
	color: #ed1b23
}

.breadcrumb-list {
	text-align: left;
}

.breadcrumb-list li {
	display : inline-block;
	position: relative;
	padding : 0px 14px;
}

.breadcrumb-list li:first-child {
	padding-left: 0px;
}

.breadcrumb-list li a {
	text-transform: capitalize;
	color         : #fff;
}

.breadcrumb-list li:last-child a {
	color      : #fff;
	font-weight: 600;
}

.breadcrumb-list li::before {
	font-family   : FontAwesome;
	content       : "\f101";
	display       : inline-block;
	vertical-align: middle;
	font-weight   : 900;
	position      : absolute;
	left          : -5px;
	color         : #fff;
}

.breadcrumb-list li:first-child::before {
	display: none
}

.breadcrumb-list li:first-child::before {
	display: none;
}

/* Contact Us breadcrumb end */



/*
================================================
16. Innper Page Wrapper
================================================
*/
.inner-page-wrapper {
	float  : left;
	width  : 100%;
	padding: 90px 0;
}

/*
================================================
17. Gallery Wrapper
================================================
*/
.gallery-wrapper {
	padding: 60px 0 90px;
}

.gallery-content {
	overflow: hidden;
}

.gallery-wrapper.home {
	padding: 0;
}

.gallery-wrapper.home .sb-photo {
	margin: 0;
}

.gallery-content .overlay-content {
	padding : 20px;
	width   : 100%;
	bottom  : 0;
	position: absolute;
}

.gallery-content .photo-overlay {
	position          : absolute;
	bottom            : 0;
	left              : -100%;
	width             : 100%;
	height            : 100%;
	color             : #fff;
	text-transform    : capitalize;
	border            : 5px solid rgb(0 121 189);
	display           : block;
	background-color  : rgb(0 129 193 / 58%);
	-webkit-transition: all 500ms;
	-moz-transition   : all 500ms;
	-ms-transition    : all 500ms;
	-o-transition     : all 500ms;
	transition        : all 500ms;
}

.sb-photo:hover .photo-overlay {
	left: 0;
}

.gallery-content .sb-photo {
	position: relative;
	overflow: hidden;
	margin  : 30px 0 0;
}

.photo-overlay .zoom-icon,
.photo-overlay h2,
.photo-overlay span {
	margin-left: -100%;
}

.sb-photo:hover .photo-overlay .zoom-icon,
.sb-photo:hover .photo-overlay h2,
.sb-photo:hover .photo-overlay span {
	margin-left: 0;
}

.photo-overlay .zoom-icon {
	font-size         : 25px;
	margin-bottom     : 5px;
	-webkit-transition: all .8s ease-out;
	-moz-transition   : all .8s ease-out;
	-ms-transition    : all .8s ease-out;
	-o-transition     : all .8s ease-out;
	transition        : all .8s ease-out;
}

.photo-overlay .zoom-icon a:hover {
	color: #000;
}

.photo-overlay span {
	-webkit-transition: all .7s ease-out;
	-moz-transition   : all .7s ease-out;
	-ms-transition    : all .7s ease-out;
	-o-transition     : all .7s ease-out;
	transition        : all .7s ease-out;
}

.photo-overlay .zoom-icon a {
	color: #fff;
}

.photo-overlay h2 {
	font-size         : 20px;
	font-family       : 'Poppins', sans-serif;
	margin-bottom     : 0;
	bottom            : 20px;
	width             : 100%;
	color             : #fff;
	-webkit-transition: all .6s ease-out;
	-moz-transition   : all .6s ease-out;
	-ms-transition    : all .6s ease-out;
	-o-transition     : all .6s ease-out;
	transition        : all .6s ease-out;
}

.mfp-figure {
	background-color: #fff;
}

img.mfp-img {
	padding: 12px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
	top   : -35px;
}

/*
================================================
18. FAQ
================================================
*/
.faq-wrapper {
	padding: 90px 0 75px;
}

.accordion-box {
	position: relative;
	width   : 60%;
	margin  : 0 auto;
}

.accordion-box .block {
	position     : relative;
	margin-bottom: 15px;
}

.accordion-box .block .acc-btn {
	position          : relative;
	font-size         : 16px;
	margin-bottom     : 0px;
	cursor            : pointer;
	line-height       : 24px;
	border            : 1px solid #eaeaea;
	font-weight       : 700;
	padding           : 15px 10px 15px 80px;
	color             : #444444;
	text-transform    : uppercase;
	transition        : all 500ms ease;
	-moz-transition   : all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition    : all 500ms ease;
	-o-transition     : all 500ms ease;
}

.accordion-box .block .acc-btn .icon-inner {
	color    : #13b5ea;
	font-size: 16px;
}

.accordion-box .block .icon-outer {
	position          : absolute;
	left              : 0px;
	top               : 0px;
	width             : 60px;
	height            : 100%;
	text-align        : center;
	font-size         : 13px;
	color             : #b3b2b2;
	background        : #eaeaea;
	transition        : all 500ms ease;
	-moz-transition   : all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition    : all 500ms ease;
	-o-transition     : all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
	position          : absolute;
	left              : 0px;
	top               : 50%;
	margin-top        : -21px;
	width             : 100%;
	height            : 42px;
	line-height       : 42px;
	text-align        : center;
	font-size         : 13px;
	-moz-transition   : all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition    : all 500ms ease;
	-o-transition     : all 500ms ease;
	transition        : all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer {
	background-color: #ed1b23;
}

.accordion-box .block .icon-outer .icon-plus {
	opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
	opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
	opacity: 1;
	color  : #fff;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
	opacity: 0;
}

.accordion-box .block .acc-content {
	position: relative;
	display : none;
}

.accordion-box .block .acc-content.Fusestar {
	display: block;
}

.accordion-box .block .content {
	position    : relative;
	font-size   : 13px;
	background  : #ffffff;
	padding     : 15px;
	border-color: #eaeaea;
	border-style: solid;
	border-width: 0 1px 1px;
}

.accordion-box .block .content p {
	margin-bottom: 20px;
	line-height  : 1.8em;
	color        : #777777;
	font-size    : 15px;
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}

/*
================================================
19. 404
================================================
*/
.error_area {
	padding: 71px 0 90px;
}

.error_area .error_text h3 {
	font-size  : 80px;
	margin     : 0 0 15px;
	font-family: 'Poppins', sans-serif;
}

.error_area .error_text p {
	font-size  : 20px;
	color      : #797979;
	margin     : 0 0 15px;
	font-family: 'Poppins', sans-serif;
}

.error_area .error_text .input-group {
	max-width: 500px;
}

.error_area .error_text .input-group input {
	height            : 60px;
	border            : none;
	border-radius     : 0px;
	background        : #efefef;
	padding           : 0px 20px;
	font-size         : 14px;
	font-weight       : normal;
	color             : #b5b5b5;
	outline           : none;
	-webkit-box-shadow: none;
	box-shadow        : none;
}

.error_area .error_text .input-group .input-group-append {
	margin-left: 10px;
}

.error_area .error_text .input-group .input-group-append button {
	background        : #ed1b23;
	color             : #fff;
	border            : none;
	border-radius     : 3px;
	font-size         : 30px;
	padding           : 0px 35px;
	-webkit-box-shadow: none;
	box-shadow        : none;
	outline           : none;
}

/*
================================================
20. Contact Us Wrapper
================================================
*/
.inner-page-wrapper.contact-us-wrapper {
	padding: 90px 0 50px;
}

.contact-form {
	position  : relative;
	display   : block;
	width     : 100%;
	margin    : 0 auto;
	background: #ffffff;
	padding   : 50px 50px 50px;
	box-shadow: 0px 2px 5px 3px #f2f1f9;
}

.contact-form form {
	position: relative;
	display : block;
}

.contact-form form .input-box {
	position: relative;
	display : block;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
	position     : relative;
	display      : block;
	background   : transparent;
	border       : 1px solid #f0eef9;
	width        : 100%;
	height       : 60px;
	font-size    : 16px;
	margin-bottom: 30px;
	padding-left : 45px;
	padding-right: 20px;
	border-radius: 5px;
	transition   : all 500ms ease;
}

.contact-form form textarea {
	height        : 110px;
	padding-left  : 45px;
	padding-right : 20px;
	padding-top   : 17px;
	padding-bottom: 15px;
	color         : #222222;
}

.contact-form form input[type="text"]:focus {
	border-color: #1d1d1d;
	color       : #222222;
}

.contact-form form input[type="email"]:focus {
	border-color: #1d1d1d;
	color       : #222222;
}

.contact-form form textarea:focus {
	border-color: #1d1d1d;
	color       : #222222;
}

.contact-form form .input-box .icon {
	position: absolute;
	top     : -3px;
	left    : 20px;
	margin  : 16px 0 14px;
}

.contact-form form .input-box .icon i {
	color      : #868298;
	font-size  : 16px;
	line-height: 30px;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
	color: #868298;
}

.contact-form form input[type="text"]:-moz-placeholder {
	color: #868298;
}

.contact-form form input[type="text"]::-moz-placeholder {
	color: #868298;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
	color: #868298;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
	color: #868298;
}

.contact-form form input[type="email"]:-moz-placeholder {
	color: #868298;
}

.contact-form form input[type="email"]::-moz-placeholder {
	color: #868298;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
	color: #868298;
}

.contact-form .button-box {
	display: inline-block;
}

.contact-form .button-box .theme-button-one {
	cursor: pointer;
}

.contact-address-area {
	position: relative;
	display : block;
	padding : 60px 0 0;
}

.single-address-box {
	position          : relative;
	display           : block;
	overflow          : hidden;
	padding           : 40px;
	margin-bottom     : 40px;
	-webkit-box-shadow: 0px 2px 5px 3px #f8f8f8;
	box-shadow        : 0 0 35px rgba(0, 0, 0, 0.1);
	z-index           : 1;
	height            : 180px;
}

.single-address-box p {
	font-size: 18px;
}

.single-address-box:before {
	position        : absolute;
	left            : 0px;
	top             : 0px;
	width           : 100%;
	height          : 100%;
	opacity         : 0;
	background-color: #006cb5;
	transition      : all 0.7s ease;
	transform       : translateY(100%) scaleY(0);
	content         : "";
	z-index         : -1;
}

.single-address-box:hover:before {
	opacity  : 1;
	transform: translateY(0%) scaleY(1);
}

.single-address-box h3 {
	margin    : 0 0 15px;
	transition: all 0.7s ease;
}

.single-address-box:hover h3 {
	color           : #ffffff;
	transition      : all 0.8s ease;
	transition-delay: .5s;
}

.single-address-box p {
	margin    : 0;
	transition: all 0.7s ease;
}

.single-address-box:hover p {
	color           : #fff;
	transition      : all 0.9s ease;
	transition-delay: .7s;
}

.google-map {
	float         : left;
	width         : 100%;
	pointer-events: none;
}

.google-map iframe {
	width : 100%;
	border: none;
	height: 300px;
	margin: 0 0 -6px;
}

/*
================================================
21. Footer Wrapper
================================================
*/
.footer-top::before {
	background: #171717;
	bottom    : 0;
	content   : "";
	left      : 0;
	opacity   : 0.9;
	position  : absolute;
	right     : 0;
	top       : 0;
	z-index   : -1;
}

.footer-top {
	background     : url(../images/footer-bg.jpg) center center fixed no-repeat;
	z-index        : 9;
	position       : relative;
	padding        : 60px 0;
	float          : left;
	width          : 100%;
	background-size: cover;
}

.footer-top p {
	color: #fff;
}

.footer-top h3.widget-title {
	padding: 0 0 0 10px;
}

.footer-top h3.widget-title.one {
	padding: 0;
}

.footer-top h3.widget-title.one:before {
	display: none;
}

.footer-top h3.widget-title.one:after {
	content   : "";
	position  : absolute;
	left      : 0;
	width     : 25%;
	height    : 2px;
	background: #ed1b23;
	bottom    : 0
}

.footer-top h3.widget-title.one {
	margin : 0 0 30px;
	padding: 0 0 30px;
}

.footer-top h3.widget-title::before {
	content   : "";
	background: #ed1b23;
	height    : 22px;
	width     : 2px;
	position  : absolute;
	left      : 0;
	top       : 0;
}

.footer-top h3.widget-title,
.widget-title {
	color         : #fff;
	line-height   : 1;
	font-weight   : 500;
	margin-bottom : 20px;
	text-transform: capitalize;
	font-family   : 'Poppins', sans-serif;
	font-size     : 20px;
	position      : relative;
	letter-spacing: 0;
}

.footer-top h3.widget-title img {
	margin: 0 5px 0 0;
}

.social-icon {
	margin-top: 35px;
}

.social-icon a {
	width        : 40px;
	height       : 40px;
	background   : #ed1b23;
	border-radius: 50%;
	display      : inline-block;
	text-align   : center;
	color        : #fff;
	font-size    : 14px;
	line-height  : 42px;
	margin-right : 11px;
}

.social-icon a:hover {
	background: #fd0060;
	color     : #fff;
}

.social-icon a.fb:hover {
	background: #0082c1;
}

.social-icon a.tw:hover {
	background: #50abf1
}

.social-icon a.gp:hover {
	background: #dd4b39
}

.social-icon a.dr:hover {
	background: #cf3f72
}

.social-icon a.be:hover {
	background: #0071b9
}

.nav-widget {
	padding: 0 0 0 22%;
}

.nav-widget ul {
	margin    : 0 0 0;
	padding   : 0 0 0 2%;
	list-style: none;
}

.nav-widget ul li {
	padding: 0 0 7px;
}

.nav-widget ul li a {
	color          : #fff;
	text-decoration: none;
	font-size      : 14px;
}

.nav-widget ul li a:hover {
	color: #ed1b23;
}

.newslatter-widget {
	position     : relative;
	margin-bottom: 30px;
}

.newslatter-widget input {
	background    : #313131;
	border        : none;
	padding       : 9px 15px;
	color         : #999999;
	width         : 100%;
	letter-spacing: 1px;
	padding-right : 75px;
}

.newslatter-widget button,
.newslatter-widget input[type="submit"] {
	position   : absolute;
	right      : 0;
	top        : 0;
	bottom     : 0;
	border     : none;
	background : #ed1b23;
	color      : #fff;
	font-weight: 500;
	padding    : 0 18px;
	margin     : 5px;
	cursor     : pointer;
}

.footer-info p {
	margin-bottom: 5px;
	position     : relative;
	padding-left : 20px;
}

.footer-info p i {
	margin-right: 5px;
	color       : #b6b6b6;
	position    : absolute;
	left        : 0;
	top         : 5px;
}

.footer-info p b {
	font-weight: 500;
}

.footer-top .form-group {
	margin-bottom: 15px;
}

.footer-top input {
	height       : 42px;
	background   : #ffffff;
	border       : none;
	padding      : 0 0 0 10px;
	width        : 100%;
	color        : #acacac;
	border-radius: 20px;
}

.footer-top .btn {
	background    : #ed1b23;
	height        : 38px;
	width         : 125px;
	text-align    : center;
	color         : #fff;
	text-transform: uppercase;
	font-size     : 16px;
	border-radius : 0;
	float         : left;
	border-radius : 20px;
	width         : 100%;
}

.copyright {
	background: #ed1b23;
	color     : #fff;
	padding   : 15px 0px;
	float     : left;
	width     : 100%;
}

.copyright p {
	margin: 0;
}

.copyright span.color {
	color: #fff;
}

.copyright a {
	color: #0081c1;
}

.copyright a:hover {
	color: #fff;
}

/*
================================================
22. Responsive
================================================
*/
@media (min-width: 1450px) {

	/** Features **/
	.single-feature-service {
		padding: 7.5% 8%;
	}

	.single-feature-service h3 {
		font-size: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1399px) {

	/** Slider **/
	.main-slider .slide {
		background-position: 70% top !important;
	}

	.main-slider .social-links {
		left: 2%;
	}

	.main-slider .owl-dots {
		right: 2%;
	}

	.main-slider .content {
		padding: 350px 0 0 50px;
	}

	.main-slider h1 {
		font-size: 30px;
		margin   : 0 0 30px;
		padding  : 0 0 10px;
	}

	.main-slider h1 span {
		font-size: 50px;
	}

	.main-slider p {
		display: none;
	}

	/** Breadcrumb Wrapper **/
	.breadcrumb-wrapper {
		padding            : 120px 0 0;
		background-position: 56% center;
	}

	/** About Us **/
	.about-image img {
		width: 100%;
	}

	/** election repair **/
	.election-repair-img1 .electric-repair-left {
		padding: 0 0 0 15px;
	}

	.election-repair-img2 .electric-repair-right {
		padding: 0 0 0 15px;
	}

	.electric-repair-right ul li {
		width: 100%;
	}

	/** Home About Us **/
	.home-about-inner {
		padding: 65px 15%;
	}

	/** CTA  Wrapper **/
	.cta-wrapper .cta-text {
		padding: 0 15%;
	}

	/** Our Team **/
	.team-social {
		display: none;
	}

	/** Footer **/
	.social-icon a {
		width       : 35px;
		height      : 35px;
		font-size   : 14px;
		line-height : 35px;
		margin-right: 3px;
	}

	.nav-widget ul {
		padding: 0 0 0 17%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	/** Header Bottom **/
	.header-logo {
		display: inline-block;
		padding: 32px 0;
	}

	.header-section.menu-fixed {
		position: inherit;
	}

	/** Slider **/
	.main-slider .slide {
		height: auto;
	}

	.main-slider .content {
		height  : auto;
		display : table;
		position: relative;
		padding : 100px 0;
	}

	.main-slider h1 {
		font-size: 42px;
	}

	.main-slider .owl-dots {
		right: 2%;
	}

	/** Breadcrumb Wrapper **/
	.breadcrumb-wrapper {
		padding            : 120px 0 0;
		background-position: 66% center;
	}

	/** Navigation **/
	.header-bottomarea {
		position  : inherit;
		background: #f2f2f2;
	}

	.mean-container a.meanmenu-reveal {
		top: -85px !important;
	}

	/**  Features Section Start  **/
	.single-feature-service {
		margin    : 0;
		padding   : 7.5% 10px;
		width     : 100%;
		text-align: center;
	}

	.single-feature-service .services-icon {
		width      : 100%;
		text-align : center;
		line-height: 60px;
		font-size  : 50px;
	}

	.single-feature-service h3 {
		font-size: 20px;
	}

	.single-feature-service .service-content {
		float  : left;
		width  : 100%;
		padding: 0;
	}

	/** About Us **/
	.home-about-inner {
		padding: 10% 5%;
	}

	.inner-page-wrapper.about-wrapper {
		padding: 90px 0;
	}

	/** CTA **/
	.cta-wrapper h3 {
		line-height: 35px;
	}

	.cta-wrapper .cta-text {
		padding: 0;
	}

	.cta-wrapper ul>li+li {
		margin-left: 0;
	}

	.cta-wrapper ul li {
		float  : none;
		display: block;
	}

	/** Counters Wrapper **/
	.work-statistics p {
		font-size: 15px;
	}

	/** election repair **/
	.election-repair-img1 .electric-repair-left {
		padding: 0 0 0 15px;
	}

	.election-repair-img2 .electric-repair-right {
		padding: 0 15px 0 15px;
	}

	.electric-repair-right ul li {
		width: 100%;
	}

	/** Services Wrapper **/
	.single-service-content {
		padding: 5px 18px 30px;
	}

	/** Service Details **/
	.sidebar {
		margin: 40px 0 0;
	}

	/** Blog Details **/
	.inner-page-wrapper.blog-details-wrapper {
		padding: 80px 0;
	}

	/** Footer **/
	.footer-top {
		padding-top: 47px;
	}

	.footer-top .widget {
		padding-top: 40px !important;
	}

	.social-icon a {
		width       : 35px;
		height      : 35px;
		line-height : 37px;
		margin-right: 0;
	}

	.nav-widget ul {
		padding: 0 0 0 10%;
	}
}

@media (max-width: 767px) {

	/** Header Bottom **/
	.header-logo {
		display: inline-block;
		padding: 10px 0;
	}

	.header-logo img {
		width: 185px;
	}

	.header-bottomarea {
		position  : inherit;
		background: #f2f2f2;
	}

	.header-section.menu-fixed {
		position: inherit;
	}

	/** Slider **/
	.main-slider .slide {
		height    : 480px;
		background: #0082c2;
	}

	.main-slider .content {
		height  : auto;
		display : table;
		position: relative;
		padding : 100px 0 50px;
	}

	.main-slider h1 {
		font-size: 30px;
		padding  : 0 0 10px;
	}

	.main-slider h1 span {
		font-size: 40px;
	}

	.main-slider .owl-dots .owl-dot {
		display: none;
	}

	/**  Features Section Start  **/
	.single-feature-service {
		margin    : 0;
		padding   : 25px 15px;
		width     : 100%;
		text-align: center;
	}

	.single-feature-service .services-icon {
		width     : 100%;
		text-align: center;
	}

	.single-feature-service .service-content {
		float: left;
		width: 100%;
	}

	/** About Us **/
	.home-about-inner {
		padding: 10% 5%;
	}

	/** CTA **/
	.cta-wrapper .cta-text {
		padding: 0;
	}

	.cta-wrapper ul li {
		float  : none;
		display: block;
	}

	.cta-wrapper ul>li+li {
		margin: 10px 0 0;
	}

	/** Election Repair **/
	.election-repair-img1 .electric-repair-left {
		/* padding: 0 0 11% 15px; */
	}

	.election-repair-img2 .electric-repair-right {
		/* padding: 0 0 11% 15px; */
	}

	.electric-repair-right ul li {
		width: 100%;
	}

	.election-repair-main>div>div {
		min-height: auto;
	}

	/** Client Wrapper **/
	.clinets-wrapper .owl-item {
		float     : none;
		display   : inline-block;
		text-align: center;
	}

	.clinets-wrapper .owl-item .item {
		display   : inline-block;
		text-align: center;
	}

	/** Breadcrumb Wrapper **/
	.breadcrumb-wrapper {
		padding   : 80px 0 0;
		min-height: 450px;
		padding   : 0;
	}

	.breadcrumb-wrapper .page-heading {
		width: 90%;
	}

	.page-heading h1 {
		font-size: 28px;
		margin   : 0 0 20px;
	}

	.page-breadcrumb-inner {
		text-align: center;
	}

	/** About Wrapper **/
	.inner-page-wrapper.about-wrapper {
		padding: 30px 0;
	}

	/** FAQ Wrapper **/
	.accordion-box {
		width: 100%;
	}

	/** 404 Wrapper **/
	.error_area .error_text h3 {
		font-size: 38px;
	}

	.error_area .error_text h4 {
		font-size: 20px;
	}

	/** Service Details **/
	.sidebar {
		margin: 40px 0 0;
	}

	/** Blog Details **/
	.inner-page-wrapper.blog-details-wrapper {
		padding: 80px 0;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width: 100%;
	}

	.cta-wrapper h3 {
		line-height: 35px;
	}

	/** Our Team **/
	.team-social {
		display: none;
	}

	/** Footer Wrapper **/
	.widget {
		padding: 35px 0 0;
	}

	.nav-widget ul {
		padding: 0;
	}

	.social-icon a {
		width       : 35px;
		height      : 35px;
		line-height : 37px;
		margin-right: 5px;
	}
}

.carousel-control-next-icon {
	display   : inline-block;
	width     : 20px;
	height    : 20px;
	background: 50%/100% 100% no-repeat;
	/* top    : 30%; */
	position  : relative;
	z-index   : 999;
}

a:hover {
	text-decoration: none !important;
}

.header-bottomarea {
	background: #fff;
}

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

.about-image img {
	float: right;
}

.director-image img {
	float        : left;
	border-radius: 10px;
}

.director-heading {
	padding-bottom: 10px;
}

.director-heading h4 {
	color    : #0082c2;
	font-size: 22px;
}

.director-heading h6 {
	font-size: 15px;
}

.carousel-caption {
	position      : absolute;
	right         : 15%;
	bottom        : 180px !important;
	left          : 15%;
	/* margin-top : 20px; */
	z-index       : 10;
	padding-top   : 20px;
	padding-bottom: 20px;
	color         : #fff;
	text-align    : center;
	border-radius : 15px;
}

.carousel-caption h3 {

	font-size  : 40px;
	color      : #ed3237;
	font-weight: 500;
}

.carousel-caption h3 span {
	color: #ed1c24;
}

.carousel-caption p {
	font-size: 20px;
}


/* call & whatsapp start */
.icon-bar {
	position         : fixed;
	top              : 75%;
	-webkit-transform: translateY(-50%);
	-ms-transform    : translateY(-50%);
	transform        : translateY(-50%);
	right            : 0;
	z-index          : 12;
}

.icon-bar a {
	display   : block;
	text-align: center;
	padding   : 13px;
	transition: all 0.3s ease;
	color     : white;
	font-size : 18px;
}

.icon-bar a:hover {
	background-color: #ed2723;
}

.facebook {
	background: #0082c2;
	color     : white;
}

.twitter {
	background: #1ba939;
	color     : white;
}

.content {
	margin-left: 75px;
	font-size  : 30px;
}

/* call & whatsapp end */

/* mission & vission start */
.text {
	box-shadow: rgb(100 100 111 / 29%) 0px 7px 29px;
	padding   : 20px;
	margin-top: 85px;

}

.photo img {
	box-shadow: inset rgb(100 100 111 / 29%) 1px 1px 8px 0px;
	width     : 100%;
}

.text1 {
	box-shadow: rgb(100 100 111 / 29%) 0px 7px 29px;
	padding   : 20px;

}



/* mission & vission end */


/* area of operation start */
.single-address-box i {
	color: #ed1720;
}

.single-address-box:hover {
	color: #fff;
}

.single-address-box i:hover {
	color: #fff;
}

.fa-solid {
	color: #ed1720;
}

.box li {
	line-height: 3;

}

.box {
	box-shadow: rgb(100 100 111 / 29%) 0px -1px 4px 3px;
}

.card-content li {
	padding: 10px;
}

.card {
	border     : 1px solid #0082c2;
	margin-left: 20px;
}

.card h2 {
	padding    : 20px;
	text-align : center;
	color      : #0082c2;
	font-weight: bold;
}

.card h2 span {
	color: #ed1b23;
}

/* area of operation end */

.line-height li {
	line-height: 3;
}

.img img {
	height    : 600px;
	width     : 100%;
	margin-top: 90px;
}

.heading h2 span {
	color: #ed1b23;
}

.heading h2 {

	color      : #0082c2;
	font-weight: bold;
	text-align : center;
}

.photo-img img {
	width : 200px;
	height: 200px;
}

.line {
	display: inline-block;
	width  : 100%;
	border : 1px dashed #bebebf;
	margin : 15px 0 25px;
}

.heading {
	margin-bottom: 40px;
	margin-top   : 50px;
}

.photo-img img {
	margin-right: 20px;
}

.table-striped tbody tr {
	/* background-color: rgb(238 245 249); */
}

/* logo client start */
.client-logo img {
	width        : 100%;
	height       : 190px;
	border       : 1px solid #0081c1;
	padding      : 5px;
	margin-top   : 20px;
	border-radius: 10px;
}


/* client logo end */
.inner-image img {
	width : 500px;
	height: 300px;
}




/* Key Strengths start */
.box-arrow {
	width           : 336px;
	height          : 220px;
	background-color: #fafafa;
	/* color        : #fff; */
	padding         : 16px;
	position        : relative;
	margin          : 20px;
	float           : left;
	box-shadow      : rgb(100 100 111 / 29%) 0px -1px 4px 3px;
}



.box-arrow h2 {
	padding: 20px;

	color      : #0082c2;
	font-weight: bold;
}

.box-arrow h2 span {
	color: #ed1b23;
}

.card-achievements {
	border : 1px solid #0082c2;
	padding: 30px;

}

.card-achievements h2 {
	text-align : center;
	font-weight: bold;
}


/* Key Strengths end */



/* certificate achivement start */

.card-text {
	border : 1px solid #0082c2;
	padding: 30px;
}

.card-text h2 span {
	font-weight: bold;
}

/* certificate achivement end */


/* career form start */
label span {
	color: red;
}

.career-form {
	position     : relative;
	display      : block;
	width        : 100%;
	margin       : 0 auto;
	background   : #dbdbdb;
	padding      : 30px;
	box-shadow   : 1px 1px 5px 3px #434343;
	border-radius: 8px;

}

.default-btn {
	padding         : 10px;
	background-color: #ee1d26;
	color           : black;
	font-weight     : bold;
	margin-top      : 20px;
}

.bg {
	height: 400px;
}

.computer-content h2 {
	padding    : 10px;
	color      : #0082c2;
	font-weight: bold;

}

.computer-content h2 span {
	color: #ed1b23;
}

.form-control {
	padding       : 12px 5px;
	padding-bottom: 30px;
	font-size     : 14px !important;
}

/* career form end */

/* project start */
.table tbody tr th {
	background-color: #ffe4e4;
}


/* project end */

/* responsive website start */
@media(max-width:915px) {
	.photo img {
		width: 100%;

	}

	.org-chart img {
		width: 100%;
	}

	.certificate img {
		width        : 100%;
		margin-bottom: 30px;
	}

	.box {
		margin-top: 30px;
	}

	.card {
		margin-left  : 0px;
		margin-bottom: 30px;
	}

	.photo-img img {
		margin-right: 70px;
	}

	.client-logo img {

		display: inline-block;

	}

	.rent-renting-footer {
		height: auto;
	}
}

.culture-box img {
	width     : 100%;
	margin-top: 15px;
}

/* responsive website end */

/* project css start */
.project-box {
	background   : #0079bd2e;
	padding      : 5px 10px;
	border-radius: 10px;
	cursor       : pointer;
	height       : 225px;
	margin-bottom: 30px;
}

.project-box:hover {
	box-shadow: 0px 0px 6px #7e7e7e;
}

.project-box .project-name h4 {}

.project-box .project-disc {}

.project-box .project-disc p {
	font-size: 13px;
	color    : #000;
}

/* project css end */



@media (max-width: 992px) {
	.project-box {
		height: 369px;
	}
}

@media (max-width: 600px) {
	.project-box {
		height: 246px;
	}
}

/* @media (min-width: 768px) {
	.project-box {
		height: 298px;
	 }
 } */

/* culture start */
.image {
	opacity            : 1;
	display            : block;
	width              : 100%;
	height             : auto;
	transition         : .5s ease;
	backface-visibility: hidden;
}

.middle {
	transition   : .5s ease;
	opacity      : 0;
	position     : absolute;
	top          : 50%;
	left         : 50%;
	transform    : translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align   : center;
}

.culture-box:hover .image {
	opacity: 0.3;
}

.culture-box:hover .middle {
	opacity: 1;
}

.trip {
	background-color: #ee1d25;
	color           : white;
	font-size       : 16px;
	padding         : 8px 20px;
	border-radius   : 10px;
}

/* culture end */

/* Career start */
.computer-content {
	margin-top: -90px;
}

/* Career end */
.culture-box img {
	width : 100%;
	height: 300px;
}

/* top nav bar start */
.top-bar {
	background-color: #006cb5;
	display         : flex;
	font-size       : 12px;
	padding         : 10px;

}

.top-bar .widget {
	display       : inline-block;
	float         : none;
	vertical-align: middle;
}

.social {
	display: flex;
}

.social li i {
	margin-left: 20px;
	color      : #fff;
}

.top-bar .contact-info a {
	color: #fff !important;
}

.contact-info {
	margin-left: 50px;
	float      : left;
}

.contact-info li i {
	color: red;
}

.header-logo img {
	height: 80px;
}

/* SAVE TREES – SAVE WOOD start */

.home-heading h1 {
	font-size     : 20px;
	text-align    : center;
	text-transform: capitalize;
	font-weight   : bold;
	color         : #006cb5;
	margin-bottom : 30px;
}

.home-heading h3 {
	font-size     : 20px;
	text-transform: capitalize;
	font-weight   : bold;
	color         : #006cb5;
	margin-bottom : 10px;
}

.home-heading h1 span {
	color: #ed1b23
}

.save h4 {
	color      : #000;
	text-align : center;
	margin-top : 20px;
	font-weight: bold;
}

.save {
	box-shadow      : rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #fdfdfd;
	padding         : 20px;
	border-radius   : 10px
}

.save img {
	width : 100%;
	height: 200px;

}

.save-section {
	margin-top   : 30px;
	margin-bottom: 30px;

}

/*  SAVE TREES – SAVE WOOD end  */

/* why us start */
.why-us-1 {
	border       : 1px solid #006cb5;
	padding      : 20px;
	height       : 100px;
	margin-bottom: 50px;
	border-radius: 10px;

}

.why-us-1:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 1px 1px 8px 3px;
}

/* why us end */

/*Reputed Scaffolding Rental Suppliers in India that Expand Your Horizons start  */
.rental-section {
	/* background-color:#f2f2f2;*/
	padding      : 20px 0px;
	margin-bottom: 30px;
}

.rental-info {
	margin-top: 10px;
	text-align: justify;
}

.rental-image img {
	width: 100%;
}

/*Reputed Scaffolding Rental Suppliers in India that Expand Your Horizons end  */


#team {
	background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #108d6f;
	border-color    : #108d6f;
	box-shadow      : none;
	outline         : none;
}

.btn-primary {
	color           : #fff;
	background-color: #007b5e;
	border-color    : #007b5e;
}

section {
	padding: 30px 0;
}

section .section-title {
	text-align    : center;
	color         : #007b5e;
	margin-bottom : 50px;
	text-transform: uppercase;
}

#team .card {
	border    : none;
	background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
	-webkit-transform: rotateY(0deg);
	-moz-transform   : rotateY(0deg);
	-o-transform     : rotateY(0deg);
	-ms-transform    : rotateY(0deg);
	transform        : rotateY(0deg);
	border-radius    : .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
	-webkit-transform: rotateY(180deg);
	-moz-transform   : rotateY(180deg);
	-o-transform     : rotateY(180deg);
	transform        : rotateY(180deg);
}

.mainflip {
	-webkit-transition     : 1s;
	-webkit-transform-style: preserve-3d;
	-ms-transition         : 1s;
	-moz-transition        : 1s;
	-moz-transform         : perspective(1000px);
	-moz-transform-style   : preserve-3d;
	-ms-transform-style    : preserve-3d;
	transition             : 1s;
	transform-style        : preserve-3d;
	position               : relative;
}

.frontside {
	position         : relative;
	-webkit-transform: rotateY(0deg);
	-ms-transform    : rotateY(0deg);
	z-index          : 2;
	margin-bottom    : 30px;
}

.backside {
	position          : absolute;
	top               : 0;
	left              : 0;
	background        : white;
	-webkit-transform : rotateY(-180deg);
	-moz-transform    : rotateY(-180deg);
	-o-transform      : rotateY(-180deg);
	-ms-transform     : rotateY(-180deg);
	transform         : rotateY(-180deg);
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow   : 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow        : 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility   : hidden;
	-ms-backface-visibility    : hidden;
	backface-visibility        : hidden;
	-webkit-transition         : 1s;
	-webkit-transform-style    : preserve-3d;
	-moz-transition            : 1s;
	-moz-transform-style       : preserve-3d;
	-o-transition              : 1s;
	-o-transform-style         : preserve-3d;
	-ms-transition             : 1s;
	-ms-transform-style        : preserve-3d;
	transition                 : 1s;
	transform-style            : preserve-3d;
}

.frontside .card,
.backside .card {
	min-height: 312px;
}

.backside .card a {
	font-size: 18px;
	color    : red !important;
}

.frontside .card .card-title,
.backside .card .card-title {
	color: #006cb5 !important;
}

/* .frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
} */
.btn-sm {
	color           : #fff;
	background-color: red;
	border-color    : red;
}

/* auto slider start */


/* @media (max-width: 768px) {
	.carousel-inner .carousel-menu > div {
	  display: none;
	}
	.carousel-inner .carousel-menu > div:first-child {
	  display: block;
	}
  }

  .carousel-inner .carousel-menu.active,
  .carousel-inner .carousel-menu-start,
  .carousel-inner .carousel-menu-next,
  .carousel-inner .carousel-menu-prev {
	display: flex;
	  transition-duration: 10s;
  }


  @media (min-width: 768px) {
	.carousel-inner .carousel-menu-right.active,
	.carousel-inner .carousel-menu-next,
	.carousel-menu-next:not(.carousel-menu-start) {
	  transform: translateX(25%) !important;
	}

	.carousel-inner .carousel-menu-left.active,
	.carousel-menu-prev:not(.carousel-menu-end),
	.active.carousel-menu-start,
	.carousel-menu-prev:not(.carousel-menu-end) {
	  transform: translateX(-25%) !important;
	}

	.carousel-menu-next.carousel-menu-start, .active.carousel-menu-end {
	  transform: translateX(0) !important;
	}

	.carousel-inner .carousel-menu-prev,
	.carousel-menu-prev:not(.carousel-menu-end) {
	  transform: translateX(-25%) !important;
	}
  }

  .content-1 {
	text-align: center;
  }
  .carousel-inner{
	margin-bottom: 30px;
  } */

.card-1 {
	margin-top   : 50px;
	margin-bottom: 50px;

	border     : 1px solid red;
	margin-left: 20px;
}

.card-1-body {
	text-align: center;
	margin-top: 10px;
}

.button {
	border-radius   : 4px;
	background-color: #0667b3;
	border          : none;
	color           : #FFFFFF;
	text-align      : center;
	font-size       : 15px;
	padding         : 5px;
	width           : 110px;
	transition      : all 0.5s;
	cursor          : pointer;
	margin          : 10px;
	height          : 40px;
}

.button:hover {
	color: #fff;
}

.button span {
	cursor    : pointer;
	display   : inline-block;
	position  : relative;
	transition: 0.5s;
}

.button span:after {
	content   : '\00bb';
	position  : absolute;
	opacity   : 0;
	top       : 0;
	right     : -20px;
	transition: 0.5s;
	color     : #fff;
}

.button:hover span {
	padding-right: 25px;
}

.button:hover span:after {
	opacity: 1;
	right  : 0;

}

/* auto slider end */

/* Our Mission  Why Us?  Objectives start */
.about-info {
	box-shadow   : rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding      : 20px;
	margin-bottom: 50px;
	height       : 265px;
	text-align   : justify;
}

.about-content i {
	color    : #ed3237;
	font-size: 16px;
}

.about-content {
	box-shadow   : rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding      : 20px;
	margin-bottom: 50px;
	height       : 225px;
	text-align   : justify;
}


.scaffold p {
	margin-top: 20px;
	text-align: justify;
}

/* Our Mission  Why Us?  Objectives end */

/* Cuplock System start */
/* .feature{
	margin-top: 50px;
	text-align: justify;
  }
  .feature p{
	margin-top: 19px;
  } */

.feature li {
	padding: 10px;
}

.feature {
	border    : 1px solid #0082c2;
	padding   : 20px;
	margin-top: 20px;
}

.feature-1 {
	margin-top: 50px;
	text-align: justify;
}

.feature-content-1 {
	margin-top: 21px;
}

.description {
	box-shadow      : rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #ffffff;
	padding         : 20px;
	text-align      : justify;
}

.location {
	border       : 1px solid #006cb5;
	border-radius: 10px;
	padding      : 20px;

}

/* Cuplock System end */

/* props System start */

.description-props {
	box-shadow      : rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #ffffff;
	padding         : 20px;
	text-align      : justify;
	height          : 653px;

}

/* props System end */

/* span System start */
.description-span {
	box-shadow      : rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #ffffff;
	padding         : 20px;
	text-align      : justify;
	height          : 100%;
}

/* span System end */

/* h-frame start */
.description-h-frame {
	box-shadow      : rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #ffffff;
	padding         : 20px;
	text-align      : justify;
	height          : 320px;
}

/* h-frame-end */
.description-c-channel {
	box-shadow      : rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #ffffff;
	padding         : 20px;
	text-align      : justify;
	height          : 320px;
}

/* c channel start */

/* c channel end */
/* centering plate start */
.description-centering {
	box-shadow      : rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #ffffff;
	padding         : 20px;
	text-align      : justify;
	height          : 448px;
}

.new-content-footer {
	height: 550px !important;
}

.new-content-footer-1 {
	height: 650px !important;
}

.new-content-footer-hire {
	height: 790px !important;
}

.new-content-footer-hire h4 {
	font-weight: 600;
	color      : #006cb5;
	font-size  : 18px;
}

/* centering plate end */

/* platform start */
.description-platform {
	box-shadow      : rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #ffffff;
	padding         : 20px;
	text-align      : justify;
	height          : 100%;
}

/* platform end */

/* square-tube start */
.description-square-tube {
	box-shadow      : rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #ffffff;
	padding         : 20px;
	text-align      : justify;
	height          : 485px;
}

/* square-tube end */
/* u-head start */
.description-u-head {
	box-shadow      : rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #ffffff;
	padding         : 20px;
	text-align      : justify;
	height          : 100%;
}

/* u-head end */
/* coupler start */
.description-coupler {
	box-shadow      : rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #ffffff;
	padding         : 20px;
	text-align      : justify;
	height          : 288px;
}

/* coupler end */

/* coupler start */
.description-coupler-1 {
	box-shadow      : rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #ffffff;
	padding         : 20px;
	text-align      : justify;
	height          : 288px;
}

/* coupler end */
/* cuplock-base-plate-u-head-joint-pin-c-channel-and-square-tube-by-scaffolding-material-hiring-business-in-india start */
.cross-bracing {
	margin-top: 20px;
}

/* cuplock-base-plate-u-head-joint-pin-c-channel-and-square-tube-by-scaffolding-material-hiring-business-in-india end */

/* scaffolding-pipe start */
.description-scaffolding-pipe {
	box-shadow      : rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #ffffff;
	padding         : 20px;
	text-align      : justify;
	height          : 440px;
}

/* scaffolding-pipe end */
/* gallery start */
.gallery img {
	margin-top: 20px;
	width     : 255px;
	height    : 200px
}

/* gallery end */
.contact-info li {
	color: #fff;
}

/* index start */
.video-gallery img {
	margin-top: 20px;
}

.prop-span-1 img {
	width : 421px;
	height: 296px;
}

/* ---------------------------- */
header .item {
	/* height: 100vh; */
	position: relative;
}

header .item img {
	width     : 100%;
	height    : 100%;
	object-fit: cover;
}

header .item .cover {
	padding    : 75px 0;
	position   : absolute;
	width      : 100%;
	height     : 100%;
	top        : 0;
	left       : 0;
	background : rgba(0, 0, 0, 0.6);
	display    : flex;
	align-items: center;
}

header .item .cover .header-content {
	margin-top: 151px;
	position  : relative;
	padding   : 18px;
	overflow  : hidden;
}

header .item .cover .header-content .line {
	content          : "";
	display          : inline-block;
	width            : 100%;
	height           : 100%;
	left             : 0;
	top              : 0;
	position         : absolute;
	border           : 9px solid #fff;
	-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
	clip-path        : polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

/* header .item .cover .header-content h2 {
	font-weight: 300;
	font-size: 45px;
	color: #fff;
	line-height: 1.3em;
  } */
header .item .cover .header-content h1 {
	font-size   : 56px;
	font-weight : 600;
	margin      : 5px 0 20px;
	word-spacing: 3px;
	color       : #fff;
}

header .item .cover .header-content h4 {
	font-size  : 24px;
	font-weight: 300;
	line-height: 36px;
	color      : #fff;
	padding    : 37px;
}

header .owl-item.active h1 {
	-webkit-animation-duration : 1s;
	animation-duration         : 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode        : both;
	animation-name             : fadeInDown;
	animation-delay            : 0.3s;
}

header .owl-item.active h2 {
	-webkit-animation-duration : 1s;
	animation-duration         : 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode        : both;
	animation-name             : fadeInDown;
	animation-delay            : 0.3s;
}

header .owl-item.active h4 {
	-webkit-animation-duration : 1s;
	animation-duration         : 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode        : both;
	animation-name             : fadeInUp;
	animation-delay            : 0.3s;
}

header .owl-item.active .line {
	-webkit-animation-duration : 1s;
	animation-duration         : 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode        : both;
	animation-name             : fadeInLeft;
	animation-delay            : 0.3s;
}

header .owl-nav .owl-prev {
	position          : absolute;
	left              : 15px;
	top               : 43%;
	opacity           : 0;
	-webkit-transition: all 0.4s ease-out;
	transition        : all 0.4s ease-out;
	background        : rgba(0, 0, 0, 0.5) !important;
	width             : 40px;
	cursor            : pointer;
	height            : 40px;
	position          : absolute;
	display           : block;
	z-index           : 1000;
	border-radius     : 0;
}

header .owl-nav .owl-prev span {
	font-size: 1.6875rem;
	color    : #fff;
}

header .owl-nav .owl-prev:focus {
	outline: 0;
}

header .owl-nav .owl-prev:hover {
	background: #000 !important;
}

header .owl-nav .owl-next {
	position          : absolute;
	right             : 15px;
	top               : 43%;
	opacity           : 0;
	-webkit-transition: all 0.4s ease-out;
	transition        : all 0.4s ease-out;
	background        : rgba(0, 0, 0, 0.5) !important;
	width             : 40px;
	cursor            : pointer;
	height            : 40px;
	position          : absolute;
	display           : block;
	z-index           : 1000;
	border-radius     : 0;
}

header .owl-nav .owl-next span {
	font-size: 1.6875rem;
	color    : #fff;
}

header .owl-nav .owl-next:focus {
	outline: 0;
}

header .owl-nav .owl-next:hover {
	background: #000 !important;
}

header:hover .owl-prev {
	left   : 0px;
	opacity: 1;
}

header:hover .owl-next {
	right  : 0px;
	opacity: 1;
}

.header-content h2 {
	font-size     : 45px;
	text-align    : left;
	text-transform: capitalize;
	font-weight   : bold;
	color         : #0082c2;
	/* padding    : 50px; */
}


.header-content h2 span {
	color: #ed1b23
}

/* responsive start */
@media only screen and (max-width: 915px) {
	.about-content {
		height: 280px;
	}

	.cuplock-system img {
		width: 100%;
	}

	.description-span {
		margin-top: 20px;
	}

	.description-h-frame {
		margin-top: 20px;
		height    : 395px;
	}

	.description-scaffolding-pipe {
		height    : 468px;
		margin-top: 20px;
	}

	.description-centering {
		height    : auto !important;
		margin-top: 20px;
	}

	.description-c-channel {
		height    : 430px;
		margin-top: 20px;
	}

	.description-platform {
		margin-top: 30px;
		height    : 368px;
	}

	.description-square-tube {
		height    : 438px;
		margin-top: 20px;
	}

	.description-coupler {
		margin-top   : 20px;
		margin-bottom: 20px;
	}

	.feature-content p {
		margin-top: 20px;
	}

	.description {
		margin-top: 20px;
	}

	.description-coupler-1 {
		margin-top: 20px;
		height    : 390px;
	}

	.scaffolding-material-hire {
		height: auto !important;
	}

	.scaffolding-material {
		height: auto !important;
	}

	.scaffolding-on-rent {
		height: auto !important;
	}



}

.cuplock-system img {
	width : 100%;
	height: 357px;
}

.images-cuplock img {
	height: 531px !important;
}

.who-we-are-section {
	padding   : 50px 0px;
	background: #f7f7f7;
}

.location a {
	color          : red;
	text-decoration: none;
}

.location a:hover {
	color          : #0082c2;
	text-decoration: none;
}

.description a {
	color          : red;
	text-decoration: none;
}

.description a:hover {
	color          : #0082c2;
	text-decoration: none;
}

.description-props a {
	color          : red;
	text-decoration: none;
}

.description-props a:hover {
	color          : #0082c2;
	text-decoration: none;
}

.description-span a {
	color          : red;
	text-decoration: none;
}

.description-span a:hover {
	color          : #0082c2;
	text-decoration: none;
}

.description-h-frame a {
	color          : red;
	text-decoration: none;
}

.description-h-frame a:hover {
	color          : #0082c2;
	text-decoration: none;
}

.description-scaffolding-pipe a {
	color          : red;
	text-decoration: none;
}

.description-scaffolding-pipe a:hover {
	color          : #0082c2;
	text-decoration: none;
}

.description-c-channel a {
	color          : red;
	text-decoration: none;
}

.description-c-channel a:hover {
	color          : #0082c2;
	text-decoration: none;
}

.description-platform a {
	color          : red;
	text-decoration: none;
}

.description-platform a:hover {
	color          : #0082c2;
	text-decoration: none;
}

.description-square-tube a {
	color          : red;
	text-decoration: none;
}

.description-square-tube a:hover {
	color          : #0082c2;
	text-decoration: none;
}

/* new location page start */

/* .new-location a{
	color: red;
	text-decoration: none;
} */
.cuplock-new {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding   : 20px;
}

.advantage {
	height: 671px;
}

.advantage p {
	margin-bottom: 40px;
}

.last-para p {
	margin-top   : 30px;
	margin-bottom: 30px;
}

.location-images img {
	height: 466px;
	width : 91%;
	border: 2px solid #006cb5;
}

.new-location p {
	text-align: justify;
}

/* new location page end */
.props-type {
	height: 340px;
}

.props-type p {
	margin-bottom: 30px;
}


.h-frame-loc img {
	height: 286px;
}

.h-frame-loc-content p {
	margin-top: 70px;
}

.centering-plate {
	margin-top: 70px;
}

.factor {
	height: 338px;
}

.factor p {
	margin-bottom: 20px;
}

.square {
	margin-top: 163px;
}

.square-benifits {
	height: 495px;
}

.square-benifits p {
	margin-bottom: 42px;
}

/* new content start css */
.new-content {
	margin-top   : 30px;
	margin-bottom: 30px;
}

.heading-new-cuplock h2 {
	text-align : center;
	font-size  : 22px;
	font-weight: 600;
}

.new-content {
	margin-top: 30px;
	text-align: justify;
}

.icon-new i {
	color       : red;
	/* font-size: 13px; */
}

.list-group {
	--bs-list-group-border-color: rgb(0 0 0 / 0%) !important;
}

/* new content end css */

/* blog start */
.blog-section {
	box-shadow   : rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.blog-section img {
	width : 100%;
	height: 250px;
}

.blog-section h5 {
	font-size  : 18px;
	font-weight: 600;
	padding    : 10px 10px 0px 10px;
}

.blog-section p {

	padding: 10px;
}

.read-more-blog {
	background-color: #006cb5;
	border-color    : #006cb5;
	margin-left     : 20px;
	padding         : 7px;
	border-radius   : 6px;
	margin-bottom   : 10px;
}

.read-more-blog a {
	color          : white !important;
	text-decoration: none;
}

.read-more-blog:hover {

	background-color: #fff;
	border          : 1px solid #ed1b23;
}

.read-more-blog a:hover {
	color: #ed1b23 !important;
}

.type-application p {
	text-align: justify;
}

.type-application h6 {
	font-size  : 16px;
	color      : #006cb5;
	font-weight: 600;
	margin-top : 20px;
}

.para-1 {
	margin-top: 20px;
}

.fa-regular {
	color: #ed1b23;
}

.blog-heading h1 {
	/* text-align: justify !important; */
	margin: 10px 0px 10px 0px !important;
}

/* blog end */
.new-content-soldier {
	text-align: justify;
}

.rent-renting-footer {
	height: 514px !important;
}

.scaffolding-material-hire {
	height: 460px !important;
}

.scaffolding-material {
	height: 368px !important;
}

.fa-arrow-right {
	color: #006cb5 !important;
}

.scaffolding-on-rent {
	height: 550px !important;
}

.scaffolding-on-rent li b {
	margin-top: 10px !important;
}

/* new css start */
.heading-box h2 {
	font-size     : 20px;
	text-align    : center;
	text-transform: capitalize;
	font-weight   : bold;
	color         : #006cb5;
	margin-bottom : 30px;
}

.heading-box h2 span {
	color: #ed1b23
}

.save_box {
	background    : #ececec;
	padding-bottom: 20px;
	cursor        : pointer;
	border-radius : 15px;
	transition    : 2s;
}

.save_box:hover {
	box-shadow: 0 10px 8px rgba(0, 0, 0, .26);
	transform : translate(0, -5px);
}

.save_box img {
	width                  : 100%;
	border-top-right-radius: 15px;
	border-top-left-radius : 15px;
}

.save_box h4 {
	color      : #006cb5;
	font-size  : 17px;
	font-weight: 600;
	text-align : center;
	padding-top: 15px;
}

/* new css end */


.blog-section h3 {
	margin-top: 10px;
	text-align: center;
	color     : #006cb5;
	font-size : 18px;
}


/* Thanks You start */
.thank_content {
	text-align: center;
	padding   : 30px 0px 50px;
	/*margin  : 20px 50px;*/
}

.thank_content h1 {
	font-size : 35px;
	text-align: center;
	color     : #49ac0c;
	padding   : 20px 0px;
}

.thank_content p {
	font-size: 20px;
	padding  : 20px 0px;
}

.thank_content a {
	background   : #49ac0c;
	padding      : 10px 20px;
	color        : #fff;
	border-radius: 20px;
}

.thank_content a:hover {
	background: #34321f;
	box-shadow: 0px 6px 6px #c5c5c5;
}

/* Thanks you end */

/* .new-content{
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
	color: #006cb5;
	margin-bottom: 10px;
} */
.download-section {
	margin-bottom: 50px;
}

.btn-down {
	padding  : 30px;
	font-size: 20px;
}

.card_point ul {
	list-style-type: none;
	padding-left   : 0;
}

.card_point li {
	position     : relative;
	padding-left : 20px;
	margin-bottom: 4px;
	/* color     : #808287; */
	line-height  : 24px;
	font-size    : 15px;
	margin-top   : 10px;
}

.card_point li::before {
	content    : "\f192";
	font-family: "FontAwesome";
	color      : red;
	position   : absolute;
	left       : 0;
	top        : 0;
	font-size  : 14px;
}