/*
Theme Name: Default
Author: the Custom team
Author URI: https://wordpress.org/
Version: 2.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html body, input, textarea, .page-title span, .pingback a.url {
	font-family: 'Lato', sans-serif;
}
body {
	background: #fff;
}
body, input, textarea {
	color: #303030;
	font-size: 12px;
	line-height: 18px;
}
img{ max-width:100%; height:auto;}
body .padleft{ padding-left:0 }
body .padright{ padding-right:0 }
body .padtop{ padding-top:15px;}
body .padbottom{ padding-bottom:15px; }
body .nopad{ padding:0 }
section.section{ padding:50px 0; overflow:hidden;}


nav {position: relative;z-index: 999;width: 100%;}
nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchform input {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchform input[type="submit"] {float: right;width: 37px;height: 37px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}
div#container{ max-width:1140px; box-sizing:border-box; margin:0 auto; padding:0 15px;}
/* ---- Social Icons ---- */
.social_icons{ text-align:right; margin:10px 0;}
.social_icons ul{ padding:0; margin:0;}
.social_icons ul li {display: inline-block;margin-right: 5px;}
.social_icons ul li a {background: #305294;border-radius: 100px;color: #FFF;transition: all .2s ease;display: block;font-size: 15px;padding: 5px 0;text-align: center;width: 32px; height:32px;}
.social_icons ul li+li a {background: #55ACEE ;}
.social_icons ul li+li+li a {background: #DC4B3E none ;}
.social_icons ul li+li+li+li a {background: #E52D27;}
.social_icons ul li a:hover {background: #333;color: #FFF;}

/* ---- Portfolio .grid-item ---- */
.grid-item {width: 24.7%;box-sizing:border-box;margin-bottom:0px;}
.filter-button-group button {background: #333;color: #fff;display: inline-block;margin-right: 5px;padding: 5px 10px; border:0;}
.filter-button-group { margin:10px 0; overflow:hidden;}
.filter-button-group button:hover { background:#ccc; color:#000;}


#back-top > a {bottom: 1%;color: #000;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;
    left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;
    background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #333;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #303030;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: 0px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {background: #ccc ;display: none;right: 0px;padding: 10px;position: absolute;top: 46px;}
.searchpanel::before {border-bottom: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {    position: relative;}
.searchtoggle {    position: absolute;    right: 11px;    top: 11px;}
.searchtoggle img{ cursor:pointer;}

/* -------------------------------------------Clients Carousel------------------------------------ */
.client {    margin-right: -10px;}
.client .slick-slide{ margin-right:10px; border:1px solid #ddd !important; padding:10px; box-sizing:border-box; text-align:center;}
.client .slick-prev{ margin-right:10px;}
.client .slick-slide img{ display:inline-block;}
/* -------------------------------------------Testimonials Carousel------------------------------------ */
.testimonial .loop {    padding: 0 10px;    text-align: center;}
.testimonial .loop p{ max-width:800px; margin:0 auto;}
.testimonial .loop .pic img{	max-width:100px;	margin:10px 0;	border-radius:100%;	height:auto;	display:inline-block ;}
.testimonial .loop .title{ font-size:21px; font-weight:600;}
/* -------------------------------------------Services Carousel------------------------------------ */
.service { margin-right:-10px;}
.service .slick-slide{ margin-right:10px;}
.service .title{ font-weight:700; margin:10px 0; font-size:18px;}
.service .slick-prev{ margin-right:10px;}
.service .slick-next{ margin-right:10px; right:40px; left:inherit;}
.service .slick-arrow{ top:0; margin-top:-43px;}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {height: 30px; padding:0; margin:0;}
.tabs-menu li {height: 30px;line-height: 30px; display:inline-block; list-style:none; margin-right: 10px;background-color: #ccc;border-top: 1px solid #d4d4d1;border-right: 1px solid #d4d4d1;border-left: 1px solid #d4d4d1;}
.tabs-menu li.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #2e7da3;}
.tab {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-top:-1px;}
.tab-content {max-width: 660px;padding: 20px;display: none;}
#tab-1 {display: block;   }

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 120px; padding:0; margin:0; float:left;}
.tabs-left li {line-height: 30px; display:block; list-style:none; background: #ccc;border: 1px solid #d4d4d1; margin-bottom:10px; border-right:0;}
.tabs-left li.current {position: relative;background-color: #fff;border-bottom: 1px solid #ddd;z-index: 5;}
.tabs-left li a {padding:0 10px;text-transform: uppercase;color: #fff;text-decoration: none; display:block; }
.tabs-left .current a {color: #2e7da3;}
.tab-loop {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-left:-1px;}
.tabsleft-content {max-width: 660px;padding: 20px;display: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{ margin:10px 0; padding:0; background:#ddd; padding:5px;}
.breadcrumbs li{ list-style:none; display:inline-block; padding-right:2px;}
/* ----------------------------Comments-----------------------*/
#comments label {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {    margin-left: 80px;}
#comments {    background: #eee ;    padding: 20px;}
#comments li {    list-style:none;}
#comments ol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}
.set{position: relative;width: 100%;height: auto;background-color: #f5f5f5;}
.set > a{display: block;padding: 10px 15px;text-decoration: none;color: #555;font-weight: 600;border-bottom: 1px solid #ddd;
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
transition:all 0.2s linear;}
.set > a.active{background-color:#3399cc;color: #fff;}
.set > a:before{ background:url(images/arrow1.png) no-repeat; float:right; content:"";height: 8px;    margin: 6px 0 0;    width: 15px;}
.set > a.active:before{filter: invert(100%);    transform: rotate(180deg);  }
.accordion-container .content{position:relative;width: 100%;height: auto;background-color: #fff;border-bottom: 1px solid #ddd;display:none;}
.accordion-container .content p{padding: 10px 15px;margin: 0;color: #333;}
/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{ height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner{    
	height: 450px;
    width: 100%;
    display: table;
    color: #fff;
}
.inner-banner .container {  display:table-cell; vertical-align:middle;}
.inner-banner h2{
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
.inner-banner p{
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	max-width: 30%;
	margin: auto;
	line-height: 30px;
}
/* ---------------------------------------------------blog-------------------------------------------------------------------------*/
.blogs{}
.blogs li {width: 100%;margin-bottom: 20px;min-height: 210px;clear: both;float: left;border-bottom: 1px solid #dcdcdc;}
.blogs li:last-child{ border:none;}
.blogs li h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogs li h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogs li h4 span strong{ display:block; font-size:26px; font-weight:normal;}
.blogs li a{ float:right;}
.blogs li .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogs li .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogs li .meta span.comments{ margin-left:10px; background:url('images/comments.png') no-repeat;}
.blogs li .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ list-style:none;}
.sidebar-pro{ border:1px solid #c2c2c2;    padding: 0 !important; border-radius:5px; overflow:hidden;}
.sidebar-pro h4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .cat li{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .cat li:hover{background: #b12224;}
.sidebar-pro .cat li:hover a{color: #fff;}
.sidebar-pro .cat li.current-cat{background: #b12224;}
.sidebar-pro .cat li:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{ margin-bottom:0;}
.sidebar-pro .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li{border-bottom: 1px solid #c7c7c7;margin:5px 0; padding:5px 0;overflow:hidden;font-size: 14px;}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4{background: #303030;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{ color:#258ef9; float:right;}
.sidebar .cat li{border-bottom:1px solid #ddd;font-weight:600; margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 10px 0;overflow: hidden;padding: 10px 0;}
.sidebar .section{ margin-top:10px; overflow:hidden;}
.blogs .title{ margin:0;}
.blogs small{ margin-bottom:10px; display:inline-block; color:#888;}
.sidebar .cat li:last-child{ border:0; margin-bottom:0; padding-bottom:0;} 
.sidebar .cat li a{ color:#424242; font-size:14px;}
.blogs .meta {background: #ddd;margin-top: 10px;padding: 5px;}
/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;
width:auto;color:#fff;background: #555;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
.menu-header {background: #303030;}
.menu-header > ul > li { display:inline-block;}
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right;}
.menu-header > ul > li > a {padding: 17px;font-size: 12px;letter-spacing: 1px;text-decoration: none;color: #dddddd;font-weight: 700;text-transform: uppercase;}
.menu-header > ul > li:hover > a {color: #ffffff;}
/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
.menu-header  ul  ul::before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;}
.menu-header li:hover > ul {left: auto;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: 35px;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 170px;font-size: 12px;text-decoration: none;color: #dddddd;font-weight: 400;background: #000;}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}

@media (min-width: 100px) and (max-width: 769px) {
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: block;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 900px) {
a#hamburg { display: block; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;}
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}	
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute;
height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
}


@media (min-width: 100px) and (max-width: 769px) {

main{ padding:0 15px;}
.logo{ text-align:center;}	
.searchtoggle{ display:none;}
.push-logo{ margin:10px 0;}
.logo img{ max-height:60px; width:auto;}
header .searchform{ display:none;} 
.slider .inner-item {height: 200px;}
.slider .inner-item .caption{ display:none;}
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}


/*error-page*/

.error-page{
    padding: 40px 0;
}

.error-page h1{
    color: #414142;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
.error-page p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px;
}


/*default-page*/

 .page-def.pad{
    padding: 40px 0; 
} 
.page-def h1{
    color: #414142;
    font-size: 50px;
    font-weight: 900;
font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
}
.page-def h2{
    color: #414142;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
}
.page-def h3{
    color: #414142;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
}
.page-def h4{
    color: #414142;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}
.page-def h5{
    color: #414142;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}
.page-def h4{
    color: #014421;
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}
.page-def p{
    color: #767676;
    font-size: 18px;
    font-weight: 400;
}



.wpcf7-not-valid {
    border-bottom: 4px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-response-output{
    color: #fff;
}


html.open-menu body{
    position: fixed !important;
}

header{ 

}
header .head-top{ 
    background: #014421 url(images/nav-pat.png) repeat-x bottom;
    padding: 25px 0;
}
header .head-top .main{ 

}
header .head-top .main ul{ 
  padding: 0;
  margin: 0;
}
header .head-top .main ul li{ 
	list-style: none;
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
header .head-top .main ul li .pic{
	width: 20%;
	float: left;
}
header .head-top .main ul li .pic .icon{
	border: 2px solid #cfb676;
    border-radius: 100%;
    text-align: center;
    padding: 10px 0;
}
header .head-top .main ul li .pic .icon i{
	color: #cfb676;
    font-size: 18px;
    vertical-align: middle;
}
header .head-top .main ul li .desc{
	width: 80%;
	float: left;
	    padding-left: 10px;
}
header .head-top .main ul li .desc span{
   display: block;
   color: #e85b13;
   font-weight: 700;
   font-size: 16px;
   font-family: 'Raleway', sans-serif;
}
header .head-top .main ul li .desc a,header .head-top .main ul li .desc p{
	color: #cfb676;
	font-size: 16px;
	font-weight: 700;
}
header .head-top .main li.sm a {
    font-size: 12px !important;
}
header .head-top .main ul li .desc p{
    font-size: 13px;
    margin: 0;
}
header .head-top .main-2 ul li button.payment{
    color: #014421;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    background: #cfb676;
    padding: 12px 25px;
    text-transform: capitalize;
    border-radius: 6px;
    display: inline-block;
        margin-left: 25px;
            border: none;
}

header .head-nav{ 
    background: #e85b13;
    padding: 18px 0;
}
header .head-nav .m-right {
    margin-left: 50px;
}
header .head-nav ul{
	padding: 0;
	margin: 0;
}

header .head-nav ul li{
	list-style: none;
	display: inline-block;
	padding-right: 35px;
}

header .head-nav ul li a{
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	 font-family: 'Raleway', sans-serif;
	 text-transform: uppercase;
}
header .head-nav .logo{
    position: absolute;
    z-index: 999;
    top: -105px;
    left: -20px;
}
header .head-nav .logo img{
    max-width: 240px;
}

.sec-1{
    overflow: hidden;
}
.sec-1 .container {
    display: table;
    height: 100%;
}

.sec-1 .cam-caption {
    vertical-align: middle;
    display: table-cell;
}
.camera_commands {
    display: none;
}

 .camera_prev, .camera_next {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    opacity: 0.5;
}
 .camera_prev:hover, .camera_next:hover {
    opacity: 1;
}
.camera_prev, .camera_next, .camera_commands {
    height: 100px;
}
.camera_prev > span, .camera_next > span {
    margin-top: 28px;
}
.camera_wrap .camera_pag .camera_pag_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	    margin: 20px 2px;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span, .camera_wrap .camera_pag .camera_pag_ul li:hover span {
    background: #cfb676 !important;
    border: 2px solid #cfb676;
    transform: scale(1.5);
    transition: all ease .5s;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 100%;
    height: 12px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 12px;
    background: transparent;
    border: 2px solid #cfb676;
    transition: all ease .5s;
}
.camera_wrap .camera_pag .camera_pag_ul li {
    background: transparent;
    transition: all ease .5s;
}
.sec-1 .cam-caption {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.sec-1 h2{
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
.sec-1 p{
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
}
.sec-1 a{
    color: #014421 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    font-family: 'Raleway', sans-serif !important;
    background: #cfb676 !important;
    padding: 8px 25px !important;
    text-transform: capitalize;
    border-radius: 6px;
    display: inline-block;
    margin: 20px 0 0 !important;
}
.sec-1 a.blue{
    background: #83a846;
    margin-left:15px;
}
.sec-1 a:hover{
    opacity: 0.80;
    transition: all ease 1s;
    color: #fff;
}


/*sec-serv*/

.sec-serv{
	padding: 60px 0 30px;
}
.sec-serv .up-desc{
	max-width: 70%;
    margin: 0 auto 40px;	
}
.sec-serv .up-desc h2{
    margin: 0 0 16px;
    color: #014421;
    font-size: 60px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.sec-serv .up-desc p{
	color: #767676;
	font-size: 18px;
	font-weight: 400;
}
.sec-serv .main{
	border-radius: 10px;
	position: relative; 
	overflow: hidden;
	margin-bottom: 30px;
}
.sec-serv .main:after{
	background: rgba(3,1,1,0);
    background: -moz-linear-gradient(top, rgba(3,1,1,0) 0%, rgba(13,3,1,0.34) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,1,1,0)), color-stop(100%, rgba(13,3,1,0.34)));
    background: -webkit-linear-gradient(to bottom, rgba(3,1,1,0) 0%, rgba(1, 68, 33, 0.9) 100%);
    background: -o-linear-gradient(to bottom, rgba(3,1,1,0) 0%, rgba(1, 68, 33, 0.9) 100%);
    background: -ms-linear-gradient(to bottom, rgba(3,1,1,0) 0%, rgba(1, 68, 33, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(3,1,1,0) 0%, rgba(1, 68, 33, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030101', endColorstr='#0d0301', GradientType=0 );
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all ease .5s;
}
.sec-serv .main:hover:after{
	opacity: 0;
	transition: all ease .5s;
}
.sec-serv .main .pic{
	height: 370px;
	width: 100%;
	border-radius: 10px; 
	position: relative;
}
.sec-serv .main .pic:before{
	content: '';
	position: absolute;
	background: rgba(1, 68, 33, 0.8);
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	transition: all ease .5s;
}
.sec-serv .main:hover .pic:before, .sec-serv .main:hover .pic:after{
	transition: all ease .5s;
	opacity: 1;
}
.sec-serv .main .pic:after {
    content: '';
    width: 90%;
    height: 90%;
    border: 2px solid #cfb676;
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 10px;
    opacity: 0;
    transition: all ease .5s;
}

.sec-serv .main .pic img{
	object-fit: cover;;
	width: 100%;
	border-radius: 10px; 
	height: 100%
}
.sec-serv .main .tit{
	position: absolute;
    bottom: 50px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 99;
    vertical-align: top;
    transition: all ease .5s;
}
.sec-serv .main .tit h4{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    max-width: 60%;
    margin: 0 auto;
    vertical-align: top;	
}
.sec-serv .main:hover .tit{
  opacity: 0;
  bottom: 0;
  transition: all ease .5s;
}
.sec-serv .main .desc{
	opacity: 0;	
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 999;
    transition: all ease-in-out .5s;
    padding: 0 25px;
}
.sec-serv .main:hover .desc{
	opacity: 1;
	transition: all ease-in-out .5s;
	top: 100px;
}

.sec-serv .main .desc h4{
	    margin: 0;
	color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
.sec-serv .main .desc h5{
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
}
.sec-serv .main .desc p{
	color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}
.sec-serv .main .desc a{
    color: #014421 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    font-family: 'Raleway', sans-serif !important;
    background: #cfb676 !important;
    padding: 10px 30px !important;
    text-transform: capitalize;
    border-radius: 6px;
    display: inline-block;
}
.sec-serv .main-2{
	background: #cfb676;
	height: 370px;
	width: 100%;
	display: table;
	text-align: center;
	border-radius: 10px; 	
}
.sec-serv .main-2 .icon{
	display: table-cell;
	vertical-align: middle;
}
.sec-serv .main-2 a{
    display: block;
    color: #0b3e1f;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    margin: 30px 0 0;
}

.sec-serv .serv-slider .main {
    margin: 0 15px;
}
/*sec-3*/

.sec-3{
	overflow: hidden;
}
.sec-3 .vid{
	position: relative;
    height: 550px;
}
.sec-3 .vid img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.sec-3 .vid a{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: 0 auto;
}
.sec-3 .vid a img.play-btn{
    height: auto;
    width: auto;
    margin: 0 auto;
}

.sec-3 .desc{
	display: table;
	width: 100%;
    height: 550px;
    background: #f8f4eb;
}
.sec-3 .desc .inner{
	display: table-cell;
	vertical-align: middle;
	padding-right: 100px;
    padding-left: 30px;
}
.sec-3 .desc h2{
	    margin: 0 0 20px;
	color: #014421;
	font-weight: 500;
	font-size: 33px;
	font-family: 'Raleway', sans-serif;
}
.sec-3 .desc h2 strong{
	display: block;
	font-weight: 600;
}
.sec-3 .desc p{
	color: #616161;
	font-size: 16px;
	font-weight: 400;
}
.sec-3 .desc a{
	color: #014421 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    font-family: 'Raleway', sans-serif !important;
    background: #cfb676 !important;
    padding: 12px 30px !important;
    text-transform: capitalize;
    border-radius: 6px;
    display: inline-block;
    margin-top: 15px;
}


/*sec-testi*/

.sec-testi{
    overflow: hidden;
    padding: 90px 0 40px;
}
.sec-testi h2 {
	margin: 0 0 40px;
    color: #014421;
    font-size: 45px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    position: relative;
    padding-bottom: 30px;
}
.sec-testi h2:before{
	content: '';
	position: absolute;
	width: 144px;
	height: 27px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	background: url(images/head-btm.png) no-repeat;
}
.sec-testi .main{
    background: #f8f4eb;
    margin: 0 10px;
    padding: 40px 30px 60px;
    opacity: .5;
}
.sec-testi .main.slick-center{
	opacity: 1;
}
.sec-testi .main .pic{
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;	
}
.sec-testi .main .desc{
	padding-top: 30px;
}
.sec-testi .main .desc h4{
	color: #666666;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.sec-testi .main .desc p{
	color: #616161;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 25px;
}
.sec-testi .main img.thumb{
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 100%;
}
.sec-testi .main img{
    margin: 0 auto;
}
.sec-testi .slick-track {
    padding: 80px 0;
}
.sec-testi .slick-dots button {
    border: 2px solid #cfb676;
    background: transparent;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    font-size: 0;
    padding: 0px;
    margin-right: 8px;
}
.sec-testi .slick-dots .slick-active button {
    background: #cfb676;
    transform: scale(1.3);
}


/*sec-box*/

.sec-box{
	overflow: hidden;
}
.sec-box .inner{
    background: #1da149;
    padding: 0 60px;
    height: 300px;
    display: table;
    width: 101%;
}
.sec-box .inner .diver{
	display: table-cell;
	vertical-align: middle;
}
.sec-box .inner.in-2{
	background: #2cb158;
}
.sec-box .inner.in-3{
	background: #3dc66a;
}
.sec-box .inner i{
	color: #fff;
	font-size: 30px;
}
.sec-box .inner h3{
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}
.sec-box .inner p, .sec-box .inner a{
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    display: block;
    margin: 0;
    line-height: 28px;
}

.footer{
	background: #014421;
	padding:50px 0;
}
.footer .foot-col{ 
	
} 
.footer img.logo{
	    max-width: 200px;
}
.footer .foot-col h3{ 
	margin-bottom: 25px;
	color: #cfb676;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
} 
.footer .foot-col ul.soc{  
	padding: 0;
    margin: 40px 0 0;
} 
.footer .foot-col ul.soc li{  
	list-style: none;
	display:inline-block;
	padding: 0 10px 0 0px;
} 
.footer .foot-col ul.soc li a{  
	color: #fff;
    font-size: 18px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: transparent;
    transition: all ease .5s;
    text-align: center;
    padding: 8px 0 0;
} 
.footer .foot-col ul.soc li a:hover{
	background: #e27a26;
	transition: all ease .5s;
}
.footer .foot-col ul{
	padding:0;
	margin: 0;
}
.footer .foot-col ul li{
	list-style: none;
	margin-bottom: 10px;
}
.footer .foot-col.mid ul li{
	float: left;
	width: 50%;
}
.footer .foot-col ul li a{
	color: #fffefe;
	font-weight: 400;
	font-size: 15px;
}
.footer .foot-col .pic{
    width: 100%;
    height: 90px;
    padding: 5px;
}
.footer .foot-col .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer .foot-col.foot-gal a{
	color: #cfb676;
	font-weight: 400;
	font-size: 15px;
	margin-top: 10px;
	display: inline-block;
}
.copy{
	background: #e85b13;
	padding:15px 0;
}
.copy p{
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
}
.copy p span{
	font-weight: 700;
}


.side-cta {
    position: fixed;
    top: 30%;
    right: 0;
    width: auto;
    z-index: 999;
}
.side-cta ul {
	padding:0;
	margin:0;
}
.side-cta ul li{
	list-style: none;
    display: block;
    margin-bottom: 10px;
    left: 210px;
    position: relative;
    transition: all ease .5s;
}
.side-cta ul li:nth-child(2){

}
.side-cta ul li:last-child{

}
.side-cta ul li:hover {
    left: 0;
    position: relative;
    transition: all ease .5s;
}
.side-cta ul li span{
    background: #1da149;
    color: #fff;
    width: 50px;
    padding: 10px;
    font-size: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    display: inline-block;
    line-height: 32px;
}
.side-cta ul li .inner{
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    padding: 10px;
    line-height: 32px;
    vertical-align: top;
        width: 210px;
}
.side-cta ul li .inner p{
	color: #014421;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin: 0;
}


/*sec-about-1*/

.sec-about-1{
  padding:80px 0;
}
.sec-about-1 .pic{
	position: relative;
}
.sec-about-1 .pic img {
    width: 85%;
}
.sec-about-1 .pic .tagline {
    position: absolute;
    background: #cfb676;
    border-radius: 15px;
    padding: 20px 50px;
    top: 55%;
    right: 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}	

.sec-about-1 .pic .tagline h2{
	margin: 0;
	color: #014421;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
}
.sec-about-1 .pic .tagline h2 strong{
	font-weight: 500
}
.sec-about-1 .pic .tagline p{
	color: #014421;
	font-size: 20px;
	font-weight: 300;
}
.sec-about-1  .desc{
	padding-top: 0px;
}
.sec-about-1 .desc h2{
    margin: 0 0 20px;
    color: #014421;
    font-weight: 500;
    font-size: 36px;
    font-family: 'Raleway', sans-serif;	
}
.sec-about-1 .desc h2 strong{
	display: block;
    font-weight: 600;
}
.sec-about-1 .desc h4{
	    margin: 0 0 20px;
	color: #616161;
    font-size: 26px;
    font-weight: 400;
}
.sec-about-1 .desc p{
	color: #616161;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

/*sec-about-2*/
.sec-about-2{
    background: #014421 url(images/vid-pat.png)repeat-x bottom;
    padding: 50px 0 400px;
    text-align: center;
}
.sec-about-2 h2{
	color: #ffffff;
	font-size: 45px;
	font-weight: 500;
}
.sec-about-2 p{
	color: #a3d39c;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
}


.vid-frame{
    width: 70%;
	margin: -360px auto 0;
    position: relative;
    height: 450px;
}
.vid-frame a{
	
}
.vid-frame img{
	width: 100%;	
	height: 100%;
	object-fit: cover;
}

.vid-frame a img.play-btn{
	position: absolute;
	top: 44%;
	left: 0;
	right: 0;
	margin:0 auto;
	width: auto;
	height: auto;
}



/*serv-page*/


.serv-page{

}
.sec-serv.serv-page .up-desc {
    max-width: 80%;
    margin: 0 auto 50px;
}
.sec-serv.serv-page .main-2 span{
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
.sec-serv.serv-page .main-2 a{
	margin: 0;
	color: #fff;
	font-size: 40px;
}
.sec-serv.serv-page .main-2 span.lower{
	text-transform: lowercase;
}


/*our-gal*/

.our-gal{
	padding:60px 0;
}

.our-gal h2 {
	margin: 0 0 40px;
    color: #014421;
    font-size: 45px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    position: relative;
    padding-bottom: 30px;
}
.our-gal h2:before{
	content: '';
	position: absolute;
	width: 144px;
	height: 27px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	background: url(images/head-btm.png) no-repeat;
}
.our-gal .main{
    margin: 15px;
    position: relative;
}
.our-gal .pic{
	position: relative;
	height: 500px;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	overflow: hidden;
	    border-radius: 10px;
}
.our-gal .pic img:before {
content: '';
    position: absolute;
    background: rgba(1, 68, 33, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    transition: all ease .5s;
    z-index: 999;
    left: 0;
    right: 0;
}

.our-gal .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: relative;
}

.our-gal .pic i{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #cfb676;
	font-size: 40px;
	opacity: 0;
	transition: all ease .5s;
	z-index: 9999;
}
.our-gal .pic:hover i{
	opacity: 1;
	transition: all ease .5s;
}



.our-gal .slick-arrow {
    border: 0px;
    font-size: 0;
    right: 0;
    margin-top: -20px;
    position: absolute;
    top: -6%;
      z-index: 999999;
    background: transparent url(images/serv-ar.png) no-repeat center center;
    width: 35px;
    height: 35px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.our-gal .slick-next.slick-arrow {
    left: auto;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    right: 50px;
}

.our-gal .slick-dots .slick-active button {
    background: #cfb676;
    transform: scale(1.5);
}
.our-gal .slick-dots button {
    border: 2px solid #cdab4c;
    background: transparent;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    font-size: 0;
    padding: 0px;
    margin-right: 8px;
}

.our-gal .slick-dots {
    position: absolute;
    z-index: 11;
	bottom: -20px;
    margin: 0px;
    padding: 0;
    text-align: center;
    width: 100%;
}
/*serv-det*/

.serv-det{
	padding: 60px 0 30px;
}
.serv-det .side-1{
    border: 1px solid #cfb676;
    padding: 40px 0px 40px 20px;
    border-radius: 10px;
}
.serv-det .side-1 h2{
	color: #014421;
	margin: 0 0 30px;
	font-weight: 500;
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
}
.serv-det .side-1 ul{
	padding: 0;
	margin:0;
}
.serv-det .side-1 ul li{
	list-style: none;
	position: relative;
	margin-bottom: 10px;
	transition: all ease .5s;
}
.serv-det .side-1 ul li:before{
	content: '';
	position: absolute;
	background: url(images/arr.png) no-repeat;
	left: 0;
	top: 7px;
	width: 8px;
	height: 12px;
	transition: all ease .5s;
}
.serv-det .side-1 ul li:hover:before{
	background: url(images/arr-hov.png) no-repeat;
	transition: all ease .5s;
}
.serv-det .side-1 ul li a{
	color: #767676;
	font-size: 18px;
	font-weight: 400;
    padding-left: 20px;
    transition: all ease .5s;
}
.serv-det .side-1 ul li.current-menu-item a, .serv-det .side-1 ul li:hover a{
	color: #e85b13;
	font-weight: 700;
	transition: all ease .5s;
}

.serv-det .side-2{
    background: #014421;
    padding: 60px 20px;
    border-radius: 10px;
    margin-top: 30px;
}
.serv-det .side-2 i{
    color: #cfb676;
    font-size: 36px;
}
.serv-det .side-2 h3{
	margin: 15px 0 10px;
    color: #cfb676;
    font-size: 23px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
.serv-det .side-2 p,.serv-det .side-2 a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    display: block;
}

.serv-det .pic{
	width: 100%;
	height: 450px;
}
.serv-det .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.serv-det .desc{

}
.serv-det .desc h2{
	margin: 35px 0 0;
	color: #014421;
	font-size: 40px;
	font-weight: 500;
	text-transform: capitalize;
}
.serv-det .desc h4{
	    margin: 0 0 20px;
	color: #014421;
	font-size: 24px;
		text-transform: capitalize;
	font-weight: 500;
}
.serv-det .desc ul{
  padding:0 ;
}
.serv-det .desc p, .serv-det .desc li{
	color: #767676;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}
.serv-down{
	padding: 60px 0 80px; 
}

.serv-down .up-head {
    margin-bottom: 40px;
}
.serv-down  .up-head h2{
	margin:0;
	color: #014421;
	font-size: 40px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;	
}
.serv-slider .slick-arrow {
    border: 0px;
    font-size: 0;
    right: 0;
    margin-top: -20px;
    position: absolute;
    top: -15%;
    z-index: 1;
    background: transparent url(images/serv-ar.png) no-repeat center center;
    width: 35px;
    height: 35px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.serv-slider .slick-next.slick-arrow {
    left: auto;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    right: 50px;
}

.serv-slider .slick-dots .slick-active button {
    background: #cfb676;
    transform: scale(1.5);
}
.serv-slider .slick-dots button {
    border: 2px solid #cdab4c;
    background: transparent;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    font-size: 0;
    padding: 0px;
    margin-right: 8px;
}

.serv-slider .slick-dots {
    position: absolute;
    z-index: 11;
	bottom: -20px;
    margin: 0px;
    padding: 0;
    text-align: center;
    width: 100%;
}

/*sec-cont*/

.sec-cont{
	margin-bottom: 70px;
}
.sec-cont .bg-clr{
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 60px;
    margin-top: -80px;
    position: relative;
    background: #fff;
    border-radius: 15px;
}
.sec-cont .pic{
	float: left;
    width: 6%;
}
.sec-cont .pic span{
    background: #cfb676;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    display: block;
    padding: 12px 0 0;
}
.sec-cont .pic span i{
	color: #fff;
	font-size: 22px;
}
.sec-cont .desc{
	float: left;
    width: 94%;
    margin-bottom: 50px;
}
.sec-cont .desc h2{
	margin: 0 0 10px;
	color: #014421;
	font-weight: 500;
	font-size: 30px;
	text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
}
.sec-cont .desc p{
	color: #767676;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
.sec-cont input, .sec-cont textarea, .sec-cont select{
	width: 100%;
	background: #effbf3;
	padding: 18px;
	border: none;
	border-radius: 15px;
	color: #767676;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}
.sec-cont input[type="submit"]{
	width: auto;
	color: #014421;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    background: #cfb676;
    padding: 12px 30px;
    text-transform: capitalize;
    border-radius: 6px;
}
div.wpcf7-response-output {
    color: #000;
}


body #exampleModal li.heateorSssSharingRound {
    list-style: none;
    display: inline-block;
    float: none !important;
}
h2#exampleModalLabel{
	color: #014421;
	font-weight: 500;
	font-size: 30px;
	text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
}

.sec-cont.payment input, .sec-cont.payment textarea, .sec-cont.payment select {
    width: 100%;
    background-color: #effbf3 !important;
    padding: 15px !important;
    border: none !important;
    border-radius: 15px !important;
    color: #767676 !important;
    font-size: 18px !important;
    font-weight: 400;
    margin-bottom: 20px;
    height: auto !important;
    line-height: initial !important;
}
.sec-cont.payment .wpf_input-group-text {
    font-size: 20px!important;
}
.sec-cont.payment label {
    color: #cfb676;
    font-size: 16px;
    margin-bottom: 10px !important;
    font-family: 'Raleway', sans-serif;
}
.sec-cont.payment button#stripe_form_submit_96{
        width: auto;
    color: #014421;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    background: #cfb676;
    padding: 12px 40px;
    text-transform: capitalize;
    border-radius: 6px;
    border: none !important;
    height: auto !important;
    line-height: initial !important;
    margin-top: 20px;
}
.wpf_form_wrapper form.wpf_form .wpf_form_group .wpf_form_item_group .wpf_input-group-prepend .wpf_input-group-text {
    background-color: #cfb676 !important;
    border: 1px solid #cfb676 !important;

}

p.asp-thank-you-page-msg2, .asp-thank-you-page-product-name,.asp-thank-you-page-qty {
    display: none;
}
.asp-thank-you-page-wrap p, .asp-thank-you-page-wrap div {
    font-size: 18px;
}


section.sec-testi.pricing {
    padding: 30px 0 70px;
}
section.sec-testi.pricing p{
    color: #767676;
    font-size: 18px;
    font-weight: 400;
}

/* unresponsive */
body.unresponsive {
  min-width: 1200px;
}
body.unresponsive .container {
  max-width: none !important;
  width: 1200px !important;
}

body.unresponsive [class^="col-"] {
  float: left;
}
body.unresponsive .col-sm-1,
body.unresponsive .col-md-1,
body.unresponsive .col-lg-1 {
  width: 8.33333333% !important;
}
body.unresponsive .col-sm-2,
body.unresponsive .col-md-2,
body.unresponsive .col-lg-2 {
  width: 16.66666667% !important;
}
body.unresponsive .col-sm-3,
body.unresponsive .col-md-3,
body.unresponsive .col-lg-3 {
  width: 25% !important;
}
body.unresponsive .col-sm-4,
body.unresponsive .col-md-4,
body.unresponsive .col-lg-4 {
  width: 33.33333333% !important;
}
body.unresponsive .col-sm-5,
body.unresponsive .col-md-5,
body.unresponsive .col-lg-5 {
  width: 41.66666667% !important;
}
body.unresponsive .col-sm-6,
body.unresponsive .col-md-6,
body.unresponsive .col-lg-6 {
  width: 50% !important;
}
body.unresponsive .col-sm-7,
body.unresponsive .col-md-7,
body.unresponsive .col-lg-7 {
  width: 58.33333333% !important;
}
body.unresponsive .col-sm-8,
body.unresponsive .col-md-8,
body.unresponsive .col-lg-8 {
  width: 66.66666667% !important;
}
body.unresponsive .col-sm-9,
body.unresponsive .col-md-9,
body.unresponsive .col-lg-9 {
  width: 75% !important;
}
body.unresponsive .col-sm-10,
body.unresponsive .col-md-10,
body.unresponsive .col-lg-10 {
  width: 83.33333333% !important;
}
body.unresponsive .col-sm-11,
body.unresponsive .col-md-11,
body.unresponsive .col-lg-11 {
  width: 91.66666667% !important;
}
body.unresponsive .col-sm-12,
body.unresponsive .col-md-12,
body.unresponsive .col-lg-12 {
  width: 100% !important;
}
body.unresponsive .col-sm-offset-0,
body.unresponsive .col-md-offset-0,
body.unresponsive .col-lg-offset-0 {
  margin-left: 0 !important;
}
body.unresponsive .col-sm-offset-1,
body.unresponsive .col-md-offset-1,
body.unresponsive .col-lg-offset-1 {
  margin-left: 8.33333333% !important;
}
body.unresponsive .col-sm-offset-2,
body.unresponsive .col-md-offset-2,
body.unresponsive .col-lg-offset-2 {
  margin-left: 16.66666667% !important;
}
body.unresponsive .col-sm-offset-3,
body.unresponsive .col-md-offset-3,
body.unresponsive .col-lg-offset-3 {
  margin-left: 25% !important;
}
body.unresponsive .col-sm-offset-4,
body.unresponsive .col-md-offset-4,
body.unresponsive .col-lg-offset-4 {
  margin-left: 33.33333333% !important;
}
body.unresponsive .col-sm-offset-5,
body.unresponsive .col-md-offset-5,
body.unresponsive .col-lg-offset-5 {
  margin-left: 41.66666667% !important;
}
body.unresponsive .col-sm-offset-6,
body.unresponsive .col-md-offset-6,
body.unresponsive .col-lg-offset-6 {
  margin-left: 50% !important;
}
body.unresponsive .col-sm-offset-7,
body.unresponsive .col-md-offset-7,
body.unresponsive .col-lg-offset-7 {
  margin-left: 58.33333333% !important;
}
body.unresponsive .col-sm-offset-8,
body.unresponsive .col-md-offset-8,
body.unresponsive .col-lg-offset-8 {
  margin-left: 66.66666667% !important;
}
body.unresponsive .col-sm-offset-9,
body.unresponsive .col-md-offset-9,
body.unresponsive .col-lg-offset-9 {
  margin-left: 75% !important;
}
body.unresponsive .col-sm-offset-10,
body.unresponsive .col-md-offset-10,
body.unresponsive .col-lg-offset-10 {
  margin-left: 83.33333333% !important;
}
body.unresponsive .col-sm-offset-11,
body.unresponsive .col-md-offset-11,
body.unresponsive .col-lg-offset-11 {
  margin-left: 91.66666667% !important;
}
body.unresponsive .col-sm-offset-12,
body.unresponsive .col-md-offset-12,
body.unresponsive .col-lg-offset-12 {
  margin-left: 100% !important;
}
body.unresponsive .visible-xs,
body.unresponsive .visible-xs-block,
body.unresponsive .visible-sm,
body.unresponsive .visible-sm-block {
  display: block !important;
}
body.unresponsive .visible-xs-inline,
body.unresponsive .visible-sm-inline {
  display: inline !important;
}
body.unresponsive .visible-xs-inline-block,
body.unresponsive .visible-sm-inline-block {
  display: inline-block !important;
}
body.unresponsive .hidden-xs,
body.unresponsive .hidden-sm {
  display: block !important;
}
body.unresponsive .container .navbar-header,
body.unresponsive .container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
body.unresponsive .navbar-header {
  float: left;
}
body.unresponsive .navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
body.unresponsive .navbar-toggle {
  display: none;
}
body.unresponsive .navbar-collapse {
  border-top: 0;
}
body.unresponsive .navbar-brand {
  margin-left: -15px;
}
body.unresponsive .navbar-nav {
  float: left;
  margin: 0;
}
body.unresponsive .navbar-nav > li {
  float: left;
}
body.unresponsive .navbar-nav > li > a {
  padding: 15px;
}
body.unresponsive .navbar-nav.navbar-right {
  float: right;
}
body.unresponsive .navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
body.unresponsive .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > .active > a,
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > .disabled > a,
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}