@import url(font-face.css);

body{
  font-family: 'proxima-nova', sans-serif; 
  overflow-x: hidden;
  width: 100%;
  position: relative;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}
ul,ol{padding: 0px; margin: 0px;}
.top_section1{
  overflow: hidden;
  position: relative;
  /*height: calc(100vw * .56);*/
  /*height: calc(100vw);
  max-height: 100vh;*/
    /*background-image: url('../images/video.jpg');
    background-size: 100%;*/
}
h1,h2,h3,h4,h5,h6 {  font-family: 'proxima-nova', sans-serif; }
.container{width: 1240px; margin: auto;}
.header{
    width: 100%; 
    display: table;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}
.logo{
    float: left;
    display: inline-block;
    padding: 2px 0px;
}
.logo a{text-decoration: none;}
.logo a img{display: block; height: 80px; margin: 5px 0;}

.header_right{clear: both;  margin: 0%; width: 100%; float: left; padding: 0 6%;
background-color: rgba(255, 255, 255, 1);
-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
}
.fixed1{position: fixed; left: 0px; background-color: #fff;
top: 0px; border-radius: 0px; width: 100%; margin: 0px;}
.top_nav{clear: both; width: 100%; float: left; padding: 0px 6%; background-color: #1b1f23;
}
.top_left{float: left; display: inline-block;}
a.topph{float: right; display: inline-block; line-height: 20px; padding: 5px; text-decoration: none;
color: #fff; font-size: 14px; margin-right: 10px; font-weight: 400; margin-top: 0px;}
a.topph i{color: #fff; margin-right: 5px;}
.top_nav ul.top_ul1{list-style: none; float:right; }
ul.top_ul1 li{float: left; display: inline-block;}
ul.top_ul1 li a{
    text-decoration: none; 
    color: #fff;
    padding: 5px 15px;
    line-height: 20px;
    font-size: 16px;
    display: inline-block;
    text-transform: none;
    font-weight: 400;
    position: relative;
}
ul.top_ul1 li:last-child a::before {display: none;}
a.emplogin{float: right; display: inline-block; text-decoration: none;
color: #000; padding: 5px 15px; background-color: #0060af; margin-right: 15px;
text-transform: uppercase; letter-spacing: 1px; font-weight: 700;}
a.emplogin1{background-color: #000; color: #497d93; border: 1px dotted #497d93;}
.headerSocial{float: right; display: inline-block;}
.headerSocial a{text-decoration: none; font-size: 18px; margin-left: 10px;
transition: all 0.3s; color: #fff; position: relative; top: 3px;}
a.signin{text-decoration: none; float: right; height: 41px; font-weight: 600;
line-height: 36px; padding: 0 30px; color: #fff; background-color: #125ca4;
text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s;
}
a.signin:hover{background-color: #ed1c24;}
/*
.headerSocial a.fb{color: #4862a3;}
.headerSocial a.tw{color: #49a6e8;}
.headerSocial a.lin{color: #006699;}*/
.top_care {
  float: right;
  border-left: 1px solid #ddd;
  margin-left: 30px;
}
.top_care .ccare, .top_care .scart {
    padding: 27px 0;
    margin-left: 30px;
    line-height: 40px;
    color: #231F20;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    cursor: pointer;
}
.top_care .ccare span {
  display: block;
    font-size: 18px;
    color: #43b02a;
    letter-spacing: 0.86px;
    margin: 0;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 3px;
}
.top_care .scart span.value {
    position: absolute;
    top: 22px;
    left: 7px;
    line-height: 20px;
    text-align: center;
    width: auto;
    padding: 0 5px;
    border-radius: 25px;
    background: #e16868;
    color: #fff;
    font-size: 14px;
}
.top_care .scart:focus{outline: 0px;}
.top_care .ccare:focus{outline: 0px;}
.top_care .scart:hover{color: #6cc15f;}
.top_care .ccare:hover{color: #6cc15f;}
/*general_popup*/
.general_popup, .login_popup, .register_popup, .recover_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  overflow-y: auto;
  z-index: 999;
  background: rgba(0,0,0,0.7);
}
.login_popup, .register_popup, .recover_popup {
  display: none;
}
.general_pop {
  z-index: 9;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  display: table;
  margin: auto;
  max-width: 450px;
  background: #fff;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.general_pop .plogo {
  padding: 30px;
  text-align: center;
}
.general_pop .closeBtn {
  color: #111;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border-radius: 50%;
  right: -10px;
  z-index: 2;
  font-weight: 600;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.34);
  transition: all .5s;
  -webkit-transition: all .5s;
}
.general_pop .closeBtn:hover {
  opacity: 1;
  transition: all .5;
  -webkit-transition: all .5;
}
.location_pop {
  text-align: center;
  padding: 0;
}
.location_pop img {
  width: 100%;
}
.location_pop h2 {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}
.location_pop form {
  padding: 0 30px;
  margin-bottom: 30px;
}
.login_pop {
  padding: 30px;
}
.login_pop h2 {
  margin-top: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}
.location_pop form:before {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: '';
  position: absolute;
  background: rgba(255,255,255,0.7);
}
.general_pop form button {
  display: table;
  margin: 0 auto;
  background: #6cc15f;
  color: #fff;
  margin-top: 20px;
  border: 0;
  text-transform: uppercase;
  padding: 0 30px;
  line-height: 40px;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: 1px;
  cursor:pointer;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
}
.general_pop form button:hover {
  background: #d02d3a;
}
.location_pop form button {
  float: left;
  width: 100%;
  display: block;
}
.general_pop form label {
  width: 100%;
  float: left;
  font-size: 14px;
  margin: 5px 0;
  color: #555;
  font-weight: 400;
  line-height: 30px;
}
.general_pop form select, .general_pop form input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  content: '';
  color: #222;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #bbb;
}
.location_pop form input {
  text-align: center;
}
.general_pop form .or {
  text-align: center;
  margin: 10px 0;
}
.fullbody {
  width: 100%;
  float: left;
  position: relative;
}
.bottomLogx a {
  color: #333;
  display: inline-block;
  text-decoration: none;  
}
.bottomLogx span {
  margin-top: 10px;
}
.login_pop .recBtn, .login_pop .logOn {
  margin-top: 15px;
}
.bottomLogx a:hover {
  text-decoration: underline;
}
.general_pop form .formterms input {
  width: auto;
  float: left;
  height: 20px;
}
.formterms {
  margin-top: 5px;
}
.formterms span {
  float: left;
  line-height: 26px;
  margin-left: 15px;
}
.cart_popup {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  width: 400px;
  border: 1px solid #ddd;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  display: none;
  max-height: calc(100vh - 100px);
}
.cart_pop {
  padding: 15px;
  letter-spacing: 1px;
}
.cart_popup ul {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0
}
.cart_popup li {
  width: 100%;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  min-height: 75px;
  border-bottom: 1px solid #ddd;
}
.cart_popup li a {
  width: 100%;
  float: left;
  position: relative;
  text-decoration: none;
  color: #333;
  line-height: 22px;
  padding-left: 80px;
  padding-right: 80px;
}
.cart_popup li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
.cart_popup li a .price {
  position: absolute;
  top: 0;
  right: 0;
}
.Subtotal {
  color: #222;
  font-size: 15px;
  font-weight: 600;
}
.Subtotal .price {
  float: right;
}
.Checkout a {
  width: 100%;
  float: left;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  background: #d64a54;
  color: #fff;
  margin: 8px 0;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
}
.Checkout a:hover {
  background: #6cc15f;
}
/*menu*/
.menu{
    float: right;
}
.menu ul{list-style: none; padding: 0px; margin: 0px; float: left; display: inline-block;}
.menu > ul > li{float: left; position: relative; display: inline-block; margin-right: 2px;}
.menu > ul > li > a{
    padding: 27px 0;
    margin-left: 30px;
    line-height: 40px;
    color: #231F20;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
}
/*.menu > ul > li > a:before{
    position: absolute;
    right: 0px;
    top: 30px;
    height: 14px;
    width: 1px;
    content: "";
    background-color: #ccc;
}*/
.menu > ul > li > a i{margin-left: 5px; font-size: 12px;}
.menu > ul > li.search > a i{margin-left: 0px; color: #323232; font-size: 18px;}
.menu > ul > li:last-child > a::before {display: none;}
.menu > ul > li > a.active{ color: #6cc15f;}
.menu > ul > li > a:hover{color: #6cc15f;}

.megamenu{
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: #fff;
    width: 240px;
    z-index: 9999;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.55);
    
    transition: all 0.1s ease-in-out 0s;
    visibility: hidden;
    transform: translateY(30px);
    opacity: 0px;
    border-top: 3px solid #0154b0;
}
.megamenu:before{
    position: absolute;
    left: 40px;
    top: -10px;
    content: "";
     width: 0; height: 0; 
     border-left: 10px solid transparent; 
     border-right: 10px solid transparent; 
     border-bottom: 10px solid #0154b0;
}
.menu > ul > li:hover .megamenu{
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}
.megamenu ul{
    list-style: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.megamenu ul li{
    float: left;
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    padding: 0 5px;
}
.megamenu ul li a{
    text-decoration: none;
    color: #000;
    padding: 7px 15px;
    line-height: 22px;
    display: block;
    font-size: 15px;
    width: 100%;
    text-transform: capitalize;
    border-bottom: 1px solid #eaeaea;
}
.megamenu ul li a:hover{
    background-color: #ddd;
    color: #555;
    transition: all 0.3s ease 0s;
}
.menu form{float: right; display: inline-block;}
.searchinput{position: relative; display: inline-block; float: left;}
.searchinput input.sinput{
    padding-left: 42.5px;
    padding-right: 13px;
    width: 260px;
    resize: none;
    position: relative;
    vertical-align: top;
    background-color: #FFFFFF;
    border: 0 solid #B8E986;
    border-bottom-color: rgb(184, 233, 134);
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-radius: 2px;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5) !important;
    font-size: 15px;
    height: 42px;
    outline: none;
    font-weight: 500;
    margin-top: 12px;
}
.searchinput input.sbtn{
    height: 42px;
    padding: 0 15px;
    line-height: 42px;
    outline: 0px;
    border: 0px;
    background-color: #228b24;
    border-radius: 2px;
    font-weight: 500;
    color: #fff;
    margin: 12px 0 0 5px;
    font-size: 16px;
    transition: all 0.3s;
    text-transform: uppercase;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5) !important;
}
.searchinput input.sbtn:hover{background-color: #08990b;}
.searchinput:before{position: absolute; left: 13px; top: 22px; z-index: 9;
content: "\f002"; font-family: FontAwesome; color: #000; font-size: 16px;}


.carousel-control.left{left: 0px !important;}
.main_banner{padding-top: 100px;
  /*padding-right: 6%;*/
  position: relative;
  width: 100%;
  float: left;
  background: #1c1b1b;
}
.main_banner:before{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 60%;
  background: #fff;
  z-index: 1;
  content: '';
}
.pav-slideshow {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}

.fullscreen-bg .fullscreen-bg__video {
    height: 100%;
    width: 100%;
}

/*----------banner-----------*/

.0pav-slideshow:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #96a701;
  opacity: 0.5;
  z-index: 1
}
.banner_txt {
    top: 30%;
    color: #fff;
    position: absolute;
    text-align: left;
    width: 60%;
    left: 6%;
    padding: 0
}
.pavcontentslider .pav-caption {
  padding: 0
}
.banner_hd, .banner_cont, .banner_r_more {
    
}
.banner_hd {
    color: #fff;
    font-size: 64px;
    font-weight: 800;   
    margin-bottom: 10px;
    width: 100%;
    line-height: 1.1;
    display: block;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.banner_hd1{background-color: rgba(255, 255, 255, 0.55); color: #000;}
.banner_cont {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0px 0 15px;
    display: block;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.10) !important;
}
.banner_cont span {
    margin: 0 15px;
    display: inline-block;
}
.banner_cont span i {
    margin-right: 5px;
}
.banner_r_more{
    clear: both;
    margin-top: 10px;
}
.banner_r_more a{
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 42px;
    margin: auto;
    display: inline-block;
    border: 2px solid #fff;
    background-color: #fff;
    padding: 0 50px;
    transition: all 0.3s ease 0s;
    letter-spacing: 2px;
    outline: 0px;
    margin-top: 25px;
}
.banner_r_more img{margin-left: 5px;}
.banner_r_more a:hover{
  background-color: transparent; color: #fff;
}
.ban_but {
    bottom: 5%;
}
/*start of fade*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .item img {width:100% !important;}
.carousel, .carousel-inner, .carousel-inner .item {
height: 100%;
}
.carousel-fade .item {
transition: display 1500ms linear 0s;
overflow: hidden;
}
.carousel-fade .item.active {
}
.carousel-fade .item.active img {
transition: transform 5000ms linear 0s;
transform: scale(1.10, 1.10);
}
.slideRight ul{list-style: none;}
.slideRight ul li{display: inline-block; position: relative; padding: 0 25px;}
.slideRight ul li:before{
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 21px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}
.slideRight ul li:first-child:before{display: none;}


#form-search{position: relative; width: 16%; float: right; margin-top: 20px;}
input.form-control {
    border-radius: 0px;
    border: 1px solid #000;
    height: 38px;
    font-size: 12px; letter-spacing: 2px; font-weight: 300; color: #000;
}
#form-search input.submit{
    position: absolute; right: 0px; top: 0px;
    background-color: transparent; height: 38px; width: 38px; text-align: center;
    color: #fff; border: 0px; background-image: url('../images/search.png');
    background-size: 20px; background-repeat: no-repeat; background-attachment: scroll;
    background-position: center;
}


.section_cont{width: 100%; display: table; padding: 60px 0px; 
background-color: #1c1b1b;color: #fff;}
.box1_top{
    clear: both;
    width: 100%;
    display: block;
    padding: 0;
}
.box1_hd{
    width: 100%;
    display: block;
    text-align: center;
}
.box1_hd .hd1{
    width: 100%;
    display: block;
    color: #6cc15f; 
    text-align: center;
    width: 100%;

    font-size: 34px;
    line-height: 44px;  
    letter-spacing: 1px;

    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
}
/*.box1_hd .hd1 span{color: #96a701; text-transform: uppercase;}
.box1_hd .hd1 span span{color: #7e4102; text-transform: uppercase;}*/
.cap1{
    width: 100%;
    font-weight: 300;
    display: block;
    font-size: 28px;
    line-height: 38px;  
    letter-spacing: 1px;
}
.tabanch3{
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 42px;
    margin: auto;
    display: inline-block;
    border: 2px solid #fff;
    background-color: #fff;
    padding: 0 50px;
    transition: all 0.3s ease 0s;
    letter-spacing: 2px;
    outline: 0px;
    margin-top: 15px;
    margin-bottom: 40px;
}
.tabanch3:hover{
  background-color: transparent; color: #fff;
}


/*section1*/
.section1{position: relative; background-color: #fff; color: #000; overflow: hidden;
padding-bottom: 30px;}
.abtrm{clear: both; width: 100%; margin-top: 20px;float: left; position: relative; }
.section1 a{
  display: inline-block;
  width: auto;
  border: 0;
  outline: none;
  text-decoration: none;
  text-align: center;
  position: relative;
  color: #000;
  background-color: transparent;
  text-transform: capitalize;
  font-size: 13px;
  cursor: pointer;
  transition: none;
  border: 2px solid #fff;
  padding: 8px 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}
.section1 i{
  position: absolute;
  left: 100%;
  margin-left: 1px;
  top: 0;
  display: block;
  height: 100%;
  background-color: #000;
  font-size: 18px;
  width: 46px;
  transition: all 0.3s ease 0s;
  line-height: 46px;
}
.section1 a:hover, .section1  a:hover i{
  background-color: #fff;
}
.section1Bx {
  position: relative;
  width: 100%;
  float: left;
}
.section1 h4{text-transform: uppercase; font-size: 14px;
  background: #fff;
  color: #333;
  display: inline-block;
  float: left;font-weight: 600;
  font-size: 13px;
  margin-top: 0;padding: 5px 10px;
    letter-spacing: 4px; margin-bottom: 0px;}
.section1 h2{
    color: #fff;
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 20px;
    width: 100%;
    line-height: 1.1;
    display: block;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.section1 p{font-size: 18px; font-weight: 300; line-height: 32px; letter-spacing: 1px;}

.section1 .section1Bx {
  background: #96a701;
    padding: 6.66666666666667%;
    width: 48%;
    z-index: 10;}
.section1 .section1Bx:before{
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #96a701;
}
.section1Img  {
  position: absolute;
  top: 0;
  right: 0;
  width: 93.33%;
  height: 606px;
  padding-top: 100px;
}
.section1Img img  {
  height: 100%;
  float: right;
}
img.attachment-large1{border-top-right-radius: 30px; border-bottom-left-radius: 30px;
width: 100%; display: block;}
img.attachment-small1{
  position: absolute;
  left: -20%;
  top: 20%;
  width: 50%;
  border: 20px solid #fff;
  display: block;
  border-top-left-radius: 30px; border-bottom-right-radius: 30px;
}
/*section1_end*/

/*section3*/
.section3{background: #fff url(../images/bg.jpg) repeat;
  width: 100%; display: table; padding: 60px 0px; overflow: hidden;}
.section3 h2{text-align: center; color: #000; font-size: 32px; font-weight: 700; margin-bottom: 30px;}
.section3 ul{list-style: none; width: 100%; display: inline-block;padding: 0 5%}
.section3 ul li{float: left; width: 32%; margin-bottom: 20px;margin-right: 2%;
padding: 60px 40px;border: 2px solid #eee;border-radius: 7px;background: #fff;
min-height: 480px;
}
.section3 ul li:last-child{margin-right: 0;}
.section3 ul li a{text-decoration: none; display: block; width: 100%; position: relative;
transition: all 0.3s; color: #000; text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    line-height: 28px;
    margin: 0 0 0 0;
}
.section3 ul li a .icon1{width: 100%; display: inline-block;margin-bottom: 40px}
.section3 ul li a .icon1 img{height: 80px;max-width: 175px;}
.section3 ul li a h3{
color: #111;
font-size: 20px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 28px;
margin: 0 0 40px 0;
}

.section3 ul li a p{font-size: 18px; font-weight: 400; line-height: 28px; color: #000;
letter-spacing: 1px;}
.section3 ul li a .r_more1{position: absolute; bottom: 0px; left: 0px; width: 100%; 
  display: block;}
.section3 ul li a .r_more1 div{
  padding: 30px 20px;
  border-radius: .3125rem;
      border-top-left-radius: 0.3125rem;
      border-top-right-radius: 0.3125rem;
  position: relative;
  text-align: left;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: auto;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  transition: all .2s ease-in-out;
  background-color: #0192ef;
  color: #fff; font-size: 18px;
  overflow: hidden;
  opacity: 0;
  font-weight: 700;
}
.section3 ul li a .r_more1 div:after{
  border-radius: 2.125rem;
  display: block;
  content: "";
  position: absolute;
  background: -webkit-linear-gradient(-95deg,#02b3f2,rgba(2,179,242,0));
  transform: rotate(45deg) translate(25%,20%) skew(-35deg,0deg);
  border-radius: 2.125rem;
  display: block;
  content: "";
  position: absolute;
  top: 25%;
  left: 15%;
  width: 100%;
  height: 100%;
}   
.section3 ul li a .r_more1 div:before{
  transform: rotate(45deg) translate(-5%,-85%) skew(-35deg,0deg);
  background: -webkit-linear-gradient(285deg, #29df83, rgba(41,223,131,0));
  background: -o-linear-gradient(285deg, #29df83, rgba(41,223,131,0));
  background: linear-gradient(15deg, #29df83, rgba(41,223,131,0));
  border-radius: 2.125rem;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg,#02b3f2,rgba(2,179,242,0));
  background: -webkit-linear-gradient(15deg,#02b3f2,rgba(2,179,242,0));
}
.section3 ul li a .r_more1 i{float: right; position: relative; margin-top: 5px;}
/*section3*/


/*section4*/
.section4{width: 100%; display: block; background-color: #fff; padding: 40px 0;
}
.section4 h2{
    font-size: 32px;
    line-height: 45px;
    color: #7d4102;
    text-align: left;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 1px;
    margin-left: 50px;
    float: left;
}
.section4 h2 span{color: #84a300; font-weight: 300;}
.section4 h2:before{
    position: absolute;
    left: -500px;
    width: 480px;
    height: 1px;
    content: "";
    top: 23px;
    opacity: 0.4;
    background-color: #84a300;
}
.section4 .owl-nav{position: absolute; top: 45%; left: 0px; width: 100%;}

a.viewalls{text-decoration: none; color: #84a300; font-size: 18px; font-weight: 300;
position: relative; transition: all 0.6s;}
a.viewalls{float: right; margin-top: 10px;}
a.viewalls i{margin-left: 10px; font-size: 14px;}
a.viewalls:after{
    position: absolute;
    left: 0px;
    bottom: -5px;
    background-color: #84a300;
    height: 2px; 
    width: 100%;
    content: "";
    opacity: 0.2;
}
a.viewalls:before{
    position: absolute;
    left: 0px;
    bottom: -5px;
    background-color: #84a300;
    height: 2px; 
    width: 0%;
    content: "";
    transition: all 0.6s;
}
a.viewalls:hover:before{width: 100%;}


.main_serv{clear: both; width: 100%; display: block; padding: 0 50px;}
.technology1{width: 100%; display: block; padding: 10px;}
a.img-wrap{display: block; text-decoration: none; color: #000; position: relative; 
    width: 100%; transition: all 0.3s ease 0s; padding: 15px; box-shadow: 0 0 4px #ccc;}
a.img-wrap img{width: 100%;height:300px; display: block;
object-size:cover;object-position:center;}
a.img-wrap .image img{height:250px;}

a.img-wrap:hover{box-shadow: 0 0 15px #d3d99b;}

.techhd1 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.technology1 p{position: relative; line-height: 25px; padding: 0px; text-align: left;
    overflow:hidden; transition: all 0.3s ease 0s; opacity: 1; 
    color: #555;  padding-right: 30px; font-size: 16px; letter-spacing: 1px;}
.rmore1{padding: 7px 20px; border: 1px solid #000;font-size: 14px; 
  font-weight: 400; color: #000; display: inline-block;
background-color: #fff; position: relative; transition: all 0.3s;}
a.img-wrap:hover .rmore1{background-color: #000; color: #fff;}
.techno{display: block;text-align: center;}
.techno .techprice{font-size: 16px;font-weight: 600;
margin-bottom: 15px;}
/*section4*/



/*footer*/
.footer{width: 100%;background: #111 url(../images/footer-bg.jpg) repeat;
 display: table; padding: 30px 0;  z-index: 9;}
.width12{float: left; display: inline-block; width: 23%; padding-right: 20px; position: relative;text-align: right;}
.width12{}
.ftborder1{min-height: 300px; margin-right: 2%;}
.ftborder1 img{width: 160px; display: table; margin: auto;}
.ft_icons{clear: both; width: 100%; margin-top: 20px;}
.ft_icons a{text-decoration: none; color: #fff; font-size: 21px; margin: 0 8px;}
.width19{float: left; display: inline-block; width: 18%; padding: 0 20px; position: relative;}
.width19 h2{width: 100%; color: #fff; font-weight: 600; margin: 20px 0px 30px 0; font-size: 18px;
letter-spacing: 1px;text-transform: uppercase;}
.width19 ul{list-style: none; clear: both; width: 100%;}
.width19 ul li{clear: both; display: block;}
.width19 ul li a{text-decoration: none; color: #bec4cb; font-size: 16px; line-height: 21px;
display: block; transition: all 0.3s; margin-bottom: 15px;}
.width40{width: 39%;}
.width29{width: 25%;}
.width40 ul li{
    color: #fff; font-size: 18px; line-height: 28px; padding-bottom: 20px;
    padding-left: 50px; position: relative; background-image: url('../images/loc1.png');
    background-repeat: no-repeat; background-size: 30px 30px; background-position: left top;
}
.copyrights{clear: both; width: 100%; color:  #bec4cb; height: 50px; line-height: 50px;
text-align: center; position: relative; background-color: #000;}
.width19 h3{color: #a7cf00; font-size: 18px; font-weight: 700;}
.width19 p{color: #bec4cb; font-size: 16px; line-height: 24px;}
.width19 ul li a:hover{color: #a7cf00;}
/*footer*/


/*innerpgs*/
.inner_banner {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-color: #000;
    max-height: 450px;
}
.inner_banner img{
    width: 100%;
    opacity: 0.3;
    display: block; 
}
.innertxt1{
   position: absolute; width: 100%; text-align: left; 
    top: 180px; left: 0%; padding: 10px 35px;
}
.innertxt1 ul{list-style: none; text-align: left; margin-bottom: 0px;
padding-left: 0px;}
.innertxt1 ul li{
    display: inline-block;
    position: relative;
    padding-right: 25px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #fff;    
}
.innertxt1 ul li:last-child{padding-right: 0px;}
.innertxt1 ul li:after{
    content: "/";
    color: #fff;
    position: absolute;
    font-size: 14px;
    right: 8px;
    top: 3px;   
}
.innertxt1 ul li:last-child:after{display: none;}
.innertxt1 ul li a{color: #96a701; text-decoration: none;}
.inner_banner h1{color: #fff;  font-size: 60px;
text-transform: uppercase; margin-bottom: 10px;}
.inner_banner h1 span{color: #ff6600;}
.inner_banner h1 p{font-size: 18px; font-weight: 400; margin-top: 5px; 
  letter-spacing: 2px; color: #fff; }


/*-------section1---------*/
.section1_inner{ top: -65px; width: 100%; display: table;
position: relative; z-index: 9;}
.sec1bx1{width: 100%; background-color: #fff; color: #000; padding:50px 50px 0;
line-height: 32px; font-size: 16px; position: relative; font-weight: 300; letter-spacing: 1px;
text-align: left; /*box-shadow: -6px 10px 20px 0 rgba(0, 0, 0, .1);*/}
.sec1bx1 b{font-weight: 600;}
.sec1bx1 h1{margin: 0px; text-transform: uppercase; 
padding-bottom: 15px; font-size: 30px; color: #96a701; font-weight: 700;}
.sec1bx1 ul{padding-left: 30px; list-style: none;}
.sec1bx1 ul li{margin-bottom: 10px; position: relative;}
.sec1bx1 ul li::before {
    position: absolute;
    left: -35px;
    top: 3px;
    content: "";
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
}
/*-------section1---------*/


/*contactpg*/
.contleft{padding: 20px 0 0px 0; width: 100%; display: table;}
.contleft h1 span{color: #429ce3;}
.box5_left{
    float: left;
    display: inline-block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;    
}
.box5_row1{
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;    
}
.b5_img1{
    float: left;
    display: inline-block;
    width: 15%;
    text-align:center;
}
.b5_img1 img{width: 50%;}
.b5_cont1{
    float: left;
    display: inline-block;
    width: 80%;
    font-weight: 300;
    font-size: 24px;
}
.b5_top1{
    margin-bottom: 5px; 
    font-size: 21px; 
    font-weight: 700;
}
.b5_btm1.address{font-size: 16px; color: #555;}
.contact1{margin-bottom: 35px; width: 100%; display: table; }
/*contactpg*/


/*career_form*/
.career_form {
    margin-top: 30px;
    background: #f7f7f7;
    padding: 50px;
    display: inline-block; clear: both;
    width: 100%; border: 1px solid #dddddd;
}
.halfspan {
    width: 49%;
    float: left;
}
.halfspan.right {
    float: right;
}
.career_form h2 {
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: block;
    font-size: 24px;
    font-weight: 400;
    border-bottom:1px solid #eee;
}
.career_form label {
    margin: 5px 0 0 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
input.c-input, textarea.c-input {
    width: 100%;
    float: left;
    height: 40px;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 300;
    transition: all .5s;
}
input.c-input[type=file] {
    padding: 0 10px;
}
input.c-input:hover, textarea.c-input:hover,
input.c-input:focus, textarea.c-input:focus {
    border: 1px solid #333;
    outline: 0px;
    transition: all .5s;
}
textarea.c-input {
    height: 80px;
}
input.c-btn {
    float: left;
    margin-top: 15px;
    padding: 10px 30px;
    background: #96a701;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    transition: all .5s;
}
input.c-btn:hover, input.c-btn:focus {
    background: #7c4300;
    transition: all .5s;
}



.menu2{position: fixed; right: 30px; top: 50px; z-index: 9; display: none;}
.menu2 .menuicon1{position: relative; z-index: 99;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}
.sidemenu span{float: left;}
.bars-wrap {
    display: inline-block;
    margin-left:15px;
    position: relative;
    overflow: visible;
    top: 3px;
}
.icon-bar {
    transition: all 0.4s ease;
    width: 25px;
    background: #96a701;
    height: 3px;
    position: relative;
    top: 20px;
    transition: width .2s ease-out;
    clear: both;
    margin-bottom: 4px;
}
#header.fixed1 .icon-bar {background: #009bca;}
.icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;}

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child{width: 100%;}

.cart_open{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;  
  display: none;
}
.cartbg1{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.cart_bx1{
  width: 90%;
  background-color: #fff;
  height: 100%;
  right: -100%;
  transition:ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1,2,2,.15);
  z-index: 99999;
  overflow-y:  auto;
}
.left1{right: 280px; z-index: 9999999; transition:ease all 0.8s}
.menu2{
  right: 280px;  
  position: fixed;
  transition:ease all 0.6s;
  top: 0px;
  z-index: 999999;
}
.menu2:before{border-top: 100px solid rgba(255, 255, 255, 1);}
.cart_bx1 ul{list-style: none; width: 100%; margin: 0px; padding: 0px; height: 100%; 
    vertical-align: middle; padding-top: 10px; text-align: right;}
.cart_bx1 ul li{float: none; width: 100%; display: block; clear: both;}
.cart_bx1 ul li a{text-decoration: none; color: #2b2a29; font-weight: 400; font-size: 14px; 
    display: block; padding: 10px 15px; text-transform: uppercase; 
    transition: all 0.3s ease 0s; text-align: center; outline: none;}
.cart_bx1 ul li a:hover, .cart_bx1 ul li a.active{color: #2e3192;}

a.closebtn{
    width: 100%; display: block;
    height: 42px;
    background-color: #7c4300;
    text-decoration: none;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    padding: 0 25px;
    margin-bottom: 20px;
}
.section {
  width: 100%;
  float: left;
  position: relative;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (max-width : 1279px)
{.section_cont {display: inline-block;padding: 40px 20px 0 20px}
.container {
  width: 100%;max-width: 980px;
}
}
@media only screen and (min-width : 240px) and (max-width : 960px)
{
  .section1 .section1Bx {
    width: 100%;
    padding: 50px 5%;
  }
  .section1Img {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: inherit;
    padding-top: 0;
}
.width12 {
  text-align: left;
}
.main_banner {
  padding-right: 0;
}
    .container{width: 100%;}
    .menu2{display: block; top: 5px; right: 0px;}
    #header.fixed1{height: 50px;}
    .menu ul{display: none;}
    .top_section1{min-height: auto; height: auto;}
    .top_nav, #form-search{display: none;}
    .logo a img{margin-top: 2px;}
    .main_banner{padding-top: 65px;}
    .banner_cont{font-size: 12px; margin: 0px;}
    .banner_cont span{margin: 0 5px;}
    .banner_txt{top: 20% !important; width: 90%; left: 5%;}
    .banner_hd{font-size: 18px; margin-bottom: 0px;}
    .banner_r_more a{height: 24px; line-height: 24px; font-size: 12px;}
    .box1_hd .hd1{font-size: 21px;}
    .cap1{font-size: 14px; line-height: 24px;}
    .tabanch3{font-size: 14px;}
    .section3 ul li{float: none; width: 100%; clear: both; margin-bottom: 20px;}
    .section3 ul li a p, .section1 p{font-size: 14px; line-height: 24px;}
    .section3 ul li a .icon1 img{height: 80px;}
    .section3 ul li a{padding-top: 80px;}
    .section3{padding: 20px 0;}
    .section1 h4{margin-top: 0px;}
    .section1 h2{font-size: 32px;}
    .section4{padding: 0px;}
    a.viewalls{display: none;}
    .section4 h2{font-size: 24px; margin-bottom: 0px;}
    .main_serv{padding: 0 20px;}
    .techhd1{font-size: 18px;}
    .technology1 p{font-size: 14px; line-height: 24px;}
    .owl-prev, .owl-next{margin: 0px !important;}
    .width12, .width29{width: 100%; clear: both; margin-bottom: 35px;}
    .ftborder1{min-height: auto; margin-bottom: 20px;}
    .footer{padding-bottom: 0px;}
    .copyrights{font-size: 12px;}
    .width19 p{font-size: 14px; line-height: 21px;}

    .section1_inner{top: auto;}
    .sec1bx1{padding: 30px;}
    .inner_banner{margin-top: 60px;}
    .innertxt1{top: 30px; padding: 0px 20px;}
    .inner_banner h1{font-size: 28px; margin: 0px;}
    .sec1bx1 h1{font-size: 24px;}
    .sec1bx1{font-size: 14px; line-height: 24px;}
    .box5_row1{clear: both; width: 100%;}
    .career_form{padding: 30px;}
    .halfspan{width: 100%;}
    input.c-input, textarea.c-input{font-size: 12px;}
    .banner_r_more a {margin-top: 0;padding: 0 10px;
      height: auto;}
      .tabanch3 {
        max-width: 100%;
        padding: 0 20px;
      }
      .section3 ul {
        padding: 0 20px;
      }
      .section3 ul li a {
        padding-top: 0;
      }
      .section3 ul li a h3 {
        margin-top: 0;
      }
      .width19 h2 {
        margin-top: 0;
      }
      .section1Img img {
        width: 100%;
      }
      .section_cont {display: inline-block;padding: 20px 15px}
      .box1_hd .hd1 {
     line-height: 1.1
    }
    .top_care {
      border-left: 0px solid #ddd;
      border-right: 1px solid #ddd;
      margin-left: 0px;
      margin-right: 20px;
  }
  .top_care .ccare, .top_care .scart {
      margin-left: 0px;
      margin-right: 20px;
      letter-spacing: 1px;
  }
  .cart_pop ul {
    display: block;
  }
  .cart_popup {
    position: fixed;
    top: 92px;
    width: 100%;
  }
}
/*------iphone----------------*/  
@media only screen and (max-width : 2000px)
{
  .header_right, .top_nav {
    padding: 0 15px;
  }
  a.img-wrap .image{height:248px}
    
}
/*------smalltablet----------------*/  
@media only screen and (max-width : 979px)
{
    
  .innertxt1 {
    bottom: 20px;
    top: auto;
  }
}
/*--------iPad - Portrait--------------*/
@media only screen and (max-width : 767px)
{
  .header_right  {
    padding: 0 15px;
  }
  .logo a img {
    height: 70px;
    margin: 10px 0
  }
  .top_care {
    margin-right: 35px;
  }
  .top_care .ccare, .top_care .scart {
    margin-right: 8px;
  }
  .inner_banner {
      margin-top: 95px;
  }
  .general_pop {
    position: relative;
  }
  .general_popup, .login_popup, .register_popup, .recover_popup {
    z-index: 999999;
  }
  a.img-wrap .image{height:100%}

}
.selectBox {
    width: 131px;
    text-align: center;
    height: 40px;
    border-radius: 3px;
    border: 2px solid #6cc15f;
    font-size: 18px;
    background: #fff;
}
.rewardP{width: 174px}

