/* Doody General Trading */


@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
	font-family: 'Barlow', sans-serif;
*/

@import url('../css/font-awesome.css');
@import url('../css/simple-line-icons.css');
@import url('../css/animate.css');
@import url('../css/owl.css');
@import url('../css/jquery-ui.css');
@import url('../css/jquery.fancybox.min.css');



/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Barlow', sans-serif;
	font-size:16px;
	color:#010101;
	line-height:1.50em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#e75714;
}

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

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Barlow', sans-serif;
	font-weight:normal;
	margin:0 0 15px;
	background:none;
	line-height:1.30em;
}

input,button,select,textarea{
	font-family: 'Barlow', sans-serif;
}

textarea{
	overflow:hidden;
	resize: none;	
}

p{
	position:relative;
	margin-bottom:20px;	
}

.text{
	position:relative;
	line-height:1.50em;
	margin-bottom:0px;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1400px;
	padding:0px 20px;
	margin:0 auto;
}

.medium-container{
	position:static;
	max-width:1210px;
	padding:0px 20px;
	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;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.btn-style-one{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0px;
	overflow: hidden;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.btn-style-one span{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 24px;
	background: #e75714;
	letter-spacing: 0.05em;
	z-index: 1;
}

.btn-style-one span:before{
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	bottom: -1px;
	right: -1px;
	z-index:-1;
	background: #101010;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right ;
	-ms-transform-origin: right;
	transform-origin: right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-one:hover span:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.btn-style-one:hover{
	color: #ffffff;
}

.btn-style-two{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	line-height: 24px;
	padding: 9px 35px 11px;
	color: #e75714;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
	background: #ffffff;
	border-radius: 5px;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.btn-style-two span{
	position: relative;
	display: block;
	z-index: 1;
}

.btn-style-two:hover{
	color: #ffffff;
	background: #101010;
}

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#e75714;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.ex-bold-font{
	font-weight:800;	
}

.heavy-font{
	font-weight:900;
}

.bg-lightgrey{
	background-color:#f6f7f8;	
}

.no-bg{
	background:none;	
}

.text-uppercase{
	text-transform:uppercase;	
}

.grey-color{
	color:#333333 !important;	
}

.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.svg); display: none;}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/****** Pagination ******/

.pagination {
	margin: 40px 0;
}

.pagination span, .pagination a, .pagination a:visited {
	color:#ffffff;
	display:block;
	float:left;
	margin: 2px 5px 2px 0px;
	padding: 8px 12px 8px 12px;
	background-color: #202020;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.pagination a:hover, .pagination .current {
	color:#ffffff;
	background-color:#009384;
}

/****** Wordpress Core ******/

.alignnone {
    margin: 15px 20px 15px 0;
}

.aligncenter, div.aligncenter {
    display: block;
	margin: 15px auto 15px auto;
}

.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}

a img.alignnone {
    margin: 15px 20px 15px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 7px 7px 3px 7px;
	text-align: center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption.alignnone {
    margin: 15px 20px 15px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
    margin: 5px 0 10px 20px;
}

.wp-caption img {
    border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
	line-height: 1.65;
	margin: 0;
	padding: 6px 4px 4px 4px;
	text-align: center;
	color: #777777;
}

.sticky{
	position: relative;
}

.sticky:before {
	content: "\f08d";
	font-family: 'FontAwesome';
	position: absolute;
	color: #009384;
	font-size: 24px;
	top: 10px;
}

.sticky .post-title {
	padding-left: 30px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/****** Comments ******/

#respond {
	
}
#respond ul {
	list-style-type:none;
}
#respond .logged-in {
	margin: 0 0 12px 0
}
#commentform input[type="text"], #commentform .input-comments  {
	width: 198px;
	float:left;
	margin-right:13px;
}
#commentform label {
	display:block;
}
#commentform .url-comments {
	margin-right:0px !important;
}
#commentform li.middle {
	margin-right:0px !important;
}

.comments-closed {
	margin: 40px 0 40px 0;
}

ol.commentlist { 
	list-style: none; 
}
ol.commentlist li div.vcard cite.fn { 
	font-style: normal; 
}
ol.commentlist li div.vcard img.avatar { 
	float:left; 
	margin: 0 10px 0px 0px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ol.commentlist li div.commentmetadata { 
	padding: 8px 0 14px 0; 
}
ol.commentlist li div.comment-meta { 
	font-size: 14px;
	color: #777777; 
}
ol.commentlist li div.comment-meta a, ol.commentlist li div.comment-meta a:visited { 
	color: #777777;
}
ol.commentlist li div.comment-meta a:hover { 
	color: #009384; 
}
ol.commentlist li div.reply { 
	font-size: 14px; 
	padding: 0px 0 40px 0; 
	font-weight: 700; 
}
ol.commentlist li ul.children { 
	list-style: none; margin: 10px 0 0; 
}
ol.commentlist li ul.children li.depth-2 {  
	margin: 0 0 0 35px; 
}
ol.commentlist li ul.children li.depth-3 { 
	margin: 0 0 0 35px; 
}
ol.commentlist li ul.children li.depth-4 { 
	margin: 0 0 0 35px; 
}
ol.commentlist li ul.children li.depth-5 {  
	margin: 0 0 0 35px; 
}
ol.commentlist li.pingback {
	margin: 0 0 40px 0;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:44px;
	height:52px;
	color:#ffffff;
	font-size:15px;
	text-transform:uppercase;
	line-height:52px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:4px;
	background:#231f20;
	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:#e75714;
}

/*** 

====================================================================
				Default Styling
====================================================================

***/

table{
	position:relative;
    border-collapse: collapse;
    width: 100%;
	margin-bottom:20px;
    border: 1px solid #010101;
    border-top: none;
}

table tr td{
    border: none;
    border-right: 1px solid #010101;
    padding: 7px 20px;
}

table tr td:last-child{
	border-right: none;
}


table tr:hover{background-color: #dddddd;}

table th{
	border: none;
    border-right: 1px solid #010101;
    padding: 5px 20px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #010101;
    color: #ffffff;
}

table th:last-child{
	border-right: none;
}

table tr th.number,
table tr td.number{
	width: 50px;
	text-align: center;
}

table tr th.qty,
table tr td.qty{
	width: 70px;
	text-align: center;
}

ul{
	margin:0px 0px 20px 30px;	
}

ul li{
	list-style-type:disc;	
}

ol{
	margin:0px 0px 20px 30px;	
}

ol li{
	list-style-type:decimal;	
}

h1{
	font-size: 48px;
}
h2{
	font-size: 40px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}



/*** 

====================================================================
	Default Form Style
====================================================================

***/

form{
	position:relative;
}

form .form-group{
	position:relative;
	margin-bottom:20px;
}

form .row .form-group{
	margin-bottom:30px;
}

form .form-group .field-label{
	position:relative;
	display:block;
	font-size: 14px;
	font-weight: 500;
	color: #5b5b5b;
	line-height:24px;
	margin-bottom: 10px;
}

form .form-group .field-inner{
	position: relative;
	display: block;
}

form .form-group .field-inner .icon{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	color: #e75714;
	text-align: center;
}

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="file"],
form textarea,
form select{
	position:relative;
	display:block;
	width:100%;
	color:#101010;
	line-height:24px;
	padding:9px 22px;
	height:44px;
	font-size:16px;
	font-weight: 400;
	background:#ffffff;
	margin:0px;
	border-radius: 0;
	border:1px solid rgba(0,0,0,0.20);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

form input[type="file"]{
	cursor: pointer;
	height: 42px;
}

form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor: pointer;
	background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

form select option{
	text-indent: 22px;
	cursor: pointer;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="search"]:focus,
form input[type="file"]:focus,
form select:focus,
form textarea:focus{
	border-color:#e75714;
}

form textarea{
	height:150px;
	resize:none;
}

form button,
form input[type="submit"],
form .theme-btn{
	position:relative;
	display:inline-block;
	margin: 0;
}

form button:hover,
form input[type="submit"]:hover,
form .theme-btn:hover{
	
}

form .radio-block{
    position: relative;
    display: inline-block;
	vertical-align: top;
	min-width: 280px;
    margin-right: 10px;
}

form .radio-block input{
    position: absolute;
    left: 0;
    top: 5px;
    padding: 0;
    cursor: pointer;
}

form .radio-block label{
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
}

form .check-block{
    position: relative;
    display: inline-block;
	vertical-align: top;
    margin-right: 30px;
}

form .check-block input{
    position: absolute;
    left: 0;
    top: 6px;
    padding: 0;
    cursor: pointer;
}

form .check-block label{
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    color: #5b5b5b;
    text-transform: capitalize;
    cursor: pointer;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	padding:0px 0px;
	background:none;
	z-index:999;
}

.main-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 270px;
    background: rgba(255,255,255,0.90);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0.95),rgba(255,255,255,0.95),rgba(255,255,255,0.80),rgba(255,255,255,0.0));
    background: -ms-linear-gradient(top,rgba(255,255,255,0.95),rgba(255,255,255,0.95),rgba(255,255,255,0.80),rgba(255,255,255,0.0));
    background: -moz-linear-gradient(top,rgba(255,255,255,0.95),rgba(255,255,255,0.95),rgba(255,255,255,0.80),rgba(255,255,255,0.0));
}

.main-header ul,
.main-header ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-header .lang-box{
	position: relative;
	float: left;
	display: none;
	margin: 25px 0px;
}

.main-header .nav-toggler{
	position:relative;
	float:right;
	padding:42px 0px 0px;
	margin-left:20px;
	display:none;	
}

.main-header .nav-toggler button{
	position:relative;
	height:40px;
	line-height:40px;
	padding: 0px 0px;
	text-align: center;
	background:none;
	color:#ffffff;
	font-size:20px;
	margin:0px;
	border-radius:0px;
	outline: none !important;
}

.main-header .nav-toggler img{
	width: 30px;
}

.main-header .header-upper{
	position:relative;
	padding:0px;
	width:100%;
	background: none;
}

.main-header .main-box{
	position:relative;
	padding:0px;
	width:100%;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	padding:15px 0px;
	z-index:10;	
}

.main-header .main-box .logo-box .logo{
	position:relative;
	display:block;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	max-height: 120px;
}

.main-header .upper-right{
	position:relative;
	display:block;
	float: right;
	padding-top: 35px;
	z-index:5;
}

.main-header .top-info{
	position: relative;
	display: block;
	font-family: 'Barlow', sans-serif;
	padding: 0px 0px;
}

.main-header .top-info ul{
	position: relative;
	float: right;
}

.main-header .top-info ul li{
	position: relative;
	float: left;
	line-height: 30px;
	margin-left: 30px;
}

.main-header .top-info ul li.language{
	margin-left: 55px;
}

.main-header .top-info ul li a{
	position: relative;
	display: inline-block;
	color: #010101;
	font-size: 16px;
	vertical-align: middle;
	font-weight: 400;
	line-height: 30px;
}

.main-header .top-info ul li a:before{
	content: '';
	position: absolute;
	bottom: 0px;
	width: 100%;
	border-bottom: 1px solid #e75714;
	-ms-transform-origin: left;
	transform-origin: left;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .top-info ul li.language a:before{
	display: none ;
}

.main-header .top-info ul li:hover a:before{
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.main-header .top-info ul li .icon{
	position: relative;
	display: inline-block;
	vertical-align: top;
	top: 0px;
	line-height: 30px;
	margin-right: 10px;
}

.main-header .top-info ul li a:hover{
	text-decoration: none;
}

.main-header .nav-outer{
	position:relative;
	display:block;
	padding-top: 15px;
	z-index:5;
}

.main-menu{
	position:relative;
	float: right;
	display:block;
}

.main-menu .navbar-collapse{
	padding:0px;
	margin:0px;
	border:none;
	box-shadow:none;
}

.main-menu .navigation{
	position:relative;
	z-index: 1;
}

.main-menu .navigation > li{
	position:relative;
	display: block;
	float: left;
	padding:0px 0px 16px;
	margin-left: 40px;
	text-align:left;
}

.main-menu .navigation > li:last-child{
	margin-right: 0;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:14px;
	color:#010101;
	padding:0px 0px;
	font-weight:700;
	line-height:24px;
	text-transform: uppercase;
	opacity:1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > a:before{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -4px;
	width: 40px;
	border-bottom: 3px solid #e75714;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li.current-menu-item > a:before,
.main-menu .navigation > li:hover > a:before{
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	text-decoration: none;
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left: 0;
	top:100%;
	width:220px;
	padding:0px 0px;
	z-index:100;
	opacity: 1;
	text-align:left;
	background:#ffffff;
	border: 1px solid rgba(0,0,0,0.10);
	border-radius:5px;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-moz-transition:all 100ms ease;
	-webkit-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	-o-transition:all 100ms ease;
	transition:all 100ms ease;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	border-bottom: 1px solid rgba(0,0,0,0.10);
	padding:0px 0px;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom: none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	font-size:15px;
	line-height:24px;
	font-weight:600;
	color:#303031;
	text-decoration: none;
	text-transform:capitalize;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li.current > a{
	color:#ffffff;
	background: #e75714;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;	
	top: 100%;
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}


/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

body.visible-sidebar{
	overflow: hidden;
}

.menu-backdrop{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: rgba(0,0,0,0.70);
	opacity:0;
	visibility:hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-sidebar .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.hidden-bar{
	position: fixed;
	top: 0;
	width: 300px;
	height: 100%;
	background: #ffffff;
	border-left: 2px solid #e75714;
	color: #ffffff;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li{
	list-style-type:none;
	margin:0px;
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align .hidden-bar-closer {
	right: 3px;
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	right: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}

.hidden-bar .hidden-bar-closer {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 3px;
	background: rgba(0,0,0,0.80);
	color: #ffffff;
	padding: 0;
	border-radius: 0px;
	text-align: center;
	line-height: 36px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
	background: #e75714;
}

.hidden-bar .hidden-bar-closer:hover .btn{
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	display: block;
	margin: 0 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 5px;
	line-height: 26px;
}

.hidden-bar .info{
	position:relative;
	display:block;
	width:100%;
	padding: 40px 20px;
}

.hidden-bar .info ul li{
	position: relative;
	margin-bottom: 12px;
}

.hidden-bar .info ul li a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #101010;
	line-height: 24px;
}

.hidden-bar .info ul li .icon{
	position: relative;
	top: -1px;
	vertical-align: middle;
	display: inline-block;
	width: 24px;
	padding-right: 7px;
}

.hidden-bar .info ul li.whatsapp .icon{
	width: 47px;
}

.hidden-bar .info ul li a:hover{
	color: #e75714;
	text-decoration: underline;
}

.hidden-bar-wrapper{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.hidden-bar .logo {
	padding: 30px 20px;
	text-align:left;
}

.hidden-bar .logo img{
	display:inline-block;
	max-width:100%;	
	max-height: 100px;
}

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size:13px;
	letter-spacing:1px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu a.current {
	color: #fff;
}

.hidden-bar .side-menu li.current > a {
	color: #fff;
}

.hidden-bar .side-menu ul li a {
	position: relative;
	background: transparent;
	color: #101010;
	display: block;
	font-weight: 400;
	font-size:15px;
	line-height: 24px;
	text-transform: capitalize;
	border-top: 1px solid rgba(0,0,0,0.10);
	border-bottom: 1px solid rgba(0,0,0,0.10);
	padding: 12px 20px 12px 20px;
	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;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
	background: #e75714;
	color: #ffffff;
}

.hidden-bar .side-menu ul li ul li a{
	padding-left:30px;
	font-size:15px;
	text-transform:capitalize;
}

.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #101010;
	border: 1px solid rgba(0,0,0,0.80);
	padding: 4px 10px;
	font-size: 14px;
	height: 32px;
	width: 34px;
	line-height: 22px;
	border-radius: 0px;
	position: absolute;
	top: 7px;
	right: 15px;
	outline: none;
}

/*** 

====================================================================
	Banner Slider Section
====================================================================

***/

.banner-section{
	position: relative;
	margin:0px 0px;
	overflow: hidden;
}

.banner-section .banner-slider{
	position:relative;
	width:100%;	
}

.banner-section .slide-item{
	position: relative;
	width:100%;
	padding:0px;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-section .slide-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	z-index: 1;
}

.banner-section .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.banner-section .slide-item .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.banner-section .slide-item .content-box{
	position:relative;
	display: table;
	vertical-align: bottom;
	width: 100%;
	padding: 150px 0px 200px;
	height: 760px;
	min-height: 350px;
	z-index: 10;
}

.banner-section .slide-item .content{
	position:relative;
	display: table-cell;
	width: 100%;
	vertical-align: bottom;
}

.banner-section .slide-item .inner{
	position: relative;
	display: block;
	width: 100%;
	max-width: 640px;
}

.banner-section .slide-item h2{
	font-size:48px;
	font-weight:700;
	line-height:1.20em;
	color: #e75714;
	-webkit-text-shadow: 1px 1px 2px #ffffff,-1px -1px 2px #ffffff;
	-ms-text-shadow: 1px 1px 2px #ffffff,-1px -1px 2px #ffffff;
	text-shadow: 1px 1px 2px #ffffff,-1px -1px 2px #ffffff;
	margin:0px 0px;
	opacity:0;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
}

.banner-section .slide-item h2 a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #e75714;
}

.banner-section .active .slide-item h2{
	opacity:1;
	-webkit-transform:translate(0);
	-ms-transform:translate(0);
	transform:translate(0);
	-webkit-transition:all 1000ms ease 300ms;
	-ms-transition:all 1000ms ease 300ms;
	-o-transition:all 1000ms ease 300ms;
	-moz-transition:all 1000ms ease 300ms;
	transition:all 1000ms ease 300ms;
}

.banner-section .slide-item .link-box{
	position: relative;
	display: block;
	padding-top: 40px;
	opacity:0;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
}

.banner-section .active .slide-item .link-box{
	opacity:1;
	-webkit-transform:translate(0);
	-ms-transform:translate(0);
	transform:translate(0);
	-webkit-transition:all 1000ms ease 1000ms;
	-ms-transition:all 1000ms ease 1000ms;
	-o-transition:all 1000ms ease 1000ms;
	-moz-transition:all 1000ms ease 1000ms;
	transition:all 1000ms ease 1000ms;
}

.banner-section .owl-dots{
	position: absolute;
	right: 40px;
	bottom: 40px;
	text-align: right;
}

.banner-section .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.banner-section .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
	background: #ffffff;
	border-radius: 50%;
}

.banner-section .owl-dots .owl-dot.active span,
.banner-section .owl-dots .owl-dot:hover span{
	background: #e75714;
}

.banner-section .owl-theme .owl-nav{
	position:absolute;
	top:50%;
	margin-top:-30px;
	left: 50%;
	margin-left: -680px;
	width: 1360px;
	height:0px;
	z-index:30;
}

.banner-section .owl-theme .owl-nav .owl-prev{
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 50px;
	background: url(../images/icons/arrow-left.png) left center no-repeat !important;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-next{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 40px;
	height: 50px;
	background: url(../images/icons/arrow-right.png) right center no-repeat !important;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.banner-section .owl-nav .owl-prev .fa,
.banner-section .owl-nav .owl-next .fa{
	display: none;
}

.banner-section .owl-theme .owl-nav .owl-next:hover,
.banner-section .owl-theme .owl-nav .owl-prev:hover{
	opacity:0.50;	
}


/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	background: #ffffff url(../images/icons/logo-pattern.png) 10% 60px no-repeat;
	padding: 120px 0px 60px;
}

.about-section .left-col{
	position: relative;
	margin-bottom: 30px;
}

.about-section .left-col .inner{
	position: relative;
	display: block;
	max-width: 600px;
	padding-top: 90px;
}

.about-section .left-col .text{
	position: relative;
	font-size: 20px;
	line-height: 1.45em;
}

.about-section .left-col .link-box{
	position: relative;
	display: block;
	padding-top: 20px;
}

.about-section .right-col{
	position: relative;
	margin-bottom: 0px;
}

.about-section .right-col .inner{
	position: relative;
	display: block;
	padding-left: 40px;
}

.about-section .right-col .image-block{
	position: relative;
	margin-bottom: 30px;
}

.about-section .right-col .image{
	position: relative;
	display: block;
}

.about-section .right-col .image img{
	display: block;
	width: 100%;
}

.about-section .image-block .over-text{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: right;
}

.about-section .over-text .small-text{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	color: #565656;
	line-height: 1.2em;
}

.about-section .over-text .big-text{
	position: absolute;
	right: 0;
	top: 35%;
	width: 100%;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 200;
	color: #888888;
	line-height: 1em;
}

.about-section .over-text .bold-text{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	font-size: 80px;
	font-weight: 700;
	color: #565656;
	line-height: 1em;
}


/*** 

====================================================================
	Products Section
====================================================================

***/

.products-section{
	position:relative;
	background: #eeeeef;
	padding: 100px 0px 40px;
}

.products-section.products-page{
	background: none;
}

.products-section .products-box{
	position: relative;
	display: block;
}

.products-section .title-box{
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 50px;
}

.products-section .title-box h2{
	font-weight: 700;
	text-transform: uppercase;
	color: #010101;
	margin: 0 0;
}

.page-title-box{
	position: relative;
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 60px;
}

.page-title-box h2{
	font-size: 40px;
	font-weight: 700;
	color: #e75714;
	text-transform: uppercase;
	margin: 0 0;
}

.page-title-box h2:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -20px;
	width: 70px;
	border-bottom: 3px solid #101010;
}

.products{
	position: relative;
}

.product-item{
	position: relative;
	margin-bottom: 60px;
}

.products .row{
	margin: 0 -25px;
}

.products .row .product-item{
	padding: 0 25px;
}

.product-item .inner-box{
	position: relative;
	display: block;
}

.product-item .image{
	position: relative;
	display: block;
	background: #010101;
	overflow: hidden;
}

.product-item .image img{
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	transition:all 700ms ease;
}

.product-item:hover .image img{
	opacity: 0.50;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.product-item .title{
	position: relative;
	padding: 18px 0px;
	border-bottom: 2px solid #e75714;
}

.product-item .title h5{
	position: relative;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #010101;
	margin: 0;
}

.product-item .title h5 a{
	color: #010101;
}

.product-item .title h5 a:hover{
	color: #e75714;
	text-decoration: underline;
}

.product-item .link-box{
	position: relative;
	display: block;
	padding-top: 30px;
	text-align: center;
}

.product-item .link-box .theme-btn{
	padding: 8px 25px;
	font-size: 14px;
}

/*** 

====================================================================
	Fluid Section
====================================================================

***/

.fluid-section{
	position:relative;
	background: #252525;
	color: #ffffff;
}

.fluid-section .outer-container{
	position: relative;
	display: block;
}

.fluid-section .row{
	margin: 0 0;
}

.fluid-section .row .fluid-col{
	position: relative;
	padding: 0 0;
	overflow: hidden;
}

.fluid-section .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.fluid-section .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	height: 75%;
    background: rgba(231,87,20,0.90);
    background: -webkit-linear-gradient(bottom,rgba(231,87,20,1),rgba(231,87,20,0.80),rgba(231,87,20,0.50),rgba(231,87,20,0.0));
    background: -moz-linear-gradient(bottom,rgba(231,87,20,1),rgba(231,87,20,0.80),rgba(231,87,20,0.50),rgba(231,87,20,0.0));
    background: -ms-linear-gradient(bottom,rgba(231,87,20,1),rgba(231,87,20,0.80),rgba(231,87,20,0.50),rgba(231,87,20,0.0));
}

.fluid-section .fluid-col .inner{
	position: relative;
	display: block;
	min-height: 100%;
	height: 520px;
}

.fluid-section .fluid-col.left .inner{
	float: right;
	width: 100%;
	max-width: 700px;
	padding: 0 60px 0 20px;
}

.fluid-section .fluid-col.right .inner{
	width: 100%;
	max-width: 700px;
	padding: 0 20px 0 60px;
}

.fluid-section .fluid-col .content{
	position: absolute;
	bottom: 50px;
	width: 100%;
	padding: 0 0;
}

.fluid-section .fluid-col .title{
	position: relative;
}

.fluid-section .fluid-col .title h2{
	font-size: 36px;
	margin: 0 0;
}

.fluid-section .fluid-col .title h2 strong{
	font-weight: 700;
	display: block;
}

.fluid-section .fluid-col .title h2 span{
	font-weight: 200;
}

.fluid-section .fluid-col .link-box{
	position: relative;
	padding-top: 20px;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position: relative;
	color: #010101;
	font-size: 14px;
    background: #d6d4d3;
}

.main-footer ul,
.main-footer ul li{
	list-style: none;
	margin: 0;
}

.main-footer .upper-section{
	position: relative;
    padding: 50px 0 0px;
}

.main-footer .upper-section .footer-column{
	position: relative;
	margin-bottom: 40px;
}

.main-footer .upper-section .inner-container{
	position: relative;
	padding-left: 300px;
	min-height: 140px;
}

.main-footer .upper-section .footer-logo{
	position: absolute;
	left: 0;
	top: 0;
}

.main-footer .upper-section .widget-title{
	position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #2b2424;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.main-footer .upper-section .text{
	position: relative;
	line-height: 22px;
	max-width: 270px;
}

.main-footer .upper-section .links{
	position: relative;
}

.main-footer .upper-section .links li{
	position: relative;
	display: block;
}

.main-footer .upper-section .links li:last-child{
	margin-bottom: 0;
}

.main-footer .upper-section .links li a{
	position: relative;
	font-weight: 400;
	color: #2b2424;
	line-height: 20px;
}

.main-footer .upper-section .links li a:hover{
	color: #e75714;
	text-decoration: underline;
}

.main-footer .upper-section .links li span{
	color: #e75714;
}

.main-footer .upper-section .links li a:hover span{
	text-decoration: none;
}

.main-footer .upper-section .social-links{
	position: relative;
}

.main-footer .upper-section .social-links a{
	position: relative;
}

.main-footer .upper-section .social-links a img{
	width: 30px;
	height: 30px;
}

.main-footer .f-bottom{
	position: relative;
	padding: 10px 0 50px;
	text-align: center;
}

.main-footer .copyright{
	position: relative;
	font-size: 14px;
	line-height: 24px;
}

.main-footer .copyright a{
	position: relative;
	color: #ffffff;
}

.main-footer .copyright a:hover{
	text-decoration: underline;
}

/*** 

====================================================================
	Inner Banner Section
====================================================================

***/

.inner-banner{
	position: relative;
	text-align: center;
	padding: 250px 0 70px;
	height: 380px;
	overflow: hidden;
}

.inner-banner .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.inner-banner .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.inner-banner h2{
	font-size: 48px;
	line-height: 1.25em;
	color: #ffffff;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0;
}


/*** 

====================================================================
	About Page Section
====================================================================

***/

.about-page{
	position:relative;
}

.about-page .title-box{
	position: relative;
	text-align: center;
	padding: 60px 0 40px;
}

.about-page .title-box h2{
	font-size: 40px;
	font-weight: 700;
	color: #e75714;
	text-transform: uppercase;
	margin: 0 0 25px;
}

.about-page .title-box h2:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -20px;
	width: 70px;
	border-bottom: 3px solid #101010;
}

.about-bg-content{
	position: relative;
	padding: 60px 0;
	background: #e75714;
	color: #ffffff;
	text-align: center;
}

.about-bg-content .text{
	font-size: 30px;
	line-height: 1.30em;
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two{
	position:relative;
	background: #ffffff;
	margin-bottom: 35px;
}

.fluid-section-two .outer-container{
	position: relative;
	display: block;
}

.fluid-section-two .row{
	margin: 0 0;
}

.fluid-section-two .text-col{
	position: relative;
	padding: 90px 0;
}

.fluid-section-two .text-col .inner{
	position: relative;
	float: right;
	width: 100%;
	max-width: 700px;
	padding: 0 80px 0 20px;
}

.fluid-section-two .text-col .text{
	position: relative;
	font-size: 20px;
	line-height: 1.45em;
}

.fluid-section-two .text-col .link-box{
	position: relative;
	display: block;
	padding-top: 20px;
}

.fluid-section-two .image-col{
	position: relative;
	padding: 0 0;
}

.fluid-section-two .image-col .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.fluid-section-two .image-col .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	height: 75%;
    background: rgba(0,0,0,0.0);
}

.fluid-section-two .image-col .image{
	position: relative;
	display: none;
}

.fluid-section-two .image-col .image img{
	display: block;
	width: 100%;
}

/*** 

====================================================================
	Featured Content
====================================================================

***/

.featured-content{
	position:relative;
}

.featured-content .featured-block{
	position: relative;
	margin-bottom: 60px;
}

.featured-block .title{
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.30);
	margin-bottom: 25px;
}

.featured-block .title h2{
	position: relative;
	font-size: 40px;
	font-weight: 200;
	margin: 0 0;
}

.featured-block .text-col{
	position: relative;
	margin-bottom: 10px;
}

.featured-block.alternate .text-col{
	order: 0;
}

.featured-block .text-col .inner{
	position: relative;
	display: block;
	padding: 0 0 0 40px;
	margin-left: -45px;
}

.featured-block.alternate .text-col .inner{
	padding: 0 40px 0 0;
	margin-right: -45px;
	margin-left: 0;
}

.featured-block .text-col .text{
	position: relative;
	max-width: 620px;
	font-size: 20px;
	line-height: 1.4em;
}

.featured-block .image-col{
	position: relative;
	margin-bottom: 30px;
}

.featured-block.alternate .image-col{
	order: 12;
}

.featured-block .image-col .inner{
	position: relative;
	display: block;
	padding: 0 50px 0 0;
}

.featured-block.alternate .image-col .inner{
	padding: 0 0 0 50px;
}

.featured-block .image-col .image{
	position: relative;
	display: block;
}

.featured-block .image-col .image img{
	display: block;
	width: 100%;
}

/*** 

====================================================================
	Product Details
====================================================================

***/

.product-details{
	position:relative;
	padding: 80px 0px;
}

.product-details .auto-container{
	max-width: 1300px;
}

.product-details .upper-content{
	position: relative;
	padding-bottom: 30px;
}

.product-details .upper-content .text-col{
	position: relative;
	margin-bottom: 10px;
}

.product-details .upper-content .text-col .inner{
	position: relative;
	display: block;
	padding-top: 30px;
}

.product-details .upper-content .image-col{
	position: relative;
	margin-bottom: 30px;
}

.product-details .upper-content .image-col .inner{
	position: relative;
	display: block;
}

.product-details .gallery{
	position: relative;
}

.product-details .gallery .row{
	margin: 0 -10px;
}

.product-details .gallery .image-block{
	position: relative;
	padding: 0 10px;
	margin-bottom: 20px;
}

.product-details .gallery .image{
	position: relative;
	display: block;
	background: #010101;
	overflow: hidden;
}

.product-details .gallery .image img{
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	transition:all 700ms ease;
}

.product-details .gallery .image-block:hover .image img{
	opacity: 0.50;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.product-details .lower-link{
	position: relative;
	padding-top: 50px;
	text-align: center;
}

.product-details .lower-link .theme-btn{
	display: block;
	max-width: 180px;
	margin: 0 auto;
}

/*** 

====================================================================
	Estimate Section
====================================================================

***/

.get-estimate{
	position:relative;
	padding: 80px 0px 70px;
}

.get-estimate .form-box{
	position: relative;
	max-width: 480px;
	margin: 0 auto;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding: 100px 0px 70px;
}

.contact-section .auto-container{
	max-width: 1210px;
}

.contact-section .title-box{
	position: relative;
	max-width: 700px;
	padding-bottom: 40px;
	text-align: center;
	margin: 0 auto 50px;
}

.contact-section .title-box h2{
	text-transform: capitalize;
	font-weight: 700;
	margin: 0 0;
}

.contact-section .title-box .text{
	position: relative;
	font-size: 20px;
	padding-top: 20px;
}

.contact-section .title-box .dec{
	position: absolute;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 10px;
	text-align: center;
	bottom: 0;
}

.contact-section .title-box .dec:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	background: #e75714;
	border-radius: 50%;
}

.contact-section .title-box .dec .left{
	position: absolute;
	left: 0;
	top: 0;
}

.contact-section .title-box .dec .left:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	background: #e75714;
	border-radius: 50%;
	transform: scale(0.5);
}

.contact-section .title-box .dec .left:after{
	content: '';
	position: absolute;
	left: 12px;
	top: 0;
	width: 10px;
	height: 10px;
	background: #e75714;
	border-radius: 50%;
	transform: scale(0.5);
}

.contact-section .title-box .dec .right{
	position: absolute;
	right: 0;
	top: 0;
}

.contact-section .title-box .dec .right:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 10px;
	background: #e75714;
	border-radius: 50%;
	transform: scale(0.5);
}

.contact-section .title-box .dec .right:after{
	content: '';
	position: absolute;
	right: 12px;
	top: 0;
	width: 10px;
	height: 10px;
	background: #e75714;
	border-radius: 50%;
	transform: scale(0.5);
}

.contact-section .info{
	position: relative;
	padding-bottom: 70px;
}

.contact-section .info .info-block{
	position: relative;
	margin-bottom: 30px;
}

.contact-section .info .info-block .inner{
	position: relative;
	display: block;
	background: #ffffff;
	padding: 30px 30px;
	min-height: 100%;
	border-radius: 10px;
	box-shadow: 0 0 50px 0px rgba(0,0,0,0.10);
}

.contact-section .info .info-block .title{
	position: relative;
	padding-left: 70px;
	min-height: 55px;
	margin-bottom: 20px;
}

.contact-section .info .info-block .title .icon{
	position: absolute;
	left: 0;
	top: 0;
}

.contact-section .info .info-block .sub-title{
	position: relative;
	font-size: 16px;
	color: #e75714;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 5px;
}

.contact-section .info .info-block .sub-text{
	position: relative;
	font-size: 18px;
	color: #0d2957;
	font-weight: 600;
	line-height: 26px;
}

.contact-section .info .info-block .text{
	font-size: 18px;
	color: #0d2958;
	line-height: 24px;
}

.contact-section .info .info-block .text a{
	color: #0d2957;
}

.contact-section .info .info-block .text a:hover{
	color: #e75714;
}

.contact-section .lower-row{
	position: relative;
}

.contact-section .image-col{
	position: relative;
	margin-bottom: 30px;
}

.contact-section .image-col .inner{
	position: relative;
	display: block;
	text-align: center;
}

.contact-section .image-col .image,
.contact-section .image-col .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 5px;
}

.contact-section .image-col .over-text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 40px 50px;
	color: #ffffff;
	font-size: 20px;
	z-index: 1;
}

.contact-section .image-col .over-text h3{
	font-weight: 700;
}

.contact-section .image-col .over-text .link-box{
	position: relative;
	padding-top: 30px;
}

.contact-section .form-col{
	position: relative;
}

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

.contact-section .form-col .title-box{
	max-width: none;
	text-align: left;
}

.contact-section .form-col .title-box .dec{
	left: 0;
	margin-left: 0;
}

.contact-section .form-box{
	position: relative;
}

.map-box{
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  background: #f0f0f0;
}

.map-box iframe, 
.map-box .map-frame {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
}