

/* ##################### RESET CSS  ##################### */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
a:hover {
	text-decoration:none;
}

::-webkit-input-placeholder {
   opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
   opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity:1;
}

:-ms-input-placeholder {  
   opacity:1;
}

img{
	max-width:100%;
}

/* Common CSS */

h1,h2,h3,h4,h5,h6{
	color:#181818;
}
p{
	color:#888;
}

.no-padding{
	padding:0;
}
.no-margin{
	margin:0;
}
.mb-30{
	margin-bottom:30px;
}

.buttons li{
	display:inline-block;
	margin-right:13px;
}

.button{
	display:inline-block;
	line-height:45px;
	padding:0 36px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:14px;
	font-weight:700;
	color:#fff;
	background:#87ca00;
	border:none;
	transition:all .5s ease;
}
.button.alt{
	background:#00aff1;
}
.button.alt-2{
	background:rgb(19 125 38);
	color:#fff;
}
.button:hover{
	color:#fff;
	background:#181818;
}

.page-with-sidebar{
	/*padding:120px 0 65px;*/
}
.page-sub-title{
	padding-bottom:35px;
}
.section-head{
	padding:70px 0 65px;
}
.section-head h4{
	color: #181818;
    font-size: 40px;
    margin-bottom: 20px;
}
.section-head h4 span {
	color: rgb(19 125 38);
    font-size: 45px;
}
.overlay .section-head h4{
	color:#fff;
}
.section-head p{
	font-size:15px;
	padding-top:6px;
}

.page-head .overlay{
	padding:163px 0;
}
.page-head h3{
	text-transform:uppercase;
	color:#fff;
	    visibility: hidden;
}

.grey-bg{
	border: 1px solid #e9e9e9;
	background-color: #f9f9f9;
}

.overlay{
	background:rgba(0,0,0,.2);
}
.overlay.semi-dark{
	background:rgba(0,0,0,.5);
}
.overlay.dark{
	background:rgba(0,0,0,.80);
}
.overlay.darker{
	background:rgba(0, 0, 0, 0.38);
}
.overlay.darkest{
	background:rgb(19 125 38);
}


/*topbar*/

.topbar{
	background:rgb(19 125 38);
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}

.topbar-options{
	border-left:1px solid #e9e9e9;
}
.topbar-options li{
	float:left;
	border-right:1px solid #e9e9e9;
	line-height:36px;
	color:#888;
	font-size:12px;
}
.topbar-address{
	display:inline-block;
	padding:0 21px;
}

.topbar-address .fa{
	margin-right:8px;
	font-size:14px;
}

.topbar-social{
	border-right:1px solid #e9e9e9;
}
.topbar-social li{
	float:left;
	border-left:1px solid #e9e9e9;
}
.topbar-social li a {
	text-align:center;
	color:#fff;
}
.topbar-social li a .fa{
	font-size:14px;
	line-height:36px;
	width:50px;
}
.topbar-social li a:hover{
	color:#fdc400;
}


/*navbar*/

.navbar-actions{
	padding-left:24px;
	margin-right:-42px;
}
.navbar-actions li{
	display:inline-block;
	margin:0 22px;
}
.navbar-actions li a{
	color:#181818;
	display:block;
	line-height:48px;
	margin:31px 0;
}

.navbar-brand {
	
	height:110px;
}
.navbar-brand img {
	width: 390px;
}

.navbar-toggle {
	margin-top: 38px;
}

.navbar-default {
	background:#fff;
}
.navbar {
	min-height: 70px;
	margin-bottom: 0;
	border: none;
	width: 100%;
	border-radius:0;
}
.navbar-collapse{
	padding-left:19px;
	padding-right:19px;
}
.navbar-nav > li > a {
	line-height: 80px;
}
.nav > li > a {
	padding: 15px 3px;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:0.1em;
	font-weight:700;
	margin:0 15px;
	position:relative;
}
.navbar-default .navbar-nav  > li  > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav  > li  > a:hover,
.navbar-default .navbar-nav  > li  > a:focus {
	color: #181818;
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #181818;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #181818;
	position:relative;
}
.navbar-default .navbar-nav > li > a .badge {
	position:absolute;
	right:-5px;
	top:35px;
	font-size:10px;
	line-height:16px;
	text-align:center;
	height:16px;
	width:16px;
	background:#ff7b58;
	padding:0;
}
.navbar-default .navbar-nav > li > a:before {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:4px;
	background:#03a2dd;
	content:"";
	opacity:0;
	transition:all .5s ease;
}
.navbar-default .navbar-nav > .open > a:hover:before,
.navbar-default .navbar-nav > .open > a:focus:before,
.navbar-default .navbar-nav  > li  > a:hover:before,
.navbar-default .navbar-nav > li.active > a:before{
	opacity:1;
}

.dropdown-menu {
	min-width: 220px;
	padding: 5px 20px;
	margin: 0 0 0;
	font-size: 15px;
	line-height:51px;
	background-color: rgba(0,175,241,.9);
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.dropdown-menu > li > a {
	display: block;
	padding: 0 0;
	clear: both;
	font-weight: normal;
	line-height: 35px;
	color: #fff;
	white-space: nowrap;
	border-bottom:1px solid rgba(255,255,255,0.07)
}
.dropdown-menu > li:last-child > a {
	border-bottom:none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #181818;
	background-color: transparent
}

.dropdown-menu input[type="text"]{
	line-height:30px;
	background:none;
	border:none;
	color:#fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
	color: #181818;
	background:transparent;
}

.navbar-default .navbar-nav  > li  > a .fa{
	color:#87ca00;
}

.navbar-default .navbar-toggle {
	border-color: #e9e9e9;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background: #87ca00;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar{
	background:#fff;
}
.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}

/*header-slider*/

.header-slider{
	position:relative;
}
.single-header-slide .overlay{
	color:#fff;
	padding:211px 0 215px;
}
.single-header-slide h2{
	padding-bottom:15px;
}
.single-header-slide h2,
.single-header-slide p{
	color:#fff;
}
.single-header-slide h2{
	position:relative;
	top:-20px;
	opacity:0;
	transition:all .5s ease;
}
.active-slide.single-header-slide h2{
	top:0;
	opacity:1;
}
.single-header-slide p{
	position:relative;
	left:-20px;
	opacity:0;
	transition:all .5s ease;
}
.active-slide.single-header-slide p{
	left:0;
	opacity:1;
}
.single-header-slide .button{
	position:relative;
	right:-20px;
	opacity:0;
	transition:all .5s ease;
}
.active-slide.single-header-slide .button{
	right:0;
	opacity:1;
}

.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0px;
	background:transparent;
	height: 400px !important;
}




.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
	background:none;
}
.header-section .bx-wrapper .bx-prev:after,
.header-section .bx-wrapper .bx-next:after{
	position:absolute;
	top:-30px;
	background:rgba(19, 177, 236, 0.49);
	content:"";
	width:30px;
	height:95px;
	line-height:95px;
	text-align:center;
	font-family: 'FontAwesome';
	font-size:20px;
	color:#fff;
	text-indent:0;
	transition:all .5s ease;
}
.header-section .bx-wrapper .bx-prev:after{
	left:-10px;
	content: "\f104";
}

.header-section .bx-wrapper .bx-next:after{
	right:-10px;
	content: "\f105";
}
.header-section .bx-wrapper .bx-prev:hover:after,
.header-section .bx-wrapper .bx-next:hover:after{
	color:#fff;
}
.header-section .header-slider .single-header-slide {
	height: 400px;
}







/*our-expertist*/

.our-expertist{
	padding-bottom:85px;
	box-shadow: 0 1px 1px rgba(204,204,204,.35);
}

.single-expertist{
	margin-bottom:30px;
	background:#fff;
	transition:all .5s ease;
	    border: 1px solid #95b0cd;
}
.single-expertist:hover{
	box-shadow: 0 0 7px rgba(204,204,204,.35);
}
.se-top{
	position:relative;
	height: 250px;
    align-items: center;
    display: flex;
}
.single-expertist .se-top img {
    text-align: center;
    margin: 0 auto;
    display: block;
    max-height: 250px;
}

.single-expertist p {
	padding-bottom:15px;
}
.single-expertist a {
	color: #494a47;
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 11px;
}
.single-expertist a:hover {
	color:#00aff1;
}
.single-expertist a .fa{
	height:16px;
	width:16px;
	border-radius:50%;
	border:1px solid #00aff1;
	color:#00aff1;
	font-size:10px;
	text-align:center;
	line-height:14px;
	display:inline-block;
	padding-left:2px;
	margin-right:6px;
}
.se-bottom{
	border:1px solid #e9e9e9;
	border-top:none;
	padding:20px;
}


/*about-us-section*/

.about-us-section{
	padding: 0px 0;
}
.about-us-section h4{
	padding:13px 0 27px;
}
.about-us-section .about-text p {
    color:#fff;
}
.about-image img{
	margin-top:-70px;
}
.about-text{
	padding: 20px 0px;
    padding: 10px 25px;
}
.innr-page .about-text{
	padding-right:0;
}
.about-text p{
	padding-bottom: 12px;
    text-align: justify;
    color: #888888;
    font-weight: 600;
}

.about-us-section.innr-page h4{
	padding:0 0 27px;
}
.about-us-section-img {
	margin: 0 auto;
    display: block;
    text-align: center;
}
.about-us-section-img img {
	max-height: 454px;
    padding: 20px 0px;
}
.about-us-section .section-gif {
    background: rgb(19 125 38);
}
.pl-25{
	padding-left:25px;
}

.about-us-section.innr-page{
	padding:0px 0 25px;
}
.about-us-section.innr-page .about-text{
	padding-bottom:50px;
}
.about-us-section.innr-page img{
	padding-bottom:50px;
	width:100%;
}

.about-us-section .our-skills{
	padding-top:72px;
}

.about-us-section.innr-page .our-skills{
	padding-top:0;
}

/*shop-section*/

.shop-section{
	padding:70px;
}
.single-shop-item{
	border:1px solid #e9e9e9;
	margin-bottom:30px;
	text-align:center;
	padding:8px 0 55px;
	position:relative;
}
.single-shop-item-1 {
    border:1px solid #e9e9e9;
	margin-bottom:30px;
}
.single-shop-item h6{
	line-height:23px;
	padding-top:2px;
	font-size: 19px;
}
.single-shop-item h6 a{
	color:#181818;
	position:relative;
	padding-bottom:40px;
}
.single-shop-item h6 span{
	display:block;
	color:#87ca00;
	line-height:23px;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	transition:all .5s ease;
}
.single-shop-item h6 small{
	display:block;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	font-weight:400;
	line-height:23px;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	transition:all .5s ease;
	background: rgb(19 125 38);
    padding: 5px 10px;
}
.single-shop-item .shop-badge{
	background:#ff7b58;
	color:#fff;
	line-height:18px;
	position:absolute;
	top:18px;
	right:18px;
	padding:0 7px;
	font-size:10px;
	text-transform:uppercase;
	display:inline-block;
}

/*shop-page*/

.page-head.shop{
	background:url(../images/bg/shop-title.jpg) center center;
	background-size:cover;
}
.page-head.services{
	background:url(../images/slide-4.jpeg) center center;
	background-size:cover;
}
.page-head.galleryimg{
	background:url(../images/bg/galleryimg.jpg) center center;
	background-size:cover;
}
.page-head.contact-us{
	background:url(../images/slide-2.jpeg) center center;
	background-size:cover;
}
.page-head.cart{
	background:url(../images/bg/cart-title.jpg) center center;
	background-size:cover;
}

.shop-pagination{
	padding-top:38px;
}
.shop-pagination li{
	display:inline-block;
	margin-right:5px;
}
.shop-pagination li a{
	display:inline-block;
	border:1px solid #e9e9e9;
	line-height:33px;
	padding:0 13px;
	font-size:12px;
	font-weight:700;
	color:#181818;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.shop-pagination li a:hover{
	border:1px solid #fdc400;
	color:#fdc400;
}
.shop-pagination li:last-child a{
	border:1px solid #fdc400;
	background:#fdc400;
}
.shop-pagination li:last-child a:hover{
	color:#fff;
}


.product-discription{
	padding:132px 0 122px;
}

.product-image{
	position:relative;
	padding:50px 0 80px;
	border:1px solid #e9e9e9;
	margin-bottom:30px;
}
.product-image .product-rating{
	position:absolute;
	top:42px;
	left:48px;
	text-align:left;
}
.product-rating li{
	display:inline-block;
	color:#fdc400;
}

.addtocart{
	padding:14px 0 38px;
}
.addtocart .cart-counter{
	margin-right:6px;
}

.product-texts{
	margin-bottom:30px;
}
.product-texts ul li{
	display:inline-block;
}
.product-texts ul li a{
	color:#87ca00;
}
.product-texts h4{
	padding-bottom:18px;
}
.product-texts h4 span{
	display:block;
	color:#87ca00;
}
.product-texts p{
	padding-bottom:25px;
}

.product-dec-review{
	padding-top:50px;
}
.product-dec-review .nav > li > a {
	padding: 0 30px;
	margin: 0;
	background:#87ca00;
	color:#fff;
}
.product-dec-review .tab-pane {
	padding:55px
}
.product-dec-review .description p {
	padding-bottom:25px;
}
.product-dec-review .nav-tabs {
	border-bottom: none;
}
.product-dec-review .nav-tabs > li > a {
	margin-right: 0;
	line-height: 45px;
	border-radius: 0;
}
.product-dec-review .nav-tabs > li > a, 
.product-dec-review .nav-tabs > li > a:hover, 
.product-dec-review .nav-tabs > li > a:focus {
	border: none;
}
.product-dec-review .nav-tabs > li.active > a, 
.product-dec-review .nav-tabs > li.active > a:hover, 
.product-dec-review .nav-tabs > li.active > a:focus {
	color: #fff;
	background: #00aff1;
	border: none;
}
.product-dec-review .nav-tabs > li {
	margin-bottom: 0;
}


.single-review{
	display:flex;
	position:relative;
	padding-bottom:36px;
	border-bottom:1px solid #e9e9e9;
}
.single-review .product-rating{
	position:absolute;
	top:0;
	right:0;
}
.single-review img{
	flex-shrink:0;
	height:107px;
	width:107px;
	flex-basis:107px;
	border-radius:50%;
}
.review-discription{
	padding-left:38px;
}
.review-discription h6{
	padding-bottom:7px;
}
.review-discription h6 span{
	display:block;
	font-weight:400;
	text-transform:none;
	font-size:12px;
	color:#888;
}

.add-review{
	padding-top:40px;
}
.add-review h4{
	padding-bottom:4px;
}
.add-review a{
	color:#87ca00;
}
.add-review a:hover{
	color:#181818;
}


/*cart-section*/

.cart-section{
	padding:120px 0;
}

.cart-area{
	padding-bottom:30px;
}
.cart-list.title{
	padding-bottom:36px;
}
.cart-list{
	border-bottom:1px solid #e9e8e8;
	display:flex;
	align-items: center;
}

.cart-item span{
	color:#888;
	line-height:48px;
}

.product-info {
	display:flex;
	align-items: center;
	padding:25px 0;
}
.delete-product{
	border:1px solid #00aff1;
	height:17px;
	width:17px;
	border-radius:50%;
	display:inline-block;
	position:relative;
	margin-right:38px;
}
.delete-product:before{
	position:absolute;
	height:9px;
	width:1px;
	content:"";
	background:#00aff1;
	top:3px;
	left:50%;
	transform:rotate(45deg);
}
.delete-product:after{
	position:absolute;
	height:9px;
	width:1px;
	content:"";
	background:#00aff1;
	top:3px;
	left:50%;
	transform:rotate(-45deg);
}

.product-info h6{
	margin-left:38px;
}

.cart-counter {
	position: relative;
	width:64px;
	display:inline-block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number]
{
	-moz-appearance: textfield;
}

.cart-counter input {
	width: 64px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	position:relative;
	padding-left: 16px;
	color:#888;
	border: 1px solid #e9e9e9;
	background:#f9f9f9;
}

.cart-counter input:focus {
	outline: 0;
}

.cart-counter-nav {
	position: absolute;
	height: 48px;
	top:0;
	left:50%;
	margin-left:25px;
}

.cart-counter-button {
  position: relative;
  cursor: pointer;
  text-align: center;
  color: #333;
}

.cart-counter-button.cart-counter-up {
	position: absolute;
	top: 16px;
	right:12px;
	height:0;
	width:0;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-bottom: 5px solid #a8a8a8;
}

.cart-counter-button.cart-counter-down {
	position: absolute;
	bottom: 16px;
	right:12px;
	height:0;
	width:0;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top: 5px solid #a8a8a8;
}

.m-55{
	margin-left:-5.5px;
	margin-right:-5.5px;
}
.p55{
	padding-left:5.5px;
	padding-right:5.5px;
}
.cupon-code .input-box input[type="text"]{
	line-height:46px;
	background:#f9f9f9;
}
.cupon-code input[type="submit"]{
	line-height:50px;
}

.checkout-widget{
	margin-left:12px;
	padding:40px;
	margin-bottom:30px;
}
.checkout-widget h6{
	padding-bottom:22px;
	margin-bottom:15px;
	border-bottom:1px solid #e9e8e8;
}
.cart-total{
	padding:15px 0 25px;
	border-top:1px solid #e9e8e8;
}

.cart-information{
	display: flex;
}
.cart-information li{
	line-height:32px;
	padding:4px 0;
}
.cart-information li a{
	color:#87ca00;
	text-decoration:underline;
	margin-top:5px;
	margin-bottom:19px;
	display:block;
}
.cart-information li span{
	display:block;
}
.cart-information li label{
	font-weight:400;
	padding-left:27px;
	position:relative;
	cursor:pointer;
}
.cart-information li input[type="radio"]{
	display:none;
}
.cart-information li input[type="radio"]+label:before{
	position: absolute;
	top: 10px;
	left: 0;
	height: 13px;
	width: 13px;
	border: 1px solid #a8a8a8;
	background: #fff;
	content: "";
	border-radius: 50%;
	transition:all .3s ease;
}
.cart-information li input[type="radio"]:checked+label:before{
	border: 4px solid #00aff1;
}

.cart-information li:first-child{
	flex-basis: 110px;
	flex-shrink:0;
	font-weight:700;
	color:#181818;
}
.cart-information li:last-child{
	flex-grow:1;
	color:#888;
}
.cart-total li:last-child{
	font-weight:700;
	color:#181818;
}


/*faq-area*/

.faq-area{
	border-bottom:1px solid #e9e8e8;
}
.panel-default > .panel-heading {
	background-color: transparent;
	padding:12px 0 14px;
}
.panel-group .panel + .panel {
	margin-top: 0;
}
.panel-group {
	margin-bottom: 0;
}
.panel {
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	border-top:1px solid #e9e8e8;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, 
.panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: none;
}
.panel-default > .panel-heading a {
	color: #888;
	padding-left:34px;
	position:relative;
	display:block;
	line-height:28px;
}
.panel-default > .panel-heading a:before {
	position:absolute;
	top:1px;
	left:0;
	font-family: "FontAwesome";
	content: "\f068";
	font-size:10px;
	line-height:19px;
	color:#87ca00;
	margin-right:15px;
	padding-left:1px;
	border:1px solid #87ca00;
	height:20px;
	width:20px;
	border-radius:50%;
	text-align:center;
}
.panel-default > .panel-heading a.collapsed:before {
	content: "\f067";
}
.panel-body {
	padding: 3px 20px 27px 35px;
}

/*more-service-section*/

.more-service-section{
	background:url(../images/bg/why-us.jpg) center center;
	background-size:cover;
}
.more-service-section .overlay{
	padding-bottom:130px;
}

.more-services{
	color:#fff;
	line-height:33px;
}
.more-services:hover{
	color:#87ca00;
}
.more-services .fa{
	padding-left:24px;
}

.single-mService{
	background:rgba(214,65,44,.7);
}
.single-mService img{
	width:100%;
}
.mService-text{
	padding:50px 40px 20px 47px;
}
.mService-text h6{
	color:#fff;
	padding-bottom:13px;
	text-transform:uppercase;
}
.mService-text p{
	color:#fff;
	padding-bottom:10px;
}

.mService-more a{
	color:#fff;
	border:1px solid #fff;
	border-radius:50%;
	line-height:20px;
	height:22px;
	width:22px;
	text-align:center;
	display:inline-block;
}
.mService-more a .fa{
	padding-left:2px;
}

/*service-section*/

.service-section{
	padding:0px 0 45px;
}
.all-services{
	
}
.single-service{
	padding:0 20px 50px;
}
.single-service .micon{
	font-size:64px;
	color:#87ca00;
}
.single-service .megaicon-solar-energy{
	color:#fdc400;
}
.single-service .megaicon-water{
	color:#87ca00;
}
.single-service .megaicon-electric-tower{
	color:#00aff1;
}
.single-service .megaicon-technology-1{
	color:#ff7b58;
}
.single-service h6{
	padding:20px 0 10px;
}
.single-service img {
    width: 80px;
    border-radius: 50%;
    height: 80px;
}


/*some-facts*/

.some-facts{
	background: url(../images/bg/banner2.jpg) center center;
	background-size:cover;
}

.some-facts .overlay{
	padding:158px 0 141px;
}

.sect-title h3.small{
	font-size:40px;
	line-height:42px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:0.06em;
	padding-bottom:12px;
}
.sect-title span{
	font-size:17px;
	line-height:27px;
	color:#fff;
}

.single-facts{
	position:relative;
	padding-left:90px;
	margin-top:24px;
}
.single-facts .micon{
	color:#87ca00;
	font-size:66px;
	position:absolute;
	left:0;
	top:8px;
}
.single-facts h3{
	color:#00aff1;
}
.single-facts span{
	font-size:17px;
	line-height:22px;
	color:#fff;
}

/*testimonial-section*/

.testimonial-blog-section{
	padding-bottom:90px;
}
.single-testimonial{
	
}
.ste-top{
	padding:35px 45px 53px 50px;
	border: 1px solid #e9e9e9;
	background-color: #f9f9f9;
	margin-bottom:40px;
}
.single-testimonial .micon{
	font-size:48px;
	color:#87ca00;
}
.single-testimonial img{
	flex-basis: 78px;
	flex-shrink:0;
	border:1px solid #e9e9e9;
	border-radius:50%;
}
.single-testimonial blockquote{
	color:#888;
	padding-top:12px;
}
.ste-bottom{
	display: inline-flex;
	align-items: center;
}
.ste-bottom h6{
	flex-grow:1;
	padding-left:20px;
}
.ste-bottom h6 span{
	font-weight:400;
	display:block;
	text-transform:none;
	font-size:12px;
}

.slick-next,
.slick-prev{
	position:absolute;
	top:-87px;
	text-indent:-9999px;
	height:22px;
	width:22px;
	padding:0;
	border:none;
	border-radius:50%;
	opacity:0.2;
	transition:all .5s ease;
}
.slick-next:hover,
.slick-prev:hover{
	opacity:0.5;
}
.slick-prev{
	right:28px;
	background:url(../images/icons/angle-left.png)
}
.slick-next{
	right:0;
	background:url(../images/icons/angle-right.png)
}

/*cta-section*/

.cta-section{
	background:url(../images/bg/cta.jpg) center center;
	background-size:cover;
}
.cta-section.cta-two{
	background:url(../images/bg/cta-two.jpg) center center;
	background-size:cover;
}
.cta-section .overlay{
	padding:0px 0px 50px 0px;
}
.cta-section.cta-two .overlay{
	padding:130px 0 166px;
}
.cta-section .h4-like{
	font-weight:300;
	text-transform:none;
	display:block;
	color:#fff;
}

.cta-section h3{
	text-transform:uppercase;
	color:#fff;
	padding:10px 0 1px;
}

/*blog-section*/

.single-blog{
	margin-bottom:19px;
	transition:all .5s ease;
}
.single-blog:hover{
	box-shadow: 0 0 7px rgba(204,204,204,.35);
}
.page-with-sidebar .single-blog{
	margin-bottom:30px;
}

.more-blogs{
	color:#888;
	line-height:33px;
}
.more-blogs:hover{
	color:#87ca00;
}
.more-blogs .fa{
	padding-left:24px;
}

.sb-top{
	position:relative;
}
.sb-bottom{
	border: 1px solid #e9e9e9;
	padding:33px 20px 36px 44px;
}

.meta-info{
	background:rgba(135,202,0,.85);
	font-size:13px;
	color:#fff;
	padding:8px 18px 10px;
	position:absolute;
	top:20px;
	right:20px;
	text-transform:uppercase;
}
.meta-info span{
	display:block;
	font-size:20px;
	letter-spacing:0.1em;
	font-weight:700;
}

.video-play{
	position:absolute;
	top:27px;
	right:27px;
	height:34px;
	width:34px;
	border:2px solid #fff;
	border-radius:50%;
	text-align:center;
}
.video-play .fa{
	line-height:32px;
	color:#fff;
	margin:0 0 3px 3px;
}

.single-blog h6{
	padding-bottom:7px;
}
.single-blog h6 a{
	color:#181818;
}
.single-blog h6 a:hover{
	color:#87ca00;
}
.single-blog p{
	padding-bottom:16px;
}
.single-blog.small{
	border: 1px solid #e9e9e9;
	background-color: #fff;
	transition:all .5s ease;
	padding:30px 44px 38px;
}
.single-blog.small:hover{
	box-shadow: 0 0 7px rgba(204,204,204,.35);
}

.blog-read-more {
	color:#888;
	font-size:11px;
	line-height:16px;
	display:inline-block;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.blog-read-more:hover {
	color:#00aff1;
}
.blog-read-more .fa{
	height:16px;
	width:16px;
	border-radius:50%;
	border:1px solid #00aff1;
	color:#00aff1;
	font-size:10px;
	text-align:center;
	line-height:14px;
	display:inline-block;
	padding-left:2px;
	margin-right:6px;
}

/*footer-section*/

.footer-section{
	background:url(../images/bg/footer.jpg) center center;
	background-size:cover;
	    margin-bottom: 39px;
}
.footer-section .footer-top{
	padding:55px 0 0px;
	border-bottom:1px solid rgb(255,255,255);
}

.footer-widget{
	margin-bottom:30px;
}
.about-widget{
	padding-top:3px;
}
.about-widget img{
	padding-bottom:27px;
}

.footer-widget h6{
	color: #fff;
    font-size: 23px;
}

.link-list{
	padding-top:18px;
}
/*.link-list li:before{
	font-family: 'FontAwesome';
	content: "\f105";
	padding-right:19px;
	color:#888;
}*/
.link-list li{
	line-height:32px;
	/*width:50%;*/
}
.link-list li a{
	line-height:32px;
	color:#fff;
	display:inline-block;
}
.link-list2 li {
    line-height: 25px;
}
.link-list2 li a{
    line-height: 25px;
    text-transform: capitalize;
}

.recent-widget{
	margin-left:-10px;
}
.post-list li{
	padding:20px 0 26px;
	border-bottom:1px solid rgba(255,255,255,.05);
}
.post-list li:last-child{
	border:none;
}
.post-list li a{
	color:#fff;
	letter-spacing:0.02em;
	line-height:25px;
	font-size:14px;
}
.post-list li a:hover{
	color:#87ca00;
}

.post-list li span{
	color:#888;
	display:block;
	font-size:12px;
	letter-spacing:0.02em;
	padding-top:7px;
}

.subscribe-widget p{
	color:#fff;
	padding:20px 0 24px;
}
.subscribe-widget input[type="text"]{
	width:100%;
	color:#fff;
	border:none;
	background:#28292a;
	line-height:50px;
	margin-bottom:20px;
	padding-left:25px;
}
.footer-section p {
	color: #fff !important;
	text-align: justify;
}
.footer-section .links-widget .fa {
	margin-right: 10px;
}
.footer-bottom{
	padding:9px 0 9px;
}
.footer-nav{
	padding-bottom:30px;
}
.footer-nav li{
	display:inline-block;
	padding-right:12px;
}
.footer-nav li a{
	display:inline-block;
	color:#fff;
	font-size:14px;
	line-height:20px;
	letter-spacing:0.02em;
}
.footer-nav li a:hover{
	color:#87ca00;
}

.footer-credit p{
	line-height:20px;
	letter-spacing:0.02em;
	color:#fff;
}
.footer-credit p a{
	color:#fff;
}
.footer-credit p a:hover{
	color:#87ca00;
}

/*service-page*/

.page-head.service{
	background:url(../images/bg/service-title.jpg) center center;
	background-size:cover;
}

/*about-page*/

.page-head.about{
	background:url(../images/slide-1.jpeg) center center;
	background-size:cover;
}

/*our-skills*/

.ss-bar{
	position:relative;
	padding:0 53px 0 96px;
	color:#888;
	font-size:15px;
	letter-spacing:0.02em;
	margin:5px 0 33px;
	height:17px;
}
.skill-title{
	position:absolute;
	left:0;
	top:0;
}
.skill-bar{
	position:relative;
	top:6px;
	width:100%;
	height:4px;
	background:#f3f3f3;
}
.skill-bar-count{
	position:absolute;
	top:0;
	left:0;
	height:4px;
	background:#87ca00;
}

.skill-count{
	position:absolute;
	right:0;
	top:0;
}

/*team-section*/

.team-section{
	padding-bottom:80px;
}

.single-team{
	margin-bottom:30px;
	border: 1px solid #e9e9e9;
	background: #fff;
	box-shadow: 0 0 7px rgba(204,204,204,.35);
}

.single-team h6{
	line-height:21px;
}
.single-team img{
	width:100%;
}
.single-team h6 span{
	display:block;
	color:#888;
	font-weight:400;
	text-transform:none;
}

.st-bottom{
	padding:37px 42px 28px;
}


/*faq-page*/

.page-head.faqs{
	background:url(../images/bg/faqs-title.jpg) center center;
	background-size:cover;
}

.page-with-sidebar .faq-area{
	margin-bottom:40px;
}


/*blogs-page*/

.page-head.blogs{
	background:url(../images/bg/blogs-title.jpg) center center;
	background-size:cover;
}

.page-navigation{
	padding:32px 0 23px;
}
.page-navigation li{
	display:inline-block;
	margin-right:5px;
}
.page-navigation li a{
	display:inline-block;
	height:32px;
	width:32px;
	line-height:32px;
	color:#888;
	border:1px solid #cacaca;
	border-radius:50%;
	text-align:center;
	font-size:14px;
}
.page-navigation li.active a{
	border:1px solid #87ca00;
}
.page-navigation li a .fa{
	font-size:16px;
}


.featured-image{
	position:relative;
}
.featured-image img{
	width:100%;
}
.featured-image .overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.bd-meta{
	padding:68px 0 21px;
}
.bd-meta li{
	display:inline-block;
	margin-right:18px;
}
.bd-meta li a{
	color:#888;
}
.bd-meta li a:hover{
	color:#00aff1;
}
.bd-meta li img{
	margin-right:6px;
}
.bd-meta li:last-child a{
	color:#00aff1;
}

.bda-texts h3{
	text-transform:uppercase;
	padding-bottom:50px;
}
.bda-texts p{
	padding-bottom:25px;
}
.bda-texts blockquote{
	font-size:16px;
	line-height:31px;
	padding-left:84px;
	position:relative;
	color:#888;
	margin:18px 0 39px;
}
.bda-texts blockquote:before{
	font-size:50px;
	color:#87ca00;
	position:absolute;
	top:10px;
	left:0;
	font-family: "megaicon";
	content: "\f105";
}

.blog-share{
	border-bottom:1px solid #e9e8e8;
	padding:30px 0 25px;
	margin-bottom:75px;
}
.blog-share ul li{
	display:inline-block;
	color:#888;
	font-size:12px;
	line-height:30px;
}
.bds-tags li a{
	color:#87ca00;
	margin-right:6px;
}
.bds-tags li:first-child{
	padding-right:16px;
}
.bds-social li{
	margin-left:16px;
}
.bds-social li a{
	color:#c3c3c3;
	font-size:16px;
}
.bds-social li a:hover{
	color:#87ca00;
}

.post-author{
	display: inline-flex;
	padding:38px;
}
.author-image{
	flex-basis: 103px;
	flex-shrink:0;
}
.author-details{
	flex-grow:1;
	padding-left:38px;
}
.author-details h6{
	padding:10px 0 7px;
}
.author-details h6 a{
	color:#181818;
}

.comment-list{
	padding:57px 0 65px;
}
.comment-list h4{
	padding-bottom:48px;
}
.comment-list h4 a{
	color:#87ca00;
}

.single-comment{
	padding:38px 0 29px;
	border-bottom: 1px solid #ededed;
	display: flex;
}
.single-comment.level2{
	padding-left:56px;
}
.commenter-image{
	flex-basis: 72px;
	flex-shrink:0;
}
.comment-details{
	flex-grow:1;
	padding-left:38px;
}
.comment-details p{
	padding:3px 0 7px;
}
.comment-name{
	color:#181818;
}
.comment-name:hover{
	color:#87ca00;
}
.comment-date{
	color:#888;
	font-size:12px;
	letter-spacing:0.02em;
	text-transform:none;
	font-weight:400;
	margin-left:6px;
}
.comment-date:hover{
	color:#87ca00;
}

.replay-button{
	line-height:22px;
	padding:0 12px;
	font-size:12px;
	color:#888;
	border: 1px solid #e9e9e9;
	background: #f9f9f9;
}
.replay-button:hover{
	color:#fff;
	border: 1px solid #87ca00;
	background: #87ca00;
}

/*contact-page*/

.page-head.contact{
	background:url(../images/bg/contact-title.jpg) center center;
	background-size:cover;
}

.google-map{
	height:466px;
}

.contact-texts{
	padding:80px 0 33px;
}
.contact-texts h3{
	padding-bottom:50px;
	text-transform:uppercase;
}
.contact-texts p{
	padding-bottom:25px;
}

.comment-form{
	padding-bottom:44px;
}
.comment-form h4{
	padding-bottom:44px;
}
.input-box input[type="text"],
.input-box textarea{
	border: 1px solid #e9e9e9;
	background: #fff;
	line-height:48px;
	padding-left:28px;
	color:#888;
	width:100%;
	margin-bottom:30px;
}
.input-box textarea{
	height: 166px;
	resize:none;
	padding-top:12px;
}

/*sidebar*/

.sidebar{
	padding-left:30px;
}

.single-sWidget{
	border: 1px solid #e9e9e9;
	background: #f9f9f9;
	padding:54px 40px 26px 46px;
	margin-bottom:40px;
}
.categories{
	padding-top:18px;
	padding-bottom:24px;
}
.categories li:before{
	font-family: 'FontAwesome';
	content: "\f105";
	padding-right:19px;
	color:#888;
}
.categories li{
	line-height:32px;
}
.categories li a{
	line-height:32px;
	color:#888;
	display:inline-block;
}
.categories li a:hover{
	color:#87ca00;
}

.recent-list{
	padding-top:30px;
}
.recent-list li{
	padding-bottom:24px;
	display: inline-flex;
	align-items: center;
}
.rl-image{
	flex-basis: 90px;
	flex-shrink:0;
}
.rl-text{
	flex-grow:1;
	padding-left:17px;
}
.rl-text a{
	font-size:14px;
	color:#888;
	line-height:20px;
	padding-bottom:7px;
	display:block;
}
.rl-text a:hover{
	color:#87ca00;
}
.rl-text span{
	font-size:12px;
	display:block;
	color:#888;
}

.single-sWidget pre{
	width:100%;
	overflow:hidden;
	font-size:14px;
	color:#888;
	line-height:32px;
	padding: 18px 0 0 24px;
}

/*select2*/

.select2-container--default .select2-selection--single{
	border:none;
	height:36px;
	background:transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #888;
	line-height: 36px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 21px;
	padding-right: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px;
	top: 0;
	right: 10px;
	width: 22px;
}
.select2-selection__rendered{
	font-size:12px;
	letter-spacing:0.02em;
}
.select2-selection__rendered img{
	margin-right:5px;
	margin-top:-2px;
}
.select2-container{
	width:auto !important;
	margin-top:-1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
	position: absolute;
	top: 0;
	left: 6px;
	font-family: 'FontAwesome';
	content: "\f107";
	font-size:10px;
	color:#888;
}
.select2-container--open .select2-dropdown--below {
	border: 1px solid #e9e9e9;
	border-radius: 0;
}
.select2-search--dropdown{
	display:none;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #87ca00;
	color:#fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background:#e9e9e9;
	color:#888;
	transition:all .5 ease;
}
.select2-results__option {
	line-height: 36px;
	padding: 0 20px;
	color:#888;
	font-size:12px;
	letter-spacing:.02em;
	white-space: nowrap;
	text-overflow:ellipsis;
	z-index:999999999999;
	position:relative;
	transition:all .5 ease;
}
.select2-results__option img{
	margin-right:5px;
	margin-top:-2px;
}

/*Coustom Media Query CSS*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-menu-info {
		margin-left: 0;
	}
	.small-cta h4{
		padding-bottom:20px;
	}
	.tab-center{
		text-align:center;
	}
	.pl-25,
	.sidebar{
		padding-left:0;
	}
	.single-testimonial{
		padding:0 15px;
	}
	.get-quote-section img,
	.quote-form,
	.checkout-widget{
		margin-left:0;
	}
	.nav > li > a {
		padding: 15px 1px;
	}
	
	.product-dec-review .nav-tabs > li {
		width: auto;
	}
}

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

	h1, .h1-like {
		font-size: 60px;
		line-height: 70px;
	}
	h2, .h2-like {
		font-size: 40px;
		line-height: 68px;
	}
	h3, .h3-like {
		font-size: 38px;
		line-height: 52px;
	}
	p.lead {
		font-size: 18px;
		line-height: 30px;
	}
	
	.mobile-left{
		text-align:left;
	}
	.mobile-center{
		text-align:center;
	}

	.navbar {
		bottom: 0;
	}
	
	.topbar-address {
		padding: 0 8px;
	}
	.portfolio-nav {
		padding-top:30px;
	}
	.portfolio-nav li {
		display: block;
		margin-left: 0;
		line-height:30px;
	}
	.sp-over{
		padding-left:10px;
	}
	.small-cta h4{
		padding-bottom:20px;
	}
	.single-service {
		padding: 0 0 20px;
	}
	.recent-widget {
		margin-left: 0;
	}
	
	.page-head .overlay{
		    padding: 48px 0;
    margin-bottom: 30px;
	}
	.button {
	        margin-bottom: 10px;
	            font-size: 12px;
	            line-height: 37px;
    padding: 0 26px;
	}
	.p-details-page h4 {
    margin-top: 20px;
}
	.pl-25,
	.sidebar{
		padding-left:0;
	}
	
	.bda-texts blockquote{
		padding-left:0;
	}
	.bda-texts blockquote:before{
		font-size:40px;
		position:relative;
		padding-right:15px;
	}
	
	.author-details,
	.comment-details{
		padding-left:0;
		padding-top:15px;
	}
	.single-comment,
	.post-author,
	.single-review{
		flex-direction: column;
	}
	.cart-list{
		flex-direction: column;
		align-items: left;
	}
	.get-quote-section img,
	.quote-form,
	.checkout-widget{
		margin-left:0;
	}
	.checkout-widget {
		padding: 20px;
		margin-top: 30px;
	}
	.checkout-widget .button {
		padding: 0 20px;
	}
	.review-discription{
		padding:10px 0;
	}
	.single-review .product-rating{
		position:relative;
		padding-top:15px;
	}
	.product-dec-review .nav-tabs > li {
		width: 100%;
	}
	.navbar-brand img {
    	width: 190px;
	}
	
	.section-head-top-mail li a {
        font-size: 13px !important;
        margin: 0px 3px !important;
        color: #fff;
    }
    .topbar-options li {
        border-right: 0px;
        line-height: 25px;
    }
    .whatsapp-icon a, .phone1-icon a {
        font-size: 12px !important;
    }
    .topbar-options {
        border-left: 0px solid #e9e9e9;
    }
    .topbar-social {
            display: none;
    }
    .navbar-toggle {
        margin-top: 24px;
    }
    .navbar-brand {
         height: 74px;
    }
    .header-section .header-slider .single-header-slide {
        height: 97px;
    }
    .bx-wrapper .bx-viewport {
        height: 97px !important;
    }
    .header-section .bx-wrapper .bx-prev:after, .header-section .bx-wrapper .bx-next:after {
        top: 7px;
        background: rgb(19, 177, 236);
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .section-head h4 span {
        font-size: 26px;
    }
    .section-head h4 {
        font-size: 26px;
        margin-bottom: 0px;
    }
    .section-head {
        padding: 40px 0 35px;
    }
    .shop-section {
        padding-bottom: 22px;
    }
    .some-facts .overlay {
        padding: 50px 0 40px;
    }
    .sect-title h3.small {
        font-size: 30px;
    }
    .video-section {
        margin-bottom: 10px;
    }
    .recentsuccessful {
        padding: 1px 0px;
    }
    .recentsuccessful h3 {
        font-size: 16px;
        line-height: 23px;
    }
    #contact {
    background: #f1f0f0;
    padding: 5px;
    margin: 1px 0;
    }
    .footer-section .link-list > p {
        font-size: 20px !important;
    }
    .navbar-actions {
        display:none;
    }
    .navbar-nav > li > a {
        line-height: 10px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: rgb(19 125 38);
    }
    .single-shop-item img {
        width: 100%;
    max-width: 165px;
    }
}


/*    == = = == ==== == = = = == style css  = = == = = = */
.p-lr {
	padding: 0px 30px;
}
.section-head-top-mail li  a {
	font-size: 16px;
    margin: 0px 13px;
    color: #fff;
}
.section-head-top-mail li  a .fa {
	margin-right: 8px;
}

/* ===  = == = = = == = = = == == testimonial = == = = == = == =*/

#testimonial-slider{
    padding: 50px 20px 35px 20px;
    background: #fff;
    text-align: center;
}
.section-testimonials .testimonial .description{
    font-size: 14px;
    color: #777;
    line-height: 26px;
    text-indent: 30px;
    position: relative;
}
.section-testimonials .testimonial .title{
    font-size: 24px;
    font-weight: bold;
    color: #363636;
    text-transform: capitalize;
    margin: 0;
}
.section-testimonials .testimonial .post{
    display: block;
    font-size: 15px;
    color: #363636;
}
.section-testimonials .owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
}
.section-testimonials .owl-prev,
.section-testimonials .owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.section-testimonials .owl-next{
    left: auto;
    right: 0;
}
.section-testimonials .owl-buttons .owl-prev:before,
.section-testimonials .owl-buttons .owl-next:before{
    content: "<";
    background: url("../images/icons/angle-left.png") no-repeat;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #ffffff;
    line-height: 20px;
    opacity: 0.8;
}
.section-testimonials .owl-buttons .owl-next:before{
    background: url("../images/icons/angle-right.png") no-repeat;
}
.section-testimonials .owl-buttons .owl-prev:hover:before,
.section-testimonials .owl-buttons .owl-next:hover:before{
    opacity: 1;
}
.section-testimonials .owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}
.section-testimonials .owl-theme .owl-controls{
    margin-top: 15px;
}
.section-testimonials .owl-theme .owl-controls .owl-page span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #ccc;
    background: url("../images/product/s2.png") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
.section-testimonials .owl-theme .owl-controls .owl-page:nth-child(2) span{
    background: url("../images/product/s2.png") no-repeat;
    background-size: cover;
}
.section-testimonials .owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("../images/product/s2.png") no-repeat;
    background-size: cover;
}
.section-testimonials .owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
}
.section-testimonials .owl-theme .owl-controls .owl-page.active span,
.section-testimonials .owl-theme .owl-controls .owl-page.active:hover span{
    border-color: rgb(19 125 38);
    opacity: 1;
}
@media only screen and (max-width: 479px){
    .section-testimonials .owl-buttons{ bottom: 30%; }
}

.recentsuccessful h3 {
    font-size:20px;
}
.recentsuccessful ul li {
    line-height: 30px;
    font-size: 13px;
    border-bottom: 2px solid #c3c5c5;
    margin-bottom: 6px;
}
.recentsuccessful {
    padding: 50px 0px;
}

.enquiry-form input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.enquiry-form input[type=Send] {
  background-color: #1ea9dc;
    color: white;
    padding: 12px 0px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}


.enquiry-form {
  border-radius: 5px;
  background-color: #ffffff;
    padding: 10px 50px;
}



/* == = = == = = == == = == = == */
/*.section-multiple-img {
    margin-bottom: 85px;
}

.carousel-showmanymoveone .carousel-control {
   width: 4%;
   background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
   margin-left: 0;
   background: #34a7d2;
}

.carousel-showmanymoveone .carousel-control.right {
   margin-right: 0;
   background: #34a7d2;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
   display: none;
}

.carousel .item .col-xs-12 {
   padding: 3px;
}




@media only screen and (max-width: 992px) {
   .carousel .item .col-xs-12:nth-last-child(-n+2) {
      display: none;
   }
}

@media all and (min-width: 768px) {
   .carousel-showmanymoveone .carousel-inner > .active.left,
   .carousel-showmanymoveone .carousel-inner > .prev {
      left: -50%;
   }
   .carousel-showmanymoveone .carousel-inner > .active.right,
   .carousel-showmanymoveone .carousel-inner > .next {
      left: 50%;
   }
   .carousel-showmanymoveone .carousel-inner > .left,
   .carousel-showmanymoveone .carousel-inner > .prev.right,
   .carousel-showmanymoveone .carousel-inner > .active {
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
      display: block;
   }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
   .carousel-showmanymoveone .carousel-inner > .item.active.right,
   .carousel-showmanymoveone .carousel-inner > .item.next {
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner > .item.active.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner > .item.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev.right,
   .carousel-showmanymoveone .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
   }
}

@media all and (min-width: 992px) {
   .carousel-showmanymoveone .carousel-inner > .active.left,
   .carousel-showmanymoveone .carousel-inner > .prev {
      left: -16.6%;
   }
   .carousel-showmanymoveone .carousel-inner > .active.right,
   .carousel-showmanymoveone .carousel-inner > .next {
      left: 16.6%;
   }
   .carousel-showmanymoveone .carousel-inner > .left,
   .carousel-showmanymoveone .carousel-inner > .prev.right,
   .carousel-showmanymoveone .carousel-inner > .active {
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner .cloneditem-2,
   .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
      display: block;
   }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
   .carousel-showmanymoveone .carousel-inner > .item.active.right,
   .carousel-showmanymoveone .carousel-inner > .item.next {
      -webkit-transform: translate3d(16.6%, 0, 0);
      transform: translate3d(16.6%, 0, 0);
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner > .item.active.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-16.6%, 0, 0);
      transform: translate3d(-16.6%, 0, 0);
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner > .item.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev.right,
   .carousel-showmanymoveone .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
   }
}
*/

/* == = = == =  section-gallery  = = = =*/
.section-gallery .product-grid{
    font-family:'Montserrat', sans-serif;
    text-align: center;
}
.section-gallery .product-grid .product-image{
    overflow: hidden;
    position: relative;
    padding: 0 !important;
    border:none;
}
.certificate-page .product-grid .product-image{
    overflow: hidden;
    position: relative;
    padding: 0 !important;
    height: 400px;
    align-items: center;
    display: flex;
    border: 2px solid rgb(19 125 38);
}


.section-gallery .product-grid .product-image a.image{ display: block; }
.section-gallery .product-image .pic-1{
    backface-visibility: hidden;
    transition: all 0.6s ease-out 0s;
}

.section-gallery .product-grid .product-image img{
    width: 100%;
    height: auto;
        max-height: 298px;
}
.certificate-page .product-grid .product-image img{
    width: 100%;
    height: auto;
    max-height: 400px;
}


.section-gallery .product-grid .full-view{
    color: #000;
    background: #fff;
    font-size: 18px;
    line-height: 43px;
    width: 43px;
    height: 43px;
    box-shadow: 0 4px 3.84px .16px rgba(0,0,0,.75);
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .3s ease;
}
.product-section .section-gallery .product-grid .full-view {
    width: 140px;
}
.product-section .section-gallery .product-grid {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    border: 1px solid rgb(19 125 38);
    height: 300px;
    align-items: center;
    display: flex;
    margin-bottom: 30px;
}
.product-section .section-gallery .product-image {
    margin-bottom:0px;
}


.section-gallery .product-grid .full-view:hover{
    color: #fff;
    background: rgb(19 125 38);
}
.section-gallery .product-grid:hover .full-view{ transform: translateX(-50%) translateY(-50%) scale(1); }

@media screen and (max-width:990px){
    .section-gallery .product-grid{ margin: 0 0 30px; }
}


/*  = = == = = = == =   section-ourteam  = = = == = = = = ==  ==*/
.section-ourteam {
    margin-bottom:10px;
}
.section-ourteam .box{
    background-color: #4834d4;
    font-family: 'Roboto', sans-serif;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    max-height:390px;
    margin-bottom:50px;
}
.section-ourteam .box:hover{ box-shadow: 0 0 5px rgba(0,0,0,0.2); }
.section-ourteam .box:before{
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: blur(10px);
    /*transform: rotate(110deg);*/
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.section-ourteam .box:hover:before{
    opacity: 0.7;
    filter: blur(0);
    left: 50%;
}
.section-ourteam .box img{
    width: 100%;
    height: auto;
    transform: scale3d(1.1, 1.1, 1);
    transition: all 0.3s ease-in-out;
    max-height:390px;
}
.section-ourteam .box:hover img{
    opacity: 0.5;
    transform: scale(1);
}
.section-ourteam .box .box-content{
    color: #fff;
    background: linear-gradient(to bottom,rgb(19 125 38),#0d82ff);
    text-align: center;
    padding: 15px 5px;
    transform: skew(-10deg) rotate(-12deg) translateX(-150%) translateY(-50%);
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 25px;
    right: 25px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
.section-ourteam .box:hover .box-content{
    opacity: 1;
    transform: skew(-10deg) rotate(-10deg) translateX(0) translateY(-50%);
}
.section-ourteam .box .title{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 3px;
    color:#fff;
}
.section-ourteam .box .post{
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

@media only screen and (max-width:990px){
    .section-ourteam .box { margin: 0 0 30px; }
}

/* = = == = = == = = = = = vision-misition  = = = = == = = = = = =  = = == */
.vision-misition {
    background: #8689846b;
    padding: 50px 0px;
    margin-bottom: 40px;
}


.vision-misition a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.vision-misition .tab .nav-tabs{
    border: none;
    margin-bottom: 20px;
}
.vision-misition .tab .nav-tabs li a{
    display: block;
    padding: 7px 15px;
    margin: 0 0 25px 0;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    color: #523f38;
    text-transform: uppercase;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease 0s;
}
.vision-misition .tab .nav-tabs li a:before{
    content: "";
    width: 105%;
    height: 4px;
    background: #d3d3d3;
    position: absolute;
    bottom: -36px;
    left: 0;
}
.vision-misition .tab .nav-tabs li.active a:before{ background: rgb(19 125 38); }
.vision-misition .tab .nav-tabs li a:after{
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
    position: absolute;
    bottom: -46px;
    right: -10px;
    z-index: 1;
}
.vision-misition .tab .nav-tabs li.active a:after{ background: #b5b4ba; }
.vision-misition .tab .nav-tabs li a:hover,
.vision-misition .tab .nav-tabs li.active a{
    background: rgb(19 125 38);
    color: #fff;
}
.vision-misition .tab .tab-content{
    padding: 10px 15px;
    margin-top: 0;
    background: #8689846b;
    font-size: 15px;
    color: #777;
    line-height: 30px;
    position: relative;
}
.vision-misition .tab .tab-content:before{
    content: "";
    width: 100%;
    padding: 6px 0;
    position: absolute;
    top: -18px;
    left: 0;
}
.vision-misition .tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
.vision-misition .tab .tab-content p {
    color:#fff;
}
@media only screen and (max-width: 479px){
    .vision-misition .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .vision-misition .tab .nav-tabs li a{ margin-bottom: 36px; }
    .vision-misition .tab .nav-tabs li a:before{
        width: 100%;
        bottom: -20px;
    }
    .vision-misition .tab .nav-tabs li a:after{
        margin: 0 auto;
        bottom: -30px;
        left: 0;
        right: 0;
    }
    .vision-misition .tab .tab-content:before{
        width: 0;
        padding: 0;
        border: none;
    }
}

/* = == = = == = =  === = contact-section  = = = = = = == =  = = = =*/
.contact-section .form-control {
	border-radius:0px;
	border:1px solid #EDEDED;
}

.contact-section .form-control:focus{
    border:1px solid #00bfff;
}

.contact-section .textarea-contact {
    resize:none; 
}

.contact-section .btn-send {
	border-radius: 0px;
	border:1px solid rgb(19 125 38);
	background:rgb(19 125 38);
	color:#fff; 
}

.contact-section .btn-send:hover  {
	border:1px solid rgb(19 125 38);
	background:#fff;
	color:#00bfff;
	transition:background 0.5s;   
}

.contact-section .second-portion {
    margin-top:50px; 
}

.contact-section .box > .icon { text-align: center; position: relative; }
.contact-section .box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: rgb(19 125 38); vertical-align: middle; }
.contact-section .box > .icon:hover > .image { background: #333; }
.contact-section .box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.contact-section .box > .icon:hover > .image > i { color: white !important; }
.contact-section .box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; min-height:163px;}
.contact-section .box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.contact-section .box > .icon > .info > h3.title { font-family: "Robot",sans-serif !important; font-size: 16px; color: #222; font-weight: 700; }
.contact-section .box > .icon > .info > p { font-family: "Robot",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.contact-section .box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.contact-section .box > .icon > .info > .more a { font-family: "Robot",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.contact-section .box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.contact-section .box .space { height: 30px; }

@media only screen and (max-width: 768px) {
	.contact-section .contact-form
	{
		margin-top:25px; 
	}

	.contact-section .btn-send
	{
		width: 100%;
		padding:10px; 
	}

	.contact-section .second-portion
	{
		margin-top:25px; 
	}
	.shop-section {
        padding: 0;
    }
    .se-top {
            height: auto;
    }
}
	/* Conatct end */
	
.section-1-galley {
    padding-bottom: 50px;
}


/*= = = = = = == = = = == = = == */
.section-enquiry-form .modal-content {
    position: relative;
    background-color: #80808000;
    border: none !important;
    border-radius: 0px;
    box-shadow: none;
}
.section-enquiry-form .enquiry-form h3 {
    font-size: 22px;
    color: #ffffff;
}
.section-enquiry-form .modal-header {
    border:none;
}
.section-enquiry-form .close {
    text-shadow: none;
    color: #000;
    opacity: .9;
    background: #24c4ff;
    height: 30px;
    display: block;
    line-height: 30px;
    width: 30px;
    border-radius: 50%;
}

.whatsapp-icon {
        position: fixed;
    left: 0;
    bottom: 0;
    width: 50%;
    background: #20b83c;
    text-align: center;
    z-index: 111;
}
.whatsapp-icon a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 20px;
}
.phone1-icon a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 20px;
}
.phone1-icon {
        right: 0;
        z-index: 111;
    bottom: 0;
    width: 50%;
    background: #000;
    text-align: center;
    position: fixed;
}
.call-enquiry {
        background: black;
}
.call-enquiry a {
    padding: 10px;
    width: 48%;
    text-align: center;
    margin-top: 0;
}
.multiple-img-box {
   padding: 50px 0;
    background: #f1f1f1;
}
.multiple-img-box .box {
        border: 1px solid #137d26;
    padding: 8px;
    margin-bottom: 30px;
}
.multiple-img-box .box img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.p-details-page h4 {
    margin-bottom:20px;
}
.p-details-page h1 {
        font-size: 22px;
    padding: 10px 0;
        line-height: 30px;
}
.p-details-page p {
    margin-bottom:10px;
}
.capta {
        display: flex;
}
.capta .w-custom {
   width: 50px;
    text-align: center;
    margin-right: 10px;
}
.capta .w-total-btn {
   text-align: center;
}