*{
    margin:0px auto;
    padding:0px;
   /* background: #000 !important;
   color: #0f0 !important;
  outline: solid #f00 1px !important;*/
}

html{
    font-size: 100%;
    font: inherit;
    vertical-align: top;
    
}

html,
body {
 height: 100%;
 width: 100%;
}

h1{
    font-size: 81px;
    line-height: 80px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -4.86px;
}

h2 {
    font-size: 70px;
    line-height: 79px;
    letter-spacing: -1.2px;
}

h2, h3 {
    text-transform: uppercase;
    font-weight: 700;
}

h2, h3{
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1px;

}

h2 span, h3 span{
    font-weight: 300;
    color: #ffffff;
}

a{
    font: inherit;
    text-decoration: none;
    color:inherit;
    transition: all 0.3s ease;   
}



body{
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 29px;
    font-weight: 500;
    background: #fff;
    color: #777;
height: 100%;
}
.page {
    overflow: hidden;
}

/*
  header
*/
.header{
    background: #278032;
    color: #ffffff;
    height: 240px;
    vertical-align: top;
}

.header > .container_12{
    padding: 17px 0 31px;
}

.logo{
    float:left;
    margin-top: 8px;
    vertical-align: top;
    height: 104px;
}

.logo p{
    color: #ffff33;
    width: 325.933px;
    height: 33px;
    font: 700 31px/33px 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #eec511;
    margin: -9px 0 0 13px;
}
.contact{
    margin-top: 20px;
    float: right;
    text-align: right;
    line-height: 33px;  
}
.contact p{
    font-size: 28px;
}

.contact .phone{
    margin-top: 8px;
    color: #eec511;
    font-size: 48px;
    font-weight: 700;
}

.fa-mobile::before {
    content: "\f10b";
} 
.contact .phone span{
    font-size: 64px;
    color: #ffffff;
    line-height: 33px
}

.menu{
    background: #191919;
}


.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.sf-menu > li {
    float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
    float: left;
    height: 80px;
   /* margin-top: 14px;
    
    margin-bottom: 7px;*/
}
.sf-menu ul {
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
    padding: .75em 1em;
    text-decoration: none;
    zoom: 1; /* IE7 */
}
.sf-menu a {
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
    color: #ffffff;
}
.sf-menu li {
    background: #191919;
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
    transition: background .2s;
}
.sf-menu ul li {
    background: #ffffff;
}
.sf-menu ul li a:hover{
    background: #278032;
    color: #ffffff;
}
.sf-menu ul li a {
    background: #ffffff;
     font-size: 15px;
    font-weight: 000;
    color: #777777;
}
.sf-menu ul ul li {
    background: #9AAEDB;
}


.sf-menu > li:hover{
    height: 80px;
}
.sf-menu > li{
    height: 80px;
}
.sf-menu > li > a{
   padding: 23px 28px 24px 29px;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
    background: #eec511;
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}



.social-media{
    float: right;
    color: #777;
    margin-top: 24px;
    width: 191px;
    height: 36px;
}

.social-media li{
    display: inline-block;
    width: 31px;
    height: 36px;
    font-size: 36px;
    line-height: 36px;
}

.social-media a:hover {
    color: #eec511;
} 

/*
  slider
*/
.content{

    background: #e5e5e5;
}

.slider{
    height: 740px;
    background: #567;
}

.bg{
    background: #191919;
    position: relative;
    overflow: hidden;
    height: 553px;
}

.bg .overlay {
    right: 32.7%;
    height: 140%;
    background: #eec511;
}

.overlay {
    position: absolute;
    width: 120%;
    top: 0;
    transform: rotate(114deg);
}

.wrapper
{
    padding: 80px 0 82px;
    position: relative;
}
.box{
    position: relative;
    height: 391px;
}

.box-h3{
    color: #ffffff;
}

.box-span{
    color: #eec511;
}

.box a {
    height: 260px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.box img{
    width: 100%;
    height:260px;
}

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

a[data-gal] .gallery-overlay {
    position: absolute;
    text-align: center;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: transparent;
}

a[data-gal]:hover {
    text-decoration: none;
}
a[data-gal]:hover img {
    transform: scale(1.2);
}
a[data-gal]:hover .gallery-overlay {
    background: rgba(39, 128, 50, 0.5);
}

a[data-gal]:hover .gallery-overlay:before {
    opacity: 0.5;
    filter: alpha(opacity=50);
}


a[data-gal] .gallery-overlay::before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    line-height: 30px;
    margin-top: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.box_content {
    padding-right: 30px;
    margin-top: 21px;
}

.bg.h3{
    color:#ffffff;
}



.box.h3 span{
    color:#ffffff;
    font-weight: 300;
}

.box .grid_1 {
    display: inline-block;
    right: 0;
    bottom: -15px;
    font-size: 64px;
    line-height: 64px;
    color: #278032;
    float: left;
}

a[data-gal] {
    display: inline-block;
    position: relative;
    overflow: hidden;

}

a[data-gal] img {
    transition: 0.6s;
    height: 260px;
    width: 369px;
}


a[data-gal] .gallery-overlay::before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    line-height: 30px;
    margin-top: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


/* about */
.about-con{
    height: 591px;
}
.about{
    height: 429px;
    padding: 80px 0 82px;
    position: relative;
}
.about .row{
    height: 429px;
}

.abt{
    margin-top: 27px;
}

.about h3{
    color: #191919;
}

.about h3 span{
    color: #191919;
}


.btn{
    display: inline-block;
    font: 600 20px/33px 'Raleway', sans-serif;
    padding: 19px 0 18px;
    text-align: center;
    min-width: 162px;
    color: #ffffff;
    background: #278032;
    margin-top: 48px;
}

.img-abt{
    position: absolute;
    bottom: 0;
}

/* parallax */

.parallax1 {
    height: 333px;
    width: 100%;
    position: relative;
    background-image: url(../image/page1-img8.jpg);
    overflow: hidden;
    padding: 317px 0 90px;

}

.parallax{
    background-repeat: no-repeat;
}

.parallax1 .camera_overlay {
    background: rgba(25, 25, 25, 0.8);
}

.caption {
    text-align: right;
}

.parallax1 .caption {
    position: relative;
}

.caption h2 {
    color: #ffffff;
    height: 237px;
}

.container::before{
    display: table;
    content: "";
    line-height: 0;
}

.btn1 {
    display: inline-block;
    font: 600 22px/33px 'Raleway', sans-serif;
    padding: 24px 0 23px;
    text-align: center;
    min-width: 199px;
    color: #191919;
    background: #eec511;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn1 span {
    line-height: 33px;
    color: #ffffff;
    margin-left: 9px;
}


/* Service */

.service{
    width: auto;
    height: 555px;
    background: #278032;
    color: #fff;
}
.service1{
    padding: 80px 0 82px;
    position: relative;
}

.row{
    height: 269px;
    width: 1200px;
}

h3 + .off2 {
    margin-top: 45px;
}

.service-list{
    float: left;
    min-height: 1px;
    height: 269px;
}

.markered-list{
    height: 269px;
}

.markered-list a {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    font-size: 22px;
}

.markered-list a::before {
    content: '\f105 ';
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 40px;
    line-height: 30px;
    color: #eec511;
}

.markered-list li + li {
    margin-top: 31px;
}

/* Gallery */
.gallery{
    padding: 80px 0 82px;
    position: relative;
    height: 260px;
    width: 100%;
}

.gallery-con{
    height: 260px;
}



.gallery-row{
    margin-left: -30px;
    width: 1200px;
    height: 260px;

}

.gallery-list{
    float: left;
    min-height: 1px;
    margin-left: 30px;
    height: 260px;
}


/* map */
.map{
    background: rgba(25, 25, 25, 0.8);
    height: 550px;
    position: relative;
    overflow: hidden;
}

.map-con{
    height: 383px;
}


.map_caption {
    position: relative;
    padding-top: 71px;
    z-index: 1;
    display: inline-block;
}

.map h3 {
    color: #ffffff;
}

.map .overlay {
    right: 27.2%;
    height: 170%;
    background: rgba(25, 25, 25, 0.8);
    z-index: 1;
}

address {
    font-size: 22px;
    line-height: 34px;
    color: #ffffff;
}

h3 + .add-list {
    margin-top: 24px;
}

address p {
    position: relative;
    padding-left: 45px;
    font-weight: 600;
}

address p::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    line-height: 34px;
    color: #eec511;
}

address .add::before {
    content: '\f041';
    font-size: 40px;
}

address .phone {
    color: #278032;
    font-size: 38px;
    font-weight: 700;
}

address p + p {
    margin-top: 21px;
}

address .phone::before {
    content: '\f10b ';
    font-size: 50px;
}

address .hours::before {
    content: '\f017';
    font-size: 33px;
}

address .mail::before {
    content: '\f0e0';
    font-size: 28px;
}

address .mail a {
    color: #278032;
}

.google-map-api {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 550px
}
/* Footer */
.footer{
    background: #191919;
}

.footer-con{
    padding: 25px 0 26px; 
}

.footer, .page-wrap:after{
    height: 80px;
    
}


.page-wrap {
    min-height: 100%;
    margin-bottom: -80px; 
}
.page-wrap:after {
    content: "";
    display: block;
}


#toTop:hover {
    background: #278032;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    z-index: 20;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    background: #eec511;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 2px 0 #fff;
}

/* About page */

.what-do{

}

.wrapper2 {
    padding: 61px 0 92px;
    position: relative;

}

.wrapper2 h3{
    color: #191919;
}

.wrapper2 span{
    color: #191919;
}

.row{
    margin-left: -30px;
}

h3 + .off1 {
    margin-top: 27px;
}

.ab-grid4{ 

}

.ab-img {

    margin-top: 8px;
}

.ab-grid8{

}

p + .off1 {
    margin-top: 48px;
}

.btn2 {
    display: inline-block;
    font: 600 20px/33px 'Raleway', sans-serif;
    padding: 19px 0 18px;
    text-align: center;
    min-width: 162px;
    color: #ffffff;
    background: #278032;
}

.btn2:hover{
    background: #eec511;
}

h4 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
}

h4 {
    color: #191919;
}


/* advantage */
.advantage{

}

.wrapper_advantage{
    padding-bottom: 73px;
}

.advantage h3{
    color: #191919;
}

.advantage span{
    color: #191919;
}

.number-box {
    position: relative;
    padding-left: 100px;
}

.number-box::before {
    content: attr(data-number);
    position: absolute;
    left: 0;
    top: 10px;
    width: 66px;

    line-height: 57px;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    background: #278032;
}

.number-box::after {
    content: '';
    position: absolute;
    left: 66px;
    top: 23px;
    width: 0;

    border-style: solid;
    border-width: 6.5px 0 6.5px 7px;
    border-color: transparent transparent transparent #278032;
}

/* Testimonials */
.parallax2 {
    background-image: url(../image/page1-img8.jpg);
    color: #ffffff;

}

.parallax2 .parallax-overlay {
    background: rgba(25, 25, 25, 0.8);
}

.quote {
    padding-left: 58px;
    position: relative;
}

.quote::before {
    content: '\f10d ';
    position: absolute;
    left: 0;
    top: 8px;
    font-family: FontAwesome;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
}

.quote p + h4 {
    margin-top: 29px;
    color: #ffffff;
}

h4 a:hover {
    color: #278032;
}

/* Contact Us */

.wrapper2__ins1 {
    padding-bottom: 80px;
}

h3 + .off4 {
    margin-top: 37px;
    height: 504.5px;
}

#contact-form {
    position: relative;
    height: 504.5px;
}

#contact-form .contact-form-loader {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(247, 247, 247, 0.48) url('../image/form-loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 5%;
    opacity: 0;
}
.row1 {
    margin-left: -30px;
    height: 50px;
}

.row1::before, .row::after {
    display: table;
    content: "";
    line-height: 0;
}

[class*="grid_"] {
    float: left;
    min-height: 1px!important;
    margin-left: 30px!important;
    margin-right: 0px!important;
}

.txt{
    height: 50px;
}

#contact-form label {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
}

#contact-form input[type="text"] {
    background-color: #ffffff;
    border-radius: 0;
    line-height: 23px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    padding: 14px 17px 7px 18px;
    color: #777777;
    outline: none;
    height: 50px;
    border: 1px solid #d9d9d9;
    font-weight: 500;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    -webkit-appearance: none;
    cursor: text;
}

#contact-form .empty-message, #contact-form .error-message {
    position: absolute;
    right: 3px;
    top: 2px;
    color: red;
    height: 0;
    overflow: hidden;
    font-size: 11px;
    -webkit-transition: 0.3s ease-in height;
    transition: 0.3s ease-in height;
    z-index: 99;
}

#contact-form .error-message {
    position: absolute;
    right: 3px;
    top: 2px;
    color: red;
    overflow: hidden;
    font-size: 11px;
    -webkit-transition: 0.3s ease-in height;
    transition: 0.3s ease-in height;
    z-index: 99;
    height: 22px!important;
}


#contact-form label.message {
    margin-top: 20px;
    width: 100%;
    height: 313.5px;
}

#contact-form textarea {
    width: 100%;
    margin-top: 0;
    background-color: #ffffff;
    border-radius: 0;
    line-height: 23px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    padding: 14px 17px 7px 18px;
    color: #777777;
    outline: none;
    border: 1px solid #d9d9d9;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    height: 307px;
    -webkit-appearance: none;
    overflow: auto;
}

.error-message{

}

#contact-form .btn-wrapper {
    margin-top: 51px;
}

#contact-form .btn-wrapper .btn2 {
    min-width: 107px;
}

#contact-form .btn-wrapper .btn2 + .btn2 {
    margin-left: 16px;
}

.contact-content{
    width: 100%;
    margin-bottom: 20px;
    margin-top: -20px;

}

#ref_symbol{
    margin-left: 200px;
    margin-top: -35px;
}

/* product page */
ul.tabs
{
    padding: 20px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/
    border-bottom:none;

}

ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:-1px; /*distance between tabs*/
}

ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    padding: 8px 20px;
    border: 1px solid #000;
    border-right:none;
    color: #000;
    background: #FFF;
    outline:none;
} 

ul.tabs li:last-child a
{
    border-right:1px solid #000;
} 

ul.tabs li a:visited
{
    color: #000;
}

ul.tabs li a:hover
{
    text-decoration: none;
    color:#888;
}

ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background:  #ffff00;
    color: #000;
}


ul.tabs li.selected a:hover
{
    text-decoration: none;
}

div.tabcontents
{
    background-color:#FFF;
}

.probox
{
    height: auto;
    /*width: 1150px;
    margin-left: 100px;*/
}

.proboxproduct > img{
    border:3px;
    border-color:grey;
    border-style:double;
}

#video.product, #images.product{
margin-left:0px;

}

.proboxend
{
    background-color: #ffffff;
    color: #000;
}
.proboxendtitle
{
    background-color: #ffffff;
    color: #000;
}
.product
{
    background-color: #ffffff;
    margin-left: 100px;

}
.proimg1
{
    width: 360px;
    background-color: #e5e5e5;
    margin: 10px;
    float: left;
}

.proimg1 > a > img{
object-fit:cover;
}

/* category */
.catbox{
    margin-bottom: 25px;
    margin-top: 25px;
}
.category_main {
    border: 1px solid #000;
    height: 250px;
    width: 1170px;
    background-color: #84B9FF;
}
.product_img{
    height: 238px;
    margin: 5px;
    border: 1px solid #000;
    float: left;
    width:20%;
}
.cat_product_desc{
    width: 78%;
    float: right;
    margin: 5px;
}

.dif{
    color: #191919;
    font-size: large;

}

.more{
    color: #191919;
    margin-left: 10px;
}

.cat_product_title{
    border: 1px solid #000;
    background-color: #0060e8;
}

.cat_product_desc > div > a > center {

    color: #ffffff;


}

.category_desc{
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 5px;
    color : #191919 ;
  /**/

}


#video.product, #images.product {
    margin-left: 0px;
}
