
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700&subset=latin-ext');

@import url(imp.css);
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('hover.css');
@import url('cheatsheet.css');
@import url('imagehover-extended.css');
@import url('masterslider.css');
@import url('imagehover-extended.min.css');
@import url(ms-staff-style.css);
/*** Price filter***/
@import url(../assets/price-filter/nouislider.css);
@import url(../assets/price-filter/nouislider.pips.css);

/*** 

====================================================================
	Reset
====================================================================

 ***/
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================


 ***/


.uretim{ min-height:143px !important; height:143px !important;}
.post-meta{ margin:0 0 5px 0;}
.post-meta a{ color:#272727}
.item-video{ margin-bottom:20px;}
.radius{ -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius:50%;}
.mails{ position:relative; top:10px;}
body {
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	color:#9e9e9e;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#b2dd4c;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
    cursor: pointer;
}

button {
    cursor: pointer;
}


h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Titillium Web', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	font-family: 'Titillium Web', sans-serif;
}

p{
	position:relative;
	line-height:27px;	
    font-family: "Hind Siliguri",sans-serif;
    font-weight: 400 !important;
    font-size: 14px;
    
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
    font-family: 'Titillium Web', sans-serif;
}

.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;
}

.centered{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	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;	
}

.anim-5,.anim-5-all *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.styled-font{
	font-family: 'Titillium Web', sans-serif;
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.medium-font{
	font-weight:500;	
}

.bold-font{
	font-weight:700;	
}

.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.html);}

img{
	max-width:100%;
	height:auto;	
}

/* Post pagination styles */

.post-pagination {
    margin-left: 0px;
    padding: 0px 0px;
}

.post-pagination li {
    display: inline-block;
    margin-right: 3px;
}

.post-pagination .previous {
    position: relative;
    top: 21px;
    left: -15px;
}

.post-pagination .previous a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

.post-pagination .previous a:before {
    content: "\f104";
    position: absolute;
    top: 0px;
    font-family: fontawesome;
    left: 0px;
    color: #ACACAC;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    transition: all 500ms ease 0s;
}

.post-pagination .next {
    position: relative;
    top: 20px;
    right: -15px;
}

.post-pagination .next a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    background: #6CBE02;
    color: #fff;
    border: 1px solid #6CBE02;
}

.post-pagination .next a:before {
    content: "\f105";
    position: absolute;
    height: 50px;
    top: 0px;
    width: 50px;
    font-family: fontawesome;
    right: 0px;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    transition: all 500ms ease 0s;
}

.post-pagination li a {
    color: #777777;
    display: block;
    font-size: 14px;
    font-weight: 600;
    width: 50px;
    transition: all 500ms ease 0s;
    height: 50px;
    line-height: 50px;
    border: 1px solid #E8E8E8;
    background: #FAFAFA;
    margin: 0px 3px;
    text-align: center;
}


.post-pagination li.active a {
    border: 1px solid #6CBE02;
}

.post-pagination li:hover a {
    background: #6CBE02;
    color: #fff !important;
    transition: all 500ms ease 0s;
}

.post-pagination li:hover a:before {
    color: #fff !important;
    transition: all 500ms ease 0s;
}

/*** 

====================================================================
	flip-flop-btn
====================================================================

***/

.flip-flop-btn span:not(.indicator) {
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: block;
}

.flip-flop-btn span:not(.indicator)::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    border-radius: 0px;
    background-size: 100%;
    cursor: pointer;
}

.flip-flop-btn:hover span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}

/* Scroll To Top styles */
.scroll-to-top {
    background: transparent;
    bottom: 25px;
    color: ##6CBE02;
    cursor: pointer;
    display: none;
    font-size: 30px;
    font-weight: normal;
    height: 45px;
    line-height: 48px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 45px;
    z-index: 99999;
    -webkit-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}
.scroll-to-top:hover {
    background: #6CBE02;
    color: #fff;
}


/*** 

====================================================================
	Overlay styles
====================================================================

***/

/* Overlay styles  */

.overlay-style-one {
    background-color: rgba(108, 190, 2, 0.7);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 700ms ease;
}

.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;    
}

.overlay-style-one .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    position: relative;
    top: -20px;
}

/* Overlay styles two */

.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: -85%;
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.overlay-style-two .box{
    display: table;
    height: 100%;
    width: 100%;    
}

.overlay-style-two .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}


.review-box {}

.review-box ul {
    margin-left: -1px;
    margin-right: -1px;
}

.review-box ul li {
    display: inline-block;
    margin: 0 1px;
}

.review-box ul li i {
    color: #3452ff;
    font-size: 12px;
}




/*==============================================
    Header Area Css
===============================================*/

.header-area {
    position: relative;
    background: #FFFFFF;
    border-bottom: 1px solid #E6E6E6;
}

.header-area .logo {
    padding:10px 0;
}

.header-area .header-contact-info {
    padding: 13px 0px 13px 150px;
}

.header-contact-info ul {
    overflow: hidden;
    margin:15px 0;
}

.header-contact-info ul li {
    display: inline-block;
    float: left;
    margin-right: 8px;
    position: relative;
    padding-right: 25px;
}

.header-contact-info ul li:last-child{
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

.header-contact-info ul li .iocn-holder{
    width: 30px;
}

.header-contact-info ul li .iocn-holder span::before {
    color: #91CE41;
    display: block;
    font-size: 20px;
    transition: all 500ms ease;
    background: #fff;
    border: 1px solid #CDCDCD;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    margin: 0 auto;
    border-radius: 30px;
}

.header-contact-info ul li .iocn-holder, 
.header-contact-info ul li .text-holder {
  display: table-cell;
  vertical-align: middle;
} 

.header-contact-info ul li .text-holder {
  padding-left: 15px;
}

.header-contact-info ul li .text-holder h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    margin-bottom: 3px;
}

.header-contact-info ul li .text-holder h6 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
}
.header-contact-info ul li .text-holder h6 a{
    color: #777777;
}

.header-area .btn-holder {
    float: right;
    padding: 30px  0px;
}

.header-area .btn-holder a {
    border: 2px solid #6CBE02;
    background: #6CBE02;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 37px;
    transition: all 700ms ease;
    margin-right: 0px;
    font-family: 'Titillium Web', sans-serif;
}

.header-area .btn-holder a:hover {
    background: #fff;
    color: #6CBE02;
    border: 2px solid #6CBE02;
    transition: all 700ms ease;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #e0e0e0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo {
    display: block !important;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .header-upper{
	position:relative;
	background: #f7f7f7;
	padding-top: 7px;
	padding-bottom: 42px;
	z-index:5;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
	margin: 20px 0;
	margin-right: 20px;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding-top:35px;
}

.info-box-one{
	position:relative;
	min-height:56px;
	margin-right:40px;
	font-size:13px;
	color:#777777;
	text-transform:uppercase;
	padding: 20px 0px 20px 45px;
}

.info-box-one .icon-box{
	position:absolute;
	left:0px;
	color: #184e9d;
	font-size:32px;
	text-align:left;
	line-height:1.2em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.info-box-one li{
	position:relative;
	line-height:20px;
	color:#848484;
	font-size:16px;
	margin-bottom:3px;
	font-weight:300;
	text-transform:capitalize;
}

.info-box-one strong{
	font-weight:500;
	color:#222222;
	font-size:16px;
	font-family: 'Poppins', sans-serif;
}

.main-header .header-lower{
	position:relative;
	top:0px;
	width:100%;
	z-index:5;
	margin-bottom: 0px;
	margin-top: 0px;
    background: #fff;
}

.main-header .header-lower .menu-bg {
    
}

.main-header .nav-outer{
	position:relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.main-menu{
	position:relative;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:0px;
}

.main-header .sticky-header .main-menu .navigation > li{
	margin:0px;
	border:0px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #222;
    line-height: 30px;
    font-weight: 600;
    opacity: 1;
    padding: 14px 42px 16px 27px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > a i {
    position: relative;
    left: -11px;
}

.main-menu .navigation > li.dropdown:after {
    position: absolute;
    content: "\f107";
    right: 30px;
    color: #333333;
    top: 17px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "fontawesome";
}

.main-menu .navigation > li.current > a:after{
	width: 100%;
    opacity: 1;
}
.main-menu .navigation > li > a:after {
    position: absolute;
    top: 0px;
    left: 0;
    width: 0%;
    height: 3px;
    background: #6CBE02;
    content: "";
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    opacity: 0;
}

.main-menu .navigation > li > a:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 22px;
    width: 1px;
    height: 16px;
    background-color: #E2E2E2;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation > li:last-child > a:before{
    display: none;
}
.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
    color: #6CBE02;
}

.main-menu .navigation > li.dropdown a {
    
}

.main-menu .navigation > li:last-child > a{
	background:none;
}

.main-header .sticky-header .main-menu .navigation > li > a{
	color:#181818;
	padding: 24px 15px !important;
	line-height:30px;
	font-size:14px;
	font-weight:600;
	min-height:0px;
	background:none;
	border:0px;
}

.main-header .sticky-header .main-menu .navigation > li > a:after {
	display: none;
}

.main-header .main-menu .navigation > li.dropdown > a:before {
}

.sticky-header .main-menu .navigation > li > a:before{
	display:none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a,
.main-menu .navigation > li.current.dropdown:after{
	opacity:1;
	border-color: #6CBE02;
	color: #6CBE02;
}

.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{
	background:#6CBE02;
	color:#ffffff !important;
	opacity:1;
}

.main-header .sticky-header .main-menu .navigation > li.dropdown:after {
    display: none;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:250px;
	padding:0px;
	z-index:100;
	display:none;
	background: #ffffff;
	border-bottom: 2px solid #6CBE02;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom: 1px solid #f4f4f4;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:14px 20px;
	line-height:24px;
	font-weight: 400;
	font-size: 14px;
	color: #252525;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:before{
	position: absolute;
	content: '\f105';
	font-size: 15px;
	right: 20px;
	color: #fff;
	font-family: FontAwesome;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background-color:#6CBE02;
}

.main-menu .navigation > li > ul > li:hover > a:before{
	border-color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:250px;
	padding:0px;
	z-index:100;
	display:none;
	background:#1c1c1c;
	border-top:2px solid #6CBE02;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.1);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:14px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:before{
	content:'';
	position:absolute;
	left:0px;
	top:50%;
	height:16px;
	margin-top:-8px;
	border-left:2px solid #6CBE02;	
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#ffffff;
	background-color:#6CBE02;
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a:before{
	border-color:#ffffff;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right: 5px;
	top: 0;
	width: 50px;
	height: 42px;
	border-left: 1px solid #6f6f6f;
	text-align:center;
	font-size:16px;
	line-height: 44px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	display: flex;
}

.header-top-one{
	position:relative;
	background-color: #6CBE02;
	padding: 13px 0;
}


.welcome-text .text {
	color: #fff;
	margin-right: 15px;
}

/*topbar-menu*/

.topbar-menu {
	position: relative;
}

.topbar-menu li {
	display: inline-block;
	border-right: 1px solid #ffffff1a;
	padding-right: 12px;
	margin-right: 8px;
}

.topbar-menu li a {
	color: #fff;
}
.header-lower .search-form .search {
    position: relative;
}

.header-lower .search-form input {
    width:225px;
    height: 61px;
    padding: 0px 30px;
    border: 1px solid #E6E6E6;
    margin-top: -1px;
    border-bottom: none;
    background: #FAFAFA;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
}

.header-lower .outer-search-box {
    position: absolute;
    right: 0;
    min-width: 150px;
}

.header-lower .search-form button {
    position: absolute;
    background: none;
    right: 0;
    top: 10px;
    width: 45px;
    height: 38px;
    cursor: pointer;
}

.header-lower .search-form button i {
    color: #A3A3A3;
    font-size: 14px;
}

.outer-search-box button:focus {
    outline: none;
}


/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
}


.main-slider .tp-caption{
	z-index:5 !important;
}

.main-slider .tp-dottedoverlay{
	background-color: rgba(0, 0, 0, 0.3) !important;
}

.main-slider .tparrows.gyges{
	width:60px;
	height:60px;
	line-height:60px;
	background-color: rgba(0, 0, 0, 0.3) !important;
}

.main-slider .tparrows.gyges:before{
	line-height:60px;
}

.main-slider .tparrows.gyges:hover{
	background-color:#1e4398;
}

.main-slider h2{
	position:relative;
	color:#ffffff;
	font-size:22px;
	font-weight:600;
	line-height:1.2em;
	padding-bottom:20px;
    font-style: italic;
}

.main-slider h2:before{
	position:absolute;
	content:'';
	width:70px;
	height:1px;
	left:0px;
	bottom:-1px;
	z-index:10;
	background-color:#1e4398;
}

.main-slider h2.dark-text{
	position:relative;
	color:#022222;
}

.main-slider h2.text-center:before{
	left:50%;
	margin-left:-35px;
}

.main-slider .text{
	position:relative;
	font-size:60px;
	font-weight:600;
	color:#fff;
	line-height:68px;
}

.main-slider .text.dark-text{
	color:#022222;
	font-size:16px;
}

.main-slider .dark-heading{
	position:relative;
	color:#022222;
	font-size:60px;
	border:0px;
	padding:0px;
	line-height:1.2em;
}

.main-slider .dark-heading:after{
	display:none;
}

.main-slider .white-heading{
	position:relative;
	color:#fff;
	border:0px;
	padding:0px;
	line-height:1.2em;
}

.main-slider .white-heading:after{
	display:none;
}

.main-slider h4{
	position:relative;
	font-size:36px;
	font-weight:400;
	color:#ffffff;
}

.main-slider h1{
	position:relative;
	font-size:72px;
	font-weight:700;
	color:#ffffff;
	line-height:1.2em;
	text-transform:uppercase;
}

.slider-content{
	position:relative;
	padding:35px 30px;
	background-color:rgba(0,0,0,0.60);
}

.slider-content h3{
	position:relative;
	color:#ffffff;
	font-size:30px;
	line-height:1.4em;
	font-weight:700;
	padding-bottom:18px;
	margin-bottom:25px;
	border-bottom:1px solid rgba(255,255,255,0.20);
}

.slider-content h3:after{
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    left: 0px;
    bottom: -1px;
    z-index: 10;
    background-color: #1e4398;
}

.slider-content .content-text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	margin-bottom:25px;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets{	
}

.main-slider .btn-style-one {
    position: relative;
    line-height: 24px;
    background: none;
    border: 2px solid #fff;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
    padding: 8px 40px;
}

.btn-style-one:hover{
    border:2px solid #fff;
}

.main-slider .btn-style-one:hover{
    color: #6CBE02;
    
}
.main-slider .btn-style-two:hover{
    border: 1px solid  #fff;
    transition: all 500ms ease;
}
.main-slider .btn-style-two {
    border-width: 2px;
    padding: 8px 23px;
    font-size: 15px;
    font-weight: 700;
    width: 170px;
    font-family: 'Titillium Web', sans-serif;
    background: #6CBE02;
    color: #fff;
    border: 1px solid  #6CBE02;
    transition: all 500ms ease;
    margin-right: 10px;
}

/*** 

====================================================================
	Main Header style two
====================================================================

***/

.main-header.style-two {
    margin-bottom: -214px;
}
.main-header.style-two .header-lower .menu-bg {
    margin-top: 20px;
    position: relative;
}


.main-header.style-two .header-lower {
    background: none;
    margin-top: 20px;
}
.main-header.style-two .navigation > li > a:after {
    display: none;
}
.main-header.style-two .navigation > li > a:before {
    display: none;
}
.main-header.style-two .navigation > li > a {
    color: #fff;
}
.main-header.style-two .navigation > li:hover > a, .main-menu .navigation > li.current > a, .main-menu .navigation > li.current-menu-item > a, .main-menu .navigation > li.current.dropdown:after {
    opacity: 1;
    border-color: #6CBE02;
    color: #6CBE02;
}
.main-header.style-two .navigation > li.dropdown:after {
    color: #fff;
}
.main-header.style-two .outer-search-box .search-form input {
    width: 220px;
    height: 64px;
    position: relative;
    font-size: 12px;
    padding: 0px 15px;
    background: #F7F7F7;
}

.main-header.style-two .search-button.pull-right {
    position: absolute;
    top: 33px;
    right: 93px;
}

.main-header.style-two .search-button .search-box-btn {
    overflow: hidden;
}
.main-header.style-two .search-button .search-box-btn button {
    background: none;
    display: block;
    transition: all 500ms ease;
    position: relative;
}

.main-header.style-two .search-button .search-box-btn button i {
    color: #6CBE02;
    font-size: 16px;
}

.main-header.style-two .outer-search-box {
    float: left;
    height: 36px;
    width: 36px;
    margin: 10px 0px;
    cursor: pointer;
}
.main-header.style-two .cart-btn-outer {
    position: absolute;
    width: 45px;
    height: 45px;
    right: 55px;
    text-align: center;
    top: 50px;
    margin-top: -19px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 42px;
    font-weight: 500;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0);
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
}
.main-header.style-two .outer-search-box .seach-toggle {
    overflow: hidden;
    position: absolute;
    top: 50px;
    right: 0px;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0);
    text-align: center;
    margin-top: -19px;
    color: #fff;
    font-size: 14px;
    line-height: 42px;
    font-weight: 500;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
}

.main-header.style-two .outer-search-box .seach-toggle:hover,
.main-header.style-two .outer-search-box .seach-toggle.active{
    background:#6CBE02;
    color: #fff;
    transition: all 500ms ease;
}

.main-header.style-two .search-box {
    border: 1px solid #6CBE02;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 150%;
    transition: all 500ms ease 0s;
    visibility: hidden;
}

.main-header.style-two .search-box.now-visible {
    top: 100%;
    opacity: 1;
    visibility: visible;
    margin-top: -15px;
}

.main-header.style-two .search-box .form-group{
  position:relative;
  padding:0px;
  margin:0px;
  width:100%;
  min-width:250px;
}

.main-header.style-two .search-box .form-group input[type="search"] {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #222222;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 24px;
  position: relative;
  transition: all 500ms ease 0s;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 50px;
}

.main-header.style-two .search-box .form-group input[type="search"]:focus{
  border-color:#6CBE02;	
}

.main-header.style-two .search-box .form-group button, 
.main-header.style-two .search-box .form-group input[type="submit"] {
  background: #222;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  transition: all 500ms ease 0s;
}

.main-header.style-two .search-box .form-group button:hover,
.main-header.style-two .search-box .form-group input:focus + button{
  color:#fff;
  background: #6CBE02;
}

.mainmenu-right-box {}

.main-header.style-two  .mainmenu-bg .outer-search-box {
    position: absolute;
    right: 5px;
    top: 4px;
}




/*==============================================
    Top bar Area Css
===============================================*/

.top-bar-area {
    background: rgb(31, 91, 42);
    overflow: hidden;
    padding-top: 18px;
    padding-bottom: 14px;
}

.top-bar-area .header-top{
  display: inline-block;
}

.top-bar-area .header-top li{
  display: inline-block;
  color: #fff;
  font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
}

.top-bar-area .header-top li span {
    color: #C8C8C8;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}
.header-top .right-side .top-social-links .header-top li span {
    color: #6CBE02;
    font-size: 18px;
}

.top-bar-area .header-top li a{
  display: inline-block;
  color: #A3A3A3;
  font-size: 14px;
  transition: all 500ms ease;
}

.top-bar-area .header-top li  a:hover {
  color: #6CBE02;
  transition: all 500ms ease;
}

.top-bar-area .header-top li i {
    margin-right: 10px;
    font-size: 15px;
    margin-left: 2px;
    color: #FFF;
}

.top-bar-area .right-side {
    display: inline-block;
    margin-top: -2px;
    margin-right: -27px;
}

.top-bar-area .top-social-links ul{
   
}

.top-bar-area .top-social-links ul li {
    display: inline-block;
    margin: 0px 25px 0 0px;
    line-height: 22px;
}

.top-bar-area .top-social-links ul li a{
  font-size: 15px;
  text-align: center;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  color: #A3A3A3;
  transition: all 500ms ease;
  font-family: 'Titillium Web', sans-serif;
}

.top-bar-area .top-social-links ul li a:before {
    position: absolute;
    content: '';
    background: #979797;
    width: 1px;
    height: 14px;
    right: -14px;
    top: 6px;
}

.top-bar-area .top-social-links ul li:last-child a:before {
    display: none;
}


.top-bar-area .top-social-links ul li a i:hover{
  color: #6CBE02;
  transition: all 500ms ease;    
}


/*** 

====================================================================
	Section Title style
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 40px;
    margin-top: -13px;
}

.sec-title.centered{
	max-width:980px;
	margin:0 auto 50px;
	text-align:center;	
}

.sec-title h2{
	font-size:36px;
	color:#1f1f1f;
	font-weight:600;
	line-height:1.2em;
}

.sidebar-page-container .sec-title{
	margin-bottom:30px;	
}

.sidebar-page-container .sec-title h2{
	font-size:30px;
}

.sec-title.centered .separator{
	background-position:center center;	
}

/*** 
=============================================
    callout-area area
=============================================
***/

.callout-area {
    position: relative;
    overflow: hidden;
    padding: 56px 0px;
}

.callout-area:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/bg/1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.callout-area .item {
    position: relative;
}

.callout-area .item span {
    position: absolute;
    left: 0;
    top: 10px;
}

.callout-area .item span:before {
font-size: 60px;
color: #6CBE02;
}

.callout-area .item h2 {
    color: #FFFFFF;
    font-size: 30px;
    padding: 0px 0px 0px 75px;
    font-style: italic;
    letter-spacing:1px;
}

.callout-area a {
    text-transform: uppercase;
    font-size: 15px;
    background: #6CBE02;
    color: #fff;
    font-weight: 700;
    padding: 9px 35px;
    position: relative;
    top: 0;
    border: 2px solid #6CBE02;
    transition: all 700ms ease;
    font-family: 'Titillium Web', sans-serif;
}

.callout-area a:hover {
    transition: all 700ms ease;
    color: #6CBE02;
    border: 2px solid #fff;
}

/*** 
=============================================
    wellcome-area
=============================================
***/

.wellcome-area {
    padding-top: 100px;
    overflow: hidden;
    padding-bottom: 38px;
}

.wellcome-area .sec-title h2 {
    font-size: 50px;
    color: #333333;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 68px;
}

.wellcome-area .sec-title h2:before {
    content: "";
    position: absolute;
    bottom: -82px;
    left: 50%;
    background: url(../images/bg/4.png);
    background-repeat: no-repeat;
    width: 176px;
    height: 100%;
    margin-left: -88px;
}

.wellcome-area .sec-title p {
    font-size: 17px;
    color: #666666;
    text-align: center;
    font-style: italic;
    line-height: 27px;
    font-family: 'Titillium Web', sans-serif;
}

.wellcome-area .left-side {
    margin-top: 21px;
    margin-left: -4px;
}

.wellcome-area .right-side {
    margin-left: 64px;
    margin-top: 25px;
}

.wellcome-area .left-side h2 {
    color: #333333;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.wellcome-area .left-side h2 span{
    color: #6CBE02;
    font-size: 45px;
    font-weight: 600;
} 

.wellcome-area .left-side .img-holder {
  margin-top:40px;   
}

.wellcome-area .item {
    padding: 0px 55px 38px 0px;
}

.wellcome-area .item span {
    
}

.wellcome-area .item span:before {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 40px;
    border: 2px solid #6CBE02;
    padding: 15px 15px;
    border-radius: 42px;
    transition: all 900ms ease;
}

.wellcome-area .item:hover span:before {
    border: 2px solid #E2F2CC;
    background: #6CBE02;
    transition: all 900ms ease;
}

.wellcome-area .item h3 {
    font-size: 22px;
    margin-top: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

.wellcome-area .item h3 a {
    color: #333333;
}

.wellcome-area .item p {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}


/*** 

====================================================================
	Why Us style
====================================================================

***/

.why-us {
    position: relative;
    padding: 75px 0px 75px;
    background: url(../images/bg/9.png);
}

.why-us .sec-title {
    margin-top: -13px;
}

.why-us h2 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom:30px;
}

.why-us h2:before {
    position: absolute;
    content: "";
    width: 82px;
    height: 1px;
    border: 1px dashed #BDBDBD;
    bottom: -20px;
    left: 0;
}

.why-us .btn-holder {
    position: absolute;
    right: 0;
    top: 8px;
}

.why-us .btn-holder a {
    background: #6CBE02;
    color: #fff;
    padding: 11px 42px;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
}

.why-us .btn-holder a:hover {
    color: #6CBE02;
}

.featured-services{
	position:relative;
	padding:80px 0px 30px;
}

.featured-service{
	position:relative;
	margin-bottom:50px;	
}

.featured-service .inner-box{
	position:relative;
	display:block;
}

.featured-service .image-box {
	position:relative;
	display:block;
	overflow:hidden;
}

.featured-service .image-box figure {
    margin: 0 0 1rem;
    margin-bottom: 0;
}

.featured-service .image-box img{
	display:block;
	width:100%;	
}

.featured-service .image-box .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	font-size:32px;
	color:#ffffff;
	background:#b2dd4c;
	line-height:40px;
	padding:10px 0px;
	text-align:center;
}

.featured-service .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 60px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    padding: 20px 30px 20px 90px;
    transition: all 900ms ease;
}

.featured-service:hover .overlay-box{
	width: 100%;
    height: 130px;
    transition: all 900ms ease;
    
}

.featured-service .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: -5px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 20px 30px 20px 90px;
}

.featured-service .overlay-box .overlay-content{
	position:relative;
	display:table-cell;
	vertical-align:middle;	
}

.featured-service .overlay-box .title{
	font-size:20px;
	color:#b2dd4c;
	line-height:1.2em;
	margin-bottom:15px;
}

.featured-service .overlay-box .title a{
	color:#fff;
}

.featured-service .overlay-box .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 27px;
    font-family: 'Titillium Web', sans-serif;
}

.featured-service .overlay-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:100%;
	font-size:32px;
	color:#ffffff;
	background:#6CBE02;
	line-height:40px;
	text-align:center;
}

.featured-service .overlay-box .icon-box span{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-20px;
	width:100%;	
}

.featured-service .overlay-box .icon-box span:before {
    font-size: 30px;
}


/*** 
=============================================
    Testimonial Area style
=============================================
***/

.testimonial-area {
    padding-bottom: 92px;
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

.testimonial-area .sec-title {
    margin-top: -73px;
}

.testimonial-area h2 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 88px;
    margin-top: 60px;
}

.testimonial-area h2:before {
    position: absolute;
    content: "";
    width: 82px;
    height: 1px;
    border: 1px dashed #BDBDBD;
    bottom: -20px;
    left: 0;
}

.testimonial-area .single-slide-item {
    position: relative;
    left: 0;
    top: 0;
    margin: 0px 45px;
}

.testimonial-area .sec-title .border {
  background: #d5ac63;
  height: 2px;
  width: 70px;
  display: inline-block;
}

.testimonial-area .sec-title .border {
  background: #d5ac63;
  height: 2px;
  width: 70px;
  display: inline-block;
}

.testimonials-carousel .single-slide-item .img-box {
    width: 500px;
    border: 1px solid #EDEDED;
    position: relative;
    height: 160px;
    padding: 29px 0px 0px 80px;
}

.testimonials-carousel .single-slide-item .img-box .text p {
    font-size: 16px;
    color: #666666;
}

.testimonials-carousel .single-slide-item .img-box .text h3 {
    color: #666666;
    font-size: 16px;
    margin-left: -3px;
    font-family: "Hind Siliguri",sans-serif;
}

.testimonials-carousel .single-slide-item .img-box .text h3 span {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
}

.testimonials-carousel .single-slide-item .img-box .client-photo {
    border-radius: 50%;
    height: 90px;
    padding: 2px;
    position: absolute;
    left: -47px;
    top: 34px;
    width: 90px;
}

.testimonials-carousel.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    right: 0;
    top: -140px;
}

.testimonial-area .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #E0E0E0;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    margin: 5px;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid #E0E0E0;
    transition: all 700ms ease;
}

.testimonial-area .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #6CBE02;
    border: 1px solid #6CBE02;
    color: #fff;
    transition: all 700ms ease;
}

.testimonials-carousel .owl-dots {
    margin-left: 28px;
    margin-top: 53px;
    position: relative;
}

.testimonials-carousel .owl-dots .owl-dot{
  background-image:none !important;
  width:10px !important;
  height:10px !important;
  margin:0px 5px !important;
  padding:0px;
  border:1px solid #fff;
  background:#E9E9E9;
  border-radius:50%;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  -moz-border-radius:50%;
  transition: all 500ms ease;
    display: inline-block;
}

.testimonials-carousel .owl-dots .owl-dot:before {
    
}

.testimonials-carousel .owl-dots .owl-dot span{
  display:none;	
}

.testimonials-carousel .owl-dots .owl-dot.active{
  border-color:#fff;
  background:#76C213;
    position: relative;
}

.testimonials-carousel .owl-dots .owl-dot.active:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    border: 1px solid #6CBE02;
    padding: 5px 5px;
    text-align: center;
    border-radius: 30px;
}


/*** 

====================================================================
	subscribe-area Section Style
====================================================================

 ***/

.Request-an-Estimate-area {
    background: url(../images/resource/resim2.jpg);
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0px;
}

.Request-an-Estimate-area .section-title {
  margin-bottom: 40px;
}

.Request-an-Estimate-area .appointment-area .text h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    position: relative;
    margin-bottom: 90px;
}

.Request-an-Estimate-area .appointment-area .text h2:before {
    content: "";
    position: absolute;
    bottom: -94px;
    left: 50%;
    background: url(../images/bg/4.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-left: -88px;
}

.Request-an-Estimate-area .right-side {
    position: relative;
    top: 79px;
    left: 72px;
}

.Request-an-Estimate-area .appointment-area {
    position: relative;
    padding: 46px 0px 0px 0px;
    width: 709px;
    height: 560px;
    text-align: center;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.6);
    border: 10px solid #7F7E7D;
}

.Request-an-Estimate-area  .appointment-area .text{
  position: relative;
}

.Request-an-Estimate-area .default-form {
    margin-top: -4px;
    padding: 0px 84px;
}

.Request-an-Estimate-area .default-form input[type="text"], .default-form input[type="email"], .Request-an-Estimate-area .default-form input[type="password"], .Request-an-Estimate-area .default-form select, .Request-an-Estimate-area .default-form textarea {
    height: 47px;
    width: 100%;
    font-size: 15px;
    border-bottom: 1px solid #888888;
}

.Request-an-Estimate-area .appointment-area input {
    position: relative;
    width: 100%;
    height: 47px;
    margin-bottom: 14px;
    font-size: 12px;
}

.Request-an-Estimate-area .default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form select, .default-form textarea {
    padding: 0px;
}



.Request-an-Estimate-area .appointment-area option{
  position: relative;
}

.Request-an-Estimate-area .ui-selectmenu-button {
  width: 100% !important;
  height: 50px;
  padding: 10px;
  border: 1px solid #8a9699;
  margin-bottom: 30px;
  background: transparent;
  color: #888888;
  cursor: pointer;
  display: block;
  border-radius: 0px;
}

.Request-an-Estimate-area .ui-selectmenu-button .ui-icon {
    background: none;
    position: relative;
    top: 3px;
    text-indent: 0px;
    display: block;
    float: right;
}

.Request-an-Estimate-area .ui-selectmenu-button .ui-icon:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 5px;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #dee2e7;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}


.Request-an-Estimate-area  .appointment-area .title{
    position: relative;
    font-size: 30px;
    color: #60c5e4;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}

.Request-an-Estimate-area  .appointment-area i:before{
  font-size: 14px;
  margin: 0px;
  color: #dee2e7;
  font-weight: 600;
}

.subscribe-area  .appointment-area i{
  position: absolute;
  top: 10px;
  right: 30px;
}

.Request-an-Estimate-area  .section-title{
  font-size: 44px;
  margin-bottom: 46px;
}

.Request-an-Estimate-area .section-title:before{
  display: none;
}

.Request-an-Estimate-area textarea {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #888888;
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    background: none;
    color: #888888;
}

.Request-an-Estimate-area .appoinment-btn {
    position: relative;
    top: 14px;
    left: 0px;
}

.Request-an-Estimate-area .appointment-area button {
    position: relative;
    font-size: 15px;
    color: #fff;
    border: 2px solid #6CBE02;
    background: #6CBE02;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 30px;
    display: inline-block;
    transition: all 700ms ease;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    cursor: pointer;
}

.Request-an-Estimate-area .appointment-area button:hover {
  color: #6CBE02;
  border: 2px solid #fff;
  transition: all 700ms ease;
}




/*** 

====================================================================
	Our-Experts-area style
====================================================================

***/

.Our-Experts-area {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    border-bottom: 1px solid #EDEDED;
}

.Our-Experts-area .sec-title h2 {
    font-size: 50px;
    color: #333333;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
}

.Our-Experts-area .sec-title h2:before {
    content: "";
    position: absolute;
    bottom: -82px;
    left: 50%;
    background: url(../images/bg/4.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-left: -97px;
}

.Our-Experts-area .sec-title p {
    font-size: 17px;
    color: #666666;
    text-align: center;
    font-style: italic;
    margin-bottom: 50px;
}

.Our-Experts-area .team-area img{
  width: 100%;
}

.Our-Experts-area .single-item .full-side {
    position: relative;
    z-index: 1;
    border: 1px solid #E8E8E8;
}

.Our-Experts-area .single-item:hover:before{
  width: 100%;
  transition: all 900ms ease;
}

.Our-Experts-area .single-item  {
    display: inline-block;
}

.Our-Experts-area .single-item .single-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.2);
    width: 0;
    height: 100%;
    transition: all 900ms ease;
    opacity: 0;
}

.Our-Experts-area .single-item:hover .single-content{
  width: 100%;
  transition: all 900ms ease;
  opacity: 1;
}

.Our-Experts-area .single-item:hover .text {
    background: #6CBE02;
    color: #fff;
    transition: all 900ms ease;
}

.Our-Experts-area .single-item:hover .text h2 a{
    color: #fff;
    transition: all 900ms ease;
}

.Our-Experts-area .single-item:hover .text h4 {
    color: #fff;
    transition: all 900ms ease;
}

.Our-Experts-area .single-item:hover .social li i  {
    color: #C0C0C0;
    transition: all 900ms ease;
}

.Our-Experts-area .single-item .text {
    position: relative;
    background: #F6F6F6;
    top: 0;
    left: 0;
    z-index: 6;
    padding: 10px 0px;
    transition: all 900ms ease;
}

.Our-Experts-area .single-item .text h2 {
    font-size: 20px;
    color: #333333;
    margin-left: 20px;
    transition: all 900ms ease;
    margin-bottom: 4px;
}

.Our-Experts-area .single-item .text h2 a {
    color: #333333;
}

.Our-Experts-area .single-item .text h4 {
    font-size: 14px;
    color: #666666;
    transition: all 900ms ease;
    margin-left: 20px;
    margin-top: -6px;
    font-family: 'Titillium Web', sans-serif;
}

.Our-Experts-area .single-item .text .social {
    position: absolute;
    right: 15px;
    top: 15px;
}

.Our-Experts-area .single-item .text .social li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    border: 2px solid #E3E3E3;
}

.Our-Experts-area .single-item .text .social li a {
    padding: 11px 11px;
}

.Our-Experts-area .single-item .text .social li i {
    color: #C0C0C0;
}

.Our-Experts-area .single-item .text .social li i:hover {
    color: #6CBE02;
}


.Our-Experts-area .owl-controls {
    position: absolute;
    right: 0px;
    top: -154px;
    margin: 0px !important;
    display: none;
}

.Our-Experts-area .owl-nav .owl-prev {
    position: absolute;
    right: 35px;
    top: 0;
    width: 40px;
    height: 60px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #cccccc;
    background: #ffffff !important;
    font-size: 0 !important;
    transition: all 700ms ease !important;
}

.Our-Experts-area .owl-nav .owl-next {
    position: absolute;
    right: -13px;
    top: 0;
    width: 40px;
    padding-left: 3px;
    height: 60px;
    text-align: center;
    color: #cccccc;
    border: 1px solid #e3e3e3;
}

.Our-Experts-area .owl-nav .owl-prev:after {
    content: '\f104';
    font-family: 'FontAwesome';
    position: absolute;
    left: 2px;
    top: 15px;
    display: block;
    font-size: 24px;
    text-align: center;
    width: 30px;
    height: 10px;
    opacity: 1;
    color: #cccccc;
}

.Our-Experts-area .owl-nav .owl-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: 2px;
    top: 15px;
    display: block;
    font-size: 24px;
    text-align: center;
    width: 30px;
    height: 10px;
    opacity: 1;
    color: #cccccc;
    transition: all 700ms ease !important;
}


.Our-Experts-area .owl-nav .owl-prev:hover:after,
.Our-Experts-area .owl-nav .owl-next:hover:after{
	opacity:1;
	color: #806D4C;
}



/*** 
=============================================
    call area
=============================================
***/

.call-area {
    padding-top: 100px;
    padding-bottom: 90px;
}

.call-area h2 {
    color: #333333;
    font-size: 25px;
    font-weight: 600;
}

.call-area h3 {
    font-size: 25px;
    color: #333333;
    margin-top: 7px;
    font-weight: 700;
}

.call-area h3 span {
    font-size: 30px;
    color: #6CBE02;
}

/*** 

====================================================================
	future-area style
====================================================================

***/

.funfact-area {
    padding-top: 81px;
    padding-bottom: 81px;
    position: relative;
    overflow: hidden;
    background: url(../images/resource/resim2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.funfact-area:before {
    content: "";
    background:rgba(45, 27, 0, 0.85);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.funfact-area .sec-title {
    position: relative;
    margin-bottom: 60px;
    margin-top: 120px;
}

.funfact-area  .sec-title h1 {
    position: absolute;
    color: #423204;
    font-size: 70px;
    font-weight: 800;
    top: -45px;
    left: 0;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.funfact-area .sec-title h2 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-left: 45px;
}

.funfact-area .sec-title h2:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    left: 53px;
    bottom: -15px;
}

.funfact-area .sec-title h2 span {
    color: #F0BD23;
}

.funfact-area .sec-title p {
    font-size: 14px;
    color: #fff;
    font-family: "Lato",sans-serif;
}

.funfact-area .inner-box {
    position: relative;
    padding: 0px 31px 0px 80px;
    margin-left: 8px;
}

.funfact-area .inner-box .icon {
    position: absolute;
    left: 0px;
    top: 21px;
}

.funfact-area .inner-box .icon span{
    
}

.funfact-area .inner-box .icon span:before {
    color: #fff;
    font-size: 30px;
    background: #6CBE02;
    padding: 20px 20px;
    text-align: center;
    border-radius: 50px;
}

.funfact-area .inner-box .count-outer {
    margin-bottom: 10px;
    position: relative;
    top: 4px;
    left: 10px;
}

.funfact-area .inner-box .count-outer span {
    font-size: 40px;
    color: #fff;
}

.funfact-area .inner-box .counter {
    
}

.funfact-area .inner-box .counter h4 {
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
    font-family: 'Titillium Web', sans-serif;
}


/*** 

====================================================================
	News-section style
====================================================================

***/
.news-area {
    position: relative;
    padding-top: 100px;
    overflow: hidden;
    padding-bottom: 58px;
}

.news-area .sec-title h2 {
    font-size: 50px;
    color: #333333;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
}

.news-area .sec-title h2:before {
    content: "";
    position: absolute;
    bottom: -82px;
    left: 50%;
    background: url(../images/bg/4.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-left: -97px;
}

.news-area .sec-title p {
    font-size: 17px;
    color: #666666;
    text-align: center;
    font-style: italic;
    margin-bottom: 50px;
}

.news-area .inner-box {
    padding-bottom: 0px;
}

.news-area .single {
    border-bottom: 2px solid #e5e5e5;
    margin-left: 30px;
    margin-top: 30px;
}

.news-area .meta {
    border-top: 4px solid #95CE4B;
}

.news-area .single:last-child {
    border-bottom: none;
}

.news-area .single-iteam {
	background: 
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.21);
}

.news-area .single-iteam{
	position:relative;
	background:#ffffff;
	margin:0 auto;
	border-radius:5px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.21);
}

.news-area .single-iteam:hover {
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.21);
    transition: all 500ms ease;
}

.news-area .inner-box.meta {
    border: none;
}

.featured-blog-post{
	position:relative;
	margin-bottom:40px;	
}

.featured-blog-post .inner-box {
    position: relative;
    background: #ffffff;
    margin: 0 auto;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    border: 1px solid #ECECEC;
}

.featured-blog-post .image-holder{
	position:relative;
	overflow:hidden;	
}

.featured-blog-post .image-holder img{
	position:relative;
	display:block;
	width:100%;	
}

.featured-blog-post .image-holder .date {
    background: #6CBE02;
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 0;
    left: 32px;
    text-align: center;
    width: 60px;
    height: 60px;
}

.featured-blog-post .image-holder .date span {
    font-size: 28px;
    color: #fff;
    display: block;
    margin-top: 5px;
}

.featured-blog-post .image-holder .date b {
    font-size: 12px;
    color: #fff;
    display: block;
}

.featured-blog-post .post-lower {
    padding-bottom: 10px;
}

.featured-blog-post .post-lower .post-header {
	
}

.featured-blog-post .post-lower .post-header h3 {
    font-size: 22px;
    margin: 25px 0 3px 22px;
    line-height: 27px;
    font-weight: 600;
    padding-right: 5px;
}

.featured-blog-post .post-lower .post-header h3 a{
	color: #333333;
}

.featured-blog-post .btn-holder a {
    background: #fff;
    color: #6CBE02;
    padding: 13px 25px;
    font-size: 15px;
    font-weight: 600;
    margin-left: 7px;
    transition: all 500ms ease;
    text-transform: uppercase;
    position: relative;
    font-family: 'Titillium Web', sans-serif;
}

.featured-blog-post .btn-holder a:before {
    position: absolute;
    content: "\f101";
    right: 10px;
    top: 12px;
    font-size: 15px;
    font-family: "fontawesome";
}

.featured-blog-post .btn-holder a:hover {
    background: #fff;
    color: #333;
    transition: all 500ms ease;
}

.featured-blog-post .btn-holder {
    margin-top: 17px;
    margin-bottom: 7px;
}

.news-area .single-blog {
    margin-left: 30px;
    margin-top: 25px;
    margin-bottom: 61px;
}

.news-area .post-header{
    margin-left: 10px;
}

.news-area .item .img {
    position: relative;
}

.news-area .item h3 {
    position: absolute;
    left: 0;
    top: 0;
}

.news-area .martop .title {
    padding-bottom: 30px;
}

.news-area .martop .link-side{
    
}

.news-area .martop .link-side .single-item {
    position: relative;
}

.news-area .martop .link-side .single-item .img-holder{
    position: absolute;
}

.news-area .martop .link-side .single-item .text {
    padding: 10px 0px 36px 100px;
}

.news-area .martop .link-side .single-item .text h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    margin-top: -18px;
    margin-bottom: 16px;
}

.news-area .martop .link-side .single-item .text h3 a {
    color: #333333;
}

.news-area .martop .text .btn-holder a {
    color: #6CBE02;
    font-size: 15px;
    transition: all 700ms ease;
    font-weight: 700;
    position: relative;
    font-family: 'Titillium Web', sans-serif;
}

.news-area .martop .text .btn-holder a:before {
    position: absolute;
    content: "\f101";
    right: -18px;
    top: -1px;
    font-size: 15px;
    font-family: "fontawesome";
}

.news-area .martop .text .btn-holder a:hover {
    color: #333333;
    transition: all 700ms ease;
}

.news-area .inner-box.meta .full-btn {
    width: 100%;
    background: #6CBE02;
    text-align: center;
    padding: 8px 0px;
    border: 2px solid #6CBE02;
    transition: all 700ms ease;
}

.news-area .inner-box.meta .full-btn a {
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 100px;
}

.news-area .inner-box.meta .full-btn:hover {
    border: 2px solid #6CBE02;
    color: #6CBE02 !important;
    transition: all 700ms ease;
}

.news-area .inner-box.meta .full-btn:hover a {
    color: #6CBE02 !important;
    transition: all 700ms ease;
}


/*** 

====================================================================
	gallary area
====================================================================

***/

.gallary-area {
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.gallary-area .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.gallary-area .thm-btn {
  margin-top: 80px;
}

.masonary-gallery {
  position: relative;
}

.masonary-item {
  position: relative;
  float: left;
  display: block;
}

.single-portfolio.mix {
  display: none;
}

.single-portfolio.span-3 {
    width: 20%;
    float: left;
}

.single-portfolio {
  position: relative;
  overflow: hidden;
  transform: scale(1);
  transition: all 700ms ease;
}

.single-portfolio:hover {
    transform: scale(1.0);
    z-index: 1;
    transition: all 700ms ease;
}

.single-portfolio:hover .overlay {
  transform: scale(1);
}

.single-portfolio img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.single-portfolio .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    transform: scale(0);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.single-portfolio .overlay .image-view {
    display: table;
    width: 100%;
    height: 100%;
}

.single-portfolio .overlay .image-view .box {
    display: table;
    height: 100%;
    width: 100%;
}

.single-portfolio .overlay .image-view .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.single-portfolio .overlay .box li {
    display: inline-block;
    margin: 0 4px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #fff;
}

.single-portfolio .overlay .box li a{
    
}

.single-portfolio .overlay .box li a span{
    color: #fff;
}

.single-portfolio .overlay .image-view h4 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #6CBE02;
    padding: 8px 0px;
}

.single-portfolio .overlay .image-view h4 a {
    color: #fff;
}


/*** 
=============================================
    Footer area style
=============================================
***/

.footer-area {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 80px;
    background: url(../images/bg/ftr_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-footer-widget.mar-btm {
    margin-top: 41px;
}

.single-footer-widget .footer-logo {
    padding: 0 0 23px;
}

.single-footer-widget .our-info p {
    color: #888888;
    font-size: 16px;
    line-height: 27px;
    margin-top: 16px;
}

.single-footer-widget .our-info p {
    color: #888888;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.call {
    margin-top: 15px;
}

.single-footer-widget .our-info h3 {
    font-size: 17px;
    color: #6CBE02;
}

.single-footer-widget .our-info h2 {
    font-size: 22px;
    color: #fff;
}

.single-footer-widget.mar-btm.right {
    margin-top: 30px;
    margin-left: 0px;
}

.single-footer-widget .title {
    padding-bottom: 24px;
    position: relative;
    margin-bottom: 27px;
}

.single-footer-widget .title h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
    position: relative;
}

.single-footer-widget .title h3:before {
    position: absolute;
    content: "";
    width: 55px;
    height: 1px;
    border: 1px dashed #6CBE02;
    bottom: -20px;
    left: 0;
}

.single-footer-widget .usefull-links {
    
}

.single-footer-widget .usefull-links.left {
    margin-left: 12px;
}

.single-footer-widget .usefull-links.right {
    
}

.single-footer-widget .usefull-links li {
    margin-bottom: 10px;
}

.single-footer-widget .usefull-links li a {
    color: #BBBBBB;
    font-size: 15px;
    font-weight: 600;
    transition: all 700ms ease;
    position: relative;
    margin-left: 18px;
    font-family: 'Titillium Web', sans-serif;
}

.single-footer-widget .usefull-links li a:before {
    position: absolute;
    content: "\f101";
    left: -30px;
    top: 0;
    transition: all 700ms ease;
    font-family: fontawesome;
    font-size: 14px;
}

.single-footer-widget .usefull-links li:hover a{
    color: #6CBE02;
    text-decoration: underline;
    transition: all 700ms ease;
}

.single-footer-widget .usefull-links li:hover a:before{
    color: #6CBE02;
    transition: all 700ms ease;
}

.single-footer-widget.mar-btm.right .form {
    position: relative;
    margin-top: 25px;
}

.single-footer-widget.mar-btm.right .form h2 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.single-footer-widget.contuct {
    margin-top: 30px;
    margin-left: 0px;
}

.single-footer-widget.contuct .twitter-area{
    
}

.single-footer-widget.contuct .single-item {
    position: relative;
    margin-bottom: 35px;
}

.single-footer-widget.contuct .twitter-area .icon-holder {
    position: absolute;
    left: 0;
    top: 0;
}

.single-footer-widget.contuct .twitter-area .icon-holder i{
    color: #6CBE02;
}

.single-footer-widget.contuct .twitter-area .text {
    padding: 0px 0px 0px 30px;
}

.single-footer-widget.contuct .twitter-area .text h3 {
    font-size: 16px;
    color: #BBBBBB;
    font-weight: 500;
    font-family: 'Titillium Web', sans-serif;
}

.single-footer-widget.contuct .twitter-area .text h3 a {
    color: #fff;
    font-weight: 600;
}

.single-footer-widget.contuct .twitter-area .text h4{
    font-size: 14px;
    color: #6CBE02;
    font-weight: 500;
}


.single-footer-widget.martop {
    margin-top: 30px;
}

.single-footer-widget.martop .title {
    padding-bottom: 30px;
}

.single-footer-widget.martop .Newsletter-area {
    
}

.single-footer-widget.martop .Newsletter-area p {
    
}



.single-footer-widget.martop .form input {
    width: 100%;
    height: 47px;
    font-size: 15px;
    padding: 0px 20px;
    font-family: 'Titillium Web', sans-serif;
}

.single-footer-widget.martop button {
    width: 100%;
    background: #6CBE02;
    text-align: center;
    padding: 10px 0px;
    transition: all 700ms ease;
    color: #fff;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    cursor: pointer;
}

.single-footer-widget.martop .full-btn:hover {
    transition: all 700ms ease;
}

.single-footer-widget.martop .full-btn:hover button {
    transition: all 700ms ease;
}


/*** 
=============================================
    Footer bottom area style
=============================================
***/

.footer-bottom {
    position: relative;
    background: #013511;
    padding: 20px 0px;
}

.footer-bottom .footer-text {
    display: inline-block;
    margin-top: 8px;
}

.footer-bottom p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    transition: all 700ms ease;
}

.footer-bottom p a {
    color: #fff;
    transition: all 700ms ease;
}

.footer-bottom p a:hover{
    color: #6BBD02;
    transition: all 700ms ease;
}

.footer-bottom .social-link {
    display: inline-block;
    float: right;
}

.footer-bottom .social-links {
    position: relative;
    display: inline-block;
    padding: 5px 0px;
}

.footer-bottom .social-links li{
	display: inline-block;
}

.footer-bottom .social-links li i {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 35px;
    background: transparent;
    color: #c0c6ca;
    width: 35px;
    height: 35px;
    margin-right: 7px;
    border: 1px solid #979595;
    border-radius: 50%;
    transition: all 500ms ease;
}

.footer-bottom .social-links li i:hover{
	color: #ffffff;
	background: #6BBD02;
	border: 1px solid #6BBD02;
	transition:all 500ms ease;
}



/*** 
=============================================
    Why-Choose-us style-two
=============================================
***/

.Why-Choose-us.style-two {
    padding-bottom: 4px;
    padding-top: 100px;
}

.Why-Choose-us .img-content {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    width: 372px;
    height: 282px;
}

.Why-Choose-us .img-content .img-holder {
    position: relative;
    display: inline-block;
    border: 1px solid #DDDDDF;
}

.Why-Choose-us .img-content .img-holder:before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.88);
    content: "";
    width: 100%;
    height: 100%;
}

.Why-Choose-us .img-content .text-box {
    position: absolute;
    left: 0;
    top: 33px;
    padding: 0px 30px;
}

.Why-Choose-us .text-box .icon span {
    
}

.Why-Choose-us .text-box .icon span:before {
    font-size: 50px;
    color: #7EC622;
    position: relative;
    top: 23px;
}

.Why-Choose-us .text-box h2 {
    margin-top: 39px;
    font-weight: 600;
}

.Why-Choose-us .text-box h2 a {
    color: #fff;
    font-size: 22px;
    font-family: 'Titillium Web', sans-serif;
}

.Why-Choose-us .text-box p {
    color: #D7D7D7;
    margin-top: 3px;
    margin-bottom: 13px;
    font-size: 16px;
}

.Why-Choose-us .text-box .btn-holder a {
    color: #fff;
    transition: all 700ms ease;
    font-weight: 600;
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
}

.Why-Choose-us .text-box .btn-holder a:before {
    position: absolute;
    content: "\f101";
    right: -18px;
    top: -2px;
    font-size: 15px;
    font-family: "fontawesome";
}

.Why-Choose-us .text-box a:hover {
    color: #7EC622;
    transition: all 700ms ease;
}




/*** 
=============================================
    Why-Choose-us style-three
=============================================
***/

.Why-Choose-us.style-three {
    padding-bottom: 80px;
    padding-top: 100px;
}


/*** 
=============================================
   about-area
=============================================
***/

.about-area {
    padding-top: 35px;
}

.about-area .img-holder {
    position:relative;
	top:50px;
}

.about-area .right-side {
    position: relative;
    top: 90px;
    left: 18px;
}

.about-area h2 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 47px;
}

.about-area h2:before {
    position: absolute;
    content: "";
    width: 82px;
    height: 1px;
    border: 1px dashed #BDBDBD;
    bottom: -20px;
    left: 0;
}

.about-area .sec-title h3 {
    color: #222222;
    line-height: 27px;
    font-size: 17px;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 600;
}

.about-area .sec-title h3 span {
    color: #6CBE02;
}

.about-area .sec-title p {
    color: #666666;
    font-size: 16px;
    line-height: 27px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 45px;
}

.about-area .inner-box {
    position: relative;
    padding: 0px 0px 0px 80px;
}

.about-area .inner-box .icon {
    position: absolute;
    left: 0px;
    top: 21px;
}

.about-area .inner-box .icon span{
    
}

.about-area .inner-box .icon span:before {
    color: #6CBE02;
    font-size: 30px;
    background: #fff;
    padding: 18px 18px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #6CBE02;
}

.about-area .fact-counter {
    margin-top: 0px;
}

.about-area .inner-box .count-outer {
    margin-bottom: 6px;
    position: relative;
    top: 4px;
    left: 10px;
}

.about-area .inner-box .count-outer span {
    font-size: 35px;
    color: #000;
    font-weight: 600 !important;
}

.about-area .inner-box .counter {
    
}

.about-area .inner-box .counter h4 {
    font-size: 14px;
    color: #000;
    margin-left: 10px;
	width:130px;
    
}

.about-area .counter-column {
    width: 220px;
    height: 180px;
    margin: 0px 20px;
}

/*** 
=============================================
   our-works
=============================================
***/

.our-works {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../images/bg/11.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.our-works .img-content {
    margin-bottom: 30px;
}

.our-works .sec-title h2 {
    font-size: 50px;
    color: #333333;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
}

.our-works .sec-title h2:before {
    content: "";
    position: absolute;
    bottom: -82px;
    left: 50%;
    background: url(../images/bg/4.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-left: -97px;
}

.our-works .sec-title p {
    font-size: 17px;
    color: #666666;
    text-align: center;
    font-style: italic;
    margin-bottom: 58px;
}

.our-works .single-portfolio {
    margin-bottom: 30px;
	max-height:200px;
	overflow:hidden;
}

.our-works .btn-holder {
    text-align: center;
    margin-top: 20px;
}

.our-works .btn-holder a {
    text-transform: uppercase;
    font-size: 15px;
    background: #6CBE02;
    color: #fff;
    font-weight: 700;
    padding: 9px 46px;
    position: relative;
    top: 0;
    border: 2px solid #6CBE02;
    transition: all 700ms ease;
}

.our-works .btn-holder a:hover {
    transition: all 700ms ease;
    color: #6CBE02;
    border: 2px solid #6CBE02;
}

/*** 

====================================================================
	subscribe-area Section Style
====================================================================

 ***/

.subscribe-area {
    background: #FAFAFA;
    overflow: hidden;
}

.subscribe-area .appointment-area {
    position: relative;
    padding: 71px 0px 57px 0px;
    width: 715px;
    height: 600px;
    background: rgba(0, 0, 0, 0.6);
    border: 10px solid rgba(191, 191, 191, 0.25);
    left: -249px;
}

.subscribe-area .appointment-area .text h2 {
    color: #fff;
    margin-left: 80px;
    position: relative;
    font-size: 45px;
    margin-bottom: 23px;
}

.subscribe-area .appointment-area .text h2:before {
    position: absolute;
    content: "";
    width: 82px;
    height: 1px;
    border: 1px dashed #BDBDBD;
    bottom: -10px;
    left: 0;
}

.subscribe-area .left-side {
    position: relative;
    padding: 50px 0px;
}

.subscribe-area .left-side:before {
    content: "";
    position: absolute;
    left: -385px;
    top: 0;
    width: 175%;
    height: 100%;
    background: url(../images/bg/8.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.subscribe-area .right-side {
    position: relative;
    left: 154px;
    padding-top: 100px;
}

.subscribe-area .right-side .sec-title h2 {
    font-size: 50px;
    color: #333333;
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
}

.subscribe-area .right-side .sec-title h2:before {
    position: absolute;
    content: "";
    width: 82px;
    height: 1px;
    border: 1px dashed #BDBDBD;
    bottom: -20px;
    left: 0;
}

.subscribe-area .right-side .sec-title p {
    font-size: 17px;
    color: #666666;
    font-style: italic;
    margin-bottom: 0px;
    margin-left: -60px;
    position: relative;
    left: 60px;
}
.subscribe-area .appointment-area .text {
    position: relative;
    top: -22px;
}

.subscribe-area #contact-form {
    margin-top: 20px;
    padding: 0px 80px;
}

.subscribe-area .default-form input[type="text"], .default-form input[type="email"], .Request-an-Estimate-area .default-form input[type="password"], .subscribe-area .default-form select, {
    height: 47px;
    width: 100%;
    font-size: 12px;
    border-bottom: 1px solid #888888;
}

.subscribe-area .default-form textarea {
    height: 87px;
    padding: 8px 20px !important;
}

.subscribe-area .appointment-area input {
    position: relative;
    width: 100%;
    height: 47px;
    margin-bottom: 13px;
    font-size: 15px;
}

.subscribe-area .default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form select, .default-form textarea {
    padding: 0px;
}

.subscribe-area .default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form select, .default-form textarea {
    height: 47px;
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
	font-size:15px;
}


.subscribe-area .appointment-area option{
  position: relative;
}

.subscribe-area .ui-selectmenu-button {
  width: 100% !important;
  height: 50px;
  padding: 10px;
  border: 1px solid #8a9699;
  margin-bottom: 30px;
  background: transparent;
  color: #888888;
  cursor: pointer;
  display: block;
  border-radius: 0px;
}

.subscribe-area .ui-selectmenu-button .ui-icon {
    background: none;
    position: relative;
    top: 3px;
    text-indent: 0px;
    display: block;
    float: right;
}

.subscribe-area .ui-selectmenu-button .ui-icon:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 5px;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #dee2e7;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.subscribe-area .appointment-area .title{
    position: relative;
    font-size: 30px;
    color: #60c5e4;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}

.subscribe-area  .appointment-area i:before{
  font-size: 14px;
  margin: 0px;
  color: #dee2e7;
  font-weight: 600;
}

.subscribe-area  .appointment-area i{
  position: absolute;
  top: 10px;
  right: 30px;
}

.subscribe-area  .section-title{
  font-size: 44px;
  margin-bottom: 46px;
}

.subscribe-area .section-title:before{
  display: none;
}

.subscribe-area textarea {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #888888;
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    background: none;
    color: #888888;
}

.subscribe-area .appoinment-btn {
    position: relative;
    top: 22px;
    left: 0px;
    float: left;
}

.subscribe-area .appointment-area button {
    position: relative;
    font-size: 15px;
    color: #fff;
    border: 2px solid #6CBE02;
    background: #6CBE02;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 30px;
    display: inline-block;
    transition: all 700ms ease;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
}

.subscribe-area .appointment-area button:hover {
  color: #6CBE02;
  border: 2px solid #fff;
  transition: all 700ms ease;
}

.subscribe-area .item {
    margin-bottom: 50px;
}

.subscribe-area .item h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.subscribe-area .item h3 a {
    color: #333333;
}

.subscribe-area .item h3 a span {
    color: #6CBE02;
}

.subscribe-area .item p {
    font-size: 15px;
    font-family: "Hind Siliguri",sans-serif;
    color: #666666;
}

/*** 
=============================================
    priching-area
=============================================
***/

.priching-area {
    padding: 100px 0px;
    overflow: hidden;
}

.priching-area h2 {
    font-size: 45px;
    color: #333333;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
}

.priching-area .sec-title h2:before {
    content: "";
    position: absolute;
    bottom: -82px;
    left: 50%;
    background: url(../images/bg/4.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-left: -97px;
}

.priching-area .sec-title p {
    font-size: 17px;
    color: #666666;
    text-align: center;
    font-style: italic;
    margin-bottom: 53px;
}

.priching-area .pricing {
    transition: all 700ms ease;
    border: 1px solid #E4E4E4;
    position: relative;
    padding-bottom: 25px;
    text-align: center;
}

.priching-area .pricing .img-holder img{
    width: 100%;
}

.priching-area .pricing h2 {
    position: relative;
    left: 0px;
    top: 70px;
    color: #FFFFFF;
    margin: 0 auto;
    font-size: 25px;
    width: 100%;
    margin-top: -40px;
    text-align: center;
}

.footer-area.style-two .single-footer-widget.contuct .twitter-area .icon-holder span:before {
    width: 50px;
    height: 50px;
    background: #202020;
    padding: 13px 13px;
    border-radius: 30px;
    font-size: 20px;
    color: #6CBE02;
}
.priching-area .pricing .date {
    background: #000;
    display: inline-block;
    padding: 10px 26px;
    border-radius: 50%;
    position: relative;
    top: -60px;
}

.priching-area .pricing .date h3 {
    color: #fff;
    font-size: 38px;
    position: relative;
    left: 10px;
    top: 10px;
    position: relative;
}

.priching-area .pricing .date h3:before {
    position: absolute;
    content: "\f155";
    left: -10px;
    top: -8px;
    font-family: "fontawesome";
    font-size: 15px;
}


.priching-area .pricing .date h4 {
    color: #fff;
    font-size: 15px;
    margin-top: -6px;
}

.priching-area .pricing .list {
    margin-left: 14px;
}

.priching-area .pricing .list h4 {
    margin-bottom: 15px;
}

.priching-area .pricing .list h4 a {
    position: relative;
    color: #666666;
}

.priching-area .pricing .list h4 a:before {
    position: absolute;
    content: "\f00c";
    left: -25px;
    top: -3px;
    font-family: "fontawesome";
    font-size: 12px;
    color: #6CBE02;
}

.priching-area .pricing .list h5 {
    font-size: 18px;
    color: #666666;
    margin-bottom: 15px;
}

.priching-area .pricing .list h5 a {
    position: relative;
    color: #666666;
}

.priching-area .pricing .list h5 a:before {
    position: absolute;
    content: "\f00d";
    left: -25px;
    top: -3px;
    font-family: "fontawesome";
    font-size: 12px;
    color: #ED4F02;
}

.priching-area .pricing .btn-holder {
    text-align: center;
    padding-bottom: 30px;
    margin-top: 35px;
}

.priching-area .pricing .btn-holder a {
    border: 1px solid #6CBE02;
    padding: 12px 35px;
    color: #6CBE02;
    font-size: 15px;
    background: #fff;
    transition: all 700ms ease;
    font-family: 'Titillium Web', sans-serif;
}

.priching-area .pricing .btn-holder a:hover {
    background: #6CBE02;
    border: 1px solid #6CBE02;
    color: #fff;
    transition: all 700ms ease;
}

.priching-area .pricing:hover {
    transition: all 700ms ease;
    -webkit-box-shadow: 1px 0px 19px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 0px 19px -4px rgba(0,0,0,0.75);
    box-shadow: 1px 0px 19px -4px rgba(0,0,0,0.75);
}

/*** 
=============================================
    Brand Area style
=============================================
***/
.brand-area {
    position: relative;
    overflow: hidden;
    z-index: 14;
    padding: 50px 0px;
    background: url(../images/bg/6.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.brand-area:before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.90);
    content: "";
    width: 100%;
    height: 100%;
}

.brand-area .brand .owl-stage-outer{
  z-index:10;		
}

.brand-area .brand .single-item {
    
}

.brand-area .brand .single-item img {
  
}

.brand-area .brand .single-item:hover img{
  opacity: .9;
}

.brand-area .owl-controls {
  display: none;
}

/*** 
=============================================
   footer-area style-two
=============================================
***/

.footer-area.style-two {
    padding-bottom: 60px;
}

.footer-area.style-two .single-footer-widget.mar-btm.right .title p {
    margin-top: 55px;
    padding-right: 15px;
    font-size: 14px;
}

.footer-area.style-two .single-footer-widget.mar-btm.right .title .btn-holder {
    
}

.footer-area.style-two .single-footer-widget.mar-btm.right .title .btn-holder a {
    background: #6CBE02;
    text-align: center;
    padding: 8px 30px;
    transition: all 700ms ease;
    color: #fff;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
}

.footer-area.style-two .single-footer-widget.mar-btm.right .title .btn-holder a:hover {
    color: #6CBE02 !important;
    transition: all 700ms ease;
}

.footer-area.style-two .single-footer-widget.contuct .twitter-area .icon-holder {
    position: absolute;
    left: -10px;
    top: 13px;
}

.footer-area.style-two .single-footer-widget.contuct .twitter-area .icon-holder span {
    
}

.footer-area.style-two .single-footer-widget.contuct .twitter-area .icon-holder span:before {
    width: 50px;
    height: 50px;
    background: #202020;
    padding: 10px 10px;
    border-radius: 30px;
    font-size: 15px;
    color: #6CBE02;
}

.footer-area.style-two .single-footer-widget.contuct .twitter-area .text {
    padding: 0px 0px 0px 50px;
}

.footer-area.style-two .img {
    
}

.footer-area.style-two .img li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
}

.footer-area.style-two .single-footer-widget .usefull-links li a {
    font-weight: 500;
}

.footer-area.style-two .single-footer-widget.contuct .twitter-area .text h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.footer-area.style-two .single-footer-widget.contuct .twitter-area .text h4 {
    font-size: 16px;
    color: #BBBBBB;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
}
.footer-area.style-two .single-footer-widget.contuct .twitter-area .text h4 a {
    color: #BBBBBB;
}

/*** 
=============================================
    Breadcrumb area style
=============================================
***/

.breadcrumb-area {
    background: url(../images/bg/10.jpg);
    padding-top: 55px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 130px;
}

.breadcrumb-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

.breadcrumb-area h1 {
    position: relative;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
}

.breadcrumb-area h1:before {
    content: "";
    position: absolute;
    bottom: -144px;
    left: 50%;
    background: url(../images/bg/4.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-left: -93px;
}

.breadcrumb-area .list {
    margin-top: -4px;
}

.breadcrumb-area .list li {
    display: inline-block;
    margin: 0 9px;
    font-size: 16px;
    color: #6CBE02;
    font-weight: 600;
}

.breadcrumb-area .list li a {
    color: #fff;
    position: relative;
    transition: all 700ms ease;
}

.breadcrumb-area .list li a:hover {
    color: #6CBE02;
    transition: all 700ms ease;
}

.breadcrumb-area .list li a:before {
    position: absolute;
    content: "\f101";
    right: -18px;
    top: -2px;
    font-family: "flaticon";
    font-size: 10px;
}


/*** 
=============================================
    our-works style-two
=============================================
***/

.our-works.style-two {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    background: none;
}

/*** 
=============================================
    Shop Area style
=============================================
***/

.shop-area {
    padding-top: 100px;
    padding-bottom: 70px;
}

.shop-area .shop-content {
    
}

.shop-area .showing-result-shorting {
    overflow: hidden;
    padding-bottom: 20px;
}

.shop-area .showing-result-shorting .showing{}
.shop-area .showing-result-shorting .shorting{ }
.shop-area .showing-result-shorting .showing p {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0;
}

.single-product-item {
    background: #fff;
    margin-bottom: 10px;
    transition: all 0.7s ease;
}

.single-product-item:hover{
    
}

.single-product-item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}

.single-product-item .img-holder img{
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.single-product-item:hover .img-holder img{
    transform: scale(1, 1);
}

.single-product-item .img-holder .new {
    position: absolute;
    left: 0px;
    top: 29px;
    z-index: 4;
}

.single-product-item .img-holder .new h2 {
    font-size: 15px;
    background: #fff;
    padding: 3px 15px;
    color: #333333;
    font-family: 'Titillium Web', sans-serif;
}

.single-product-item:hover .img-holder .overlay-style-one{
    transform: translateY(0%); 
    opacity: 1;
}

.single-product-item .img-holder .overlay-style-one .box .content li {
    display: inline-block;
}

.single-product-item .img-holder .overlay-style-one .box .content li span {
    border: 1px solid #EBEDE8;
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 30px;
    line-height: 46px;
    transition: all 500ms ease;
    background: #FFFFFF;
    color: #C3C3C3;
    transition: all 900ms ease;
    font-weight: 700;
}

.single-product-item .img-holder .overlay-style-one .box .content li span:before {
    font-size: 15px;
    text-align: center;
}

.single-product-item .img-holder .overlay-style-one .box .content li:hover span {
    background: #222;
    border-color: #222;
    transition: all 900ms ease;
    color: #95CF4B;
}

.single-product-item .title-holder {
    padding: 9px 15px 12px;
    text-align: center;
    margin-left: -2px;
}
.single-product-item .title-holder .product-title {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
}

.single-product-item .title-holder .product-value {
    color: #6CBE02;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 17px;
}

.single-product-item .title-holder .product-value span {
    font-size: 18px;
    color: #D8D8D8;
}

.shop-area .post-pagination {
    margin-top: 0px;
    margin-left: 15px;
    margin-bottom: 30px;
}

.single-sidebar-box {
    margin-bottom: 48px;
}

.single-sidebar-box .title h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    margin: 0;
    line-height: 60px;
    margin-top: -20px;
}

.single-sidebar-box .title h3:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    border: 1px dashed #6CBE02;
    bottom: 2px;
    left: 0;
}

.single-sidebar-box.search-widget form {
    background: #F4F4F4;
    width: 100%;
    height: 47px;
    margin-top: 30px;
}

.single-sidebar-box.search-widget form input {
    background: none;
    border: none;
    outline: none;
    width: 70%;
    float: left;
    height: 100%;
    padding: 11px 20px;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
}

.single-sidebar-box.search-widget form button {
    background: #6CBE02;
    color: #fff;
    font-size: 14px;
    width: 50px;
    border: none;
    outline: none;
    height: 47px;
    line-height: 47px;
    float: right;
    transition: all 0.5s ease;
}

.single-sidebar-box.search-widget form button:hover {
  background: #000;
  color: #6CBE02;
}

.single-sidebar-box.category-widget {
    position: relative;
    top: -8px;
}

.single-sidebar-box.category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 6px;
}

.single-sidebar-box.category-widget ul li {
  list-style: none;
  border-bottom: 1px solid #F5F5F5;
}

.single-sidebar-box.category-widget ul li:last-child {
  border: none;
}

.single-sidebar-box.category-widget ul li a {
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #272727;
    transition: all 0.5s ease;
    font-family: 'Titillium Web', sans-serif;
}

.single-sidebar-box.category-widget ul li a span {
    float: right;
}

.single-sidebar-box.category-widget ul li a:hover {
    color: #6CBE02;
    margin-left: 10px;
}
.single-sidebar-box.category-widget ul li a:hover:before {
  color: #6CBE02;
}

.single-sidebar-box.category-widget ul li a:before {
    content: "\f06c";
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 20px;
    transition: all 0.5s ease;
    font-family: "fontawesome";
    color: #777777;
    font-size: 13px;
}

.single-sidebar .price-ranger{ }
.single-sidebar .price-ranger .ui-widget-content {
    background: #e5e5e5;
    border: none;
    height: 2px;
    position: relative;
}

.single-sidebar .price-ranger .ui-widget-content:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    content: "";
}

.single-sidebar .price-ranger .ui-slider-handle {
    background: #3452ff none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 50%;
    height: 10px;
    margin-left: -4px;
    outline: medium none;
    width: 10px;
    cursor: pointer;
}

.single-sidebar .price-ranger .ui-slider-horizontal .ui-slider-handle {
  top: -4px;
}

.single-sidebar .price-ranger .ui-slider .ui-slider-range {
  background: #252525;
}

.single-sidebar .price-ranger #slider-range {
    margin-left: 4px;
    margin-right: 6px;
    margin-top: 0;
}

.single-sidebar .price-ranger .ranger-min-max-block {
    margin-bottom: 0px;
    margin-top: 30px;
    overflow: hidden;
}

.single-sidebar .price-ranger .ranger-min-max-block input {
  display: inline-block;
}

.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"] {
    float: left;
    margin-right: 20px;
    padding: 6px 0px 5px;
    text-align: center;
    width: 80px;
    border: none;
    background: #3452ff;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 3px;
    transition: all 500ms ease;
}

.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"]:hover{
  background: #0421ca;
}

.single-sidebar .price-ranger .ranger-min-max-block input[type="text"] {
    border: medium none;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    outline: medium none;
    text-align: right;
    width: 40px;
    margin: 6px 0 0;
}

.single-sidebar .price-ranger .ranger-min-max-block input[type='text'].max {}
.single-sidebar .price-ranger .ranger-min-max-block span {
    color: #999999;
    font-weight: 600;
    font-size: 16px;
}

.sidebar-wrapper .single-sidebar .popular-product {}
.sidebar-wrapper .single-sidebar .popular-product li {
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 25px;
    padding-left: 70px;
    position: relative;
}

.sidebar-wrapper .single-sidebar .popular-product li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.sidebar-wrapper .single-sidebar .popular-product li .img-holder{
    display: block;
    overflow: hidden;
    position: absolute;  
    width: 70px;
    min-height: 70px;
    top: 0;
    left: 0;
}

.sidebar-wrapper .single-sidebar .popular-product li .img-holder img{
    transition: all 0.5s ease 0s;
    width: 100%;
}

.sidebar-wrapper .single-sidebar .popular-product li:hover .img-holder img{
}

.sidebar-wrapper .single-sidebar .popular-product li .img-holder .overlay-style-one .box .content a i {
    opacity: 0;
    font-size: 16px;
    color: #fff;
}

.sidebar-wrapper .single-sidebar .popular-product li:hover .img-holder .overlay-style-one .box .content a i{
    opacity: 1;
}

.sidebar-wrapper .single-sidebar .popular-product li:hover .img-holder .overlay-style-one{
    transform: translateY(0%); 
    opacity: 1;
}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder {
    padding-left: 20px;  
}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder a h4 {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all 500ms ease;
}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder h5 {
    color: #3452ff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize; 
    font-family: 'Nunito', sans-serif;
}

.sidebar-wrapper .single-sidebar .popular-product li:hover .title-holder h4{
    color: #021ebc;
}

.sidebar-wrapper .single-sidebar .product-tag{
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -5px;    
}

.sidebar-wrapper .single-sidebar .product-tag li{
    display: inline-block;
    margin: 0 3px 10px;    
}

.sidebar-wrapper .single-sidebar .product-tag li a{
    border: 1px solid #f4f4f4;
    color: #999999;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 10px 3px;
    font-family: 'Nunito', sans-serif;
    transition: all 500ms ease 0s; 
    border-radius: 20px;
}

.sidebar-wrapper .single-sidebar .product-tag li a:hover{
    background: #3452ff;
    border-color: #3452ff;
    color: #fff;    
}

.single-sidebar-box.testimonials-widget .testimonial-carousel .owl-controls {
  padding: 10px 10px 10px 0;
  position: absolute;
  top: -60px;
  right: -10px;
  display: inline-block;
  background: #fff;
}

.single-sidebar-box.testimonials-widget .testimonial-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #fbca00;
  border: 1px solid #fbca00;
}

.single-sidebar-box.testimonials-widget .testimonial-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
}

.single-sidebar-box.price-filter .range-slider-price {
    margin-top: 20px;
    margin-bottom: 17px;
}

.single-sidebar-box.price-filter button {
  color: #9E9E9E;
  font-size: 14px;
  font-weight: 900;
  background: #F4F4F4;
  border: none;
  outline: none;
  text-transform: uppercase;
  width: 90px;
  height: 35px;
  display: inline-block;
  float: left;
}

.single-sidebar-box.price-filter .left {
    position: relative;
}

.single-sidebar-box.price-filter .left:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f155";
    color: #4E4E4E;
    font-family: "fontawesome";
}

.single-sidebar-box.price-filter .right {
    position: relative;
}

.single-sidebar-box.price-filter .right:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #4E4E4E;
    content: "\f155";
    font-family: "fontawesome";
}

.single-sidebar-box.price-filter input {
    width: auto;
    border: none;
    outline: none;
    width: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-left: 10px;
}

.single-sidebar-box.price-filter .noUi-connect {
    background: #E7E7E7 !important;
    box-shadow: none;
}

.single-sidebar-box.price-filter .noUi-background {
  background: #fff !important;
  border: 1px solid #EEEEEE !important;
  box-shadow: none;
}

.single-sidebar-box.price-filter .noUi-handle {
  background: #6CBE02 !important;
  border-radius: 50% !important;
  box-shadow: none;
  border-color: #EEEEEE;
  cursor: pointer;
}

.single-sidebar-box.best-seller {
    position: relative;
    top: -31px;
}

.single-sidebar-box.best-seller > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 26px;
}

.single-sidebar-box.best-seller > ul > li {
    list-style: none;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.single-sidebar-box.best-seller > ul > li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.single-sidebar-box.best-seller > ul > li .img-box,
.single-sidebar-box.best-seller > ul > li .text-box {
  display: table-cell;
  vertical-align: middle;
}

.single-sidebar-box.best-seller > ul > li .img-box .box {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    padding: 0;
    border: 1px solid #EDEDED;
}

.single-sidebar-box.best-seller > ul > li .text-box {
    position: relative;
    left: 20px;
    top: -5px;
}
.single-sidebar-box.best-seller > ul > li .text-box h3 {
  font-size: 16px;
  margin: 0;
  line-height: 28px;
  font-weight: bold;
  color: #272727;
}

.single-sidebar-box.best-seller > ul > li .text-box ul.star-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-sidebar-box.best-seller > ul > li .text-box ul.star-box li {
  list-style: none;
  display: inline-block;
}

.single-sidebar-box.best-seller > ul > li .text-box ul.star-box li i {
  font-size: 12px;
  color: #B1B1B1;
}

.single-sidebar-box.best-seller > ul > li .text-box .price {
    font-size: 16px;
    color: #6CBE02;
    font-weight: 700;
}

.single-sidebar-box.service-link-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-sidebar-box.service-link-widget ul li {
  list-style: none;
  margin-bottom: 5px;
}

.single-sidebar-box.service-link-widget ul li.active a {
  background: #012f5d;
  border-color: #fbca00;
  color: #fff;
}

.single-sidebar-box.service-link-widget ul li a {
  display: block;
  background: #F4F4F4;
  font-size: 16px;
  color: #272727;
  font-weight: bold;
  line-height: 60px;
  padding-left: 23px;
  border-left: 4px solid transparent;
  transition: all 0.5s ease;
}

.single-sidebar-box.service-link-widget ul li a:hover {
  background: #012f5d;
  border-color: #fbca00;
  color: #fff;
}

.single-sidebar-box.broucher-widgets {
  background: #fbca00;
  padding: 10px 0;
}

.single-sidebar-box.broucher-widgets .icon-box,
.single-sidebar-box.broucher-widgets .text-box {
  display: table-cell;
  vertical-align: middle;
}

.single-sidebar-box.broucher-widgets .icon-box {
  width: 45px;
  height: 45px;
  background: #012f5d;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.single-sidebar-box.broucher-widgets .text-box {
  padding-left: 30px;
}

.single-sidebar-box.broucher-widgets .text-box h4 {
  font-size: 18px;
  color: #272727;
  margin: 0;
}

.single-news-page .single-blog-post .content-box p {
  margin-bottom: 30px;
}

.single-news-page .single-blog-post {
  padding: 0;
  box-shadow: none;
}

.comment-box {
  border-top: 1px solid #F9F8F8;
  padding-top: 60px;
  margin-top: 55px;
}

.comment-box .single-comment-box .img-box,
.comment-box .single-comment-box .text-box {
  display: table-cell;
  vertical-align: top;
}

.comment-box .single-comment-box .img-box {
  width: 100px;
}

.comment-box .single-comment-box .text-box {
  padding-left: 20px;
}

.comment-box .single-comment-box .text-box .top-box h2 {
  display: inline-block;
  font-size: 24px;
  color: #272727;
  margin: 0;
  line-height: 24px;
}

.comment-box .single-comment-box .text-box .top-box span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fbca00;
}

.comment-box .single-comment-box .text-box .content p {
  margin: 0;
}

.comment-box .single-comment-box .text-box .content a {
  font-size: 16px;
  font-weight: bold;
  color: #fbca00;
}

.single-shop-content .content-box .Categories {
    margin-top: 30px;
}

.single-shop-content .content-box .Categories li {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #777777;
}

.single-shop-content .content-box .Categories li span {
    font-size: 16px;
    font-weight: 600;
    color: #6CBE02;
    margin-left: 10px;
}

.reply-box {
  border-top: 1px solid #F9F8F8;
  padding-top: 60px;
  margin-top: 55px;
}

.reply-box input,
.reply-box textarea,
.reply-box button {
  width: 100%;
  border: 2px solid #EEEEEE;
  outline: none;
  padding-left: 20px;
}

.reply-box input {
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}

.reply-box input:last-child {
  margin-bottom: 0;
}

.reply-box textarea {
  height: 190px;
  padding-top: 10px;
}

.reply-box button {
  background: #fbca00;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  padding: 0;
  line-height: 50px;
  text-transform: uppercase;
  margin-top: 10px;
  transition: all 0.5s ease;
  border: none;
}

.reply-box button:hover {
  background: #012f5d;
  color: #fbca00;
}



/*** 
=============================================
   Single Shop Area style
=============================================
***/
.single-shop-area{
    padding-top: 100px;
    padding-bottom: 40px;
    overflow: hidden;
}

.single-shop-area .image {
    padding: 300px 0px;
    position: relative;
    top: -300px;
    left: 0;
}
 
.single-shop-area .content-box {
  width: 100%;
  min-width: 900px;
}

.single-shop-area .bx-wrapper .bx-viewport {
  box-shadow: none;
  background: transparent;
  border: none;
  left: 0;
}

.single-shop-area .bx-wrapper {
  margin: 0;
}

.single-shop-area .img-column {
  position: inherit;
}

.single-shop-area .img-box {
  position: absolute;
    width: 100%;
}

.single-shop-area .img-box img {
  width: 100%;
}

.single-shop-area .thumb-box li {
    position: relative;
    left: 50px;
    width: 150px;
    height: 110px;
    border: 1px solid #E4E4E4;
    margin: 0 auto;
    text-align: center;
    top: 20px;
    margin-right: 23px;
    display: inline-block;
}

.single-shop-area .thumb-box li a  {
  position: relative;
}

.single-shop-area .thumb-box li a.active:before {
    position: absolute;
    left: -25px;
    top: -38px;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    width: 146px;
    height: 106px;
}

.single-shop-area .slider-pager {
    position: absolute;
    top: 785px;
    left: -22px;
}

.single-shop-area .thumb-box li a.active  {
  border-color: #48c7ec;
  color: #fff;
    position: relative;
}

.single-shop-area .list-inline li a {
    position: relative;
}


.single-shop-area .icon-box {
  height:70px;
  width: 70px;
  border: 2px solid #48c7ec;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  color: #48c7ec;
  margin-bottom: 35px;
}

.single-shop-area .text p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
}

.single-shop-area .author {
  margin-bottom: 30px;
}

.single-shop-area .author h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.single-shop-area .author p {
  color: #48c7ec;
  font-size: 16px;
}

.single-shop-content .content-box {
    margin-left: 13px;
    margin-top: -10px;
}

.single-shop-content .content-box .new {
    position: absolute;
    right: 43px;
    top: 0;
    z-index: 4;
}

.single-shop-content .content-box .new a {
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    border: 2px solid #6CBE02;
    padding: 0px 13px;
    cursor: pointer;
    transition: all 700ms ease;
}

.single-shop-content .content-box .new a:hover {
    background: #6CBE02;
    color: #fff;
    transition: all 700ms ease;
}

.single-shop-content .content-box h3 {
    color: #222222;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 0px;
    text-transform: capitalize;
}

.single-shop-content .content-box h4 {
    color: #6CBE02;
    font-size: 24px;
    padding: 0px 0px;
}

.single-shop-content .content-box h4 span {
    color: #D8D8D8;
    font-size: 18px;
}

.single-shop-content .content-box .review-box {
    margin: 0 0 10px;  
}

.single-shop-content .content-box .review-box ul {}
.single-shop-content .content-box .review-box ul li {
    display: inline-block;
    margin: 0 1px;
    color: #D3B408;
    font-size: 14px;
}

.single-shop-content .content-box .review-box ul li i {
    color: #B1B1B1;
    font-size: 12px;
}

.single-shop-content .content-box span.price {
    color: #3452ff;
    font-size: 22px;
    font-weight: 400;
}

.single-shop-content .content-box .text {
    overflow: hidden;
    padding: 13px 0 9px;
}

.single-shop-content .content-box .text p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 23px;
    color: #777777;
}

.single-shop-content .content-box .addto-cart-box {}
.single-shop-content .content-box .addto-cart-box .input-group.bootstrap-touchspin {
  float: left;
  width: 70px;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    position: relative;
    cursor: pointer;
    border-radius: 0;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up :before {
    content: "\f106";
    position: absolute;
    top: -4px;
    right: -9px;
    font-family: "fontawesome";
    color: #000;
    font-size: 13px;
    font-style: normal;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  margin-top: -2px;
    cursor: pointer;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down :before {
    content: "\f107";
    position: absolute;
    top: -4px;
    right: -9px;
    font-family: "fontawesome";
    color: #000;
    font-size: 13px;
    font-style: normal;
}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    margin-left: -17px;
    max-width: 100%;
    padding: 11px 12px;
    width: 100%;
    position: relative;
}

.single-shop-content .content-box .addto-cart-box .btn-default {
    background-color: #fff;
    border-color: #efefef;
    color: #9e9e9e;
}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
  color: #9e9e9e;
  font-weight: normal;
  left: 8px;
  position: absolute;
  top: 7px;
}

.single-shop-content .content-box .addto-cart-box button.addtocart {
    margin-left: 30px;
    padding: 11px 30px 11px;
    position: relative;
    background: #6CBE02;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.single-shop-content .content-box .addto-cart-box button.addtocart i {
    margin-right: 8px;
}

.single-shop-content .content-box .addto-cart-box span {
    margin-left: 16px;
}

.single-shop-content .content-box .addto-cart-box span:before {
    border: 1px solid #E4E4E4;
    font-size: 17px;
    padding: 13px 17px 15px 15px;
    color: #BEBEBE;
}
.single-shop-content .form-control {
    display: block;
    width: 100%;
    height: 46px;
    text-align: center;
}

.product-tab-box {
  border-top: none;
  border-right: none;
  border-left: none;
  overflow: hidden; 
  margin-top: 80px;
}

.product-tab-box .tab-menu {
  margin-bottom: 30px;
}

.product-tab-box .tab-menu li {
    display: inline-block;
    float: left;
    margin-bottom: -1px;
    margin-right: 3px;
    width: 180px;
    text-align: center;
}

.product-tab-box .tab-menu li a {
    border-radius: 0;
    display: block;
    margin-right: 1px;
    padding: 15px 30px 13px;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    background: #fff;
    transition: all 500ms ease;
    border: 1px solid #E7E7E7;
    width: 180px;
    text-align: center;
}

.product-tab-box .tab-menu li.active a, .product-tab-box .tab-menu li:hover a {
    background: #ffffff;
    color: #6CBE02;
    border-left-color: #ececec;
    border-top-color: #ececec;
    border-right-color: #ececec;
    border-bottom: 1px solid transparent;
    background: #F6F6F6;
    text-align: center;
    width: 180px;
}

.product-tab-box .tab-content {
    margin-top: -30px;
    padding: 30px 30px 14px;
    border: 1px solid #E7E7E7;
}

.product-tab-box .tab-content p {
    font-size: 16px;
    line-height: 27px;
    color: #777777;
}

.product-tab-box .tab-content .review-box {
  
}
.product-tab-box .tab-content .review-box .sec-title-two {
  margin-top: 3px;
  padding-bottom: 22px;
}
.product-tab-box .tab-content .review-box .sec-title-two h3 {
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
.product-tab-box .tab-content .review-box .single-review-box {
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
.product-tab-box .tab-content .review-box .single-review-box .img-holder {
  left: 0;
  position: absolute;
  top: 0;
}


.product-tab-box .tab-content .review-box .single-review-box .text-holder {
  border: 1px solid #ececec;
  margin-left: 20px;
  padding: 17px 20px 12px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top {
  margin: 0 0 10px;
  overflow: hidden;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .name h4 {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul {
  margin-top: -2px;
  padding-left: 0px;
  position: relative;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li {
  display: inline-block;
  margin-right: 1px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {
  color: #6CBE02;
  font-size: 14px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .text p {
  margin: 0;
}

.product-tab-box .tab-content .review-form {
  padding-top: 30px;
}

.product-tab-box .tab-content .review-form .sec-title {
  padding-bottom: 32px;
}

.product-tab-box .tab-content .review-form .add-rating-box {
  margin: 0 0 20px;
}

.product-tab-box .tab-content .review-form .add-rating-box .add-rating-title h4 {
  color: #848484;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
  font-family: 'Nunito', sans-serif;
  text-transform: none;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li {
  border-right: 1px solid #ebebeb;
  display: inline-block;
  line-height: 20px;
  margin-right: 10px;
  padding-right: 10px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li:last-child{
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px solid #ebebeb;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li a i {
  color: #d6d6d6;
  font-size: 12px;
  line-height: 20px;
  margin-right: 1px;
  opacity: 0.9;
  transition: all 500ms ease 0s;
}

.product-tab-box .tab-content .review-form form .field-label p {
  color: #848484;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 3px;
  font-family: 'Nunito', sans-serif;
}

.product-tab-box .tab-content .review-form form input[type="text"], 
.product-tab-box .tab-content .review-form form input[type="email"], 
.product-tab-box .tab-content .review-form form textarea {
  background: #fff;
  height: 50px;
  width: 100%;
  border: 1px solid #ececec;
  color: #252525;
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.product-tab-box .tab-content .review-form form textarea {
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 25px;
}

.product-tab-box .tab-content .review-form form button {
    padding: 13px 35px 13px;
    background: #6CBE02;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #6CBE02;
}

.product-tab-box .tab-content .review-form form button:hover {
    color: #6CBE02;
}

.product-tab-box .tab-content .review-form form button:hover{}
.product-tab-box .tab-content .review-form .add-rating-box ul li:hover a i{
  opacity: 1;
  color: #6CBE02;
}

.product-tab-box .tab-content .review-form form input[type="text"]:focus{
  border-color: #6CBE02;
}

.product-tab-box .tab-content .review-form form input[type="email"]:focus{
  border-color: #6CBE02;
}

.product-tab-box .tab-content .review-form form textarea:focus{
  border-color: #6CBE02;  
}

.related-product {
  padding-top: 70px;
}

.related-product .sec-title {
  padding-bottom: 40px;
}

.related-product .single-product-item {}

.single-shop-content .nav-tabs {
    border-bottom: none;
}


.single-shop-content .bootstrap-touchspin .input-group-btn-vertical > .btn {
	padding: 12px 10px;
}

.single-shop-content .bootstrap-touchspin .input-group-btn-vertical i {
	top: 7px;
}



/*** 
=============================================
    products-area
=============================================
***/

.products-area {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.products-area .sec-title h2 {
    font-size: 35px;
    color: #333333;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 90px;
}

.products-area .sec-title h2:before {
    content: "";
    position: absolute;
    bottom: -63px;
    left: 50%;
    background: url(../images/bg/4.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-left: -94px;
}

/*** 
=============================================
    Blog Default Area style
=============================================
***/

.blog-default-area {
    padding-top: 100px;
    padding-bottom: 100px;
}

#blog-area .blog-post {}
.blog-default-area .blog-post .single-blog-post {
    margin-bottom: 40px;
    padding-bottom: 29px;
    border: 1px solid #ECECEC;
}

.blog-post .single-blog-post .text-holder .blog-title {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
}

.blog-post .single-blog-post .img-holder .overlay-style-two .box .content a i {
    width: 55px;
    height: 55px;
    font-size: 20px;
    line-height: 55px;
}

.blog-default-area .blog-post .post-pagination {
    padding-top: 0px;
}


/*** 
=============================================
    Latest blog Area style
=============================================
***/

.latest-blog-area {
    background: #ffffff none repeat scroll 0 0;
    padding-bottom: 80px;
    padding-top: 80px;
}

.single-blog-post {
    position: relative;
    overflow: hidden;
    display: block;
}

.single-blog-post .img-holder{
    display: block;
    overflow: hidden;
    position: relative;  
}

.single-blog-post .img-holder img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%;     
}

.single-blog-post:hover .img-holder img{
    transform: scale(1.1);
}

.single-blog-post:hover .img-holder .image-slider img {
    transform: scale(1.0);
}

.single-blog-post .published-date {
    position: absolute;
    top: 0px;
    left: 38px;
    height: 60PX;
    width: 60PX;
    background: #6CBE02;
    text-align: center;
    padding: 12px 0px;
    z-index: 5;
    transition: all 500ms ease;
    transition-delay: 0.10s;
}

.single-blog-post .published-date h5 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
}

.single-blog-post .published-date h6 {
    font-size: 14px;
    color: #fff;
}

.single-blog-post:hover .img-holder .overlay-style-two{
	bottom:0px;
	opacity:1;	
}

.single-blog-post .img-holder .overlay-style-two .box .content a i {
    opacity: 1;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    transition: all 500ms ease;
}

.single-blog-post .img-holder .overlay-style-two .box .content a:hover i{
    background: #6CBE02;
    color: #ddd;
    border-color: #004677;
}

.single-blog-post .text-holder {
    padding-top: 26px;
    transition: all 500ms ease;
    position: relative;
    padding-left: 35px;
}

.single-blog-post .text-holder .blog-title{
    color: #252525;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 26px;
    text-transform: none;
    transition: all 500ms ease;
}


.single-blog-post .text-holder .meta-info {
    overflow: hidden;
    padding-bottom: 20px;
}

.single-blog-post .text-holder .meta-info .post-info {
    display: block;
    overflow: hidden;
}

.single-blog-post .text-holder .meta-info .post-info li {
    display: inline-block;
    float: left;
    margin-right: 15px;
    border-right: 1px solid #9b9b9b;
    padding-right: 15px;
    line-height: 15px;
}

.single-blog-post .text-holder .meta-info .post-info li i {
    color: #6CBE02;
    font-size: 15px;
    display: inline-block;
    padding-right: 10px;
}

.single-blog-post .text-holder .meta-info .post-info li:last-child{
    border-right: 0px solid; 
    margin-right: 0px;
    padding-right: 0px;
}

.single-blog-post .text-holder .meta-info .post-info li a {
    color: #555555;
    font-size: 14px;
    font-weight: 600;
    transition: all 500ms ease;
    font-style: italic;
}

.single-blog-post .text-holder .meta-info .post-info li a:hover{
    color: #6CBE02;
}

.single-blog-post .text-holder .text{
    overflow: hidden;
}

.single-blog-post .text-holder .text p{
    font-size: 15px;
    line-height: 26px;
    color: #777777;
}


.image-slider .owl-controls{
	margin:0px !important;	
}

.image-slider .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
    top: 45%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px solid #fff;
    transition: all 800ms ease;
}

.image-slider .owl-nav .owl-prev:hover {
    border: 2px solid rgba(255, 255, 255, 0);
    transition: all 800ms ease;
}

.image-slider .owl-nav .owl-next {
	position:absolute;
	right:10px;
	top:45%;
	margin-top:-25px;
	width:50px;
	height:50px;
	text-align:center;
	background:none !important;
	font-size:0px !important;
    border: 2px solid #fff;
    transition: all 800ms ease;
}

.image-slider .owl-nav .owl-next:hover {
    background: rgba(255, 255, 255, 0.4) !important;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: all 800ms ease;
}

.image-slider .owl-nav .owl-prev:after {
    content: '\f104';
    font-family: 'FontAwesome';
    position: absolute;
    left: -1px;
    top: 0px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    width: 50px;
    height: 50px;
}

.image-slider .owl-nav .owl-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    left: -1px;
    top: 0px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    width: 50px;
    height: 50px;
}

.image-slider .owl-dots{
	display:none !important;	
}

.single-blog-post .right-side {
    display: block;
    position: relative;
}

.single-blog-post .right-side .img-holder-one {
    position: absolute;
    right: -30px;
    top: -114px;
}

.single-blog-post .right-side .video-gallery {
    position: relative;
    left: 0;
    bottom: 0;
    transition: all 700ms ease;
    height: auto;
    text-align: center;
    overflow: hidden;
    margin-left: 0px;
}

.single-blog-post .video-gallery .overlay-gallery {
  background-color: transparent;
  bottom: 0;
  height: 100%;
  left: 0px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 500ms ease;
}

.single-blog-post .video-gallery .overlay-gallery .icon-holder{
  display: table;
  height: 100%;
  width: 100%;    
}

.single-blog-post .video-gallery .overlay-gallery .icon-holder .icon {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    left: 5px;
}

.single-blog-post .video-gallery .overlay-gallery .icon-holder .icon a img{
  width: auto;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.single-blog-post .video-gallery:hover .overlay-gallery {
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 500ms ease;
    -webkit-transition: all 300ms ease-in;
}

.single-blog-post .video-gallery img {
    transition: all 500ms ease;
}

.single-blog-post .video-gallery:hover img {
  transform: scale(1.1);
    transition: all 500ms ease;
}

.about-area .video-gallery .overlay-gallery .icon-holder .icon a:hover img{
  transform: scale(1.1);
}


/* Overlay styles  */

.single-blog-post .overlay-box{
    background-color: rgba(253,199,22, .85);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;	
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);    
}
.single-blog-post .overlay-box .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.single-blog-post .overlay-box .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}

.single-blog-post.text {
    
}

.single-blog-post.text h3 {
    font-size: 26px;
    color: #333333;
    line-height: 35px;
    font-style: italic;
    margin-top: 70px;
    margin-left: 35px;
    position: relative;
}

.single-blog-post.text h3:before {
    position: absolute;
    content: "\f109";
    left: 0;
    top: 0;
    font-family: "flaticon";
    font-size: 70px;
    opacity: .1;
}

.blog-default-area .single-sidebar-box.Recent-News > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 26px;
}

.blog-default-area .single-sidebar-box.Recent-News > ul > li {
    list-style: none;
    padding-bottom: 20px;
    margin-bottom:5px;
    border-bottom: 1px solid #F6F6F6;
}

.blog-default-area .single-sidebar-box.Recent-News > ul > li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.blog-default-area .single-sidebar-box.Recent-News > ul > li .img-box,
.blog-default-area .single-sidebar-box.Recent-News > ul > li .text-box {
  display: table-cell;
  vertical-align: middle;
}

.blog-default-area .single-sidebar-box.Recent-News > ul > li .img-box .box {
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    padding: 0;
}

.blog-default-area .single-sidebar-box.Recent-News > ul > li .text-box {
    padding-left: 15px;
}

.blog-default-area .single-sidebar-box.Recent-News > ul > li .text-box h3 {
    font-size: 16px;
    margin: 0;
    line-height: 27px;
    font-weight: 500;
    color: #272727;
    font-family: 'Titillium Web', sans-serif;
    margin-left: -26px;
    position: relative;
    left: 25px;
}

.blog-default-area .single-sidebar-box.Recent-News > ul > li .text-box ul.star-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-default-area .single-sidebar-box.Recent-News > ul > li .text-box ul.star-box li {
  list-style: none;
  display: inline-block;
}

.blog-default-area .single-sidebar-box.Recent-News > ul > li .text-box ul.star-box li i {
  font-size: 12px;
  color: #B1B1B1;
}

.blog-default-area .single-sidebar-box.Recent-News > ul > li .text-box .price {
    font-size: 16px;
    color: #6CBE02;
    font-weight: 700;
}

.single-sidebar-box.Latest-Works {
    margin-top: 4px;
}

.single-sidebar-box.Latest-Works ul {
    margin-top: 30px;
}

.single-sidebar-box.Latest-Works li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
}

.blog-default-area .column {
    padding: 0px;
    margin-left: 17px;
}

/*** 
=============================================
    Latest blog style-two
=============================================
***/

.blog-default-area.style-two {
    padding-bottom: 85px;
}

.blog-default-area.style-two .single-sidebar-box.category-widget {
    top: 0;
}

.blog-default-area.style-two .single-sidebar-box.category-widget.Archives {
    top: -15px;
}

.blog-default-area.style-two .single-sidebar-box.Recent-News {
    margin-top: -42px;
}

.blog-default-area.style-two .single-blog-post .text-holder .text h3 {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    padding: 20px 50px 10px 40px;
    font-style: italic;
    position: relative;
}

.blog-default-area.style-two .single-blog-post .text-holder .text h3:before {
    position: absolute;
    content: "\f109";
    left: 30px;
    top: 20px;
    font-family: "flaticon";
    font-size: 70px;
    opacity: .1;
}

.blog-default-area.style-two .single-blog-post .text-holder .text h4 {
    font-size: 20px;
    color: #6CBE02;
    margin-left: 36px;
    margin-bottom: 20px;
}

.blog-default-area.style-two .single-blog-post .text-holder .text p {
    padding-right: 50px;
}

.blog-default-area.style-two.tag-social-share-box {
    overflow: hidden;
    padding-bottom: 24px;
    padding-top: 25px;
}

.blog-default-area.style-two .tag-social-share-box .tag p {
    color: #6CBE02;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.blog-default-area.style-two .tag-social-share-box .tag p span {
    color: #222222;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Khula', sans-serif;
}

.blog-default-area.style-two .tag-social-share-box .social-share {
    padding-right: 30px;
    margin-top: -5px;
}

.blog-default-area.style-two .tag-social-share-box .social-share h5 {
    color: #222222;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    top: 7px;
}

.blog-default-area.style-two .tag-social-share-box .social-share i {
    padding-left: 10px;
    display: inline-block;
}

.blog-default-area.style-two .tag-social-share-box .social-share .social-share-links {
    display: inline-block;
    float: left;
    margin-left: -3px;
    margin-right: -3px;
    padding-left: 20px;
    position: relative;
    top: -6px;
}

.blog-default-area.style-two .tag-social-share-box .social-share .social-share-links li {
    display: inline-block;
}

.blog-default-area.style-two .tag-social-share-box .social-share .social-share-links li a i {
    color: #c1c1c1;
    font-size: 14px;
    height: 30px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 30px;
    transition: all 500ms ease;
}

.blog-default-area.style-two .tag-social-share-box .social-share .social-share-links li a:hover i{
    color: #6CBE02;
}
 
.blog-default-area.style-two .About-Author {
    position: relative;
    background: #F6F6F6;
    padding: 20px 0px 20px 20px;
}

.blog-default-area.style-two .About-Author img {
    position: absolute;
    left: 20px;
    top: 20px;
    border: 4px solid #fff;
}

.blog-default-area.style-two .About-Author .text {
    padding: 0px 0px 0px 111px;
}

.blog-default-area.style-two .About-Author .text h4 {
    color: #333333;
    font-size: 20px;
}

.blog-default-area.style-two .About-Author .text p {
    color: #777777;
    font-size: 16px;
    font-weight: 500;
}

.blog-default-area.style-two .comment-area {
    padding: 30px 0px;
}

.blog-default-area.style-two .comment-area h2 {
    font-size: 26px;
    color: #333333;
    position: relative;
}

.blog-default-area.style-two .comment-area h2:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    border: 1px dashed #6CBE02;
    bottom: -8px;
    left: 0;
}


.blog-default-area.style-two .comment-area-two {
    position: relative;
    padding: 4px 0px 20px 117px;
    margin-top: 37px;
    border-bottom: 1px solid #EFEFEF;
}

.blog-default-area.style-two .comment-area-two .img-holder {
    position: absolute;
    left: 0;
    top: 12px;
}

.blog-default-area.style-two .comment-area-two .text{
    
}

.blog-default-area.style-two .comment-area-two .text h4 {
    font-size: 22px;
    color: #222222;
    margin-bottom: 5px;
}

.blog-default-area.style-two .comment-area-two .text h5 {
    font-size: 12px;
    color: #333333;
    margin-top: -3px;
    margin-bottom: 11px;
}

.blog-default-area.style-two .single-item-two {
    margin-left: 64px;
}  

.blog-default-area.style-two .single-item-three {
    margin-left: 100px;
}

.blog-default-area.style-two .comment-area-two.comment {
    margin-top: -10px;
}

.blog-default-area.style-two .date {
    
}

.blog-default-area.style-two .date li {
    display: inline-block;
}

.blog-default-area.style-two .date li h5 {
    color: #666666;
    font-size: 14px;
    margin-right: 30px;
    position: relative;
}

.blog-default-area.style-two .date li h5:before {
    position: absolute;
    right: -17px;
    top: 5px;
    width: 1px;
    height: 14px;
    background: #666666;
    content: "";
}

.blog-default-area.style-two .date li a {
    color: #6CBE02;
    font-size: 16px;
    transition: all 700ms ease;
}

.blog-default-area.style-two .date li a:hover {
    color: #000;
    transition: all 700ms ease;
}

.blog-default-area.style-two .from-text {
    padding: 30px 0px;
}

.blog-default-area.style-two .from-text h2 {
    font-size: 26px;
    color: #333333;
    position: relative;
}

.blog-default-area.style-two .from-text h2:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    border: 1px dashed #6CBE02;
    bottom: -8px;
    left: 0;
}

.blog-default-area.style-two .default-form input[type="text"], .blog-default-area.style-two .default-form input[type="email"], .blog-default-area.style-two .default-form input[type="password"], .blog-default-area.style-two .default-form select {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 47px;
    font-size: 15px;
    color: #888888;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #EDEDED;
    font-family: 'Titillium Web', sans-serif;
}

.blog-default-area.style-two .default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 177px;
    font-size: 15px;
    padding: 12px 11px !important;
    background-color: rgba(244, 244, 244, 0) !important;
    color: #888888;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #EDEDED;
    font-family: 'Titillium Web', sans-serif;
}

.blog-default-area.style-two .form-box button {
    padding: 6px 20px;
    background: #6CBE02;
    color: #fff;
    border: 2px solid #6CBE02;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
}

.blog-default-area.style-two .form-box button:hover {
    color: #6CBE02;
}


/*** 
=============================================
    Contactus-area
=============================================
***/

.Contactus-area {
    padding-top: 100px;
    padding-bottom: 65px;
    overflow: hidden;
}

.Contactus-area .item {
    background: #F6F6F6;
    width: 370px;
    height: 270px;
    padding-top: 80px;
}

.Contactus-area .item .icon {
    
}

.Contactus-area .item .icon span {
    
}

.Contactus-area .item span:before {
    background: #6CBE02;
    color: #fff;
    width: 90px;
    height: 90px;
    padding: 24px 24px;
    border-radius: 60px;
    font-size: 40px;
    border: 2px solid #6CBE02;
}

.Contactus-area .item h5 {
    font-size: 18px;
    color: #333333;
    margin-top: 42px;
    font-weight: 700;
}

.Contactus-area .item p {
    color: #333333;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400 !important;
	margin-bottom:0 !important;
}

.Contactus-area .item p a {
    color: #333333;
}

/*** 
=============================================
    Contac-form
=============================================
***/

.Contac-form {
    padding-bottom: 50px;
}

.Contac-form .default-form input[type="text"], .Contac-form .default-form input[type="email"], .Contac-form .default-form input[type="password"], .Contac-form .default-form select {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 47px;
    font-size: 15px;
    padding: 12px 11px !important;
    background-color: rgba(244, 244, 244, 0) !important;
    color: #888888;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #EDEDED;
    font-family: 'Titillium Web', sans-serif;
}

.Contac-form .default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 260px;
    font-size: 15px;
    padding: 12px 11px !important;
    background-color: rgba(244, 244, 244, 0) !important;
    color: #888888;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #EDEDED;
    font-family: 'Titillium Web', sans-serif;
}

.Contac-form .form-group {
    margin-bottom: 20px;
}

.Contac-form button {
    padding: 6px 20px;
    background: #6CBE02;
    color: #fff;
    border: 2px solid #6CBE02;
    text-transform: uppercase;
    font-size: 15px;
}

.Contac-form button:hover {
    color: #6CBE02;
}

.Contac-form .right-side {
    margin-top: 35px;
    margin-left: 4px;
}

.Contac-form .from-text {
    padding: 30px 0px;
    margin-bottom: 27px;
}

.Contac-form .from-text h2 {
    font-size: 32px;
    color: #333333;
    position: relative;
}

.Contac-form .from-text h2:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    border: 1px dashed #6CBE02;
    bottom: -18px;
    left: 0;
}

/*** 
=============================================
    Google map Area style
=============================================
***/
.google-map-area {
  position: relative;
    overflow: hidden;
}
#contact-google-map {
  height: 400px;
  width: 100%;
}


/*** 
=============================================
   Cart area  style
=============================================
***/

.cart-area {
  padding-bottom: 80px;
  padding-top: 80px;
    overflow: hidden;
}

.cart-area .sec-title{
    padding-bottom: 32px;
}

.cart-area .sec-title h1{
    font-size: 24px;
}

.cart-area .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
}

.cart-area .cart-table {
  min-width: 1024px;
  width: 100%;
}

.cart-area .cart-table .cart-header {
    color: #222222;
    font-size: 16px;
    position: relative;
    text-transform: capitalize;
    width: 100%;
    border-bottom: 1px solid #E9E9E9;
}

.cart-area .cart-table thead tr th {
    font-weight: 600;
    line-height: 24px;
    min-width: 110px;
    padding: 20px 25px;
    color: #222222;
    font-size: 20px;
}

.cart-area .cart-table thead tr th.prod-column {
  padding-left: 30px;
  text-align: left;
}

.cart-area .cart-table thead tr th.availability {
  padding: 0 40px
}

.cart-area .cart-table tbody tr {
    border-bottom: 1px solid #f7f7f7;
}

.cart-area .cart-table tbody tr td {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 35px 25px;
}

.cart-area .cart-table tbody tr td i {
    color: #B9B9B9;
}

.cart-area .cart-table tbody tr .prod-column .column-box {
    min-height: 70px;
    position: relative;
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb {
    width: 90px;
    border: 1px solid #E6E6E6;
    padding: 3px;
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb, 
.cart-area .cart-table tbody tr .prod-column .column-box .title{
    display: table-cell;
    vertical-align: middle;
}

.cart-area .cart-table tbody tr .prod-column .column-box .title{
    padding-left: 20px;
}

.cart-area .cart-table tbody tr .prod-column .column-box .title h3 {
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Titillium Web', sans-serif;
}

.cart-area .cart-table tbody tr .qty {
  padding-right: 25px;
  width: 120px;
}

.cart-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin {}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    margin-left: 0;
    padding: 11px;
    background: #fff;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    cursor: pointer;
}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up :before {
    content: "\f106";
    position: absolute;
    top: -4px;
    right: -9px;
    font-family: "fontawesome";
    color: #000;
    font-size: 13px;
    font-style: normal;
}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-left: 0;
    margin-top: -3px;
    padding: 11px;
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    background: #fff;
    cursor: pointer;
}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down :before {
    content: "\f107";
    position: absolute;
    top: -4px;
    right: -9px;
    font-family: "fontawesome";
    color: #000;
    font-size: 13px;
    font-style: normal;
}

.cart-area .cart-table tbody tr .qty .btn-default {
   color: #fff;
}

.cart-area .cart-table tbody tr .qty .form-control {
    background: none;
    border-bottom: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: none;
}
.cart-area .form-control {
    height: 45px;
    text-align: center;
}



.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical i {
  font-size: 9px;
  left: 6px;
  top: 6px;
}

.cart-area .cart-table tbody tr td.unit-price {
  padding-left: 40px;
  padding-right: 20px;
}

.cart-area .cart-table tbody .available-info {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 50px;
  position: relative;
}

.cart-area .cart-table tbody .available-info .icon {
  background: #3452ff none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 40px;
}

.cart-area .cart-table tbody tr td.price {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
}

.cart-area .cart-table tbody tr .sub-total {
  color: #333333;
  font-weight:600;
  font-size: 20px;
}

.cart-area .cart-table tbody tr td .remove{ }
.cart-area .cart-table tbody tr td .remove .checkbox label {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Khula', sans-serif;
}

.cart-area .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: 1px;
}

.cart-middle {
    padding-top: 30px
}

.cart-middle .apply-coupon {
    position: relative;
}

.cart-middle .apply-coupon input[type="text"] {
    border: 2px solid #f7f7f7;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    height: 47px;
    left: 4px;
    padding: 0 15px;
    position: relative;
    text-transform: capitalize;
    top: 0;
    transition: all 500ms ease 0s;
    width: 270px;
    font-family: 'Titillium Web', sans-serif;
}

.cart-middle .apply-coupon input[type="text"]:focus {
  border: 2px solid #6CBE02;
}

.cart-middle .apply-coupon .apply-coupon-button button {
    padding: 9px 40px;
    background: #333333;
    color: #fff;
    font-weight: 600;
    border: 2px solid #333333;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    position: absolute;
    top: 0px;
    right: 160px;
}

.cart-middle .apply-coupon .apply-coupon-button button:hover {
    border: 2px solid #333333;
    color: #333333;
}

.cart-middle .continue-shopping {
    
}

.cart-middle .continue-shopping a {
    padding: 9px 36px;
    background: #333333;
    color: #fff;
    font-weight: 600;
    border: 2px solid #333333;
    position: relative;
    left: 96px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    margin-left: -35px;
    text-transform: uppercase;
}

.cart-middle .update-cart {
    
}

.cart-middle .update-cart a {
    padding: 9px 46px;
    background: #6CBE02;
    color: #fff;
    font-weight: 600;
    border: 2px solid #6CBE02;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
}

.cart-middle .update-cart a:hover{
    color: #6CBE02;
    border: 2px solid #6CBE02;
}

.cart-middle .continue-shopping a:hover{
    color: #333;
    border: 2px solid #333333;
}

.cart-bottom {
    overflow: hidden;
    padding-top: 61px;
}

.cart-bottom .calculate-shipping {}
.cart-bottom .calculate-shipping .ui-state-default .ui-icon {}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {
    border-left: 2px solid #f7f7f7;
    display: block;
    float: right;
    height: 41px;
    text-indent: 0;
    top: 8px;
    width: 45px;
    position: absolute;
    right: 0;
    display: block;
}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon::before {
  color: #ababae;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  overflow: visible;
  position: absolute;
  right: 14px;
  top: 8px;
}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-selectmenu-text {
  display: block;
  line-height: 18px;
  overflow: hidden;
  padding: 12px 17px;
  text-align: left;
}

.cart-bottom .calculate-shipping input[type="text"] {
  border: 2px solid #f7f7f7;
  color: #777;
  display: block;
  font-size: 14px;
  height: 45px;
  padding: 0 18px;
  width: 100%;
  font-weight: 400;
  margin-bottom: 30px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.cart-bottom .calculate-shipping input[type="text"]:focus {
    border: 2px solid #3452ff
}

.cart-bottom .calculate-shipping button {
    padding: 13px 40px 13px; 
}

.cart-bottom button.checkout-btn{
    padding: 13px 35px 13px;
    margin-top: 30px;
}

.cart-area .order h2 {
    color: #222222;
    font-size: 25px;
    padding-top: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 53px;
}

.cart-area .order h2:before {
    position: absolute;
    content: "";
    width: 55px;
    height: 1px;
    border: 1px dashed #6CBE02;
    bottom: -24px;
    left: 0;
}

.cart-area .order h3 {
    border-bottom: 1px solid #E3E3E3;
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 22px;
}

.cart-area .order h3 span {
    float: right;
    width: 135px;
    font-size: 20px;
}

.cart-area .order h5 {
    border-bottom: 1px solid #E3E3E3;
    padding: 26px 0px 51px 0px;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
}

.cart-area .order h5 span {
    float: right;
    font-size: 16px;
    font-weight: 400;
    width: 135px;
    font-family: 'Titillium Web', sans-serif;
}

.cart-area .order h5 span a {
    display: block;
    color: #333333;
}

.cart-area .order h6 {
    padding: 29px 0px 40px 0px;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
}

.cart-area .order h6 span {
    float: right;
    color: #6CBE02;
    font-size: 24px;
    font-weight: 600;
    width: 135px;
}

.cart-area .btn-holder {
    padding-bottom: 45px;
}

.cart-area .btn-holder a {
    background: #6CBE02;
    color: #fff;
    font-weight: 600;
    padding: 9px 55px;
    font-size: 15px;
    border: 2px solid #6CBE02;
    font-family: 'Titillium Web', sans-serif;
}

.cart-area .btn-holder a:hover {
    border: 2px solid #6CBE02;
    color: #6CBE02;
}
/*** 
=============================================
    Checkout-area
=============================================
***/

.Checkout-area {
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 100px;
}

.Checkout-area .Click-here {
    background: #FAFAFA;
    padding: 19px 30px;
	width: 48%;
    float: left;
    margin: 1%;
	border-bottom: 1px solid #dedede;
    
}

.Checkout-area .Click-here h6 {
    font-size: 16px;
    color: #777777;
}

.Checkout-area .Click-here h6 span {
    
}

.Checkout-area .Click-here h6 span a {
    color: #6CBE02;
    transition: all 700ms ease;
}

.Checkout-area .Click-here h6 span a:hover {
    color: #000;
    transition: all 700ms ease;
}

.Checkout-area .sec-title {
    margin: 0px;
    padding-top: 44px;
    padding-bottom: 22px;
}

.Checkout-area .sec-title h1 {
    color: #222;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.Checkout-area .form form .field-input input[type="text"] {
  border: 1px solid #E7E7E7;
  color: #999999;
  display: block;
  font-size: 14px;
  height: 42px;
  margin-bottom: 29px;
  padding: 0 15px;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.Checkout-area .form form .field-input input[type="text"]:focus{
  border: 1px solid #6CBE02;
}

.Checkout-area .create-acc .checkbox {
    margin: -7px 0 0;
}

.Checkout-area .create-acc .checkbox label {
    color: #777777;
    font-weight: 400;
    font-size: 15px;
}

.Checkout-area .create-acc .checkbox input {
  margin-top: 6px;
}

.Checkout-area .shipping-info input[type="checkbox"] {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 25px;
  position: relative;
  top: 0px;
  vertical-align: middle;
}

.Checkout-area .form form .field-input textarea {
  border: 2px solid #f4f4f4;
  color: #999;
  display: block;
  font-size: 14px;
  height: 119px;
  padding: 10px 15px;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.Checkout-area .form form .field-input textarea:focus{
  border-color: #6CBE02;
}

.Checkout-area .address {
    padding-top: 30px;
}

.Checkout-area .address h3 {
    color: #222222;
    font-size: 24px;
    margin-bottom: 18px;
}

.Checkout-area .address p {
    color: #777777;
    font-size: 15px;
    border: 1px solid #E7E7E7;
    height: 140px;
    padding: 10px 0px 0px 20px;
    font-weight: 500 !important;
}

.Checkout-area .order {
    margin-top: 42px;
}

.Checkout-area .order h2 {
    color: #222222;
    font-size: 22px;
    padding-top: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

.Checkout-area .order h3 {
    border-bottom: 1px solid #E3E3E3;
    padding: 10px 0px;
    color: #222222;
    font-size: 18px;
    font-weight: 600;
}

.Checkout-area .order h3 span{
    float: right;
    width: 135px;
}

.Checkout-area .order h4 {
    border-bottom: 1px solid #E3E3E3;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 22px;
    padding-top: 13px;
}

.Checkout-area .order h4 span{
    float: right;
    width: 135px;
    
}

.Checkout-area .order h5 {
    border-bottom: 1px solid #E3E3E3;
    padding: 22px 0px 51px 0px;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
}

.Checkout-area .order h5 span {
    float: right;
    font-size: 14px;
    font-weight: 500;
    width: 135px;
}

.Checkout-area .order h5 span a {
    display: block;
}

.Checkout-area .order h6 {
    padding: 25px 0px 42px 0px;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
}

.Checkout-area .order h6 span{
    float: right;
    width: 135px;
}

.Checkout-area .order p {
    border-bottom: 1px solid #E3E3E3;
    margin: 0px;
    padding-top: 13px;
    padding-bottom: 10px;
}

.Checkout-area .order p span{
    float: right;
    width: 135px;
}

.Checkout-area .payment-options {
    margin-top: 30px;
    overflow: hidden;
    padding: 43px 43px 35px;
    border: 1px solid #E7E7E7;
}

.Checkout-area .payment-options .option-block {
  margin-bottom: 14px
}

.Checkout-area .payment-options .option-block .checkbox {
    margin: 0 0 5px;
}

.Checkout-area .payment-options .option-block .checkbox label {
    font-weight: 700;
    min-height: 20px;
    padding-left: 20px;
}

.Checkout-area .payment-options .option-block .checkbox label input {
    position: relative;
    top: 2px;
    left: 5px;
}

.Checkout-area .payment-options .option-block .checkbox label span {
    color: #222222;
    font-size: 16px;
    padding-left: 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.Checkout-area .payment-options .option-block .checkbox label span b {
  color: #3452ff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
  text-decoration: underline;
}

.Checkout-area .payment-options .option-block .text {
    padding-left: 24px;
    padding-top: 12px;
}

.Checkout-area .payment-options .option-block .text p {
    margin: 0;
    line-height: 25px;
}

.Checkout-area .placeorder-button button {
    padding: 6px 65px;
    margin-top: 15px;
    background: #6CBE02;
    color: #fff;
    font-size: 15px;
    border: 2px solid #6CBE02;
}

.Checkout-area .placeorder-button button:hover {
    color: #6CBE02;
    border: 2px solid #6CBE02;
}

.Checkout-area .links {
    margin-top: 11px;
    margin-left: 25px;
}

.Checkout-area .links li {
    display: inline-block;
    margin-right: 5px;
}

.Checkout-area .links li span {
    
}

.Checkout-area .links li span:before {
    font-size: 35px;
    color: #6CBE02;
}








