/* **********************************************/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i|Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i');

/*font-family: 'Roboto', sans-serif;
font-family: 'Source Sans Pro', sans-serif;*/



h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.5em;
	font-family: 'Roboto', serif;
}
h3 {
	margin: 0;
}

ul,
ol {
	margin: 0;
}

input,button,select,textarea{
	font-family: 'Roboto', serif;
}

p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

html,
 

body {
	font-size:15px;
	color:#000;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
}


body {
	font-family: 'Sintony', sans-serif !important;
}

body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

body a:hover {
	text-decoration: none;
}


/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding:90px 0px 40px;
}

.contact-section .info-container{
	position:relative;
	padding-bottom:20px;	
}

.contact-section .contact-info-block{
	position:relative;
	margin-bottom:30px;
}

.contact-section .contact-info-block .inner{
	position:relative;
	padding:30px 20px 40px 105px;
	min-height:170px;
	border:1px solid #ececec;
	border-top:3px solid #DE5018;
	border-radius:0px 0px 3px 3px;
}

.contact-section .contact-info-block .inner .icon-box{
	position:absolute;
	left:40px;
	top:35px;
	color:#000;
	font-size:42px;
	line-height:1em;
}

.contact-section .contact-info-block .inner h3{
	position:relative;
	font-size:22px;
	font-weight:700;
	color:#212121;
	margin:0px 0px 10px;
	text-transform:capitalize;
}

.contact-section .contact-info-block .inner .text{
	font-size:15px;
	
}

.contact-section .social-links{
	position:relative;
	top:7px;	
}

.contact-section .social-links li{
	position:relative;
	float:left;
	margin-right:20px;
}

.contact-section .social-links li a{
	position:relative;
	display:block;
	font-size:18px;
	line-height:30px;
	color:#dddddd;
}

.contact-section .social-links li a:hover{
	color:#DE5018;	
}

.contact-section .form-column,
.contact-section .map-column{
	margin-bottom:30px;	
}

.contact-section .title-box-two{
	margin-bottom:40px;	
}

.contact-section .title-box-two h2{
	font-size:40px;	
}

/*Contact Form*/

.contact-form .row{
	margin:0px -10px;
}

.contact-form .form-group{
    position: relative;
    margin-bottom: 20px;
	padding:0px 10px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea{
	display:block;
	width:100%;
	line-height:28px;
	height:50px;
	font-size:14px;
	padding:10px 20px;	
	background:none;
	color:#333333;
	border-radius:3px;
	border:1px solid #e9e9e9;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
	border-color:#DE5018;
	background:none;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

.contact-form textarea{
	height:180px;
	resize:none;
	padding:10px 20px;	
}

.contact-form button{
	font-size:16px;
	letter-spacing:0px;
	margin-top:10px;
	padding:10px 30px;
	text-transform:capitalize;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:400px;
}

/*** 

====================================================================
	Default Form Styling
====================================================================

***/

.default-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.default-form .form-group .field-inner{
	position:relative;
}

.default-form .form-group .field-inner .input-icon{
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	font-size: 12px;
	color: #DE5018;
}

.default-form .field-label{
	display:block;
	line-height:24px;
	font-weight:500;
	font-size:13px;
	color:#242133;
	margin-bottom:10px;
}

.default-form .form-group .field-label sup,
.default-form .form-group .field-label .req{
	color:#f06529;
	font-size:16px;
	padding-left:3px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="tel"],
.default-form input[type="url"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:24px;
	height:50px;
	font-size:14px;
	border:1px solid #e0e0e0;
	padding:12px 20px;	
	background-color:#ffffff;
	color:#242133;
	background:#ffffff;
	border-radius:3px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.default-form select{
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.default-form textarea{
	height:120px;
	resize:none;	
}

.default-form select option{
	text-indent:15px;
	color:#242133;	
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#DE5018;	
}

.default-form input.error:focus,
.default-form select.error:focus,
.default-form textarea.error:focus{
	border-color:#ff0000 !important;	
}

.default-form .form-group label.error{
	display:block;
	line-height:20px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:600;
	color:#ff0000;
	padding-top:10px;	
}

.default-form .check-box{
	position:relative;
	display:inline-block;
	margin:0px 25px 15px 0px;	
}

.default-form .check-box input{
	position:absolute;
	opacity:0;
	visibility:hidden;	
}

.default-form .check-box label{
	position:relative;
	display:block;
	font-weight:normal;
	padding-left:26px;
	font-size:14px;
	line-height:24px;
	cursor:pointer;
}

.default-form .check-box input:checked + label{
	color:#DE5018;
}

.default-form .check-box label:before{
	content:'';
	position:absolute;
	left:0px;
	top:4px;
	width:16px;
	height:16px;
	border:1px solid #d0d0d0;
}

.default-form .check-box label:after{
	content:'\f00c';
	font-family: 'FontAwesome';
	position:absolute;
	left:0px;
	top:4px;
	color:#DE5018;
	padding-right:2px;
	width:16px;
	height:16px;
	line-height:16px;
	font-size:10px;
	text-align:center;
	opacity:0;
}

.default-form .check-box input:checked + label:after{
	opacity:1;
}

.default-form .radio-group{
	position:relative;
	line-height:24px;
	padding:4px 0px;
}

.default-form .radio-group input{
	position:absolute;
	left:0px;
	top:6px;
	line-height:24px;
}

.default-form .radio-group label{
	position:relative;
	padding-left:20px;
	display:block;
	line-height:24px;
	font-weight:400;
	font-size:13px;
	cursor:pointer;
}

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	background:none;
	font-size:14px;
	font-style:normal;
	height:50px;
	padding:12px 20px;
	border:1px solid #e0e0e0;
	font-family:'Roboto',sans-serif;
	line-height:24px;
	color:#333333;
	border-radius:3px;
}

.banner-form-box .form-group .ui-selectmenu-button.ui-button{
	background:#ffffff;
}

.add-listing-form .ui-selectmenu-button.ui-button{
	margin-bottom:15px;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:4px;
	left:2px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:0px !important;
	top:5px;
	width:10px;
	height:20px;
	display:block;
	color:#121212;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}

.ui-selectmenu-menu{
	z-index:999;	
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
	font-family:'Roboto',sans-serif;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #f0f0f0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px ;
	font-size:14px;
	line-height:24px;
}

/*News Widget*/

.news-widget{
	position:relative;
}

.news-widget .news-post{
	position:relative;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid rgba(255,255,255,0.07);
}

.news-widget .news-post:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border:none;	
}

.news-widget .news-post .inner{
	position:relative;
	padding-left:100px;
	min-height:70px;	
}

.news-widget .news-post .image{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	border-radius:3px;	
}

.news-widget .news-post .image img{
	display:block;
	width:100%;
	border-radius:3px;	
}

.news-widget .news-post h3{
	position:relative;
	top:-5px;
	color:#e9e9e9;
	font-size:18px;
	font-weight:500;
	line-height:1.3em;
	margin-bottom:4px;
}

.news-widget .news-post h3 a{
	color:#e9e9e9;
}

.news-widget .news-post h3 a:hover{
	color:#DE5018;
}

.news-widget .news-post .posted-date{
	position:relative;
	font-size:14px;
	font-weight:400;
	color:#606189;
}

/*List Style One*/

.contact-info-list{
	position:relative;
}

.contact-info-list li{
	position:relative;
	padding-left:34px;
	line-height:30px;
	font-size:15px;
	font-weight:400;
	margin-bottom:15px;
}

.contact-info-list li .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#DE5018;
	font-size:20px;
	line-height:1em;
}

.main-footer .social-links{
	position:relative;
	padding-top:10px;	
}

.main-footer .social-links li{
	position:relative;
	float:left;
	margin-right:7px;
	margin-bottom:7px;	
}

.main-footer .social-links li a{
	position:relative;
	display:block;
	width:36px;
	height:36px;
	line-height:32px;
	background:none;
	border:2px solid rgba(255,255,255,0.20);
	color:rgba(255,255,255,0.30);
	font-size:14px;
	text-align:center;
	border-radius:50%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.main-footer .social-links li a:hover{
	background:#DE5018;
	border-color:#DE5018;
	color:#ffffff;	
}

.main-footer a{
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .footer-bottom{
	position:relative;
	font-size:15px;
	line-height:24px;
	z-index:1;
}

.main-footer .footer-bottom .outer{
	position:relative;
	padding:22px 0px;
	border-top:1px solid rgba(255,255,255,0.07);	
}

.main-footer .footer-bottom .copyright{
	position:relative;
	float:left;
	font-size:15px;
	font-weight:400;
	color:#8E413B;
}

.main-footer .footer-bottom .copyright a{
	color:#DE5018;
}

.main-footer .footer-bottom .footer-links{
	float:right;	
}

.main-footer .footer-bottom .footer-links li{
	position:relative;
	float:left;
	margin-left:27px;	
}

.main-footer .footer-bottom .footer-links li:before{
	content:'';
	position:absolute;
	left:-14px;
	top:50%;
	margin-top:-6px;
	height:13px;
	border-left:1px solid #ffffff;	
}

.main-footer .footer-bottom .footer-links li:first-child:before{
	display:none;	
}

.main-footer .footer-bottom .footer-links li a{
	display:block;
	line-height:24px;
	color:#ffffff;	
}

.main-footer .footer-bottom .footer-links li a:hover{
	color:#DE5018;	
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.service-section-two{
	position:relative;
	padding:110px 0px 86px;	
}

.service-section-two .title-box-two .theme-btn{
	margin-top:26px;	
}

.service-block-four{
	position:relative;
	margin-bottom:30px;	
}

.service-section-two .row{
	margin:0px -12px;	
}

.service-section-two .service-block-four{
	padding:0px 12px;
	margin-bottom:24px;	
}

.service-block-four .inner-box{
	position:relative;
	display:block;
	padding:35px 30px 35px 90px;
	border:2px solid #f7f7f7;
	border-radius:3px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.service-block-four .inner-box:hover{
	border-color:#DE5018;
}

.service-block-four .inner-box .icon-box{
	position:absolute;
	left:30px;
	top:32px;
	font-size:42px;
	color:#DE5018;
	line-height:1.4em;	
}

.service-block-four .inner-box h3{
	font-size:20px;
	color:#000000;
	font-weight:500;
	text-transform:capitalize;
	line-height:1.4em;
	margin-bottom:10px;	
}

.service-block-four .inner-box h3 a{
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-block-four .inner-box:hover h3 a{
	color:#DE5018;
}

.service-block-four .inner-box .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:1;	
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	text-align:center;
	background-size:cover;
	background-repeat:no-repeat;
	  padding: 84px 0px 3px 0px;
	background-position:right center;
}

.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	position:absolute;
	background: rgb(0, 148, 223);
}

.page-title h1{
	position:relative;
	font-size:31px;
	font-weight:800;
	color:#ffffff;
	line-height:1.4em;
	letter-spacing:1px;
	text-transform:uppercase;
}

.page-info{
	position:relative;
	color:#272727;
	border-bottom:1px solid #f0f0f0;
}

.page-info h2{
	font-size:16px;
	color:#272727;
	line-height:24px;
	font-weight:700;	
}

.page-info .bread-crumb{
	position:relative;
	font-size:15px;
	padding:17px 0px 16px;
}

.page-info .bread-crumb li{
	position:relative;
	display:inline-block;
	font-size:15px;
	margin-right:28px;
	color:#DE5018;
	font-weight:500;
	line-height:24px;
	text-transform:capitalize;
}

.page-info .bread-crumb li:last-child{
	margin-right:0px;
}

.page-info .bread-crumb li:after{
	content:'\f105';
	font-family: 'FontAwesome';
	position:absolute;
	right:-23px;
	width:10px;
	line-height:24px;
	font-size:18px;
	color:#888888;
}

.page-info .bread-crumb li:last-child:after{
	display:none;	
}

.page-info .bread-crumb li a{
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-info .bread-crumb li a:hover{
	color:#DE5018;	
}

/************************************************/

p {
	text-align: center;
}

.toggle,
[id^=drop] {
	display: none;
}

nav {
	margin: 0;
	padding: 12px 0;
	background: #fff;
	/*border-bottom: 2px solid #DE5018;*/
	box-shadow: 0px 6px 12px -7px #cecece;
	z-index: 999;
}

nav:after {
	content: "";
	display: table;
	clear: both;
}

nav ul {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	/*width:100%;*/
}

nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
	/*background-color: #6a737b; padding:0 49px; border-right: 1px solid rgba(78, 78, 78, 0.57);*/
}

nav a {
	display: block;
	padding: 0 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	font-family: 'Sintony', sans-serif;
	line-height: 50px;
	text-align: center;
	color: #000;
	text-decoration: none;
}


/*nav ul li:hover{ background: #DE5018; -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; }*/

	nav ul li ul li:hover {
		/*background: #DE5018; */
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	nav ul li a:hover {
		/*background: #DE5018; -webkit-transition: all 0.3s ease-out;*/
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		color: #DE5018;
	}

	.dropdown-menu>li>a:hover,
	.dropdown-menu>li>a:focus {
		color: #DE5018 !important;
	}

	nav ul ul {
		display: none;
		position: absolute;
		top: 50px;
		z-index: 999999;
	}

	nav ul li:hover>ul {
		display: inherit;
	}

	nav ul ul li {
		/* width: 180px;*/
		float: none;
		display: list-item;
		position: relative;
		border: 0;
		padding: 0 5px;
		/*left: -79px;*/
	}

	nav ul ul ul li {
		position: relative;
		top: -50px;
		left: 160px;
	}


	/*li > a:after { content: ' +'; }*/

	li>a:only-child:after {
		content: '';
	}


/* Media Queries
--------------------------------------------- */

@media all and (max-width: 768px) {
	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}
	nav {
		margin: 0;
	}
	.toggle+a,
	.menu {
		display: none;
	}
	.toggle {
		display: block;
		/*background-color: #6a737b;*/
		padding: 0 20px;
		color: #FFF;
		/*font-size: 20px;*/
		line-height: 50px;
		text-decoration: none;
		border: none;
		text-align: center;
		text-transform: uppercase;
	}
	.toggle:hover {
		background-color: #DE5018;
	}
	[id^=drop]:checked+ul {
		display: block;
	}
	nav ul li {
		display: block;
		width: 100%;
		border: none;
	}
	nav ul ul li {
		background-color: #DE5018;
	}
	/*nav ul li:hover{background:none;}*/
	nav ul ul .toggle,
	nav ul ul a {
		padding: 0px;
		background-color: #DE5018;
	}
	nav ul ul ul a {
		padding: 0 80px;
	}
	nav a:hover,
	nav ul ul ul a {
		background-color: none;
	}
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: none;
	}
	nav ul ul {
		float: none;
		position: static;
		color: #ffffff;
	}
	nav ul ul li:hover>ul,
	nav ul li:hover>ul {
		display: none;
	}
	nav ul ul li {
		display: block;
		width: 100%;
		left: 0;
	}
	nav ul ul ul li {
		position: static;
	}
}

@media all and (min-width: 1000px) and (max-width: 1190px) {
	nav ul li {
		/* width: 180px; */
		float: none;
	}
	nav a {
		padding: 0;
	}
}

@media all and (min-width: 800px) and (max-width: 1000px) {
	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}
	nav {
		margin: 0;
	}
	.toggle+a,
	.menu {
		display: none;
	}
	.toggle {
		display: block;
		/*background-color: #6a737b;*/
		padding: 0 20px;
		color: #FFF;
		/*font-size: 20px;*/
		line-height: 50px;
		text-decoration: none;
		border: none;
		text-align: center;
		text-transform: uppercase;
	}
	.toggle:hover {
		background-color: #DE5018;
	}
	[id^=drop]:checked+ul {
		display: block;
	}
	nav ul li {
		display: block;
		width: 100%;
		border: none;
	}
	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}
	nav ul ul ul a {
		padding: 0 80px;
	}
	nav a:hover,
	nav ul ul ul a {
		/*background-color: #DE5018;*/
	}
	nav ul li ul li .toggle,
	nav ul ul a {
		/*background-color: #DE5018;*/
	}
	nav ul ul {
		float: none;
		position: static;
		color: #ffffff;
	}
	nav ul ul li:hover>ul,
	nav ul li:hover>ul {
		display: none;
	}
	nav ul ul li {
		display: block;
		width: 100%;
		left: 0;
	}
	nav ul ul ul li {
		position: static;
	}
}

@media all (min-width: 768px) {
	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}
	nav {
		margin: 0;
	}
	.toggle+a,
	.menu {
		display: none;
	}
	.toggle {
		display: block;
		/*background-color: #6a737b;*/
		padding: 0 20px;
		color: #FFF;
		/*font-size: 20px;*/
		line-height: 50px;
		text-decoration: none;
		border: none;
		text-align: center;
		text-transform: uppercase;
	}
	.toggle:hover {
		background-color: #DE5018;
	}
	[id^=drop]:checked+ul {
		display: block;
	}
	nav ul li {
		display: block;
		width: 100%;
	}
	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}
	nav ul ul ul a {
		padding: 0 80px;
	}
	nav a:hover,
	nav ul ul ul a {
		/*background-color: #DE5018;*/
	}
	nav ul li ul li .toggle,
	nav ul ul a {
		/*background-color: #DE5018;*/
	}
	nav ul ul {
		float: none;
		position: static;
		color: #ffffff;
	}
	nav ul ul li:hover>ul,
	nav ul li:hover>ul {
		display: none;
	}
	nav ul ul li {
		display: block;
		width: 100%;
		left: 0;
	}
	nav ul ul ul li {
		position: static;
	}
}

@media all and (max-width: 330px) {
	nav ul li {
		display: block;
		width: 94%;
	}
}


/*----------------------------nav new-----------------*/


/*---start-header---*/

.header-top-main {
	padding: 5px 0;
	background: #DE5018;
}

.main-head {
	display: flex;
	justify-content: space-between;
}

.header-top-main .text-left {
	width: 50%;
	display: flex;
	justify-content: flex-start;
}

.header-top-main .text-right {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.header-top-main .text-right .fa {
	font-size: 20px;
}

.email-phone {
	display: flex;
}

.email-phone .icon-sec {
	margin-right: 10px;
	display: flex;
	align-items: center;
}

.email-phone .icon-sec span a {
	color: #fff;
}

.email-phone .icon-sec span.fa {
	color: #fff;
	margin: 0 5px;
	transition: all 0.5s ease-out;
}
.text-right .email-phone .icon-sec span.fa:hover{
	color: #bd0808;
	transition: all 0.5s ease-out;
}
.header {
	padding: 1em 0em;
	background: rgba(238, 238, 238, 0.63);
}

.header-main-sec {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-search-social-nav ul {
	margin: 1em 0em 0em 0em;
	padding: 0px;
}

.logo {
	float: left;
}

.logo a {
	font-size: 2.2em;
	color: #DE5018;
	font-family: 'Fjalla One', sans-serif;
}

.logo a:hover {
	color: #DE5018;
	text-decoration: none;
}

.top-search-social-nav ul li {
	display: inline-block;
}

.top-search-social-nav ul li a {
	background: #000;
	padding: 8px 9px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: block;
	margin: 0px 8px 0px 0px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-family: 'Sintony', sans-serif;
	line-height: 1em;
}

.top-search-social-nav li.active>a,
.top-search-social-nav li>a:hover {
	background: #DE5018;
}

.top-search-social-nav {
	float: right;
}

.sticky {
	position: fixed;
	left: 0;
	top: 55%;
	z-index: 9;
}


/*---top-nav----*/

.top-nav {
	background: #6a737b;
	border-bottom: 2px solid #DE5018;
}

.top-nav ul li {
	display: inline-block;
	float: left;
	width: 20%;
	border-right: 1px solid rgba(78, 78, 78, 0.57);
}

.top-nav li.active1>a,
.top-nav li>a:hover {
	background: #DE5018;
}

.top-nav li a {
	padding: 15px 101px;
	display: block;
	text-transform: uppercase;
	color: #FFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size: 0.9em;
	text-align: center;
	font-family: 'Sintony', sans-serif;
}

.top-nav li a:hover {
	background: #DE5018 !important;
}

.navbar-nav {
	float: none !important;
}

.readmore {
	font-family: Verdana, Geneva, sans-serif;
	color: #09C;
	font-size: 12px;
	font-weight: bold;
}

.readmore:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}


/*---start-content----*/


/*  GRID OF FOUR   ============================================================================= */

.content {
	margin: 2em 0em;
}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

.col_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 1.3%;
	border: 1px solid rgba(192, 192, 192, 0.28);
}

.active-grid h3 {
	font-family: 'Sintony', sans-serif;
	color: #2E2E2E;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.active-grid p {
	font-size: 0.9em;
	padding: 0.4em 0 0 0;
	color: #292929;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	text-align: justify;
}

.grids h4 {
	font-family: 'Sintony', sans-serif;
	color: #2E2E2E;
	font-size: 1.8em;
	text-transform: uppercase;
	float: left;
	font-weight: 600;
	margin: 0em 0em 1.2em 0em;
}

.grids h5 {
	float: right;
	width: 85%;
	display: inline-block;
	padding: 2px;
	margin: 0em;
}

.grids h3 img {
	vertical-align: middle;
	padding-right: 8px;
}

.active-grid {
	background: #DE5018;
	color: #fff;
	padding: 1em 1.5em;
}

.active-grid:hover {
	background: #6a737b;
}

.active-grid h3,
.active-grid p {
	color: #fff;
}

.span_1_of_4:hover h3 {
	color: #fff;
}

.span_1_of_4:hover p {
	color: #fff;
}

.big-button {
	background: url(../images/btn-bg.png) repeat-x;
	padding: 20px;
	margin: 3em 0em 0em 0em;
}

.recent-places {
	margin: 1em 0em 0em 0em;
}

.we-do {
	padding: 0em 0.6em 0em 0em !important;
}

.big-b-text {
	float: left;
}

.big-b-text p {
	font-family: 'Sintony', sans-serif;
	color: #DE5018;
	font-size: 1.7em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

.big-b-btn {
	float: right;
}

.big-b-btn a {
	font-family: 'Sintony', sans-serif;
	color: #FFF !important;
	font-size: 1.2em;
	text-transform: uppercase;
	background: #6a737b;
	padding: 13px 10px;
	display: inline-block;
	margin-top: 7px !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.big-b-btn a:hover {
	background: #DE5018;
	color: #fff;
}

.big-b-text span {
	float: left;
	font-size: 14px;
	color: #292929;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	text-transform: none;
	text-align: justify;
}


/*---recent-places----*/

.recent-places h4 {
	font-family: 'Sintony', sans-serif;
	color: #2E2E2E;
	font-size: 1.8em;
	text-transform: uppercase;
	margin: 0em 0em 1.5em 0em;
	font-weight: 600;
}

.recent-places h5 {
	float: right;
	width: 80%;
	background: url(../index.html) 0% 73% repeat-x;
	display: inline-block;
	height: 15px;
	margin: 0.2em 0em 0em 0em;
}


/* Common division block */

.holder img {
	display: block;
}


/* Caption and Light */

.caption {
	color: rgba(0, 0, 0, 0);
	line-height: 100px;
}

.caption:hover {
	border: 6px solid #E0E0E0;
	color: rgb(255, 255, 255);
	line-height: 500px;
	box-shadow: 0px 0px 10px 7px #FFFFFF;
}

.caption>div {
	position: absolute;
	top: 0px;
	left: 50px;
	font-size: 30px;
}


/* Smooth Caption */

.smooth:hover img {
	cursor: pointer;
	box-shadow: 0px 0px 2px #333333;
}

.go-left {
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	right: -600px;
	width: 360px;
	text-align: center;
	font-size: 20px;
	margin: 10px;
	padding: 10px;
	-webkit-transition: 0.5s Ease;
	-moz-transition: 0.5s Ease;
	-o-transition: 0.5s Ease;
	transition: 0.5s Ease;
}

.smooth:hover>.go-left {
	right: 0px;
}

.go-top {
	background-color: rgba(66, 165, 245, 0.7);
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	top: 600px;
	width: 97%;
	text-align: center;
	font-size: 15px;
	overflow: hidden;
	-webkit-transition: 0.5s Ease;
	-moz-transition: 0.5s Ease;
	-o-transition: 0.5s Ease;
	transition: 0.5s Ease;
}

.smooth:hover>.go-top {
	top: 0px;
}

.go-top p {
	font-size: 12px;
}

.go-top h3 {
	font-family: 'Sintony', sans-serif;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-top: 25px
}

.go-top p {
	font-size: 0.8em;
	padding: 0.4em 0 0 0;
	color: #FFF;
	line-height: 1.5em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	font-family: 'Sintony', sans-serif;
}

.go-top a {
	font-family: 'Sintony', sans-serif;
	color: #2E2E2E;
	font-size: 0.875em;
	text-transform: uppercase;
	background: #FFF;
	padding: 8px 13px;
	display: inline-block;
	margin: 14px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.go-top a:hover {
	background: #2E2E2E;
	color: #fff;
}

.last-grid {
	margin-right: 0px;
}

.holder img {
	-webkit-filter: grayscale(100%);
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
	width: 100%;
}

   
/*** 

====================================================================
	Call To Action
====================================================================

***/

.call-to-action-two{
	position:relative;
	padding:40px 0px 20px;
	background-color:#DE5018;
}

.call-to-action-two .column{
	position:relative;
	float:left;
	margin-bottom:20px;
}

.call-to-action-two .link-column{
	float:right;
}

.call-to-action-two .link-column .theme-btn{
	font-size:16px;
	font-weight:400;
	text-transform:capitalize;	
	    margin-top: 23px;
}

.call-to-action-two .column .text{
	position:relative;
	color:#ffffff;
	font-size:28px;
	line-height:40px;
	padding:5px 0px;
	font-weight:500;
	font-family: 'Roboto', serif;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background:#FFFFFF;
	color:#913E3A;
}

.main-footer .widgets-section{
	position:relative;
	padding:50px 0px 5px;
	z-index:1;
}

.main-footer .footer-column{
	margin-bottom:25px;	
}

.main-footer .footer-widget{
	position:relative;	
}

.main-footer .footer-logo{
	position:relative;
	margin-bottom:15px;	
}

.main-footer .footer-logo img{
	display:block;
	max-width:100%;	
}

.main-footer .footer-column h2{
	font-size:24px;
	font-weight:600;
	color:#913E3A;
	padding-bottom:12px;
	letter-spacing:1px;
	margin-bottom:25px;
	text-transform:capitalize;
}

.main-footer .footer-column h2:before{
    position: absolute;
	content:'';
    left: 0px;
    bottom: 0px;
    width: 50px;
    border-bottom: 2px solid #ffffff;
}

.main-footer .footer-column h2:after{
    position: absolute;
    content: '';
    left: 55px;
    bottom: 0px;
    width: 8px;
    border-bottom: 2px solid #ffffff;
}

.main-footer .links-widget .list li{
	position:relative;
	margin-bottom:8px;
}

.main-footer .links-widget .list li a{
	position:relative;
	display:block;
	line-height:24px;
	color:#913E3A;
	font-size:15px;
	font-weight:400;
	padding:4px 0px 4px 20px;
	text-transform:capitalize;	
}

.main-footer .links-widget .list li a:before{
	content:'\f105';
	position:absolute;
	left:0px;
	top:3px;
	line-height:24px;
	font-size:16px;
	color:#913E3A;
	font-family: 'FontAwesome';
}

.main-footer .links-widget .list li a:hover,
.main-footer .links-widget .list li a:hover::before{
	color:#DE5018;	
}

.main-footer .logo-widget{
	position:relative;	
}

.main-footer .logo-widget .text{
	position:relative;
	line-height:1.8em;
	margin-bottom:25px;
	color:#913E3A;
	font-size:15px;
}

.main-footer .logo-widget .form-group{
	position:relative;
	display:block;
	margin-bottom:10px;
	max-width:300px;
}

.main-footer .logo-widget .form-group input[type="text"],
.main-footer .logo-widget .form-group input[type="tel"],
.main-footer .logo-widget .form-group input[type="email"],
.main-footer .logo-widget .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	height:54px;
	color:#222222;
	font-size:14px;
	border-radius:5px;
	line-height:30px;
	padding:12px 16px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer .logo-widget .form-group input[type="text"]:focus,
.main-footer .logo-widget .form-group input[type="tel"]:focus,
.main-footer .logo-widget .form-group input[type="email"]:focus,
.main-footer .logo-widget .form-group textarea:focus{
	background:#f1f1f1;	
}

.main-footer .logo-widget .form-group input[type="submit"],
.main-footer .logo-widget button{
	position:absolute;
	right:0px;
	top:0px;
	color:#ffffff;
	font-size:20px;
	width:60px;
	height:54px;
	line-height:54px;
	display:block;
	text-align:center;	
	background-color:#DE5018;
	border-radius:0px 5px 5px 0px;
}


	/*---services----*/


	/*  GRID OF THREE   ============================================================================= */

	.section {
		clear: both;
		padding: 0px;
		margin: 0px;
	}

	.group:before,
	.group:after {
		content: "";
		display: table;
	}

	.group:after {
		clear: both;
	}

	.group {
		zoom: 1;
	}

	.listimg {
		display: block;
		float: left;
	}

	.text {
		display: block;
		float: left;
		/*margin: 0% 0 0% 3%;*/
	}

	.listview_1_of_2 {
		margin: 0em 0em 2em 0em;
	}

	.images_1_of_2 {
		padding: 10px;
		box-shadow: 0px 0px 10px rgba(187, 255, 181, 0.26);
		border: 1px solid rgba(192, 192, 192, 0.28);
		margin-bottom: 10px;
	}

	.listimg_2_of_1 {
		width: 15%;
	}

	.list_2_of_1 {
		/*width: 80%;*/
	}

	.images_1_of_2 img {
		max-width: 100%;
		display: block;
	}

	.list_2_of_1 h3 {
		font-family: Verdana, Geneva, sans-serif;
		color: #2E2E2E;
		font-size: 1.5em;
		margin: 0em;
		text-transform: uppercase;
	}

	.list_2_of_1 p {
		font-size: 0.9em;
		padding: 0.1em 0 0.1em 0;
		color: #292929;
		line-height: 1.8em;
		margin: 0.3em 0em;
		font-family: Arial, Helvetica, sans-serif;
		text-align: justify;
	}

	.list_2_of_1 .button {
		line-height: 1.9em;
		margin-top: 0.5em;
	}

	.list_2_of_1 .button a {
		font-family: 'Sintony', sans-serif;
		color: #FFF;
		font-size: 1em;
		text-transform: uppercase;
		background: #2E2E2E;
		padding: 5px 15px;
		display: inline-block;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.list_2_of_1 .button a:hover {
		background: #DE5018;
	}

	.services h4 {
		font-family: 'Sintony', sans-serif;
		color: #2E2E2E;
		font-size: 1.8em;
		text-transform: uppercase;
		padding: 0px;
		float: left;
		margin: 0em 0em 1.5em 0em;
		font-weight: 600;
	}

	.services h5 {
		float: right;
		width: 80%;
		background: url(../index.html) 0% 73% repeat-x;
		display: inline-block;
		padding: 0px;
		height: 15px;
		margin: 0em;
	}

	.listview_1_of_2 {
		padding: 0px 15px 0px 0px !important;
	}

	.services {
		margin-bottom: 35px;
	}


	/*---start-gallery---*/

	.gallerys {
		padding-top: 10px;
	}

	.gallery-grid {
		padding: 0em 1em 0em 0em;
	}

	.gallerys h3 {
		font-family: 'Sintony', sans-serif;
		color: #2E2E2E;
		font-size: 1.8em;
		text-transform: uppercase;
		margin: 0em 0em 1.5em 0em;
		float: left;
		font-weight: 600;
	}

	.gallerys h5 {
		float: right;
		width: 80%;
		background: url(../index.html) 0% 73% repeat-x;
		display: inline-block;
		height: 15px;
		margin-top: 7px;
	}

	.gallery-grid p {
		font-size: 0.9em;
		padding: 0.1em 0 0.6em 0;
		color: #292929;
		line-height: 1.6em;
		font-family: verdana, arial, helvetica, helve, sans-serif;
		font-family: 'Sintony', sans-serif;
		text-align: left;
	}

	.gallery-button a {
		font-family: 'Sintony', sans-serif;
		color: #FFF;
		font-size: 1em;
		text-transform: uppercase;
		background: #2E2E2E;
		padding: 9px 15px;
		display: inline-block;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		display: inline-block;
	}

	.gallery-button a:hover {
		background: #DE5018;
		color: #FFF;
	}

	.gallery-grids {
		margin-bottom: 5em;
	}

	.projects-bottom-paination ul li {
		display: inline-block;
	}

	.projects-bottom-paination {
		text-align: center;
		padding-top: 55px;
	}

	.projects-bottom-paination li a {
		font: 400 12px/1.2em Arial;
		color: #5a5a5a;
		padding: 11px 18px;
		background: #fff;
		text-decoration: none;
		text-shadow: none;
		border: 1px solid #e9e9e9;
		margin-top: 16px;
		font-family: 'Sintony', sans-serif;
	}

	.projects-bottom-paination li.active>a,
	.projects-bottom-paination li>a:hover {
		background: #DE5018;
		color: #fff;
	}

	.gallery-grid h4 {
		font-family: 'Sintony', sans-serif;
		font-size: 18px;
		line-height: 22px;
		text-transform: uppercase;
		color: #2E2E2E;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		cursor: pointer;
	}

	.gallery-grid h4:hover {
		color: #DE5018;
	}


	/*  Contact Form  ============================================================================= */

	.section {
		clear: both;
		padding: 0px;
		margin: 0px;
	}

	.group:before,
	.group:after {
		content: "";
		display: table;
	}

	.group:after {
		clear: both;
	}

	.group {
		zoom: 1;
	}

	.span_2_of_3 h3,
	.span_1_of_3 h3,
	.contact-form h3 {
		font-family: 'Sintony', sans-serif;
		color: #2E2E2E;
		font-size: 1.8em;
		text-transform: uppercase;
		margin: 0em 0em 1em 0em;
		float: left;
		font-weight: 600;
	}

	.span_1_of_3 h5,
	.contact-form h5 {
		float: left;
		width: 75.5%;
		background: url(../index.html) 0% 73% repeat-x;
		display: inline-block;
		height: 15px;
		margin: 0.2em 0em 0em 1em;
	}

	.contact_info {
		margin-bottom: 3em;
	}

	.contact-form {
		position: relative;
	/*padding-bottom: 30px;
	padding-left: 65px;*/
}

.contact-form div {
	/*padding: 5px 0;*/
}

.contact-form span {
	display: block;
	font-size: 1em;
	color: #2E2E2E;
	padding-bottom: 10px;
	font-family: 'Sintony', sans-serif;
}

.contact-form input[type="text"],
.contact-form textarea {
	padding: 10px;
	display: block;
	width: 100%;
	border: none;
	outline: none;
	color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cecece;
	border-radius: 5px;
}

/*.contact-form textarea {
	resize: none;
	height: 120px;
	}*/

	.contact-form input[type="submit"] {
		font-family: 'Sintony', sans-serif;
		color: #FFF;
		font-size: 1em;
		text-transform: uppercase;
		background: #2E2E2E;
		padding: 12px 20px;
		display: inline-block;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		display: inline-block;
		border: none;
		outline: none;
		-webkit-appearance: none;
		cursor: pointer;
		border-radius: 5px;
	}

	.contact-form input[type="submit"]:hover {
		background: #DE5018;
	}

	.contact-form input[type="submit"]:active {
		background: #DE5018;
	}

	.company_address p {
		font-size: 0.875em;
		color: #6a6a6a;
		line-height: 1.9em;
		margin: 0px;
		text-align: left;
	}

	.company_address p span,
	.company_address p span a {
		text-decoration: underline;
		color: #454545;
		cursor: pointer;
	}
	.About-sec.contact{
		padding: 60px 0 0 0; 
	}

	.contact-us-sec{
		margin-top: 15px;
	}

	.contact-us-sec ul{
		list-style-type: none;
		padding-left: 10px;
		margin-bottom: 0;
	}

	.contact-us-sec ul li{
		margin-bottom: 10px;
		display: flex;
		align-items: end;
	}
	.contact-us-sec ul li:last-child{
		margin-bottom: unset;
	}
	.contact-us-sec ul li span{
		font-size: 15px;
		line-height: 22px;
	}
	.contact-us-sec ul li span.fa{
		margin-right: 10px;
		font-size: 22px;
		text-align: center;
		line-height: 22px;
		color: #DE5018;
	}

	.contact-us-sec ul li span a{
		color: #333;
		text-decoration: none;
	}
	.contact-us-sec ul li span a:hover{
		color: #DE5018;	
	}
	/*----responsive-design-----*/

	@media(max-width:1366px) {
		.wrap {
			width: 90%;
		}
		.top-nav li a {
			padding: 15px 95.6px;
		}
		.grids h5 {
			width: 84%;
		}
		.recent-places h5 {
			width: 81%;
		}
		.holder {
			width: 23.2%;
		}
		.go-top h3 {
			margin-top: 25px;
		}
		.about-grid h5 {
			width: 34%;
		}
	}

	@media(max-width:1280px) {
		.wrap {
			width: 90%;
		}
		.top-nav li a {
			padding: 15px 87.9px;
		}
		.grids h5 {
			width: 84%;
		}
		.recent-places h5 {
			width: 80%;
		}
		.holder {
			width: 23%;
		}
		.about-grid h5 {
			width: 29%;
		}
		.span_1_of_3 h5,
		.contact-form h5 {
			width: 55%;
		}
	}

	@media(max-width:1024px) {
		.wrap {
			width: 90%;
		}
		.top-nav li a {
			padding: 15px 64.9px;
		}
		.grids h5 {
			width: 79%;
		}
		.big-b-text p {
			font-size: 1.7em;
		}
		.recent-places h5 {
			width: 74%;
		}
		.holder {
			width: 22.6%;
		}
		.go-top h3 {
			margin-top: 18px;
		}
		.about-grid h5 {
			width: 10%;
		}
		.span_1_of_3 h5,
		.contact-form h5 {
			width: 66.5%;
		}
		.span_1_of_4 h3 {
			font-size: 1.3em;
		}
		.go-top h3 {
			font-size: 0.9em;
		}
		.go-top p {
			padding: 0;
		}
		.list_2_of_1 h3 {
			font-size: 1.2em;
		}
		.navbar-toggle {
			float: right !important;
			margin-right: 0px !important;
			background-color: #DE5018 !important;
		}
		.navbar-toggle .icon-bar {
			background: #fff !important;
		}



		.navbar-collapse.collapse{
			width:70%;
		}
		.navbar-header {
			width: 30%;
		}


		.our-products .product-sections .main-section{
			margin-bottom: 30px;
		}
		.authorized-sec .authorize-main{
			flex-direction: column;
		}
		.footer-btm a{
			font-size:12px;
			padding:7px 10px 3px 10px !important;
		}
		.main-head .text-right{
			display:flex;
		}
		.navbar-brand{
			padding: 15px 0;
		}
	}
	@media(max-width:1023px) {
		.header-main-sec {
			flex-direction: column;
		}
		.navbar-collapse.collapse{
			width:100%;
		}

		.navbar-header {
			width: 100%;
		}
	}


	@media(max-width:768px) {
		.header-top-main .text-left{
			width:100%;
			justify-content: center;
		}
		.main-head .text-right{
			display:none;
		}
		.wrap {
			width: 90%;
		}
		.top-nav li a {
			padding: 15px 42.7px;
		}
		.grids h5 {
			width: 72%;
		}
		.big-b-text p {
			font-size: 1.2em;
		}
		.recent-places h5 {
			width: 66%;
		}
		.holder {
			width: 21.8%;
		}
		.go-top h3 {
			margin-top: 6px;
			font-size: 0.8em;
		}
		.span_1_of_3 h5,
		.contact-form h5 {
			width: 70.5%;
		}
		.span_1_of_4 h3 {
			font-size: 1.3em;
		}
		.go-top h3 {
			font-size: 0.9em;
		}
		.go-top {
			width: 100%;
		}
		.span_1_of_4 {
			width: 20.6%;
		}
		.big-b-btn a {
			font-size: 1.2em;
			padding: 7px 8px;
		}
		.go-top a {
			font-size: 0.7em;
			padding: 5px 12px;
			margin: 5px 0px 14px 0px;
		}
		.footer-grid h3 {
			font-size: 1.2em;
		}
		.about-grid h3 {
			font-size: 1.3em;
		}
		.about-grid h5 {
			margin-top: 0px;
			padding: 0px;
			width: 70% !important;
		}
		.we-do {
			float: left;
			width: 50%;
			margin-bottom: 0.6em;
		}
		.holder.smooth {
			float: left;
			width: 25%;
		}
		.content {
			margin: 4em 0em;
		}
		.big-button {
			margin: 3em 0em 0em 0em;
		}
		.recent-places {
			margin: 3em 0em 0em 0em;
		}
		.footer-grid {
			float: left;
			width: 50%;
			margin-bottom: 2em;
		}
		.about-grid {
			margin-bottom: 2em;
		}
		.go-top {
			width: 95%;
		}
		.services h5 {
			width: 71%;
		}
		.gallery-grids {
			margin-bottom: 0em;
		}
		.gallery-grid {
			margin-bottom: 2em;
		}
		.projects-bottom-paination {
			padding-top: 30px;
		}
		.content {
			margin: 3em 0em;
		}
		.contact-form {
			padding-bottom: 0px;
		}
		.span_1_of_3 {
			margin-bottom: 3em;
		}

	}

	@media(max-width:640px) {
		.navbar-header {
			text-align: center !important;
		}
		.top-nav ul li {
			float: none;
			width: 100%;
		}
		.big-b-btn a {
			margin: 0em;
			font-size: 0.9em;
		}
		.big-b-text p {
			font-size: 1.1em;
			margin: 0px;
		}
		.big-b-text span {
			font-size: 0.8em;
		}
		.footer-grid {
			width: 100%;
			margin-bottom: 1.5em;
		}
		.copy-right p {
			font-size: 0.9em;
		}
		.go-top p {
			font-size: 0.7em;
			padding: 0px 5px 0 0;
			margin: 0px;
		}
		.services h5 {
			width: 68%;
		}
		.about-grid h3 {
			font-size: 1.6em;
		}
		.about-grid h5 {
			width: 60% !important;
		}
	}

	@media(max-width:480px) {
		.logo a {
			font-size: 2em;
		}
		.top-search-social-nav ul {
			margin: 0.5em 0em 0em 0em;
		}
		.top-search-social-nav ul li a {
			padding: 5px 6px;
			margin: 0px 1px 0px 0px;
			line-height: 1em;
		}
		.content {
			margin: 3em 0em;
		}
		.grids h5 {
			width: 60%;
		}
		.we-do {
			padding: 0em !important;
		}
		.we-do {
			margin-bottom: 1em;
		}
		.big-button {
			margin: 1em 0em 0em 0em;
		}
		.we-do {
			float: none;
			width: 100%;
		}
		.big-b-text {
			float: none;
			width: 100%;
		}
		.big-b-btn {
			float: none;
			width: 32%;
			text-align: center;
			margin: 1.5em auto 0em;
		}
		.big-b-text p {
			font-size: 0.76em;
		}
		.big-b-text span {
			font-size: 0.7em;
		}
		.holder.smooth {
			float: left;
			width: 50%;
			margin: 0em auto 0.8em;
		}
		.recent-places h4 {
			margin: 0em 0em 1em 0em;
		}
		.footer {
			padding: 2.5em 0em;
		}
		.footer-grid h3 {
			font-size: 1.3em;
		}
		.go-top {
			width: 96.5%;
		}
		.go-top h3 {
			margin-top: 25px;
		}
		.listview_1_of_2 {
			padding: 0px 0px 0px 0px !important;
		}
		.list_2_of_1 .button a {
			font-size: 0.85em;
			padding: 2px 12px;
		}
		.list_2_of_1 p {
			font-size: 0.83em;
		}
		.list_2_of_1 h3 {
			font-size: 1.05em;
		}
		.services h5 {
			width: 55%;
		}
		.grids h4 {
			font-size: 1.5em;
			margin: 0em 0em 1em 0em;
		}
		.active-grid h3 {
			font-size: 1.1em;
			margin: 0.2em 0em;
		}
		.recent-places h4 {
			font-size: 1.5em;
		}
		.recent-places {
			margin: 2em 0em 0em 0em;
		}
		.about-grid {
			margin-bottom: 1em;
		}
		.listview_1_of_2 {
			margin: 0em 0em 1em 0em;
		}
		.about-grid h3 {
			font-size: 1.4em;
		}
		.gallerys h5 {
			float: right;
			width: 70%;
		}
	/*.footer-grid {
		padding: 0px !important;
		}*/
		.gallery-grid {
			padding: 0px !important;
		}
		.projects-bottom-paination {
			padding-top: 10px;
		}
		.services h4 {
			font-size: 1.5em;
			margin: 0em 0em 1em 0em;
		}
		.gallerys h3 {
			font-size: 1.5em;
			margin: 0em 0em 1em 0em;
		}
		.gallery-grid h4 {
			font-size: 15px;
		}
		.gallery-button a {
			font-size: 0.8em;
			padding: 8px 10px;
		}
		.footer-grid a {
			font-size: 0.85em;
			padding: 5px 10px;
		}
		.span_2_of_3 h3,
		.span_1_of_3 h3,
		.contact-form h3 {
			font-size: 1.5em;
		}
		.span_1_of_3 {
			margin-bottom: 1.5em;
			padding: 0px !important;
		}
		.contact_info {
			margin-bottom: 1.5em;
		}
		.span_1_of_3 h5,
		.contact-form h5 {
			width: 65%;
		}
		.span_2_of_3 {
			padding: 0px !important;
		}
		.contact-form span {
			font-size: 0.85em;
		}
		.about-grid h5 {
			width: 50% !important;
			margin-top: 0.2em;
		}
		.footer-grid p {
			font-size: 0.85em;
		}
	}
	@media(max-width:350px) {
		.header-top-main .text-left .email-phone{
			width:100%;
			justify-content: center;
			flex-direction:column;
		}
		.email-phone .icon-sec{
			justify-content: center;
		}

		.navbar-brand{
			padding: 15px 0;
		}
	}

	@media(max-width:320px) {
		.logo a {
			font-size: 1.7em;
		}
		.top-search-social-nav ul {
			margin: 0.25em 0em 0em 0em;
		}
		.nav>li>a {
			padding: 5px 10px !important;
			font-size: 0.8em !important;
		}
		.content {
			margin: 2em 0em;
		}
		.grids h5 {
			width: 50%;
		}
		.active-grid p {
			margin: 0px;
		}
		.recent-places h5 {
			width: 53%;
		}
		.go-top p {
			font-size: 0.65em;
		}
		.go-top h3 {
			font-size: 0.8em;
			margin-top: 1px;
		}
		.big-b-btn {
			float: none;
			width: 40%;
		}
		.big-b-btn a {
			font-size: 0.75em;
			text-align: center;
		}
		.copy-right p {
			font-size: 0.8em;
		}
		.go-top {
			width: 94%;
		}
		.services h5 {
			width: 40%;
		}
		.list_2_of_1 h3 {
			font-size: 0.9em;
		}
		.list_2_of_1 p {
			font-size: 0.75em;
		}
		.list_2_of_1 .button a {
			font-size: 0.75em;
			padding: 2px 10px;
		}
		.gallerys h5 {
			width: 60%;
		}
		.gallery-grid p {
			font-size: 0.85em;
		}
		.gallery-grid h4 {
			font-size: 15px;
			margin: 0.2em 0em;
		}
		.contact-form span {
			padding-bottom: 0px;
		}
		.span_1_of_3 h5,
		.contact-form h5 {
			width: 50%;
		}
		.navbar-toggle .icon-bar {
			width: 18px !important;
			height: 1px !important;
		}
	/*.navbar-toggle {
    padding: 5px 5px !important;
    }*/
    .big-button {
    	padding: 10px;
    }
    .big-b-text p {
    	font-size: 0.85em;
    }
    .big-b-text span {
    	font-size: 0.65em;
    }
    .about-grid h5 {
    	width: 29% !important;
    }


}


/*==========================================*/


/*Custom New CSS*/

.color-text {
	color: #DE5018;
}
.color-text-l{
	color: #bd0808;	
}
.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.mtb-50 {
	margin: 50px 0;
}

.mt-10 {
	margin-top: 10px;
	margin: 5px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.welcome-text {
	padding-top: 50px;
}

.main-title {}

.main-title h3 {
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	position: relative;
}

.main-title h3:before {
	position: absolute;
	content: "";
	background: #DE5018;
	height: 3px;
	width: calc(100% - 85%);
	bottom: -10px;
}
.main-title h3:after {
	position: absolute;
	content: "";
	background: #000;
	height: 3px;
	width: calc(100% - 95%);
	bottom: -10px;
	left: 18%;
}

.center-title {
	text-align: center;
}

.center-title.main-title h3 {
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
}

.center-title.main-title h3:before {
	position: absolute;
	content: "";
	background: #DE5018;
	height: 3px;
	width: calc(100% - 85%);
	bottom: -10px;
	left: 42%;
	transform: translateX(-50%);
}

.center-title.main-title h3:after {
	position: absolute;
	content: "";
	background: #000;
	height: 3px;
	width: calc(100% - 95%);
	bottom: -10px;
	left: 54%;
	transform: translateX(-50%);
}

.contain-text {
	margin-top: 20px;
}

.contain-text p {
	float: left;
	color: #292929;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	text-transform: none;
	text-align: justify;
	font-size: 16px;
	line-height: 25px;
}

.our-products {
	background: #F3F3F3;
	padding-bottom: 50px;
}

.our-products .product-sections {}

.our-products .product-sections .main-section {
	transition: 0.6s all;
	background: #fff;
	box-shadow: 0px 0px 10px 0px #ececec;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	overflow: hidden;
}

.our-products .product-sections .main-section:hover {
	transition: 0.6s all;
	transform: scale(1.02);
	box-shadow: 0px 0px 18px 5px #d2d2d2;
}

.our-products .product-sections .main-section .images-part img{
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.set-img{
	padding: 60px 0 40px 0;
}
.set-img .images-part{
	position: relative;
	width: 96%;
	margin: 0 auto;
}
.set-img .images-part .img-shap{
	position: absolute;
	top: -14px;
	left: -14px;
}

.our-products .product-sections .main-section .description-part {
	padding: 0px 0px 10px 0px;
}

.our-products .product-sections .main-section .description-part a h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #fff;
	background: #DE5018;
	text-transform: uppercase;
	text-align: center;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 15px;
	margin: 0 0 5px 0;
}

.our-products .product-sections .main-section .description-part p {
	text-align: justify;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	color: #292929;
	margin-bottom: 0;
	padding: 0 15px;
	font-size: 16px;
	line-height: 25px;
	text-align: justify
}

.authorized-sec {}

.authorized-sec .authorize-main {
	display: flex;
	align-items: center;
	justify-content: center;
}

.authorized-sec .authorize-main .autho-img {
	text-align: center;
}

.authorized-sec .authorize-main .autho-img img {
	max-width: 180px;
	margin: 0 auto;
	padding: 10px;
}

.industrees-sec {
	background: #F3F3F3;
	padding-bottom: 50px
}

.industrees-sec .main-title p {
	font-size: 16px;
	line-height: 25px;
	text-align: justify;
	color: #292929;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	text-transform: none;
}

.customer-logos {}

.customer-logos .slide {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.customer-logos .slide .desc-text {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #DE5018;
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 7px;
}

.customer-logos .slide .desc-text h4 {
	color: #fff;
	font-weight: 600;
	text-align: center;
	font-size: 16px;
}

.counter-main {}

.counter-main .counter {
	background-color: #ffffff;
	padding: 20px 0;
	border-radius: 5px;
}

.counter-main .count-title {
	font-size: 32px;
	font-weight:600;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	color: #333;
}

.counter-main .count-text {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}

.counter-main .fa-2x {
	margin: 0 auto;
	float: none;
	display: table;
	color: #DE5018;
	font-size: 45px;
}



.footer .footer-icon{

}
.footer .footer-icon a{
	border-bottom: 0;
	padding: 0;
	margin: 0 5px;
	transition: 0.6s all;
}

.footer .footer-icon a:hover .f-icon{
	color: #bd0808;
	transition: 0.6s all;

}

.footer .footer-icon .fa{
	margin-right: 10px;
	font-size: 24px;
	color: #8E413B;
	margin: 0 auto
}



/*** 

====================================================================
	Service Details
====================================================================

 ***/

.service-single{
	position:relative;
}

.service-single .main-image{
	position:relative;
	display:block;
	margin-bottom:30px;	
}

.service-single .main-image img{
	display:block;
	width:100%;	
}

.service-single .upper-content{
	position:relative;
	padding-bottom:20px;
	border-bottom:1px solid #f0f0f0;	
}

.service-single .upper-content .title-box{
	margin-bottom:30px;	
}

.service-single .upper-content .title-box h2{
	font-size:36px;
	color:#222222;
	line-height:1.4em;
	font-weight:700;
	margin-bottom:5px;	
}

.service-single .upper-content .content .text-column,
.service-single .upper-content .content .info-column{
	position:relative;
	margin-bottom:10px;
}

.service-single .upper-content .content .text-column p{
	position:relative;
	margin-bottom:25px;
	line-height:1.9em;
}

.list-style-two{
	position:relative;	
}

.list-style-two li{
	position:relative;
	padding-left:64px;
	min-height:20px;
	margin-bottom:0px;	
}

.list-style-two li:before{
	font-family: "Flaticon";
	content: "\f1d1";
	position:absolute;
	left:0px;
	top:3px;
	width:27px;
	height:27px;
	line-height:23px;
	text-align:center;
	color:#DE5018;
	
	border-radius:50%;	
}

.list-style-two li strong{
	display:block;
	font-weight:600;
	text-transform:capitalize;
	color:#222222;	
}

.service-single .service-includes{
	position:relative;
	padding:50px 0px 20px;
	border-bottom:1px solid #f0f0f0;	
}

.service-single .service-includes .title-box{
	margin-bottom:40px;	
}

.service-single .service-includes .title-box h2{
	font-size:28px;
	color:#222222;
	line-height:1.4em;
	font-weight:700;
	margin-bottom:10px;	
}

.service-block-six{
	position:relative;
	margin-bottom:40px;	
}

.service-block-six .inner-box{
	position:relative;
	display:block;
	min-height:72px;
	padding-left:100px;	
}

.service-block-six .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:5px;
	width:72px;
	height:72px;
	line-height:70px;
	text-align:center;
	font-size:32px;
	color:#DE5018;
	border:2px solid #f0f0f0;
	border-radius:5px;	
}

.service-block-six .inner-box h5{
	font-size:22px;
	color:#222222;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:7px;	
}

.service-single .advisor-box{
	position:relative;
	padding:30px 30px 10px;
	background:#36353f;
	color:#cad0de;
	line-height:20px;
	border-radius:3px;
	margin-bottom:60px;	
}

.service-single .advisor-box .left-text{
	float:left;
	margin-bottom:20px;
}

.service-single .advisor-box .link-box{
	float:right;
	margin-bottom:20px;	
}

.service-single .advisor-box .link-box .theme-btn{
	padding:12px 25px;	
}

.service-single .advisor-box h4{
	position:relative;
	top:-2px;
	font-size:20px;
	line-height:30px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:4px;	
}

.service-faqs .title-box-two{
	margin-bottom:40px;	
}

.service-faqs .title-box-two h2{
	font-size:28px;	
}

.service-faqs .accordion-box .acc-btn{
	padding-right:0px;
	padding-left:50px;	
}

.service-faqs .accordion-box .block:first-child{
	padding-top:24px;
	border-top:1px solid #f0f0f0;	
}

.service-faqs .accordion-box .block:last-child{
	border-bottom:1px solid #f0f0f0;	
}

.service-faqs .accordion-box{
	padding:0px;
	border:none;	
}

.service-faqs .accordion-box .acc-btn .icon-outer{
	left:0px;	
}

.service-single .service-analysis{
	position:relative;
	padding:60px 0px 30px;	
}

.service-single .service-analysis h2{
	font-size:28px;
	color:#000000;
	font-weight:700;
	margin-bottom:40px;	
}

.service-single .service-analysis h2 span{
	font-weight:300;
	color:#bebebe;	
}

.service-single .service-analysis .analysis-column{
	margin-bottom:60px;	
}

.service-single .service-analysis .analysis-column .chart-image{
	position:relative;
	float:left;
	width:40%;	
}

.service-single .service-analysis .analysis-column .chart-info{
	position:relative;
	float:left;
	width:60%;
	padding-left:20px;	
}

.service-single .service-analysis .analysis-column .total-percent{
	font-size:50px;
	font-weight:800;
	color:#000000;
	line-height:1em;
	margin-bottom:0px;
}

.service-single .service-analysis .analysis-column .total-percent span{
	font-size:18px;
	color:#333333;
	font-weight:400;
}

.service-single .service-analysis .analysis-column .chart-label{
	margin-top:-10px;
	font-size:16px;
	color:#cccccc;
	font-weight:300;
	margin-bottom:20px;
}

.service-single .service-analysis .analysis-column .info{
	line-height:24px;
	font-size:14px;
	color:#c7c7c7;
	font-weight:400;
}

.service-single .service-analysis .analysis-column .info li{
	position:relative;
	padding-left:20px;
	margin-bottom:10px;	
}

.service-single .service-analysis .analysis-column .info li.projects:before{
	content:'';
	position:absolute;
	left:0px;
	top:6px;
	width:10px;
	height:10px;
	background:#4e71d5;	
}

.service-single .service-analysis .growth-score .info li.projects:before{
	background:#22d078;	
}

.service-single .service-analysis .analysis-column .info li.programs:before{
	content:'';
	position:absolute;
	left:0px;
	top:6px;
	width:10px;
	height:10px;
	background:#ffc75a;	
}

.service-single .service-analysis .growth-score .info li.programs:before{
	background:#8e3ef0;	
}

.service-single .service-analysis .analysis-column .info .pull-right{
	color:#5c5b5b;
}

.service-single .service-stats{
	position:relative;
	padding-bottom:40px;	
}

.service-single .service-stats .stat-box{
	position:relative;
	margin-bottom:30px;	
}

.service-single .service-stats .stat-box .inner{
	position:relative;
	padding-left:60px;
	min-height:50px;	
}

.service-single .service-stats .stat-box .icon{
	position:absolute;
	left:0px;
	top:0px;
	line-height:50px;
	font-size:40px;
	color:#eeeeee;	
}

.service-single .service-stats .stat-box h4{
	color:#222222;
	font-size:18px;
	font-weight:500;
	line-height:30px;	
}

.service-single .service-stats .stat-box h4 strong{
	color:#DE5018;
	font-weight:500;	
}

.service-single .service-stats .stat-box .text{
	color:#8e8e8e;
	font-size:14px;
	line-height:20px;	
}


.footer .footer-grid .main-title{

}

.footer .footer-grid .main-title h3{
	font-size: 20px;
}
.footer .footer-grid .main-title h3 .color-text{
	color: #bd0808;
	display: unset;
}

.footer .footer-grid .main-title h3:before{
	background: #42a5f5;	
}

.footer-btm a{
	background: #fff;
	color: #DE5018;
	padding: 10px 15px;
	border-radius: 5px;
	font-weight: 600;
    text-decoration: none;
}
.footer-btm a:hover{
	background: #42a5f5;
	color: #fff;
}

.footer-contact ul{
	padding: 10px 10px 10px 0;
}
.footer-contact ul li{
	display: flex;
	align-items: flex-start;
}
.footer-contact ul li span{
	color: #fff;
	font-size: 1em;
	transition: all 0.3s ease-out;
}
.footer-contact ul li .fa{
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
}

.footer-contact ul li span a{
	color: #fff;
	padding: unset;
	background: unset;
	margin: 2px 0;
	text-transform: unset;
}
.bg-img{
	padding: 70px 0;
	/*width: 100%;
	height: 200px;*/
	background-position: center;
	background-repeat: no-repeat;
}
.bred-cum-title{
	position: relative;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	display: list-item;
	font-weight: 600;
	margin: unset;
}

.bred-cum-title:before {
	position: absolute;
	content: "";
	background: #42a5f5;
	height: 3px;
	width: calc(100% - 94%);
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
/*====================*/
.set-img .images-part .images{
	position: relative;
	overflow: hidden;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
}
/*.set-img .images-part .images:before {
    position: absolute;
    content: '';
    background: url(../images/shap-1.png);
    width: 140px;
    height: 140px;
    left: 25px;
    top: -15px;
    background-size: cover;
    background-repeat: no-repeat;
    }*/

    .text h4{
    	font-size: 22px;
    	color: #DE5018;
    	line-height: 26px;
    	font-weight: 600;
    	text-align: justify;
    	text-transform: uppercase;
    }
    .text h5{
    	font-size: 16px;
    	line-height: 25px;
    	text-align: justify;
    }
    .text ul{
    	padding-left: 20px;
    }
    .text ul li{
    	font-size: 16px;
    	line-height: 25px;
    	text-align: justify;
    }
    .text ul li .fa-long-arrow-right{
    	padding-right: 10px;
    	color: #DE5018;
    }

    .black{
    	color: #000;
    }

    .About-sec .text h4{
    	position: relative;
    	display: inline-block;
    	font-size: 26px;
    }

    .About-sec .text h4:before{
    	position: absolute;
    	content: "";
    	background: #000;
    	height: 3px;
    	width: calc(100% - 80%);
    	bottom: -8px;
    }
    .About-sec .text h4:after{
    	position: absolute;
    	content: "";
    	background: #DE5018;
    	height: 3px;
    	width: calc(100% - 95%);
    	bottom: -8px;
    	left: 22%;
    }

    .About-sec .hr{
    	background: #e8e8e8;
    	content: "";
    	height: 2px;
    	width: 100%;
    	display: inline-block;
    	margin: 0 auto
    }

    textarea::-webkit-input-placeholder {
    	display: block !important;
    	opacity: 1 !important;
    }

    textarea:-moz-placeholder { /* Firefox 18- */
    	display: block !important;
    	opacity: 1 !important;
    }

    textarea::-moz-placeholder {  /* Firefox 19+ */
    	display: block !important;
    	opacity: 1 !important;
    }

    textarea:-ms-input-placeholder {
    	display: block !important;
    	opacity: 1 !important;
    }

/*---------------------------------------------------------------------------------------------*/

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.small-container{
	max-width:680px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.grey-bg{
	background-color:#f9f9f9;
}

.centered{
	text-align:center;	
}

.btn-style-one{
	position:relative;
	padding:10px 30px;
	line-height:26px;
	color:#ffffff;
	font-size:15px;
	font-weight:600;
	background:#DE5018;
	border:2px solid #DE5018;
	text-transform:uppercase;
	border-radius:3px;
}

.btn-style-one:hover{
	color:#DE5018;
	background:none;
	border-color:#DE5018;
}

.btn-style-two{
	position:relative;
	padding:10px 30px;
	line-height:26px;
	color:#26292d;
	font-size:15px;
	font-weight:600;
	background:none;
	border:2px solid #e0e0e0;
	text-transform:uppercase;
	border-radius:3px;
}

.btn-style-two:hover{
	color:#ffffff;
	background:#26292d;
	border-color:#26292d;
}

.btn-style-three{
	position:relative;
	padding:10px 30px;
	line-height:26px;
	color:#ffffff;
	font-size:15px;
	font-weight:600;
	background:#DE5018;
	border:2px solid #DE5018;
	text-transform:uppercase;
	border-radius:3px;
}

.btn-style-three:hover{
	color:#DE5018;
	background:none;
	border-color:#DE5018;
}

.btn-style-four{
	position:relative;
	padding:10px 30px;
	line-height:26px;
	color:#ffffff;
	font-size:15px;
	font-weight:600;
	background:none;
	border:2px solid #ffffff;
	text-transform:uppercase;
	border-radius:3px;
}

.btn-style-four:hover{
	color:#DE5018;
	background:#ffffff;
	border-color:#ffffff;
}

.btn-style-five{
	position:relative;
	padding:10px 30px;
	line-height:26px;
	color:#DE5018;
	font-size:15px;
	font-weight:600;
	background:none;
	border:2px solid #DE5018;
	text-transform:uppercase;
	border-radius:3px;
}

.btn-style-five:hover{
	color:#DE5018;
	background:#ffffff;
	border-color:#ffffff;
}

.theme_color{
	color:#DE5018;	
}

img{
	display:inline-block;
	max-width:100%;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.gif);}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#1c1c1c;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#DE5018;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

    /*Sticky Start*/

		.whatsapp_btn{
			position: fixed;
			bottom: 8em;
			right: 1.5%;
			width: 50px;
			height: 50px;
			z-index: 11;
		}
		.whatsapp_btn .icon_logo{
			position: relative;
			z-index: 100;
			padding: 5px;
		}
		.whatsapp_btn .icon_logo > a > img{
			width: 100%;
		}
		.whatsapp_btn .circle_waves{
			border-radius: 50%;
			background-color: #3cc04e;
			width: 50px;
			height: 50px;
			position: absolute;
			opacity: 0;
			bottom: 1px;
			left: 0px;
			z-index: 99;
			animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
		}
		@keyframes waves {
			from {
				transform: scale(.55, .55);
				opacity: .6;
			}
			to {
				transform: scale(1.8, 1.8);
				opacity: 0;
			}
		}


        /*Sticky End*/