/*========================================== MASTER STYLESHEET ===================================================================

	Project     :	CONSTRUCTION LANDING PAGE
	Version     :	1.0
	Last Change : 	06/12/2019
	Primary Use :   CONSTRUCTION LANDING PAGE

=================================================================================================================================*/
/*========================================== LAYOUT ===================================================================

		1.GLOBAL STYLES
		2.COMMON STYLES	
		3.NAVIGATION		
		4.BUTTON	
		5.HEADER
		6.ABOUT US
		7.OUR SERVICES
		8.COUNTER
		9.OUR FEATURES
		10.OUR TEAM
		11.RECENT PROJECT
		12.OUR TESTIMONIAL
		13.OUR CLIENTS
		14.OUR LATEST NEWS
		15.CTA
		16.FOOTER
		17.MEDIA QUERIES

=================================================================================================================================*/
/*========================================== COLOR CODES =========================================================================

	Background         :#ffffff [White]
	Theme Color        :#ffcc33 [Yellow]	
	Main Heading Color :#212529 [Dark Gray]	
	Content Color      :#898989 [Light Gray]

=================================================================================================================================*/
/*=============================
============= TYPOGRAPHY =========================================================================
	
	Heading	:    font-family: 'Roboto', sans-serif;
	Body	:    font-family: 'Open Sans', sans-serif;

=================================================================================================================================*/
/*========================================== 1.GLOBAL STYLES START ===========================================*/

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

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

body {
    background: #ffffff;
    color: #898989;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
	margin:0 auto;
}
a {
    outline: none !important;
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}
h1 {
    color: #212529;
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 55px;
}
h2 {
    color: #212529;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 45px;
}
h3 {
    color: #212529;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 38px;
}
h4 {
    color: #212529;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 32px;
}
h5 {
    color: #212529;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 28px;
}
h6 {
    color: #212529;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 26px;
}
a:hover,
a {
	color: inherit;
	text-decoration: none;
}
.no-margin {
	margin-left: 0;
	margin-right: 0;
}
.no-pad {
	padding-left: 0;
	padding-right: 0;
}
.column-center {
	float: none;
	margin: 0 auto;
}
.parallax {
    background-attachment: fixed;
}
.pad-left {
	padding-left: 35px;
}
.pad-right {
	padding-right: 35px;
}

/*========================================== 1.GLOBAL STYLES END ===========================================*/

/*========================================== 2.COMMON STYLES START ===========================================*/

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-1-bg {
    background-color: #ffffff;
}
.section-2-bg {
    background-color: #f6f6f6;
}
.heading-div-1 {
	padding-bottom: 50px;
}
.heading-bottom {
	margin-bottom: 15px;
}
.content-top-space {
    padding-top: 15px;
}
.content-top-space1 {
	padding-top: 20px;
}
.content-top-space2 {
	padding-top: 25px;
}
.content-top-space3 {
	padding-top: 30px;
}
.content-top-margin {
	margin-top: 30px;
}
.content-bottom-space {
    padding-bottom: 20px;
}
.image-bottom {
	margin: 0 0 25px 0;
}
.underline-ul {
    line-height: 20px;
	margin-top: 10px;
}
.bgimage-property {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.link-top {
	margin-top: 15px;
}
.no-pad {
	padding-left: 0;
	padding-right: 0;
}
.content-ul {
    padding-left: 0;
    margin-bottom: 0;
}
.content-ul li {
    list-style: none;
}
.word-break {
    word-break: break-all;
}

/* SAFARI CLASS */
.rowsafari {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
}

/*========================================== 2.COMMON STYLES END ===========================================*/

/*========================================== 3.NAVIGATION START ===========================================*/


.fixed-header {
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
}
.navbar-right {
    margin-right: 0;
}
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav.clearfix.fixed-header> li > a.active {
    /*color: #ffcc33 !important;*/
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
    background-image: none;
    box-shadow: none;
}
.navbar {
    border: none !important;
}
.navbar-brand,
.navbar-nav > li > a {
    text-shadow: none;
}
.topbar.navbar-default {
	background-color: #ffffff;
    background-image: none !important;
    border: none !important;
    box-shadow: none;
}
.topbar.navbar-expand-lg,
#top-nav.navbar-expand-lg {
	padding: 0;
}
#top-nav.navbar-default {
    background-color: #ffffff !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
	margin-bottom: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #212529;
}
.navbar-nav > li > a {
    color: #212529;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 15px;
}
.logo-image {
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
}
.logo-image img {
	max-width: 200px;
	height: auto;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color:#ffcc33 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} 
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*========================================== 3.NAVIGATION END ===========================================*/

/*========================================== 4.BUTTON START ===========================================*/

.btn {
    border: 1px solid transparent;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    outline: none;
    padding: 10px 30px;
}
.btn.btn-1 {
    background-color: #ffcc33;
    color: #222222;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn.btn-1:hover {
    background-color: #ffffff;
	border: 1px solid #ffcc33;
	box-shadow: 0px 0px 5px #ffcc33;
	-webkit-box-shadow: 0px 0px 5px #ffcc33;
	-moz-box-shadow: 0px 0px 5px #ffcc33;
    color: #222222;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-top {
	margin-top: 30px;
}
/*========================================== 4.BUTTON END ===========================================*/

/*========================================== 5.HEADER START ===========================================*/

/* FORM HEADER */
.form-header {
	background-color: #f6f6f6;
    background-image: url("../../images/header.jpg");
}
.form-padding {
	padding-bottom: 180px;
    padding-top: 180px;
}
.form-header .header-div-1 {
	margin-top: 80px;
}
.form-header .header-div-1 h1 {
	color: #f3f3f3;
	font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 500;
	line-height: 55px;
    letter-spacing: 1px;
    margin: 0 0 20px;
}
.form-header .header-div-1 h1 span {
	color: #ffcc33;
}
.form-header .header-content {
    color: #f2f2f2;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
}
.header-btn .btn.btn-1 {
    background-color: #ffcc33;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
	padding: 10px 30px;
}
.form-btn .btn.btn-1:hover,
.form-btn .btn.btn-1:focus,
.header-btn .btn.btn-1:focus,
.header-btn .btn.btn-1:hover {
	background-color: #ffffff;
	border: 1px solid #ffcc33;
	box-shadow: 0px 0px 5px #ffcc33;
	-webkit-box-shadow: 0px 0px 5px #ffcc33;
	-moz-box-shadow: 0px 0px 5px #ffcc33;
    color: #222222;
}
/* HEADER FORM */
.header-bg-form {
	background-color: rgba(255,204,51,0.5);
	border: 5px solid rgba(255,204,51,0.8);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 12px 15px -12px rgba(34,34,34,0.2);
	-webkit-box-shadow: 0 12px 15px -12px rgba(34,34,34,0.2);
	-moz-box-shadow: 0 12px 15px -12px rgba(34,34,34,0.2);
	padding: 30px 20px;
}
.header-bg-form h3 {
    color:#ffffff;
    margin-bottom:30px;
}
.header-form .form-input {
    background-color: #ffffff;
    border:0px;
	box-shadow: 0px 0px 6px -2px #999999;
	-webkit-box-shadow: 0px 0px 6px -2px #999999;
	-moz-box-shadow: 0px 0px 6px -2px #999999;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #898989;
    height: 48px;
    line-height: 20px;
    padding: 5px 10px;
    position:relative;
    width:100%;
}
.header-form .form-textarea.error,
.header-form .form-input.error,
.header-form .form-input.error {
	box-shadow: 0px 0px 2px 1px #ff0000;
	-webkit-box-shadow: 0px 0px 2px 1px #ff0000;
	-moz-box-shadow: 0px 0px 2px 1px #ff0000;
}
.header-form .form-div label {
    color:#222222;
	font-size: 14px;
    font-weight:600;
	line-height: 24px;
	margin-bottom: 0;
	margin-top: 5px;
}
.form-div {
	margin-bottom: 30px;
	line-height: 0px;
}
.failMessage {
	color: #222222;
}
.sucessMessage {
	color: #ffffff;
}
.messageDiv {
	margin-top: 10px;
	
}
.header-form .form-textarea {
    background-color: #ffffff;
    border:0px solid #f6f6f6;
	box-shadow: 0px 0px 6px -2px #999999;
	-webkit-box-shadow: 0px 0px 6px -2px #999999;
	-moz-box-shadow: 0px 0px 6px -2px #999999;
    border-radius: 5px;
    color: #898989;
	height: 70px;
	line-height: 32px;
    padding: 10px 10px 10px 10px;
    position:relative;
    width:100%;
}

.form-textarea:-moz-placeholder, .form-input:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #898989;
    opacity: 1;
}
.form-textarea::-webkit-input-placeholder, .form-input::-webkit-input-placeholder {
    /* Chrome */
    color: #898989;
}
.form-textarea:-ms-input-placeholder, .form-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #898989;
}
.form-textarea::-moz-placeholder, .form-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #898989;
    opacity: 1;
}

.form-textarea.errorClass:-moz-placeholder, .form-input.errorClass:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #ff0000;
    opacity: 1;
}
.form-textarea.errorClass::-webkit-input-placeholder, .form-input.errorClass::-webkit-input-placeholder {
    /* Chrome */
    color: #ff0000;
}
.form-textarea.errorClass:-ms-input-placeholder, .form-input.errorClass:-ms-input-placeholder {
    /* IE 10+ */
    color: #ff0000;
}
.form-textarea.errorClass::-moz-placeholder, .form-input.errorClass::-moz-placeholder {
    /* Firefox 19+ */
    color: #ff0000;
    opacity: 1;
}

/*========================================== 5.HEADER END ===========================================*/

/*========================================== 6.ABOUT US START ===========================================*/

.sub-uline {
	line-height: 16px;
	margin-bottom: 20px;
}
.abt-head-bottom {
	margin-bottom: 10px;
}
.abt-top {
	padding-top: 20px;
}
.abt-row:hover .abt-img img {
	transform: scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.abt-img {
	overflow:hidden;
}
.abt-img img {
	transform: scale(1.0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.abt-list {
	margin-top: 20px;
}
.abt-list ul {
	margin-bottom: 15px;
}
.abt-list ul:last-child {
	margin-bottom: 0px;
}
.abt-list ul li i {
	color: #ffcc33;
}
.abt-list ul li {
	color: #898989;
	font-weight: 600;
	display: table-cell;
	letter-spacing: 1px;
}
.abt-list ul li img {
	vertical-align: top;
}
.abt-list ul li:first-child {
	padding-right: 15px;
}

/*========================================== 6.ABOUT US END ===========================================*/

/*========================================== 7.OUR SERVICES START ===========================================*/

.services-col-right .services-icon,
.services-col-right .services-content {
	float: right;
}
.services-col-left .services-icon,
.services-col-left .services-content {
	float: left;
}
.services-col-right .services-content,
.services-col-left .services-content {
	width: 80%;
}
.services-icon {
	display: block;
	width: 64px;
	overflow: hidden;
}
.services-col-left:hover .services-icon img,
.services-col-right:hover .services-icon img,
.services-col-left .services-icon img,
.services-col-right .services-icon img {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services-col-left .services-icon img,
.services-col-right .services-icon img{
	transform: scale(0.9);
	box-shadow: 2px 2px 0px #ffcc33;
	-webkit-box-shadow: 2px 2px 0px #ffcc33;
	-moz-box-shadow: 2px 2px 0px #ffcc33;
}
.services-col-left:hover .services-icon img,
.services-col-right:hover .services-icon img{
	transform: scale(1.0);
}
.services-col-left {
	text-align: right;
}
.services-col-left .services-icon {
	margin-right: 20px;
	text-align: left;
}
.services-col-right .services-icon {
	margin-left: 20px;
	text-align: right;
}
.services-col-left .services-icon i,
.services-col-right .services-icon i {
	background-color: #ffcc33;
	color: #ffffff;
	padding: 10px;
}
.services-content p,
.services-content h5 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services-top {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #dddddd;
}
/*========================================== 7.OUR SERVICES END ===========================================*/

/*========================================== 8.COUNTER START ===========================================*/

.counter-bgimg {
	background-image: url("../../images/counter.jpg");
}
.counter-value {
	color: #f3f3f3;
	font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: 600;
	line-height: 55px;
    letter-spacing: 1px;
    margin: 0 0 15px;
}
.counter-div h5 {
	color: #f2f2f2;
}

/*========================================== 8.COUNTER END ===========================================*/

/*========================================== 9.OUR FEATURES START ===========================================*/
.features-img {
	overflow:hidden;
	box-shadow: 5px 5px 0px #ffcc33;
	-webkit-box-shadow: 5px 5px 0px #ffcc33;
	-moz-box-shadow: 5px 5px 0px #ffcc33;
}
.features-img img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.features-img:hover img {
	transform: scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.features-top {
	padding-top: 30px;
}
.features-col {
	background-color: #f6f6f6;
}
.features-col-odd {
	background-color: #ffcc33;
}
.features-col-odd,
.features-col {
	border-radius: 5px;
	padding: 30px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.features-col:hover p,
.features-col-odd p {
	color: #252629;
}
.features-col-odd:hover {
	background-color: #f6f6f6;
}
.features-col-odd:hover p {
	color: #898989;
}
.features-col:hover {
	background-color: #ffcc33;
}
.features-col-odd:hover,
.features-col:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*========================================== 9.OUR FEATURES END ===========================================*/

/*========================================== 10.OUR TEAM START ===========================================*/

.team-name {
	float: left;  
	margin-top: 35px;
	padding-right: 15px; 
    text-align: left;
}
.team-col-img {
	float: right;
	vertical-align: middle;
	width: 130px;
}
.team-col {
	padding: 30px 20px 30px 20px;
}
.team-col {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-content {
	margin-top: 20px;
}
.team-icons {
	background-color: #e6e1db;
	margin-top: 20px;
	padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-col:hover .team-icons {
	background-color: #ffcc33;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-icons li {
    display: inline-block;
    list-style: none;
	text-align: left;
	width: 45px;
}
.team-icons li:last-child {
	width: 32px;
}
.team-icon li a i {
	background-color: #222222;
	border-radius: 50%;
	color: #ffcc33;
	padding: 8px 5px;
	width: 32px;
	height: 32px;
	text-align: center;
}
.team-col:hover .team-col-img.team-col-img-hover {
	display:block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-col:hover {
	border: 1px solid #ffcc33;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-col:hover .team-col-img {
	transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*========================================== 10.OUR TEAM END ===========================================*/

/*========================================== 11.RECENT PROJECT START ===========================================*/


/* Filter controls */

.filter-options li {
	border-bottom: 1px solid transparent;
    color: #212529;
    cursor: pointer;
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
    padding: 0 5px 5px 5px;
	margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}
.filter-options li.active {
	border-bottom: 2px solid #ffcc33;
    color: #ffcc33;
}
.filter-options li:hover {
    color: #ffcc33;
}
.filter-options {
    margin-bottom: 30px;
    padding-left: 0;
    text-align: center;
}


.gallery-space {
    padding-bottom: 10px;
}
.gallery-pad {
	padding-left: 5px;
	padding-right: 5px;
}

/* GALLERY HOVER */

.gallery-inner {
	border: 5px solid #eeeeee;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.gallery-inner .gallery-caption {
    position: absolute;
    top: 0;
    padding: 0px;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	z-index: 10;
}
.gallery-inner:hover .gallery-caption {
    opacity: 1;
}
.gallery-inner .gallery-caption:before {
    content: '';
    display: block;
    background: rgba(255, 204, 51, 0.85);
    outline-offset: 1px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
	right:0;
	margin:0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
	z-index: -1;
	
}
.gallery-inner:hover .gallery-caption:before {
    opacity: 1;
    height:100%;
    width:100%;
	z-index: -1;
}
.gallery-inner .gallery-caption p {
	color: #252629;
}
.gallery-inner img {
    border-radius: 0px;
}

/*========================================== 11.RECENT PROJECT END ===========================================*/

/*========================================== 12.OUR TESTIMONIAL START ===========================================*/

.testimonial-div {
	padding-left: 30px;
	padding-right: 30px;
	width: 70%;
	margin: 50px auto 0;
}
.testimonial-col {
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.testimonial-col:hover h5 {
	background-color: #ffcc33;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.testimonial-img {
	background-color: #ffcc33;
	padding: 5px;
	position: absolute;
	margin-top: -50px;
	z-index: 10;
}
.testimonial-col h5 {
    background-color: #e6e1db;
    display: table;
    padding: 15px 60px 15px 190px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.testimonial-col h5 span {
    font-size: 13px;
	font-weight: 500;
}
.testimonial-content {
	margin-top: 30px;
    padding: 0 0px 0px 190px;	
}
.quote-img {
    position: absolute;
    left: 60px;
    font-size: 45px;
    top: 125px;
}
.quote-img i {
	color: #999999;
}

/*========================================== 12.OUR TESTIMONIAL END ===========================================*/

/*========================================== 13.OUR LATEST NEWS START ===========================================*/

.news-content {
	padding-left: 90px;
	position: relative;
}
.news-date {
	position: absolute;
	left: 0;
}
.news-date p {
	background-color: #ffcc33;
	color: #252629;
	display: table;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 23px;
	padding: 10px;
	text-align: center;
}

/*========================================== 13.OUR LATEST NEWS END ===========================================*/

/*========================================== 14.OUR CLIENTS START ===========================================*/

.client-padding {
	padding-bottom: 40px;
	padding-top: 40px;
}
.owl-theme .owl-controls {
	display: none !important;
}
.client-slider .item a img {
	opacity: 0.7;
	padding: 0 5px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.client-slider .item a:hover img {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*========================================== 14.OUR CLIENTS END ===========================================*/

/*========================================== 15.CTA START ===========================================*/

.cta-bgimage {
	background-color: #f6f6f6;
    background-image: url("../../images/cta.jpg"); 
}
.cta-padding {
    padding-bottom: 180px;
    padding-top: 180px;
}
.cta-div {
	margin: 0 auto;
	width: 100%;
}
.cta-div h1 {
	color: #f2f2f2;
	font-size: 45px;
	line-height: 55px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.cta-content {
	color: #f3f3f3;
	margin: 0 auto;
	width: 80%;
}

/*========================================== 15.CTA END ===========================================*/

/*========================================== 16.FOOTER START ===========================================*/

.footer-bg {
    background-color: #222222;
}
.footer-bg h5 {
	color: #ffffff;
	margin-bottom: 15px;
}
.footer-links-col li a:hover,
.footer-contact p a:hover,
.footer-news-date a:hover {
	color: #ffcc33;
}
.footer-contact p {
	word-break: break-all;
}
.footer-list-bottom li {
    padding-bottom: 10px;
}
.footer-list-bottom li:last-child {
    padding-bottom: 0;
}
.left-pad {
	padding-left: 15px;
}
.posts-bottom {
	margin-bottom: 20px;
}
.distab {
    display: table;
}
.distab-cell-middle {
    display: table-cell;
    vertical-align: middle;
}
.distab-cell-top {
    display: table-cell;
    vertical-align: top;
}
.distab-cell {
    display: table-cell;
}
.footer-news-date {
	margin-top: 10px;
}
.footer-news-date a {
	color: #ffcc33 !important;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
}
.footer-contact-left {
    padding-left: 15px;
}
.links-bottom {
    margin-bottom: 15px;
}
.footer-links-col i,
.footer-contact i {
	color: #ffcc33;
}
.footer-contact i {
	font-size: 20px;
	vertical-align: middle;
}
.footer-links-col p {
	line-height: 26px;
}
.footer-width {
    width: 35px;
}
.subs-btn {
	background: transparent;
	box-shadow: none;
	background-image: none;
	border: 0;
	font-weight: 600;
	letter-spacing: 1px;
}
.copyright-bg {
	background-color: #ffcc33;
	padding-top: 10px;
	padding-bottom: 10px;
}
.copyright-bg p {
	color: #252629;
}
.copyright {
	float: left;
}
.footer-icons {
	float: right;
}
.footer-icon li a i {
	background-color: #222222;
	border-radius: 50%;
	color: #ffcc33;
	padding: 8px 5px 0;
	width: 32px;
	height: 32px;
	text-align: center;
}
.footer-icon {
	margin-bottom: 0;
}
.footer-icon li {
    list-style: none;
    display: inline-block;
}
.footer-br {
    border-bottom: 1px solid #eeeeee;
    margin-top: 40px;
}
.footer-br-bottom {
    margin-bottom: 40px;
}
.footer-copyright,
.footer-contact p {
	letter-spacing: 1px;
}
.footer-left-pad li {
    padding-left: 15px;
}
.footer-left-pad,
.footer-left-pad li:first-child {
    padding-left: 0;
}

.subscribe-row .form-input {
    background-color: #ffffff;
    border:0px;
	box-shadow: 0px 0px 6px -2px #999999;
	-webkit-box-shadow: 0px 0px 6px -2px #999999;
	-moz-box-shadow: 0px 0px 6px -2px #999999;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #898989;
    height: 48px;
    line-height: 20px;
    padding: 5px 10px;
    position:relative;
    width:100%;
}
.iifr {
	display: none;
	height: 0;
}

/*========================================== 16.FOOTER END ===========================================*/

/*========================================== 17.MEDIA QUERIES START ===========================================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.abt-top {
		padding-top: 0;
	}
	.team-name {
		margin-top: 25px;
		width: 40%;
	}
	.form-header .header-div-1 {
		margin-top: 60px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 991px) {
	.abt-list ul {
		margin-bottom: 10px;
	}
	.abt-list {
		margin-top: 10px;
	}
	.navbar-collapse.collapse, .fixed-top .navbar-collapse {
		overflow-y: scroll;
	}
	.navbar-header {
		position: absolute;
		top: -70px;
		right: 0px;
	}
	.navbar-nav > li {
		padding: 8px 0 0;
	}
	.navbar-nav > li:first-child {
		padding: 0px 0 0;
	}
	.navbar-nav > li > a,
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 0;
		padding-right: 0;
	}
    .navbar-right.nav {
        padding-bottom: 0 !important;
		position: relative;
    }
    .nav {
        float: none;
        display: table;
        padding-bottom: 20px !important;
		width: 100%;
    }
	.navbar-toggler {
		font-size: inherit;
		background-color: #ffffff;
		border: 1px solid #eeeeee !important;
		padding: 0.5rem 0.75rem;
	}
	.res-nopad {
		padding-left: 0px;
		padding-right: 0px;
	}
	.res-no-padl {
		padding-left: 0;
	}
	.res-no-padr {
		padding-right: 0;
	}
	.res-top20 {
		margin-top: 20px;
	}
	.res-form-top,
	.res-top30 {
		margin-top: 30px;
	}
	.res-pad30 {
		padding-top: 30px;
	}
	.cta-content,
	.testimonial-div {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.services-col-right .services-content,
	.services-col-left .services-content {
		width: 70%;
	}
	.team-name {
		margin-top: 25px;
		width: 40%;
	}
	.margin-auto {
		margin: 0 auto;
	}
	.filter-options {
		margin-bottom: 20px;
	}
	.heading-div-1 {
		padding-bottom: 40px;
	}
	.cta-padding,
	.form-padding {
		padding-bottom: 150px;
		padding-top: 150px;
	}
	.section-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media only screen and (max-width: 767px) and (max-height: 400px) {
	.navbar-collapse.collapse, .fixed-top .navbar-collapse {
		max-height: 200px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
	.res-top30-1 {
		margin-top: 30px;
	}
	.res-pad30-1 {
		padding-top: 30px;
	}
	.res-no-pad1,
	.res-nopad {
		padding-left: 0px;
		padding-right: 0px;
	}
	.res-no-padl-1 {
		padding-left: 0;
	}
	.res-no-padr-1 {
		padding-right: 0;
	}
	.cta-padding,
	.form-padding {
		padding-bottom: 80px;
		padding-top: 80px;
	}
	.section-padding {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.heading-div-1 {
		padding-bottom: 30px;
	}
	.form-header .header-div-1 {
		margin-top: 0;
	}
	.services-col-right {
		text-align: left !important;
	}
	.services-col-right .services-content,
	.services-col-right .services-icon {
		float: left;
	}
	.services-col-right .services-icon {
		margin-left: 0;
		margin-right: 20px;
	}
	.res-services-br {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #dddddd;
	}
	.services-top {
		margin-top: 20px;
		padding-top: 20px;
	}
	.res-mar-auto {
		margin: 0 auto;
	}
	.filter-options {
		margin-bottom: 15px;
	}
	.filter-options li {
		margin-bottom: 5px;
		padding: 0 5px 0px 5px;
	}
	.testimonial-div {
		padding-left: 15px;
		padding-right: 15px;
	}
	.counter-value,
	.form-header .header-div-1 h1,
	.cta-div h1,
	h1 {
		font-size: 30px;
		line-height: 40px;
	}
	h2 {
		font-size: 28px;
		line-height: 38px;
	}
	h3 {
		font-size: 22px;
		line-height: 32px;
	}
	h4 {
		font-size: 18px;
		line-height: 28px;
	}
	h5 {
		font-size: 16px;
		line-height: 26px;
	}
	.filter-options li,
	.form-header .header-content,
	h6 {
		font-size: 15px;
		line-height: 25px;
	}
	p,
	body {
		font-size: 15px;
		line-height: 30px;
	}
	.header-btn .btn.btn-1,
	.btn {
		font-size: 14px;
		padding: 8px 15px;
	}
	.header-form .form-input,
	.subscribe-row .form-input {
		height: 35px;
	}
	.header-form .form-textarea {
		height: 50px;
	}
	.res-form-top,
	.btn-top {
		margin-top: 20px;
	}
	.form-div {
		margin-bottom: 20px;
	}
	.form-header .header-div-1 h1,
	.cta-div h1,
	.heading-bottom,
	.links-bottom {
		margin-bottom: 10px;
	}
	.navbar-nav > li > a {
		font-size: 13px;
	}
	.navbar-nav > li {
		padding: 5px 0 0;
	}
	.res-col-br {
		border-bottom: 1px solid #dddddd;
		padding-bottom: 30px;
	}
	
}

@media only screen and (min-width: 250px) and (max-width: 575px) {
	.navbar-expand-lg>.container,
	.gallery-pad {
		padding-left: 15px;
		padding-right: 15px;
	}
	.res-gal-space {
		margin-bottom: 10px;
	}
	.res-top30-2 {
		margin-top: 30px;
	}
	.res-mar-auto-1 {
		margin: 0 auto;
	}
	.res-counter-br {
		border-bottom: 1px solid #222222;
		padding-bottom: 30px;
	}
	.team-name {
		width: 48%;
	}
}
@media only screen and (min-width: 250px) and (max-width: 479px) {
	.res-col-width {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.services-col-right .services-content,
	.services-col-left .services-content {
		width: 70%;
	}
	.quote-img {
		display: none;
	}
	.testimonial-col h5 {
		display: block;
		padding: 20px 0px 10px 0px;
	}
	.testimonial-img {
		padding: 0;
		position: unset;
	}
	.testimonial-img,
	.testimonial-col h5 {
		background-color: transparent;
		text-align: center;
	}
	.testimonial-content {
		margin-top: 0px;
		padding: 0 0px 0px 0px;
		text-align: center;
	}
	.res-pad30-2 {
		padding-top: 30px;
	}
	.copyright,
	.footer-icons {
		display: block;
		float: none;
		text-align: center;
	}
	.footer-icons {
		margin-top: 10px;
	}
}
/* SAFARI MENU ISSUES*/
@media only screen and (min-width: 992px){
	/*safari Browser*/
	.valign-menu .navbar-collapse {
		float: right !important;
		display: block !important;
		line-height: 98px !important;
	} 
	.valign-menu .menu {
		display: inline-block !important;
		vertical-align: middle !important;
	}
}

/*========================================== 17.MEDIA QUERIES END ===========================================*/