body, html {
    font-family: OpenSans!important;
}

a:hover, a:active  {
text-decoration: none!important;
}
 #return-to-top {
position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    text-align: center;
/*     width: 30px;
height: 30px;
background: url(../images/spritesheet.png) no-repeat; */
}
.search-top {
    position: relative;
}

.search-top  #search-3 {
    list-style-type: none;
    position: absolute;
    width: 268px;
    right: 0;
    top: 20px;
    z-index: 10;
    display: none;
}


.search-top #search-3 .searchpanel input[type="text"] {padding: 10px 15px 10px 15px;line-height: normal;width: 70%;border: 1px solid #cbcbcb;border-radius: 3px;font-size: 13px;color: #707070;}

.search-top #search-3 .searchpanel button {
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    color: #fff;
    text-transform: uppercase;
    border: 0px;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 13px 10px 13px;
}
.search-topform {
    position: relative;
}

nav.nav1 {
    display: none;
}

   /*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 0px;left: 0px;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%); -webkit-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;    padding: 10px 20px!important;}
.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); -webkit-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: 1024px) {
  
.slider .item .carousel-caption {    top: 80px; }  
  .slider-text h3 {font-size:40px; }
    .slider-text p {font-size:16px;     margin-bottom: 25px; }
  .slider-text .form-group label {font-size:12px; }
  
  }
  .open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
}

  
  
  @media screen and (max-width: 767px) {
   .logo-bar nav {
    display: none!important;
    }
    a#hamburg { display: block; }
    main {  transition: all ease-out 0.3s;}
    .nav1 .row{ margin:0px;}
    .nav1 {background-color: #fff;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); -webkit-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); -webkit-transform: rotateZ(0); }
    .nav1 ul li.open > a { background-color: transparent; }
    .nav1 ul li.open > a > i { transform: rotateZ(90deg); -webkit-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); -webkit-transform: translateX(250px); z-index:999; }
    html.open-menu main {transform: translateX(250px); -webkit-transform: translateX(250px);}
    html.open-menu nav.nav1 {z-index: 3;transform: translateX(0); -webkit-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); -webkit-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); -webkit-transform: rotate(0deg); transition: .25s ease-in-out;}
.open-menu .nav-cross span {
    display:none;
}
    #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); -webkit-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); -webkit-transform: rotate(-135deg);}
    .nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;-webkit-transform-origin: left center;}
    .nav-cross span:nth-child(2) {top: 20px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross span:nth-child(3) {top: 28px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross.open span:nth-child(1) {transform: rotate(45deg); -webkit-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); -webkit-transform: rotate(-45deg); top: 28px;left: 4px;}
}

body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #98a33d;
  outline: 1px solid #98a33d;
}

::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background: #98a33d;
}

::selection {
 color: #ffffff;
    background: #98a33d;
}
.socials ul {
    margin: 0px;
    padding: 0px;
}

.socials ul li {
    display: inline-block;
    padding: 0px 10px 0px 0px;
}

.top-bar {
    background-color: #ededed;
}

.socials ul li a {
    font-size: 14px;
    color: #404040;
}

.socials ul li a:hover i, .socials ul li a:active i, .socials ul li a:focus i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    color: #98a33d;
}

.socials ul li a i {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.topRight {
    text-align: right;
}

.cnt-top {
    display: inline-block;
}

.cnt-top ul {
    margin: 0px;
    padding: 0px;
}

.cnt-top ul li {
    display: inline-block;
    padding: 0px 10px 0px 0px;
}

.cnt-top ul li a {
    font-size: 12px;
    color: #404040;
}

.cnt-top ul li a i {
    font-size: 14px;
    color: #98a33d;
    margin-right: 3px;
}

.cnt-top ul li a:hover, .cnt-top ul li a:active, .cnt-top ul li a:focus {
    color: #98a33d;
}

.topgetquote {
    display: inline-block;
}

.search-top {
    display: inline-block;
    margin-left: 7px;
}

.topgetquote a {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    border-radius: 3px;
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

.topgetquote a:hover, .topgetquote a:active, .topgetquote a:focus {
    background: linear-gradient(to right, #99a43d 0%, #becb4f 100%);
    color: #fff;
}

.search-top a {
    display: inline-block;
    font-size: 13px;
    color: #404040;
}

.search-top a:hover, .search-top a:active, .search-top a:focus {
    color: #98a33d;
}
a {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.socials {
    padding-top: 10px;
}

.logo-menu {
    text-align: right;
}

.logo-menu ul {
    margin: 0px;
    padding: 0px;
}

.logo-menu ul li {
    display: inline-block;
    padding: 0px 40px 0px 0px;
        position: relative;
}

.logo-menu ul li a {
    display: inline-block;
    font-size: 15px;
    color: #404040;
    padding: 30px 0px;
    border-bottom: 2px solid transparent;
}

.logo-menu ul li.menu-item-245 {
    padding-right: 0px;
}

.logo-menu ul li a:hover, .logo-menu ul li a:active, .logo-menu ul li a:focus, .logo-menu ul li.current-menu-item a {
    border-color: #98a33d;
    color: #404040;
}
.logo {
    padding-top: 18px;
}

.logo a {
    display: inline-block;
}
.qoute-now {
    padding: 75px 0px;
    width: 975px;
    margin: 0 auto;
}

.qoute-now h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 48px;
    color: #404040;
    font-family: ProductSans;
}

.qoute-now h4 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 19px;
    color: #404040;
    font-weight: 600;
}

.qoute-now input[type="text"] {
padding: 15px 30px 15px 15px;
    line-height: normal;
    width: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    font-size: 13px;
    color: #707070;
    margin-top: 20px;
}

.qoute-now input[type="email"] {
    padding: 15px 30px 15px 15px;
    line-height: normal;
    width: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    font-size: 13px;
    color: #707070;
    margin-top: 20px;

}

.qoute-now .input-tel {
    padding: 15px 30px 15px 15px;
    line-height: normal;
    width: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    font-size: 13px;
    color: #707070;
    margin-top: 20px;
}

.qoute-now .input-tel-sidebar {
    padding: 15px 30px 15px 15px;
    line-height: normal;
    width: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    font-size: 13px;
    color: #707070;
    margin-top: 20px;
}

.qoute-now textarea {
    padding: 15px 30px 15px 15px;
    line-height: normal;
    width: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    font-size: 13px;
    color: #707070;
    height: 150px;
    margin-top: 20px;
    resize: none;
}

.qoute-now input[type="submit"] {
    width: 320px;
    height: 55px;
    text-align: center;
    border: 0px;
    margin: 40px auto 0px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    cursor: pointer;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.qoute-now input[type="submit"]:hover, .qoute-now input[type="submit"]:active, .qoute-now input[type="submit"]:focus {
    background: linear-gradient(to right, #99a43d 0%, #becb4f 100%);
}
.f-widget {
    padding: 50px 0px 35px;
    background-color: #23252a;
}
.f-logo a {
    display: inline-block;
}
.f-widget p {
    font-size: 13px;
    color: #b9c0c8;
    margin-bottom: 10px;
}

.f-logo {
    margin-bottom: 20px;
}

.f-widget a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}
.fwidget-bx ul {
    margin: 0px;
    padding: 0px;
}

.fwidget-bx h2 {
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
}

.fwidget-bx ul li {
    display: block;
    font-size: 13px;
    color: #b9c0c8;
    margin-bottom: 4px;
}

.fwidget-bx ul li a {
    font-size: 13px;
    color: #b9c0c8;
}

.fwidget-bx ul li a:hover, .fwidget-bx ul li a:active, .fwidget-bx ul li a:focus {
    color: #98a33d;
}
.fcnt-bx h2 {
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
}

.fcnt-bx ul {
    margin: 0px;
    padding: 0px;
}

.fcnt-bx ul li {
    display: block;
    font-size: 13px;
    color: #b9c0c8;
    margin-bottom: 4px;
    position: relative;
    padding-left: 25px;
}

.fcnt-bx ul li a {
    color: #b9c0c8;
    font-size: 13px;
}

.fcnt-bx ul li:nth-child(1):before {content: "\f095";font-family: fontAwesome;position: absolute;left: 0;color: #98a33d;}

.f-widget a:hover, .f-widget a:active, .f-widget a:focus {
    color: #98a33d;
}

.fcnt-bx ul li:nth-child(2):before {
    content: "\f003";
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    color: #98a33d;
}

.fcnt-bx ul li:nth-child(3):before {
    content: "\f232";
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    color: #98a33d;
}

.fcnt-bx ul li:nth-child(4):before {
    content: "\f17e";
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    color: #98a33d;
}

.fcnt-bx ul li:nth-child(5):before {
    content: "\f041";
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    color: #98a33d;
}
.copyright-bx {
    padding: 20px 0px;
    background-color: #1f2125;
}

.copyright-bx p {
    margin: 8px 0px 0px;
    font-size: 13px;
    color: #b9c0c8;
}

.copyright-bx .socials {
    text-align: right;
}

.copyright-bx .socials ul li a {
    font-size: 18px;
    color: #ffffff;
}

.copyright-bx .socials ul li {
    padding-right: 15px;
}

.copyright-bx .socials ul li:last-child {
    padding-right: 0px;
}
.home-banner {
    padding: 160px 0px 145px;
        background-attachment: fixed;
}

.home-banner h2 {
    margin: 0px;
    font-size: 66px;
    color: #ffffff;
    font-weight: 700;
    font-family: ProductSans;
}

.home-banner h4 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 700;
}

.gradient-btn button, .gradient-btn a {
    padding: 14px 30px!important;
    line-height: normal!important;
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%)!important;
    border: 0px!important;
    font-size: 17px!important;
    color: #fff!important;
    text-transform: uppercase!important;
    font-weight: 700;
}

.gradient-btn button:hover, .gradient-btn button:active, .gradient-btn button:focus, .gradient-btn a:hover, .gradient-btn a:active, .gradient-btn a:focus {
    color: #fff;
    background: linear-gradient(to right, #99a43d 0%, #becb4f 100%)!important;
}
.pioneers-bx {
    padding: 75px 0px;
}

.pioneers-bx h2 {
    font-size: 48px;
    color: #404040;
    font-family: ProductSans;
    line-height: 50px;
    margin-bottom: 30px;
}

.pioneers-bx p {
    color: #404040;
    line-height: 30px;
    padding: 0px 100px;
    margin-bottom: 25px;
}
.cat-main {
    padding: 75px 0px;
}

.cat-main h2 {
    margin: 10px 0px 25px;
    font-size: 30px;
    color: #404040;
    font-weight: 700;
    font-family: ProductSans;
}

.cat-main h2 a {
    color: #404040;
    display: inline-block;
}

.cat-main h2 a:hover, .cat-main h2 a:active, .cat-main h2 a:focus {
    color: #bfcc4f;
}
.packing-main {
    padding: 70px 0px;
    text-align: center;
        background-attachment: fixed;
}

.packing-main h2 {
    font-size: 48px;
    color: #ffffff;
    font-family: ProductSans;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
}
.best-bx {
    padding: 45px 0px;
}

.best-bx h2 {
    font-size: 38px;
    color: #404040;
    font-weight: 700;
    font-family: ProductSans;
    margin: 4px 0px 0px 0px;
    line-height: normal;
}
.paper-box {
    padding: 70px 0px;
}

.paper-box .wpb_gallery_slides {
    margin: 0px!important;
    border: 0px!important;
    box-shadow: 0px 0px!important;
}

.paper-box h3 {
    margin-bottom: 15px;
    font-size: 48px;
    color: #404040;
    line-height: 50px;
    font-family: ProductSans;
}

.paper-box p {
    color: #404040;
    font-size: 16px;
}

.paper-box ul {
    margin: 0px;
    padding: 0px 0px 0px 15px;
}

.paper-box ul li {
    display: block;
    color: #404040;
    position: relative;
    margin-top: 5px;
    padding-left: 20px;
}
.paper-box ul li:before {content: "\f22d";font-family: fontAwesome;position: absolute;left: 0;font-size: 13px;color: #98a33d;top: 3px;font-weight: 700;}
.wpb_gallery ul li:before {
    display: none!important;
}   
.gallery-main h2 {
    margin-bottom: 30px;
    font-size: 48px;
    color: #404040;
    font-family: ProductSans;
    line-height: 50px;
    text-align: center;
}
.gallery-btns {
    padding-top: 40px;
    text-align: center;
}

.gallery-btns .gradient-btn {
    display: inline-block;
    margin: 0px 7px;
}
.blog-home {
    padding: 70px 0px 40px;
}

.blog-home h2 {
    margin-bottom: 10px;
    line-height: 50px;
    font-family: ProductSans;
    font-size: 48px;
    color: #303030;
}

.blog-home h4 {
    font-size: 30px;
    color: #303030;
    font-family: ProductSans;
}

.hblogs-bx {
    margin-top: 30px;
}

.hblogs-bx a {
    display: inline-block;
}

.hblogs-bx h4 {
    font-size: 24px;
    color: #303030;
    text-align: center;
    margin: 20px 0px 10px;
}

.hblogs-bx h4 a {
    color: #303030;
}

.hblogs-bx p {
    text-align: center;
    font-size: 15px;
    color: #404040;
}

.keep-us h2 {
    margin: 8px 0px 0px;
    font-size: 32px;
    color: #404040;
    font-family: ProductSans;
}

.keep-us {
    padding: 40px 0px;
}
.keep-us .vc_col-sm-2 .vc_column-inner {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.testimonials-main {
    padding: 70px 0px;
}

.testimonials-main h2 {
    margin-bottom: 30px;
    font-size: 48px;
    color: #404040;
    font-weight: 700;
    line-height: 50px;
    font-family: ProductSans;
}

.testimonials-sliders {
    text-align: center;
}

.testimonials-sliders img {
    width: 80px!important;
    height: 80px;
    border-radius: 100%;
    margin: 0 auto 5px;
}

.testimonials-sliders h3 {
    font-size: 18px;
    color: #222222;
    margin: 0px;
    font-weight: 700;
    text-transform: capitalize;
}

.testimonials-sliders h5 {
    font-size: 14px;
    color: #787878;
    margin: 0px;
}

.rating-testimonials i {
    font-size: 16px;
    color: #fab716;
}

.rating-testimonials {
    margin-bottom: 10px;
}

.testimonials-sliders p {
    color: #404040;
    padding: 0px 110px;
}
.testimonials-main .owl-prev {
    padding: 0px!important;
    margin: 0px!important;
    color: #cecece!important;
    background-color: transparent!important;
    font-size: 40px!important;
    float: left;
}

.testimonials-main .owl-next {
    padding: 0px!important;
    margin: 0px!important;
    color: #cecece!important;
    background-color: transparent!important;
    font-size: 40px!important;
    float: right;
}

.testimonials-main .owl-controls .owl-nav {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
}
.testimonials-main .owl-dots {
    margin-top: 20px;
}

.testimonials-main .owl-dot span {
    margin: 0px 3px!important;
    background-color: #cccccc!important;
}

.testimonials-main .owl-dot.active span {
    background-color: #98a33d!important;
}
.vc_toggle_default .vc_toggle_icon::after, .vc_toggle_default .vc_toggle_icon::before {
    background: #98a33d!important;
}
.vc_toggle_default .vc_toggle_icon::before {
    border: 1px solid #98a33d!important;
}
.faqs-main {
    padding: 75px 0px;
}

.faqs-main h2 {
    margin-bottom: 30px;
    font-size: 48px;
    color: #404040;
    font-family: ProductSans;
}

.faqs-main .vc_toggle_title {
    background-color: #fff;
    padding: 15px 30px 15px 15px!important;
    border-radius: 5px;
}

.faqs-main .vc_toggle_title h4 {
    color: #404040;
    font-size: 15px;
}
.faqs-main .vc_toggle_title i.vc_toggle_icon {
    right: 12px!important;
    left: unset!important;
}
.vc_toggle_content p {
    font-size: 14px;
    color: #404040;
}
.vc_toggle_content p {
    font-size: 14px;
    color: #404040;
}

.vc_toggle_active .vc_toggle_title {
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
}

.vc_toggle_active .vc_toggle_title h4 {
    color: #fff;
}

body .vc_toggle_active i.vc_toggle_icon:after {
    background: #fff!important;
}
.factory-main {
    padding-top: 75px;
}

.factory-main h2 {
    margin-bottom: 30px;
    font-size: 48px;
    color: #404040;
    font-family: ProductSans;
}
li#text-2 {
    display: block;
}
.image-zoom-effect:hover img {transform: scale(1.1);-webkit-transform: scale(1.1);}

.image-zoom-effect img {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}
.gray-btnbg a, .gray-btnbg button {
    background: #707070!important;
}
.image-zoom-effect {
    overflow: hidden;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
    margin-top: -25px!important;
}
.flex-control-nav li {
    margin: 0 4px!important;
}
.flex-control-paging li a.flex-active {
    background: #98a33d!important;
    background: #98a33d!important;
}
.flex-control-paging li a {
    background: #ffffff!important;
    background: #ffffff!important;
    box-shadow: 0px 0px!important;
}
ul.flex-direction-nav {
    display: none!important;
}
.about-banner {
    padding: 80px 0px;
}

.about-banner h2 {
    margin-bottom: 30px;
    font-size: 65px;
    color: #ffffff;
    font-family: ProductSans;
    line-height: 65px;
}
.about-paper h2 {
    margin: 0px 0px 5px;
    font-size: 44px;
}

.about-paper h5 {
    font-size: 19px;
    color: #404040;
}
.team-bx {
    margin-top: 30px;
}

.team-bx h2 {
    margin: 5px 0px 0px;
    font-size: 30px;
    line-height: normal;
}

.team-bx p {
    font-size: 13px;
    color: #404040;
}
.abut-product {
    padding: 70px 0px;
}

.abut-product h2 {
    margin-bottom: 10px;
    font-size: 44px;
    color: #404040;
    font-family: ProductSans;
}

.ab-product-bx {
    margin-top: 25px;
    position: relative;
}

.count {
    position: absolute;
    top: -10px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 21px;
    color: #fffefe;
    font-family: ProductSans;
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    border-radius: 100%;
    line-height: 40px;
    right: 0;
}

.ab-product-bx h3 {
    font-size: 24px;
    color: #404040;
    font-family: ProductSans;
}

.ab-product-bx h3 a {
    color: #404040;
}

.ab-product-bx p {
    font-size: 14px;
    color: #404040;
}
.about-faqs h2 {
    text-align: left!important;
}

.about-faqs h2 {
    text-align: left!important;
}

.about-faqs .vc_toggle_title {
    box-shadow: 0px 0px 20px 0px rgba(24, 24, 24, 0.20);
    padding-top: 12px!important;
    padding-bottom: 12px!important;
}

.about-faqs .vc_toggle {
    margin-bottom: 12px;
}
.page-id-122 footer {
    background-color: #f1f1f1;
}
.about-banner.product-banner h2 {
    font-size: 60px!important;
}
.pro-main {
    padding: 0px 0px 65px;
    background-color: #f1f1f1;
}
.pro_bx {
    padding-top: 65px;
}

.pro_bx h2 {
    margin-bottom: 20px;
    font-size: 40px;
    color: #303030;
    font-weight: 700;
}

.pro_bx p {
    font-size: 17px;
    color: #404040;
}
.pro_bx ul {
    margin: 0px;
    padding: 0px;
}

.pro_bx ul li {
    display: block;
    color: #404040;
    font-size: 17px;
    position: relative;
    padding-left: 25px;
        margin-top: 5px;
}

.pro_bx ul li:before {content: "\f10c";font-family: fontAwesome;font-size: 13px;color: #98a33d;position: absolute;top: 4px;left: 0;}
.pro_bx .gradient-btn {
    display: inline-block;
    margin-right: 12px;
}
.best-bx.proleading-bx {
     background: linear-gradient(to right, #becb4f 0%, #99a43d 100%)!important;
}

.best-bx.proleading-bx h2 {
    font-size: 41px;
    color: #ffffff;
    margin: 0px;
}

.best-bx.proleading-bx .gradient-btn button, .best-bx.proleading-bx .gradient-btn a {
    background: #fff!important;
    color: #98a33d!important;
}

.best-bx.proleading-bx .gradient-btn {
    text-align: left;
}
.problogMain {
    padding-top: 75px;
        padding-bottom: 70px;
        }
.blog-zoom-effect img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.blog-zoom-effect img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.blog-zoom-effect {
    overflow: hidden;
}
.problogMain h2 {
    font-size: 40px;
    color: #303030;
    font-weight: 700;
    margin-bottom: 20px;
}

.problogMain p {
    font-size: 17px;
    color: #404040;
}

.problogMain ul {
    margin: 0px;
    padding: 0px;
}

.problogMain ul li {
    display: block;
    color: #404040;
    font-size: 17px;
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
}

.problogMain ul li:before {content: "\f10c";font-family: fontAwesome;font-size: 13px;color: #98a33d;position: absolute;top: 4px;left: 0;}


.problogForm .qoute-now {
    width: 100%;
    padding: 0px;
}

.problogForm {
    background-color: #f2f2f2;
    border-radius: 3px;
    padding: 25px;
}

.problogForm h2 {
    font-size: 35px;
    color: #404040;
    margin-bottom: 5px;
}

.problogForm input[type="text"], .problogForm input[type="email"], .input-tel-sidebar {
    box-shadow: 0px 0px 18px 0px rgba(24, 24, 24, 0.18);
    border-radius: 5px;
    font-size: 13px;
    color: #707070;
    background-position: 292px 18px!important;
}

.problogForm  textarea {
    background-position: 295px 121px!important;
    box-shadow: 0px 0px 18px 0px rgba(24, 24, 24, 0.18);
    border-radius: 5px;
    font-size: 13px;
    color: #707070;
}
.problogForm input[type="submit"] {
    margin-top: 12px;
}
.page-id-158 footer {
    background: #f1f1f1;
}
.subwidgetform #mc_embed_signup form {
    padding: 0px!important;
}

.subwidgetform #mc_embed_signup {
    background: transparent!important;
}

.subwidgetform #mc_embed_signup .mc-field-group {
    width: 100%;
}
.pagination-bx {
    background-color: #f1f1f1;
    padding: 10px 0px;
    font-size: 12px;
    color: #808080;
    line-height: normal;
}
body.blog {
    background-color: #f8f8f8;
}
body.blog .logo-bar {
    background-color: #ffffff;
}
.main-blog {
    padding: 55px 0px;
}
.blog-bx {
    margin-bottom: 20px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba(24, 24, 24, 0.15);
}
.blog-title a {
    display: inline-block;
}
.blog-title a h2 {
    font-size: 44px;
    color: #303030;
    margin: 0px;
    font-weight: 700;
        font-family: lato;
}
.blog-meta {
    margin: 20px 0px;
    font-size: 12px;
    color: #404040;
    font-family: lato;
}
.addtoany_shortcode {
    display: inline-block;
}
.share-blog {
    text-align: right;
    margin-top: 15px;
}
.blog-title a h2:hover, .blog-title a h2:active, .blog-title a h2:focus {
    color: #98a33d;
}
.blogshort-dec p {
    font-size: 17px;
    color: #404040;
    font-family: lato;
}

.blog-btn a {
    display: block;
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    padding: 20px;
    border-radius: 5px;
    font-family: lato;
}

.blog-btn a:hover, .blog-btn a:active, .blog-btn a:focus {
    background: linear-gradient(to right, #99a43d 0%, #becb4f 100%);
    color: #fff;
}
body.blog .qoute-now {
    display: none;
}
.pagination-list {
    text-align: center;
}

.pagination-list ul {
    margin: 0px;
    padding: 0px;
}

.pagination-list ul li {
    display: inline-block;
    margin: 0px 4px;
}
.pagination-list ul li span.current {
    width: 42px;
    height: 42px;
    text-align: center;
    display: inline-block;
    line-height: 42px;
    border: 1px solid #606060;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border-radius: 100%;
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    border-color: transparent;
}

.pagination-list ul li a {
    width: 42px;
    height: 42px;
    text-align: center;
    display: inline-block;
    line-height: 42px;
    border: 1px solid #606060;
    font-size: 14px;
    color: #606060;
    font-weight: 700;
    border-radius: 100%;
}

.pagination-list ul li a:hover, .pagination-list ul li a:active, .pagination-list ul li a:focus {
    background: linear-gradient(to right, #99a43d 0%, #becb4f 100%);
    color: #fff;
    border-color: transparent;
}
.subwidget {
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    text-align: center;
    padding: 25px;
    margin-bottom: 25px;
        border-radius: 5px;
}

.subwidget h3 {
    margin: 15px 0px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    padding: 0px 60px;
    font-family: lato;
}

.subwidget p {
    color: #ffffff;
    font-size: 15px;
    font-family: lato;
}

.subwidgetform {
    border-top: 1px solid #acb846;
    padding-top: 20px;
}

.subwidgetform h4 {
    font-size: 21px;
    color: #ffffff;
    font-weight: 700;
    font-family: lato;
    margin-bottom: 15px;
}

.subwidgetform input[type="email"], .subwidgetform input[type="text"] {
     width: 100%!important;
    margin-bottom: 1px;
    border: 0px!important;
    padding: 15px!important;
    border-radius: 5px!important;
    font-size: 13px;
    color: #707070;
    font-family: lato;
}

.subwidgetform input[type="submit"] {
width: 100%!important;
    border: 0px!important;
    background-color: #7e8730!important;
    font-size: 14px!important;
    color: #ffffff!important;
    text-transform: uppercase;
    font-family: lato;
    padding: 15px!important;
    line-height: normal!important;
    border-radius: 5px!important;
    cursor: pointer!important;
    margin-bottom: 5px!important;
    font-weight: 700!important;
    height: auto!important;
}
.develop-widget {
        border-radius: 5px;
    padding: 35px;
    text-align: center;
    background: linear-gradient(to right, #7f7f7f 0%, #525252 100%);
}

.develop-widget h2 {
    font-size: 30px;
    font-family: lato;
    font-weight: 700;
    color: #ffffff;
    margin: 0px;
}

.develop-widget ul {
    margin: 20px 0px;
    padding: 0px;
}

.develop-widget ul li {
    display: inline-block;
    margin: 0px 1px;
        border-radius: 100%;
    overflow: hidden;
}

.develop-widget a {
    display: inline-block;
    width: 252px;
    height: 52px;
    line-height: 52px;
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    font-size: 17px;
    color: #ffffff;
    font-family: lato;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
}

.develop-widget ul li a {
    width: auto;
    height: auto;
    line-height: normal;
    background: transparent;
}
.develop-widget a:hover, .develop-widget a:active, .develop-widget a:focus {
    background: linear-gradient(to right, #99a43d 0%, #becb4f 100%);
    color: #fff;
}
body.single.single-post {
    background: #f8f8f8;
}

body.single.single-post .logo-bar {
    background: #fff;
}

/*body.single.single-post  .qoute-now {
    display: none;
} */
.single.single-post .blogshort-dec {
    border-top: 1px solid #f1f1f1;
    padding-top: 25px;
    margin-top: 25px;
}

.single.single-post .blogshort-dec h3 {
    margin-bottom: 25px;
    font-size: 30px;
    color: #303030;
    font-weight: 700;
    font-family: lato;
}

.single.single-post .blogshort-dec p {
    margin-bottom: 25px;
}

.single.single-post .blogshort-dec img {
    margin-bottom: 25px;
}

.single.single-post .blogshort-dec ul {
    padding: 0px;
    margin-bottom: 25px;
}

.single.single-post .blogshort-dec ul li {
    display: block;
    padding-left: 30px;
    font-size: 17px;
    color: #404040;:;
    font-family: lato;
    margin-bottom: 10px;
    position: relative;
}

.single.single-post .blogshort-dec ul li:before {content: "\f10c";font-family: fontAwesome;position: absolute;left: 0;font-size: 13px;color: #98a33d;top: 4px;}
.share-blog.detail-share {
    text-align: left;
    border-top: 1px solid #f1f1f1;
    padding-top: 25px;
}
li#text-3, li#custom_html-2, li#text-4 {
    display: block;
}
.cnt-banner {
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    position: relative;
        overflow: unset!important;
        height: 200px;

}

.cnt-banner h1 {
    margin: 0px;
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
    font-family: lato;
    line-height: 200px;
}

.cnt-banner:after {
    content: url(../images/icon-bottom.png)!important;
    position: absolute;
    bottom: -35px;
    z-index: 1;
    left: 0!important;
    right: 0!important;
    margin: 0 auto!important;
    text-align: center;
    width: 100%;}
.cnt-form-enquiry.qoute-now {
    width: 100%!important;
    padding: 0px!important;
}
.cnt-form {
    padding: 75px 0px;
}

.cnt-form .cnt-form-enquiry.qoute-now {
    padding: 25px 27px!important;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba(24, 24, 24, 0.15);
    display: block;
}

.cnt-form .cnt-form-enquiry.qoute-now h2 {
    text-align: left;
    font-size: 36px;
    color: #404040;
    font-weight: 700;
    font-family: lato;
}

.cnt-form .cnt-form-enquiry.qoute-now input[type="text"], .cnt-form .cnt-form-enquiry.qoute-now input[type="email"] {
    background-color: #f8f8f8;
}

.cnt-form .cnt-form-enquiry.qoute-now .input-tel {
    background-color: #f8f8f8!important;
    background-position: 592px 19px!important;
}

.cnt-form .cnt-form-enquiry.qoute-now textarea {
    background-color: #f8f8f8;
    background-position: 595px 123px!important;
}

.cnt-form .cnt-form-enquiry.qoute-now input[type="submit"] {
    width: 175px;
    font-family: lato;
    margin-top: 15px;
}

.cnt-right h3 {
    margin-bottom: 20px;
    font-size: 36px;
    color: #303030;
    font-weight: 700;
    font-family: lato;
}

.cnt-right ul {
    margin-bottom: 25px!important;
    padding: 0px;
}

.cnt-right ul li {
    padding-left: 25px;
    display: block;
    position: relative;
    margin-top: 5px;
    font-size: 17px;
    color: #404040;
}

.cnt-right ul li:before {content: "\f10c";position: absolute;left: 0;top: 4px;font-family: fontAwesome;font-size: 13px;color: #98a33d;}

.cnt-right .vc_btn3-container.vc_btn3-inline {
    width: 100%;
}

.cnt-right a.vc_btn3 {
    display: block;
    text-align: left;
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    font-size: 21px;
    color: #ffffff!important;
    border: 0px!important;
    font-weight: 700;
    font-family: lato;
}

.cnt-right .cnt-tel a.vc_btn3:before {content: "\f2a0";font-family: fontAwesome;border-right: 1px solid #d3e358;padding-right: 15px;margin-right: 15px;    font-size: 24px;
    font-weight: 100;}

.cnt-right .cnt-email a.vc_btn3:before {
    content: "\f003";
    font-family: fontAwesome;
    border-right: 1px solid #d3e358;
    padding-right: 15px;
    margin-right: 15px;
        font-size: 24px;
    font-weight: 100;
}
.page-id-198 .qoute-now {
    display: none;
}
.cnt-info {
    padding: 75px 0px;
}

.cnt-info h2 {
    margin-bottom: 15px;
    font-size: 30px;
    color: #98a33d;
    font-weight: 700;
    font-family: lato;
}

.cnt-adresses ul {
    margin: 0px;
    padding: 0px;
}

.cnt-adresses ul li {
    display: block;
    padding-left: 45px;
    margin-top: 15px;
    font-size: 18px;
    color: #404040;
    position: relative;
}

.cnt-adresses ul li:nth-child(1):before {
    content: "\f095";
    font-family: fontAwesome;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 0;
    line-height: 32px;
    border-radius: 100%;
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    top: -2px;
}

.cnt-adresses ul li a {
    display: inline-block;
    font-size: 18px;
    color: #404040;
}

.cnt-adresses ul li:nth-child(2):before {
    content: "\f003";
    font-family: fontAwesome;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 0;
    line-height: 32px;
    border-radius: 100%;
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    top: -2px;
}

.cnt-adresses ul li:nth-child(3):before {
    content: "\f232";
    font-family: fontAwesome;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 0;
    line-height: 32px;
    border-radius: 100%;
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    top: -2px;
}

.cnt-adresses ul li:nth-child(4):before {
    content: "\f17e";
    font-family: fontAwesome;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 0;
    line-height: 32px;
    border-radius: 100%;
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    top: -2px;
}

.cnt-adresses ul li:nth-child(5):before {
    content: "\f041";
    font-family: fontAwesome;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 0;
    line-height: 32px;
    border-radius: 100%;
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    top: -2px;
}

.cnt-adresses {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    padding: 25px;
}
.detail-first-bx {
    padding: 75px 0px;
}

.detail-first-bx h2 {
    margin-bottom: 20px;
    font-size: 44px;
    color: #303030;
    font-weight: 700;
    font-family: lato;
}

.detail-first-bx p {
    font-size: 17px;
    color: #404040;
}

.detail-first-bx ul {
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 25px!important;
}

.detail-first-bx ul li {
    display: block;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}

.detail-first-bx ul li:before {content: "\f10c";position: absolute;left: 0;font-family: fontAwesome;font-size: 13px;color: #98a33d;top: 3px;}
.details-tab {
    padding: 70px 0px;
}

.details-tab .vc-tabs-li {
padding: 15px 20px!important;
    border: 0px!important;
    bottom: 0!important;
    background-color: #757575!important;
    border-radius: 5px 5px 0px 0px;
    float: none!important;
    width: auto!important;
    font-size: 17px!important;
    color: #ffffff!important;
    text-transform: uppercase;
    font-weight: 700!important;
    font-family: lato!important;
    letter-spacing: normal!important;
    margin-left: 3px!important;
    box-shadow: 0px 0px!important;
    margin-right: 0px!important;
}

.details-tab .vc-tabs-li.active {
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    color: #ffffff;
}
.ctu-ulitate-style-1-tabs {
    border: 1px solid #dcdcdc!important;
    box-shadow: 0px 0px!important;
    border-radius: 3px!important;
    padding: 35px!important;
}

.details-tab h2 {
    margin-bottom: 25px;
    font-size: 44px;
    color: #303030;
    font-weight: 700;
    font-family: lato;
}

.details-tab p {
    font-size: 17px!important;
    color: #404040!important;
    margin-bottom: 30px!important;
    line-height: 28px;
}

.details-tab ul {
    margin: 0px;
    padding: 0px;
}

.details-tab ul li {
    font-size: 17px;
    color: #404040;
    margin-bottom: 5px;
    line-height: 28px;
    padding-left: 22px;
    display: block;
    position: relative;
}

.details-tab ul li:before {content: "\f10c";position: absolute;left: 0;font-family: fontAwesome;font-size: 13px;color: #98a33d;top: 1px;}

.sol-main h1 {
    font-size: 44px;
    color: #303030;
    font-weight: 700;
    font-family: lato;
}

.sol-main .image-zoom-effect {
    margin-bottom: 5px;
    margin-top: 30px;
}

.sol-main h3 {
    font-size: 30px!important;
    color: #303030;
    font-weight: 700;
    font-family: lato;
}
.team-support {
    padding: 25px 0px;
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
}

.team-support h2 {
    margin: 0px;
    font-size: 44px;
    color: #ffffff;
    font-weight: 700;
    font-family: lato;
}
.sol-main {
    padding-bottom: 65px;
}
.rel-bx {
    padding: 70px 0px;
}

.rel-bx h2 {
    font-size: 44px;
    color: #303030;
    font-weight: 700;
    font-family: lato;
    margin-bottom: 30px;
}

.rel-bx p {
    font-size: 17px;
    color: #404040;
    text-align: center;
    padding: 0px 60px;
    line-height: 27px;
}

.rel-bx h4 {
     font-size: 27px;
    font-weight: 700;
    font-family: lato;
    margin-top: 15px;
}
.page-id-211 footer {
    background-color: #f1f1f1;
}
.team-support a.vc_general.vc_btn3 {
    width: 200px;
    height: 50px;
    line-height: 50px;
    border: 0px;
    padding: 0px;
    display: block;
    background-color: #ffffff;
    color: #98a33d;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: lato;
}
.hidden {
    display: none;
}
h5#exampleModalLongTitle {
    text-align: left;
    font-size: 22px;
    color: #404040;
    font-weight: 700;
    font-family: lato;
    margin: 0px;
}

button.close {
    padding: 20px 15px!important;
}

.modal-body.popup-quoteForm input[type="text"], .modal-body.popup-quoteForm input[type="email"], .modal-body.popup-quoteForm textarea {
    padding: 15px 30px 15px 15px;
    line-height: normal;
    width: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    font-size: 13px;
    color: #707070;
    margin-top: 20px;
    resize: none;
}

.modal-body.popup-quoteForm input[type="submit"] {
    text-align: center;
    border: 0px;
    margin: 30px auto 0px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    cursor: pointer;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    padding: 15px 30px;
}

.modal-body.popup-quoteForm input[type="submit"]:hover, .modal-body.popup-quoteForm input[type="submit"]:active, .modal-body.popup-quoteForm input[type="submit"]:focus {
    background: linear-gradient(to right, #99a43d 0%, #becb4f 100%);
}
.modal-body.popup-quoteForm {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}
.logo-bar.fixed {
    position: fixed;
    z-index: 11;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0px 5px 10px 0px rgba(31, 33, 37, 0.12);
}
.about-banner {
    background-attachment: fixed;
}
.ab-product-bx .image-zoom-effect {
    overflow: unset;
}
.subwidgetform input[type="text"] {
    background: url(../images/user-icon.png) no-repeat #ffffff;
    background-position: 285px 17px;
        padding-right: 35px!important;
}
.subwidgetform input[type="email"] {
    background: url(../images/email-icon.png) no-repeat #ffffff;
    background-position: 285px 17px;
        padding-right: 35px!important;
}
.faqs-main.about-faqs .gradient-btn .vc_general {
    display: block;
        margin-top: 12px;
}
.ab-hongdulist ul {
    margin: 0px;
    padding: 0px;
}

.ab-hongdulist ul li {
    display: block;
    background-color: #fff;
    padding: 15px 30px 15px 15px!important;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgba(24, 24, 24, 0.20);
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.highlighted {
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    color: #ffffff;
}
li.highlighted:after{
    color: #ffffff!important;
}
.side-fixed .problogForm {
    position: fixed;
    top: 10%;
    max-width: 370px;
    z-index: 1;
}
.develop-widget.side-fixed {
    position: fixed;
    top: 10%;
    max-width: 368px;
    z-index: 1;
}
.problogMain img {
    padding: 35px 0px;
}
.ab-hongdulist ul li:after {content: "\f04b";font-family: fontAwesome;position: absolute;right: 15px;color: #98a33d;font-size: 14px;top: 18px;}
.page-template-page-category footer .qoute-now {
    display: none;
}
.blog-art-form {
    background-color: #f1f1f1;
}
.leadind-calltoaction h2 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px!important;
}

.leadind-calltoaction .gradient-btn {
    display: inline-block;
}

.leadind-calltoaction {
    text-align: center;
}
.develop-widget ul li img {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.develop-widget ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.details-tab input[type="text"], .details-tab input[type="email"], .details-tab textarea {
    margin-bottom: 20px;
    padding: 15px 30px 15px 15px;
    line-height: normal;
    width: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    font-size: 13px;
    color: #707070;
    margin-top: 20px;
}
.details-tab input[type="text"] {
 background: url(../images/user-icon.png) no-repeat #ffffff;
 background-position: 320px 17px;
}
.details-tab input[type="email"] {
 background: url(../images/email-icon.png) no-repeat #ffffff;
 background-position: 320px 17px;
}
.details-tab textarea {
background: url(../images/edit-icon.png) no-repeat #ffffff;
    background-position: 1070px 121px;
    resize: none;
    height: 150px;
}
.details-tab .input-tel-tabs {
    background: url(../images/tel-icon.png) no-repeat #ffffff!important;
 background-position: 320px 17px!important;
}
.details-tab input#saveForm {
    width: 320px;
    height: 55px;
    text-align: center;
    border: 0px;
    margin: 10px auto 0px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    cursor: pointer;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.details-tab input#saveForm:hover {
    background: linear-gradient(to right, #99a43d 0%, #becb4f 100%);
    color: #fff;
}
.local-team-calltoaction h2 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 55px;
}

.local-team-calltoaction {
    text-align: center;
}






/* Menu Styling */
#cssmenu ul li.bg::before {
    transition: 0.75s;
    background: #4b2682;
    content: '';
    position: absolute;
    top: 0;
    width: 173%;
    height: 100%;
}

#cssmenu ul li.bg a {
    color: #fff;
}

#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none
}

#cssmenu > ul > li {
	float: left;
	position: relative;
}#cssmenu ul li.bg:hover a {
    background: none;
}
#cssmenu > ul > li > a {
    color: #332c2b;
    transition: 0.75s !important;
    padding: 15px 12px 30px;
    text-decoration: none;
    font-size: 16px;
}#cssmenu > ul > li.btnx > a {
    width: 100px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background-color: #18154d;
    margin: 12px 0;
    padding: 9px 0;
}#cssmenu > ul > li.btnx > a:before {
    display: none;
}

#cssmenu > ul > li.btnx > a:hover {
    background: #3065a5;
}
#cssmenu > ul > li > a:before {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	right: 0;
}#cssmenu ul li.bg:hover::before {
    background: #0e61ae;
}
#cssmenu > ul > li:hover > a:before, #cssmenu ul li.active a:before {
	height: 3px;
}#cssmenu > ul > li > a:before {
    transition: 0.5s;
    content: '';
    background-image: linear-gradient(to right, #259bd8, #1a4b8e);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
}
#cssmenu > ul > li:hover a, #cssmenu > ul > li.current-menu-item a, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 26px;
	right: 13px;
	width: 8px;
	height: 2px;
	display: block;
	background: #000000;
	content: '';
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 27px;
	right: 16px;
	display: block;
	width: 2px;
	height: 8px;
	background: #000000;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	opacity: 1;
	z-index: 100;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: transparent;
	transition: all .25s ease;
        padding: 0px;
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
	padding: 0;
	left: 0;
}

#cssmenu li:hover > ul > li {
	height: 35px;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	/* top: 0 */
	margin-top: -37px;
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150,150,150,0.15);
	width: 205px;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	font-weight: 400;
	display: block;
	text-align: left;
	text-transform: capitalize;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0
}
/* #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    background: #222222;
    color: #fff;
} */
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #fff
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #fff
}



.sidebar h2 {    background: #0e61ae;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 4px solid #f31818;}
@media screen and (max-width:767px) {
nav {
	width: 100%;
}
#cssmenu {
	width: 92%;
	float: none;
	position: absolute;
	padding: 0;
	top: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}
#cssmenu ul {
	padding: 0;
	width: 100%;
	position: absolute;
	top: 0;
	display: none;
	z-index: 100000;
	background: #353535;
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid #fff
}
#cssmenu ul li:hover {
	background: #363636;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0
}
#cssmenu > ul > li {
	float: none
}
#cssmenu ul ul li a {
	padding-left: 25px
}
#cssmenu ul ul li {
	background: #333!important;
}
#cssmenu ul ul li:hover {
	background: #363636!important
}
#cssmenu ul ul ul li a {
	padding-left: 35px
}
#cssmenu ul ul li a {
	color: #fff;
	background: none;
	text-transform: capitalize;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;    top: 0;
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none
}
#cssmenu #head-mobile {
	display: block;
	padding: 12px;
	color: #ddd;
	font-size: 12px;
	font-weight: 700;
}
#cssmenu .button {
	width: 35px;
	height: 34px;
	position: absolute;
	right: 0;
	top: -61px;
	cursor: pointer;
	z-index: 12399994;
	background: #2e63a4;
}
#cssmenu ul ul li a strong {
	color: #01d7e1;
}
#cssmenu > ul > li > a {
	color: #fff;
	margin-left: 0;
	font-size: 14px;
	padding: 15px;
}
#cssmenu .button:after {
	position: absolute;
	top: 16px;
	right: 0;
	left: 0;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	content: '';
	margin: 0 auto;
}
#cssmenu .button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
	height: 2px;
	width: 20px;
	background: #ffffff;
	content: '';
	left: 0;
	margin: 0 auto;
}
#cssmenu .button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	/* transition: all .3s ease; */
	top: 16px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cssmenu .button.menu-opened:before {
	top: 16px;
	background: #ffffff;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #444;
	height: 46px;
	width: 46px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: #262626
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;

	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none
}
}a.logo img {margin: 15px 0;}

#cssmenu > ul > li.btnx a {
    margin-left: 40px;
    padding: 9px 12px !important;
    background-image: linear-gradient(to right, #259bd8, #1a4b8e);
    width: auto;
}li.btnx.none {
    display: none !important;
}ul.onmbfx {
    margin-right: 15px !important;
}
#cssmenu ul ul li > a, #cssmenu ul ul li a {
    font-weight: 700;
    color: #ffffff;
    line-height: normal;
    padding: 15px 10px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
    background: linear-gradient(to right, #becb4f 0%, #99a43d 100%);
    line-height: 6px;
}
#cssmenu ul ul li > a:hover, #cssmenu ul ul li a:hover {
    color: #ffffff;
    background: linear-gradient(to right, #99a43d 0%, #becb4f 100%);
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    }

.qoute-now span.sprite-icon {
    background: url(/wp-content/themes/hongdupaper/images/spritesheet.png) 0 0;
    right: 25px;
    width: 15px;
    position: absolute;
    height: 15px;
    top: 39px;
}

.qoute-now .col-12 {
    position: relative;
}
span.sprite-icon.sprite-name {
    background-position: 17px 0px;
}
span.sprite-icon.sprite-email {
    background-position: 48px 0px;
}
span.sprite-icon.sprite-phone {
    background-position: -32px 0px;
}