/*
Theme Name: WeSanti

Theme URI: https://waisanti.com

Author: 外三体

Author URI: https://waisanti.com/

Description: 外三体专注于提供高质量的B2B外贸网站建设及推广方案。三体系统功能可完美用于谷歌广告, Facebook运营，内容营销三种推广模式，是为“三体”。 阿里客户可导入Facebook再营销，网站产品可同步到Facebook商店，Facebook说说可同步到网站。三个渠道数据互通，是为“合一”.

Version: 2019

License: GNU General Public License v3 

License URI: http: //www.gnu.org/licenses/gpl.html

Tags: one-column,

two-columns,

right-sidebar,

fluid-layout,

custom-background,

custom-header,

custom-menu,

editor-style,

featured-images,

flexible-header,

rtl-language-support,

theme-options,

translation-ready Text Domain: waisanti */
/* The bootstrap.css file is auto-enqueued in functions.php */
/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/
/*fonts

    font-family: 'open_sansbold';

    font-family: 'open_sansextrabold';cc-item-inner .download-cat-img

    font-family: 'open_sanslight';

    font-family: 'open_sansregular';

    font-family: 'open_sanssemibold';

    font-family: 'Sacramento', cursive;

*/

@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.woff2') format('woff2'), url('fonts/opensans-bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('fonts/opensans-extrabold-webfont.woff2') format('woff2'), url('fonts/opensans-extrabold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.woff2') format('woff2'), url('fonts/opensans-light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.woff2') format('woff2'), url('fonts/opensans-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold-webfont.woff2') format('woff2'), url('fonts/opensans-semibold-webfont.woff') format('woff');
}

html {
    overflow-y: visible;
    overflow-x: hidden;
}

body {
    font-family: 'open_sansregular';
    font-size: 15px;
    color: #282320;
    line-height: 170%;
    overflow-x: hidden;
    position: relative;
    counter-reset: count;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1,
h2,
h3,
h5 {
    font-family: 'open_sansregular';
}

h1 {
    text-transform: uppercase;
    color: #172119;
    line-height: 120%;
    font-family: 'open_sansbold';
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: 1px;
}

h2 {
    font-family: 'open_sansbold';
    font-size: 1.6em;
    color: #172119;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: 1px;
}

h3 {
    font-size: 1.5em;
    line-height: 150%;
    color: #414241;
}

h4 {
    font-size: 1.4em;
    line-height: 150%;
    font-family: 'open_sanssemibold';
    color: #353535;
}

h5 {
    font-size: 1.2em;
    line-height: 150%;
    color: #414241;
    font-family: 'open_sanssemibold';
}

h6 {
    font-family: 'open_sansbold';
    font-size: 1em;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #414241;
}

p,
.single-expertist-sec h1 {
    font-size: 1em;
    font-family: 'open_sansregular';
    color: #656363;
    line-height: 170%;
    letter-spacing: 0.5px;
}

.single-expertist-sec h1 {
    font-weight: 400;
    text-transform: inherit;
}

img {
    max-width: 100%;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

a,
a:hover,
button,
button:hover {
    text-decoration: none;
}

.transition,
a,
a:hover,
button,
button:hover,
a:before,
a:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.no-link {
    cursor: default;
    opacity: 1 !important;
    color: inherit;
}

/*global classs*/

.no-bottom-padding {
    padding-bottom: 0;
}

.no-top-padding {
    padding-top: 0;
}

.pd-zero {
    padding: 0;
}

.pd-left-zero {
    padding-left: 0;
}

.pd-right-zero {
    padding-right: 0;
}

.page-template-search .slider {
    display: none;
}

/*global class end*/

section,
footer {
    padding: 70px 0;
    position: relative;
}

.align-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
}

.vertical-middle {
    vertical-align: middle;
    display: table-cell;
}

.gray-bg {
    background-color: #f9f9f9;
}

.dark-gray-bg {
    background-color: #f9f9f9;
}

.bg-style {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.title {
    margin-bottom: 40px;
    position: relative;
}

.title h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.container-fluid {
    /*padding: 0;*/

    width: 100%;
    max-width: 3000px;
}

.col-center {
    float: none;
    margin: auto;
    clear: both;
}

/*btn*/

.btn,
.searchform button,
.woocommerce-product-search button {
    text-transform: uppercase;
    font-size: 0.9em;
    text-shadow: none;
    box-shadow: none;
    padding: 12px 30px;
    border-radius: 0;
    border: none;
    position: relative;
    background-image: none;
    font-family: 'open_sansbold';
    background-color: #fff;
    border-radius: 25px;
}

.woocommerce-product-search button {
    color: #fff;
}

.btn-small {
    padding: 6px 8px;
    text-transform: capitalize;
}

.btn:hover,
.woocommerce-product-search button:hover,
.comment-single-form input#submit {
    color: #000;
    background-color: #f1f1f1;
}

.btn-primary,
.woocommerce-product-search button:hover {
    background-color: #fbbf05;
    border-radius: 25px;
}

.btn-secondary {
    background-color: white;
    color: #000;
    border-radius: 25px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover:focus,
.btn-primary:hover:active,
.woocommerce-product-search button:hover,
.woocommerce-product-search button:focus,
.woocommerce-product-search button:active {
    background-color: #000;
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover:focus,
.btn-secondary:hover:active {
    background-color: #f1f1f1;
}

.btn-primary span {
    position: relative;
    z-index: 1;
}

.btn-territory {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
}

.btn-territory:hover,
.btn-territory:active,
.btn-territory:focus {
    background-color: #fff;
}

.twenty-five-header .enquiry-btn .btn {
    padding: 12px 21px;
}

.logo:hover {
    opacity: 0.5;
}

/*Top Head*/

header {
    position: relative;
}

.fh-top-header {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.fh-top-header .topbar-address h1,
.topbar-address h2 {
    line-height: 36px;
    color: #888;
    font-size: 12px;
    font-family: 'open_sansregular';
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.fh-top-header .th-right-col {
    text-align: right;
}

.fh-top-header .flags {
    border-left: 1px solid #e9e9e9;
    width: 140px;
    text-align: center;
}

.flags #flag {
    cursor: pointer;
    position: relative;
}

.flags #flag:after {
    position: absolute;
    content: '';
    right: 20px;
    top: 50%;
    margin-left: .4em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    margin-top: -2px;
    color: #c9c9c9;
}

.flags span {
    line-height: 36px;
    font-size: 12px;
    color: #888;
}

.fh-top-header .flags img {
    margin-right: 5px;
}

.flags .dropdown-menu {
    width: 100%;
    left: auto;
    top: 35px;
    right: 0;
    float: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    font-size: 12px;
    padding: 0;
}

.flags .dropdown-menu li a {
    padding: 5px 10px;
    border-bottom: 1px solid #e9e9e9;
}

.flags .dropdown-menu li:last-child a {
    border-bottom: none;
}

.flags,
.fh-top-header .topbar-si,
.fh-top-header .sitemap {
    display: inline-block;
}

.fh-top-header .topbar-social li,
.fh-top-header .sitemap li {
    border-left: 1px solid #e9e9e9;
    list-style: none;
    display: inline-block;
}

.fh-top-header .topbar-social li:last-child,
.fh-top-header .sitemap li {
    border-right: 1px solid #e9e9e9;
}

.fh-top-header .sitemap li {
    border-left: none;
}

.fh-top-header .topbar-social li a,
.fh-top-header .sitemap li a {
    text-align: center;
    color: #888;
    display: block;
    font-size: 14px;
    line-height: 36px;
    width: 50px;
}

.fh-top-header .sitemap li a {
    width: auto;
    padding: 0 10px;
}

.fh-top-header .topbar-social li a:hover,
.fh-top-header .sitemap li a:hover {
    color: #000000;
}

.first-header .fh-top-header .sitemap li,
.first-header .fh-top-header .topbar-social li:last-child {
    border-left: 1px solid #e9e9e9;
    cursor: pointer;
}

.fh-top-header .sitemap li:last-child {
    border-right: 1px solid #e9e9e9;
}

.first-header .fh-top-header .topbar-social li:last-child,
.first-header .fh-top-header .sitemap li:first-child {
    /*border-right: none;*/
}

/*navbar*/

#toggle,
.header-toggle {
    display: none;
}

.fh-menu-col {
    max-height: 110px;
    min-height: 70px;
    height: 110px;
}

.navbar {
    border-radius: 0;
    min-height: auto;
    border: none;
    margin: 0;
}

.navbar-collapse {
    padding: 0;
}

ul#menu-main-menu ul.dropdown-menu li a {
    padding: 12px 15px;
    background-color: transparent;
    color: #8c8c8c;
}

.fh-menu-col ul {
    float: right;
}

.fh-menu-col ul li {
    margin: 0 13px;
}

.fh-menu-col ul li ul.dropdown-menu li {
    margin: 0;
}

.fh-menu-col ul li a {
    padding: 43px 0px;
    color: #000;
    letter-spacing: 1px;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    color: #272727;
}

.fh-menu-col ul li a:hover,
.fh-menu-col ul li a:focus,
.fh-menu-col ul li a:active {
    border-color: #87ca00;
    background-color: transparent;
}

#menu-main-menu ul.dropdown-menu {
    padding: 0;
    border: none;
    margin-top: -1px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

ul#menu-main-menu ul.dropdown-menu li {
    width: 100%;
    padding: 0;
}

ul#menu-main-menu .dropdown-menu li.current-menu-item a {
    color: #fff;
    border-bottom: none;
}

ul#menu-main-menu ul.dropdown-menu li a {
    border-bottom: none;
}

ul#menu-main-menu li ul.dropdown-menu li.current-menu-item a:hover,
ul#menu-main-menu li ul.dropdown-menu li.current-menu-item a:focus,
ul#menu-main-menu li ul.dropdown-menu li.current-menu-item a:active {
    color: #fff !important;
}

.navbar-nav>li:hover ul.dropdown-menu {
    display: block;
}

ul#menu-main-menu li.current-menu-item a {
    background-image: none !important;
}

ul#menu-main-menu ul.dropdown-menu li a:hover {
    background-image: none !important;
}

ul#menu-main-menu ul.dropdown-menu li ul.dropdown-menu {
    display: none;
}

ul#menu-main-menu ul.dropdown-menu li:hover ul.dropdown-menu {
    display: block;
    top: 0;
    left: 100%;
    border-radius: 0;
}

ul#menu-main-menu ul.dropdown-menu>li.dropdown>a:before {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.fixed#header-scrl,
.fixed#resp-scrl {
    position: fixed;
    background-color: white;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 20px 0px #afafaf;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fixed#resp-scrl {
    top: 0;
}

.first-header.fixed .fh-top-header {
    /*display: none;*/
}

.first-header.fixed .fh-menu-col {
    max-height: 110px;
    min-height: 70px;
    height: 70px;
}

.first-header.fixed .fh-menu-col ul li a {
    padding: 23px 0;
}

.navbar ul li .dropdown-menu li {
    margin-left: 0;
}

.logged-in .second-header.fixed#header-scrl {
    top: 30px;
}

.second-header.fixed#header-scrl {
    top: 0px;
}

header#resp-scrl {
    display: none;
}

header#resp-scrl .container-fluid {
    padding: 0 15px;
}

/*slider*/

.unslider {
    position: relative;
}

/*.home-slider .slide-image {

    background-size: cover;

    background-position: center;

    display: table;

    height: 600px;

    width: 100%;

}*/

.verticle-center {
    display: table-cell;
    vertical-align: middle;
}

.home-slider .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
}

.home-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.home-slider .slick-dots li button {
    width: 20px;
    height: 20px;
    font-size: 0;
    background-color: #c1c1c1;
    border: 3px solid #dedede !important;
}

.home-slider .slick-dots li.slick-active button {
    background-color: #323232;
    outline: none;
}

.home-slider .slick-dots,
.home-slider .slick-dots li {
    line-height: 100%;
}

.slider-text .btn {
    margin-right: 30px;
}

.slider-text .btn:last-child {
    margin-right: 0;
}

.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.56);
    box-shadow: none;
    border: none;
    font-size: 1.8em;
    width: 30px;
    height: 90px;
    color: #f1f1f1;
    z-index: 9;
}

.slick-next {
    right: 0px;
    left: auto;
}

.slick-prev {
    left: 0px;
    right: auto;
}

.slick-arrow:hover {
    background-color: #333333;
    color: #fff;
}

.slick-slider,
.slick-slider div,
.slick-slider img,
.slick-slider button {
    outline: none;
}

.slick-slider img,
.desktop-slider img,
.responsive-slider img {
    width: 100%;
}

.home-slider .slick-list,
.slider {
    /*height: 600px;*/

    height: 100%;
    overflow: hidden;
}

.responsive-slider {
    display: none;
}

.slick-initialized .slick-slide {
    width: 100%;
}

.home-slider .slick-arrow {
    opacity: 0;
}

.home-slider:hover .slick-arrow {
    opacity: 1;
}

.responsive-slider ul.slick-dots {
    display: none !important;
}

/**/

.single-expertist-sec .col-md-4:nth-child(3n+1) {
    clear: both;
}

.single-service {
    padding: 0 15px;
}

.single-service i {
    font-size: 3.0em;
    color: #fdc400;
    line-height: 100%;
    margin-bottom: 20px;
    display: block;
}

.single-service img {
    height: 75px;
    margin-bottom: 10px;
}

.single-service h6 {
    margin-bottom: 10px;
}

.single-expertist {
    margin-bottom: 50px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #ddd;
}

.single-expertist-sec .col-md-4:nth-last-child(-n+3) .single-expertist {
    margin-bottom: 0;
}

.single-expertist:hover {
    box-shadow: 0 0 7px rgba(204, 204, 204, .75);
}

.se-top {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.se-top img {
    height: 100%;
}

.se-bottom {
    /*border: 1px solid #e9e9e9;*/

    border-top: none;
    padding: 30px 30px 30px 40px;
}

.se-bottom h2 {
    margin-bottom: 3px;
    font-size: 1em;
}

.se-bottom h2.se-title a {
    font-size: 1em;
    color: #4a4a4a;
}

.se-bottom p {
    margin-bottom: 15px;
}

.single-expertist a {
    color: #888;
    font-size: 11px;
    line-height: 16px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
}

.single-expertist .se-top a:before {
    content: '';
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 0;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.single-expertist .se-top a:after {
    content: '';
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.single-expertist .se-top a:hover:before,
.single-expertist .se-top a:hover:after {
    top: 0;
}

.se-top .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
}

.se-top .buttons span {
    opacity: 0;
    font-size: 1.5em;
    text-transform: capitalize;
    border: 1px solid #fff;
    padding: 5px;
}

.single-expertist .se-top a:hover .buttons span {
    opacity: 1;
    color: #fff;
}

/*.single-expertist a:hover,

.single-expertist a:focus,

.single-expertist a:active {

    color: #00aff1;

}*/

.single-expertist a i {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #00aff1;
    /*color: #00aff1;*/

    font-size: 10px;
    text-align: center;
    line-height: 14px;
    display: inline-block;
    padding-left: 2px;
    margin-right: 6px;
}

.counter-sec:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.counter-sec {
    padding: 150px 0;
}

.counter-desc {
    position: relative;
}

.counter-desc h2 {
    font-size: 2.66em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.06em;
    margin-bottom: 15px;
    font-family: 'open_sansbold';
}

.counter-desc p {
    font-size: 1.13em;
    color: #fff;
}

.counter-item {
    list-style: none;
    width: 33%;
    float: left;
}

.ci-icon {
    float: left;
    margin-right: 20px;
}

.ci-icon i {
    color: #fff;
    font-size: 66px;
}

.ci-text {
    display: table;
}

.ci-text h3 {
    color: #fff !important;
    font-size: 3.53em;
    font-weight: 700;
    font-family: 'open_sansbold';
    line-height: 100%;
    margin-bottom: 5px;
}

.ci-text span {
    font-size: 1.13em;
    line-height: 22px;
    color: #fff;
}

.ch-video-container {
    margin-right: 50px;
}

.ch-video {
    height: 320px;
    position: relative;
    margin-bottom: 10px;
}

.play-video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    margin: auto;
}

.ch-video-container a {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ch-video-container a:hover img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ch-video-container .btn {
    width: 100%;
}

.ch-item {
    margin-bottom: 35px;
}

.ch-item:last-child {
    margin-bottom: 0px;
}

.ch-item:after,
.ch-item:before {
    clear: both;
    content: '';
    display: block;
}

.ch-icon {
    width: 87px;
    height: 87px;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: 100%;
    float: left;
    margin-right: 20px;
    display: table;
}

.ch-icon-inner {
    vertical-align: middle;
    display: table-cell;
}

.ch-icon-inner i {
    font-size: 2em;
}

.ch-text {
    padding-left: 20px;
    position: relative;
    display: table;
}

.ch-text:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #d8d8d8;
}

.ch-text h5 {
    text-transform: uppercase;
    font-family: 'open_sanssemibold';
}

.ch-text p {
    margin-bottom: 0;
}

.remove-btn {
    position: absolute;
    right: -20px;
    color: #fff;
}

.title.mg60 {
    margin-bottom: 60px;
}

.check-our-shop-box {
    border: 1px solid #e9e9e9;
    text-align: center;
    padding: 8px 0 35px;
}

.check-our-shop-box a {
    display: block;
}

.check-our-shop-box a:hover h6 {
    color: #87ca00;
}

.check-our-shop-box a:hover img {
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sp-title span {
    color: #c8c8c8;
    margin-bottom: 5px;
    display: block;
    text-transform: capitalize;
}

.sp-title h2 {
    color: #545454;
    margin-bottom: 5px;
}

/*.modal-open .modal {

    display: table !important;

    width: 100%;

    height: 100%;

}



.modal-open .modal .modal-dialog-wrapper {

    display: table-cell;

    vertical-align: middle;

}*/

.modal-open .modal .modal-dialog-wrapper .modal-body {
    text-align: center;
}

.modal-header {
    padding: 0;
    border-bottom: none;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: auto;
    left: auto;
    z-index: 1;
    cursor: pointer;
}

.testimonial-item {
    margin-bottom: 30px;
    margin-left: 0;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 30px;
}

.ti-img {
    float: left;
    margin-right: 30px;
}

.ti-img img {
    border-radius: 100%;
    height: 100px;
    width: 100px;
    border: 3px solid;
    color: #6ec131;
}

.ti-text {
    display: table;
}

.ti-text h6 {
    position: relative;
    display: inline-block;
    line-height: 100%;
}

.ti-text h6:after {
    content: '';
    position: absolute;
    left: auto;
    right: -30px;
    top: 0;
    bottom: 0;
    background-color: #6ec131;
    width: 15px;
    height: 5px;
    margin: auto;
}

.form-style-1 .form-control {
    height: 50px;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    font-weight: normal;
}

.form-style-1 textarea.form-control {
    height: 120px;
}

form .g-recaptcha {
    transform: scale(0.8);
    transform-origin: 0 0;
}

table.form-table {
    width: 60%;
}

.form-table tr td {
    width: 49%;
    display: inline-block;
}

.form-table thead {
    padding: 10px 0;
    display: block;
    background-color: red;
}

.form-table {
    border: 1px solid red;
}

.form-table tr {
    border-bottom: 1px solid red;
    padding: 10px 0;
    display: block;
}

.form-table tr td {
    width: 50%;
}

/*Footer*/

.first-footer {
    background-color: rgba(0, 0, 0, 0.85);
    padding-bottom: 25px;
}

/*.first-footer.footer-section:before {

    content: '';

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    background-color: rgba(0, 0, 0, 0.85);

}*/

.first-footer .about-desc img {
    margin-bottom: 25px;
}

.first-footer .about-desc p {
    color: #fff;
}

.about-desc {
    margin-bottom: 20px;
}

.about-desc p {
    color: #fff;
}

.footer-social li {
    display: inline-block;
    margin-right: 15px;
}

.footer-social li a {
    color: #c3c3c3;
}

.footer-social li a:hover {
    color: #969696;
}

.first-footer .footer-menu-col h6 {
    margin-bottom: 20px;
    color: #fff;
}

.first-footer .footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.46);
    margin-bottom: 30px;
    padding-bottom: 50px;
}

.first-footer .footer-menu-col.quick-link ul li {
    margin-bottom: 5px;
    list-style: none;
}

.first-footer .footer-menu-col.quick-link ul li a {
    line-height: 180%;
    color: #fff;
}

.first-footer .footer-menu-col.quick-link ul li a:hover,
.first-footer .contact-info ul li a:hover i,
.first-footer .contact-info ul li a:hover span {
    color: #969696;
}

.first-footer .contact-info ul li a.no-link:hover span,
.first-footer .contact-info ul li a.no-link:hover i {
    color: #fff;
}

.first-footer .footer-menu-col.quick-link ul li a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    padding-right: 19px;
    color: #fff;
}

.first-footer .contact-info ul li {
    list-style: none;
    width: 100%;
    margin-bottom: 20px;
}

.first-footer .contact-info ul li {
    color: #fff;
}

.first-footer .contact-info ul li i {
    float: left;
    color: #fff;
    font-size: 1.5em;
    margin-right: 15px;
    padding-top: 5px;
}

.first-footer .contact-info ul li span {
    display: table;
}

.first-footer .subscribe-form p {
    color: #fff;
    margin-bottom: 25px;
}

.subscribe-form input[type="text"] {
    width: 100%;
    color: #fff;
    background: #28292a;
    line-height: 50px;
    margin-bottom: 20px;
    padding-left: 25px;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 0.9em;
    height: 45px;
}

.subscribe-form label {
    display: none !important;
}

.subscribe-form input.mailpoet_text {
    width: 100% !important;
    line-height: 50px;
    margin-bottom: 20px;
    font-size: 0.9em;
    height: 45px;
    background: rgb(40, 41, 42);
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
}

.subscribe-form input.mailpoet_submit {
    text-transform: uppercase;
    font-size: 0.9em;
    text-shadow: none;
    box-shadow: none;
    position: relative;
    background-image: none;
    font-family: open_sansbold;
    background-color: rgb(255, 255, 255);
    padding: 12px 30px;
    border-radius: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    color: #282320;
    border-radius: 25px;
}

.subscribe-form input.mailpoet_submit:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(241, 241, 241);
}

/*::-webkit-input-placeholder {

    color: #fff;

}



::-moz-placeholder {    

    color: #fff;

}



:-ms-input-placeholder {

    color: #fff;

}



:-moz-placeholder {

    color: #fff;

}*/

.footer-bottom ul.footer-nav li {
    display: inline-block;
    margin-right: 15px;
}

.footer-bottom ul.footer-nav li a,
.footer-bottom .footer-credit p,
.footer-bottom .footer-credit p a {
    color: #fff;
}

.footer-bottom ul.footer-nav li a:hover,
.footer-bottom .footer-credit p a:hover {
    /*color: #6ec131;*/

    background-color: transparent;
}

/*Second Home Page*/
/*Top Head*/

.th-right-col {
    text-align: right;
}

.sh-menu-col .flags {
    text-align: center;
}

.sh-menu-col .flags #flag {
    cursor: pointer;
    position: relative;
}

.sh-menu-col .flags #flag:after {
    position: absolute;
    content: '';
    right: -15px;
    top: 50%;
    margin-left: .4em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    margin-top: -2px;
    color: #c9c9c9;
}

.sh-menu-col .flags span {
    font-size: 12px;
    color: #292a2e;
}

.sh-menu-col .flags img {
    margin-right: 5px;
}

.sh-menu-col .flags .dropdown-menu li a {
    padding: 5px 10px;
    border-bottom: 1px solid #e9e9e9;
}

.sh-menu-col .flags .dropdown-menu li:last-child a {
    border-bottom: none;
}

.sh-menu-col .flags,
.sh-menu-col .topbar-si,
.sh-menu-col .sitemap,
.sh-menu-col .enquiry-btn {
    display: inline-block;
}

.sh-menu-col .topbar-social li,
.sh-menu-col .sitemap li {
    list-style: none;
    display: inline-block;
}

.sh-menu-col .sitemap li {
    border-left: none;
}

.sh-menu-col .topbar-social li a,
.sh-menu-col .sitemap li a {
    text-align: center;
    color: #292a2e;
    display: block;
    font-size: 14px;
    padding: 0 6px;
}

.sh-menu-col .sitemap li a {
    width: auto;
    padding: 0 10px;
}

.sh-menu-col .topbar-social li a:hover,
.sh-menu-col .sitemap li a:hover {
    color: #000000;
}

.second-header .sh-menu-col .enquiry-btn .btn-territory {
    border: 1px solid #272727;
    color: #272727;
    padding: 10px 20px;
}

.second-header .sh-menu-col .enquiry-btn .btn-territory:hover,
.second-header .sh-menu-col .enquiry-btn .btn-territory:active,
.second-header .sh-menu-col .enquiry-btn .btn-territory:focus {
    background-color: #272727;
    color: #fff;
}

.second-header .th-right-col .topbar-si,
.second-header .th-right-col .sitemap {
    display: none;
}

.second-header.fixed .container.sh-menu-col {
    max-width: 1140px;
}

/*navbar*/

.second-header {
    box-shadow: 0 0 20px #0000004a;
}

.sh-menu-col .navbar ul li {
    margin: 0 13px;
}

.sh-menu-col .navbar ul li a {
    padding: 40px 0px;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    color: #272727;
}

.sh-menu-col .navbar ul li a:hover,
.sh-menu-col .navbar ul li a:focus,
.sh-menu-col .navbar ul li a:active {
    background-color: transparent;
}

/*slider*/

.unslider {
    position: relative;
}

/*.home-slider .slide-image {

    background-size: cover;

    background-position: center;

    display: table;

    height: 600px;

    width: 100%;

}*/

.verticle-center {
    display: table-cell;
    vertical-align: middle;
}

.second-slider-text h1,
.second-slider-text h2 {
    font-size: 3em;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 10px;
}

.second-slider-text p {
    color: #d6d6d6;
    font-size: 1.04em;
    margin-bottom: 20px;
}

/*.second-slider-text {

    position: absolute;

    top: 180px;

    left: 60px;

}*/

.home-slider.second-slider .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 60px;
}

/*.home-slider.second-slider .slick-dots li {

    display: inline-block;

    margin: 0 11px;

    cursor: pointer;

}*/
/*.home-slider.second-slider .slick-dots li button {

    width: 32px;

    height: 4px;

    font-size: 0;

    background-color: #d4d4d4;

    border: none;

}*/
/*.home-slider.second-slider .slick-dots li.slick-active button {

    background-color: #323232;

    outline: none;

}*/

.home-slider .slick-dots,
.home-slider .slick-dots li {
    line-height: 100%;
}

.slider-text .btn {
    margin-right: 30px;
}

.slider-text .btn:last-child {
    margin-right: 0;
}

.home-slider.second-slider .slide-image {
    background-position: left top;
    position: relative;
}

.second-slider .slick-arrow {
    position: absolute;
    top: 12%;
    bottom: auto;
    background: none;
    box-shadow: none;
    border: none;
    font-size: 2em;
    color: #f1f1f1;
    z-index: 9;
    width: 40px;
    height: 40px;
    padding: 0;
}

.second-slider .slick-prev:after {
    content: '';
    border-right: 1px solid #d1d1d1;
    right: -22px;
    position: relative;
    left: auto;
    top: 0;
    bottom: 0;
}

.second-slider .slick-next {
    right: auto;
    left: 6.2%;
    text-align: right;
}

.second-slider .slick-prev {
    left: 4%;
    right: auto;
    border-right: 1px solid #d1d1d1;
    text-align: left;
}

.second-slider .slick-arrow:before {
    content: '';
    border-bottom: 3px solid #7e9833;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 100px;
}

.banner-scroll-btn {
    position: absolute;
    bottom: 30px;
    left: 40px;
    right: auto;
    top: auto;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    z-index: 3;
}

.home-slider .slick-slide {
    position: relative;
}

.desktop-slider {
    position: relative;
    overflow: hidden;
}

.banner-text-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    max-width: 1170px;
    margin: auto;
    z-index: 2
}

.second-slider .banner-text-wrapper {
    max-width: 93%;
}

/*.second-slider:before {

    content: '';

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    background-color: rgba(0, 0, 0, 0.25);

    z-index: 1;

}*/
/**/

.sh-logo {
    position: absolute;
    left: 40px;
    right: auto;
    top: 40px;
    bottom: auto;
    z-index: 9;
}

.sh-logo-scroll {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.container.sh-menu-col {
    max-width: 1300px;
    width: 100%;
}

.page-id-27 .second-header.internal-page .sh-logo-scroll,
.page-id-23 .second-header.internal-page .sh-logo-scroll {
    opacity: 0;
}

.page-id-27 .second-header.fixed#header-scrl .sh-logo-scroll,
.page-id-23 .second-header.fixed#header-scrl .sh-logo-scroll,
.page-id-4 .second-header.fixed#header-scrl .sh-logo-scroll {
    opacity: 1;
}

.second-header.internal-page .sh-logo-scroll {
    opacity: 1;
}

.page-template-home1 .second-header .sh-logo-scroll,
.page-template-home2 .second-header .sh-logo-scroll,
.page-template-home3 .second-header .sh-logo-scroll,
.page-template-home4 .second-header .sh-logo-scroll,
.page-template-home5 .second-header .sh-logo-scroll,
.page-template-home6 .second-header .sh-logo-scroll,
.page-template-home7 .second-header .sh-logo-scroll,
.page-template-home8 .second-header .sh-logo-scroll,
.page-template-home9 .second-header .sh-logo-scroll,
.page-template-home10 .second-header .sh-logo-scroll,
.page-template-home11 .second-header .sh-logo-scroll,
.page-template-home12 .second-header .sh-logo-scroll,
.page-template-home13 .second-header .sh-logo-scroll,
.page-template-home14 .second-header .sh-logo-scroll,
.page-template-home15 .second-header .sh-logo-scroll,
.page-template-home16 .second-header .sh-logo-scroll,
.page-template-home17 .second-header .sh-logo-scroll,
.page-template-home18 .second-header .sh-logo-scroll,
.page-template-home19 .second-header .sh-logo-scroll,
.page-template-home20 .second-header .sh-logo-scroll,
.page-template-home21 .second-header .sh-logo-scroll,
.page-template-home22 .second-header .sh-logo-scroll,
.page-template-home23 .second-header .sh-logo-scroll,
.page-template-home24 .second-header .sh-logo-scroll
.page-template-home25 .second-header .sh-logo-scroll {
    display: none;
}

.page-template-home1 .second-header .col-md-4,
.page-template-home2 .second-header .col-md-4,
.page-template-home3 .second-header .col-md-4,
.page-template-home4 .second-header .col-md-4,
.page-template-home5 .second-header .col-md-4,
.page-template-home6 .second-header .col-md-4,
.page-template-home7 .second-header .col-md-4,
.page-template-home8 .second-header .col-md-4,
.page-template-home9 .second-header .col-md-4,
.page-template-home10 .second-header .col-md-4,
.page-template-home11 .second-header .col-md-4,
.page-template-home12 .second-header .col-md-4,
.page-template-home13 .second-header .col-md-4,
.page-template-home14 .second-header .col-md-4,
.page-template-home15 .second-header .col-md-4,
.page-template-home16 .second-header .col-md-4,
.page-template-home17 .second-header .col-md-4,
.page-template-home18 .second-header .col-md-4,
.page-template-home19 .second-header .col-md-4,
.page-template-home20 .second-header .col-md-4,
.page-template-home21 .second-header .col-md-4,
.page-template-home22 .second-header .col-md-4,
.page-template-home23 .second-header .col-md-4,
.page-template-home24 .second-header .col-md-4,
.page-template-home25 .second-header .col-md-4 {
    float: right;
    margin: 28px 0;
}

.page-template-home1 .second-header .container.sh-menu-col .row.align-item,
.page-template-home2 .second-header .container.sh-menu-col .row.align-item,
.page-template-home3 .second-header .container.sh-menu-col .row.align-item,
.page-template-home4 .second-header .container.sh-menu-col .row.align-item,
.page-template-home5 .second-header .container.sh-menu-col .row.align-item,
.page-template-home6 .second-header .container.sh-menu-col .row.align-item,
.page-template-home7 .second-header .container.sh-menu-col .row.align-item,
.page-template-home8 .second-header .container.sh-menu-col .row.align-item,
.page-template-home9 .second-header .container.sh-menu-col .row.align-item,
.page-template-home10 .second-header .container.sh-menu-col .row.align-item,
.page-template-home11 .second-header .container.sh-menu-col .row.align-item,
.page-template-home12 .second-header .container.sh-menu-col .row.align-item,
.page-template-home13 .second-header .container.sh-menu-col .row.align-item,
.page-template-home14 .second-header .container.sh-menu-col .row.align-item,
.page-template-home15 .second-header .container.sh-menu-col .row.align-item,
.page-template-home16 .second-header .container.sh-menu-col .row.align-item,
.page-template-home17 .second-header .container.sh-menu-col .row.align-item,
.page-template-home18 .second-header .container.sh-menu-col .row.align-item,
.page-template-home19 .second-header .container.sh-menu-col .row.align-item,
.page-template-home20 .second-header .container.sh-menu-col .row.align-item,
.page-template-home21 .second-header .container.sh-menu-col .row.align-item,
.page-template-home22 .second-header .container.sh-menu-col .row.align-item,
.page-template-home23 .second-header .container.sh-menu-col .row.align-item,
.page-template-home24 .second-header .container.sh-menu-col .row.align-item,
.page-template-home25 .second-header .container.sh-menu-col .row.align-item {
    display: block;
}

.second-header.fixed .container.sh-menu-col .row.align-item {
    display: flex;
}

.second-header.fixed .col-md-4 {
    float: left;
    margin: auto;
}

.second-header.fixed .sh-logo-scroll {
    display: block;
}

.form-style-1 .file-field {
    margin: 15px 0;
}

.get-quote {
    border: 1px solid #e9e9e9;
}

.get-quote:after,
.get-quote:before {
    content: '';
    clear: both;
    display: block;
}

.gq-title {
    height: 100px;
    text-align: center;
    padding: 22px 0;
}

.gq-title p,
.gq-title h3 {
    color: #fff;
}

.get-quote .form-style-1 {
    padding: 55px 50px;
    text-align: center;
    background-color: #fff;
}

.get-quote .form-style-1 .btn {
    margin-top: 15px;
}

.get-quote .form-style-1:after,
.get-quote .form-style-1:before {
    content: '';
    clear: both;
    display: block;
}

.ch-desc h3 {
    color: #999999;
    margin-bottom: 10px;
}

.featured-item {
    border: 3px solid #e5e5e5;
    text-align: center;
    padding: 15px;
    margin-bottom: 25px;
    position: relative;
    min-height: 284px;
}

.featured-item .btn {
    z-index: -1;
}

.featured-wrapper a {
    display: block;
}

.featured-item:hover:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(104, 118, 127, 0.82);
}

.featured-wrapper a:last-child .featured-item {
    margin-bottom: 0;
}

.featured-item .fi-image {
    margin-bottom: 10px;
}

.featured-item .fi-text h6,
.featured-item .fi-text h2 {
    font-size: 1.25em;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.feature-middle .featured-item {
    min-height: 588px;
    max-height: 588px;
    display: table;
    width: 100%;
}

.feature-middle .featured-item .featured-item-center {
    display: table-cell;
    vertical-align: middle;
}

.featured-item .fi-hover-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    width: 100%;
    line-height: 200%;
    opacity: 0;
    transform: translateY(30%);
    transition: all .2s ease-in;
}

.fi-hover-text ul li {
    color: #fff;
    list-style: none;
    line-height: 200%;
    font-family: 'open_sanssemibold';
    font-size: 1.2em;
}

.fi-hover-text h4 {
    color: #fff;
}

.featured-item:hover .fi-hover-text {
    display: table;
    top: 50%;
    padding: 0 5px;
    transform: translateY(-50%);
    opacity: 1;
    transition: transform 0.4s ease-in;
}

.ti-tite {
    text-align: center;
    margin-bottom: 45px;
}

.ti-tite h2 {
    color: white;
    position: relative;
}

.testimonial-items i {
    margin-bottom: 30px;
    font-size: 4em;
}

.testimonial-items {
    text-align: center;
}

.testimonial-items-text {
    text-align: center;
}

.testimonial-items-p-text {
    margin-bottom: 30px;
}

.testimonial-items-text p {
    color: #dedede;
}

/*.testimonial-items-bottom-text h5 {

    color: #9bb70d;

}*/

.testimonial-items-bottom-text span {
    color: white;
}

.testimonial-image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.52);
}

.wcu-line {
    margin-bottom: 30px;
    margin-top: 30px;
}

.heading-style1 {
    margin-bottom: 20px;
}

.heading-style1 span {
    font-size: 6em;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}

.hs1-title {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 12PX;
}

.wcu-item {
    margin-bottom: 30px;
}

.wcu-item-icon {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    display: table;
    margin-right: 20px;
}

.wcu-item-icon .wcu-icon-inner {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 1.2em;
}

.wcu-item-text {
    display: table;
    width: 65%;
}

.hs1-title h5 {
    font-family: 'open_sansregular';
}

.hs1-title h1,
.hs1-title h2 {
    font-size: 3em;
    font-family: 'open_sanssemibold';
    text-transform: capitalize;
}

.secondry-company-history .col-md-8.col-xs-12 {
    float: right;
}

.sch-desc {
    margin-bottom: 30px;
}

.sch-video {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 165px;
    position: relative;
}

.secondry-company-history .play-video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
}

.sch-line-images:after,
.sch-line-images:before,
.sch-points:after,
.sch-points:before {
    content: '';
    clear: both;
    display: block;
}

.sch-icon {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    display: table;
    margin-right: 10px;
}

.sch-icon .sch-icon-inner {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 1.2em;
}

.sch-text {
    display: table;
}

.sch-desc h3,
.sch-desc h1 {
    font-size: 1.2em;
    margin-bottom: 10px;
    line-height: 150%;
    color: #414241;
    text-transform: inherit;
    font-family: 'open_sansregular';
    font-weight: 400;
    letter-spacing: 0;
}

.sch-point .sch-text p {
    line-height: 190%;
    margin-top: 5px;
}

.sch-line-images {
    margin-bottom: 25px;
}

/*Footer*/

.second-footer {
    background-color: #000;
}

.second-footer .about-desc img {
    margin-bottom: 25px;
}

.second-footer .ad-widget p {
    margin-bottom: 20px;
}

.second-footer .footer-menu-col h5 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    color: #fff;
    position: relative;
}

.second-footer .footer-menu-col h5:before {
    content: '';
    width: 20%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.55);
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    position: absolute;
}

.second-footer .footer-menu-col.quick-link ul li {
    margin-bottom: 5px;
    list-style: none;
}

.second-footer .footer-menu-col.quick-link ul li a {
    line-height: 180%;
    color: #fff;
}

.second-footer .footer-menu-col.quick-link ul li a:hover,
.second-footer .contact-info ul li a:hover span {
    color: #969696;
}

.second-footer .contact-info ul li a.no-link:hover span {
    color: #fff;
}

.second-footer .recent-post ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    list-style: none;
}

.second-footer .recent-post ul li a {
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 25px;
    font-size: 14px;
}

.second-footer .recent-post ul li a:hover {
    color: #969696
}

.second-footer .recent-post ul li span {
    color: #fff;
    display: block;
    font-size: 12px;
    letter-spacing: 0.02em;
    padding-top: 7px;
}

.second-footer .ql-widget {
    width: 21%;
}

.second-footer .ad-widget {
    width: 29%;
}

.second-footer .contact-info ul li {
    list-style: none;
    width: 100%;
    padding-bottom: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.second-footer .contact-info ul li {
    color: #fff;
}

.second-footer .contact-info ul li i {
    float: left;
    color: #fff;
    font-size: 1.5em;
    margin-right: 15px;
    padding-top: 5px;
}

.second-footer .contact-info ul li span {
    display: table;
}

.second-footer .footer-bottom ul.footer-nav li {
    display: inline-block;
    margin-right: 15px;
}

.second-footer .footer-bottom ul.footer-nav li a,
.second-footer .footer-bottom .footer-credit p,
.second-footer .footer-bottom .footer-credit p a {
    color: #fff;
}

.second-footer.footer-bottom {
    background-color: #151515;
    padding: 15px 0;
}

/*Third Page*/

.third-header .topbar-left {
    margin-left: 120px;
}

.third-header .th-top-menu {
    background-color: #f7f7f7;
    padding: 10px 0;
}

.third-header .topbar-si .topbar-social li {
    display: inline-block;
    list-style: none;
    padding: 0 8px;
}

.third-header .topbar-left .topbar-address h1 {
    color: #b1b1b1;
    text-transform: capitalize;
    font-size: 0.95em;
    font-weight: normal;
    font-family: 'open_sansregular';
    letter-spacing: 0.5px;
}

.third-header .tr-topbar ul li {
    float: left;
    margin-right: 15px;
    color: #abafb2;
    font-weight: 300;
}

.third-header .tr-topbar ul li i {
    float: left;
    margin-right: 8px;
    font-size: 20px;
}

.third-header .tr-topbar ul li a {
    color: #abafb2;
}

.third-header .sitemap ul li {
    display: inline-block;
    list-style: none;
}

.third-header .navbar {
    float: right;
}

.third-header .topbar-si,
.third-header .sitemap {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.th-logo {
    position: absolute;
    left: -30px;
    right: auto;
    top: -40px;
    bottom: auto;
    z-index: 9;
    background-size: cover;
    background-position: center;
    width: 83px;
    height: 155px;
    margin-top: -35px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transform: skewY(-15deg);
    -moz-transform: skewY(-15deg);
    -o-transform: skewY(-15deg);
    transform: skewY(-15deg);
}

.th-logo .logo {
    display: table;
    height: 100%;
}

.th-logo .logo .th-logo-inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-transform: skewY(15deg);
    -moz-transform: skewY(15deg);
    -o-transform: skewY(15deg);
    transform: skewY(15deg);
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.th-main-menu {
    background-color: #c3c9c0;
}

.th-main-menu .container {
    position: relative;
}

.third-header .navbar ul li {
    text-transform: uppercase;
}

.third-header .navbar ul li a {
    color: #fff;
}

/*.third-header .navbar ul li.active a,

.third-header .navbar ul li a:hover,

.third-header .navbar ul li a:active,

.third-header .navbar ul li a:focus {

    background-color: #ed1c24;

}*/

.third-header .topbar-si .topbar-social li a i,
.third-header .sitemap ul li a,
.search-icon li a i {
    color: #b1b1b1;
}

.third-header .topbar-si .topbar-social li a:hover i,
.third-header .sitemap ul li a,
.search-icon li a:hover i {
    color: #7d7d7d;
}

.th-top-menu .flags {
    margin-right: 20px;
}

.th-top-menu .flags #flag:after {
    right: -15px;
}

.th-top-menu .search-icon {
    display: inline-block;
    margin: 0 10px;
    line-height: 100%;
}

.th-main-menu ul#menu-main-menu li.current-menu-item a {
    color: #fff;
}

.th-main-menu ul#menu-main-menu li.dropdown ul.dropdown-menu li.menu-item a:hover {
    opacity: 0.8;
}

.search-icon li {
    list-style: none;
}

.hs2-title {
    text-align: center;
    position: relative;
}

.hs2-title span {
    color: #f0f0f0;
    font-size: 200px;
    line-height: 0;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    opacity: 0.8;
    font-weight: 700;
}

.slider-nav button {
    width: 42px;
    height: 42px;
    background-color: #ffae00;
    font-size: 1.5em;
    top: 30%;
    color: white;
}

.slider-nav .slick-prev {
    right: auto;
    left: -25px;
}

.slider-nav .slick-next {
    right: -30px;
    left: auto;
}

/*.slider .slider-for,

.slider .slider-nav {

    display: block !important;

}*/

.slider-nav {
    max-width: 1150px;
    margin: 0 auto;
    float: none;
}

.slider-nav .slick-slide {
    padding-right: 0;
    border-right: 0;
    position: relative;
    outline: none;
    cursor: pointer;
    padding: 0 15px;
    height: 200px;
    /* width: 30% !important; */

    text-align: center;
    display: table;
    /* margin: 0 15px; */

    background-color: #fff;
    box-shadow: 5px 6px 11px #00000014;
}

.slider-nav .slick-slide div {
    display: table-cell;
    vertical-align: middle;
}

.third-slider .slider-nav .slick-slide .white-icon,
.third-slider .slider-nav .slick-slide:hover img:nth-child(2),
.third-slider .slick-current img:nth-child(2) {
    display: none;
}

.third-slider .slider-nav .slick-slide:hover .white-icon,
.third-slider .slider-nav .slick-current .white-icon {
    display: inline-block;
}

/*.third-slider .slider-nav .slick-slide:hover,

.third-slider .slider-nav .slick-slide.slick-current {

    background-color: rgb(237, 28, 36);

}*/

.third-slider .slider-nav .slick-current.slick-active.slick-slide:hover:before {
    border-bottom-color: rgb(101, 123, 183);
}

.slider-nav .slick-slide:hover p,
.slider-nav .slick-current.slick-slide p {
    color: #fff;
}

.slider-nav .slick-current.slick-active.slick-slide:before {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #445fa8;
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
}

.slider-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 120px;
    bottom: auto;
    padding: 0;
}

.h3-slider.slider {
    overflow: visible;
    /*height: 700px;*/
    /*background-color: #f9f9f9;*/
}

.page-template-home1 .h3-slider.slider,
.page-template-home2 .h3-slider.slider {
    background-color: #f9f9f9;
}

.h3-slider .home-slider .slide-image {
    background-position: 25%;
}

.third-slider .slider-nav {
    height: 200px;
    margin-top: -100px;
    z-index: 1;
}

.third-slider .slider-nav .slick-slide img {
    margin: auto;
    /*margin-bottom: 20px;*/
}

.third-slider .slider-nav .slick-slide p {
    font-size: 1.2em;
}

.third-slider .slider-nav .slick-track {
    margin: auto;
}

.h3-slider.slider .slick-list {
    overflow: hidden;
}

/*.third-slider .slider-nav .slick-slide p span {

    color: #ed1c24;

}*/

.third-slider .slider-nav .slick-slide.slick-current p span,
.third-slider .slider-nav .slick-slide:hover p span {
    color: #ffffff;
}

.hs2-title {
    text-align: center;
    margin: auto;
    margin-bottom: 70px;
    position: relative;
}

.hs2-title h2,
.hs2-title h1,
.hs2-title p {
    width: 50%;
    margin: auto;
}

.hs2-title h2,
.hs2-title h1 {
    margin-bottom: 15px;
    text-transform: capitalize;
    z-index: 9;
    position: relative;
    font-size: 2.4em;
    line-height: 100%;
}

.hs2-title p {
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
}

.hs2-title span {
    color: #f0f0f0;
    font-size: 13.3em;
    line-height: 0;
    position: absolute;
    top: 40px;
    bottom: auto;
    left: 0;
    width: 100%;
    display: block;
    opacity: 0.8;
    font-weight: 700;
}

.service-icon {
    text-align: center;
    margin-bottom: 20px;
}

.service-icon i {
    font-size: 2em;
}

.service-text {
    text-align: center;
    margin-bottom: 70px;
}

.service-text h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
}

.service .col-md-4:nth-child(3n+1) {
    clear: both;
}

.about-us {
    padding-top: 140px;
}

.about-us-text h4 {
    margin-bottom: 5px;
    text-transform: capitalize;
}

.about-us-text {
    margin-bottom: 50px;
}

.our-works-box {
    background: #ffffff;
    position: relative;
    padding: 21px;
    margin-bottom: 20px;
}

.owb-img {
    position: relative;
    overflow: hidden;
}

a.owb-wrapper .owb-img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: all .2s ease-in;
}

a.owb-wrapper:hover .owb-img:before {
    opacity: 0.8;
    transform: translateY(0%);
    transition: transform 0.4s ease-in;
}

.our-works-text {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.our-works-text h2 {
    font-size: 1.2em;
    line-height: 150%;
    color: #414241;
    font-family: 'open_sanssemibold';
    letter-spacing: 0;
}

.owb-hover-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    width: 100%;
    line-height: 200%;
    opacity: 0;
    transform: translateY(30%);
    transition: all .2s ease-in;
}

.owb-hover-text ul li {
    color: #fff;
    list-style: none;
    line-height: 200%;
    font-family: 'open_sanssemibold';
    font-size: 1.1em;
}

a.owb-wrapper:hover .owb-hover-text {
    display: table;
    top: 50%;
    padding: 0 5px;
    transform: translateY(-50%);
    opacity: 1;
    transition: transform 0.4s ease-in;
}

.bn-item {
    margin-bottom: 50px;
}

.bn-item:last-child {
    margin-bottom: 0px;
}

.bn-item:after,
.bn-item:before {
    display: block;
    clear: both;
    content: '';
}

.bnb {
    background: #ffffff;
    padding: 0 60px;
}

.blog-news-text-box {
    display: table;
    height: 100%;
    width: 100%;
}

.blog-news-text {
    display: table-cell;
    vertical-align: middle;
    padding: 35px 0 35px 35px;
}

.blog-news-text-icon {
    display: inline;
}

.blog-news-text-icon span {
    margin-right: 25px;
    color: #656363;
}

.blog-news-text-icon i {
    color: #656363;
}

.blog-news-text h4 {
    margin-bottom: 12px;
}

.bn-admin {
    margin-bottom: 12px;
}

.blog-news-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 212px;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-news-img img {
    height: 100%;
}

.blog-news-date-box {
    height: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -44px;
    width: 100px;
    position: absolute;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    padding: 17px 15px 10px;
    z-index: 9;
}

.blog-news-date-box p {
    line-height: 100%;
    color: #fff;
    margin-bottom: 0;
}

.blog-news-date-box p span {
    display: block;
    font-size: 18px;
    line-height: 100%;
}

.bn-item a .blog-news-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.bn-item a:hover .blog-news-img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*Footer*/

.third-footer.footer-section {
    padding: 70px 0 40px;
    background: #303030;
}

.third-footer.footer-2 {
    padding: 10px 0;
    background-color: #1d1d1d;
}

.third-footer.footer-section h6 {
    color: #fff;
    margin-bottom: 15px;
}

.third-footer .footer-about p {
    color: #b9b9b9;
    font-size: 1em;
    letter-spacing: 0.5px;
}

.third-footer .contact-info p span {
    font-size: 14px;
}

.third-footer .quick-link ul li a span {
    float: left;
}

.third-footer .footer-social-icon {
    margin-top: 25px;
    margin-left: 10px;
}

.third-footer .quick-link ul li {
    list-style: none;
}

.third-footer .quick-link ul li a {
    color: #b9b9b9;
    line-height: 220%;
}

.third-footer .copyright p,
.third-footer .copyright p a {
    color: #b9b9b9;
    margin-bottom: 0;
}

.third-footer .footer-link ul li a {
    color: #b9b9b9;
}

.third-footer .contact-info ul li {
    list-style: none;
    width: 100%;
    margin-bottom: 15px;
    clear: both;
}

.third-footer .contact-info ul li:after,
.third-footer .contact-info ul li:before {
    display: block;
    content: '';
    clear: both;
}

.third-footer .contact-info ul li .contact-info-inner {
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 100px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    float: left;
    margin-right: 20px;
}

.third-footer .contact-info ul li .contact-info-inner i {
    font-size: 1.5em;
    line-height: 45px;
    color: #333333;
}

.third-footer .contact-info ul li p {
    display: table;
    margin-bottom: 0;
    vertical-align: middle;
    padding-top: 8px;
    color: #b9b9b9;
}

.third-footer .contact-info ul li:first-child p {
    padding-top: 0;
}

.third-footer .contact-info ul li {
    width: 100%;
    display: block;
}

.third-footer .contact-info ul li a:hover {
    color: #969696;
}

.third-footer .quick-link ul li a:hover,
.third-footer .contact-info ul li a:hover p,
.third-footer .contact-info ul li a:hover p span {
    color: #969696;
}

.third-footer .footer-social-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    width: auto;
}

.third-footer .footer-social-icon ul li a {
    color: #fff;
    font-size: 1.3em;
}

.third-footer .footer-social-icon ul li a:hover {
    color: #969696;
}

.third-footer .terms {
    text-align: right;
}

.third-footer .terms ul li {
    display: inline-block;
}

.third-footer .terms ul li a {
    font-size: 14px;
    color: #b9b9b9;
}

.third-footer .terms ul li:after {
    content: '|';
    display: inline-block;
    color: #b9b9b9;
    padding: 0 3px;
}

.third-footer .terms ul li:last-child:after {
    display: none;
}

.third-footer .terms ul li a:hover {
    color: #969696;
}

.third-footer .copyright p a:hover {
    color: #969696;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.internal-banner {
    border-top: 1px solid #ddd;
    padding: 19px 0;
    background-color: #f9f9f9;
}

.page-404 {
    padding: 40px 0;
}

.page-404 h2 {
    font-size: 11em;
    font-family: 'open_sanssemibold';
    line-height: 100%;
}

.page-404 h3 {
    font-size: 3em;
    font-family: 'open_sanssemibold';
    display: inline-block;
    margin-bottom: 15px;
    color: #333333;
}

.page-404 p {
    font-size: 1.3em;
    font-family: 'open_sanssemibold';
    color: #383838;
    margin-bottom: 40px;
}

.page-404 #searchform:before {
    display: none;
}

.breadcrumb {
    background-color: transparent;
    padding: 9px 0;
    margin: 0 auto;
    border-radius: 0;
    color: #b3aeae;
}

.breadcrumb span {
    color: #b3aeae;
    font-size: 0.9em;
    vertical-align: top;
}

.breadcrumb span a span {
    color: #656565;
}

form#searchform {
    margin-bottom: 0;
    position: relative;
}

.searchform input[type="text"],
input#woocommerce-product-search-field-0 {
    width: 30%;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 0.9em;
    height: 45px;
}

/*Blog*/

.blog-img {
    height: 360px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.anchor-hover {
    position: relative;
    display: block;
    overflow: hidden;
}

.anchor-hover .blog-img .buttons {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    display: table;
    z-index: 3;
    background-color: white;
    border-radius: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.anchor-hover .blog-img .buttons .fa {
    display: table-cell;
    vertical-align: middle;
}

.anchor-hover:hover .blog-img .buttons {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
}

.blog-img:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.27);
}

.anchor-hover .blog-img .date {
    height: 76px;
    width: 76px;
    z-index: 3;
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.anchor-hover .blog-img .date h5 {
    color: #fff;
    font-family: 'open_sansbold';
    line-height: 120%;
    padding-top: 5px;
}

.anchor-hover .blog-img .date h5 span {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 16px;
    display: block;
}

.blog-title h3,
.blog-title h1 {
    font-family: 'open_sansbold';
    margin-bottom: 15px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 15px;
    font-size: 1.5em;
    line-height: 150%;
    color: #414241;
    letter-spacing: 0;
}

.blog-item {
    margin-bottom: 50px;
}

.blog-item:last-child {
    margin-bottom: 0px;
}

.blog-item:after,
.blog-item:before {
    content: '';
    clear: both;
    display: block;
}

.blog-title h3 a {
    color: #414241;
}

.blog-title h1 a {
    color: #414241;
    font-size: 1.0em;
    text-transform: capitalize;
}

.blog-content {
    margin-bottom: 30px;
}

.blog-content p {
    font-size: 1.1em;
}

.blog-title p span {
    display: inline-block;
    margin-right: 20px;
}

.blog-title p span {
    display: inline-block;
    margin-right: 20px;
    font-weight: bold;
}

/*.blog-title p span i {

    color: #18ba60;

}*/

.blog-title p span a {
    color: #656363;
}

aside.widget {
    margin-bottom: 30px;
}

aside.widget:last-child {
    margin-bottom: 0;
}

#search-2 {
    position: relative;
}

form#searchform {
    margin-bottom: 0;
    position: relative;
}

#searchform:before {
    content: "\f002";
    position: absolute;
    left: auto;
    right: 25px;
    top: 25px;
    bottom: auto;
    font-family: FontAwesome;
    font-size: 1em;
    padding: 7px 14px;
    border-radius: 0;
    color: #fff;
}

.blog-sidebar #search-2 label {
    display: none;
}

.blog-sidebar .searchform input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 0.9em;
    height: 40px;
}

#search-2 input#searchsubmit {
    background-color: transparent;
    color: #fff;
    font-size: 0;
    width: 43px;
    height: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    border: 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 2px solid #ababab;
    padding: 5px 12px;
    margin: 0 2px;
    background-color: #ffffff;
    color: #2e2c2b;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color: #ffffff;
    font-size: 16px;
}

.wp-pagenavi span.pages {
    display: none;
}

.fb-widget,
.product-sidebar .widget,
.widget_product_categories {
    border: 1px solid #ddd;
    padding: 30px 13px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe {
    width: 100% !important;
}

.widget h3 {
    background-color: #f7f7f7;
    padding: 10px 20px;
    font-size: 1.2em;
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
}

.widget #searchform {
    padding: 25px;
}

.rpwwt-widget ul {
    padding: 20px !important;
}

.rpwwt-widget ul li {
    margin-bottom: 10px !important;
}

.rpwwt-widget ul li:last-child {
    margin-bottom: 0px !important;
}

.rpwwt-widget ul li a {
    font-size: 1em;
    color: #1d1d1d;
    font-weight: 700;
}

.rpwwt-widget ul li .rpwwt-post-date {
    color: #b5b5b5;
    font-size: 0.9em;
    font-weight: 500;
    display: table;
}

.facebook-wgt {
    margin: 20px 0 !important;
}

.fb-widget h4:after {
    border-bottom: 2px #fff;
    border-style: double;
    content: '';
    display: block;
    color: #ddd;
    margin: 15px 0;
}

.blog-subscribe-form {
    text-align: center;
    height: 400px;
    display: table;
    width: 100%;
    border: 1px solid #f1f1f1;
}

.blog-subscribe-form .bs-title {
    /* background-color: #63aa2a; */

    padding: 30px;
    padding-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
}

.blog-subscribe-form .bs-form {
    /*background-color: #589c23;*/

    padding: 30px;
}

.blog-sf-logo {
    width: 150px;
    height: 150px;
    background-color: #f9f9f9;
    border-radius: 100%;
    display: table;
    margin: auto;
    padding: 15px;
    margin-bottom: 20px;
}

.blog-sf-logo .logo {
    display: table-cell;
    vertical-align: middle;
}

.blog-sf-logo .logo p {
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 0;
}

.blog-subscribe-form p {
    font-size: 0.8em;
}

.blog-subscribe-form h2 {
    margin-bottom: 15px;
}

.share-btn .at-icon-wrapper .at-icon {
    fill: rgb(181, 181, 181) !important;
}

.at-share-btn-elements a {
    background-color: transparent !important;
}

.bs-form input.mailpoet_text {
    width: 100% !important;
    line-height: 50px;
    margin-bottom: 10px;
    font-size: 0.9em;
    height: 45px;
    background: rgb(255, 255, 255);
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
}

.bs-form input.mailpoet_submit {
    text-transform: uppercase;
    font-size: 0.9em;
    text-shadow: none;
    box-shadow: none;
    position: relative;
    background-image: none;
    font-family: open_sansbold;
    background-color: #282828;
    padding: 8px 30px;
    border-radius: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    color: #ffffff;
    width: 100%;
    border-radius: 25px;
}

.bs-form input.mailpoet_submit:hover,
.bs-form input.mailpoet_submit:active:hover,
.bs-form input.mailpoet_submit:focus,
.bs-form input.mailpoet_submit:active {
    background-color: #000;
}

/*.blog-item-detail .blog-title {

    margin-bottom: 30px;

}*/

.blog-item-detail h2 {
    margin-bottom: 10px;
}

.blog-item-detail .blog-content p {
    margin-bottom: 30px;
    font-size: 1em;
}

.blog-item-detail blockquote {
    background-color: #f7f7f7;
    border-left: 0;
    padding: 20px 20px 15px 100px;
}

.blog-item-detail blockquote p {
    margin: 0 !important;
    position: relative;
    font-size: 0.9em !important;
}

.blog-item-detail blockquote p:before {
    content: "\f10d";
    font-family: fontawesome;
    left: -60px;
    right: auto;
    bottom: auto;
    top: 10px;
    margin: auto;
    position: absolute;
    font-size: 3em;
    color: #63aa2a;
}

.share-text,
.share-icon {
    float: left;
}

.at-share-btn-elements svg.at-icon {
    height: 22px !important;
    width: 22px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    margin: 0 !important;
}

.addthis-smartlayers,
div#at4-follow,
div#at4-share,
div#at4-thankyou,
div#at4-whatsnext {
    padding: 0;
    margin: 0;
}

.share-tag {
    /*border-top: 1px solid #f0f0f0;*/

    padding: 20px 0;
    margin-top: 20px;
}

.share-tag:before,
.share-tag:after {
    clear: both;
    display: block;
    content: '';
}

.share-text {
    margin-right: 25px;
}

.share-text h6,
.post-tag h6 {
    text-transform: capitalize;
    font-family: 'open_sanssemibold';
}

.post-tag h6 {
    display: inline-block;
    margin-right: 25px;
}

.share-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.post-tag a {
    display: inline-block;
    font-size: 1em;
    font-family: 'open_sansregular';
    color: #656363;
    line-height: 170%;
    letter-spacing: 0.5px;
}

.internal-hs-1 h1,
.internal-hs-1 h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
}

.internal-hs-1 h1 span,
.internal-hs-1 h2 span {
    position: relative;
    /*    color: #a0cf4d;

*/
}

/*.internal-hs-1 h1 span:after,*/

.internal-hs-1 h2 span:after,
.internal-hs-1 h1 span:after {
    content: '';
    /*background-color: #a0cf4d;*/

    width: 50%;
    height: 2px;
    left: 0;
    right: auto;
    top: auto;
    bottom: -5px;
    position: absolute;
}

.about-text span {
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    color: #9e9e9e;
    text-transform: uppercase;
}

.about-img a.btn.btn-primary {
    width: 100%;
}

.about-img-video {
    height: 330px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.our-service .col-sm-4:nth-child(3n+1) {
    clear: both;
}

.os-item {
    margin-bottom: 30px;
}

.os-icon {
    float: left;
    margin-right: 10px;
}

.os-text {
    display: table;
}

.os-icon i {
    font-size: 2.5em;
    padding-top: 5px;
    margin-right: 10px;
}

.os-text h5 {
    text-transform: uppercase;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:active,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #fff;
    border: none;
    /*border-left: 5px solid #fbbf05;*/

    color: #fff;
    font-weight: bold;
}

.nav-tabs>li>a {
    min-width: 215px;
    text-align: center;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    border-radius: 0;
    margin-right: 15px;
    border: none;
    font-weight: bold;
    /*border-left: 5px solid transparent;*/
}

.nav-tabs>li:last-child>a {
    margin-right: 0;
}

.tab-content {
    padding: 20px;
}

.ag-tab li {
    list-style: none;
    padding: 0 10px;
    margin-bottom: 20px;
    /*cursor: pointer;*/
}

.ag-tab li:nth-child(3n+1) {
    clear: both;
}

.ag-tab li:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.ag-tab li img {
    width: 100%;
}

.ag-tab .nav-tabs {
    padding: 0 30px;
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.lg-toolbar {
    background-color: transparent;
}

.tab-content:after,
.tab-content:before {
    content: '';
    display: block;
    clear: both;
}

.bs-heading:after,
.bs-heading:before {
    clear: both;
    display: block;
    content: '';
}

.bs-heading {
    text-align: center;
    margin-bottom: 35px;
}

.bs-heading h2 {
    display: block;
    font-size: 2em;
    vertical-align: middle;
}

.bs-icon {
    width: 76px;
    height: 76px;
    border-radius: 38px;
    background-color: #fff;
    box-shadow: -8px -2px 0px #e4e4e4;
    border: solid 1px #c5c6c4;
    display: table;
    vertical-align: middle;
    margin: -20px auto 20px;
}

.bs-icon-inner {
    display: table-cell;
    vertical-align: middle;
}

.bs-icon-inner i {
    font-size: 3em;
}

.bs-heading p {
    text-align: center;
    font-style: italic;
    font-weight: inherit;
    color: #a2a2a2;
}

.bs-heading div:first-child h2 {
    text-align: right;
}

.bs-heading div:nth-child(3) h2 {
    text-align: left;
}

.bs-heading .col-md-2 {
    width: 10%;
}

.business-mission {
    padding-bottom: 250px;
}

.page-template-about-php .about-contact .about-contact {
    margin-top: -250px;
}

.manage-ceo-name .cn {
    display: inline-block;
    padding-left: 30px;
    margin-left: 15px;
    position: relative;
    font-family: 'Sacramento', cursive;
    font-weight: 600;
    font-size: 1.6em;
}

.manage-ceo-name .cn:before {
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    background-color: #fbbf05;
    margin: auto;
}

.manage-ceo-name {
    text-align: center;
}

.mcn-inner {
    display: inline-block;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
}

.about-contact-heading {
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.about-contact-form.col-md-6 input.form-control {
    height: 50px;
    margin-bottom: 30px;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    font-weight: normal;
    border: 1px solid #e9e9e9;
}

.about-contact-form textarea.form-control {
    height: 215px;
    margin-bottom: 20px;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #e9e9e9;
}

/*.about-contact-form.col-md-6 .file-868 input {

    color: #fff;

}*/

.about-contact-form button.btn.btn-primary {
    width: 100%;
}

.container.about-contact {
    padding: 40px 30px;
    background-color: #fff;
    box-shadow: -3px 4px 21px rgba(172, 175, 175, .36);
}

.ac-items {
    text-align: center;
    margin-bottom: 20px;
}

.ac-items i {
    font-size: 5em;
}

.ac-text {
    text-align: center;
    text-transform: uppercase;
}

.ac-text h2 {
    font-size: 2.50em;
    margin-bottom: 5px;
}

.ps-items {
    background-color: #fff;
    box-shadow: 0 2px rgba(210, 210, 210, .75);
    padding: 10px;
    margin-bottom: 30px;
}

.ps-box {
    border: 1px dotted #cfcfcf;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
}

.ps-box img {
    height: 100%;
}

.ps-text {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ps-line {
    width: 94px;
    height: 5px;
    /*background-color: #52931f;*/

    margin: auto;
    margin-bottom: 20px;
}

.ps-text span {
    color: #8c8c8c;
    font-size: 0.85em;
}

.ps-text ul {
    margin-top: 8px;
}

.ps-text ul li {
    list-style: none;
    color: #8c8c8c;
    position: relative;
    font-size: 0.85em;
    text-transform: capitalize;
}

/*.ps-text ul li:before {

    content: '-';

    position: absolute;

    left: 0;

    right: auto;

    top: 0;

    bottom: 0;

}*/

.ps-text h5 {
    line-height: 22px;
    font-size: 1em;
}

.ps-text h2 {
    line-height: 22px;
    font-size: 1em;
    color: #414241;
    font-family: 'open_sanssemibold';
    letter-spacing: 0;
}

.whisky-stones-img .btn {
    width: 100%;
}

.whisky-stones-img img {
    margin-bottom: 10px;
    width: 100%;
}

.ps-items a {
    display: block;
    position: relative;
    height: 100%;
}

.ps-items a:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ps-items a:hover:before {
    opacity: 0.7;
}

.ps-items a:after {
    content: "\f00e";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: white;
    font-family: fontawesome;
    font-size: 2em;
    width: 25px;
    height: 25px;
    margin: auto;
    opacity: 0;
}

.ps-items a:hover:after {
    opacity: 1;
}

.pg-item .pg-img img {
    margin: auto;
    /*height: 100%;

    width: 100%;*/
}

.pg-item {
    background-color: #fff;
    box-shadow: 0 0px 9px rgba(0, 0, 0, .1);
    padding: 20px;
    text-align: center;
    /*height: 200px;*/
    /*margin-bottom: 10px;*/

    position: relative;
    margin-top: 10px;
}

.pg-item-btn h2 span {
    font-size: 0.5em;
    letter-spacing: 0;
}

.pg-title {
    padding: 20px 0 0;
    text-align: center;
}

.pg-title span {
    display: block;
    color: #8c8c8c;
    font-size: 0.85em;
}

/*.pg-item .pg-img {

    height: 100%;

}*/
/*.pg-item:after {

    content: '';

    position: absolute;

    left: 0;

    right: 0;

    top: auto;

    bottom: 0;

    height: 15px;

    width: 100%;

    background-image: url(images/our-gallery-bg.jpg);

}*/

.pg-item-btn a.btn.btn-primary,
.pg-item-btn span.btn.btn-primary {
    width: 100%;
    border-radius: 0;
    cursor: inherit;
}

.product-gallery-slide .slick-arrow {
    background-color: transparent;
    font-size: 5em;
    color: #c7c7c7;
    /*top: 25%;*/
}

.product-gallery-slide .slick-prev {
    left: -30px;
}

.product-gallery-slide .slick-next {
    right: -30px;
}

.wcu-wrapper .wcu-item-wrap {
    width: 20%;
}

.wcu-item-wrap .wcu-item {
    background-color: #fff;
    box-shadow: 0 4px 9px rgba(0, 0, 0, .1);
    padding: 10px;
    margin-bottom: 30px;
}

.wcu-item-wrap:nth-last-child(-n+5) .wcu-item {
    margin-bottom: 0;
}

.wcu-box {
    border: 1px dotted #cfcfcf;
    padding: 20px;
    display: table;
    width: 100%;
}

.wcu-text {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.wcu-text p {
    color: #9e9e9e;
    margin-bottom: 0;
}

.wcu-text span {
    font-size: 3em;
    color: #9e9e9e;
}

.fb-widget
/*, .widget-col-style*/

    {
    border: 1px solid #ddd;
    min-height: 300px;
    max-height: 450px;
    overflow: hidden;
    padding: 30px 13px;
    /*-webkit-box-shadow: 0px 3px 3px 0px rgba(189, 189, 189, 1);

    -moz-box-shadow: 0px 3px 3px 0px rgba(189, 189, 189, 1);

    box-shadow: 0px 3px 3px 0px rgba(189, 189, 189, 1);*/
}

.product-sidebar .product-cat ul {
    list-style: none;
}

.product-sidebar .product-cat ul li {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
    display: block;
    margin-bottom: 6px;
}

.product-sidebar .product-cat ul li a,
.product-sidebar .product-cat ul li span {
    color: #656363;
}

.product-sidebar .product-cat ul li a br {
    display: none;
}

.fb-widget h4:after,
.widget-col-style h4:after {
    border-bottom: 2px #fff;
    border-style: double;
    content: '';
    display: block;
    color: #ddd;
    margin: 15px 0;
}

.product-sidebar .product-cat ul li:last-child a {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.product-sidebar .product-cat ul li ul li a {
    padding-left: 20px;
}

.product-sidebar .product-cat ul li ul li a:before {
    content: '-';
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 7px;
    font-size: 2em;
    font-weight: 500;
}

.product-sidebar .product-cat ul li ul {
    display: none;
}

.product-sidebar .product-cat ul li ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.product-sidebar .widget-col-style {
    margin-bottom: 30px;
}

.product-sidebar .widget-col-style {
    min-height: auto;
}

.product-sidebar input#searchsubmit {
    width: auto;
}

.product-sidebar .widget-col-style h4 {
    font-weight: 500;
    font-family: 'open_sansregular';
    font-size: 1.4em;
    text-transform: uppercase;
    color: #929292;
    text-align: left;
}

.product-sidebar .btn-small {
    text-transform: uppercase;
    font-family: 'open_sansregular';
    padding: 10px 23px;
    height: 40px;
}

.product-sidebar #searchform:before {
    display: none;
}

.product-sidebar .searchform input[type="text"],
.product-sidebar .searchform input,
input#woocommerce-product-search-field-0 {
    width: 100%;
    margin-bottom: 20px;
}

.fbp img {
    margin-bottom: 20px;
}

/*Fancy*/

.zoomWrapper {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    background-color: #fafafa;
    border: solid 1px #c3c1c1;
}

.zoomWrapper img {
    left: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    height: auto !important;
    /*object-fit: cover;*/
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    border-radius: 100%;
    background-color: #454545;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    padding: 7px 0;
}

a.fancybox-item.fancybox-close:after {
    content: "\f00d";
    font-family: fontawesome;
}

a.fancybox-item:hover {
    color: #fff;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('images/blank.gif');
    / helps IE / -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.pg-slider span div {
    display: flex;
    align-items: center;
    overflow: hidden;
}

#gallery_01 a {
    border: 1px solid #ddd;
    float: left;
    text-decoration: none;
    margin: 0px 5px 0;
    text-align: center;
    width: 95px;
    height: 95px;
    position: relative;
}

#gallery_01 img {
    height: 100%;
    object-fit: cover;
}

#gallery_01 a:hover {
    opacity: 0.7;
}

#gallery_01 .product-detail-slider-item.active:hover {
    opacity: 1;
}

#gallery_01 .product-detail-slider-item.active:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.64);
}

#gallery_01 .product-detail-slider-item.active:after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: white;
    font-size: 1.3em;
    height: 25px;
    width: 25px;
    margin: auto;
}

.fancybox-outer i {
    font-size: 1.9em;
    color: #fff;
    background-color: #454545;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    padding: 12px 0;
}

.product-description h1 {
    margin-bottom: 10px;
    font-family: 'open_sansregular';
    line-height: 150%;
    font-size: 1.4em;
}

.product-description ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

.product-description ul li {
    /*list-style: none;*/

    margin-bottom: 8px;
    color: #616161;
}

.product-description p {
    margin-bottom: 20px;
}

.rp-img {
    background-color: #f4f4f6;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
}

.rp-line {
    width: 44px;
    height: 3px;
    background-color: #52931f;
    margin: auto;
    margin-bottom: 20px;
}

.rp-text {
    text-align: center;
    margin-bottom: 4px;
    text-transform: capitalize;
}

section.related-products {
    padding: 50px 0;
}

.pg-slider:after,
.pg-slider:before {
    content: '';
    clear: both;
    display: block;
}

.pd-gallery-row {
    margin-bottom: 70px;
}

.jssora02l,
.jssora02ldn,
.jssora02rdn,
.jssora02r {
    z-index: 9;
    top: auto !important;
    bottom: 26px;
    background-image: none !important;
    background-color: white !important;
    width: 30px !important;
    height: 30px !important;
    text-align: center;
}

.jssora02l:before,
.jssora02ldn:before {
    content: "\f104";
}

.jssora02rdn:before,
.jssora02r:before {
    content: "\f105";
}

.jssora02l:before,
.jssora02ldn:before,
.jssora02rdn:before,
.jssora02r:before {
    font-family: fontawesome;
    font-size: 1.9em;
    padding: 2px 0;
    display: block;
}

.pg-slider .woocommerce-images a img {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
}

.jssort03 {
    margin-top: 15px;
}

.product-detail-description-content .title {
    margin-bottom: 25px;
}

.product-detail-contact .container.about-contact {
    margin-top: -250px;
}

.product-decs {
    /*padding-bottom: 250px;*/
}

.single-product .product-decs {
    padding-bottom: 250px;
}

.page-template-search form#searchform:before,
.search-results form#searchform:before {
    top: 0;
    right: 0;
    padding: 10px 14px;
}

.page-template-search form#searchform input#searchsubmit,
.search-results form#searchform input#searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    opacity: 0;
}

.page-template-search form#searchform input#s,
.search-results form#searchform input#s {
    width: 100%;
}

.search-results .search-result-item {
    margin-bottom: 40px;
}

.search-results .search-result-item h4 a {
    color: #353535;
}

.form-style-1 br {
    display: none;
}

.thankyu-text {
    padding: 25px 0;
}

.btn-black,
.btn-black:hover {
    background-color: #000;
}

.thank-you .thankyu-text h2 {
    text-transform: uppercase;
    line-height: 190%;
}

.page-template-thankyou header {
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.4196078431372549);
}

.product-decs .col-md-3 {
    float: left;
}

.product-decs .col-md-9 {
    float: right;
}

.woocommerce-images .w {
    border: 0;
}

/*facebook post*/

#newDialog input.form-control {
    height: 45px;
    width: 90%;
    padding: 0px 10px;
}

#newDialog textarea.form-control {
    padding: 10px;
}

#newDialog input[type="file"] {
    margin-top: 15px;
    width: 95%;
}

.dmbs-comments h4#comments {
    margin-bottom: 30px;
}

.comment-single-form form#commentform {
    display: table;
    width: 100%;
    position: relative;
    padding-bottom: 70px;
}

.comment-single-form form#commentform .comment-form-comment {
    display: table-footer-group;
    width: 100%;
}

.comment-single-form form#commentform .comment-form-email,
.comment-single-form form#commentform .comment-form-author {
    display: table-header-group;
}

.comment-single-form p.form-submit {
    text-align: right;
    display: table-footer-group;
    position: absolute;
    bottom: 0;
    right: 0;
}

.comment-single-form input {
    width: 100%;
}

.comment-single-form label {
    display: none;
}

.comment-single-form input#submit {
    font-size: 15px;
    padding: 10px 15px;
    min-height: 100%;
    min-width: auto;
    border: none;
    color: #fff;
}

.comment-single-form p.form-submit {
    text-align: right;
}

.comment-single-form input {
    width: 100%;
    height: 40px;
    line-height: 100%;
}

.comment-single-form input,
.comment-single-form textarea {
    font-size: 14px;
    padding: 0 10px;
}

.comment-single-form textarea#comment {
    width: 100%;
    height: 89px;
    border: none;
    border-bottom: 1px solid #d1d1d1;
}

.comment-single-form {
    margin-top: 60px;
}

.comment-single-form input::-webkit-input-placeholder,
.comment-single-form textarea::-webkit-input-placeholder {
    color: #a0a0a0;
}

.comment-single-form input::-moz-placeholder,
.comment-single-form textarea::-moz-placeholder {
    color: #a0a0a0;
}

.comment-single-form input::-moz-placeholder,
.comment-single-form textarea::-moz-placeholder {
    color: #a0a0a0;
}

.comment-single-form input::-ms-input-placeholder,
.comment-single-form textarea::-ms-input-placeholder {
    color: #a0a0a0;
}

.comment-single-form .well {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

.comment-form-author,
.comment-form-email {
    width: 49%;
    float: left;
}

.comment-form-email {
    float: right;
}

.comment-single-form input {
    width: 100%;
    height: 40px;
    line-height: 100%;
    border: none;
    border-bottom: 1px solid #d1d1d1;
    outline: none;
}

.comment-single-form textarea {
    outline: none;
}

.dmbs-comments li {
    list-style: none;
    position: relative;
    padding-left: 80px;
}

.dmbs-comments li .comment-body {
    margin-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 40px;
}

.dmbs-comments li img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
}

.dmbs-comments li cite.fn,
.dmbs-comments li span.says {
    color: #000000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 10px;
    display: inline-block;
}

.dmbs-comments li .comment-meta.commentmetadata a {
    position: relative;
    color: #a5a5a5;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.dmbs-comments li .comment-body p {
    position: relative;
    line-height: 180%;
    margin-bottom: 20px;
}

.dmbs-comments li .reply {
    position: relative;
    padding-left: 25px;
}

.dmbs-comments li .reply a {
    color: #000;
    font-weight: bold;
    font-size: 1.1em;
}

.dmbs-comments li .reply:before {
    content: "\f112";
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    font-family: fontawesome;
    color: #000;
    font-size: 14px;
}

.dmbs-comments li ul.children {
    margin-top: 40px;
}

.comment-single-form .well .comment-respond h3 {
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 10px;
}

/*Sitemap*/

.page-id-918 h1 {
    margin-bottom: 20px;
}

.page-id-918 pre {
    padding: 20px;
}

.page-id-918 pre h2 {
    margin-bottom: 10px;
}

.page-id-918 pre ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-id-918 pre ul li {
    margin-bottom: 5px;
}

.page-id-918 pre ul li a {
    font-size: 1.1em;
}

/*contact page*/

.cp-text h2 {
    text-transform: uppercase;
    font-size: 2em;
}

.cp-text p {
    margin: 25px 0px;
    color: #aeaeae;
}

.contact-page-form .form-control {
    border: 1px solid #dedede;
    border-radius: 0;
    background: #f8f8f8;
    height: 48px;
    padding: 6px 12px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-weight: normal;
}

.contact-page-form {
    margin-left: -15px;
}

.cd-info {
    border: 1px solid #dedede;
    padding: 20px 0px;
    width: 100%;
}

.cd-info:after,
.ci-details:before {
    clear: both;
    content: '';
    display: block;
}

.cd-icon {
    border: 1px solid #337ab7;
    border-radius: 50px;
    margin: 0px 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    display: table;
    float: left;
}

.cd-info-text p {
    margin-bottom: 0;
    letter-spacing: 0;
}

.cd-icon i {
    font-size: 1.6em;
    display: table-cell;
    vertical-align: middle;
}

.cd-info-text p a {
    font-size: 0.9em;
    color: #aeaeae;
    margin-bottom: 0;
}

.container-map-full {
    padding: 0px;
}

section.map {
    padding-top: 0px;
    padding-bottom: 0px;
}

.contact-line {
    margin: 50px 0px;
}

/*Home4*/

.hs3-title h1,
.hs3-title h2 {
    font-size: 2.0em;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.hs3-title {
    text-align: center;
    margin-bottom: 70px;
}

.hs3-title p {
    margin-bottom: 20px;
    font-size: 1.2em;
}

.hs3-title hr,
.about-cn hr {
    border: 1px solid;
    width: 60px;
}

.our-services {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.our-services .os-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.our-services:hover .os-img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.our-services .os-img img,
.our-services:hover .os-img img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.our-services:hover .os-img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.7;
}

.os-img {
    position: relative;
    overflow: hidden;
    height: 204px;
}

.os-content {
    padding: 20px;
}

.os-content p {
    margin: 10px 0px;
}

/*.our-services:hover .os-content h6 {

    color: #90c404;

}*/

.our-services {
    margin-bottom: 20px;
}

.h3-our-product-slide .slick-arrow {
    top: -60px;
    height: 40px;
    width: 40px;
    opacity: 0.7;
}

.h3-our-product-slide .slick-prev {
    left: auto;
    right: 45px;
}

.os-content h6 {
    font-size: 1.1em;
}

.os-content a {
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}

/*.os-content a:hover {

    color: #90c404;

}*/

.os-content a i {
    margin-left: 12px;
    font-size: 0.8em;
    vertical-align: middle;
}

.h3-our-advantages {
    background-color: #f9f9f9;
    text-align: center;
}

.our-ad-icon {
    margin-bottom: 30px;
    height: 42px;
    overflow: hidden;
}

.our-ad-icon i {
    font-size: 3em;
}

.our-ad-icon a {
    display: block;
}

.oa-item {
    margin-bottom: 80px;
}

.h3-our-advantages .oa-item-wrapper .col-md-4:nth-last-child(-n+3) .oa-item {
    margin-bottom: 20px;
}

.our-ad-content h4 {
    font-size: 1.1em;
    text-transform: uppercase;
}

.our-ad-content p {
    padding: 8px 0px;
}

.our-ad-content a {
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    z-index: 1;
    position: relative;
}

/*.our-ad-content a:hover {

    color: #90c404;

}*/

.our-ad-content a i {
    margin-left: 12px;
    font-size: 10px;
    vertical-align: middle;
}

.h3-oa-item .col-sm-4:nth-child(3n+1) {
    clear: both;
}

.oa-item {
    position: relative;
}

.oa-item .our-ad-icon i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*.oa-item:hover .our-ad-content h4 {

    color: #91c405;

}*/

.oa-item:hover .our-ad-icon i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*.oa-item:after {

    border-bottom: 2px solid;

    width: 5%;

    height: 100%;

    position: absolute;

    content: "";

    top: auto;

    left: 0;

    right: 0;

    bottom: -10px;

    transition: 0.4s;

    margin: 0 auto;

    opacity: 0;

}



.oa-item:hover::after {

    width: 30%;

    transition: 0.4s;

    opacity: 1;

}*/

.h3-counter {
    background-color: #666666;
}

.h3c {
    display: table;
    width: 100%;
}

.h3c-center {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.h3c-content {
    background: rgba(255, 255, 255, 0.99);
    padding: 80px 50px;
}

.h3c-counter hr {
    border: 2px solid;
    width: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.h3c-content h2 {
    line-height: 40px;
    font-size: 2em;
    margin-bottom: 15px;
}

.h3c-counter {
    text-align: center;
}

.h3c-counter span {
    color: #fff;
    display: block;
    font-size: 2.9em;
    font-weight: bold;
    padding-bottom: 15px;
}

.h3c-counter h5 {
    text-transform: uppercase;
    color: #ffffff;
}

.h3-form {
    background-color: #666666;
}

.h3-form-text h2 {
    color: #fff;
    font-size: 2.1em;
}

/*.h3-form-text h2 span {

    color: #90C404;

}*/

.h3-form-text hr {
    border: 2px solid;
    /*border-color: #90C404;*/

    width: 60px;
    float: left;
    margin-right: 252px;
}

.h3-form-text p {
    color: #fff;
}

.ltns-srvce-content {
    padding: 20px 0px;
}

.ltns-srvce-content h4 {
    padding: 0px 0px 10px;
    font-size: 16px;
    color: #000000;
}

.ltns-srvce-content a {
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}

.lt-ns-srvce-img {
    position: relative;
    height: 190px;
    overflow: hidden;
}

.lt-ns-srvce-img img,
.lt-ns-services:hover .lt-ns-srvce-img img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lt-ns-srvce-img img {
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.lt-ns-services:hover .lt-ns-srvce-img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.lt-ns-meta {
    position: absolute;
    top: auto;
    bottom: 18px;
    /*background: #90C404;*/

    text-align: center;
    padding: 5px 10px;
    left: 10px;
    right: auto;
    z-index: 9;
}

.lt-ns-meta span {
    color: #fff;
    font-weight: 700;
    padding-right: 10px;
}

.lt-ns-meta span i {
    margin-right: 5px;
}

.lt-ns-srvce-img:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 46, 91, 0.3);
}

.lt-ns-services:hover .lt-ns-srvce-img:before {
    background-color: transparent;
}

/*.ltns-srvce-content a:hover h4 {

    color: #90c404;

}*/
/*.ltns-srvce-content a:hover {

    color: #90c405;

}*/

.h3-call-to-action {
    padding: 30px 0 30px 0;
}

.h3-cta h2 {
    color: #fff;
    line-height: 150%;
    font-family: 'open_sansregular';
}

.h3-cta h2 span {
    font-size: 1.2em;
}

.h3-cta-btn {
    text-align: center;
}

/*Home5*/

.fourth-header .fh-menu-col ul li a {
    border-bottom: none;
    padding: 10px;
}

.fourth-header .fh-menu-col ul li {
    margin: 0 2px;
}

.banner-left {
    /*background-color: #fd9728;*/

    display: table;
}

.banner-right,
.banner-left {
    min-height: 500px;
}

.h4-banner .banner-right img {
    height: 100%;
    width: 100%;
}

.h4-bnr-text {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 15px 0 90px;
}

.h4-bnr-text h1,
.h4-bnr-text h2 {
    color: #fff;
    margin-bottom: 10px;
    line-height: 50px;
    font-size: 2.4em;
    text-transform: inherit;
}

.h4-bnr-text p {
    color: #fff;
    font-size: 1em;
    line-height: 160%;
    margin: 10px 0px 40px 0px;
}

.h4-bnr-text button.btn.btn-primary {
    background-color: #fff;
    color: black;
    text-transform: uppercase;
}

/*.h4-points ul {

    display: table;

    width: 100%;

}*/

.h4-points li {
    padding: 0 17px 0 25px;
    font-size: 1.1em;
    list-style: none;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}

.h4-points li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
}

.industrie-tab-wrapper {
    background: #383838;
}

.industrie-tab-wrapper li {
    width: 12.5%;
    text-align: center;
    display: table;
    height: 135px;
    font-size: 0.9em;
    margin-left: 0 !important;
}

.industrie-tab-wrapper li a {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    border-right: #606060 1px solid !important;
    border-radius: 0;
    position: relative;
}

.industrie-tab-wrapper .nav-pills>li.active>a:after,
.industrie-tab-wrapper .nav-pills>li:hover>a:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    opacity: 1;
    width: 0;
    height: 0;
    border-left: 70px solid transparent !important;
    border-right: 70px solid transparent !important;
    border-top: 20px solid;
}

.industrie-tab-wrapper .nav-pills>li:hover>a {
    /*background-color: #337ab7;*/
}

.industrie-tab-wrapper .nav.nav-pills li:first-child a {
    border-left: #606060 1px solid !important;
}

.industrie-tab-wrapper li span {
    display: block;
    min-height: 60px;
    height: 60px;
    overflow: hidden;
}

.industrie-tab-wrapper li a img {
    display: block;
    margin: auto;
}

.pro-catagorys .nav-tabs li.active a,
.pro-catagorys .nav-tabs li:hover a {
    background: #fd9827;
    color: #FFF;
}

.industries-tab .tab-content {
    padding: 45px 0;
}

.tab-contetn-right h3 {
    font-size: 2.2em;
    color: #a3a3a3;
    text-transform: capitalize;
    margin: 0 0 15px;
}

.tab-contetn-right p {
    font-size: 1.3em;
    line-height: 150%;
}

.tab-contetn-right ul {
    margin: 25px 0;
    display: inline-block;
    width: 100%;
}

.tab-contetn-right ul li {
    float: left;
    margin-right: 25px;
    font-size: 1.1em;
    list-style: none;
    padding-left: 25px;
    position: relative;
}

.tab-contetn-right ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
}

.h4-about-us {
    border-top: #eee 1px solid;
}

.h4au-text h2 {
    font-size: 2.2em;
    font-family: 'open_sansregular';
}

.h4au-text {
    text-align: center;
}

.h4au-text p {
    font-size: 1.30em;
    font-weight: 300;
    margin: 30px 0;
    color: #000000;
}

.main-heading h3,
.main-heading h1 {
    font-size: 2.40em;
    color: #a3a3a3;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'open_sanslight';
    text-transform: initial;
    font-weight: 200;
}

.h4-blog {
    border-top: #eee 1px solid;
}

.h4b-img {
    margin-bottom: 20px;
    height: 150px
}

.h4b-text h4 {
    margin: 20px 0px 10px 0px;
}

.h4b-text p {
    font-size: 1em;
    /*font-family: 'open_sanssemibold';*/

    color: #000000;
    letter-spacing: 0.3px;
    min-height: auto;
}

/*.h4b-text a {

    color: #fd9728;

}*/

.h4b-text a:hover {
    text-decoration: underline;
    color: #000;
}

.h4-global-logos {
    text-align: center;
}

.h4-global-logos li {
    list-style: none;
    display: inline-block;
    opacity: .3;
    margin: 0 10px;
}

.h4-global-logos li:hover {
    opacity: 1;
}

section.h4-global {
    border-top: #eee 1px solid;
    margin-bottom: 200px;
}

.container.about-contact {
    margin: auto;
}

.h4-contact-heading {
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.container.h4-contact {
    padding: 40px 30px;
    background-color: #fff;
    box-shadow: -3px 4px 21px rgba(172, 175, 175, .36);
    margin-top: -250px;
}

/*Home5*/

.fourth-header .flags,
.fourth-header .fh-top-header .sitemap,
.fourth-header .search {
    display: inline-block;
}

.fourth-header .search {
    position: relative;
}

.fourth-header .search button.btn {
    padding: 5px;
    position: absolute;
    top: 2px;
    right: 5px;
    background-color: transparent;
}

.fourth-header .fh-top-header .flags {
    border: none;
}

.fourth-header .fh-top-header {
    border: none;
    background-color: #5a5a9c;
    padding: 5px 0;
}

.header-top-right-contact {
    display: inline-block;
    padding: 5px;
    color: #fff;
}

.fourth-header .fh-top-header .topbar-address h1 {
    color: #fff;
}

.fourth-header .fh-menu-col .row {
    height: 100%;
}

.fourth-header .fh-menu-col ul li a:hover,
.fourth-header .fh-menu-col ul li a:active,
.fourth-header .fh-menu-col ul li a:focus {
    color: #fff;
}

.header-top-right-contact i {
    margin-right: 10px;
}

.fourth-header .fh-top-header .topbar-social li,
.fourth-header .fh-top-header .sitemap li {
    border: none;
}

.fourth-header .flags #flag:after {
    right: 15px;
    color: #fff;
}

.fourth-header .flags #flag span,
.fourth-header .fh-top-header .sitemap li a {
    color: #fff;
}

.fourth-header .fh-top-header .topbar-social li a {
    width: auto;
    margin: 0px 10px;
    color: #fff;
}

.fourth-header .fh-top-header .topbar-social {
    border-right: 1px solid #fff;
    padding-right: 10px;
    float: left;
    margin-right: 15px;
}

.fourth-header.fixed .fh-top-header {
    display: none;
}

.header-top-right-contact {
    display: inline-block;
    color: #fff;
}

.fh-top-header .header-top-right-contact a {
    color: #fff;
}

.h5-top-button .request-btn {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 7px 30px;
    font-weight: normal;
    font-family: 'open_sanssemibold';
}

.h5-top-button .request-btn i {
    margin-left: 10px;
    font-size: 1.2em;
    font-weight: 500;
}

.h5-top-button .request-btn:hover,
.h5-top-button .request-btn:focus,
.h5-top-button .request-btn:active {
    background-color: #fff;
    color: #1e73be;
}

.hs4-title h1,
.hs4-title h2 {
    text-transform: uppercase;
    font-size: 2.6em;
}

.hs4-title h1 span {
    font-size: 22px;
    font-style: italic;
    color: #808080;
    text-transform: initial;
    font-family: 'open_sansregular';
}

.hs4-title span {
    font-size: 1.5em;
    font-style: italic;
    color: #808080;
}

.title-style {
    margin-bottom: 25px;
}

.title-white span {
    opacity: 0.60;
}

.title-white span,
.title-white h2 {
    color: white;
}

.white-line,
.brown-line {
    background-color: #808080;
    width: 150px;
    height: 2px;
    margin: 30px auto 0;
}

/*.brown-line {

    background-color: #aa8a57;

}*/

.h6-request-form .hs4-title h2 {
    color: #fff;
}

.hs4-title.title {
    margin-bottom: 65px;
}

.hs4-title h4 {
    font-family: 'open_sansbold';
    font-size: 1.86em;
    font-weight: bold;
}

.little-about-us .ch-video {
    box-shadow: 0 0 20px #00000026;
}

.banner-text span {
    font-size: 1.688em;
    font-weight: bold;
    font-style: italic;
    padding: 15px 0 22px;
    display: block;
    color: black;
}

.little-about-white-bg {
    display: inline-block;
}

.little-about-points {
    display: inline-block;
    padding-right: 80px;
}

.little-about-points:last-child {
    padding-right: 0;
}

.little-about-circle-icon {
    width: 44px;
    height: 44px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background-color: rgba(170, 138, 87, 0);
    border: solid 1px #3a3a3a;
    display: table;
    text-align: center;
}

.little-about-circle-icon i {
    vertical-align: middle;
    display: table-cell;
    font-size: 1.6em;
}

.little-about-item {
    position: relative;
    margin: 30px 0;
}

.little-about-item:before {
    content: "";
    position: absolute;
    top: 23px;
    bottom: auto;
    width: 65%;
    height: 1px;
    background-color: #000;
    z-index: -2;
}

.little-about-white-bg {
    display: inline-block;
    background: #fff;
    padding-right: 20px;
    margin-bottom: 10px;
}

.little-about-points:nth-child(2) .little-about-white-bg,
.little-about-points:nth-child(3) .little-about-white-bg {
    padding-left: 20px;
}

.little-about-item p {
    text-transform: uppercase;
    font-size: 1em;
}

/*product item*/

.h6-product-item {
    background-color: #fff;
    border: solid 1px #d8d8d8;
    min-height: 225px;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}

.h6-product-item h5 {
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    color: #808080;
}

.h6-product-item h2.h6-product-item-title {
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    color: #808080;
    line-height: 150%;
    font-family: 'open_sanssemibold';
    padding-top: 5px !important;
    transform: inherit;
}

.h6-product-hover-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    width: 100%;
    line-height: 200%;
    opacity: 0;
    transform: translateY(30%);
    transition: all .2s ease-in;
    color: #fff;
}

.h6-product-item:hover .h6-product-hover-text {
    display: table;
    top: 50%;
    padding: 0 5px;
    transform: translateY(-50%);
    opacity: 1;
    transition: transform 0.4s ease-in;
}

/*why choose us*/

.h6-why-choose-us-item {
    background-color: white;
    padding: 60px 30px 30px;
    min-height: 300px;
    margin-top: 40px;
    position: relative;
    box-shadow: 0 0 20px 0px #00000038;
}

.h6-why-choose-us-item p {
    font-size: 1.2em;
}

.h6-why-choose-us-icon {
    width: 98px;
    height: 98px;
    -webkit-border-radius: 49px;
    -moz-border-radius: 49px;
    border-radius: 49px;
    display: table;
    text-align: center;
    position: absolute;
    top: -50px;
}

/*.why-choose-us .title {

    margin-bottom: 65px;

}*/

.h6-why-choose-us-icon i {
    color: white;
    display: table-cell;
    vertical-align: middle;
    font-size: 4em;
}

.btn-mg {
    text-align: center;
    margin: 60px 0 0;
}

.h6-why-choose-us {
    background-size: cover;
    background-position: center center;
}

.h6-why-choose-us-item h4 {
    line-height: 120%;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.h6-testimonials-border {
    position: relative;
    border: 1px solid #979797;
    margin: 0 auto 40px;
    float: none;
    text-align: left;
    border-bottom: 0;
    padding: 0 15px;
}

.h6-arrow_box {
    position: relative;
    padding: 20px 0;
}

.h6-arrow_box p {
    color: #fff;
    font-size: 1.5em;
    font-style: italic;
}

.h6-autor-details {
    text-align: center;
}

.h6-autor-details img {
    border-radius: 100%;
    border: 5px solid #fff;
    height: 100%;
}

.h6-arrow_box:after,
.h6-arrow_box:before {
    position: absolute;
    content: ' ';
    height: 20px;
    width: 50%;
    bottom: -19px;
    top: auto;
    z-index: 9999;
    overflow: hidden;
}

.h6-arrow_box:after {
    right: 0px;
    border-top: 1px solid #979797;
    border-left: 1px solid #979797;
    transform-origin: right bottom;
    transform: skewX(-40deg);
}

.h6-arrow_box:before {
    left: 0px;
    border-top: 1px solid #979797;
    border-right: 1px solid #979797;
    transform-origin: left bottom;
    transform: skewX(40deg);
}

.h6-testimonials .tc-slider {
    padding-bottom: 40px;
}

.h6-autor-details p {
    color: white;
    margin-bottom: 0;
    font-size: 0.938em;
    font-weight: bold;
    text-transform: uppercase;
}

.h6-author-image {
    margin-right: 15px;
    width: 68px;
    height: 68px;
}

.h6-author-text {
    vertical-align: middle;
    text-align: left;
}

.h6-author-image,
.h6-author-text {
    display: inline-block;
}

.h6-testimonials-section {
    padding: 0;
    background-color: #4c4c4c;
}

.h6-certificates img:last-child {
    margin-right: 0;
}

.h6-certificates img {
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 22px 43px -15px rgba(0, 0, 0, 0.81);
    -moz-box-shadow: 0px 22px 43px -15px rgba(0, 0, 0, 0.81);
    box-shadow: 0px 22px 43px -15px rgba(0, 0, 0, 0.81);
}

.h6-testimonials-section .tc-slider {
    margin-bottom: 50px;
}

/*form*/

.h6-form-part {
    padding: 0px 30px;
}

.h6-form-part .wpcf7-form-control-wrap.file-868 input:before {
    color: #000;
}

legend {
    margin-bottom: 30px;
    border-bottom: transparent;
}

.form-part .form-control {
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    height: 70px;
    font-size: 1.250em;
    color: #fff;
    background-color: transparent;
    padding-bottom: 0;
}

.form-part textarea.form-control {
    height: 200px;
}

/*.form-part .form-control::-webkit-input-placeholder {

    color: black;

}



.form-part .form-control:-moz-placeholder {

    color: black;

}



.form-part .form-control::-moz-placeholder {

    color: black;

}



.form-part .form-control:-ms-input-placeholder {

    color: black;

}*/

.h6-form-part .file-868 input {
    color: #fff;
}

.form-part .comment {
    margin-bottom: 50px;
}

.form-part .btn-primary {
    margin-top: 20px;
}

.h6-testimonials-certificates {
    padding: 80px 30px 50px;
    border-right: 1px solid #7b7b7b;
}

.h6-request-form {
    padding: 80px 0;
    height: 100%;
}

.h6-equal-height {
    /*background-image: -ms-linear-gradient(top, #4C4C4C 0%, #4C4C4C 75%, #333333 51%, #333333 100%);

    background-image: -moz-linear-gradient(top, #4C4C4C 0%, #4C4C4C 75%, #333333 51%, #333333 100%);

    background-image: -o-linear-gradient(top, #4C4C4C 0%, #4C4C4C 75%, #333333 51%, #333333 100%);

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4C4C4C), color-stop(75, #4C4C4C), color-stop(51, #333333), color-stop(100, #333333));

    background-image: -webkit-linear-gradient(top, #4C4C4C 0%, #4C4C4C 75%, #333333 51%, #333333 100%);

    background-image: linear-gradient(to bottom, #4C4C4C 0%, #4C4C4C 75%, #333333 51%, #333333 100%);*/
    /*background-color: #4c4c4c;*/
}

.h6-request-form .title-style {
    text-align: left;
}

.h6-form-part .comment .form-control {
    height: 150px;
}

.h6-certificates {
    text-align: center;
}

.h6-customers-description {
    margin-bottom: 60px;
}

.h6-customers {
    text-align: center;
}

.h6-customers-logos div {
    border: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    padding: 15px;
}

.h6-customers-logos .col-md-3:nth-child(1n+5) {
    border-bottom: 0;
}

.h6-customers-logos .col-md-3:nth-child(4n) {
    border-right: 0;
}

/*footer*/

footer.fourth-footer {
    position: relative;
    padding-bottom: 0;
}

footer.fourth-footer:before {
    content: '';
    position: absolute;
    background-color: rgba(60, 60, 60, 0.90);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

footer.fourth-footer h3 {
    color: white;
    font-size: 1.8em;
    margin: 0 0 30px;
}

.fourth-footer .footer-categories ul {
    padding-left: 0;
}

.fourth-footer .footer-categories ul li {
    list-style-type: none;
    line-height: 190%;
    font-size: 1em;
    text-transform: capitalize;
}

.fourth-footer .contact-section h5 {
    font-size: 1.2em;
}

.fourth-footer .footer-categories ul li a {
    color: #e9e9e9;
}

.fourth-footer .footer-contact p,
.fourth-footer .footer-contact span,
.fourth-footer .footer-contact span a {
    color: white;
}

.fourth-footer .footer-contact p {
    margin-bottom: 20px;
}

.fourth-footer .footer-contact span {
    padding-right: 10px;
    font-size: 1em;
    display: inline-block;
    min-width: 25px;
}

footer.fourth-footer div.wpcf7-response-output {
    color: #ddd;
}

.fourth-footer .social-media-icon span {
    background-color: #656564;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    padding: 12px 0px;
    border-radius: 100%;
    margin-right: 15px;
}

.fourth-footer .contact-num {
    margin-bottom: 10px;
}

.fourth-footer .mail {
    margin-bottom: 30px;
}

.fourth-footer .contact-form .form-control {
    background: transparent;
    border-radius: 0;
    height: 40px;
    margin-bottom: 20px;
    border-color: white;
    font-size: 1em;
    color: white;
}

.fourth-footer .contact-form textarea.form-control {
    height: 90px;
}

.fourth-footer .contact-form .form-control::-webkit-input-placeholder,
::-webkit-input-placeholder,
.h6-request-form .form-control::-webkit-input-placeholder {
    color: white;
}

.fourth-footer .contact-form .form-control:-moz-placeholder,
::-moz-placeholder,
.h6-request-form .form-control:-moz-placeholder {
    color: white;
}

.fourth-footer .contact-form .form-control::-moz-placeholder,
::-moz-placeholder,
.h6-request-form .form-control::-moz-placeholder {
    color: white;
}

.fourth-footer .contact-form .form-control:-ms-input-placeholder,
:-ms-input-placeholder,
.h6-request-form .form-control:-ms-input-placeholder,
    {
    color: white;
}

.fourth-footer .contact-form .btn-primary {
    border-color: white;
    color: white;
}

.fourth-footer .contact-form .btn-primary:hover,
.fourth-footer .contact-form .btn-primary:active,
.fourth-footer .contact-form .btn-primary:focus {
    background-color: white;
    color: black;
    box-shadow: none;
}

.fourth-footer .social-media-icon a {
    text-decoration: none;
}

.fourth-footer .social-media-icon a:hover span {
    background-color: #ACACAC;
    color: #545454;
}

.fourth-footer .footer-categories ul li a:hover {
    color: #aa8a57;
}

.fourth-footer .footer-bottom {
    background-color: #272727;
    padding: 18px 0;
    position: relative;
    margin-top: 80px;
}

.fourth-footer .footer-bottom ul {
    padding-left: 0;
    margin-bottom: 0;
}

.fourth-footer .footer-bottom ul li {
    display: inline-block;
    list-style-type: none;
    padding-right: 15px;
}

.fourth-footer .footer-bottom ul li a {
    color: #818181;
    text-transform: uppercase;
    font-size: 0.9em;
}

.fourth-footer .footer-bottom ul li a:hover,
.fourth-footer .footer-bottom ul li a:active {
    color: white;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

.effect-bubba {
    background: #9e5406;
}

.effect-bubba img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.effect-bubba:hover img {
    opacity: 0.4;
}

.effect-bubba figcaption::before,
.effect-bubba figcaption::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.effect-bubba figcaption::before {
    border-top: 1px solid #AA8A57;
    border-bottom: 1px solid #AA8A57;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.effect-bubba figcaption::after {
    border-right: 1px solid #AA8A57;
    border-left: 1px solid #AA8A57;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.effect-bubba h2 {
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.effect-bubba:hover figcaption::before,
.effect-bubba:hover figcaption::after {
    opacity: 0.7;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-color: rgba(170, 138, 87, 0.17);
}

.effect-bubba:hover h2,
.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.effect-bubba a {
    text-decoration: none;
}

.product .col-md-3:nth-child(4) .grid,
.product .col-md-3:nth-child(5) .grid {
    min-height: 480px;
}

.effect-bubba {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: white;
    text-align: center;
    cursor: pointer;
}

.product .effect-bubba {
    min-height: 238px;
    height: 100%;
}

.product .equal-size {
    min-height: 505px;
}

.product .col-md-3:nth-child(4) {
    float: right;
}

.product .col-md-3:nth-child(4) .grid,
.product .col-md-3:nth-child(5) .grid {
    min-height: 480px;
}

.effect-bubba img {
    position: relative;
}

.effect-bubba figcaption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.effect-bubba figcaption::before,
.effect-bubba figcaption::after {
    pointer-events: none;
}

.effect-bubba figcaption,
.effect-bubba figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.effect-bubba figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.effect-bubba h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.effect-bubba h2 span {
    font-weight: 800;
}

.effect-bubba h2,
.effect-bubba p {
    margin: 0;
}

/*Home 7*/

.fifth-header .h7-main-header ul.nav li a {
    position: relative;
    padding: 0;
    background-color: transparent;
}

.fifth-header .h7-main-header ul.nav li a:before,
.fifth-header .h7-main-header ul.nav li a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -2px;
    background: #fff;
}

.fifth-header .h7-main-header ul.nav li a:before {
    left: 0;
}

.fifth-header .h7-main-header ul.nav li a:after {
    right: 0;
    /*background: #00c3ec;*/

    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fifth-header .h7-main-header ul.nav li a:hover:before {
    /*background: #00c3ec;*/

    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fifth-header .h7-main-header ul.nav li a:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}

.fifth-header .h7-top-header {
    color: #fff;
    padding: 8px 0;
    border-bottom: 2px solid rgba(162, 162, 162, 0.56);
}

.fifth-header .h7-main-header .navbar {
    padding: 20px 0;
}

.fifth-header.fixed .h7-top-header {
    display: none;
}

.phone p {
    color: black;
}

.phone i {
    margin-right: 10px;
    font-size: 1.5em;
}

.mail i {
    margin-right: 10px;
    font-size: 1.5em;
}

.mail p {
    color: black;
}

.top-header a {
    color: #fff;
}

/*.info a:hover i,

.info a:hover p {

    color: #00c3ec;

}*/

.header-top-icon i {
    color: black;
}

.h7-top-header .btn-secondary {
    max-width: 210px;
    float: right;
    right: 18.1%;
    margin-top: 37%;
    position: relative;
}

.features a,
.features a h6 {
    color: #d61c28;
}

.features a h6 {
    margin-bottom: 0px;
}

.top-menu-ul {
    text-align: right;
}

.top-menu-ul li {
    margin: 0 5px;
}

.top-menu-ul li:last-child {
    margin-right: 0;
}

.top-menu-ul .menu-link {
    display: none;
}

.features .info:nth-child(2) {
    padding: 0;
}

#custom-search-input {
    margin: 0;
    margin-top: 0px;
    padding: 0;
}

#custom-search-input .search-query {
    border-radius: 0;
    border-color: black;
    background-color: transparent;
}

.h7-main-header #custom-search-input .search-query,
header #custom-search-input form input {
    border-radius: 0;
    border-color: #ddd;
    border: 1px solid #ddd !important;
    background-color: transparent;
    padding-left: 10px;
    font-size: 1.05em;
    width: 100%;
    height: 40px;
}

#custom-search-input span {
    position: absolute;
    right: 10px;
    top: 4px;
    z-index: 9;
}

.h7-main-header #custom-search-input span,
header #custom-search-input form button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 40px;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid #ddd;
    padding: 0;
    background-color: transparent;
}

.h7-main-header #custom-search-input span i {
    margin-top: 12px;
}

#custom-search-input .search-query:-ms-input-placeholder {
    color: white;
}

.h7-main-header #custom-search-input input::-webkit-input-placeholder,
.footer-form-wrrapper.subscribe-form input::-webkit-input-placeholder {
    color: #000;
}

.h7-main-header #custom-search-input input::-moz-placeholder,
.footer-form-wrrapper.subscribe-form input::-moz-placeholder {
    color: #000;
}

.h7-main-header #custom-search-input input::-ms-input-placeholder,
.footer-form-wrrapper.subscribe-form input::-ms-input-placeholder {
    color: #000;
}

.h7-main-header #custom-search-input input::-moz-placeholder,
.footer-form-wrrapper.subscribe-form input::-moz-placeholder {
    color: #000;
}

.form-control:focus {
    /*border-color: transparent;*/

    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-detail {
    padding: 15px 0;
    text-align: center;
}

.fifth-header .topbar-address h1 {
    color: #000000;
    font-size: 1em;
    font-family: 'open_sansregular';
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    line-height: 22px;
}

.header-socil-icon {
    text-align: right;
}

.header-socil-icon a {
    display: inline-block;
    margin-right: 20px;
    font-size: 1.2em;
}

.header-socil-icon a:last-child {
    margin-right: 0;
}

.header-socil-icon a i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*.header-socil-icon a:hover i {

    color: #00c3ec;

}*/

.features .info a .col-md-9 {
    padding-left: 8px;
}

.info a:hover h6 {
    color: #8a0d15;
}

.header-socil-icon a:hover {
    opacity: 0.7;
}

.internal-header {
    padding: 40px 0;
}

.select-block {
    margin-bottom: 10px;
    text-align: right;
}

.select-block select {
    padding: 5px 10px;
}

.h7-main-header .main-menu {
    font-size: 1em;
}

.fifth-header .h7-main-header ul li {
    padding: 15px;
}

.fifth-header .h7-main-header ul li a {
    color: #000000;
    font-size: 1.1em;
    font-weight: normal;
    text-transform: capitalize;
}

.top-menu-ul li:last-child a,
.main-menu-ul li:last-child a {
    margin-right: 0;
}

.h7-top-header .select-block {
    display: none;
}

.hs5-title {
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #172119;
    padding-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.hs5-title h2 {
    letter-spacing: 0;
}

.home-banner {
    position: relative;
    overflow: visible;
}

.home-banner .regular {
    border-bottom: 20px solid #d8d8d8;
}

.h6-banner .container {
    position: relative;
}

.h7-banner-content {
    background-color: #f6f6f6;
    padding: 0;
    position: absolute;
    right: auto;
    left: 25px;
    top: auto;
    bottom: -38px;
    width: auto;
    max-width: 428px;
}

.h7-banner-content:before,
.h7-banner-content:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: -1;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 40px solid #d8d8d8;
}

.h7-banner-content:before {
    left: auto;
    right: -19px;
}

.h7-banner-content:after {
    left: -19px;
    right: auto;
}

.h7-banner-content .banner-item {
    padding: 0 30px 30px;
}

.h7-banner-content .banner-item {
    letter-spacing: 0;
}

.h7-banner-content h4 {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    padding-bottom: 8px;
    margin: 30px 0 10px 30px;
    font-family: 'open_sansbold';
    text-transform: capitalize;
}

.banner-product ul li {
    list-style: none;
    display: inline-block;
}

.banner-product ul li a:hover {
    opacity: 0.8;
}

.h7-banner-content .banner-product ul li p {
    text-align: center;
    font-style: italic;
    font-size: 0.9em;
}

.h7-services .col-md-3 {
    padding: 0;
}

.col-md-3:last-child .services-content {
    border-right: 1px solid #b1b0b0;
}

.services-content {
    border: 1px solid #b1b0b0;
    padding: 20px;
    background-repeat: no-repeat;
    border-right: 0;
    min-height: 271px;
    background-position: right bottom;
}

.services-content h3 {
    font-size: 1.063em;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'open_sanssemibold';
}

/*featured*/

.h7-featured-wrapper a {
    display: block;
}

.h7-featured-wrapper .featured-item:hover:before {
    opacity: 0.8;
}

.h7-featured-wrapper a:last-child .featured-item {
    margin-bottom: 0;
}

.h7-featured-wrapper .featured-item .fi-image {
    margin-bottom: 25px;
}

.h7-featured-wrapper .fi-hover-text ul li {
    font-size: 1em;
}

.h7-featured-wrapper .feature-middle .featured-item {
    min-height: 609px;
    max-height: 609px;
}

.h7-why-choose-us .title {
    margin-bottom: 25px;
}

.why-choose-us-content h1 {
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 150%;
    color: #414241;
    font-family: 'open_sanssemibold';
}

.why-choose-us-content h5 {
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

ul.why-choose-list li {
    list-style: none;
    line-height: 240%;
    font-size: 1.1em;
}

ul.why-choose-list li i {
    margin-right: 12px;
}

.h7-why-choose-us {
    background-color: #f6f6f6;
}

.why-choose-us-right ul li {
    background-color: #4cc2ea;
    list-style: none;
    /*display: inline-block;*/

    float: left;
    text-align: center;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1.5%;
}

.why-choose-us-right ul li:nth-child(1) {
    background-color: #4cc2ea;
}

.why-choose-us-right ul li:nth-child(2) {
    background-color: #ef8606;
}

.why-choose-us-right ul li:nth-child(3) {
    background-color: #b5d100;
}

.why-choose-us-right ul li:nth-child(4) {
    background-color: #575757;
}

.why-choose-us-right ul li:nth-child(2n+1) {
    clear: both;
}

/*.why-choose-us-right ul li .right-list img {

    width: 40px;

}*/

.right-list {
    padding: 40px 20px;
}

.right-list h5 {
    color: white;
    border-bottom: 1px solid white;
    margin-bottom: 0px;
    margin-top: 10px;
}

.testimonial-text-wraapper {
    box-shadow: 4px 6px 20px 0px #0000003b;
    margin: 50px 20px 20px;
    padding: 60px 50px 20px;
    position: relative;
}

.author-image {
    position: absolute;
    top: -50px;
    left: 50px;
}

.authore-detail {
    text-align: left;
}

.what-slient-say .title {
    margin-bottom: 30px;
}

.testimonial-text p {
    color: black;
    font-style: italic;
    font-size: 1.125em;
    text-align: left;
    line-height: 180%;
    position: relative;
    margin-bottom: 20px;
    padding-top: 40px;
}

.testimonial-text p:before {
    content: '';
    background-image: url(images/blockquote.png);
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 35px;
}

.author-name {
    margin: 15px 0;
}

.authore-detail h6 {
    margin: 0;
    color: #000;
    text-transform: capitalize;
}

.author-name h6 span {
    margin-top: 5px;
    display: block;
}

.testimonial .slick-prev,
.testimonial .slick-next {
    display: none !important;
}

.testimonial .slick-dots {
    text-align: center;
}

.testimonial .slick-dots li {
    display: inline-block;
}

.testimonial .slick-dots li button {
    background-color: white;
    border: 1px solid #000;
    padding: 0;
    font-size: 0;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-radius: 100%;
}

.testimonial .slick-dots li:last-child button {
    margin-right: 0;
}

.testimonial .slick-dots li.slick-active button {
    background: black;
}

.testimonial .slick-dots li button:before {
    display: none;
}

.testimonial-wrapper .testimonial {
    margin-top: -50px;
}

.testimonial-form .testimonial-wrapper .hs5-title,
.testimonial-form .form-wrapper .hs5-title {
    margin-bottom: 90px;
}

.video-anchor {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.videos {
    min-height: 204px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.video-anchor:hover .videos {
    opacity: 0.8;
}

.videos:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.18);
}

.videos img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

/*Footer*/

.fifth-footer.footer-1 .half-border-title {
    margin-bottom: 20px;
}

.fifth-footer .half-border-title h3 {
    text-transform: uppercase;
    font-size: 1.875em;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    font-family: 'open_sanssemibold';
}

.fifth-footer .half-border-title h3:before {
    width: 100%;
    height: 1px;
    position: absolute;
    content: '';
    background-color: #000;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.fifth-footer .get-in-touch .half-border-title h3:before {
    width: 80%;
}

.fifth-footer .social-icon {
    margin-top: 20px;
}

.fifth-footer .social-icon a {
    padding-right: 20px;
    font-size: 1.1em;
    color: #000;
}

.fifth-footer .social-icon a:hover {
    color: #00c3ec;
}

.fifth-footer .footer-category ul li a {
    color: #231916;
    line-height: 190%;
}

.fifth-footer .footer-category ul li a i {
    color: #b7222d;
    font-size: 12px;
    margin-right: 10px;
}

/*.fifth-footer .footer-category ul li a:hover {

    color: #ff8700;

}*/

.fifth-footer .footer-category ul li a:hover i {
    color: #763d2c;
}

.fifth-footer .get-in-touch h6 {
    margin-bottom: 5px;
}

/*

.footer-detail {

    margin-bottom: 15px;

}*/

.fifth-footer .get-in-touch ul li {
    list-style-type: none;
    margin-bottom: 6px;
}

.fifth-footer .get-in-touch ul li a {
    color: #000;
}

/*.fifth-footer .footer-detail:hover {

    color: #ff8700;

}*/

.fifth-footer .footer-detail {
    margin-bottom: 6px;
}

.fifth-footer-bottom.footer-2 {
    padding: 10px 0;
    background-color: #231916;
}

.fifth-footer-bottom .copyright {
    text-align: center;
}

.fifth-footer-bottom .footer-2 .copyright p {
    margin-bottom: 0;
    color: white;
}

.fifth-footer-bottom .footer-2 .copyright p a {
    color: white;
}

.fifth-footer .subscribe-form input.mailpoet_text {
    background-color: #fff;
}

.fifth-footer .subscribe-form input.mailpoet_submit {
    background-color: #000;
    color: #fff;
    border-radius: 25px;
}

.fifth-footer .subscribe-form input.mailpoet_submit:hover {
    opacity: 0.8;
    background-color: #000;
}

.fifth-footer-bottom .copyright a {
    color: #fff;
}

/*Home8*/

.h7-slider .slide-image {
    position: relative;
}

/*.h7-slider .slide-image:before {

    content: '';

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    background-color: rgba(0, 0, 0, 0.65);

    z-index: 1;

}*/

.h7-slider .slide-image .vertical-middle {
    z-index: 99999;
    position: relative;
}

.h7-slider-content .banner-title {
    color: #fff;
    font-size: 3.1em;
    letter-spacing: 1px;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 0;
    line-height: 120%;
    font-family: 'open_sansbold';
    font-weight: 600;
    text-transform: uppercase;
}

.h7-slider-content .banner-subtext {
    color: #fff;
    margin-bottom: 30px;
}

.h7-slider-content .banner-title:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: auto;
    bottom: -30px;
    width: 40%;
    margin: auto;
    height: 7px;
    background-color: rgba(173, 173, 173, 0.32);
}

.h7-slider-content .banner-pre-title {
    color: #fff;
    margin-bottom: 15px;
    opacity: 0.7;
}

.sec-title .title-style {
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    line-height: 130%;
    background: #bda87f;
    letter-spacing: 1.5px;
    padding: 10px 15px;
    margin-bottom: 20px;
    font-size: 1em;
}

.sec-title .title-style:before {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 2px solid #bda87f;
    width: 1000px;
    bottom: 0;
    right: 0;
}

.sec-title h1,
.sec-title h2 {
    position: relative;
    font-size: 1.8em;
    color: #2d2d2d;
    line-height: 160%;
    margin-bottom: 10px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.h8-about-content p {
    font-size: 0.9em;
    line-height: 200%;
    margin-bottom: 15px;
}

.h8-ta-icon {
    float: left;
    margin-right: 16px;
}

.h8-ta-icon i {
    color: #bda87f;
    text-shadow: 1px 1px 0 rgba(150, 150, 150, .2);
    font-size: 3em;
}

.h8-ta-content {
    display: table;
}

.h8-ta-content h5 {
    font-family: 'open_sansregular';
}

.h8-ta-content p {
    margin-bottom: 0;
    font-size: 0.9em;
}

.h8-top-article {
    margin-bottom: 30px;
}

.outline-bordered-right,
.outline-bordered-left {
    position: relative;
}

.outline-bordered-left:after,
.outline-bordered-right:after {
    content: "";
    border: 10px solid rgba(0, 0, 0, .05);
    display: block;
    transition: all .3s linear 0s;
}

.outline-bordered-right:after {
    position: absolute;
    right: 40px;
    bottom: -40px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.h8-ca-right {
    margin-left: 80px;
}

.h8-ca-video {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.outline-bordered-left:after {
    position: absolute;
    left: 40px;
    bottom: -40px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.project-image-wrapper .pi-video {
    height: 435px;
}

.project-row {
    margin-bottom: 110px;
}

.project-row:last-child {
    margin-bottom: 0;
}

.project-row .project-image-wrapper .pi-inner {
    position: relative;
    overflow: hidden;
    height: 436px;
}

.project-row .project-image-wrapper .pi-inner:before {
    content: '';
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 0;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.project-row .project-image-wrapper .pi-inner:after {
    content: '';
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.project-row:hover .project-image-wrapper .pi-inner:before,
.project-row:hover .project-image-wrapper .pi-inner:after {
    top: 0;
}

.project-row .project-image-wrapper .pi-inner .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.project-row .project-image-wrapper .pi-inner a {
    opacity: 0;
    font-size: 1.2em;
    text-transform: capitalize;
    border: 1px solid #fff;
    padding: 6px 10px;
}

.project-row:hover .pi-inner a {
    opacity: 1;
    color: #fff;
}

.project-content-wrapper {
    margin-left: 80px;
    padding-top: 100px;
}

.project-content-wrapper .project-title h6 {
    font-size: 2em;
    margin-bottom: 10px;
}

.project-title h2 {
    position: relative;
    font-size: 2.7em;
    line-height: 120%;
    margin-bottom: 25px;
}

.project-title h2:after {
    content: '';
    display: block;
    border-bottom: 5px solid #2d2d2d;
    width: 70px;
    padding-top: 15px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.project-content-wrapper .project-content p {
    font-size: 0.9em;
    line-height: 200%;
}

.project-row:hover .project-title h2:after {
    width: 200px;
    border-color: #bda87f;
}

.project-row:nth-child(even) .project-image-wrapper {
    float: right;
}

.project-row:nth-child(even) .project-content-wrapper {
    margin-left: 0;
    margin-right: 80px;
}

.h8-cntr-heading h2 {
    color: #fff;
    font-size: 2em;
    line-height: 140%;
}

.h8-cntr-heading:after {
    content: "";
    position: absolute;
    left: 80px;
    bottom: -70px;
    border: 7px solid rgba(255, 255, 255, .2);
    display: block;
    width: 50%;
    height: 200%;
    transition: all .3s linear 0s;
}

.h8-cntr-text p {
    color: #fff;
}

.h8-cntr-no {
    display: inline-block;
    margin: 70px 20px 0px;
    text-align: center;
}

.h8-cntr-no h2,
.h8-cntr-no span {
    color: #fff;
    font-size: 3.5em;
    margin-bottom: 30px;
    display: inline-block;
    text-shadow: 8px 8px 0 hsla(0, 0%, 59%, 0.22);
    font-weight: bold;
}

.h8-cntr-no h6 {
    color: #fff;
}

.wu-text p {
    color: #aaa;
}

.wu-heading span {
    margin: 10px 0px;
    display: inline-block;
}

.wu-items {
    border: 1px solid #ececec;
    padding: 30px;
    background-color: #fff;
}

.wu-items:hover {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 70px 0 rgba(50, 50, 50, .2);
}

.h8-contact .h4-contact {
    margin: auto;
}

/*Home9*/

.eighth-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: 9;
}

.eighth-header.fixed#header-scrl {
    position: fixed;
    top: auto;
    z-index: 99;
}

.eighth-header {
    padding: 20px 0;
}

.eighth-header .nav {
    float: right;
}

.eighth-header .navbar-nav li a,
.page-template-home1 .eighth-header.internal-page .navbar-nav li a,
.page-template-home2 .eighth-header.internal-page .navbar-nav li a,
.page-template-home3 .eighth-header.internal-page .navbar-nav li a,
.page-template-home4 .eighth-header.internal-page .navbar-nav li a,
.page-template-home5 .eighth-header.internal-page .navbar-nav li a,
.page-template-home6 .eighth-header.internal-page .navbar-nav li a,
.page-template-home7 .eighth-header.internal-page .navbar-nav li a,
.page-template-home8 .eighth-header.internal-page .navbar-nav li a,
.page-template-home9 .eighth-header.internal-page .navbar-nav li a,
.page-template-home10 .eighth-header.internal-page .navbar-nav li a,
.page-template-home11 .eighth-header.internal-page .navbar-nav li a,
.page-template-home12 .eighth-header.internal-page .navbar-nav li a,
.page-template-home13 .eighth-header.internal-page .navbar-nav li a,
.page-template-home14 .eighth-header.internal-page .navbar-nav li a,
.page-template-home15 .eighth-header.internal-page .navbar-nav li a,
.page-template-home16 .eighth-header.internal-page .navbar-nav li a,
.page-template-home17 .eighth-header.internal-page .navbar-nav li a,
.page-template-home18 .eighth-header.internal-page .navbar-nav li a,
.page-template-home19 .eighth-header.internal-page .navbar-nav li a,
.page-template-home20 .eighth-header.internal-page .navbar-nav li a,
.page-template-home21 .eighth-header.internal-page .navbar-nav li a,
.page-template-home22 .eighth-header.internal-page .navbar-nav li a,
.page-template-home23 .eighth-header.internal-page .navbar-nav li a,
.page-template-home24 .eighth-header.internal-page .navbar-nav li a,
.page-template-home25 .eighth-header.internal-page .navbar-nav li a {
    color: #fff;
}

.eighth-header.internal-page .navbar-nav li a,
.eighth-header.fixed .navbar-nav li a,
.page-template-home1 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home2 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home3 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home4 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home5 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home6 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home7 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home8 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home9 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home10 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home11 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home12 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home13 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home14 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home15 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home16 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home17 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home18 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home19 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home20 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home21 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home22 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home23 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home24 .eighth-header.internal-page.fixed .navbar-nav li a,
.page-template-home25 .eighth-header.internal-page.fixed .navbar-nav li a {
    color: #404040;
}

.eighth-header .navbar-nav li a:hover {
    background-color: transparent;
    opacity: 0.8;
}

.eighth-slider .slide-image {
    position: relative;
}

.eighth-header.internal-page {
    position: relative;
}

.page-template-home1 .eighth-header.internal-page,
.page-template-home2 .eighth-header.internal-page,
.page-template-home3 .eighth-header.internal-page,
.page-template-home4 .eighth-header.internal-page,
.page-template-home5 .eighth-header.internal-page,
.page-template-home6 .eighth-header.internal-page,
.page-template-home7 .eighth-header.internal-page,
.page-template-home8 .eighth-header.internal-page,
.page-template-home9 .eighth-header.internal-page,
.page-template-home10 .eighth-header.internal-page,
.page-template-home11 .eighth-header.internal-page,
.page-template-home12 .eighth-header.internal-page,
.page-template-home13 .eighth-header.internal-page,
.page-template-home14 .eighth-header.internal-page,
.page-template-home15 .eighth-header.internal-page,
.page-template-home16 .eighth-header.internal-page,
.page-template-home17 .eighth-header.internal-page,
.page-template-home18 .eighth-header.internal-page,
.page-template-home19 .eighth-header.internal-page,
.page-template-home20 .eighth-header.internal-page,
.page-template-home21 .eighth-header.internal-page,
.page-template-home22 .eighth-header.internal-page,
.page-template-home23 .eighth-header.internal-page,
.page-template-home24 .eighth-header.internal-page,
.page-template-home25 .eighth-header.internal-page {
    position: absolute;
}

.eight-logo-inner .color-logo {
    display: none;
}

.eighth-header.fixed .color-logo,
.eighth-header.internal-page .color-logo {
    display: block;
}

.eighth-header.fixed .main-logo,
.eighth-header.internal-page .main-logo {
    display: none;
    width: auto;
}


.page-template-home .eighth-header .main-logo,
.page-template-home1 .eighth-header .main-logo,
.page-template-home2 .eighth-header .main-logo,
.page-template-home3 .eighth-header .main-logo,
.page-template-home4 .eighth-header .main-logo,
.page-template-home5 .eighth-header .main-logo,
.page-template-home6 .eighth-header .main-logo,
.page-template-home7 .eighth-header .main-logo,
.page-template-home8 .eighth-header .main-logo,
.page-template-home9 .eighth-header .main-logo,
.page-template-home10 .eighth-header .main-logo,
.page-template-home11 .eighth-header .main-logo,
.page-template-home12 .eighth-header .main-logo,
.page-template-home13 .eighth-header .main-logo,
.page-template-home14 .eighth-header .main-logo,
.page-template-home15 .eighth-header .main-logo,
.page-template-home16 .eighth-header .main-logo,
.page-template-home17 .eighth-header .main-logo,
.page-template-home18 .eighth-header .main-logo,
.page-template-home19 .eighth-header .main-logo,
.page-template-home20 .eighth-header .main-logo,
.page-template-home21 .eighth-header .main-logo,
.page-template-home22 .eighth-header .main-logo,
.page-template-home23 .eighth-header .main-logo,
.page-template-home24 .eighth-header .main-logo,
.page-template-home25 .eighth-header .main-logo {
    display: block;
    width: 180px;
}

.page-template-home .eighth-header .color-logo,
.page-template-home1 .eighth-header .color-logo,
.page-template-home2 .eighth-header .color-logo,
.page-template-home3 .eighth-header .color-logo,
.page-template-home4 .eighth-header .color-logo,
.page-template-home5 .eighth-header .color-logo,
.page-template-home6 .eighth-header .color-logo,
.page-template-home7 .eighth-header .color-logo,
.page-template-home8 .eighth-header .color-logo,
.page-template-home9 .eighth-header .color-logo,
.page-template-home10 .eighth-header .color-logo,
.page-template-home11 .eighth-header .color-logo,
.page-template-home12 .eighth-header .color-logo,
.page-template-home13 .eighth-header .color-logo,
.page-template-home14 .eighth-header .color-logo,
.page-template-home15 .eighth-header .color-logo,
.page-template-home16 .eighth-header .color-logo,
.page-template-home17 .eighth-header .color-logo,
.page-template-home18 .eighth-header .color-logo,
.page-template-home19 .eighth-header .color-logo,
.page-template-home20 .eighth-header .color-logo,
.page-template-home21 .eighth-header .color-logo,
.page-template-home22 .eighth-header .color-logo,
.page-template-home23 .eighth-header .color-logo,
.page-template-home24 .eighth-header .color-logo,
.page-template-home25 .eighth-header .color-logo {
    display: none;
}

.page-template-home .eighth-header.fixed .color-logo,
.page-template-home1 .eighth-header.fixed .color-logo,
.page-template-home2 .eighth-header.fixed .color-logo,
.page-template-home3 .eighth-header.fixed .color-logo,
.page-template-home4 .eighth-header.fixed .color-logo,
.page-template-home5 .eighth-header.fixed .color-logo,
.page-template-home6 .eighth-header.fixed .color-logo,
.page-template-home7 .eighth-header.fixed .color-logo,
.page-template-home8 .eighth-header.fixed .color-logo,
.page-template-home9 .eighth-header.fixed .color-logo,
.page-template-home10 .eighth-header.fixed .color-logo,
.page-template-home11 .eighth-header.fixed .color-logo,
.page-template-home12 .eighth-header.fixed .color-logo,
.page-template-home13 .eighth-header.fixed .color-logo,
.page-template-home14 .eighth-header.fixed .color-logo,
.page-template-home15 .eighth-header.fixed .color-logo,
.page-template-home16 .eighth-header.fixed .color-logo,
.page-template-home17 .eighth-header.fixed .color-logo,
.page-template-home18 .eighth-header.fixed .color-logo,
.page-template-home19 .eighth-header.fixed .color-logo,
.page-template-home20 .eighth-header.fixed .color-logo,
.page-template-home21 .eighth-header.fixed .color-logo,
.page-template-home22 .eighth-header.fixed .color-logo,
.page-template-home23 .eighth-header.fixed .color-logo,
.page-template-home24 .eighth-header.fixed .color-logo,
.page-template-home25 .eighth-header.fixed .color-logo {
    display: block;
}

.page-template-home .eighth-header.fixed .main-logo,
.page-template-home1 .eighth-header.fixed .main-logo,
.page-template-home2 .eighth-header.fixed .main-logo,
.page-template-home3 .eighth-header.fixed .main-logo,
.page-template-home4 .eighth-header.fixed .main-logo,
.page-template-home5 .eighth-header.fixed .main-logo,
.page-template-home6 .eighth-header.fixed .main-logo,
.page-template-home7 .eighth-header.fixed .main-logo,
.page-template-home8 .eighth-header.fixed .main-logo,
.page-template-home9 .eighth-header.fixed .main-logo,
.page-template-home10 .eighth-header.fixed .main-logo,
.page-template-home11 .eighth-header.fixed .main-logo,
.page-template-home12 .eighth-header.fixed .main-logo,
.page-template-home13 .eighth-header.fixed .main-logo,
.page-template-home14 .eighth-header.fixed .main-logo,
.page-template-home15 .eighth-header.fixed .main-logo,
.page-template-home16 .eighth-header.fixed .main-logo,
.page-template-home17 .eighth-header.fixed .main-logo,
.page-template-home18 .eighth-header.fixed .main-logo,
.page-template-home19 .eighth-header.fixed .main-logo,
.page-template-home20 .eighth-header.fixed .main-logo,
.page-template-home21 .eighth-header.fixed .main-logo,
.page-template-home22 .eighth-header.fixed .main-logo,
.page-template-home23 .eighth-header.fixed .main-logo,
.page-template-home24 .eighth-header.fixed .main-logo,
.page-template-home25 .eighth-header.fixed .main-logo {
    display: none;
}



/*.eighth-slider .slick-slide:before {

    content: '';

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    background-color: rgba(0, 0, 0, 0.56);

    z-index: 1;

}*/

.h8-slider-content h1,
.h8-slider-content h2 {
    color: #fff;
    font-size: 4em;
    margin-bottom: 0px;
    padding-bottom: 20px;
    line-height: 120%;
    font-family: 'open_sansbold';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.h8-slider-content p {
    font-size: 1.4em;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.hs9-border-left {
    position: relative;
}

.hs9-border:after,
.hs9-border-left:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    /*background-color: #d68112;*/

    width: 100px;
    height: 3px;
    margin: auto;
}

.hs9-border-left:after {
    margin: 0;
}

.h9-service-heading h2 {
    font-family: 'open_sansregular';
    padding-bottom: 30px;
    line-height: 150%;
    font-weight: 300;
    font-size: 2.2em;
}

.h9-service-text p {
    font-size: 1.1em;
    font-style: italic;
    color: #9f9f9f;
    margin-bottom: 15px;
}

/*.h9-service-heading span {

    color: #d68112;

}*/

.h9-service-img {
    margin-bottom: 30px;
}

.h9-service-text {
    display: inline-block;
    width: 82%;
}

.h9-service-arrow {
    display: inline-block;
    float: right;
}

.h9-service-items .h9-service-border {
    border: 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    height: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.h9-service-arrow {
    width: 40px;
    height: 40px;
    color: #d9d9d9;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.h9-service-items a:hover h4 {
    /*color: #d68112;*/
}

.h9-service-items a:hover .h9-service-arrow {
    /*background-color: #d68112;*/

    border-color: #fff;
    color: #fff;
}

.h9-service-items a:hover .h9-service-border {
    /*border-color: #d68112;*/
}

.hs-6-title h1,
.hs-6-title h2 {
    font-size: 3em;
    padding-bottom: 20px;
    position: relative;
}

.hs-6-title h1 {
    text-transform: capitalize;
}

.hs-6-title {
    margin-bottom: 30px;
    position: relative;
}

.quality-service .container-fluid {
    padding: 0;
}

.quality-service .qs-left-side {
    padding-left: 115px;
}

.hs-6-title .small-title {
    position: relative;
    font-size: 1.25em;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.50);
}

.quality-service h3,
.quality-service p {
    margin-bottom: 30px;
}

.quality-service h3 {
    font-size: 1.8em;
}

.qs-image-wrapper {
    position: relative;
}

.qs-image-column {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clear: both;
}

.qs-image-wrapper:before {
    position: relative;
    display: block;
    content: '';
    width: 90%;
    float: right;
    clear: both;
    height: 30px;
    margin-top: 30px;
    background-color: #f1f1f1;
}

.qs-image-wrapper:after {
    position: absolute;
    content: '';
    clear: both;
    width: 85%;
    height: 30px;
    top: 0;
    right: 0;
    background-color: #fafafa;
}

.counter-section {
    position: relative;
}

.counter-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.9
        /*background-color: rgba(214, 129, 18, 0.97);*/
}

.counter-section h2 {
    color: #ffffff;
    font-size: 2.8em;
    text-align: right;
}

.counter-section .counter-column .column-inner {
    position: relative;
    padding-left: 40px;
}

.counter-section .cc-inner .count-text,
.counter-section .cc-inner .plus-tag {
    position: relative;
    color: #ffffff;
    font-size: 3em;
    line-height: 1em;
    display: inline-block;
}

.counter-section .cc-inner .counter-title {
    position: relative;
    font-size: 1.25em;
    font-weight: 300;
    color: #ffffff;
    font-style: italic;
    text-transform: capitalize;
}

.message-box {
    font-size: 1.1em;
    color: #ffffff;
}

.counter-column .cc-inner {
    margin-bottom: 40px;
}

.h8-product-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.h8-product-item a {
    display: block;
}

.h8-product-item .h8-product-img {
    position: relative;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.h8-product-item .h8-product-img:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.h8-product-item .h8-product-content {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 20px;
    text-align: center;
    z-index: 9;
    padding: 10px;
    transform: translateY(30%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.h8-product-item .h8-product-content h3,
.h8-product-item .h8-product-content h2 {
    font-size: 1.5em;
    font-weight: 700;
    position: relative;
    color: #fff;
    font-family: 'open_sansregular';
    letter-spacing: 0.5px;
}

.h8-pc-hover-text p {
    color: #fff;
}

.h8-pc-hover-text {
    display: none;
}

.h8-product-item a:hover .h8-product-content .h8-pc-hover-text {
    display: block;
}

.h8-product-item a:hover .h8-product-content {
    transform: translateY(0%);
    transition: transform 0.4s ease-in;
}

.h8-product-item a:hover .h8-product-img:before {
    background: none;
    background-color: rgba(0, 0, 0, 0.7411764705882353)
}

.h8-product-item a:hover .h8-product-content h3 {
    /*color: #d68112;*/
}

.testimonial-sec {
    background-color: #252525;
}

.testimonial-sec .gti-form-column:after,
.testimonial-sec .gti-form-column:before {
    content: '';
    clear: both;
    display: block;
}

.h9-testimonial-wrapper {
    padding: 90px 50px 70px 110px;
}

.testimonial-title h2 {
    color: #fff;
    z-index: 9;
}

.ts-inner-text p {
    color: #e0e0e0;
    font-size: 1.05em;
    font-style: italic;
    font-weight: 600;
}

.tc-inner .user-info h3 {
    position: relative;
    font-size: 1.1em;
    font-weight: 700;
    color: #ffffff;
    margin-top: 5px;
    display: inline-block;
    text-transform: uppercase;
}

.tc-inner .user-info .designation {
    /*color: #d68112;*/
}

.user-info-ai {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.ui-detail {
    display: table;
}

.user-info:after,
.user-info:before {
    clear: both;
    content: '';
    display: block;
}

.user-info-ai img {
    border-radius: 100%;
}

.ts-inner-text {
    margin-bottom: 40px;
}

.testimonial-quote-icon {
    position: absolute;
    top: -20px;
}

.testimonial-quote-icon i {
    font-size: 6em;
    color: rgb(86, 86, 86) !important;
}

.ts-content {
    margin-bottom: 50px;
}

.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

.slick-dots li button {
    background-color: transparent;
    width: 10px;
    padding: 0;
    height: 10px;
    border-radius: 100%;
    outline: none;
    border-color: #fff;
    box-shadow: none;
    color: #fff;
    font-size: 0;
    background-image: none;
    border: 3px solid #fff;
}

.slick-dots li.slick-active button {
    /*background-color: #d68112;

    border-color: #d68112;*/
}

.gti-form-column {
    padding: 90px 15px 50px 70px;
    position: relative;
}

.gti-form-column:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.72);
}

.gti-form-column span.file-868 {
    color: #fff;
}

.testimonial-sec .wpcf7-response-output {
    z-index: 9999;
    position: relative;
    color: #fff;
}

.git-title h2 {
    color: #fff;
}

.project-section .container-fluid .row {
    margin: 0;
}

.rp-title {
    margin-bottom: 30px;
}

.recent-project-item .rp-image {
    height: 372px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 30px;
}

.recent-project-item .rp-image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.recent-project-item .rp-content span,
.recent-project-item .rp-content h3 {
    color: #fff;
    font-weight: 600;
}

.recent-project-item .rp-content span {
    text-transform: uppercase;
}

.rp-content {
    position: absolute;
    bottom: 10%;
}

.project-section .container-fluid {
    padding: 0;
}

.recent-project-item {
    padding: 0;
}

.call-to-action h2 {
    font-size: 1.7em;
    font-weight: 400;
    color: #ffffff;
    font-family: 'open_sansregular';
}

.call-to-action h2 span {
    font-weight: bold;
}

.sixth-footer {
    padding: 70px 0px 60px;
    background-color: #000;
}

.sixth-footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}

.sixth-footer .footer-widget.category-list {
    padding-left: 50px;
}

.sixth-footer .logo-widget .footer-logo {
    position: relative;
    margin-bottom: 20px;
}

.sixth-footer .logo-widget .text {
    line-height: 1.8em;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.55);
}

.sixth-footer .logo-widget .form-group {
    position: relative;
    display: block;
    margin: 0px;
    max-width: 300px;
}

.sixth-footer .footer-widget h3 {
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sixth-footer .links-widget li {
    margin-bottom: 8px;
    list-style: none;
}

.sixth-footer .links-widget li a {
    color: rgba(255, 255, 255, 0.45);
}

.sixth-footer .links-widget li a:hover {
    /*color: #d68112;*/
}

.sixth-footer .info-widget ul {
    margin-bottom: 20px;
}

.sixth-footer .info-widget li {
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    list-style: none;
}

.sixth-footer .info-widget li a {
    color: #fff;
}

.sixth-footer .info-widget li span {
    color: #aaaaaa;
    font-weight: 400;
}

.sixth-footer .info-widget li a.no-link:hover span {
    color: #aaaaaa !important;
}

.social-icon-one li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
}

.sixth-footer .info-widget .social-icon-one li a {
    width: 36px;
    height: 36px;
    color: #71737b;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.20);
}

.sixth-footer .info-widget .social-icon-one li a:hover {
    color: #ffffff;
    /*border-color: #d68112;

    background-color: #d68112;*/
}

.sixth-footer .logo-widget input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 0;
    height: 45px;
    width: 100% !important;
    font-size: 14px;
    padding: 10px 50px 10px 15px;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sixth-footer .logo-widget input[type="submit"],
.sixth-footer .logo-widget button {
    color: #ffffff;
    font-size: 1em;
    padding: 10px;
    text-align: center;
    /*background: #d68112;*/

    border: none;
}

.sixth-footer .logo-widget .emailed-form {
    position: relative;
}

.sixth-footer.footer-bottom {
    position: relative;
    padding: 15px 0px;
    text-align: center;
    background-color: #151515;
}

.sixth-footer.footer-bottom .copyright {
    color: #fff;
}

.sixth-footer.footer-bottom .copyright a {
    /*color: #d68112;*/
}

/*Home10*/

.hs-6,
.hs-6-left {
    font-size: 2em;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.hs-6:after,
.hs-6-left:after,
.h9-tab-style .h9-content h3:after,
.h9-gq-title h3:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 40px;
    height: 3px;
    margin: auto;
    /*background-color: #7aba1e;*/
}

.hs-6-left:after,
.h9-tab-style .h9-content h3:after,
.h9-gq-title h3:after {
    margin: 0;
}

.our-product-sec .container-fluid .row {
    margin: 0;
}

.pg9-item {
    list-style: none;
    padding: 0 5px;
    margin-bottom: 10px;
    height: 215px;
}

.pg9-item:first-child,
.pg9-item:nth-child(5) {
    padding-left: 0;
}

.pg9-item:nth-child(4),
.pg9-item:nth-child(8) {
    padding-right: 0;
}

.pg9-item a {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
}

.pg9-item a img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pg9-item a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pg9-item .pg9-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(122, 186, 30, 0.77);
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}

.pg9-item .pg9-inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.pg9-item .pg9-inner .pg9-text {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.pg9-item a:hover .pg9-overlay {
    opacity: 0.7;
}

.pg9-item .pg9-inner .pg9-text h4,
.pg9-item .pg9-inner .pg9-text h2 {
    color: #fff;
    font-family: 'open_sanssemibold';
    letter-spacing: 0.5px;
    font-size: 1.4em;
}

.pg9-item .pg9-inner .pg9-text i {
    color: #fff;
}

/*Home 10*/
/*.page-template-home8 .topbar-address {

    color: #fff;

}



.page-template-home8 ul li a {

    color: #fff;

}*/

.page-template-home8 .fixed#header-scrl ul li a {
    color: #272727;
}

/*.page-template-home8 .fh-top-header,

.page-template-home8 .fh-top-header .topbar-social li,

.page-template-home8 .fh-top-header .sitemap li,

.page-template-home8 .fh-top-header .flags {

    border: none;

}



.page-template-home8 .fh-top-header,

.page-template-home8 .fh-top-header .topbar-social li a,

.page-template-home8 .fh-top-header .sitemap li a{

    color: #fff;

}*/

.ninth-slider .slide-image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.10);
}

.h9-slider-content {
    z-index: 9;
    position: relative;
}

.h9-slider-content h2 {
    color: #fff;
    font-size: 2.5em;
    margin-bottom: 15px;
    font-family: 'open_sanssemibold';
}

.h9-slider-content p {
    font-size: 1em;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.page-id-1477 .h9-tab-style .h9-get-quote {
    margin-top: 0;
}

.page-id-1477 .h9-tab-style .h9-get-quote .form-style-1 textarea {
    height: 165px;
}

.h9-tab-style .nav-tabs li {
    position: relative;
    text-align: center;
    border: 1px solid #ededed;
    margin: 0 10px 0 0;
    display: block;
    width: 23%;
}

.h9-tab-style .nav-tabs li:last-child {
    margin-right: 0;
}

.h9-tab-style .nav-tabs li:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

.h9-tab-style .nav-tabs li a {
    background-color: transparent;
    color: #000;
    border: none !important;
    height: 130px;
    display: table;
    float: left;
    font-weight: bold;
    width: 100%;
    min-width: auto;
    padding: 0 5px;
}

.h9-tab-style .nav-tabs li a h2 {
    font-size: 1em;
    letter-spacing: 0;
    font-family: 'open_sansregular';
}

.h9-tab-style .nav-tabs li a .tab-inner-content {
    display: table-cell;
    vertical-align: middle;
}

.h9-tab-style .nav-tabs li a .tab-inner-content i {
    display: block;
    margin-bottom: 10px;
    font-size: 2em;
    /*color: #65d615;*/
}

.h9-tab-style .nav-tabs li.active a,
.h9-tab-style .nav-tabs li.active a h2 {
    /*background-color: #65d615;*/

    color: #fff;
}

.h9-tab-style .nav-tabs li.active a .tab-inner-content i {
    color: #fff;
}

.h9-tab-style .nav-tabs li.active:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    border-color: #7aba1e transparent transparent transparent;
}

.h9-tab-style .tab-content {
    clear: both;
    padding: 20px 0;
}

.h9-tab-style .nav.nav-tabs {
    margin-bottom: 20px;
}

.h9-get-quote .form-style-1 textarea {
    height: 240px;
}

.wcu-content-icon {
    float: left;
    margin-right: 20px;
}

.wcu-content-text {
    padding: 0 10px;
    display: table;
}

.wcu-content-icon i {
    font-size: 2.2em;
    /*color: #7aba1e;*/

    position: relative;
    top: 1px;
    margin: 0;
}

.wcu-content-text h6 {
    font-family: 'open_sanssemibold';
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 1.1em;
    margin-bottom: 7px;
}

.wcu-content-text h6 a {
    color: #000;
}

.wcu-content-item {
    margin-bottom: 30px;
}

.wcu-content .col-md-6:nth-last-child(-n+2) .wcu-content-item {
    margin-bottom: 0;
}

.wcu-content p {
    margin-bottom: 35px;
}

.wcu-content .wcu-content-text p {
    margin: 0;
}

/*faq*/

.h9-wcu-sec .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: transparent;
    margin-bottom: 15px;
}

.h9-wcu-sec .panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: transparent;
    border-color: #ff3232;
    background-image: none;
}

.h9-wcu-sec .panel-title {
    /*background-color: #333;*/

    color: white;
    font-family: 'open_sansregular';
}

.h9-wcu-sec .panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
    /*background-color: #7aba1e;*/

    color: white;
    -webkit-box-shadow: -1px 7px 34px -20px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 7px 34px -20px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 7px 34px -20px rgba(0, 0, 0, 0.75);
}

.h9-wcu-sec .panel-title a.collapsed {
    background-color: transparent;
    color: #333;
    border: 1px solid #d8d8d8;
    box-shadow: none;
}

.h9-wcu-sec .panel-title a .more-less {
    float: right;
    color: #fff;
    top: 3px;
    border-radius: 50px;
    text-align: center;
    padding: 9px 0;
    font-size: 11px;
    line-height: 10%;
    background-color: transparent;
}

.h9-wcu-sec .panel-title a.collapsed .more-less {
    float: right;
    color: #333;
    background-color: transparent;
}

.h9-wcu-sec .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
    border: 1px solid #EEEEEE;
}

.section-faq h3 {
    text-transform: capitalize;
}

.faq-col {
    margin-bottom: 30px;
}

.page-title-style {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.page-title-style h3 {
    position: relative;
}

.page-title-style h3 span {
    background-color: white;
    padding-right: 10px;
}

.page-title-style h3:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 15px;
    background-color: #ddd;
    height: 1px;
    z-index: -1;
}

.h9-wcu-sec {
    padding-bottom: 160px;
}

.h9-testimonial-item {
    text-align: center;
}

.h9-testimonial {
    background-color: #333;
}

.h9-founder-img img {
    border: 4px solid #fff;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: auto;
}

.h9-testmonial-slider .slick-list {
    overflow: visible;
}

.h9-testimonial-item .h9-founder-content h4 {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 35px;
}

.h9-testimonial-item .h9-founder-content h4 span {
    /*color: #7aba1e;*/

    font-style: italic;
}

.h9-testimonial-item .h9-founder-content p {
    color: #fff;
    width: 75%;
    margin: auto;
    margin-bottom: 50px;
}

.h9-testmonial-slider ul.slick-dots {
    text-align: center;
}

.h9-founder-img {
    position: relative;
}

.h9-testimonial-item .h9-founder-img .quote {
    bottom: 2px;
    position: absolute;
    /*background: #7aba1e;*/

    width: 55px;
    height: 55px;
    border: 3px solid #fff;
    border-radius: 50px;
    left: 0;
    right: -100px;
    margin: auto;
    display: table;
}

.h9-testimonial-item .h9-founder-img .quote i {
    display: table-cell;
    vertical-align: middle;
}

.h9-founder-img {
    position: relative;
    margin-bottom: 60px;
    margin-top: -150px;
}

.h9-image-box {
    width: 100%;
    height: 250px;
    position: relative;
}

.h9-image-box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.29);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.h9-blog-item a:hover .h9-image-box:before {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.h9-image-box .h9-date {
    height: 70px;
    width: 70px;
    background: #7aba1e;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    position: absolute;
    top: -10px;
    left: 25px;
}

.h9-image-box .h9-date h5:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-bottom: 5px solid #7aba1e;
    border-left: 5px solid #7aba1e;
    position: absolute;
    right: -10px;
    top: 0px;
}

.h9-image-box .h9-date h5 {
    font-size: 1.3em;
    line-height: 36px;
    color: #fff;
}

.h9-image-box .h9-date p {
    margin: 0;
    font-size: 12px;
    line-height: 10px;
    text-transform: uppercase;
    color: #fff;
}

.h9-blog-item h4 {
    font-weight: 500;
    font-size: 18px;
    padding: 30px 0px 5px;
    color: #222222;
}

.h9-blog-item h4 a {
    color: #222222;
    transition: .5s;
}

.h9-blog-item h4 a:hover {
    /*color: #7aba1e;*/

    transition: .5s;
}

.h9-blog-item p {
    margin-top: 14px;
    margin-bottom: 14px;
    color: #848484;
}

.h9-blog-item .h9-admin-comments {
    margin-bottom: 5px;
    padding: 10px 0px 13px;
    border-top: 1px solid #ededed;
}

.h9-blog-item .h9-admin-comments li {
    list-style: none;
}

.h9-blog-item .h9-admin-comments i {
    margin-right: 8px;
    color: #848484;
}

.sponsors {
    position: relative;
    padding: 45px 0;
}

.sponsors:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background-color: #7aba1e96;*/

    opacity: 0.6;
}

.sponsor-item li {
    position: relative;
    list-style: none;
    display: inline-block;
    min-width: 19%;
    text-align: center;
    font-weight: 600;
}

.category-item-tab {
    float: right;
}

.h9-tab-image img {
    width: 100%;
}

.h9-tab-image a:hover img {
    opacity: 0.9;
}

.h9-tab-style .h9-content h3,
.h9-gq-title h3 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.h9-tab-style .h9-content p {
    color: #848484;
}

.h9-tab-style .h9-content ul li {
    list-style: none;
}

.h9-tab-style .h9-content ul li a {
    color: #848484;
    padding-left: 18px;
    position: relative;
    margin-bottom: 7px;
    display: block;
}

.h9-tab-style .h9-content ul li a:before {
    color: #848484;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 7px;
}

.h9-tab-style .h9-content .link_btn a {
    margin-top: 20px;
    /*color: #7aba1e;*/

    border-bottom: 1px solid
        /*#7aba1e*/

    ;
    text-transform: uppercase;
    display: inline-block;
}

.h9-get-quote {
    margin-top: -90px;
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.33);
}

.h9-get-quote:after,
.h9-get-quote:before {
    content: '';
    clear: both;
    display: block;
}

.h9-gq-title {
    padding: 0 15px;
}

.h9-footer-col h4 {
    margin-bottom: 15px;
    font-family: 'open_sanssemibold';
}

.h9-footer-col li {
    list-style: none;
}

.our-service.h9-footer-col li a {
    display: block;
    color: #848484;
    padding-left: 15px;
    position: relative;
    margin-bottom: 7px;
}

.our-service.h9-footer-col li a:before {
    color: #848484;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 5px;
}

.our-service.h9-footer-col li a:hover,
.our-service.h9-footer-col li a:before {
    opacity: 0.8;
}

.opening-hour .day-time li span {
    float: left;
    min-width: 100px;
}

.opening-hour .day-time li {
    margin-bottom: 10px;
    color: #848484;
}

.opening-hour .day-time li p {
    display: table;
    margin-bottom: 0;
}

.opening-hour p {
    margin-bottom: 20px;
}

.opening-hour .day-time li:after,
.opening-hour .day-time li:before {
    content: '';
    clear: both;
    display: block;
}

.link-btn {
    margin-top: 20px;
    color: #7aba1e;
    border-bottom: 1px solid
        /*#7aba1e*/

    ;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 12px 0;
    display: inline-block;
}

.link-btn:hover {
    opacity: 0.8;
}

.seventh-footer-bottom {
    border-top: 1px solid #dfdfdf;
    padding: 20px 0px;
    margin-top: 50px;
}

.seventh-footer-bottom .copyright {
    display: inline-block;
    float: left;
}

.seventh-footer-bottom .copyright p {
    margin-bottom: 0;
}

.seventh-footer-bottom .footer-social {
    display: inline-block;
    float: right;
}

.seventh-footer-bottom .footer-social a {
    color: #848484;
    padding: 0px 10px;
}

.seventh-footer-bottom .copyright a {
    color: #656363;
}

.seventh-footer-bottom .footer-social a {
    color: #848484;
    padding: 0px 10px;
}

/*Faq*/
/*faq*/

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
    margin-bottom: 15px;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    /*    background-color: #333;

*/

    color: white;
    font-size: inherit;
    font-family: 'open_sanssemibold';
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
    background-color: #333;
    color: white;
    -webkit-box-shadow: -1px 7px 34px -20px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 7px 34px -20px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 7px 34px -20px rgba(0, 0, 0, 0.75);
}

.panel-title a.collapsed {
    background-color: rgb(243, 242, 242);
    color: #333;
}

.panel-title a .more-less {
    float: left;
    color: #a19e9e;
    top: 3px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    text-align: center;
    padding: 9px 0;
    font-size: 11px;
    line-height: 10%;
    margin-right: 10px;
}

.more-less.glyphicon-plus {
    padding: 9px 5px;
}

.more-less.glyphicon-minus {
    padding: 9px 4px;
}

.panel-title a.collapsed .more-less {
    float: left;
    color: white;
    background-color: #a19e9e;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}

.section-faq h3 {
    text-transform: capitalize;
}

.faq-col {
    margin-bottom: 30px;
}

.faq-col p {
    font-family: arial, helvetica, sans-serif;
    color: #adadad;
}

.panel-title>a p {
    color: #fff;
    margin-bottom: 0;
    display: table;
    font-family: arial, helvetica, sans-serif;
}

.panel-title>a.collapsed p {
    color: #333;
    background-color: rgb(243, 242, 242);
}

.panel-default>.panel-heading+.panel-collapse>.panel-body p {
    color: #adadad;
    margin-bottom: 0;
    font-family: arial, helvetica, sans-serif;
}

.page-title-style {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.page-title-style h3 {
    font-size: 1.357em;
    position: relative;
}

.page-title-style h3 span {
    background-color: white;
    padding-right: 10px;
}

.page-title-style h3:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 15px;
    background-color: #ddd;
    height: 1px;
    z-index: -1;
}

.faq-widget {
    background-color: #f8f8f8;
    padding: 30px 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.faq-widget a {
    display: block;
}

.faq-widget a:hover i {
    opacity: 0.8;
}

.faq-widget i {
    color: #a0a0a0;
    font-size: 5em;
    margin: 10px 0;
}

.faq-widget p {
    color: #6f6c6c;
    margin-bottom: 0;
}

.fb-widget,
.product-sidebar .widget,
.widget_product_categories,
.widget_recently_viewed_products,
.widget_recent_entries {
    border: 1px solid #ddd;
    padding: 30px 13px;
}

.fb-widget h4:after,
.widget-col-style h4:after,
.widget_product_categories h3:after,
.widget_recently_viewed_products h3:after,
.widget_recent_entries h3:after {
    border-bottom: 2px #fff;
    border-style: double;
    content: '';
    display: block;
    color: #ddd;
    margin: 15px 0;
}

.widget_recent_entries ul li {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
    margin-bottom: 6px;
}

.widget_recent_entries ul li:last-child {
    border-bottom: none;
}

.widget_recent_entries ul li a {
    color: #656363;
}

/*Video*/

.video-item {
    width: 100%;
    height: 100%;
    margin-bottom: 15px !important;
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.video-item-wrapper {
    margin-bottom: 30px;
    text-align: center;
}

.video-item-wrapper h4 {
    font-size: 1.2em;
    font-family: 'open_sansregular';
}

.video-item:after {
    background-color: rgba(0, 0, 0, 0.52);
    content: '';
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.video-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    width: 60px;
    height: 60px;
    margin: auto;
    text-align: center;
    border-radius: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    display: table;
}

.video-hover i {
    color: #dd9933;
    text-align: center;
    font-size: 2em;
    /* padding-top: 15px;*/

    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}

.video-item:hover {
    cursor: pointer;
}

.video-item:hover:after {
    opacity: 1;
}

.video-item:hover .video-hover {
    opacity: 1;
}

.videos-page .nav-tabs>li a {
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.11);
}

.video-item .video-img img {
    width: 100%;
}

/*About New*/

.latest-about .internal-hs-1 h1,
.internal-hs-1 h2 {
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 1.8em;
    color: #444;
    margin-bottom: 15px;
}

.latest-about .about-text {
    margin-bottom: 30px;
}

.about-feature .af-icon {
    float: left;
    margin-right: 20px;
    margin-top: 8px;
}

.about-feature .af-icon i {
    font-size: 2em;
}

.about-feature .af-desc {
    display: table;
}

.about-feature .af-desc h4 {
    font-family: 'open_sansregular';
    margin-bottom: 12px;
}

.latest-counter-section {
    position: relative;
    padding: 90px 0;
    background-color: rgb(68, 68, 68);
}

.latest-about .about-img .about-img-video {
    border-radius: 5px;
    box-shadow: 7px 8px 0px 0px #b7b7b730;
}

.latest-counter-section .container-fluid {
    max-width: 1250px;
    width: 100%;
}

.latest-counter-section .lcs-item {
    position: relative;
    display: inline-block;
    text-align: left;
    color: #fff;
}

.lcs-item .lcs-icon {
    font-size: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lcs-item .lcs-desc {
    display: inline-block;
    margin-left: 70px;
    padding-left: 20px;
    border-left: 1px solid #fff;
}

.lcs-item .lcs-desc h2 {
    color: #fff;
    font-size: 3em;
    font-family: 'open_sanssemibold';
}

.lcs-item .lcs-desc h5 {
    color: #fff;
    font-size: 1.2em;
}

.company-team img {
    height: 300px;
    width: 100%;
}

.hs6-title .pre-heading {
    font-family: 'open_sansregular';
    letter-spacing: 4px;
    margin-bottom: 5px;
}

.hs6-title h2,
.ab2-testimonial-sec h2.hs-6 {
    font-size: 3em;
    letter-spacing: 0;
    color: #444;
    text-transform: capitalize;
}

.hs6-title {
    margin-bottom: 75px;
    padding-bottom: 20px;
    position: relative;
}

.hs6-title:before {
    content: '';
    width: 150px;
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -75px;
    opacity: .5;
    background: #ccc;
}

.hs6-title:after {
    content: '';
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
    opacity: .5;
    background: #ccc;
}

.company-team .ct-desc {
    padding: 25px 30px 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    background: #fff;
}

.company-team .ct-desc h4 {
    font-size: 1.5em;
}

.company-team .ct-desc .designation {
    margin: 10px 0 15px;
    color: #777;
    text-transform: capitalize;
    font-family: 'open_sansregular';
}

.company-team .ct-desc .icons>li {
    margin-right: 15px;
    display: inline-block;
    list-style: none;
}

.company-team .ct-desc .icons>li a {
    color: #353535;
}

.company-team .ct-desc .icons>li a:hover {
    color: #81d742;
}

.our-team-slider .slick-dots {
    text-align: center;
}

.our-team-slider .slick-dots li button {
    border-color: #007eff;
}

.our-team-slider .slick-dots li.slick-active button {
    background-color: #007eff;
}

.ab2-testimonial-sec .title {
    margin-bottom: 60px;
}

.ab2-testimonial-item {
    padding-right: 50px;
}

.ab2-testimonial-item .ab2-client-img,
.ab2-testimonial-item .client-desc .ab2-cd-name img {
    float: left;
    margin-right: 25px;
}

.ab2-testimonial-item .client-desc .ab2-cd-name img {
    margin-right: 15px;
}

.ab2-testimonial-item .client-desc {
    display: table;
}

.ab2-testimonial-item .client-desc .ab2-cd-name {
    margin-bottom: 18px;
}

.ab2-testimonial-item .client-desc .ab2-cd-name h5 span {
    color: #81d742;
    font-style: italic;
}

.ab2-testimonial-item .client-desc .ab2-cd-desc {
    border: 1px solid #d1d1d1;
    padding: 20px 28px;
    margin-left: 20px;
    position: relative;
}

.ab2-testimonial-item .client-desc .ab2-cd-desc:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: -31px;
    height: 25px;
    width: 25px;
    border-top: 0px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #f8f8f8;
}

.ab2-testimonial-item .client-desc .ab2-cd-desc p {
    margin-bottom: 0;
}

.ab2-client-sec ul li {
    display: inline-block;
    list-style: none;
    width: 19%;
    text-align: center;
}

.page-id-1600 .about-contact .about-contact {
    margin-top: -250px;
}

/*Contact New*/

.banner-title h1,
.banner-title h2 {
    color: #fff;
    font-size: 1.6em;
}

.cp-text-2 h2 {
    font-size: 2.2em;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.cp-text-2 p {
    margin-bottom: 30px;
}

.contact-map {
    height: 315px;
}

.address-info-desc h2 {
    font-size: 2.6em;
    margin-bottom: 15px;
    letter-spacing: 0;
}

.address-info-desc p {
    margin-bottom: 20px;
}

.aid-item {
    margin-bottom: 25px;
}

.address-info-desc .aid-item li {
    list-style: none;
}

.address-info-desc .aid-item li span {
    float: left;
    margin-right: 5px;
    min-width: 25px;
}

.address-info-desc .aid-item li a span {
    color: #383838;
}

.address-info-desc .aid-item li a p {
    margin-bottom: 10px;
    display: table;
}

.aid-social li {
    float: left;
    list-style: none;
}

.aid-social li a {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    background-color: #2c66fb;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-style: solid;
    display: block;
    border-width: 2px 2px 2px 2px;
    border-color: #2c66fb;
    color: #fff;
}

.aid-social li a:hover {
    background-color: transparent;
    color: #2c66fb;
}

.live-chat-col {
    padding: 50px;
    text-align: center;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
}

.live-chat-col h6 {
    margin-bottom: 12px;
    text-transform: capitalize;
    font-size: 1.25em;
    letter-spacing: 0.5px;
}

.live-chat-col.subscribe-form input.mailpoet_submit {
    background-color: rgb(44, 102, 251);
    color: #fff;
    border-radius: 25px;
}

.live-chat-col.subscribe-form input.mailpoet_submit:hover {
    opacity: 0.8;
}

.live-chat-col.subscribe-form input.mailpoet_text {
    background-color: transparent;
}

.live-chat-col .mailpoet_text::-webkit-input-placeholder {
    color: rgb(221, 221, 221);
}

.live-chat-col .mailpoet_text::-moz-placeholder {
    color: rgb(221, 221, 221);
}

.live-chat-col .mailpoet_text:-ms-input-placeholder {
    color: rgb(221, 221, 221);
}

.live-chat-col .mailpoet_text:-moz-placeholder {
    color: rgb(221, 221, 221);
}

.woocommerce-pagination {
    text-align: center;
    margin: 50px 0;
}

.woocommerce-pagination li span,
.woocommerce-pagination li a {
    text-decoration: none;
    border: 3px solid #cacaca;
    margin: 0 2px;
    background-color: #ffffff;
    color: #ff5500;
    display: inline-block;
    font-size: 16px;
    width: 35px;
    vertical-align: middle;
    height: 45px;
    text-align: center;
    padding: 6px 0px;
    margin: 0px 5px !important;
}

.woocommerce-pagination li span,
.woocommerce-pagination li a {
    background-color: transparent !important;
    line-height: 24px !important;
}

.woocommerce-pagination li span.current,
.woocommerce-pagination li a:hover {
    color: #000;
    font-size: 16px;
}

.woocommerce-pagination li span.current,
.woocommerce-pagination li a:hover {
    color: #000 !important;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
}

/*::-webkit-input-placeholder {

    color: #fff;

}



::-moz-placeholder {    

    color: #fff;

}



:-ms-input-placeholder {

    color: #fff;

}



:-moz-placeholder {

    color: #fff;

}*/
/*fancybox*/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

/*#fancybox-loading,

.fancybox-close,

.fancybox-prev span,

.fancybox-next span {

    background-image: url(images/fancybox_sprite.png);

}*/

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(images/blank.gif);
    /* helps IE */

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav span {
    visibility: visible;
    text-align: center;
    border-radius: 50%;
    background-color: #c34a36;
    color: white;
    display: table;
}

.fancybox-nav span i {
    font-size: 2em;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-close:after {
    content: 'x';
    background-color: #de543e;
    width: 30px;
    display: block;
    color: white;
    text-align: center;
    border-radius: 100%;
    font-weight: bold;
    font-size: 1.1em;
}

/* Overlay helper */

.product-detail-slider-inner img {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(images/fancybox_overlay.png);
    background-repeat: repeat;
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */

    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.zoomWrapper {
    position: relative;
    margin-bottom: 15px;
}

#gallery_01 {
    text-align: center;
}

#gallery_01 img {
    height: auto;
    width: 100%;
}

#gallery_01 a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin: 0;
    position: relative;
}

#gallery_01 a.product-detail-slider-item.slick-slide.slick-active.active:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: #ffffffa6;
    width: 100%;
    height: 100%;
}

#gallery_01 a img {
    padding: 0 3px;
}

#gallery_01 a:last-child {
    margin-bottom: 0;
}

.woocommerce-page div.product div.summary {
    margin: 0 !important;
}

.pg-slider .slider {
    height: 100% !important;
}
.pd2-slider-for img,
.pd2-slider-nav img {
    height: auto;
}
.pg-slider li {
    border: 1px solid #d1d1d1;
    border-right: 0;
    width: 100px !important;
}

.static-gallery .gallery-slide {
    list-style: none;
    margin-bottom: 30px;
}

.pg-slider li:last-child {
    border: 1px solid #d1d1d1;
}

.pg-slider .slick-arrow {
    top: 0;
    border: 1px solid #de543e;
}

.pg-slider .slick-prev {
    left: 5px;
}

.pg-slider .slick-next {
    right: 5px;
}

.pg-slider .slick-arrow:hover,
.pg-slider .slick-arrow:focus,
.pg-slider .slick-arrow:active {
    background-color: rgba(222, 84, 62, 0.74);
    border-color: rgba(222, 84, 62, 0.74);
}

.woocommerce div.product div.images {
    width: 100%;
    margin-bottom: 1em;
}

.wpis-slider-for {
    padding: 0;
    margin-bottom: 10px;
}

.wpis-slider-nav {
    padding: 0;
}

.pg-slider .wpis-slider-nav .slick-arrow {
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 0px !important;
}

.pg-slider .wpis-slider-for .slick-arrow {
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 0px !important;
}

.pg-slider .slick-prev,
.pg-slider .slick-next,
.pg-slider .slick-prev:hover,
.pg-slider .slick-next:hover {
    height: 30px !important;
    width: 30px !important;
    line-height: 100% !important;
    /*font-size: 1.8em !important;*/
}

.pg-slider .slick-arrow:before {
    color: #de543e;
    top: 0px;
    position: relative;
}

.product_cat-whisky-stone .slick-track {
    left: 4px !important;
}

.cat-col span {
    line-height: 100%;
    margin: 10px 0;
}

.tax-product_cat .cat-col span {
    margin: 0;
}

.cat-col p {
    margin-bottom: 0;
}

.product-image {
    display: block;
    margin-bottom: 12px;
    position: relative;
}

.product-image a:hover {
    opacity: 0.5;
}

.pg-slider .wpis-slider-for .slick-arrow i {
    display: none;
}

/*.pg-slider .wpis-slider-for .slick-arrow:before,

.pg-slider .wpis-slider-for .slick-arrow:hover:before {

    top: -4px !important;

}*/

.single-product .flex-control-nav {
    width: 100%;
    position: static;
    bottom: auto;
    text-align: center;
    height: auto;
}

.ws-more-desc {
    margin-top: 10px;
}

.static-gallery .gallery-slide:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.static-gallery .gallery-slide:nth-child(4n+1) {
    clear: both;
}

.static-gallery .gallery-slide img {
    width: 100%;
    height: auto;
}

/*Product page*/

.product-page .col-md-9 {
    float: right;
}

.cate-sale-section {
    margin-bottom: 50px;
}

.sale-content {
    border-color: #ddd;
    border-width: 4px;
    border-style: double;
    padding: 40px 30px;
    margin: 0 20px;
}

.sale-content:after,
.sale-content:before {
    content: '';
    display: block;
    clear: both;
}

.sale-content h2 {
    color: #737171;
    font-size: 1.357em;
    margin-bottom: 10px;
    font-family: 'open_sanssemibold';
}

.sale-content p {
    margin-bottom: 0;
    color: #a19f9f;
}

.archive hr {
    margin-bottom: 0;
}

.call-to-action {
    padding: 25px 0;
}

.call-to-action .cta-text h3 {
    color: #fff;
    font-family: 'open_sanssemibold';
}

.cta-btn {
    text-align: center;
}

.cat-catalog-item {
    margin-bottom: 30px;
}

.cat-catalog-item:nth-last-child(-n+4) {
    margin-bottom: 0px;
}

.cat-catalog-item:nth-child(4n+1) {
    clear: both;
}

.cc-item-inner {
    background-color: #fff;
    text-align: center;
    padding-bottom: 20px;
}

.cc-item-inner .download-cat-img {
    border: 1px solid gainsboro;
    border-bottom: none;
}

.download-cat-title {
    background-color: #dd9933;
    padding: 10px 7px;
    color: #fff;
    margin-bottom: 15px;
}

.page-template-download hr {
    margin: 0;
    border-top: 1px solid #ddd;
}

.download-cat-link {
    font-size: 1.2em;
    color: #dd9933;
}

.cat-catalog-item a .cc-item-inner .download-cat-img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cat-catalog-item a:hover .cc-item-inner .download-cat-img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.cat-catalog-item a {
    text-decoration: none !important;
}

/*.header-height {

    height: 100px;

}*/

.cat-btn {
    background-color: #efeeee;
    color: #424242;
    margin-top: 8px;
}

.cat-btn:hover,
.cat-btn:active,
.cat-btn:focus {
    background-color: #000;
    color: #fff;
}

.pd-gallery-row .cat-btn {
    width: 100%;
    margin-top: 0;
}

.pddcn-title h2 {
    background-color: #81d742;
    padding: 15px 50px;
    color: #fff;
    font-size: 1.4em;
    position: relative;
}

.pddcn-title h2:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #81d742;
    top: auto;
    left: 10%;
    bottom: -13px;
    right: auto;
}

.pddcn-text {
    /*padding: 20px;

    border: 1px solid #e0e0e0;*/
}

.pddcn-text p br {
    display: none;
}

.product-main-image {
    padding-right: 50px;
}

/*Category manu*/

#category-nav-wrapper h5 {
    display: none;
}

.category-side-menu #category-nav {
    padding-right: 20px;
    position: relative;
    background-color: white;
    /*margin-top: 100px;*/
}

.category-side-menu #category-nav li {
    list-style: none;
}

.category-side-menu #category-nav li a {
    color: #172119;
    text-transform: capitalize;
}

.category-side-menu #category-nav li a {
    color: #172119;
    text-transform: capitalize;
    display: block;
    padding: 10px 15px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.category-side-menu #category-nav li a:hover {
    /*background-color: #366f94;*/

    color: #fff;
    opacity: 0.9;
}

.category-side-menu #category-nav li.current a {
    color: #fff;
    background-color: #3480b2;
    font-weight: bold;
}

.category-side-menu #category-nav li.current a i {
    color: #fff;
}

.category-side-menu .list {
    border-left: 1px solid #616161;
    padding-left: 35px;
}

.space {
    padding-top: 50px;
    border-top: 1px dotted #92794d;
    margin-top: 50px;
}

.space:first-child {
    padding-top: 0px;
    border-top: none;
    margin-top: 0px;
}

.category-tab-content h2 {
    /*color: #774d03;*/

    font-size: 2.2em;
    margin-bottom: 12px;
}

.category-tab-content .instructions {
    /*color: #92794d;*/

    font-size: 1.2em;
    margin-bottom: 15px;
}

.category-tab-content .instructions span {
    display: block;
    margin-bottom: 8px;
}

.category-tab-content img {
    float: right;
    width: 300px;
    margin-left: 40px;
}

.category-tab-content ul {
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 10px;
}

.category-tab-content ul li {
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 10px;
}

.category-tab-content ul li {
    margin: 5px 0;
}

.category-tab-content ul.steps {
    margin-top: 20px;
}

.category-tab-content ul.steps li {
    list-style: none;
    margin-bottom: 25px;
}

.category-tab-content ul.steps li strong {
    font-size: 1.5em;
    color: #92794d;
    margin-bottom: 9px;
    display: block;
}

.category-tab-content p a:hover {
    text-decoration: underline;
}

.category-side-menu #category-nav li a:hover i {
    color: #fff;
}

.category-tab-content img {
    display: block;
    float: none;
    margin: 15px 0;
}

.fb_loader {
    display: none;
}

.suspension-form {
    /*width: 22%;

    background: #ffffff;

    position: fixed;

    top: auto;

    bottom: 40px;

    left: 20px;

    z-index: 999;

    box-shadow: 0 0 2px 1px #ccc;

    padding-bottom: 20px;*/
}

#suspension-modal {
    position: fixed;
    left: 20px;
    right: auto;
    max-width: 350px;
    top: auto;
    bottom: 20px;
    background-color: transparent;
    margin: auto;
}

#suspension-modal .modal-dialog {
    width: 100%;
    margin: 0;
}

.suspension-form:after,
.suspension-form:before {
    content: '';
    clear: both;
    display: block;
}

.suspension-form h3 {
    margin: 0px 0 25px;
    padding: 10px 10px;
    background: #ff5c00;
    color: #fff;
    text-align: center;
    word-spacing: 5px;
}

.suspension-form .form-style-1 .form-control {
    height: 40px;
}

.suspension-form .form-style-1 textarea.form-control {
    height: 100px;
}

.modal-open {
    overflow-y: visible;
    padding-right: 0 !important;
}

.modal.fade.in {
    padding-right: 0 !important;
}

#contact-form-modal .modal-dialog,
#contact-form-modal .modal-dialog {
    margin: 10px auto;
}

.modal-backdrop {
    background-color: transparent;
    position: relative;
}

.modal.fade.in {
    background-color: rgba(0, 0, 0, 0.50);
}

.page-template-thankyou #suspension-modal {
    display: none !important;
}

#suspension-modal .modal-body {
    padding: 0 0 20px;
}

#suspension-modal button.close {
    font-size: 1.8em;
    font-weight: bold;
    color: #fff;
    opacity: 1;
    outline: none;
    margin-top: 0;
}

#suspension-modal button.close span {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-weight: 400;
    line-height: 40%;
    font-size: 45px;
    font-family: 'open_sansregular';
    outline: none;
}

.suspension-form-icon {
    position: fixed;
    left: auto;
    right: 20px;
    width: 60px;
    height: 60px;
    top: auto;
    bottom: 20px;
    background-color: #f7941d;
    margin: auto;
    z-index: 9;
    border-radius: 100%;
    padding: 17px 12px;
    cursor: pointer;
    box-shadow: -3px 3px 6px 2px rgba(0, 0, 0, 0.2);
}

.suspension-form-icon:hover {
    opacity: 0.8;
}

.suspension-form-icon img {
    width: 40px;
}

header .search form:before,
header #custom-search-input form:before {
    display: none;
}

.wpcf7-form-control-wrap.file-868 {
    display: block;
}

.wpcf7-form-control-wrap.file-868 input:before {
    content: 'Choose File';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f0f0f0;
    border: 1px solid #a5a5a5;
    padding: 0 6px;
    width: 96px;
    height: 27px;
    font-size: .9em;
}

#suspension-modal.suspension-right {
    left: auto;
    right: 20px;
}

/*Header 10*/

.tenth-header.fixed .fh-top-header,
.tenth-header.fixed .header-category-menu {
    display: none;
}

.tenth-header.fixed .fh-menu-col ul li a {
    padding: 23px 0;
}

.tenth-header.fixed .fh-menu-col {
    max-height: 110px;
    min-height: 70px;
    height: 70px;
}

.tenth-header .fh-top-header .topbar-address h1,
.tenth-header .fh-top-header .topbar-social li a,
.tenth-header .fh-top-header .sitemap li a,
.tenth-header .fh-top-header .th-right-col .flags span,
.tenth-header .flags #flag:after {
    color: #fff;
}

.tenth-header .fh-top-header .th-right-col .flags,
.tenth-header .fh-top-header .sitemap li,
.tenth-header .fh-top-header .topbar-social li {
    border: none;
}

.tenth-header .fh-top-header .topbar-social li {
    margin: 0 3px;
}

.tenth-header .fh-top-header .topbar-social li a {
    background-color: #fff;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    color: #81d742;
}

.tenth-header .fh-top-header {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 5px 0;
}

.tenth-header .fh-top-header .flags {
    width: 100px;
}

.tenth-header .flags #flag:after {
    right: 0;
}

.tenth-header .fh-top-header .topbar-social li a:hover,
.tenth-header .fh-top-header .sitemap li a:hover {
    opacity: 0.7;
}

.tenth-header .fh-menu-col .navbar,
.tenth-header .fh-menu-col a.btn {
    display: inline-block;
    vertical-align: middle;
}

.tenth-header .fh-menu-col ul li {
    margin: 0 10px;
}

.tenth-header .fh-menu-col .col-md-10 {
    text-align: right;
}

.tenth-header .header-category-menu {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    text-align: center;
}

.header-category-menu {
    text-align: center;
}

.header-category-menu .navbar-nav li {
    padding: 10px 0;
}

.header-category-menu .navbar-nav li a {
    padding: 15px 15px;
    border-left: 1px solid #EBEBEB;
    font-family: 'open_sanssemibold';
    font-size: 13px;
    color: #272727;
    text-transform: uppercase;
}

.tenth-header .header-category-menu .navbar-nav li:first-child a {
    border: none;
    padding-left: 0;
}

.header-category-menu .navbar-nav li ul.dropdown-menu li {
    padding: 0;
}

.header-category-menu .navbar-nav li ul.dropdown-menu {
    padding: 0;
}

.header-category-menu .navbar-nav li a:hover,
.header-category-menu .navbar-nav li a:focus,
.header-category-menu .navbar-nav li a:active {
    background-color: transparent;
}

.header-category-menu .navbar-nav li .dropdown-menu a {
    padding: 12px 15px !important;
    background-color: transparent;
    background-image: none;
    color: #272727;
}

.header-category-menu .navbar-nav li .dropdown-menu a:hover,
.header-category-menu .navbar-nav li .dropdown-menu a:focus,
.header-category-menu .navbar-nav li .dropdown-menu a:active {
    color: #fff;
}

/*Header 11*/

.page-template-home .eleven-header,
.page-template-home1 .eleven-header,
.page-template-home2 .eleven-header,
.page-template-home3 .eleven-header,
.page-template-home4 .eleven-header,
.page-template-home5 .eleven-header,
.page-template-home6 .eleven-header,
.page-template-home7 .eleven-header,
.page-template-home8 .eleven-header,
.page-template-home9 .eleven-header,
.page-template-home10 .eleven-header,
.page-template-home11 .eleven-header,
.page-template-home12 .eleven-header,
.page-template-home13 .eleven-header,
.page-template-home14 .eleven-header,
.page-template-home15 .eleven-header,
.page-template-home16 .eleven-header,
.page-template-home17 .eleven-header,
.page-template-home18 .eleven-header,
.page-template-home19 .eleven-header,
.page-template-home20 .eleven-header,
.page-template-home21 .eleven-header,
.page-template-home22 .eleven-header,
.page-template-home23 .eleven-header,
.page-template-home24 .eleven-header,
.page-template-home25 .eleven-header {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: 9;
    background-color: transparent !important;
}

.page-template-home .eleven-header.fixed,
.page-template-home1 .eleven-header.fixed,
.page-template-home2 .eleven-header.fixed,
.page-template-home3 .eleven-header.fixed,
.page-template-home4 .eleven-header.fixed,
.page-template-home5 .eleven-header.fixed,
.page-template-home6 .eleven-header.fixed,
.page-template-home7 .eleven-header.fixed,
.page-template-home8 .eleven-header.fixed,
.page-template-home9 .eleven-header.fixed,
.page-template-home10 .eleven-header.fixed,
.page-template-home11 .eleven-header.fixed,
.page-template-home12 .eleven-header.fixed,
.page-template-home13 .eleven-header.fixed,
.page-template-home14 .eleven-header.fixed,
.page-template-home15 .eleven-header.fixed,
.page-template-home16 .eleven-header.fixed,
.page-template-home17 .eleven-header.fixed,
.page-template-home18 .eleven-header.fixed,
.page-template-home19 .eleven-header.fixed,
.page-template-home20 .eleven-header.fixed,
.page-template-home21 .eleven-header.fixed,
.page-template-home22 .eleven-header.fixed,
.page-template-home23 .eleven-header.fixed,
.page-template-home24 .eleven-header.fixed,
.page-template-home25 .eleven-header.fixed {
    position: fixed !important;
    top: auto;
    background-color: white !important;
}

.page-template-home .eleven-header.fixed .fh-top-header,
.page-template-home1 .eleven-header.fixed .fh-top-header,
.page-template-home2 .eleven-header.fixed .fh-top-header,
.page-template-home3 .eleven-header.fixed .fh-top-header,
.page-template-home4 .eleven-header.fixed .fh-top-header,
.page-template-home5 .eleven-header.fixed .fh-top-header,
.page-template-home6 .eleven-header.fixed .fh-top-header,
.page-template-home7 .eleven-header.fixed .fh-top-header,
.page-template-home8 .eleven-header.fixed .fh-top-header,
.page-template-home9 .eleven-header.fixed .fh-top-header,
.page-template-home10 .eleven-header.fixed .fh-top-header,
.page-template-home11 .eleven-header.fixed .fh-top-header,
.page-template-home12 .eleven-header.fixed .fh-top-header,
.page-template-home13 .eleven-header.fixed .fh-top-header,
.page-template-home14 .eleven-header.fixed .fh-top-header,
.page-template-home15 .eleven-header.fixed .fh-top-header,
.page-template-home16 .eleven-header.fixed .fh-top-header,
.page-template-home17 .eleven-header.fixed .fh-top-header,
.page-template-home18 .eleven-header.fixed .fh-top-header,
.page-template-home19 .eleven-header.fixed .fh-top-header,
.page-template-home20 .eleven-header.fixed .fh-top-header,
.page-template-home21 .eleven-header.fixed .fh-top-header,
.page-template-home22 .eleven-header.fixed .fh-top-header,
.page-template-home23 .eleven-header.fixed .fh-top-header,
.page-template-home24 .eleven-header.fixed .fh-top-header,
.page-template-home25 .eleven-header.fixed .fh-top-header {
    display: none;
}

.eleven-header.fixed .navbar-nav li a {
    color: #000;
}

.eleven-header.fixed .navbar-nav li a:hover {
    color: #fff;
}

.eleven-header.fixed {
    padding: 10px 0;
}

.eleven-header.internal-page {
    position: relative;
}

.eleven-header .fh-top-header {
    border: none;
    margin-bottom: 15px;
}

.eleven-header .fh-top-header .th-right-col .flags,
.eleven-header .fh-top-header .th-right-col .topbar-social li,
.eleven-header .fh-top-header .sitemap li {
    border: none;
}

.eleven-header .fh-top-header .th-right-col .topbar-social li a {
    color: white;
    width: auto;
    padding: 0 8px;
    font-size: 1em;
}

.eleven-header .fh-top-header .sitemap li a,
.eleven-header .fh-top-header .th-right-col .flags span,
.eleven-header .fh-top-header .th-right-col .flags #flag:after,
.eleven-header .navbar-nav li a {
    color: #fff;
}

.eleven-header .fh-top-header .sitemap li a:hover,
.eleven-header .fh-top-header .th-right-col .flags span:hover,
.eleven-header .navbar-nav li a:hover {
    opacity: 0.8;
}

.eleven-header .fh-top-header .th-right-col .flags .dropdown-menu span {
    color: #000;
}

.eleven-header .nav {
    float: right;
}

.eleven-slider .home-slider .slick-slide {
    overflow: hidden;
}

.eleven-slider .home-slider .slick-slide:before {
    content: '';
    position: absolute;
    left: -710px;
    right: auto;
    top: -120px;
    bottom: 0;
    width: 89%;
    height: 160%;
    -ms-transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
    z-index: 1;
}

.eleven-slider .h8-slider-content h2 {
    border-bottom: none;
    font-size: 2em;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'open_sanssemibold';
    color: #fff;
    margin: 20px 0 10px;
    padding-bottom: 35px;
}

.eleven-slider .h8-slider-content p {
    font-size: 1.1em;
    margin-bottom: 0;
}

.eleven-slider .h8-slider-content {
    width: 75%;
}

.eleven-slider .slider-video {
    position: absolute;
    left: auto;
    right: 25%;
    top: 40%;
    width: 80px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    border: 0;
    box-shadow: 0 0 0 15px rgba(255, 255, 255, .4);
    transition: 200ms ease-in-out !important;
    background: #fff;
    text-align: center;
    display: table;
    z-index: 9;
}

.eleven-slider .slider-video i {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.5em;
}

.eleven-slider .slider-video:hover {
    transform: scale(1.1);
    box-shadow: none;
}

.eleven-slider .home-slider .slick-slide .container {
    margin-top: 50px;
}

.eleven-header .eh-menu-col li.current-menu-item a,
.eleven-header .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a {
    color: #fff;
}

.eleven-header .eh-menu-col li.current-menu-item .dropdown-menu li a {
    color: #8c8c8c;
}

.eleven-header.internal-page .fh-top-header .topbar-address h1,
.eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.eleven-header.internal-page .navbar-nav li a,
.eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a {
    color: #000;
}

.page-template-home1 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home1 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home1 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home1 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home1 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home1 .eleven-header.internal-page .navbar-nav li a,
.page-template-home1 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home1 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home2 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home2 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home2 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home2 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home2 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home2 .eleven-header.internal-page .navbar-nav li a,
.page-template-home2 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home2 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home3 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home3 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home3 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home3 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home3 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home3 .eleven-header.internal-page .navbar-nav li a,
.page-template-home3 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home3 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home4 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home4 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home4 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home4 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home4 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home4 .eleven-header.internal-page .navbar-nav li a,
.page-template-home4 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home4 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home5 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home5 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home5 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home5 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home5 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home5 .eleven-header.internal-page .navbar-nav li a,
.page-template-home5 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home5 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home6 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home6 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home6 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home6 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home6 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home6 .eleven-header.internal-page .navbar-nav li a,
.page-template-home6 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home6 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home7 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home7 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home7 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home7 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home7 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home7 .eleven-header.internal-page .navbar-nav li a,
.page-template-home7 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home7 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home8 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home8 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home8 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home8 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home8 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home8 .eleven-header.internal-page .navbar-nav li a,
.page-template-home8 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home8 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home9 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home9 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home9 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home9 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home9 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home9 .eleven-header.internal-page .navbar-nav li a,
.page-template-home9 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home9 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home10 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home10 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home10 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home10 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home10 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home10 .eleven-header.internal-page .navbar-nav li a,
.page-template-home10 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home10 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home11 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home11 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home11 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home11 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home11 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home11 .eleven-header.internal-page .navbar-nav li a,
.page-template-home11 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home11 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home12 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home12 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home12 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home12 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home12 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home12 .eleven-header.internal-page .navbar-nav li a,
.page-template-home12 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home12 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home13 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home13 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home13 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home13 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home13 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home13 .eleven-header.internal-page .navbar-nav li a,
.page-template-home13 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home13 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home14 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home14 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home14 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home14 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home14 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home14 .eleven-header.internal-page .navbar-nav li a,
.page-template-home14 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home14 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home15 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home15 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home15 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home15 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home15 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home15 .eleven-header.internal-page .navbar-nav li a,
.page-template-home15 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home15 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home16 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home16 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home16 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home16 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home16 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home16 .eleven-header.internal-page .navbar-nav li a,
.page-template-home16 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home16 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home17 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home17 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home17 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home17 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home17 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home17 .eleven-header.internal-page .navbar-nav li a,
.page-template-home17 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home17 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home18 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home18 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home18 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home18 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home18 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home18 .eleven-header.internal-page .navbar-nav li a,
.page-template-home18 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home18 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home19 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home19 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home19 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home19 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home19 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home19 .eleven-header.internal-page .navbar-nav li a,
.page-template-home19 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home19 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home20 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home20 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home20 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home20 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home20 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home20 .eleven-header.internal-page .navbar-nav li a,
.page-template-home20 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home20 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home21 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home21 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home21 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home21 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home21 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home21 .eleven-header.internal-page .navbar-nav li a,
.page-template-home21 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home21 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home22 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home22 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home22 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home22 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home22 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home22 .eleven-header.internal-page .navbar-nav li a,
.page-template-home22 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home22 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home23 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home23 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home23 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home23 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home23 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home23 .eleven-header.internal-page .navbar-nav li a,
.page-template-home23 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home23 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home24 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home24 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home24 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home24 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home24 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home24 .eleven-header.internal-page .navbar-nav li a,
.page-template-home24 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home24 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home25 .eleven-header.internal-page .fh-top-header .topbar-address h1,
.page-template-home25 .eleven-header.internal-page .fh-top-header .th-right-col .topbar-social li a,
.page-template-home25 .eleven-header.internal-page .fh-top-header .th-right-col .sitemap li a,
.page-template-home25 .eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.page-template-home25 .eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.page-template-home25 .eleven-header.internal-page .navbar-nav li a,
.page-template-home25 .eleven-header.internal-page .eh-menu-col li.current-menu-item a,
.page-template-home25 .eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a {
    color: #fff;
}

.page-template-home1 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home1 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home1 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home1 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home1 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home1 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home2 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home2 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home2 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home2 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home2 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home2 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home3 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home3 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home3 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home3 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home3 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home3 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home4 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home4 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home4 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home4 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home4 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home4 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home5 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home5 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home5 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home5 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home5 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home5 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home6 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home6 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home6 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home6 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home6 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home6 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home7 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home7 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home7 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home7 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home7 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home7 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home8 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home8 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home8 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home8 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home8 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home8 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home9 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home9 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home9 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home9 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home9 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home9 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home10 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home10 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home10 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home10 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home10 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home10 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home11 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home11 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home11 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home11 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home11 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home11 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home12 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home12 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home12 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home12 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home12 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home12 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home13 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home13 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home13 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home13 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home13 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home13 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home14 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home14 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home14 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home14 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home14 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home14 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home15 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home15 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home15 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home15 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home15 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home15 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home16 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home16 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home16 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home16 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home16 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home16 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home17 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home17 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home17 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home17 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home17 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home17 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home18 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home18 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home18 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home18 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home18 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home18 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home19 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home19 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home19 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home19 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home19 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home19 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home20 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home20 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home20 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home20 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home20 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home20 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home21 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home21 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home21 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home21 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .flags span,
.page-template-home21 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .flags #flag:after,
.page-template-home21 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home21 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home21 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home22 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home22 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home22 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home22 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .flags span,
.page-template-home22 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .flags #flag:after,
.page-template-home22 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home22 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home22 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home23 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home23 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home23 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home23 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .flags span,
.page-template-home23 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .flags #flag:after,
.page-template-home23 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home23 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home23 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home24 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home24 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home24 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home24 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .flags span,
.page-template-home24 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .flags #flag:after,
.page-template-home24 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home24 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home24 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a,
.page-template-home25 .eleven-header.internal-page.fixed .fh-top-header .topbar-address h1,
.page-template-home25 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .topbar-social li a,
.page-template-home25 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .sitemap li a,
.page-template-home25 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .flags span,
.page-template-home25 .eleven-header.internal-page.fixed .fh-top-header .th-right-col .flags #flag:after,
.page-template-home25 .eleven-header.internal-page.fixed .navbar-nav li a,
.page-template-home25 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item a,
.page-template-home25 .eleven-header.internal-page.fixed .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a {
    color: #000;
}

.page-template-home1 .eleven-header.internal-page .fh-top-header,
.page-template-home2 .eleven-header.internal-page .fh-top-header,
.page-template-home3 .eleven-header.internal-page .fh-top-header,
.page-template-home4 .eleven-header.internal-page .fh-top-header,
.page-template-home5 .eleven-header.internal-page .fh-top-header,
.page-template-home6 .eleven-header.internal-page .fh-top-header,
.page-template-home7 .eleven-header.internal-page .fh-top-header,
.page-template-home8 .eleven-header.internal-page .fh-top-header,
.page-template-home9 .eleven-header.internal-page .fh-top-header,
.page-template-home10 .eleven-header.internal-page .fh-top-header,
.page-template-home11 .eleven-header.internal-page .fh-top-header,
.page-template-home12 .eleven-header.internal-page .fh-top-header,
.page-template-home13 .eleven-header.internal-page .fh-top-header,
.page-template-home14 .eleven-header.internal-page .fh-top-header,
.page-template-home15 .eleven-header.internal-page .fh-top-header,
.page-template-home16 .eleven-header.internal-page .fh-top-header,
.page-template-home17 .eleven-header.internal-page .fh-top-header,
.page-template-home18 .eleven-header.internal-page .fh-top-header,
.page-template-home19 .eleven-header.internal-page .fh-top-header,
.page-template-home20 .eleven-header.internal-page .fh-top-header,
.page-template-home21 .eleven-header.internal-page .fh-top-header,
.page-template-home22 .eleven-header.internal-page .fh-top-header,
.page-template-home23 .eleven-header.internal-page .fh-top-header,
.page-template-home24 .eleven-header.internal-page .fh-top-header,
.page-template-home25 .eleven-header.internal-page .fh-top-header {
    border-bottom: none;
    margin-bottom: 10px;
}

.eleven-header.internal-page .navbar-nav li a:hover,
.eleven-header.internal-page .eh-menu-col li.current-menu-item .dropdown-menu li.current-menu-item a {
    color: #fff;
}

.eleven-header.internal-page .fh-top-header {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 0;
}

.eleven-header.internal-page.fixed .fh-top-header {
    display: none;
}

.eleven-header.internal-page .navbar-nav li a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.eleven-header.internal-page.fixed .navbar-nav li a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ws-title {
    padding-bottom: 0;
    padding-top: 30px;
}

.eleven-header .fh-top-header .topbar-address h1 {
    color: #fff;
}

.eleven-header.internal-page .fh-top-header .sitemap li a,
.eleven-header.internal-page .fh-top-header .th-right-col .flags span,
.eleven-header.internal-page .fh-top-header .th-right-col .flags #flag:after,
.eleven-header.internal-page .navbar-nav li a {
    color: #000;
}

.h3-form input.wpcf7-form-control {
    color: #fff;
}

.h3-form input.wpcf7-form-control:before {
    color: #000;
}

.eleven-header img.h11-white-logo,
.eleven-header.fixed .logo .h11-color-logo,
.page-template-home1 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home2 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home3 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home4 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home5 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home6 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home7 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home8 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home9 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home10 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home11 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home12 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home13 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home14 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home15 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home16 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home17 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home18 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home19 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home20 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home21 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home22 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home23 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home24 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home25 .eleven-header.fixed.internal-page .h11-color-logo,
.page-template-home1 .eleven-header.internal-page .h11-white-logo,
.page-template-home2 .eleven-header.internal-page .h11-white-logo,
.page-template-home3 .eleven-header.internal-page .h11-white-logo,
.page-template-home4 .eleven-header.internal-page .h11-white-logo,
.page-template-home5 .eleven-header.internal-page .h11-white-logo,
.page-template-home6 .eleven-header.internal-page .h11-white-logo,
.page-template-home7 .eleven-header.internal-page .h11-white-logo,
.page-template-home8 .eleven-header.internal-page .h11-white-logo,
.page-template-home9 .eleven-header.internal-page .h11-white-logo,
.page-template-home10 .eleven-header.internal-page .h11-white-logo,
.page-template-home11 .eleven-header.internal-page .h11-white-logo,
.page-template-home12 .eleven-header.internal-page .h11-color-logo,
.page-template-home13 .eleven-header.internal-page .h11-color-logo,
.page-template-home14 .eleven-header.internal-page .h11-color-logo,
.page-template-home15 .eleven-header.internal-page .h11-color-logo,
.page-template-home16 .eleven-header.internal-page .h11-color-logo,
.page-template-home17 .eleven-header.internal-page .h11-color-logo,
.page-template-home18 .eleven-header.internal-page .h11-color-logo,
.page-template-home19 .eleven-header.internal-page .h11-color-logo,
.page-template-home20 .eleven-header.internal-page .h11-color-logo,
.page-template-home21 .eleven-header.internal-page .h11-color-logo,
.page-template-home22 .eleven-header.internal-page .h11-color-logo,
.page-template-home23 .eleven-header.internal-page .h11-color-logo,
.page-template-home24 .eleven-header.internal-page .h11-color-logo,
.page-template-home25 .eleven-header.internal-page .h11-color-logo,
.eleven-header.internal-page .h11-color-logo,
.archive .eleven-header.internal-page .h11-color-logo,
.product-template-default .eleven-header.internal-page .h11-color-logo {
    display: block;
}

.eleven-header.fixed img,
.eleven-header .h11-color-logo,
.page-template-home1 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home2 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home3 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home4 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home5 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home6 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home7 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home8 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home9 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home10 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home11 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home12 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home13 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home14 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home15 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home16 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home17 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home18 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home19 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home20 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home21 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home22 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home23 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home24 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home25 .eleven-header.fixed.internal-page img.h11-white-logo,
.page-template-home1 .eleven-header.internal-page .h11-color-logo,
.page-template-home2 .eleven-header.internal-page .h11-color-logo,
.page-template-home3 .eleven-header.internal-page .h11-color-logo,
.page-template-home4 .eleven-header.internal-page .h11-color-logo,
.page-template-home5 .eleven-header.internal-page .h11-color-logo,
.page-template-home6 .eleven-header.internal-page .h11-color-logo,
.page-template-home7 .eleven-header.internal-page .h11-color-logo,
.page-template-home8 .eleven-header.internal-page .h11-color-logo,
.page-template-home9 .eleven-header.internal-page .h11-color-logo,
.page-template-home10 .eleven-header.internal-page .h11-color-logo,
.page-template-home11 .eleven-header.internal-page .h11-color-logo,
.page-template-home12 .eleven-header.internal-page .h11-color-logo,
.page-template-home13 .eleven-header.internal-page .h11-color-logo,
.page-template-home14 .eleven-header.internal-page .h11-color-logo,
.page-template-home15 .eleven-header.internal-page .h11-color-logo,
.page-template-home16 .eleven-header.internal-page .h11-color-logo,
.page-template-home17 .eleven-header.internal-page .h11-color-logo,
.page-template-home18 .eleven-header.internal-page .h11-color-logo,
.page-template-home19 .eleven-header.internal-page .h11-color-logo,
.page-template-home20 .eleven-header.internal-page .h11-color-logo,
.page-template-home21 .eleven-header.internal-page .h11-color-logo,
.page-template-home22 .eleven-header.internal-page .h11-color-logo,
.page-template-home23 .eleven-header.internal-page .h11-color-logo,
.page-template-home24 .eleven-header.internal-page .h11-color-logo,
.page-template-home25 .eleven-header.internal-page .h11-color-logo,
.eleven-header.internal-page img.h11-white-logo,
.archive .eleven-header.internal-page img.h11-white-logo,
.product-template-default .eleven-header.internal-page img.h11-white-logo {
    display: none;
}

/*Header 12*/

.twelfth-header {
    background-color: #f8f8f8;
}

.twelfth-header .th-top-header {
    padding: 20px 0;
}

.twelfth-header .th-top-header .navbar.navbar-static {
    float: right;
}

.twelfth-header .th-top-header .navbar.navbar-static li a {
    color: #444444;
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
}

.twelfth-header .th-top-header .navbar.navbar-static li a:hover {
    color: #fff;
}

.twelfth-header .topbar-si ul li {
    display: inline-block;
    margin: 0 6px;
}

.twelfth-header .topbar-si ul li a {
    color: #444;
}

.twelfth-header .th-menu-col .th-right-col .topbar-si,
.twelfth-header .th-menu-col .th-right-col .flags {
    display: inline-block;
    vertical-align: middle;
}

.twelfth-header .menu-category-menu-container li {
    padding: 0;
}

.twelfth-header .menu-category-menu-container li a {
    padding: 27px 9px 30px;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    border-top: 3px solid #ff000000;
}

/*.twelfth-header .menu-category-menu-container li:first-child a {
    padding-left: 0;
}*/

.twelfth-header .header-category-menu {
    border: none;
}

.twelfth-header .th-menu-col .th-right-col .topbar-si {
    margin-right: 15px;
}

.twelfth-header .th-main-header {
    border-top: 1px solid #dedede;
}

.page-template-home .twelfth-header .th-main-header,
.page-template-home1 .twelfth-header .th-main-header,
.page-template-home2 .twelfth-header .th-main-header,
.page-template-home3 .twelfth-header .th-main-header,
.page-template-home4 .twelfth-header .th-main-header,
.page-template-home5 .twelfth-header .th-main-header,
.page-template-home6 .twelfth-header .th-main-header,
.page-template-home7 .twelfth-header .th-main-header,
.page-template-home8 .twelfth-header .th-main-header,
.page-template-home9 .twelfth-header .th-main-header,
.page-template-home10 .twelfth-header .th-main-header,
.page-template-home11 .twelfth-header .th-main-header,
.page-template-home12 .twelfth-header .th-main-header,
.page-template-home13 .twelfth-header .th-main-header,
.page-template-home14 .twelfth-header .th-main-header,
.page-template-home15 .twelfth-header .th-main-header,
.page-template-home16 .twelfth-header .th-main-header,
.page-template-home17 .twelfth-header .th-main-header,
.page-template-home18 .twelfth-header .th-main-header,
.page-template-home19 .twelfth-header .th-main-header,
.page-template-home20 .twelfth-header .th-main-header,
.page-template-home21 .twelfth-header .th-main-header,
.page-template-home22 .twelfth-header .th-main-header,
.page-template-home23 .twelfth-header .th-main-header,
.page-template-home24 .twelfth-header .th-main-header,
.page-template-home25 .twelfth-header .th-main-header{
    border-bottom: 1px solid #dedede;
}

.twelfth-header .th-menu-col .th-right-col .flags #flag:after {
    right: -15px;
}

.twelfth-header .menu-category-menu-container li ul.dropdown-menu {
    background-color: #f8f8f8;
    margin-top: -1px;
}

.twelfth-header .menu-category-menu-container li ul.dropdown-menu li a:hover {
    background-color: transparent;
    color: #a8db51;
}

.twelfth-header .menu-category-menu-container li ul.dropdown-menu li {
    border-bottom: 1px solid #d8d8d8;
}

.twelfth-header .topbar-si ul li a:hover {
    color: #a8db51;
}

.h12-slider-content h2 {
    font-size: 2.5em;
    font-family: 'open_sansregular';
    font-style: italic;
    color: #e1e8f0;
    font-weight: normal;
}

.h12-slider-content h3 {
    font-size: 4em;
    color: #fff;
    font-family: 'open_sansbold';
    margin: 15px 0;
}

.h12-slider-content p {
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 30px;
}

.twelfth-header.fixed .th-main-header {
    display: none;
}

.twelfth-header.fixed .th-top-header {
    padding: 10px 0;
}

/*header 13*/

.thirteen-header {
    position: relative;
    padding-bottom: 50px;
    padding-top: 20px;
    border-top: 5px solid #f8e983;
}

.thirteen-header .navbar {
    float: right;
}

.thirteen-header .th-top-header .navbar.navbar-static li a {
    color: #ffffff;
    text-transform: uppercase;
}

.thirteen-header .th-top-header .navbar.navbar-static li a:hover {
    color: #f8f8f8;
}

.thirteen-header .th-main-header .header-category-menu {
    border: none;
}

/*.thirteen-header .th-main-header .header-category-menu .navbar-nav li a {

    border: none;

}*/

.thirteen-header .th-main-header .header-category-menu li {
    padding: 0;
}

.thirteen-header .th-main-header .header-category-menu #menu-category-menu li:first-child a {
    border: none;
}

.thirteen-header .th-main-header .header-category-menu .navbar-nav li a {
    padding: 25px 9px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.thirteen-header .th-main-header .topbar-si ul.topbar-social li {
    display: inline-block;
}

.thirteen-header .th-main-header .topbar-si,
.thirteen-header .th-main-header .flags {
    display: inline-block;
    vertical-align: middle;
}

.thirteen-header .th-main-header .th-right-col {
    padding-right: 20px;
}

.thirteen-header .th-main-header .topbar-si {
    margin-right: 15px;
}

.thirteen-header .th-main-header .topbar-si ul.topbar-social li {
    display: inline-block;
    margin: 0 6px;
}

.thirteen-header .th-main-header .topbar-si ul.topbar-social li a {
    color: #272727;
}

.thirteen-header .th-main-header .flags span,
.thirteen-header .th-main-header .flags #flag:after {
    color: #272727;
}

.thirteen-header .th-main-header .th-right-col .flags #flag:after {
    right: -15px;
}

.thirteen-header .th-menu-col {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    background-color: #f8e983;
    z-index: 9;
    border-radius: 10px;
}

.thirteen-header .th-main-header .header-category-menu li a:hover {
    opacity: 0.8;
    color: #272727;
}

.thirteen-header .th-main-header .header-category-menu .navbar-nav li ul.dropdown-menu li a {
    padding: 10px;
}

.h13-slider-content h2 {
    color: #fff;
    font-size: 4em;
}

.h13-slider-content p {
    font-size: 1.2em;
    margin: 30px 0;
    color: #fff;
}

.h13-slider-content {
    width: 45%;
}

.thirteen-header.fixed .th-main-header {
    display: none;
}

.thirteen-header.fixed {
    padding: 10px;
}

.thirteen-header .th-main-header .header-category-menu li ul.dropdown-menu li a:hover {
    background-color: #fff;
}

.thirteen-header .th-main-header .header-category-menu li ul.dropdown-menu {
    margin-top: -1px;
}

/*Header 14*/

.fourteen-header .th-top-header {
    padding: 30px 0;
}

.fourteen-header .th-top-header .navbar.navbar-static {
    float: right;
}

.fourteen-header .th-top-header .navbar.navbar-static li a {
    color: #fff;
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
}

.fourteen-header .th-main-header .header-category-menu ul li {
    padding: 0;
}

.fourteen-header .th-main-header .header-category-menu ul li a {
    border: none;
    padding: 20px 8px 20px;
}

.fourteen-header ul#menu-main-menu li.current-menu-item a {
    background-color: #fff;
}

.fourteen-header .th-right-col .topbar-si .topbar-social li {
    display: inline-block;
    margin: 0 5px;
}

.fourteen-header .th-main-header .th-right-col .flags {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.fourteen-header .th-main-header .th-right-col .topbar-si {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.fourteen-header .th-main-header .th-right-col .flags #flag:after {
    right: -15px;
}

.fourteen-header .th-main-header .header-category-menu ul li ul.dropdown-menu a {
    padding: 15px;
}

.fourteen-header .th-right-col .topbar-si .topbar-social li a {
    color: #272727;
}

.fourteen-header .th-main-header .header-category-menu ul li ul.dropdown-menu {
    border-top: 3px solid #a8db51;
}

.fourteen-header .th-main-header .header-category-menu ul li ul.dropdown-menu li {
    border-bottom: 1px solid gainsboro;
}

.h14-slider-content h1,
.h14-slider-content h2 {
    font-size: 3em;
    text-transform: uppercase;
    line-height: 120%;
    font-family: 'open_sansbold';
    font-weight: 600;
    letter-spacing: 1px;
}

.h14-slider-content p {
    margin: 15px 0 25px;
}

.h14-slider-content {
    text-align: center;
}

.fourteen-header.fixed#header-scrl .th-top-header {
    padding: 10px 0;
}

.fourteen-header.fixed#header-scrl .th-main-header {
    display: none;
}

#videomodal.modal.fade.in {
    padding-right: 0 !important;
}

/*New Home 5 Start*/

.h5-cta-section {
    padding: 55px 0;
    position: relative;
}

.h5-cta-section .cta-text h3,
.cta-text h1 {
    font-size: 1.7em;
    line-height: 150%;
    color: #414241;
    text-transform: initial;
    font-weight: 600;
    font-family: 'open_sansregular';
}

.our-services-wrapper .col-md-4:nth-child(3n+1) {
    clear: both;
}

.h5-our-services {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.h5-os-content {
    padding: 23px 28px 15px;
}

.h5-os-content h5 {
    font-size: 1.5em;
    color: rgb(36, 44, 51);
    margin-bottom: 10px;
}

.h5-os-content p {
    margin-bottom: 1.7em;
    color: rgb(115, 120, 125);
    line-height: 1.8em;
    letter-spacing: 0;
}

.h5-os-content a {
    padding-top: 17px;
    border-top: 1px solid rgb(239, 239, 239);
    display: block;
    color: rgb(36, 44, 51);
    font-family: 'open_sanssemibold';
}

.h5-our-services .h5-os-img {
    position: relative;
    overflow: hidden;
    height: 300px;
}
.h5-our-services .h5-os-img img {
    height: 100%;
    object-fit: cover;
}
.h5-our-services .h5-os-img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: 7px;
    background-color: red;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.h5-our-services:hover .h5-os-img:before {
    height: 100%;
}

.h5-our-services .h5-os-img:after {
    content: "\f0c1";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -50px;
    background-color: #fff;
    height: 50px;
    width: 50px;
    margin: auto;
    color: red;
    font-size: 1.7em;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.h5-our-services:hover .h5-os-img:after {
    top: 0;
    bottom: 0;
}

.our-services-wrapper .col-md-4:nth-last-child(-n+3) .h5-our-services {
    margin-bottom: 0;
}

.h5-about-left-col {
    background-color: red;
    padding: 125px 15px 115px;
}

.h5-about-left-col h3 {
    font-size: 2.5em;
    line-height: 1.22em;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'open_sanssemibold';
}

.h5-about-left-col p {
    color: #fff;
    margin-bottom: 3em;
}

.h5-about-left-col .inner {
    max-width: 670px;
    float: right;
    margin-left: auto;
    padding-right: 75px;
}

.h5-about-left-col .social span {
    color: #fff;
    font-family: 'open_sanssemibold';
    font-size: 1.2em;
    margin-bottom: 15px;
    display: block;
}

.h5-about-left-col .social li {
    display: inline-block;
    margin: 0 5px;
}

.h5-about-left-col .social li a {
    color: #fff;
    font-size: 2em;
}

.h5-about-left-col .social li a:hover {
    opacity: 0.8;
}

.h5-about-right-col {
    display: table;
}

.h5-about-right-col .video-holder {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.h5-about-right-col .video-holder a.video-btn {
    font-size: 1.2em;
    color: #fff;
}

.h5-about-right-col .video-holder a.video-btn:hover {
    opacity: 0.8;
}

.h5-about-right-col .video-holder a i {
    background-color: #ff5e14;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0.7em;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.h5-ts-title h2 {
    font-size: 2.2em;
}

.h5-testimonials-section {
    padding-bottom: 130px;
}

.h5-testimonial-image {
    height: 300px;
    width: 300px;
    position: absolute;
    bottom: -50px;
}

.h5-testimonial {
    padding-left: 50px;
    padding-top: 50px;
}

.h5-testimonial-item:after,
.h5-testimonial-item:before {
    content: '';
    clear: both;
    display: block;
}

.h5-testimonial-item .h5-ti-img {
    width: 300px;
    height: 300px;
    float: left;
    position: relative;
    border: 10px solid #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 10px rgba(171, 171, 171, 0.3);
    box-shadow: 10px 4px 10px rgba(171, 171, 171, 0.3);
}

.h5-testimonial-item .h5-ti-details {
    padding: 30px 0 0 50px;
    display: table;
    /*top: -50px;*/

    position: relative;
}

.h5-testimonial-item .h5-ti-details h3 {
    color: #242c33;
    margin-bottom: 5px;
    font-family: 'open_sansbold';
}

.h5-testimonial-item .h5-ti-details span {
    font-weight: bold;
    color: #74787d;
    display: block;
    margin-bottom: 15px;
}

.h5-testimonial-item .h5-ti-details p {
    margin-bottom: 20px;
}

.h5-testimonial-item .h5-ti-details i {
    color: #ff5e14;
}

.h5-testimonials-section .slick-arrow {
    top: auto;
    height: 40px;
    width: 40px;
    opacity: 0.7;
    bottom: 0;
}

.h5-testimonials-section .slick-prev {
    left: auto;
    right: 45px;
}

.h5-testimonials-section div.field_type-star_rating ul.star-rating li {
    float: none;
    display: inline-block;
}

.h5-cl-item {
    text-align: center;
    width: 202px;
    margin: auto;
}

.h5-client-logos {
    padding: 0 0px 50px;
}

.h5-contact-form {
    background-color: rgba(36, 44, 51, 0.8);
}

.h5-cf-title {
    margin-bottom: 40px;
    padding: 0 15px;
}

.h5-contact-form .h5-cf-title h2 {
    color: #fff;
    font-size: 2em;
}

.h5-contact-form .h5-cf-title p {
    color: #b6b6b6;
    margin-bottom: 0;
}

.h5-contact-form form .file-868 input {
    color: #fff;
}

.h5-contact-form form .file-868 input:before {
    color: #000;
}

.h5-news-section h2 {
    font-size: 2em;
}

.h5-bi {
    border-bottom: 3px solid #ff5e14;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    height: 232px;
}

.h5-bi img {
    height: 100%;
    width: 100%;
}

.h5-bi-image {
    height: 100%;
}

.h5-btext {
    border: 1px solid #e8e8e8;
    padding: 35px 30px;
}

.h5-btext h3 {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 0.5em;
    font-family: 'open_sanssemibold';
}

.h5-btext h3 a {
    color: #051829;
}

/*.h5-btext p{

    margin-bottom: 2.5em;

}*/

.h5-bcomment ul li {
    display: inline-block;
    color: #73787d;
    vertical-align: middle;
}

.h5-bcomment ul li:last-child {
    margin-left: 15px;
}

.h5-bcomment ul li a {
    color: #73787d;
}

.h5-news-row {
    margin-bottom: 40px;
}

.h5-blog-item:hover .h5-bi img {
    opacity: 0.8;
}

/*New Home 5 End*/
/*New Header Form Style*/

.logged-in .c-menu--slide-right {
    top: 46px;
}

.fixed#resp-scrl .c-menu--slide-right,
.fixed#resp-scrl .h22-click-slide {
    top: 0px !important;
}

.header-home-icon {
    padding: 12px 24px;
    font-size: 17px;
}

.header-home-icon a {
    color: #181818;
}

.header-form-top {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.header-form-desc {
    padding: 15px 20px;
    text-align: center;
}

.header-form-desc h2,
.header-form-desc h3 {
    font-size: 21px;
    font-family: 'open_sansbold';
    color: #172119;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: 1px;
}

.header-form-desc span {
    font-size: 12px;
    color: #999999;
}

.decoration-line i {
    background-color: #fff;
    height: 40px;
    width: 60px;
    line-height: 40px;
    font-size: 1.5em;
}

.decoration-line {
    position: relative;
}

.decoration-line:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70%;
    height: 1px;
    background-color: #ebebeb;
    margin: auto;
    z-index: -1;
}

.header-form-desc p {
    font-size: 12px;
    padding: 0 5px;
    width: 80%;
    margin: auto;
}

div.wpcf7:after,
div.wpcf7:before,
form.wpcf7-form:after,
form.wpcf7-form:before,
form.wpcf7-form .form-style-1:after,
form.wpcf7-form .form-style-1:before {
    content: '';
    display: block;
    clear: both;
}

.hf-social-icon {
    margin: 30px 0 10px;
}

.hf-social-icon ul.topbar-social li {
    display: inline-block;
    margin: 0 5px;
}

.hf-social-icon ul.topbar-social {
    text-align: center;
}

.hf-social-icon ul.topbar-social li a {
    color: #fff;
    font-size: 1.2em;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    display: block;
}

.hf-social-icon ul.topbar-social li a:hover {
    opacity: 0.7;
}

.c-menu__items form.wpcf7-form input {
    height: 45px;
}

.carbon-poweredby,
em {
    font-style: italic
}

.c-button,
.c-menu__close {
    -moz-appearance: none;
    appearance: none;
    border-radius: none;
    -webkit-appearance: none;
    font-size: 17px;
    box-shadow: none
}

.c-button:focus,
.c-menu__close:focus {
    outline: 0
}

#carbonads,
.c-mask,
.c-menu {
    position: fixed
}

.o-wrapper {
    transition: transform .3s
}

.c-menu,
.o-wrapper {
    -webkit-transition: -webkit-transform .3s
}

.o-container {
    margin: 0 auto;
    padding: 0 12px;
    max-width: 960px
}

@media all and (min-width: 480px) {
    .o-container {
        padding: 0 24px
    }
}

@media all and (min-width: 720px) {
    .o-container {
        padding: 0 48px
    }
}

.o-header {
    margin: 0;
    padding: 0
}

.o-header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #67b5d1
}

.o-header-nav__link {
    padding: 12px;
    color: #fff
}

.o-header-nav__link:hover {
    color: #fff;
    background-color: #3184a1
}

.o-header__title {
    margin: 24px;
    padding: 0;
    color: #818181;
    font-size: 28px;
    font-weight: 300;
    text-align: center
}

@media all and (min-width: 480px) {
    .o-header__title {
        margin: 36px;
        font-size: 42px
    }
}

.o-sub-nav {
    margin: 0 0 24px;
    padding: 0
}

.o-sub-nav__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.o-sub-nav__item {
    margin: 0;
    padding: 4px
}

.o-sub-nav__link {
    display: block;
    margin: 0;
    padding: 4px 24px;
    border: 2px solid #67b5d1
}

.o-sub-nav__item.active .o-sub-nav__link,
.o-sub-nav__link:hover {
    color: #fff;
    background-color: #67b5d1
}

.o-footer {
    padding: 12px 0;
    text-align: center
}

@media all and (min-width: 480px) {
    .o-footer {
        padding: 24px 0
    }
}

@media all and (min-width: 720px) {
    .o-sub-nav {
        margin: 0 0 48px
    }

    .o-footer {
        padding: 48px 0
    }
}

.c-menu {
    z-index: 200;
    background-color: #fff;
    transition: transform .3s
}

.c-menu__items {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    max-height: 520px;
    overflow-y: auto;
    padding-bottom: 30px;
}

.c-menu--push-left,
.c-menu--push-right,
.c-menu--slide-left,
.c-menu--slide-right {
    width: 100%;
    height: 100%;
    /*overflow-y: scroll*/
}

@media all and (min-width: 320px) {

    .c-menu--push-left,
    .c-menu--push-right,
    .c-menu--slide-left,
    .c-menu--slide-right {
        width: 100%
    }
}

.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item,
.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item {
    display: block;
    text-align: center;
    border-top: solid 1px #b5dbe9;
    border-bottom: solid 1px #3184a1
}

.c-menu--push-left .c-menu__item:first-child,
.c-menu--push-right .c-menu__item:first-child,
.c-menu--slide-left .c-menu__item:first-child,
.c-menu--slide-right .c-menu__item:first-child {
    border-top: none
}

.c-menu--push-left .c-menu__item:last-child,
.c-menu--push-right .c-menu__item:last-child,
.c-menu--slide-left .c-menu__item:last-child,
.c-menu--slide-right .c-menu__item:last-child {
    border-bottom: none
}

.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link,
.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link {
    display: block;
    padding: 12px 24px;
    color: #fff
}

.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close,
.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close {
    display: block;
    padding: 12px 24px;
    width: 100%
}

.c-menu--push-left,
.c-menu--slide-left {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media all and (min-width: 320px) {

    .c-menu--push-left,
    .c-menu--slide-left {
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px)
    }
}

.c-menu--push-left.is-active,
.c-menu--slide-left.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.c-menu--push-right,
.c-menu--slide-right {
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@media all and (min-width: 320px) {

    .c-menu--push-right,
    .c-menu--slide-right {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.c-menu--push-right.is-active,
.c-menu--slide-right.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.c-menu--push-bottom,
.c-menu--push-top,
.c-menu--slide-bottom,
.c-menu--slide-top {
    vertical-align: middle;
    width: 100%;
    height: 60px;
    text-align: center;
    overflow-x: scroll
}

.c-mask,
body.has-active-menu {
    overflow: hidden
}

.c-menu--push-bottom .c-menu__items,
.c-menu--push-top .c-menu__items,
.c-menu--slide-bottom .c-menu__items,
.c-menu--slide-top .c-menu__items {
    display: inline-block;
    text-align: center
}

.c-menu--push-bottom .c-menu__item,
.c-menu--push-top .c-menu__item,
.c-menu--slide-bottom .c-menu__item,
.c-menu--slide-top .c-menu__item {
    display: inline-block;
    line-height: 60px
}

.c-menu--push-bottom .c-menu__link,
.c-menu--push-top .c-menu__link,
.c-menu--slide-bottom .c-menu__link,
.c-menu--slide-top .c-menu__link {
    display: block;
    padding: 0 4px;
    color: #fff
}

.c-menu--push-bottom .c-menu__close,
.c-menu--push-top .c-menu__close,
.c-menu--slide-bottom .c-menu__close,
.c-menu--slide-top .c-menu__close {
    display: inline-block;
    margin-right: 12px;
    padding: 0 24px;
    height: 60px;
    line-height: 60px
}

.c-menu--push-top,
.c-menu--slide-top {
    top: 0;
    left: 0;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px)
}

.c-menu--push-top.is-active,
.c-menu--slide-top.is-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.c-menu--push-bottom,
.c-menu--slide-bottom {
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}

.c-menu--push-bottom.is-active,
.c-menu--slide-bottom.is-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.o-wrapper.has-push-left {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@media all and (min-width: 320px) {
    .o-wrapper.has-push-left {
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px)
    }
}

.o-wrapper.has-push-right {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media all and (min-width: 320px) {
    .o-wrapper.has-push-right {
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px)
    }
}

.o-wrapper.has-push-top {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}

.o-wrapper.has-push-bottom {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px)
}

.c-menu__close {
    color: #181818;
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
}

.c-mask {
    z-index: 100;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .3s, width 0s .3s, height 0s .3s;
    transition: opacity .3s, width 0s .3s, height 0s .3s
}

.c-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: .7;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.c-buttons {
    margin-bottom: 48px;
    text-align: center
}

.c-button {
    display: inline-block;
    margin: 4px;
    padding: 12px 24px;
    color: #67b5d1;
    background: 0 0;
    border: 2px solid #67b5d1;
    cursor: pointer
}

.carbon-img,
.carbon-wrap {
    display: block;
    margin: 0 0 4px
}

.c-button:disabled {
    opacity: .3;
    cursor: not-allowed
}

#carbonads {
    bottom: 12px;
    right: 12px;
    z-index: 1000;
    padding: 24px 12px 12px;
    width: 154px;
    background-color: #fff;
    line-height: 1.1;
    border: 1px solid #e7e7e7
}

.carbon-img {
    padding: 0;
    width: 130px;
    height: 100px
}

.carbon-text {
    color: #818181;
    font-size: 12px
}

.carbon-poweredby {
    font-size: 10px
}

.carbonad__close {
    display: block;
    position: absolute;
    top: 0;
    left: 12px;
    height: 24px;
    font-size: 11px;
    line-height: 24px
}

@media all and (max-width: 660px) {
    #carbonads {
        display: none
    }
}

/*End*/

.testimonial-sec .gti-form-column .wpcf7-form-control-wrap.file-868 input:before {
    color: #000;
}

/*Home 11 Start*/

.fifteen-header .fh-top-header,
.seventeen-header .fh-top-header {
    background-color: #f2f4f5;
    border: none;
}

.fifteen-header .fh-top-header .topbar-social li,
.fifteen-header .fh-top-header .sitemap li,
.fh-top-header .topbar-social li:last-child,
.fh-top-header .sitemap li,
.seventeen-header .fh-top-header .topbar-social li,
.seventeen-header .fh-top-header .sitemap li {
    border: none;
}

.seventeen-header.fixed .fh-top-header {
    display: none;
}

.fifteen-header .fh-top-header .topbar-social span,
.seventeen-header .fh-top-header .topbar-social span {
    margin-right: 12px;
}

.fifteen-header .fh-top-header .topbar-social li a,
.seventeen-header .fh-top-header .topbar-social li a {
    width: auto;
    padding: 0 7px;
}

.fifteen-header .fh-menu-col ul li a,
.seventeen-header .fh-menu-col ul li a {
    padding: 30px 0;
}

.fifteen-header .fh-menu-col ul li a,
.seventeen-header .fh-menu-col ul li a {
    padding: 30px 0;
    /*border-bottom: none;*/
}

.fifteen-header .fh-menu-col,
.seventeen-header .fh-menu-col {
    height: auto;
}

.fifteen-header .navbar,
.fifteen-header .spcl-btn,
.seventeen-header .navbar,
.seventeen-header .spcl-btn {
    display: inline-block;
    vertical-align: middle;
}

.fifteen-header .col-md-10,
.seventeen-header .col-md-10 {
    text-align: right;
}

.fifteen-header .navbar,
.seventeen-header .navbar {
    margin-right: 15px;
}

.h15-slider .banner-title,
.h17-slider .banner-title {
    border: none;
    font-size: 3em;
    font-family: 'open_sanssemibold';
}

.h15-slider .banner-title,
.h17-slider .banner-title {
    border: none;
    font-size: 2.5em;
    font-family: 'open_sanssemibold';
    color: #ffffff;
    padding: 0;
    margin-bottom: 15px;
}

.h15-slider .banner-title br,
.h17-slider .banner-title br {
    display: none;
}

.h15-slider .h15-slider-content p,
.h17-slider .h17-slider-content p {
    color: #fff;
    margin-bottom: 30px;
}

.h11-featured-item .h11-fi i,
.h11-featured-item .h11-fi h5 {
    display: inline-block;
    vertical-align: middle;
}

.h11-featured-item .h11-fi i,
.h11-featured-item .h11-fi h5 {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4em;
}

.h11-featured-item .h11-fi i {
    margin-right: 10px;
}

.h11-featured-item .h11-fi {
    margin-bottom: 10px;
}

.h11-featured-sec .container {
    position: absolute;
    right: 0;
    left: 0;
    top: -75%;
    background-color: #fff;
    padding: 50px;
    -webkit-box-shadow: 0 10px 20px rgba(23, 22, 49, .1);
    -moz-box-shadow: 0 10px 20px rgba(23, 22, 49, .1);
    box-shadow: 0 10px 20px rgba(23, 22, 49, .1);
}

.h11-about-title {
    padding-right: 40px;
}

.h11-about-title h2,
.h11-about-title h1 {
    font-size: 2em;
    text-transform: uppercase;
    line-height: 150%;
}

.h11-about-title h6 {
    margin-bottom: 15px;
}

.h11-cp-left {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.h11-cp-right {
    display: inline-block;
}

.h11-cp-left i {
    font-size: 3em;
}

.h11-cp-right h2 {
    font-size: 2.2em;
}

.h11-cp-right p {
    color: #6e6e6e;
    font-size: 1.1em;
}

.h11-company-point {
    margin-top: 40px;
}

.h11-company-point {
    margin-top: 40px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 40px;
}

.title-11 span {
    margin-bottom: 5px;
    display: block;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.title-11 h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.title-11 {
    margin-bottom: 50px;
}

.h11-services-img {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.h11-services-img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: 7px;
    background-color: red;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.h11-service:hover .h11-services-img:before {
    height: 100%;
}

.h11-services-img:after {
    content: "\f0c1";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -50px;
    background-color: #fff;
    height: 50px;
    width: 50px;
    margin: auto;
    color: red;
    font-size: 1.7em;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.h11-service:hover .h11-services-img:after {
    top: 0;
    bottom: 0;
}

.h11-servce-desc {
    text-align: center;
    padding: 0 10px;
}

.h11-servce-desc h4 {
    margin-bottom: 5px;
}

.h11-service {
    margin-bottom: 40px;
}

.h11-service-row .col-md-4:nth-child(3n+1) {
    clear: both;
}

.h11-service-row .col-md-4:nth-last-child(-n+3) .h11-service {
    margin-bottom: 0px;
}

.h11-video-sec {
    text-align: center;
    padding: 110px;
}

.h11-video-sec h2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 1.8em;
    text-transform: uppercase;
}

.h11-video-sec .play-video-btn {
    width: 60px;
    height: 60px;
    background-color: red;
    border-radius: 100%;
    margin: auto;
    box-shadow: 0 0 0px 11px rgba(255, 255, 255, 0.31);
    display: table;
}

.h11-video-sec .play-video-btn i {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.3em;
    color: #fff;
}

.h11-video-sec:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.62);
}

.h11-video-sec p {
    color: #fff;
    margin-bottom: 40px;
}

.h11-hiw-video {
    width: 100%;
    height: 430px;
    background-color: #efefef;
}

.h11-hiw-item .hiw-number {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(23, 22, 49, .1);
    -moz-box-shadow: 0 10px 20px rgba(23, 22, 49, .1);
    box-shadow: 0 10px 20px rgba(23, 22, 49, .1);
    float: left;
    text-align: center;
    display: table;
    margin-right: 25px;
    margin-top: 10px;
}

.h11-hiw-item .hiw-dscr {
    display: table;
}

.h11-hiw-item .hiw-dscr h3 {
    margin-bottom: 10px;
    font-family: 'open_sanssemibold';
    font-size: 1.4em;
}

.h11-hiw-item .hiw-number span {
    display: table-cell;
    vertical-align: middle;
    font-size: 2em;
    font-family: 'open_sanssemibold';
}

.h11-hiw-item {
    padding-bottom: 40px;
    position: relative;
}

.h11-hiw-item:last-child {
    padding-bottom: 0;
}

.h11-hiw-item:after {
    content: '';
    position: absolute;
    left: 35px;
    right: auto;
    top: 40px;
    bottom: 0;
    border: 0.5px solid #d0d0d0;
    z-index: -1;
}

.h11-hiw-item:last-child:after {
    display: none;
}

.h11-cl-item {
    display: inline-block;
    width: 19.5%;
    text-align: center;
}

.eighth-footer {
    background-color: #252525;
    padding-bottom: 30px;
}

.eighth-footer h3.f8-title {
    color: #fff;
    font-size: 1.4em;
    font-family: 'open_sanssemibold';
    margin-bottom: 10px;
}

.eighth-footer .widget-content li a {
    color: #c5c5c5;
}

.eighth-footer .widget-content li a i {
    margin-right: 10px;
}

.eighth-footer .widget-content li {
    margin-bottom: 10px;
    color: #c5c5c5;
    list-style: none;
}

.eighth-footer .footer-logo {
    margin-bottom: 20px;
}

.eighth-footer .widget-content li a:hover {
    opacity: 0.8;
}

.eight-emailed-desc h2,
.eight-emailed-desc h3 {
    font-size: 2em;
    color: #fff;
    text-transform: uppercase;
    font-family: 'open_sanssemibold';
    margin-bottom: 10px;
}

.eight-emailed-desc p {
    color: #fff;
    font-size: 1.1em;
}

.eighth-footer .eight-emailed-form .mailpoet_paragraph {
     float: left;

    width: 80%;

    display: inline-block;
    vertical-align: middle;
}

.eighth-footer .eight-emailed-form input.mailpoet_text {
    position: relative;
    display: block;
    width: 100%;
    line-height: 0;
    height: 45px;
    width: 100% !important;
    font-size: 14px;
    padding: 10px 50px 10px 15px;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.eighth-footer input[type="submit"],
.eighth-footer button {
    color: #ffffff;
    font-size: 1em;
    padding: 12px;
    text-align: center;
    /* background: #d68112; */

    border: none;
}

.eighth-footer p.mailpoet_paragraph:nth-child(7) {
    width: 72% !important;
    float: left;
}

.eighth-footer .copy-right {
    margin-top: 50px;
}

.f8-form-row {
    border-bottom: 1px solid #4e4e4e;
    margin-bottom: 50px;
    padding-bottom: 40px;
}

.copy-right p {
    color: #c5c5c5;
}

.copy-right p a {
    color: #c5c5c5;
}

header.eleven-slider {
    overflow: hidden;
    background-color: black;
}

/*Home 11 End*/
/*New About Start*/

.heading-style2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    margin-top: -5px;
}

.heading-style2 h1,
.heading-style2 h2 {
    font-size: 2em;
    color: #222222;
    font-weight: 400;
    font-family: 'open_sanssemibold';
    line-height: 150%;
    text-transform: capitalize;
}

.heading-style2:after {
    position: absolute;
    content: '';
    width: 106px;
    height: 8px;
    background-image: url(./images/heading-style2.png);
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
}

.heading-style2.text-center:after {
    right: 0;
    margin: auto;
}

.about3-latest-about .about-image .about-img-video {
    height: 500px;
}

.latest-about-feature {
    margin-bottom: 20px;
}

.latest-about-feature h3 {
    font-family: 'open_sanssemibold';
    margin-bottom: 5px;
}

.latest-about-feature .laf-desc {
    color: #656363;
}

.about3-latest-counter-section:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(40, 46, 53, 0.8);
}

.about3-latest-counter-section .container-fluid {
    max-width: 1250px;
    width: 100%;
}

.about3-latest-counter-section .lcs-item {
    position: relative;
    display: inline-block;
    text-align: left;
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 20px;
}

.about3-latest-counter-section .col-md-3:first-child .lcs-item {
    border-left: none;
}

.about3-latest-counter-section .lcs-item .lcs-desc {
    padding-left: 0px;
    border-left: none;
}

.about-services-section:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(162, 162, 162, 0.36);
}

/*.about-services-item {

    margin-bottom: 30px;

}

.about-services-item:nth-last-child(-n+2) {

    margin-bottom: 0px;

}*/

.about-service .slick-slide div:first-child .about-services-item {
    margin-bottom: 20px;
}

.about-services-item:nth-child(2n+1) {
    clear: both;
    width: 100%;
}

.asi-inner-box {
    position: relative;
    padding: 15px 22px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e9f2;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.asi-inner-box a {
    text-decoration: none;
}

.asi-inner-box:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.asi-inner-box:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 5px;
    width: 0px;
    background-color: #d1d1d1;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    top: 0px;
}

.asi-inner-box .icon-box {
    margin: 0 auto 20px;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: table;
    text-align: center;
    border-radius: 50%;
    background-color: red;
}

.asi-inner-box .icon-box span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
}

.asi-inner-box h3 {
    font-size: 1.2em;
    color: #222222;
    margin-bottom: 10px;
    font-family: 'open_sansbold';
}

.asi-inner-box p {
    font-size: 1.1em;
    margin-bottom: 0;
}

.asi-inner-box:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.asi-inner-box:hover:after {
    width: 100%;
    left: 0;
}

.asi-inner-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.6784313725490196);
}

.about-service ul.slick-dots {
    text-align: center;
    margin-top: 30px;
}

.as-text-desc p {
    font-size: 1.05em;
    line-height: 180%;
    margin-bottom: 25px;
}

.about3-testimonial {
    text-align: center;
}

.a3-desc p {
    color: #848484;
    font-size: 1.1em;
    max-width: 770px;
    margin: 40px auto;
}

.a3-author-content h3 {
    font-size: 1.3em;
    font-weight: bold;
    color: #000;
}

.a3-author-content .designation {
    color: #ababab;
}

.about3-testimonial-slider .about3-authore-wrapper {
    text-align: center;
}

.about3-testimonial-slider .about3-authore-wrapper .authore-img {
    width: 100px;
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    background-color: black;
    border-radius: 100%;
}

.about3-testimonial-slider .about3-authore-wrapper .slick-slide.slick-current .authore-img {
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.about3-testimonial-slider .about3-authore-wrapper .authore-img img {
    border-radius: 100%;
}

.about3-authore-wrapper div {
    display: inline-block;
    margin: 0 1px;
}

.about3-testimonial-slider .about3-authore-wrapper .slick-slide .authore-img img {
    opacity: 0.3;
}

.about3-testimonial-slider .about3-authore-wrapper .slick-slide.slick-current .authore-img img {
    opacity: 1;
}

.slick-initialized.slick-slider:focus,
.slick-initialized.slick-slider div:focus,
.slick-initialized.slick-slider img:focus,
.slick-initialized.slick-slider button:focus,
.slick-initialized.slick-slider a:focus {
    outline: none;
    border: none;
}

/*New About End*/
/*New Contact Start*/

.contact-cta-sec:before {
    content: "";
    background-color: rgba(225, 232, 240, 0.6);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-position: 60% 40%;
}

.contact-cta-sec {
    padding: 120px 0;
    text-align: center;
    background-attachment: fixed;
}

.contact-cta-text img {
    margin-bottom: 25px;
}

.contact-cta-text i {
    font-size: 6em;
    margin-bottom: 20px;
}

.contact-cta-text h2 {
    font-size: 2.7em;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-family: 'open_sansregular';
}

.contact-cta-text p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.contact-page.lcp .contact-map {
    margin-bottom: 30px;
}

.contact-page.lcp .cp-text-2 h2 {
    font-size: 1.7em;
}

.address-info-desc h2 {
    font-size: 1.3em;
}

.address-info-desc h2 {
    font-size: 1.3em;
    margin-bottom: 40px;
}

.address-info-desc h2 {
    font-size: 1.3em;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}

.staff-img img {
    border-radius: 100%;
}

.staff-img img {
    border-radius: 100%;
    margin-bottom: 20px;
}

.author-img-video {
    width: 100%;
    height: 300px;
    position: relative;
    border-radius: 100%;
    margin-bottom: 20px;
}

.address-info-desc p {
    margin-bottom: 50px;
}

.cp3-aid-social li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
}

.cp3-aid-social li a:hover {
    opacity: 0.8;
}

/*New Contact End*/
/*New Category Advantage Area Start*/

.product-advantage-sec .container-fluid {
    padding: 0;
}

.product-advantage-sec .pa-inner-col {
    max-width: 1170px;
    margin: auto;
}

.product-advantage-sec .pa-inner-col:after,
.product-advantage-sec .pa-inner-col:before {
    content: '';
    clear: both;
    display: block;
}

.product-advantage-sec .pa-row {
    background-color: #f9f9f9;
    padding: 70px 0;
}
.page-template-product-category-2 .product-advantage-sec .pa-row{
    padding: 40px 0;
}

/*.product-advantage-sec .pa-row:nth-child(even) {
    background-color: #fff;
}*/
.page-template-product-category-2 .product-advantage-sec .pa-row:nth-child(even) {
    background-color: #f9f9f9;
}
.pa-row .pa-image,
.pa-row .pa-video {
    position: relative;
    height: 380px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.19);*/
}

.product-video {
    position: relative;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.19);
}

/*.product-slider:before,

.product-video:before {

    content: "";

    border: 10px solid rgba(0, 0, 0, .05);

    display: block;

    transition: all .3s linear 0s;

    position: absolute;

    left: 40px;

    bottom: -40px;

    width: 100%;

    height: 100%;

    z-index: 0;

}*/

.product-slider .slick-list.draggable {
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.19);
}

.product-slider .slick-arrow {
    width: 60px;
    height: 60px;
}

.product-slider .slick-prev {
    left: 10px;
}

.product-slider .slick-next {
    right: 10px;
}

.product-slider .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.slick-dots li button {
    border: none;
    width: 14px;
    height: 15px;
    background-color: #a2a2a2;
}

.pa-video i {
    /*font-size: 6em;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 77px;
    height: 90px;
    margin: auto;*/
}

.product-advantage-sec .pa-row:nth-child(even) .pa-inner-col .pa-desc {
    padding-right: 70px;
}

.product-advantage-sec .pa-row:nth-child(odd) .pa-inner-col .pa-desc {
    padding-left: 70px;
}

.product-advantage-sec .pa-row:nth-child(even) .pa-inner-col .col-md-6:first-child {
    float: right;
}

.product-advantage-sec .pa-row:nth-child(even) .pa-inner-col .col-md-6:last-child {
    float: left;
}

.product-advantage-sec .pa-inner-col .pa-desc h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
    font-family: 'open_sanssemibold';
    line-height: 130%;
}

.product-advantage-sec .pa-inner-col .pa-desc p {
    /*margin-bottom: 25px;*/

    line-height: 180%;
}

.product-advantage-sec .pa-inner-col .pa-desc {
    padding: 20px 0;
}

/*New Category Advantage Area End*/

.single-landing-page .breadcrumb span:nth-child(2),
.single-landing-page .breadcrumb span:nth-child(3) {
    display: none;
}

/*Header 16 Start*/

.sixteen-header .th-top-header {
    padding: 30px 0px;
}

.sixteen-header .th-top-header .navbar.navbar-static li a {
    color: #4c4c4c;
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
}

.sixteen-header .th-top-header .navbar.navbar-static li a:hover,
.sixteen-header .th-top-header .navbar.navbar-static li a:focus,
.sixteen-header .th-top-header .navbar.navbar-static li a:active {
    background-color: transparent;
}

.sixteen-header .th-top-header .navbar.navbar-static {
    float: right;
}

.h10-ce-title h2 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 0;
}

.h10-ce-title h5 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    margin-top: 5px;
    color: #8d9297;
}

.h10-ce-title:after {
    display: block;
    content: "";
    position: absolute;
    background-color: transparent;
    width: 6px;
    top: 0%;
    height: 95%;
    left: 0;
    margin-left: 0;
    background-color: #1E73BE;
}

.h10-ce-year span {
    text-align: left;
    font-size: 90px;
    line-height: 90px;
    font-family: 'Poppins', Arial, Helvetica;
    font-weight: 600;
}

.h10-slider-content h1 {
    font-size: 3.75em;
    color: #fff;
}

.h10-slider-content p {
    font-size: 1.5em;
    color: #fff;
    margin: 20px 0px 30px;
}

.h10-slider-content .btn-primary {
    margin-right: 20px;
}

.greeting-col {
    padding: 40px 0 0;
    margin-bottom: -80px;
}

.greeting-col span {
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    line-height: 30px;
    font-family: 'open_sansbold';
}

.ss-product-slider {
    top: -75px;
}

.ss-product-slider a {
    text-align: center;
    display: block;
}

.ss-product-slider a img {
    height: 109px;
    width: auto;
    margin: auto;
    margin-bottom: 12px;
}

.ss-product-slider a p {
    color: #fff;
}

.ss-product-slider .slick-dots {
    text-align: center;
    margin-bottom: 10px;
}

.ss-product-slider .slick-dots li.slick-active button {
    border: 3px solid #ffffff63;
}

.sixteen-header.fixed#header-scrl .th-top-header {
    padding: 10px 0;
}

/*Header 16 End*/
/*Header 17 Start*/

.click-scroll-btn img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    top: auto;
    width: 40px;
}

.h17-slider .banner-title {
    font-size: 3.5em;
    font-family: 'open_sansbold';
    font-style: italic;
}

.h17-slider .h17-slider-content p {
    width: 50%;
    margin: 0 auto 30px;
}

/*Header 13 New*/

.thirteen-header-new {
    position: relative;
}

.thirteen-header-new .fh-top-header {
    border: none;
}

.thirteen-header-new .fh-top-header .topbar-address h1 {
    color: #fff;
    line-height: 43px;
}

.thirteen-header-new .fh-menu-col ul li a {
    padding: 23px 12px;
    border-bottom: 4px solid transparent;
}

.thirteen-header-new .fh-menu-col ul li {
    margin: 0 0px;
}

.thirteen-header-new .fh-menu-col ul li a:hover,
.thirteen-header-new .fh-menu-col ul li a:focus,
.thirteen-header-new .fh-menu-col ul li a:active {
    color: #fff;
}

.thirteen-header-new .fh-menu-col {
    height: 100%;
    max-height: 100%;
}

.thirteen-header-new:before {
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    bottom: -20px;
    width: 25%;
    border-top: 21px solid #ffffff;
    border-right: 34px solid transparent;
    z-index: 1;
}

.h13-slider-content-new h2 {
    font-size: 3em;
    margin: 0px 0px 22px;
    position: relative;
    padding: 0px 0px 20px;
}

.h13-slider-content-new h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100px;
    margin: 0px 0px 0px -50px;
    height: 2px;
    background-color: #d5ac63;
}

.h13-slider-content-new p {
    margin: 0px auto 23px;
    line-height: 26px;
    width: 60%;
    font-size: 1.1em;
}

.h13-slider-content-new a.btn {
    margin: 0 10px;
}

.h13-slider-content-new a.btn i {
    margin-left: 10px;
}

.thirteen-header-new .spcl-btn .btn {
    border-radius: 0;
}

.thirteen-header-new.fixed:before {
    display: none !important;
}

.thirteen-header-new.internal-page:before {
    display: none;
}

.page-template-home1 .thirteen-header-new.internal-page:before,
.page-template-home2 .thirteen-header-new.internal-page:before,
.page-template-home3 .thirteen-header-new.internal-page:before,
.page-template-home4 .thirteen-header-new.internal-page:before,
.page-template-home5 .thirteen-header-new.internal-page:before,
.page-template-home6 .thirteen-header-new.internal-page:before,
.page-template-home7 .thirteen-header-new.internal-page:before,
.page-template-home8 .thirteen-header-new.internal-page:before,
.page-template-home9 .thirteen-header-new.internal-page:before,
.page-template-home10 .thirteen-header-new.internal-page:before,
.page-template-home11 .thirteen-header-new.internal-page:before,
.page-template-home12 .thirteen-header-new.internal-page:before,
.page-template-home13 .thirteen-header-new.internal-page:before,
.page-template-home14 .thirteen-header-new.internal-page:before,
.page-template-home15 .thirteen-header-new.internal-page:before,
.page-template-home16 .thirteen-header-new.internal-page:before,
.page-template-home17 .thirteen-header-new.internal-page:before,
.page-template-home18 .thirteen-header-new.internal-page:before,
.page-template-home19 .thirteen-header-new.internal-page:before,
.page-template-home20 .thirteen-header-new.internal-page:before,
.page-template-home21 .thirteen-header-new.internal-page:before,
.page-template-home22 .thirteen-header-new.internal-page:before,
.page-template-home23 .thirteen-header-new.internal-page:before,
.page-template-home24 .thirteen-header-new.internal-page:before,
.page-template-home25 .thirteen-header-new.internal-page:before {
    display: block;
}

.fh-menu-col ul li.active a.dropdown-toggle {
    background-color: transparent;
    border: none;
}

ul#menu-main-menu li.current-menu-item a:hover {
    background-color: transparent;
}

.thirteen-header-new.fixed .fh-top-header {
    display: none;
}

.eighteen-header .fh-menu-col {
    width: 100%;
    padding-right: 0;
    padding-left: 80px;
    height: 74px;
    min-height: 59px;
}

.eighteen-header .fh-menu-col ul li a {
    padding: 25px 0px;
}

.eighteen-header .fh-menu-col ul li {
    margin: 0 11px;
}

.gq-btn-col .btn-primary {
    width: 100%;
    border-radius: 0;
    padding: 28px 15px;
}

.h18-slider .banner-subtext {
    color: #cccee2;
    font-size: 1.85em;
    margin-bottom: 0;
    line-height: 100%;
}

.h18-slider h2.banner-title {
    color: white;
    font-size: 7em;
    font-weight: bolder;
    margin: 40px 0;
    padding-bottom: 0;
    line-height: 100%;
}

.h18-slider-content a.btn.btn-primary {
    margin-right: 20px;
}

.arrow-down i {
    display: table-cell;
    vertical-align: middle;
}

.arrow-down {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(255, 255, 255, 0.30);
    margin: auto;
    border-radius: 100%;
    color: white;
    display: table;
}

.h18-slider-content {
    margin-bottom: 60px;
}

.eighteen-header-futured {
    background-color: #614379;
    padding: 60px 0;
}

.company-details h4 {
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}

.company-details p {
    margin: 0;
    color: white;
}

.eighteen-header-futured .container {
    max-width: 1300px;
    width: 100%;
}

.icon-style {
    padding-right: 15px;
}

.icon-style,
.company-text {
    display: table-cell;
    vertical-align: middle;
}

.company-details {
    display: table;
}

.h12-features-item {
    border: 4px solid rgba(214, 214, 214, .2);
    background-color: #fff;
    padding: 30px;
    cursor: default;
    height: 100%;
}

.h12-features-item i {
    font-size: 4.0em;
}

.h12-features-item h5 {
    margin: 10px 0;
}

.h12-features-item p {
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
}

.h12-features-item:hover i,
.h12-features-item:hover p,
.h12-features-item:hover h5 {
    color: white;
}

.h12-features-item:hover {
    background-color: #3380b2;
}

.h12-make-appointment-content {
    background-color: #fff;
    box-shadow: 0 8px 16px rgb(214, 214, 214);
    margin: 0 40px 0 0;
}

.h12-ma-form input.form-control {
    height: 60px;
    background-color: #f3f7f7;
}

.h12-ma-top-part p {
    color: #ffffffa6;
    font-size: 14px;
}

.h12-ma-top-part {
    background-color: #3380b2;
    padding: 50px;
}

.h12-ma-top-part h4 {
    color: white;
    font-size: 1.7em;
    font-weight: 700;
}

.h12-ma-form {
    padding: 60px 50px;
}

.h12-ma-form textarea.form-control {
    height: 120px;
    background-color: #f3f7f7;
}

.h12-ma-form .form-group {
    margin-bottom: 25px;
}

.h12-section-make-appointment {
    background-color: #f3f7f8;
}

.h12-make-appointment-image {
    height: 260px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    position: relative;
}

.h12-make-appointment-right-col h1,
.h12-make-appointment-right-col h2 {
    color: #070a21;
    font-size: 3.0em;
    font-weight: bold;
    text-transform: inherit;
    margin-bottom: 25px;
}

.h12-make-appointment-right-col span {
    color: #ff898b;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 25px;
}

.h12-make-appointment-right-col p {
    font-size: 14px;
}

.form-style-1 span.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

.form-style-1 span.wpcf7-form-control-wrap.Name:after {
    content: "\f007";
}

.form-style-1 span.wpcf7-form-control-wrap.Email:after {
    content: "\f0e0";
}

.form-style-1 span.wpcf7-form-control-wrap:after,
.form-style-1 span.wpcf7-form-control-wrap:after {
    position: absolute;
    left: auto;
    right: 15px;
    top: 15px;
    bottom: auto;
    font-family: fontawesome;
    margin: auto;
    height: 20px;
    line-height: 100%;
    color: #bababa;
}

.h12-product-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 255px;*/
}

.h12-product-content h5 {
    font-size: 1.1em;
    margin: 0 0 0.6em;
    text-transform: uppercase;
    font-weight: 800;
}

.h12-product-content {
    background-color: #fff;
    padding-top: 40px;
    position: relative;
}

.h12-product-content p {
    font-size: 0.95em;
}

.h12-product-content:before {
    content: "";
    background-color: #f0f0f0;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50px;
    top: 0;
}

.h12-product-content span {
    color: #838383;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
}

.h12-col-pd {
    padding-left: 60px;
    padding-right: 20px;
}

.h12-product-col {
    margin-bottom: 40px;
}

.h12-product-col:nth-child(3n+1) {
    clear: both;
}

.h12-title h2.transparent-title {
    color: #f7f7f9;
    font-size: 8em;
    text-transform: capitalize;
    text-align: center;
    margin-top: 0;
}

.h12-title h2 {
    font-size: 3.8em;
    /*margin-top: -90px;*/

    margin-bottom: 10px;
}

.h12-title {
    margin-bottom: 60px;
}

.h12-title p {
    font-size: 14px;
    line-height: 200%;
}

.h12section-counter {
    background-color: #614379;
}

.h12counter-item i {
    font-size: 5em;
    color: #fff;
}

.h12counter-item span {
    font-size: 3.0em;
    color: white;
    font-weight: bolder;
    line-height: 100%;
    margin-bottom: 5px;
}

.h12counter-item p,
.h12counter-item span {
    color: white;
    display: block;
    margin-bottom: 0;
}

.h12counter-icon,
.h12counter-content {
    display: inline-block;
    vertical-align: middle;
}

.h12counter-icon {
    padding-right: 20px;
}

.h12counter-item-col:nth-child(odd) {
    text-align: right;
}

.h12counter-item-col:nth-child(3) {
    border-right: 1px solid rgba(221, 221, 221, 0.25);
}

.h12counter-item-col:nth-child(2) {
    border-bottom: 1px solid rgba(221, 221, 221, 0.25);
}

.h12counter-item-col:nth-child(1) {
    border-right: 1px solid rgba(221, 221, 221, 0.25);
    border-bottom: 1px solid rgba(221, 221, 221, 0.25);
}

.h12counter-item-col {
    padding: 40px;
}

.h12counter-content p {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 500;
}

.h12-counter-content {
    position: relative;
}

.h12-counter-content:before {
    content: '+';
    position: absolute;
    left: -28px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    text-align: center;
    color: white;
    font-size: 3em;
    background-color: #614379;
    line-height: 100%;
    padding: 15px;
    z-index: 1;
}

.h12-testimonials {
    border-radius: 10px;
    background-color: #4f3862;
    padding: 30px 40px;
    position: relative;
    margin-left: 50px;
}

.h12-testimonials-slider .slick-track {
    padding-bottom: 15px;
}

.h12-testimonials {
    bottom: 0;
    border-radius: 10px;
    padding: 30px 40px;
    position: relative;
}

.h12-testimonials:before {
    bottom: 0;
    border-radius: 10px;
    background-color: #4f3862;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.7;
}

.h12-testimonials:after {
    content: '';
    left: 50px;
    right: auto;
    top: auto;
    bottom: -14px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 14px solid transparent;
    border-top: 15px solid #4f3862;
    position: absolute;
}

.h12-author-image {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-size: cover;
    background-color: #7a5b93;
    background-position: center;
    overflow: hidden;
}

.h12-testimonials p {
    color: #fff;
    font-size: 14px;
    position: relative;
}

.h12-author-details,
.h12-author-image {
    display: table-cell;
    vertical-align: middle;
}

.h12-author-details h5 {
    color: white;
    font-size: 1.5em;
}

.h12-author-details {
    padding-left: 20px;
}

.h12-author-details span {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
}

.h12-testimonials-author {
    display: flex;
    align-items: center;
    margin-top: 30px;
    position: relative;
}

.h12-blog-post-content span {
    color: #ff898b;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: block;
}

.h12-blog-post-content h6 {
    font-size: 1.3em;
    text-transform: capitalize;
    line-height: 140%;
    margin-block-end: 10px;
}

.h12-blog-post-row {
    box-shadow: 0 8px 16px rgb(214, 214, 214);
    margin: 0 30px 46px 0;
    display: table;
}

.h12-blog-post-row:last-child {
    margin-bottom: 0;
}

.h12-blog-post-image {
    padding-left: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.h12-blog-post-content p {
    font-weight: 600;
    margin-bottom: 0;
    color: gray;
}

.h12-blog-post-content {
    padding: 20px 30px;
}

.h12-blog-post-image,
.h12-blog-post-content {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.h12client-slider .slick-slide {
    padding: 0 15px;
}

.h12client-slider {
    border: 1px solid #ddd;
    padding: 50px;
}

.h12-product-image {
    position: relative;
}

.h12-product-image a:hover:before {
    opacity: 0.5;
}

.h12-product-image a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    background-color: rgb(51, 128, 178);
}

.h12-col-pd a:hover h5 {
    color: #3380b2;
}

.blog-image-url {
    display: table;
    width: 100%;
}

.row.h12-blog-post-row:hover {
    box-shadow: 0 5px 5px rgb(214, 214, 214);
}

h2.h12-banner-title {
    font-size: 5.0em;
    color: white;
    margin: 40px 0;
}

.h12section-blog-post .h12-make-appointment-content {
    margin-right: 0;
}

.h12-arrow-down {
    cursor: pointer;
}

.icon-style i {
    font-size: 4.0em;
    color: white;
}

.form-style-1 span.wpcf7-form-control-wrap.Message:after {
    content: "\f075";
    margin: 0;
    top: 10px;
}

.form-style-1 span.wpcf7-form-control-wrap.Message:after {
    position: absolute;
    left: auto;
    right: 15px;
    bottom: 0;
    font-family: fontawesome;
    height: 20px;
    line-height: 100%;
    color: #bababa;
}

/* header 19 */

.h19-slider-content p {
    color: #fff;
    font-size: 2em;
}

.h19-slider-content h1,
.h19-slider-content h2 {
    font-size: 2.5em;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: 1px;
}

.h19-slider-content h2 {
    margin-top: 15px;
}

.h19-slider-content a {
    margin-right: 20px;
}

.banner-nineteen-product-image {
    max-width: 500px;
    margin: auto;
    clear: both;
    bottom: -50px;
    position: relative;
}

.h19-slider-content a {
    position: relative;
    z-index: 1;
}

.h19-slider .banner-text-wrapper {
    /* display: block;

    align-items: inherit; */

    padding-top: 80px;
}

.custom_beveled_sharp {
    border-left: 2000px solid transparent;
}

.custom_beveled_sharp {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 50px solid #000;
    top: auto;
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: 9;
    border-bottom-color: rgb(255, 255, 255);
    border-left-width: 1349px;
}

.home19-banner {
    overflow: hidden;
    position: relative;
}

.nineteen-header.internal-page,
.twenty-one-header.internal-page {
    position: relative;
}

.nineteen-header,
.page-template-home .nineteen-header,
.page-template-home1 .nineteen-header,
.page-template-home2 .nineteen-header,
.page-template-home3 .nineteen-header,
.page-template-home4 .nineteen-header,
.page-template-home5 .nineteen-header,
.page-template-home6 .nineteen-header,
.page-template-home7 .nineteen-header,
.page-template-home8 .nineteen-header,
.page-template-home9 .nineteen-header,
.page-template-home10 .nineteen-header,
.page-template-home11 .nineteen-header,
.page-template-home12 .nineteen-header,
.page-template-home13 .nineteen-header,
.page-template-home14 .nineteen-header,
.page-template-home15 .nineteen-header,
.page-template-home16 .nineteen-header,
.page-template-home17 .nineteen-header,
.page-template-home18 .nineteen-header,
.page-template-home19 .nineteen-header,
.page-template-home20 .nineteen-header,
.page-template-home21 .nineteen-header,
.page-template-home22 .nineteen-header,
.page-template-home23 .nineteen-header,
.page-template-home24 .nineteen-header,
.page-template-home25 .nineteen-header,
.twenty-one-header,
.page-template-home .twenty-one-header,
.page-template-home1 .twenty-one-header,
.page-template-home2 .twenty-one-header,
.page-template-home3 .twenty-one-header,
.page-template-home4 .twenty-one-header,
.page-template-home5 .twenty-one-header,
.page-template-home6 .twenty-one-header,
.page-template-home7 .twenty-one-header,
.page-template-home8 .twenty-one-header,
.page-template-home9 .twenty-one-header,
.page-template-home10 .twenty-one-header,
.page-template-home11 .twenty-one-header,
.page-template-home12 .twenty-one-header,
.page-template-home13 .twenty-one-header,
.page-template-home14 .twenty-one-header,
.page-template-home15 .twenty-one-header,
.page-template-home16 .twenty-one-header,
.page-template-home17 .twenty-one-header,
.page-template-home18 .twenty-one-header,
.page-template-home19 .twenty-one-header,
.page-template-home20 .twenty-one-header,
.page-template-home21 .twenty-one-header,
.page-template-home22 .twenty-one-header,
.page-template-home23 .twenty-one-header,
.page-template-home24 .twenty-one-header,
.page-template-home25 .twenty-one-header,
.page-template-home .twenty-four-header,
.page-template-home1 .twenty-four-header,
.page-template-home2 .twenty-four-header,
.page-template-home3 .twenty-four-header,
.page-template-home4 .twenty-four-header,
.page-template-home5 .twenty-four-header,
.page-template-home6 .twenty-four-header,
.page-template-home7 .twenty-four-header,
.page-template-home8 .twenty-four-header,
.page-template-home9 .twenty-four-header,
.page-template-home10 .twenty-four-header,
.page-template-home11 .twenty-four-header,
.page-template-home12 .twenty-four-header,
.page-template-home13 .twenty-four-header,
.page-template-home14 .twenty-four-header,
.page-template-home15 .twenty-four-header,
.page-template-home16 .twenty-four-header,
.page-template-home17 .twenty-four-header,
.page-template-home18 .twenty-four-header,
.page-template-home19 .twenty-four-header,
.page-template-home20 .twenty-four-header,
.page-template-home21 .twenty-four-header,
.page-template-home22 .twenty-four-header,
.page-template-home23 .twenty-four-header,
.page-template-home24 .twenty-four-header,
.page-template-home25 .twenty-four-header {
    position: absolute;
    z-index: 99;
    background-color: transparent;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
}

.nineteen-header .fh-menu-col ul li a {
    color: white;
}

.banner-nineteen-product-image.text-center:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(1.1);
}

.banner-nineteen-product-image.text-center {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(1.0);
    cursor: pointer;
}

.nineteen-header.internal-page .fh-menu-col ul li a,
.nineteen-header.internal-page.fixed .fh-menu-col ul li a,
.twenty-one-header.internal-page.fixed .fh-menu-col ul li a {
    color: #000;
}

.nineteen-header,
.page-template-home .nineteen-header .fh-menu-col ul li a,
.page-template-home1 .nineteen-header .fh-menu-col ul li a,
.page-template-home2 .nineteen-header .fh-menu-col ul li a,
.page-template-home3 .nineteen-header .fh-menu-col ul li a,
.page-template-home4 .nineteen-header .fh-menu-col ul li a,
.page-template-home5 .nineteen-header .fh-menu-col ul li a,
.page-template-home6 .nineteen-header .fh-menu-col ul li a,
.page-template-home7 .nineteen-header .fh-menu-col ul li a,
.page-template-home8 .nineteen-header .fh-menu-col ul li a,
.page-template-home9 .nineteen-header .fh-menu-col ul li a,
.page-template-home10 .nineteen-header .fh-menu-col ul li a,
.page-template-home11 .nineteen-header .fh-menu-col ul li a,
.page-template-home12 .nineteen-header .fh-menu-col ul li a,
.page-template-home13 .nineteen-header .fh-menu-col ul li a,
.page-template-home14 .nineteen-header .fh-menu-col ul li a,
.page-template-home15 .nineteen-header .fh-menu-col ul li a,
.page-template-home16 .nineteen-header .fh-menu-col ul li a,
.page-template-home17 .nineteen-header .fh-menu-col ul li a,
.page-template-home18 .nineteen-header .fh-menu-col ul li a,
.page-template-home19 .nineteen-header .fh-menu-col ul li a,
.page-template-home20 .nineteen-header .fh-menu-col ul li a,
.page-template-home21 .nineteen-header .fh-menu-col ul li a,
.page-template-home22 .nineteen-header .fh-menu-col ul li a,
.page-template-home23 .nineteen-header .fh-menu-col ul li a,
.page-template-home24 .nineteen-header .fh-menu-col ul li a,
.page-template-home25 .nineteen-header .fh-menu-col ul li a,
.twenty-one-header,
.page-template-home .twenty-one-header .fh-menu-col ul li a,
.page-template-home1 .twenty-one-header .fh-menu-col ul li a,
.page-template-home2 .twenty-one-header .fh-menu-col ul li a,
.page-template-home3 .twenty-one-header .fh-menu-col ul li a,
.page-template-home4 .twenty-one-header .fh-menu-col ul li a,
.page-template-home5 .twenty-one-header .fh-menu-col ul li a,
.page-template-home6 .twenty-one-header .fh-menu-col ul li a,
.page-template-home7 .twenty-one-header .fh-menu-col ul li a,
.page-template-home8 .twenty-one-header .fh-menu-col ul li a,
.page-template-home9 .twenty-one-header .fh-menu-col ul li a,
.page-template-home10 .twenty-one-header .fh-menu-col ul li a,
.page-template-home11 .twenty-one-header .fh-menu-col ul li a,
.page-template-home12 .twenty-one-header .fh-menu-col ul li a,
.page-template-home13 .twenty-one-header .fh-menu-col ul li a,
.page-template-home14 .twenty-one-header .fh-menu-col ul li a,
.page-template-home15 .twenty-one-header .fh-menu-col ul li a,
.page-template-home16 .twenty-one-header .fh-menu-col ul li a,
.page-template-home17 .twenty-one-header .fh-menu-col ul li a,
.page-template-home18 .twenty-one-header .fh-menu-col ul li a,
.page-template-home19 .twenty-one-header .fh-menu-col ul li a,
.page-template-home20 .twenty-one-header .fh-menu-col ul li a,
.page-template-home21 .twenty-one-header .fh-menu-col ul li a,
.page-template-home22 .twenty-one-header .fh-menu-col ul li a,
.page-template-home23 .twenty-one-header .fh-menu-col ul li a,
.page-template-home24 .twenty-one-header .fh-menu-col ul li a,
.page-template-home25 .twenty-one-header .fh-menu-col ul li a,
.twenty-four-header,
.page-template-home .twenty-four-header .fh-menu-col ul li a,
.page-template-home1 .twenty-four-header .fh-menu-col ul li a,
.page-template-home2 .twenty-four-header .fh-menu-col ul li a,
.page-template-home3 .twenty-four-header .fh-menu-col ul li a,
.page-template-home4 .twenty-four-header .fh-menu-col ul li a,
.page-template-home5 .twenty-four-header .fh-menu-col ul li a,
.page-template-home6 .twenty-four-header .fh-menu-col ul li a,
.page-template-home7 .twenty-four-header .fh-menu-col ul li a,
.page-template-home8 .twenty-four-header .fh-menu-col ul li a,
.page-template-home9 .twenty-four-header .fh-menu-col ul li a,
.page-template-home10 .twenty-four-header .fh-menu-col ul li a,
.page-template-home11 .twenty-four-header .fh-menu-col ul li a,
.page-template-home12 .twenty-four-header .fh-menu-col ul li a,
.page-template-home13 .twenty-four-header .fh-menu-col ul li a,
.page-template-home14 .twenty-four-header .fh-menu-col ul li a,
.page-template-home15 .twenty-four-header .fh-menu-col ul li a,
.page-template-home16 .twenty-four-header .fh-menu-col ul li a,
.page-template-home17 .twenty-four-header .fh-menu-col ul li a,
.page-template-home18 .twenty-four-header .fh-menu-col ul li a,
.page-template-home19 .twenty-four-header .fh-menu-col ul li a,
.page-template-home20 .twenty-four-header .fh-menu-col ul li a,
.page-template-home21 .twenty-four-header .fh-menu-col ul li a,
.page-template-home22 .twenty-four-header .fh-menu-col ul li a,
.page-template-home23 .twenty-four-header .fh-menu-col ul li a,
.page-template-home24 .twenty-four-header .fh-menu-col ul li a,
.page-template-home25 .twenty-four-header .fh-menu-col ul li a {
    color: #fff;
}

.page-template-home .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home1 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home2 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home3 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home4 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home5 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home6 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home7 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home8 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home9 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home10 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home11 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home12 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home13 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home14 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home15 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home16 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home17 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home18 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home19 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home20 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home21 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home22 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home23 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home24 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home25 .nineteen-header.fixed .fh-menu-col ul li a,
.page-template-home .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home1 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home2 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home3 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home4 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home5 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home6 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home7 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home8 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home9 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home10 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home11 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home12 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home13 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home14 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home15 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home16 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home17 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home18 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home19 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home20 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home21 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home22 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home23 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home24 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home25 .twenty-one-header.fixed .fh-menu-col ul li a,
.page-template-home .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home1 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home2 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home3 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home4 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home5 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home6 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home7 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home8 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home9 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home10 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home11 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home12 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home13 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home14 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home15 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home16 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home17 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home18 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home19 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home20 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home21 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home22 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home23 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home24 .twenty-four-header.fixed .fh-menu-col ul li a,
.page-template-home25 .twenty-four-header.fixed .fh-menu-col ul li a {
    color: #000;
}

.nineteen-header.internal-page img.main-logo,
.twenty-one-header.internal-page img.main-logo,
.twenty-four-header.internal-page img.main-logo {
    display: none;
}

.page-template-home .nineteen-header img.color-logo,
.page-template-home1 .nineteen-header img.color-logo,
.page-template-home2 .nineteen-header img.color-logo,
.page-template-home3 .nineteen-header img.color-logo,
.page-template-home4 .nineteen-header img.color-logo,
.page-template-home5 .nineteen-header img.color-logo,
.page-template-home6 .nineteen-header img.color-logo,
.page-template-home7 .nineteen-header img.color-logo,
.page-template-home8 .nineteen-header img.color-logo,
.page-template-home9 .nineteen-header img.color-logo,
.page-template-home10 .nineteen-header img.color-logo,
.page-template-home11 .nineteen-header img.color-logo,
.page-template-home12 .nineteen-header img.color-logo,
.page-template-home13 .nineteen-header img.color-logo,
.page-template-home14 .nineteen-header img.color-logo,
.page-template-home15 .nineteen-header img.color-logo,
.page-template-home16 .nineteen-header img.color-logo,
.page-template-home17 .nineteen-header img.color-logo,
.page-template-home18 .nineteen-header img.color-logo,
.page-template-home19 .nineteen-header img.color-logo,
.page-template-home20 .nineteen-header img.color-logo,
.page-template-home21 .nineteen-header img.color-logo,
.page-template-home22 .nineteen-header img.color-logo,
.page-template-home23 .nineteen-header img.color-logo,
.page-template-home24 .nineteen-header img.color-logo,
.page-template-home25 .nineteen-header img.color-logo,
.page-template-home .nineteen-header.fixed img.main-logo,
.page-template-home1 .nineteen-header.fixed img.main-logo,
.page-template-home2 .nineteen-header.fixed img.main-logo,
.page-template-home3 .nineteen-header.fixed img.main-logo,
.page-template-home4 .nineteen-header.fixed img.main-logo,
.page-template-home5 .nineteen-header.fixed img.main-logo,
.page-template-home6 .nineteen-header.fixed img.main-logo,
.page-template-home7 .nineteen-header.fixed img.main-logo,
.page-template-home8 .nineteen-header.fixed img.main-logo,
.page-template-home9 .nineteen-header.fixed img.main-logo,
.page-template-home10 .nineteen-header.fixed img.main-logo,
.page-template-home11 .nineteen-header.fixed img.main-logo,
.page-template-home12 .nineteen-header.fixed img.main-logo,
.page-template-home13 .nineteen-header.fixed img.main-logo,
.page-template-home14 .nineteen-header.fixed img.main-logo,
.page-template-home15 .nineteen-header.fixed img.main-logo,
.page-template-home16 .nineteen-header.fixed img.main-logo,
.page-template-home17 .nineteen-header.fixed img.main-logo,
.page-template-home18 .nineteen-header.fixed img.main-logo,
.page-template-home19 .nineteen-header.fixed img.main-logo,
.page-template-home20 .nineteen-header.fixed img.main-logo,
.page-template-home21 .nineteen-header.fixed img.main-logo,
.page-template-home22 .nineteen-header.fixed img.main-logo,
.page-template-home23 .nineteen-header.fixed img.main-logo,
.page-template-home24 .nineteen-header.fixed img.main-logo,
.page-template-home25 .nineteen-header.fixed img.main-logo,
.page-template-home .twenty-one-header img.color-logo,
.page-template-home1 .twenty-one-header img.color-logo,
.page-template-home2 .twenty-one-header img.color-logo,
.page-template-home3 .twenty-one-header img.color-logo,
.page-template-home4 .twenty-one-header img.color-logo,
.page-template-home5 .twenty-one-header img.color-logo,
.page-template-home6 .twenty-one-header img.color-logo,
.page-template-home7 .twenty-one-header img.color-logo,
.page-template-home8 .twenty-one-header img.color-logo,
.page-template-home9 .twenty-one-header img.color-logo,
.page-template-home10 .twenty-one-header img.color-logo,
.page-template-home11 .twenty-one-header img.color-logo,
.page-template-home12 .twenty-one-header img.color-logo,
.page-template-home13 .twenty-one-header img.color-logo,
.page-template-home14 .twenty-one-header img.color-logo,
.page-template-home15 .twenty-one-header img.color-logo,
.page-template-home16 .twenty-one-header img.color-logo,
.page-template-home17 .twenty-one-header img.color-logo,
.page-template-home18 .twenty-one-header img.color-logo,
.page-template-home19 .twenty-one-header img.color-logo,
.page-template-home20 .twenty-one-header img.color-logo,
.page-template-home21 .twenty-one-header img.color-logo,
.page-template-home22 .twenty-one-header img.color-logo,
.page-template-home23 .twenty-one-header img.color-logo,
.page-template-home24 .twenty-one-header img.color-logo,
.page-template-home25 .twenty-one-header img.color-logo,
.page-template-home .twenty-one-header.fixed img.main-logo,
.page-template-home1 .twenty-one-header.fixed img.main-logo,
.page-template-home2 .twenty-one-header.fixed img.main-logo,
.page-template-home3 .twenty-one-header.fixed img.main-logo,
.page-template-home4 .twenty-one-header.fixed img.main-logo,
.page-template-home5 .twenty-one-header.fixed img.main-logo,
.page-template-home6 .twenty-one-header.fixed img.main-logo,
.page-template-home7 .twenty-one-header.fixed img.main-logo,
.page-template-home8 .twenty-one-header.fixed img.main-logo,
.page-template-home9 .twenty-one-header.fixed img.main-logo,
.page-template-home10 .twenty-one-header.fixed img.main-logo,
.page-template-home11 .twenty-one-header.fixed img.main-logo,
.page-template-home12 .twenty-one-header.fixed img.main-logo,
.page-template-home13 .twenty-one-header.fixed img.main-logo,
.page-template-home14 .twenty-one-header.fixed img.main-logo,
.page-template-home15 .twenty-one-header.fixed img.main-logo,
.page-template-home16 .twenty-one-header.fixed img.main-logo,
.page-template-home17 .twenty-one-header.fixed img.main-logo,
.page-template-home18 .twenty-one-header.fixed img.main-logo,
.page-template-home19 .twenty-one-header.fixed img.main-logo,
.page-template-home20 .twenty-one-header.fixed img.main-logo,
.page-template-home21 .twenty-one-header.fixed img.main-logo,
.page-template-home22 .twenty-one-header.fixed img.main-logo,
.page-template-home23 .twenty-one-header.fixed img.main-logo,
.page-template-home24 .twenty-one-header.fixed img.main-logo,
.page-template-home25 .twenty-one-header.fixed img.main-logo,
.page-template-home .twenty-four-header img.color-logo,
.page-template-home1 .twenty-four-header img.color-logo,
.page-template-home2 .twenty-four-header img.color-logo,
.page-template-home3 .twenty-four-header img.color-logo,
.page-template-home4 .twenty-four-header img.color-logo,
.page-template-home5 .twenty-four-header img.color-logo,
.page-template-home6 .twenty-four-header img.color-logo,
.page-template-home7 .twenty-four-header img.color-logo,
.page-template-home8 .twenty-four-header img.color-logo,
.page-template-home9 .twenty-four-header img.color-logo,
.page-template-home10 .twenty-four-header img.color-logo,
.page-template-home11 .twenty-four-header img.color-logo,
.page-template-home12 .twenty-four-header img.color-logo,
.page-template-home13 .twenty-four-header img.color-logo,
.page-template-home14 .twenty-four-header img.color-logo,
.page-template-home15 .twenty-four-header img.color-logo,
.page-template-home16 .twenty-four-header img.color-logo,
.page-template-home17 .twenty-four-header img.color-logo,
.page-template-home18 .twenty-four-header img.color-logo,
.page-template-home19 .twenty-four-header img.color-logo,
.page-template-home20 .twenty-four-header img.color-logo,
.page-template-home21 .twenty-four-header img.color-logo,
.page-template-home22 .twenty-four-header img.color-logo,
.page-template-home23 .twenty-four-header img.color-logo,
.page-template-home24 .twenty-four-header img.color-logo,
.page-template-home25 .twenty-four-header img.color-logo,
.page-template-home .twenty-four-header.fixed img.main-logo,
.page-template-home1 .twenty-four-header.fixed img.main-logo,
.page-template-home2 .twenty-four-header.fixed img.main-logo,
.page-template-home3 .twenty-four-header.fixed img.main-logo,
.page-template-home4 .twenty-four-header.fixed img.main-logo,
.page-template-home5 .twenty-four-header.fixed img.main-logo,
.page-template-home6 .twenty-four-header.fixed img.main-logo,
.page-template-home7 .twenty-four-header.fixed img.main-logo,
.page-template-home8 .twenty-four-header.fixed img.main-logo,
.page-template-home9 .twenty-four-header.fixed img.main-logo,
.page-template-home10 .twenty-four-header.fixed img.main-logo,
.page-template-home11 .twenty-four-header.fixed img.main-logo,
.page-template-home12 .twenty-four-header.fixed img.main-logo,
.page-template-home13 .twenty-four-header.fixed img.main-logo,
.page-template-home14 .twenty-four-header.fixed img.main-logo,
.page-template-home15 .twenty-four-header.fixed img.main-logo,
.page-template-home16 .twenty-four-header.fixed img.main-logo,
.page-template-home17 .twenty-four-header.fixed img.main-logo,
.page-template-home18 .twenty-four-header.fixed img.main-logo,
.page-template-home19 .twenty-four-header.fixed img.main-logo,
.page-template-home20 .twenty-four-header.fixed img.main-logo,
.page-template-home21 .twenty-four-header.fixed img.main-logo,
.page-template-home22 .twenty-four-header.fixed img.main-logo,
.page-template-home23 .twenty-four-header.fixed img.main-logo,
.page-template-home24 .twenty-four-header.fixed img.main-logo,
.page-template-home25 .twenty-four-header.fixed img.main-logo {
    display: none;
}

.page-template-home .nineteen-header.fixed img.color-logo,
.page-template-home1 .nineteen-header.fixed img.color-logo,
.page-template-home2 .nineteen-header.fixed img.color-logo,
.page-template-home3 .nineteen-header.fixed img.color-logo,
.page-template-home4 .nineteen-header.fixed img.color-logo,
.page-template-home5 .nineteen-header.fixed img.color-logo,
.page-template-home6 .nineteen-header.fixed img.color-logo,
.page-template-home7 .nineteen-header.fixed img.color-logo,
.page-template-home8 .nineteen-header.fixed img.color-logo,
.page-template-home9 .nineteen-header.fixed img.color-logo,
.page-template-home10 .nineteen-header.fixed img.color-logo,
.page-template-home11 .nineteen-header.fixed img.color-logo,
.page-template-home12 .nineteen-header.fixed img.color-logo,
.page-template-home13 .nineteen-header.fixed img.color-logo,
.page-template-home14 .nineteen-header.fixed img.color-logo,
.page-template-home15 .nineteen-header.fixed img.color-logo,
.page-template-home16 .nineteen-header.fixed img.color-logo,
.page-template-home17 .nineteen-header.fixed img.color-logo,
.page-template-home18 .nineteen-header.fixed img.color-logo,
.page-template-home19 .nineteen-header.fixed img.color-logo,
.page-template-home20 .nineteen-header.fixed img.color-logo,
.page-template-home21 .nineteen-header.fixed img.color-logo,
.page-template-home22 .nineteen-header.fixed img.color-logo,
.page-template-home23 .nineteen-header.fixed img.color-logo,
.page-template-home24 .nineteen-header.fixed img.color-logo,
.page-template-home25 .nineteen-header.fixed img.color-logo,
.page-template-home .twenty-one-header.fixed img.color-logo,
.page-template-home1 .twenty-one-header.fixed img.color-logo,
.page-template-home2 .twenty-one-header.fixed img.color-logo,
.page-template-home3 .twenty-one-header.fixed img.color-logo,
.page-template-home4 .twenty-one-header.fixed img.color-logo,
.page-template-home5 .twenty-one-header.fixed img.color-logo,
.page-template-home6 .twenty-one-header.fixed img.color-logo,
.page-template-home7 .twenty-one-header.fixed img.color-logo,
.page-template-home8 .twenty-one-header.fixed img.color-logo,
.page-template-home9 .twenty-one-header.fixed img.color-logo,
.page-template-home10 .twenty-one-header.fixed img.color-logo,
.page-template-home11 .twenty-one-header.fixed img.color-logo,
.page-template-home12 .twenty-one-header.fixed img.color-logo,
.page-template-home13 .twenty-one-header.fixed img.color-logo,
.page-template-home14 .twenty-one-header.fixed img.color-logo,
.page-template-home15 .twenty-one-header.fixed img.color-logo,
.page-template-home16 .twenty-one-header.fixed img.color-logo,
.page-template-home17 .twenty-one-header.fixed img.color-logo,
.page-template-home18 .twenty-one-header.fixed img.color-logo,
.page-template-home19 .twenty-one-header.fixed img.color-logo,
.page-template-home20 .twenty-one-header.fixed img.color-logo,
.page-template-home21 .twenty-one-header.fixed img.color-logo,
.page-template-home22 .twenty-one-header.fixed img.color-logo,
.page-template-home23 .twenty-one-header.fixed img.color-logo,
.page-template-home24 .twenty-one-header.fixed img.color-logo,
.page-template-home25 .twenty-one-header.fixed img.color-logo,
.page-template-home .twenty-four-header.fixed img.color-logo,
.page-template-home1 .twenty-four-header.fixed img.color-logo,
.page-template-home2 .twenty-four-header.fixed img.color-logo,
.page-template-home3 .twenty-four-header.fixed img.color-logo,
.page-template-home4 .twenty-four-header.fixed img.color-logo,
.page-template-home5 .twenty-four-header.fixed img.color-logo,
.page-template-home6 .twenty-four-header.fixed img.color-logo,
.page-template-home7 .twenty-four-header.fixed img.color-logo,
.page-template-home8 .twenty-four-header.fixed img.color-logo,
.page-template-home9 .twenty-four-header.fixed img.color-logo,
.page-template-home10 .twenty-four-header.fixed img.color-logo,
.page-template-home11 .twenty-four-header.fixed img.color-logo,
.page-template-home12 .twenty-four-header.fixed img.color-logo,
.page-template-home13 .twenty-four-header.fixed img.color-logo,
.page-template-home14 .twenty-four-header.fixed img.color-logo,
.page-template-home15 .twenty-four-header.fixed img.color-logo,
.page-template-home16 .twenty-four-header.fixed img.color-logo,
.page-template-home17 .twenty-four-header.fixed img.color-logo,
.page-template-home18 .twenty-four-header.fixed img.color-logo,
.page-template-home19 .twenty-four-header.fixed img.color-logo,
.page-template-home20 .twenty-four-header.fixed img.color-logo,
.page-template-home21 .twenty-four-header.fixed img.color-logo,
.page-template-home22 .twenty-four-header.fixed img.color-logo,
.page-template-home23 .twenty-four-header.fixed img.color-logo,
.page-template-home24 .twenty-four-header.fixed img.color-logo,
.page-template-home25 .twenty-four-header.fixed img.color-logo {
    display: block;
}

.page-template-home .nineteen-header img.main-logo,
.page-template-home1 .nineteen-header img.main-logo,
.page-template-home2 .nineteen-header img.main-logo,
.page-template-home3 .nineteen-header img.main-logo,
.page-template-home4 .nineteen-header img.main-logo,
.page-template-home5 .nineteen-header img.main-logo,
.page-template-home6 .nineteen-header img.main-logo,
.page-template-home7 .nineteen-header img.main-logo,
.page-template-home8 .nineteen-header img.main-logo,
.page-template-home9 .nineteen-header img.main-logo,
.page-template-home10 .nineteen-header img.main-logo,
.page-template-home11 .nineteen-header img.main-logo,
.page-template-home12 .nineteen-header img.main-logo,
.page-template-home13 .nineteen-header img.main-logo,
.page-template-home14 .nineteen-header img.main-logo,
.page-template-home15 .nineteen-header img.main-logo,
.page-template-home16 .nineteen-header img.main-logo,
.page-template-home17 .nineteen-header img.main-logo,
.page-template-home18 .nineteen-header img.main-logo,
.page-template-home19 .nineteen-header img.main-logo,
.page-template-home20 .nineteen-header img.main-logo,
.page-template-home21 .nineteen-header img.main-logo,
.page-template-home22 .nineteen-header img.main-logo,
.page-template-home23 .nineteen-header img.main-logo,
.page-template-home24 .nineteen-header img.main-logo,
.page-template-home25 .nineteen-header img.main-logo,
.page-template-home .twenty-one-header img.main-logo,
.page-template-home1 .twenty-one-header img.main-logo,
.page-template-home2 .twenty-one-header img.main-logo,
.page-template-home3 .twenty-one-header img.main-logo,
.page-template-home4 .twenty-one-header img.main-logo,
.page-template-home5 .twenty-one-header img.main-logo,
.page-template-home6 .twenty-one-header img.main-logo,
.page-template-home7 .twenty-one-header img.main-logo,
.page-template-home8 .twenty-one-header img.main-logo,
.page-template-home9 .twenty-one-header img.main-logo,
.page-template-home10 .twenty-one-header img.main-logo,
.page-template-home11 .twenty-one-header img.main-logo,
.page-template-home12 .twenty-one-header img.main-logo,
.page-template-home13 .twenty-one-header img.main-logo,
.page-template-home14 .twenty-one-header img.main-logo,
.page-template-home15 .twenty-one-header img.main-logo,
.page-template-home16 .twenty-one-header img.main-logo,
.page-template-home17 .twenty-one-header img.main-logo,
.page-template-home18 .twenty-one-header img.main-logo,
.page-template-home19 .twenty-one-header img.main-logo,
.page-template-home20 .twenty-one-header img.main-logo,
.page-template-home21 .twenty-one-header img.main-logo,
.page-template-home22 .twenty-one-header img.main-logo,
.page-template-home23 .twenty-one-header img.main-logo,
.page-template-home24 .twenty-one-header img.main-logo,
.page-template-home25 .twenty-one-header img.main-logo,
.page-template-home .twenty-four-header img.main-logo,
.page-template-home1 .twenty-four-header img.main-logo,
.page-template-home2 .twenty-four-header img.main-logo,
.page-template-home3 .twenty-four-header img.main-logo,
.page-template-home4 .twenty-four-header img.main-logo,
.page-template-home5 .twenty-four-header img.main-logo,
.page-template-home6 .twenty-four-header img.main-logo,
.page-template-home7 .twenty-four-header img.main-logo,
.page-template-home8 .twenty-four-header img.main-logo,
.page-template-home9 .twenty-four-header img.main-logo,
.page-template-home10 .twenty-four-header img.main-logo,
.page-template-home11 .twenty-four-header img.main-logo,
.page-template-home12 .twenty-four-header img.main-logo,
.page-template-home13 .twenty-four-header img.main-logo,
.page-template-home14 .twenty-four-header img.main-logo,
.page-template-home15 .twenty-four-header img.main-logo,
.page-template-home16 .twenty-four-header img.main-logo,
.page-template-home17 .twenty-four-header img.main-logo,
.page-template-home18 .twenty-four-header img.main-logo,
.page-template-home19 .twenty-four-header img.main-logo,
.page-template-home20 .twenty-four-header img.main-logo,
.page-template-home21 .twenty-four-header img.main-logo,
.page-template-home22 .twenty-four-header img.main-logo,
.page-template-home23 .twenty-four-header img.main-logo,
.page-template-home24 .twenty-four-header img.main-logo,
.page-template-home25 .twenty-four-header img.main-logo {
    display: block;
}

/* header 19 end*/
/* Header 20 start */

.h20-banner-left-col img {
    transform: scale(1.0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.h20-banner-left-col:hover img {
    transform: scale(1.2);
}

.h20-slider-content .banner-subtext {
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.h20-slider-content h1,
.h20-slider-content h2 {
    color: white;
    font-size: 2.8em;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 120%;
    font-family: 'open_sansbold';
    font-weight: 600;
    letter-spacing: 1px;
}

.h20-banner-description p {
    color: white;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.h20-banner .container {
    max-width: 900px;
    margin: auto;
}

.h20-slider-content {
    padding-left: 60px;
}

.h20-banner-description {
    margin: 25px 0 35px;
}

.h20-row {
    display: flex;
    align-items: center;
}

.section-decor-wrap {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    text-align: center;
    opacity: 1 !important;
    z-index: 9;
}

.advantages__title {
    padding-top: 10px;
    padding-right: 40px;
    line-height: 1;
    text-align: right;
    text-transform: uppercase;
}

.title-brand {
    font-size: 32px;
    font-weight: 300;
    color: #727272;
}

.ui-title-block {
    margin-top: 4px;
    font-weight: 700;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #333;
}

.list-advantages {
    position: relative;
}

.list-advantages:before {
    position: absolute;
    top: 10px;
    left: 0;
    height: 50px;
    border-left: 1px dotted #7a7a7a;
    content: '';
}

.list-advantages__item {
    position: relative;
    display: inline-block;
    width: 25%;
    margin-right: -3px;
    padding-left: 35px;
    vertical-align: top;
    margin-bottom: 15px;
    padding-right: 17px;
}

.list-advantages__item i {
    float: left;
    width: 66px;
    height: 66px;
    padding-top: 20px;
    font-size: 28px;
    color: #626262;
    border: 5px solid #eee;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s;
    text-align: center;
    line-height: 16px;
    margin-left: 5px;
}

.list-advantages__inner {
    display: block;
    margin-top: 7px;
    margin-left: 85px;
    padding-right: 0;
    font-size: 13px;
    color: #333;
    vertical-align: middle;
    text-transform: uppercase;
}

.list-advantages__item:after {
    position: absolute;
    top: 10px;
    right: 0;
    height: 50px;
    border-right: 1px dotted #7a7a7a;
    content: '';
}

.h20-bottom-col {
    background-color: #f4f4f4;
    padding: 70px 0 30px;
}

.h20-slider-content .btn-primary {
    margin-right: 20px;
}

.twenty-header .container {
    background-color: white;
}

.page-template-home .twenty-header,
.page-template-home1 .twenty-header,
.page-template-home2 .twenty-header,
.page-template-home3 .twenty-header,
.page-template-home4 .twenty-header,
.page-template-home5 .twenty-header,
.page-template-home6 .twenty-header,
.page-template-home7 .twenty-header,
.page-template-home8 .twenty-header,
.page-template-home9 .twenty-header,
.page-template-home10 .twenty-header,
.page-template-home11 .twenty-header,
.page-template-home12 .twenty-header,
.page-template-home13 .twenty-header,
.page-template-home14 .twenty-header,
.page-template-home15 .twenty-header,
.page-template-home16 .twenty-header,
.page-template-home17 .twenty-header,
.page-template-home18 .twenty-header,
.page-template-home19 .twenty-header,
.page-template-home20 .twenty-header,
.page-template-home21 .twenty-header,
.page-template-home22 .twenty-header,
.page-template-home23 .twenty-header,
.page-template-home24 .twenty-header,
.page-template-home25 .twenty-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 9;
}

.page-template-home .twenty-header .fh-menu-col,
.page-template-home1 .twenty-header .fh-menu-col,
.page-template-home2 .twenty-header .fh-menu-col,
.page-template-home3 .twenty-header .fh-menu-col,
.page-template-home4 .twenty-header .fh-menu-col,
.page-template-home5 .twenty-header .fh-menu-col,
.page-template-home6 .twenty-header .fh-menu-col,
.page-template-home7 .twenty-header .fh-menu-col,
.page-template-home8 .twenty-header .fh-menu-col,
.page-template-home9 .twenty-header .fh-menu-col,
.page-template-home10 .twenty-header .fh-menu-col,
.page-template-home11 .twenty-header .fh-menu-col,
.page-template-home12 .twenty-header .fh-menu-col,
.page-template-home13 .twenty-header .fh-menu-col,
.page-template-home14 .twenty-header .fh-menu-col,
.page-template-home15 .twenty-header .fh-menu-col,
.page-template-home16 .twenty-header .fh-menu-col,
.page-template-home17 .twenty-header .fh-menu-col,
.page-template-home18 .twenty-header .fh-menu-col,
.page-template-home19 .twenty-header .fh-menu-col,
.page-template-home20 .twenty-header .fh-menu-col,
.page-template-home21 .twenty-header .fh-menu-col,
.page-template-home22 .twenty-header .fh-menu-col,
.page-template-home23 .twenty-header .fh-menu-col,
.page-template-home24 .twenty-header .fh-menu-col,
.page-template-home25 .twenty-header .fh-menu-col{
    height: 80px;
}

.page-template-home .twenty-header .fh-menu-col ul li a,
.page-template-home1 .twenty-header .fh-menu-col ul li a,
.page-template-home2 .twenty-header .fh-menu-col ul li a,
.page-template-home3 .twenty-header .fh-menu-col ul li a,
.page-template-home4 .twenty-header .fh-menu-col ul li a,
.page-template-home5 .twenty-header .fh-menu-col ul li a,
.page-template-home6 .twenty-header .fh-menu-col ul li a,
.page-template-home7 .twenty-header .fh-menu-col ul li a,
.page-template-home8 .twenty-header .fh-menu-col ul li a,
.page-template-home9 .twenty-header .fh-menu-col ul li a,
.page-template-home10 .twenty-header .fh-menu-col ul li a,
.page-template-home11 .twenty-header .fh-menu-col ul li a,
.page-template-home12 .twenty-header .fh-menu-col ul li a,
.page-template-home13 .twenty-header .fh-menu-col ul li a,
.page-template-home14 .twenty-header .fh-menu-col ul li a,
.page-template-home15 .twenty-header .fh-menu-col ul li a,
.page-template-home16 .twenty-header .fh-menu-col ul li a,
.page-template-home17 .twenty-header .fh-menu-col ul li a,
.page-template-home18 .twenty-header .fh-menu-col ul li a,
.page-template-home19 .twenty-header .fh-menu-col ul li a,
.page-template-home20 .twenty-header .fh-menu-col ul li a,
.page-template-home21 .twenty-header .fh-menu-col ul li a,
.page-template-home22 .twenty-header .fh-menu-col ul li a,
.page-template-home23 .twenty-header .fh-menu-col ul li a,
.page-template-home24 .twenty-header .fh-menu-col ul li a,
.page-template-home25 .twenty-header .fh-menu-col ul li a {
    padding: 28px 0;
}

.h20-banner .banner-text-wrapper {
    padding-top: 140px;
}

.page-template-home .twenty-header.fixed,
.page-template-home1 .twenty-header.fixed,
.page-template-home2 .twenty-header.fixed,
.page-template-home3 .twenty-header.fixed,
.page-template-home4 .twenty-header.fixed,
.page-template-home5 .twenty-header.fixed,
.page-template-home6 .twenty-header.fixed,
.page-template-home7 .twenty-header.fixed,
.page-template-home8 .twenty-header.fixed,
.page-template-home9 .twenty-header.fixed,
.page-template-home10 .twenty-header.fixed,
.page-template-home11 .twenty-header.fixed,
.page-template-home12 .twenty-header.fixed,
.page-template-home13 .twenty-header.fixed,
.page-template-home14 .twenty-header.fixed,
.page-template-home15 .twenty-header.fixed,
.page-template-home16 .twenty-header.fixed,
.page-template-home17 .twenty-header.fixed,
.page-template-home18 .twenty-header.fixed,
.page-template-home19 .twenty-header.fixed,
.page-template-home20 .twenty-header.fixed,
.page-template-home21 .twenty-header.fixed,
.page-template-home22 .twenty-header.fixed,
.page-template-home23 .twenty-header.fixed,
.page-template-home24 .twenty-header.fixed,
.page-template-home25 .twenty-header.fixed {
    top: 0;
}

.h20-slider .slide-image {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: leaves 14s ease-in-out infinite alternate;
    -ms-animation: leaves 14s ease-in-out infinite alternate;
    -o-animation: leaves 14s ease-in-out infinite alternate;
    -moz-animation: leaves 14s ease-in-out infinite alternate;
    animation: leaves 14s ease-in-out infinite alternate;
}

@-webkit-keyframes leaves {
    0% {
        -webkit-transform: scale(1.0);
    }

    100% {
        -webkit-transform: scale(1.3);
    }
}

@keyframes leaves {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.3);
    }
}

@-ms-keyframes leaves {
    0% {
        -webkit-transform: scale(1.0);
    }

    100% {
        -webkit-transform: scale(1.3);
    }
}

@-moz-keyframes leaves {
    0% {
        -webkit-transform: scale(1.0);
    }

    100% {
        -webkit-transform: scale(1.3);
    }
}

@o-keyframes leaves {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.3);
    }
}

/* Header 20 End */
/* Home 13 Css Start Here*/

.h-13-title.title-fs h2 {
    font-size: 4em;
    font-family: 'open_sansregular';
    font-weight: 400;
}

.h-13-title.title-fs p {
    font-size: 1.2em;
}

.h-13-title {
    margin-bottom: 20px;
}

.h-13-title h2 {
    font-size: 3em;
}

.h-13-title h2 span {
    font-weight: 100;
    font-family: 'open_sansregular';
}

.h-13-products-desc p {
    margin-bottom: 20px;
    font-size: 22px;
    color: #999999;
    line-height: 150%;
}

section.h-13-products:nth-child(even) {
    background: #2b2e35;
}

section.h-13-products:nth-child(even) .h-13-title h2,
section.h-13-products:nth-child(even) p {
    color: #fff;
}

section.h-13-products:nth-child(even) .custom_beveled_sharp.top-sharp {
    border-bottom-color: #2b2e35;
}

.h-13-products .custom_beveled_sharp.top-sharp {
    border-bottom-color: rgb(254, 254, 254);
}

section.h-13-products:nth-child(even) .col-md-6.h-13-col {
    float: right;
}

.bg-black {
    background-color: #2b2e35;
}

.h-13-title.title-white span {
    opacity: 1;
}

.bg-black .h-13-products-desc p {
    color: #fff;
}

.h-13-overview .h-13-title {
    margin-bottom: 50px;
}

.h-13-overview-item {
    text-align: center;
}

.h-13-overview-icon i {
    font-size: 2.85em;
    color: #fff;
    margin-bottom: 15px;
}

.h-13-overview-content h3,
.h-13-overview-content p,
.h-13-overview .h-13-title p {
    color: #fff;
}

.h-13-overview-content h3 {
    margin-bottom: 10px;
}

.h-13-overview .col-md-4 .h-13-overview-item {
    margin-bottom: 50px;
}

.h-13-overview .col-md-4:nth-last-child(-n+3) .h-13-overview-item {
    margin-bottom: 0;
}

.h-13-testimonial-item {
    display: table;
}

.h-13-testimonial-img,
.h-13-testimonial-content {
    display: table-cell;
    vertical-align: middle;
}

.h-13-testimonial-img {
    width: 100px;
    text-align: center;
}

.h-13-testimonial-img img {
    border-radius: 100px;
    width: 60px;
    height: 60px;
    margin: 0 auto 5px;
}

.h-13-testimonial-content {
    padding-left: 30px;
}

.h-13-testimonial-content p {
    font-size: 1.4em;
    line-height: 140%;
}

span.h-13-testimonia-author-name {
    font-size: 14px;
}

.h-13-testimonial-content a i {
    margin-left: 5px;
}

.custom_beveled_sharp.top-sharp {
    top: -50px;
    bottom: auto;
    border-bottom-color: rgb(43, 46, 53);
}

.h-13-testimonial ul.slick-dots {
    text-align: center;
    margin-top: 10px;
}

.h-13-overview-content p {
    margin-bottom: 0;
}

/* Home 13 Css End Here

/*About 4*/

.about4-intro {
    background-position: center 450px;
    background-size: auto 60%;
    background-repeat: no-repeat;
}

.about4-intro-content h4 {
    font-size: 2em;
    font-weight: 200;
    color: #999999;
    line-height: 36px;
    margin: 40px 0;
}

.about4-intro-item strong,
.about4-intro-item span,
.about4-intro-item img {
    float: left;
}

.about4-intro-item strong {
    font-size: 3.750em;
    color: #a9ce37;
    float: left;
    line-height: 50px;
}

.about4-intro-item span {
    color: #999999;
}

.about4-intro-item img {
    margin-left: 30px;
}

.about4-video-icon a {
    background-color: #a9cd37;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    padding: 12px 10px 12px 14px;
    color: #fff;
    font-size: 2em;
    cursor: pointer;
    display: table;
    margin: 30px auto;
}

.about4-video-icon a i {
    display: table-cell;
    align-items: center;
    vertical-align: middle;
}

.about4-video-icon a:hover {
    opacity: 0.9;
}

.about4-title.title-white h1,
.about4-title.title-white h2 {
    color: #fff;
}

.about4-title h1,
.about4-title h2 {
    font-size: 3.000em;
    font-weight: 300;
    font-family: 'open_sansregular';
    color: #666666;
    margin-bottom: 0;
}

.about4-title h1 {
    color: #666666;
}

.about4-philosophy-content {
    margin-top: 20px;
}

.aboutus-philosophy .col-md-4 .about4-philosophy-item {
    margin-bottom: 50px;
    display: table;
    width: 100%;
}

.aboutus-philosophy .col-md-4:nth-last-child(-n+3) .about4-philosophy-item {
    margin-bottom: 0;
}

.about4-philosophy-icon {
    float: left;
    margin-right: 10px;
}

.about4-philosophy-icon i {
    font-size: 5em;
    color: #fff;
}

.about4-philosophy-content h5 {
    color: #fff;
    font-family: 'open_sanssemibold';
    word-break: break-word;
}

.product-equipment {
    /*background-color: #e9e9e9;*/
}

.product-equipment-img {
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
    transition: box-shadown .2s, -webkit-transform .5s;
    transition: transform .5s, box-shadown .2s;
    transition: transform .5s, box-shadown .2s, -webkit-transform .5s;
}

.product-equipment-item .product-equipment-img:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    box-shadow: 2px 5px 5px #cccccc;
}

.product-equipment-item {
    margin-bottom: 30px;
}

.product-equipment .row .col-md-4:nth-last-child(-n+3) .product-equipment-item {
    margin-bottom: 0;
}

.product-equipment .row .col-md-4:nth-child(3n+1) {
    clear: both;
}

.product-equipment-item h6 {
    text-align: center;
    color: #414241;
    text-transform: capitalize;
    font-family: 'open_sansregular';
}

.product-equipment .col-md-3 .product-equipment-item {
    margin-bottom: 30px;
}

.product-equipment .col-md-3:nth-last-child(-n+4) .product-equipment-item {
    margin-bottom: 0;
}

.title-sub-text {
    margin-bottom: 40px;
}

.about4-patent {
    background-image: linear-gradient(to top, #fafafa 20%, #fdfdfd 50%, #ffffff 99%);
    background-size: 100% 100%;
    padding-bottom: 250px;
    background: #fff;
}

.about4-patent-item {
    text-align: center;
}

.about4-patent-item h6 {
    text-align: center;
    color: #414241;
    text-transform: capitalize;
    font-family: 'open_sansregular';
    margin-top: 20px;
}

.page-id-3436 .about-contact .about-contact {
    margin-top: -250px;
}

.page-id-3436 .about-contact h2 {
    font-family: 'open_sanssemibold';
}

/*About 4*/

.twenty-header.fixed .fh-menu-col,
.nineteen-header.fixed .fh-menu-col,
 {
    height: 70px;
}

.nineteen-header.fixed .fh-menu-col ul li a,
.twenty-header.fixed .fh-menu-col ul li a {
    padding: 23px 0px;
}
.thirty-one-header.fixed .extra-cell a.btn {
    background: #1e73be;
    color: #fff;
    border-radius: 25px;
}
.thirtyone-main-menu.fh-menu-col {
    height: 80px;
}
.thirtyone-main-menu .te-logo-inner .color-logo {
    height: 60px;
}
.admin-bar .nineteen-header.fixed,
.admin-bar .twenty-header.fixed {
    margin-top: 32px;
}

/*Home 14*/

.h-14-title {
    margin-bottom: 35px;
}

.h-14-title h2 {
    font-size: 1.875em;
    position: relative;
    color: #020e28;
    line-height: 1.2em;
    padding: 0px 0px 24px;
    text-transform: uppercase;
}

.h-14-title p {
    margin-bottom: 15px;
    margin-top: -15px;
}

.h-14-separator {
    position: relative;
    width: 75px;
}

.h-14-separator:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 75px;
    height: 2px;
    background-color: #f55b14;
}

.h-14-separator:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 2px;
    width: 25px;
    height: 4px;
    background-color: #f55b14;
}

.h-14-separator.sep-center {
    margin: 0 auto;
}

.h-14-separator.sep-center::after {
    left: 50%;
    margin-left: -12px;
}

.h-14-about-content h5,
.h-14-about-content h1 {
    color: #020e28;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 20px;
    font-family: 'open_sanssemibold';
    text-transform: initial;
    letter-spacing: 0;
}

.h-14-mission {
    position: relative;
    padding: 45px 25px 40px;
    border: 1px solid #f2f2f2;
    background-repeat: repeat-x;
    background-position: left bottom;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(219, 219, 219, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(219, 219, 219, 1);
    box-shadow: 0px 0px 15px 0px rgba(219, 219, 219, 1);
}

.h-14-mission .upper-box {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
}

.h-14-mission-text h6 {
    font-size: 18px;
    font-family: 'open_sanssemibold';
}

.h-14-mission-text i {
    color: #f55b14;
    float: left;
    margin-right: 20px;
    font-size: 2.500em;
}

.fact-counter {
    margin-top: 50px;
}

.fact-counter .inner {
    position: relative;
    border-right: 1px solid #eeeeee;
}

.fact-counter .column:last-child .inner {
    border-right: 0px;
}

.fact-counter .count-outer {
    position: relative;
    font-weight: 600;
    color: #020e28;
    font-size: 48px;
    line-height: 1em;
    padding-left: 60px;
    display: inline-block;
}

.fact-counter .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fe5807;
    font-size: 48px;
    text-align: center;
    line-height: 1em;
    font-weight: 400;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.fact-counter .count-text {
    position: relative;
    font-weight: 600;
    color: #020e28;
    font-size: 48px;
    line-height: 1em;
    font-family: 'Poppins', sans-serif;
}

.fact-counter h4 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #020e28;
    margin-top: 15px;
    text-transform: capitalize;
}

.h-14-cta {
    padding: 50px;
    background: rgba(245, 91, 20, 0.95);
}

.h-14-cta h2 {
    color: #fff;
    margin-bottom: 0;
}

.h-14-cta a {
    color: #000;
}

.h-14-testimonial-icon {
    float: left;
    margin-right: 40px;
}

.h-14-testimonial-icon i {
    color: #f2f2f2 !important;
    font-size: 5.625em;
}

.h-14-testimonial-text p {
    color: #848484;
    font-size: 18px;
    font-weight: 400;
}

.h-14-author-info {
    text-align: center;
    margin-top: 35px;
}

.h-14-author-info img {
    width: 75px;
    height: 75px;
    margin: 0 auto 5px;
    border-radius: 100%;
}

.h-14-author-info h5 {
    color: #020e28;
    font-size: 18px;
    text-transform: capitalize;
}

.h-14-author-info h6 {
    font-family: 'open_sansregular';
    color: #f55b14;
    text-transform: capitalize;
}

.h-14-testimonial .slick-arrow,
.latest-project .slick-arrow {
    top: 60%;
    width: 45px;
    height: 45px;
    color: #f55b14;
    border: 2px solid #f55b14;
    border-radius: 100%;
    background: transparent;
}

.h-14-testimonial .slick-arrow:focus,
.latest-project .slick-arrow:focus {
    border: 2px solid #f55b14;
}

.h-14-testimonial .slick-prev.slick-arrow,
.h-14-testimonial .slick-next.slick-arrow {
    left: 25%;
}

.h-14-testimonial .slick-next.slick-arrow {
    left: auto;
    right: 25%;
}

.h-14-testimonial .slick-list {
    padding: 0 !important;
}

.h-14-project .h-14-title {
    margin-bottom: 25px;
}

a.projects-link {
    color: #020e28;
    text-transform: uppercase;
    font-family: 'open_sansbold';
}

.project-item-img {
    position: relative;
}

.project-item-img img {
    width: 100%;
}

.project-item-img .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 30%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.overlay-box-content {
    position: absolute;
    left: 20px;
    bottom: 22px;
}

.overlay-box-content h6,
.overlay-box-content p {
    color: #fff;
}

.overlay-box-content h6 {
    text-transform: capitalize;
    font-size: 18px;
}

.project-item-img .overlay-content-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    padding: 25px 22px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(245, 91, 20, 0.90);
}

.project-item-img:hover .overlay-content-box {
    opacity: 1;
}

.overlay-content-box h4 a {
    color: #fff;
}

.overlay-content-box p {
    color: #fff;
}

.overlay-content-box a.project-link {
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.overlay-content-box a.project-link:hover,
.overlay-content-box h4 a:hover {
    color: #020e28;
}

.col-md-3.h-14-product-left,
.project-item.col-md-3 {
    padding: 0;
}

span.wpcf7-form-control-wrap.file-868 label:before {
    content: "\f0c6";
    font-family: fontawesome;
    margin-right: 10px;
    display: inline-block;
    font-size: 1.5em;
    vertical-align: middle;
    transform: rotate(43deg);
}

.h-14-cta a {
    color: #000;
}

/*Home 14*/
/*Home 15*/

.h-14-title.title-white h2 {
    color: #fff;
}

.h-15-about-desc h1 {
    color: #020e28;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 22px;
    text-transform: initial;
    font-family: 'open_sanssemibold';
    letter-spacing: 0;
}

.h-15-about-desc h4 {
    color: #020e28;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 22px;
}

.h-15-about-desc p {
    color: #848484;
    margin-bottom: 32px;
}

.h-15-video a {
    float: left;
}

.h-15-video a.play {
    margin-left: 25px;
    background: #dd9933;
    width: 60px;
    border-radius: 100%;
    height: 60px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
}

.h-15-video {
    vertical-align: middle;
    align-items: center;
    display: flex;
}

.h-15-choose-section .icon-box i {
    color: #c4c4c4;
    font-size: 3.5em;
    margin-bottom: 20px;
}

.h-15-choose-section h5 {
    position: relative;
    padding-bottom: 25px;
    text-transform: capitalize;
}

.h-15-choose-section h5:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 90px;
    height: 3px;
    margin-left: -45px;
    background-color: #848484;
}

.h-15-choose-section a h5 {
    color: #848484;
}

.h-15-choose-section a {
    display: block;
}

.h-15-choose-section p {
    margin-top: 25px;
    color: #848484;
}

.project-image img {
    width: 100%;
}

.lower-content {
    padding: 25px 20px;
    background-color: #ffffff;
}

.lower-content h3 {
    position: relative;
    color: #020e28;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.lower-content h3 a {
    color: #020e28;
}

.lower-content h3 a:hover {
    color: #f55b14;
}

.h-15-testimonial-text p {
    color: #848484;
    font-size: 20px;
    line-height: 1.7em;
    text-align: center;
}

.h-15-testimonial ul.slick-dots {
    text-align: center;
    margin-top: 15px;
}

.h-15-testimonial .slick-list {
    padding: 0 !important;
}

.authore-info-item {
    position: relative;
}

.authore-info-item .quote-icon {
    position: absolute;
    right: 0px;
    left: 70px;
    top: -10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #f55b14;
    margin: 0 auto;
}

.h-15-testimonial .slick-dots li button {
    background-color: #c4c4c4;
    border: 3px solid #c4c4c4;
}

.h-15-testimonial .slick-dots li.slick-active button {
    width: 22px;
    height: 8px;
    border-radius: 10px;
}

.h-15 .h-14-title p {
    padding: 0px 0px 10px;
}

.single-expertist-sec .h-14-title h2 {
    padding: 0px 0px 15px;
}

.latest-project .slick-prev.slick-arrow,
.latest-project .slick-next.slick-arrow {
    top: -18%;
    bottom: auto;
    left: auto;
    right: 15px;
}

.latest-project .slick-prev.slick-arrow {
    left: auto;
    right: 70px;
}

/*Home 15*/

.inputfile-2+label {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

/*Contact Modal Start*/

#contact-form-modal .modal-dialog,
#contact-form-popup-modal .modal-dialog {
    max-width: 450px;
    width: 100%;
}

#contact-form-modal.modal.fade.in,
#contact-form-popup-modal.modal.fade.in {
    background-color: rgba(0, 0, 0, 0.79);
}

#contact-form-modal .modal-body,
#contact-form-popup-modal .modal-body {
    text-align: center;
    padding: 40px;
}

#contact-form-modal .modal-body h3,
#contact-form-popup-modal .modal-body h3 {
    margin-bottom: 30px;
    font-size: 2em;
    font-family: 'open_sansregular';
    position: relative;
    font-weight: 600;
}

#contact-form-modal .modal-body h2,
#contact-form-popup-modal .modal-body h2 {
    margin-bottom: 30px;
    font-size: 2em;
    font-family: 'open_sansregular';
    position: relative;
}

#contact-form-modal .modal-body:before,
#contact-form-popup-modal .modal-body:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 150px;
    height: 5px;
    background-color: #ffae00;
    margin: auto;
}

#contact-form-modal .btn.btn-primary,
#contact-form-popup-modal .btn.btn-primary {
    width: 100%;
}

/*Contact Modal End*/

.h21-slider-header .slick-slide {
    position: relative;
}

.twenty-one-header {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}

.twenty-one-header.fixed ul li a {
    color: #070707;
}

/* header21 */

.h21-row {
    text-align: center;
}

.h21-row h2 {
    text-transform: uppercase;
    font-size: 3.5em;
    color: white;
    line-height: 130%;
    margin-block-end: 20px;
}

.h21-row p {
    color: white;
    font-size: 1.2em;
    font-style: italic;
    margin-bottom: 30px;
}

.slider21-bottom-section p {
    color: #ccc;
    margin-bottom: 0;
}

.slider21-bottom-section h5 {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    margin: 0 0 15px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.slider21-bottom-section {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.slider21-bottom-section a {
    border-top: 3px solid #ffffff57;
    padding: 25px 0 40px;
    display: block;
}

.slider21-bottom-section a:hover {
    border-top: 3px solid #ffffff;
}

.slider21-bottom-section a:hover p,
.slider21-bottom-section a:hover h5 {
    color: white;
}

/* .h21-slider-header .slide-image {

    height: 630px;

    object-fit: cover;

    object-position: center;

} */

.page-template-home .twenty-one-header .fh-menu-col:after,
.page-template-home1 .twenty-one-header .fh-menu-col:after,
.page-template-home2 .twenty-one-header .fh-menu-col:after,
.page-template-home3 .twenty-one-header .fh-menu-col:after,
.page-template-home4 .twenty-one-header .fh-menu-col:after,
.page-template-home5 .twenty-one-header .fh-menu-col:after,
.page-template-home6 .twenty-one-header .fh-menu-col:after,
.page-template-home7 .twenty-one-header .fh-menu-col:after,
.page-template-home8 .twenty-one-header .fh-menu-col:after,
.page-template-home9 .twenty-one-header .fh-menu-col:after,
.page-template-home10 .twenty-one-header .fh-menu-col:after,
.page-template-home11 .twenty-one-header .fh-menu-col:after,
.page-template-home12 .twenty-one-header .fh-menu-col:after,
.page-template-home13 .twenty-one-header .fh-menu-col:after,
.page-template-home14 .twenty-one-header .fh-menu-col:after,
.page-template-home15 .twenty-one-header .fh-menu-col:after,
.page-template-home16 .twenty-one-header .fh-menu-col:after,
.page-template-home17 .twenty-one-header .fh-menu-col:after,
.page-template-home18 .twenty-one-header .fh-menu-col:after,
.page-template-home19 .twenty-one-header .fh-menu-col:after,
.page-template-home20 .twenty-one-header .fh-menu-col:after,
.page-template-home21 .twenty-one-header .fh-menu-col:after,
.page-template-home22 .twenty-one-header .fh-menu-col:after,
.page-template-home23 .twenty-one-header .fh-menu-col:after,
.page-template-home24 .twenty-one-header .fh-menu-col:after,
.page-template-home25 .twenty-one-header .fh-menu-col:after {
    border-bottom: 1px solid #cacacaa6;
    content: '';
    display: block;
    margin: 0;
}

.page-template-home .h22-banner.desktop-slider .fh-menu-col,
.page-template-home1 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home2 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home3 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home4 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home5 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home6 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home7 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home8 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home9 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home10 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home11 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home12 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home13 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home14 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home15 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home16 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home17 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home18 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home19 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home20 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home21 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home22 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home23 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home24 .h22-banner.desktop-slider .fh-menu-col,
.page-template-home25 .h22-banner.desktop-slider .fh-menu-col {
    display: none;
}

.h2-category-nav ul li a:hover {
    color: #ff6000;
}

.twenty-one-header .navbar.navbar-static,
.twenty-one-header .spcl-btn {
    display: inline-block;
    vertical-align: middle;
}

/* .h21-slider .slick-slide:before {

    content: '';

    background-color: rgba(0, 0, 0, 0.30);

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    z-index: 0;

} */

.page-id-498 h1 {
    display: none;
}

.btn-hide {
    display: none !important;
}

/*Header 22*/

.h22-banner-big-text span {
    font-size: 11.8em;
    line-height: 140%;
    color: #e8e8e8;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    position: relative;
    left: 100px;
}

.h22-banner-title h1 span,
.h22-banner-title h2 span {
    color: #e8e8e8;
    display: table;
    line-height: 50%;
    width: 100%;
    margin-bottom: 10px;
}

.h22-banner-title {
    left: 5px;
    margin-bottom: 10px;
}

.h22-banner-title h1,
.h22-banner-title h2 {
    font-size: 5.000em;
    color: #232323;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-top: 190px;
    text-transform: inherit;
    line-height: 110%;
    letter-spacing: 1px;
}

.h22-banner-text p {
    font-size: 1.2em;
    line-height: 180%;
    color: #909090;
    margin-bottom: 30px;
}

.h22-left-col {
    position: absolute;
    z-index: 1;
    max-width: 1170px;
    width: 100%;
    margin: auto;
    display: table;
    float: none;
    left: 0;
    right: 0;
}

.h22-col-right {
    float: right;
}

.h22-banner-image img {
    height: 100%;
    width: auto;
    object-fit: cover;
    object-position: center;
}

.h2-category-nav {
    position: absolute;
    left: 0;
    right: auto;
    top: 15%;
    bottom: auto;
    z-index: 1;
}

.h2-category-nav ul {
    position: relative;
}

.h2-category-nav ul:after {
    content: '';
    background: rgb(208, 208, 208);
    width: 1px;
    height: 50%;
    position: absolute;
    left: -15px;
    right: auto;
    margin: 40px auto 0;
    top: auto;
}

.h2-category-nav ul li {
    transform-origin: 50% 50% 0px;
    transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    line-height: inherit;
    list-style-type: none;
    padding-bottom: 100px;
}

.h2-category-nav ul li a {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    color: rgb(208, 208, 208);
    letter-spacing: 1px;
}

.h22-col-pd {
    padding: 0 100px;
    position: relative;
    top: -100px;
}

.h22-author-box {
    padding: 30px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 4px 10px 29px -3px #cacaca;
}

.h22-author-box:after,
.h22-author-box:before {
    content: '';
    display: table;
    clear: both;
}

.h22-testimonial-text {
    position: relative;
}

.h22-testimonial-text i {
    position: absolute;
    left: -10px;
    top: -10px;
    color: #e4e4e4;
    font-size: 60px;
    z-index: 1;
}

.h22-testimonial-text p {
    font-size: 17px;
    line-height: 31px;
    display: block;
    height: auto;
    margin: 0 0 35px 25px;
    top: 15px;
    color: #444;
    z-index: 1;
    position: relative;
    text-decoration: underline;
}

.h22-author-box p.author {
    color: #a8a8a8;
    margin-left: 25px;
    font-size: 18px;
    text-decoration: none;
}

.h22-author-box p.author i {
    margin-right: 10px;
}

.twenty-two-header a#c-button--slide-right {
    border-radius: 5px;
    padding: 10px;
    color: #ffffff;
    background: #ff6000;
    font-size: 1.2em;
    cursor: pointer;
}

.twenty-two-header div#c-menu--slide-right {
    width: 300px;
}

.h22-banner div#c-menu--slide-right {
    width: 300px;
    top: 0;
}

.logged-in .twenty-two-header div#c-menu--slide-right {
    top: 30px;
}

.twenty-two-header .c-menu__close {
    text-align: right;
}

.twenty-two-header .c-menu__items ul {
    width: 100%;
    min-width: initial;
    border-radius: 0;
    margin: 0;
    clear: both;
    box-shadow: none;
    position: relative;
}

.twenty-two-header .c-menu__items ul li {
    float: none;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    margin: 0;
    clear: both;
}

.twenty-two-header .c-menu__items ul li a {
    color: #A6A6A6;
    padding: 10px;
    border-bottom: 0;
}

.h22-banner div#o-wrapper,
.h22-banner span.btn-show {
    display: inline-block;
}

.h22-banner span.btn-show {
    margin-right: 15px;
}

.h-22-top-bar a.logo img {
    width: auto;
}

/*Header 22*/

.nav22.fixed {
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    background-color: white;
    border-bottom: 1px solid #ddd;
    display: block;
}

.nav22 {
    display: none;
}

.twenty-one-header.fixed .h-22-top-bar {
    display: none;
}

.h22-row {
    display: none;
}

span.btn.btn-secondary.btn-show,
div#o-wrapper {
    display: inline-block;
}

.twenty-two-header.fixed .fh-menu-col {
    max-height: 110px;
    min-height: 60px;
    height: 60px;
}

.page-template-home .twenty-two-header .fh-menu-col,
.page-template-home1 .twenty-two-header .fh-menu-col,
.page-template-home2 .twenty-two-header .fh-menu-col,
.page-template-home3 .twenty-two-header .fh-menu-col,
.page-template-home4 .twenty-two-header .fh-menu-col,
.page-template-home5 .twenty-two-header .fh-menu-col,
.page-template-home6 .twenty-two-header .fh-menu-col,
.page-template-home7 .twenty-two-header .fh-menu-col,
.page-template-home8 .twenty-two-header .fh-menu-col,
.page-template-home9 .twenty-two-header .fh-menu-col,
.page-template-home10 .twenty-two-header .fh-menu-col,
.page-template-home11 .twenty-two-header .fh-menu-col,
.page-template-home12 .twenty-two-header .fh-menu-col,
.page-template-home13 .twenty-two-header .fh-menu-col,
.page-template-home14 .twenty-two-header .fh-menu-col,
.page-template-home15 .twenty-two-header .fh-menu-col,
.page-template-home16 .twenty-two-header .fh-menu-col,
.page-template-home17 .twenty-two-header .fh-menu-col,
.page-template-home18 .twenty-two-header .fh-menu-col,
.page-template-home19 .twenty-two-header .fh-menu-col,
.page-template-home20 .twenty-two-header .fh-menu-col,
.page-template-home21 .twenty-two-header .fh-menu-col,
.page-template-home22 .twenty-two-header .fh-menu-col,
.page-template-home23 .twenty-two-header .fh-menu-col,
.page-template-home24 .twenty-two-header .fh-menu-col,
.page-template-home25 .twenty-two-header .fh-menu-col{
    max-height: 110px;
    min-height: 70px;
    height: 110px;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 999;
}

.logged-in.page-template-home .twenty-two-header .fh-menu-col,
.logged-in.page-template-home1 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home2 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home3 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home4 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home5 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home6 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home7 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home8 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home9 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home10 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home11 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home12 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home13 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home14 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home15 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home16 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home17 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home18 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home19 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home20 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home21 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home22 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home23 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home24 .twenty-two-header .fh-menu-col,
.logged-in.page-template-home25 .twenty-two-header .fh-menu-col {
    top: 15px;
}

.twenty-two-header.internal-page img.main-logo {
    display: none;
}

.twenty-two-header.fixed .btn-show,
.twenty-two-header.twenty-two-header.fixed .o-wrapper {
    display: none !important;
}

.twenty-two-header.internal-page .h-22-top-bar {
    display: none;
}

.page-template-home .twenty-two-header .h-22-top-bar,
.page-template-home1 .twenty-two-header .h-22-top-bar,
.page-template-home2 .twenty-two-header .h-22-top-bar,
.page-template-home3 .twenty-two-header .h-22-top-bar,
.page-template-home4 .twenty-two-header .h-22-top-bar,
.page-template-home5 .twenty-two-header .h-22-top-bar,
.page-template-home6 .twenty-two-header .h-22-top-bar,
.page-template-home7 .twenty-two-header .h-22-top-bar,
.page-template-home8 .twenty-two-header .h-22-top-bar,
.page-template-home9 .twenty-two-header .h-22-top-bar,
.page-template-home10 .twenty-two-header .h-22-top-bar,
.page-template-home11 .twenty-two-header .h-22-top-bar,
.page-template-home12 .twenty-two-header .h-22-top-bar,
.page-template-home13 .twenty-two-header .h-22-top-bar,
.page-template-home14 .twenty-two-header .h-22-top-bar,
.page-template-home15 .twenty-two-header .h-22-top-bar,
.page-template-home16 .twenty-two-header .h-22-top-bar,
.page-template-home17 .twenty-two-header .h-22-top-bar,
.page-template-home18 .twenty-two-header .h-22-top-bar,
.page-template-home19 .twenty-two-header .h-22-top-bar,
.page-template-home20 .twenty-two-header .h-22-top-bar,
.page-template-home21 .twenty-two-header .h-22-top-bar,
.page-template-home22 .twenty-two-header .h-22-top-bar,
.page-template-home23 .twenty-two-header .h-22-top-bar,
.page-template-home24 .twenty-two-header .h-22-top-bar,
.page-template-home25 .twenty-two-header .h-22-top-bar {
    display: block;
}

.page-template-home .twenty-two-header .nav-col-22,
.page-template-home1 .twenty-two-header .nav-col-22,
.page-template-home2 .twenty-two-header .nav-col-22,
.page-template-home3 .twenty-two-header .nav-col-22,
.page-template-home4 .twenty-two-header .nav-col-22,
.page-template-home5 .twenty-two-header .nav-col-22,
.page-template-home6 .twenty-two-header .nav-col-22,
.page-template-home7 .twenty-two-header .nav-col-22,
.page-template-home8 .twenty-two-header .nav-col-22,
.page-template-home9 .twenty-two-header .nav-col-22,
.page-template-home10 .twenty-two-header .nav-col-22,
.page-template-home11 .twenty-two-header .nav-col-22,
.page-template-home12 .twenty-two-header .nav-col-22,
.page-template-home13 .twenty-two-header .nav-col-22,
.page-template-home14 .twenty-two-header .nav-col-22,
.page-template-home15 .twenty-two-header .nav-col-22,
.page-template-home16 .twenty-two-header .nav-col-22,
.page-template-home17 .twenty-two-header .nav-col-22,
.page-template-home18 .twenty-two-header .nav-col-22,
.page-template-home19 .twenty-two-header .nav-col-22,
.page-template-home20 .twenty-two-header .nav-col-22,
.page-template-home21 .twenty-two-header .nav-col-22,
.page-template-home22 .twenty-two-header .nav-col-22,
.page-template-home23 .twenty-two-header .nav-col-22,
.page-template-home24 .twenty-two-header .nav-col-22,
.page-template-home25 .twenty-two-header .nav-col-22{
    display: none;
}

.twenty-two-header.twenty-two-header.fixed .nav-col-22 {
    display: block;
}

.twenty-two-header.fixed {
    height: 70px;
}

.twenty-two-header.fixed .fh-menu-col ul li a {
    padding: 10px 0;
}

.twenty-two-header.fixed .h-22-top-bar {
    display: none;
}

.twenty-two-header.fixed .spcl-btn,
.twenty-two-header.fixed .navbar.navbar-static {
    display: inline-block;
    vertical-align: middle;
}

.twenty-two-header.fixed img.main-logo {
    display: none;
}

.twenty-two-header .navbar.navbar-static,
.twenty-two-header .spcl-btn {
    display: inline-block;
    vertical-align: middle;
}

.twenty-two-header .c-menu__items .navbar.navbar-static {
    width: 100%;
}

.h-22-top-bar div#o-wrapper {
    margin-left: 15px;
}

.twenty-two-header .c-menu.c-menu--slide-right .navbar-nav>li:hover ul.dropdown-menu {
    display: none;
}

.nav>li>a.dropdown-link {
    position: absolute;
    right: 0;
    left: auto;
    width: 50px;
    top: 0;
    bottom: 0;
    border: none;
    background-color: #e1e1e1;
    text-align: center;
    font-size: 1.6em;
    color: #fff !important;
    line-height: 100%;
}

.twenty-two-header.fixed .container.fh-menu-col {
    top: 15px;
}

.twenty-two-header.internal-page.fixed .container.fh-menu-col {
    position: relative;
}

.h22-click-slide {
    position: fixed;
    left: auto;
    right: 0;
    top: 0px;
    bottom: 0;
    z-index: 999;
    background-color: white;
}

.h22-click {
    cursor: pointer;
}

.resp-menu .navbar.navbar-static {
    max-height: 80vh;
    overflow: auto;
}

.twenty-one-header .navbar.navbar-static .dropdown-menu {
    max-height: 70vh;
    overflow: auto;
}

/*Header 3 Redesign Start*/

header.redsign-third-header,
.page-template-home .redsign-third-header.internal-page,
.page-template-home1 .redsign-third-header.internal-page,
.page-template-home2 .redsign-third-header.internal-page,
.page-template-home3 .redsign-third-header.internal-page,
.page-template-home4 .redsign-third-header.internal-page,
.page-template-home5 .redsign-third-header.internal-page,
.page-template-home6 .redsign-third-header.internal-page,
.page-template-home7 .redsign-third-header.internal-page,
.page-template-home8 .redsign-third-header.internal-page,
.page-template-home9 .redsign-third-header.internal-page,
.page-template-home10 .redsign-third-header.internal-page,
.page-template-home11 .redsign-third-header.internal-page,
.page-template-home12 .redsign-third-header.internal-page,
.page-template-home13 .redsign-third-header.internal-page,
.page-template-home14 .redsign-third-header.internal-page,
.page-template-home15 .redsign-third-header.internal-page,
.page-template-home16 .redsign-third-header.internal-page,
.page-template-home17 .redsign-third-header.internal-page,
.page-template-home18 .redsign-third-header.internal-page,
.page-template-home19 .redsign-third-header.internal-page,
.page-template-home20 .redsign-third-header.internal-page,
.page-template-home21 .redsign-third-header.internal-page,
.page-template-home22 .redsign-third-header.internal-page,
.page-template-home23 .redsign-third-header.internal-page,
.page-template-home24 .redsign-third-header.internal-page,
.page-template-home25 .redsign-third-header.internal-page {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0px;
    padding: 10px 0;
}

.rd-th-main-menu .navbar-nav {
    float: right;
}

.rd-th-main-menu .navbar-nav li a {
    color: #fff;
}

.home-slider.rd-home3-slider:before,
.home-slider.rd-home3-slider:after {
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.49);
    top: 0;
    bottom: 0;
}

.home-slider.rd-home3-slider:after {
    background-color: red;
    left: auto;
    right: 0;
    opacity: 0.85;
}

.rd-h3-description {
    position: absolute;
    top: 25%;
    left: 40%;
    right: auto;
    z-index: 1;
    width: 700px;
    border: 5px solid #fff;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    padding-left: 170px;
}

.rd-h3-description h1,
.rd-h3-description h2 {
    font-size: 4.5em;
    text-transform: capitalize;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 25px;
}

.h3-des-small-title {
    position: absolute;
    left: 20%;
    color: #fff;
    margin: auto;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: bold;
    margin: auto;
    top: 0;
    bottom: 0;
    right: auto;
}

.rd-th-logo-inner .color-logo {
    display: none;
}

.redsign-third-header.fixed .main-logo,
.redsign-third-header.internal-page .main-logo {
    display: none;
}

.redsign-third-header.fixed .color-logo,
.redsign-third-header.internal-page .color-logo {
    display: block;
}

.redsign-third-header li.active>a {
    color: #fff !important;
}

.page-template-home .redsign-third-header.internal-page .main-logo,
.page-template-home1 .redsign-third-header.internal-page .main-logo,
.page-template-home2 .redsign-third-header.internal-page .main-logo,
.page-template-home3 .redsign-third-header.internal-page .main-logo,
.page-template-home4 .redsign-third-header.internal-page .main-logo,
.page-template-home5 .redsign-third-header.internal-page .main-logo,
.page-template-home6 .redsign-third-header.internal-page .main-logo,
.page-template-home7 .redsign-third-header.internal-page .main-logo,
.page-template-home8 .redsign-third-header.internal-page .main-logo,
.page-template-home9 .redsign-third-header.internal-page .main-logo,
.page-template-home10 .redsign-third-header.internal-page .main-logo,
.page-template-home11 .redsign-third-header.internal-page .main-logo,
.page-template-home12 .redsign-third-header.internal-page .main-logo,
.page-template-home13 .redsign-third-header.internal-page .main-logo,
.page-template-home14 .redsign-third-header.internal-page .main-logo,
.page-template-home15 .redsign-third-header.internal-page .main-logo,
.page-template-home16 .redsign-third-header.internal-page .main-logo,
.page-template-home17 .redsign-third-header.internal-page .main-logo,
.page-template-home18 .redsign-third-header.internal-page .main-logo,
.page-template-home19 .redsign-third-header.internal-page .main-logo,
.page-template-home20 .redsign-third-header.internal-page .main-logo,
.page-template-home21 .redsign-third-header.internal-page .main-logo,
.page-template-home22 .redsign-third-header.internal-page .main-logo,
.page-template-home23 .redsign-third-header.internal-page .main-logo,
.page-template-home24 .redsign-third-header.internal-page .main-logo,
.page-template-home25 .redsign-third-header.internal-page .main-logo {
    display: block;
}

.page-template-home .redsign-third-header.internal-page .color-logo,
.page-template-home1 .redsign-third-header.internal-page .color-logo,
.page-template-home2 .redsign-third-header.internal-page .color-logo,
.page-template-home3 .redsign-third-header.internal-page .color-logo,
.page-template-home4 .redsign-third-header.internal-page .color-logo,
.page-template-home5 .redsign-third-header.internal-page .color-logo,
.page-template-home6 .redsign-third-header.internal-page .color-logo,
.page-template-home7 .redsign-third-header.internal-page .color-logo,
.page-template-home8 .redsign-third-header.internal-page .color-logo,
.page-template-home9 .redsign-third-header.internal-page .color-logo,
.page-template-home10 .redsign-third-header.internal-page .color-logo,
.page-template-home11 .redsign-third-header.internal-page .color-logo,
.page-template-home12 .redsign-third-header.internal-page .color-logo,
.page-template-home13 .redsign-third-header.internal-page .color-logo,
.page-template-home14 .redsign-third-header.internal-page .color-logo,
.page-template-home15 .redsign-third-header.internal-page .color-logo,
.page-template-home16 .redsign-third-header.internal-page .color-logo,
.page-template-home17 .redsign-third-header.internal-page .color-logo,
.page-template-home18 .redsign-third-header.internal-page .color-logo,
.page-template-home19 .redsign-third-header.internal-page .color-logo,
.page-template-home20 .redsign-third-header.internal-page .color-logo,
.page-template-home21 .redsign-third-header.internal-page .color-logo,
.page-template-home22 .redsign-third-header.internal-page .color-logo,
.page-template-home23 .redsign-third-header.internal-page .color-logo,
.page-template-home24 .redsign-third-header.internal-page .color-logo,
.page-template-home25 .redsign-third-header.internal-page .color-logo
 {
    display: none;
}

.page-template-home .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home1 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home2 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home3 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home4 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home5 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home6 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home7 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home8 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home9 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home10 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home11 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home12 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home13 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home14 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home15 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home16 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home17 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home18 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home19 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home20 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home21 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home22 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home23 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home24 .redsign-third-header.internal-page.fixed .main-logo,
.page-template-home25 .redsign-third-header.internal-page.fixed .main-logo {
    display: none;
}


.page-template-home .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home1 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home2 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home3 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home4 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home5 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home6 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home7 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home8 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home9 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home10 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home11 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home12 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home13 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home14 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home15 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home16 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home17 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home18 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home19 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home20 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home21 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home22 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home23 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home24 .redsign-third-header.internal-page.fixed .color-logo,
.page-template-home25 .redsign-third-header.internal-page.fixed .color-logo{
    display: block;
}

.redsign-third-header.fixed .navbar-nav li a,
.page-template-home .redsign-third-header.internal-page.fixed,
.page-template-home1 .redsign-third-header.internal-page.fixed,
.page-template-home2 .redsign-third-header.internal-page.fixed,
.page-template-home3 .redsign-third-header.internal-page.fixed,
.page-template-home4 .redsign-third-header.internal-page.fixed,
.page-template-home5 .redsign-third-header.internal-page.fixed,
.page-template-home6 .redsign-third-header.internal-page.fixed,
.page-template-home7 .redsign-third-header.internal-page.fixed,
.page-template-home8 .redsign-third-header.internal-page.fixed,
.page-template-home9 .redsign-third-header.internal-page.fixed,
.page-template-home10 .redsign-third-header.internal-page.fixed,
.page-template-home11 .redsign-third-header.internal-page.fixed,
.page-template-home12 .redsign-third-header.internal-page.fixed,
.page-template-home13 .redsign-third-header.internal-page.fixed,
.page-template-home14 .redsign-third-header.internal-page.fixed,
.page-template-home15 .redsign-third-header.internal-page.fixed,
.page-template-home16 .redsign-third-header.internal-page.fixed,
.page-template-home17 .redsign-third-header.internal-page.fixed,
.page-template-home18 .redsign-third-header.internal-page.fixed,
.page-template-home19 .redsign-third-header.internal-page.fixed,
.page-template-home20 .redsign-third-header.internal-page.fixed,
.page-template-home21 .redsign-third-header.internal-page.fixed,
.page-template-home22 .redsign-third-header.internal-page.fixed,
.page-template-home23 .redsign-third-header.internal-page.fixed,
.page-template-home24 .redsign-third-header.internal-page.fixed,
.page-template-home25 .redsign-third-header.internal-page.fixed {
    color: #000;
}

.redsign-third-header.fixed .navbar-nav li a,
.page-template-home .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home1 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home2 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home3 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home4 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home5 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home6 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home7 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home8 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home9 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home10 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home11 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home12 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home13 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home14 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home15 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home16 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home17 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home18 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home19 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home20 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home21 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home22 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home23 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home24 .redsign-third-header.internal-page.fixed .navbar-nav li a,
.page-template-home25 .redsign-third-header.internal-page.fixed .navbar-nav li a {
    color: #000;
}

.redsign-third-header.fixed .navbar-nav li a:hover,
.redsign-third-header.internal-page .navbar-nav li a:hover,
.page-template-home .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home1 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home2 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home3 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home4 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home5 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home6 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home7 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home8 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home9 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home10 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home11 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home12 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home13 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home14 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home15 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home16 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home17 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home18 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home19 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home20 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home21 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home22 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home23 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home24 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home25 .redsign-third-header.internal-page.fixed .navbar-nav li a:hover {
    color: #fff;
}

.redsign-third-header.fixed header#header-scrl {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 10px;
}

.redsign-third-header.internal-page .navbar-nav li a {
    color: #000;
}

.page-template-home .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home1 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home2 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home3 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home4 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home5 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home6 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home7 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home8 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home9 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home10 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home11 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home12 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home13 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home14 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home15 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home16 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home17 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home18 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home19 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home20 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home21 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home22 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home23 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home24 .redsign-third-header.internal-page .navbar-nav li a,
.page-template-home25 .redsign-third-header.internal-page .navbar-nav li a {
    color: #fff;
}

.redsign-third-header.internal-page {
    position: relative;
    top: 0 !important;
}

/*Header 3 Redesign Start*/
/*Add New Gallery Section Start*/

.about-gallery-new ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
}

.about-gallery-new ul li:nth-child(3n+1) {
    clear: both;
}

.about-gallery-new ul li:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.about-gallery-new ul li .gallery-wrapper {
    text-align: center;
    border: 1px solid #60d60c;
    padding: 5px;
    position: relative;
    margin-bottom: 12px;
}

.about-gallery-new ul li .gallery-wrapper img {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 20px 0px #00000069;
}

.about-gallery-new ul li .gallery-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    top: auto;
    width: 20%;
    height: 3px;
    background-color: #60d60c;
    margin: auto;
}

.about-gallery-new ul li span {
    color: #292929;
    font-size: 1.1em;
}

/*Add New Gallery Section End*/
/*Header 23 Start*/

.h23-slider-header .slick-slide {
    position: relative;
}

.twenty-third-header .fh-top-header {
    background: #3e3e3e;
    border: none;
    padding: 3px 0;
}

.twenty-third-header .fh-top-header .topbar-social li,
.twenty-third-header .fh-top-header .sitemap li {
    border: none;
}

.twenty-third-header .fh-top-header .topbar-social li a,
.twenty-third-header .fh-top-header .sitemap li a {
    color: #fff;
    width: auto;
    padding: 0 5px;
}

.twenty-third-header .fh-top-header .topbar-address h1,
.topbar-address h2 {
    color: #fff;
}

.seventeen-header .topbar-address h2 {
    color: #000;
}

.twenty-third-header .fh-menu-col ul li a {
    border: none;
    padding: 45px 0;
}

.twenty-third-header .fh-top-header .topbar-social li a:hover,
.twenty-third-header .fh-top-header .sitemap li a:hover {
    opacity: 0.8;
}

.h23-slider-content h2 {
    font-size: 3em;
    color: #fff;
    margin-bottom: 20px;
}

.h23-slider-content p {
    color: #fff;
    font-size: 1.1em;
    width: 60%;
    margin-bottom: 20px;
}

.h23-slider-content .btn-primary {
    margin-right: 10px;
}

.twenty-third-header.fixed .fh-top-header {
    display: none;
}

.twenty-third-header.fixed .fh-menu-col ul li a {
    padding: 25px 0;
}

.twenty-third-header.fixed .fh-menu-col {
    height: 70px;
}

.h23-header-cta {
    padding: 35px 0;
}

.h23-header-cta .cta-text h5 {
    color: #fff;
    font-size: 1.3em;
    text-transform: uppercase;
}

.h23-header-cta .btn {
    text-align: right;
}

/*Header 23 End*/
/*Home3 Redesign Start*/

.page-template-home2 .title h2 {
    letter-spacing: 0;
    font-size: 1.7em;
    font-family: 'open_sanssemibold';
    color: #545454;
}

.about-our-cmpy-sec .title p {
    font-size: 1.1em;
}

.about-our-cmpy-sec .title h1 {
    font-size: 1.0em;
    font-family: 'open_sansregular';
    color: #656363;
    line-height: 170%;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    padding: 0;
    text-transform: initial;
}

.aoc-desc h4,
.aoc-desc-point h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.aoc-desc-point .aoc-decs-point-inner {
    margin-bottom: 35px;
}

.aoc-desc-point .aoc-decs-point-inner:last-chid {
    margin-bottom: 0;
}

.aoc-desc-point p img {
    float: right;
    margin-right: 0;
    margin-left: 15px;
    width: 110px;
    height: 110px;
}

.h3-services-item {
    text-align: center;
}

.h3-services-item i {
    margin-bottom: 20px;
    font-size: 5em;
}

.h3-services-item h4 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.rh3-cta-section {
    padding: 40px 0;
}

.rh3-cta-section .cta-text h3 {
    color: #fff;
    font-family: 'open_sanssemibold';
    font-size: 1.3em;
}

.h3-project-video-sec {
    background-attachment: fixed;
}

.h3-project-video-sec h2 {
    font-size: 3.2em;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'open_sanssemibold';
}

.h3-project-video-sec p {
    color: #fff;
    line-height: 150%;
    margin-bottom: 20px;
}

.rh3-cta-section {
    padding: 40px 0;
}

.rh3-cta-section h3 {
    color: #fff;
    font-weight: bold;
}

.h3-project-video-sec .video-holder-wrapper {
    display: table;
}

.h3-project-video-sec .video-holder {
    display: table-cell;
    vertical-align: middle;
}

.h3-project-video-sec a.video-btn {
    width: 70px;
    height: 70px;
    border: 7px solid #fff;
    display: table;
    border-radius: 100%;
    margin: auto;
    text-align: center;
}

.h3-project-video-sec a.video-btn i {
    font-size: 2em;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.company-experience:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8;
    /* background-color: rgba(243, 207, 5, 0.8);*/
}

.company-experience .ce-left h2 {
    font-size: 2em;
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.company-experience .ce-left p {
    color: #000;
}

.company-experience .ce-left ul {
    list-style-position: inside;
}

.company-experience .ce-left ul li {
    color: #000;
}

.company-experience .ce-right {
    text-align: right;
}

/*Home3 Redesign End*/
/*Header 24 Start*/

.h24-slider.desktop-slider .banner-text-wrapper {
    bottom: 200px;
}

.slider24-bottom-section {
    position: absolute;
    border-radius: 5px;
    padding: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    max-width: 1206px;
    margin: 0 auto 25px;
    z-index: 9;
}

.header24-product-item-wrapper {
    width: 20%;
    text-align: center;
}

.h24-row {
    text-align: center;
}

.h24-row h1,
.h24-row h2 {
    text-transform: uppercase;
    font-size: 2.500em;
    color: white;
    line-height: 130%;
    margin: 20px 0;
    font-family: 'open_sansbold';
    font-weight: 600;
    letter-spacing: 1px;
}

.h24-row p {
    color: white;
    font-size: 1.2em;
    font-style: italic;
    margin-bottom: 0px;
}

.header24-product-item {
    margin: 10px 0;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    overflow: hidden;
}

.header24-product-item img {
    margin-bottom: 15px;
}

.header24-product-item h5 {
    text-align: left;
    padding: 0 15px;
    font-size: 1.1em;
    font-weight: 700;
    color: #1e1e1e;
}

.header24-product-item span {
    text-align: left;
    display: block;
    padding: 0 15px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px;
}

/*Header 24 End*/
/*Header 6 Redesign Start*/

.sixth-header .header-detail .logo img {
    max-height: 60px;
    width: auto;
}

.page-template-home .sixth-header,
.page-template-home1 .sixth-header,
.page-template-home2 .sixth-header,
.page-template-home3 .sixth-header,
.page-template-home4 .sixth-header,
.page-template-home5 .sixth-header,
.page-template-home6 .sixth-header,
.page-template-home7 .sixth-header,
.page-template-home8 .sixth-header,
.page-template-home9 .sixth-header,
.page-template-home10 .sixth-header,
.page-template-home11 .sixth-header,
.page-template-home12 .sixth-header,
.page-template-home13 .sixth-header,
.page-template-home14 .sixth-header,
.page-template-home15 .sixth-header,
.page-template-home16 .sixth-header,
.page-template-home17 .sixth-header,
.page-template-home18 .sixth-header,
.page-template-home19 .sixth-header,
.page-template-home20 .sixth-header,
.page-template-home21 .sixth-header,
.page-template-home22 .sixth-header,
.page-template-home23 .sixth-header,
.page-template-home24 .sixth-header,
.page-template-home25 .sixth-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}

.sixth-header img.h6-white-logo,
.sixth-header.fixed .logo .h6-color-logo,
.page-template-home1 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home2 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home3 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home4 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home5 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home6 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home7 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home8 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home9 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home10 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home11 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home12 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home13 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home14 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home15 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home16 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home17 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home18 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home19 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home20 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home21 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home22 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home23 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home24 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home25 .sixth-header.fixed.internal-page .h6-color-logo,
.page-template-home1 .sixth-header.internal-page .h6-white-logo,
.page-template-home2 .sixth-header.internal-page .h6-white-logo,
.page-template-home3 .sixth-header.internal-page .h6-white-logo,
.page-template-home4 .sixth-header.internal-page .h6-white-logo,
.page-template-home5 .sixth-header.internal-page .h6-white-logo,
.page-template-home6 .sixth-header.internal-page .h6-white-logo,
.page-template-home7 .sixth-header.internal-page .h6-white-logo,
.page-template-home8 .sixth-header.internal-page .h6-white-logo,
.page-template-home9 .sixth-header.internal-page .h6-white-logo,
.page-template-home10 .sixth-header.internal-page .h6-white-logo,
.page-template-home11 .sixth-header.internal-page .h6-white-logo,
.page-template-home12 .sixth-header.internal-page .h6-white-logo,
.page-template-home13 .sixth-header.internal-page .h6-white-logo,
.page-template-home14 .sixth-header.internal-page .h6-white-logo,
.page-template-home15 .sixth-header.internal-page .h6-white-logo,
.page-template-home16 .sixth-header.internal-page .h6-white-logo,
.page-template-home17 .sixth-header.internal-page .h6-white-logo,
.page-template-home18 .sixth-header.internal-page .h6-white-logo,
.page-template-home19 .sixth-header.internal-page .h6-white-logo,
.page-template-home20 .sixth-header.internal-page .h6-white-logo,
.page-template-home21 .sixth-header.internal-page .h6-white-logo,
.page-template-home22 .sixth-header.internal-page .h6-white-logo,
.page-template-home23 .sixth-header.internal-page .h6-white-logo,
.page-template-home24 .sixth-header.internal-page .h6-white-logo,
.page-template-home25 .sixth-header.internal-page .h6-white-logo,
.sixth-header.internal-page .h6-color-logo,
.archive .sixth-header.internal-page .h6-color-logo,
.product-template-default .sixth-header.internal-page .h6-color-logo {
    display: block;
}

.sixth-header.fixed img,
.sixth-header .h6-color-logo,
.page-template-home1 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home2 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home3 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home4 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home5 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home6 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home7 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home8 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home9 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home10 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home11 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home12 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home13 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home14 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home15 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home16 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home17 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home18 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home19 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home20 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home21 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home22 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home23 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home24 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home25 .sixth-header.fixed.internal-page img.h6-white-logo,
.page-template-home1 .sixth-header.internal-page .h6-color-logo,
.page-template-home2 .sixth-header.internal-page .h6-color-logo,
.page-template-home3 .sixth-header.internal-page .h6-color-logo,
.page-template-home4 .sixth-header.internal-page .h6-color-logo,
.page-template-home5 .sixth-header.internal-page .h6-color-logo,
.page-template-home6 .sixth-header.internal-page .h6-color-logo,
.page-template-home7 .sixth-header.internal-page .h6-color-logo,
.page-template-home8 .sixth-header.internal-page .h6-color-logo,
.page-template-home9 .sixth-header.internal-page .h6-color-logo,
.page-template-home10 .sixth-header.internal-page .h6-color-logo,
.page-template-home11 .sixth-header.internal-page .h6-color-logo,
.page-template-home12 .sixth-header.internal-page .h6-color-logo,
.page-template-home13 .sixth-header.internal-page .h6-color-logo,
.page-template-home14 .sixth-header.internal-page .h6-color-logo,
.page-template-home15 .sixth-header.internal-page .h6-color-logo,
.page-template-home16 .sixth-header.internal-page .h6-color-logo,
.page-template-home17 .sixth-header.internal-page .h6-color-logo,
.page-template-home18 .sixth-header.internal-page .h6-color-logo,
.page-template-home19 .sixth-header.internal-page .h6-color-logo,
.page-template-home20 .sixth-header.internal-page .h6-color-logo,
.page-template-home21 .sixth-header.internal-page .h6-color-logo,
.page-template-home22 .sixth-header.internal-page .h6-color-logo,
.page-template-home23 .sixth-header.internal-page .h6-color-logo,
.page-template-home24 .sixth-header.internal-page .h6-color-logo,
.page-template-home25 .sixth-header.internal-page .h6-color-logo,
.sixth-header.internal-page img.h6-white-logo,
.archive .sixth-header.internal-page img.h6-white-logo,
.product-template-default .sixth-header.internal-page img.h6-white-logo {
    display: none;
}

.sixth-header .header-detail {
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
}

.sixth-header .header-detail:after,
.sixth-header .header-detail:before {
    content: '';
    clear: both;
    display: block;
}

.h6-slider.desktop-slider .banner-text-wrapper {
    top: 100px;
}

.h6-main-header .container .sh-menu-row {
    background-color: #fff;
}

.h6-main-header .container .sh-menu-row .navbar {
    margin-right: 15px;
}

.h6-main-header .container .sh-menu-row .navbar,
.h7-main-header .container .sh-menu-row .spcl-btn {
    display: inline-block;
    vertical-align: middle;
}

/*.h6-main-header .container .sh-menu-row .navbar{

    padding: 8px 0;

}*/

.h6-main-header .container .sh-menu-row .spcl-btn {
    float: right;
}

.h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li a {
    border-right: 1px solid #d1d1d1;
}

.h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li:last-child a {
    border-right: none;
}

.h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li a {
    padding: 13px 25px;
    color: black;
}

.h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li.active a {
    color: #fff;
}

.h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li a {
    background-color: transparent !important;
    margin: 9px 0;
}

.h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu {
    border-top: 1px solid #ddd;
    margin-top: 0;
}

.h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu li a:hover {
    color: #fff;
}

.page-template-home .sixth-header .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home1 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home2 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home3 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home4 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home5 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home6 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home7 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home8 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home9 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home10 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home11 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home12 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home13 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home14 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home15 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home16 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home17 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home18 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home19 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home20 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home21 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home22 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home23 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home24 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu,
.page-template-home25 .sixth-header.internal-page .h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li ul.dropdown-menu {
    border-top: none;
}

.h6-main-header .container .sh-menu-row .navbar ul#menu-main-menu li .dropdown-menu li a {
    margin: 0;
}

.h6-main-header .container .sh-menu-row .spcl-btn a.btn {
    border-radius: 0;
    padding: 22.5px 50px;
    /* font-size: 1.1em; */
}

.h6-main-header .container .sh-menu-row .col-md-12.col-sm-12.col-xs-12 {
    padding: 0;
}

.sixth-header.fixed .row,
.sixth-header.internal-page .row,
.page-template-home .sixth-header.internal-page.fixed .row,
.page-template-home1 .sixth-header.internal-page.fixed .row,
.page-template-home2 .sixth-header.internal-page.fixed .row,
.page-template-home3 .sixth-header.internal-page.fixed .row,
.page-template-home4 .sixth-header.internal-page.fixed .row,
.page-template-home5 .sixth-header.internal-page.fixed .row,
.page-template-home6 .sixth-header.internal-page.fixed .row,
.page-template-home7 .sixth-header.internal-page.fixed .row,
.page-template-home8 .sixth-header.internal-page.fixed .row,
.page-template-home9 .sixth-header.internal-page.fixed .row,
.page-template-home10 .sixth-header.internal-page.fixed .row,
.page-template-home11 .sixth-header.internal-page.fixed .row,
.page-template-home12 .sixth-header.internal-page.fixed .row,
.page-template-home13 .sixth-header.internal-page.fixed .row,
.page-template-home14 .sixth-header.internal-page.fixed .row,
.page-template-home15 .sixth-header.internal-page.fixed .row,
.page-template-home16 .sixth-header.internal-page.fixed .row,
.page-template-home17 .sixth-header.internal-page.fixed .row,
.page-template-home18 .sixth-header.internal-page.fixed .row,
.page-template-home19 .sixth-header.internal-page.fixed .row,
.page-template-home20 .sixth-header.internal-page.fixed .row,
.page-template-home21 .sixth-header.internal-page.fixed .row,
.page-template-home22 .sixth-header.internal-page.fixed .row,
.page-template-home23 .sixth-header.internal-page.fixed .row,
.page-template-home24 .sixth-header.internal-page.fixed .row,
.page-template-home25 .sixth-header.internal-page.fixed .row {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.sixth-header.fixed .header-detail,
.sixth-header.internal-page .header-detail,
.page-template-home .sixth-header.internal-page.fixed .header-detail,
.page-template-home1 .sixth-header.internal-page.fixed .header-detail,
.page-template-home2 .sixth-header.internal-page.fixed .header-detail,
.page-template-home3 .sixth-header.internal-page.fixed .header-detail,
.page-template-home4 .sixth-header.internal-page.fixed .header-detail,
.page-template-home5 .sixth-header.internal-page.fixed .header-detail,
.page-template-home6 .sixth-header.internal-page.fixed .header-detail,
.page-template-home7 .sixth-header.internal-page.fixed .header-detail,
.page-template-home8 .sixth-header.internal-page.fixed .header-detail,
.page-template-home9 .sixth-header.internal-page.fixed .header-detail,
.page-template-home10 .sixth-header.internal-page.fixed .header-detail,
.page-template-home11 .sixth-header.internal-page.fixed .header-detail,
.page-template-home12 .sixth-header.internal-page.fixed .header-detail,
.page-template-home13 .sixth-header.internal-page.fixed .header-detail,
.page-template-home14 .sixth-header.internal-page.fixed .header-detail,
.page-template-home15 .sixth-header.internal-page.fixed .header-detail,
.page-template-home16 .sixth-header.internal-page.fixed .header-detail,
.page-template-home17 .sixth-header.internal-page.fixed .header-detail,
.page-template-home18 .sixth-header.internal-page.fixed .header-detail,
.page-template-home19 .sixth-header.internal-page.fixed .header-detail,
.page-template-home20 .sixth-header.internal-page.fixed .header-detail,
.page-template-home21 .sixth-header.internal-page.fixed .header-detail,
.page-template-home22 .sixth-header.internal-page.fixed .header-detail,
.page-template-home23 .sixth-header.internal-page.fixed .header-detail,
.page-template-home24 .sixth-header.internal-page.fixed .header-detail,
.page-template-home25 .sixth-header.internal-page.fixed .header-detail{
    margin-bottom: 0;
    padding-top: 10px;
}

.sixth-header.fixed .row.sh-menu-row,
.sixth-header.internal-page .row.sh-menu-row,
.page-template-home .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home1 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home2 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home3 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home4 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home5 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home6 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home7 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home8 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home9 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home10 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home11 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home12 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home13 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home14 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home15 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home16 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home17 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home18 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home19 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home20 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home21 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home22 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home23 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home24 .sixth-header.internal-page.fixed .row.sh-menu-row,
.page-template-home25 .sixth-header.internal-page.fixed .row.sh-menu-row {
    float: right;
}

.page-template-home .sixth-header.internal-page .row,
.page-template-home1 .sixth-header.internal-page .row,
.page-template-home2 .sixth-header.internal-page .row,
.page-template-home3 .sixth-header.internal-page .row,
.page-template-home4 .sixth-header.internal-page .row,
.page-template-home5 .sixth-header.internal-page .row,
.page-template-home6 .sixth-header.internal-page .row,
.page-template-home7 .sixth-header.internal-page .row,
.page-template-home8 .sixth-header.internal-page .row,
.page-template-home9 .sixth-header.internal-page .row,
.page-template-home10 .sixth-header.internal-page .row,
.page-template-home11 .sixth-header.internal-page .row,
.page-template-home12 .sixth-header.internal-page .row,
.page-template-home13 .sixth-header.internal-page .row,
.page-template-home14 .sixth-header.internal-page .row,
.page-template-home15 .sixth-header.internal-page .row,
.page-template-home16 .sixth-header.internal-page .row,
.page-template-home17 .sixth-header.internal-page .row,
.page-template-home18 .sixth-header.internal-page .row,
.page-template-home19 .sixth-header.internal-page .row,
.page-template-home20 .sixth-header.internal-page .row,
.page-template-home21 .sixth-header.internal-page .row,
.page-template-home22 .sixth-header.internal-page .row,
.page-template-home23 .sixth-header.internal-page .row,
.page-template-home24 .sixth-header.internal-page .row,
.page-template-home25 .sixth-header.internal-page .row{
    display: inherit;
    float: inherit;
}

.page-template-home .sixth-header.internal-page .row.sh-menu-row,
.page-template-home1 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home2 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home3 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home4 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home5 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home6 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home7 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home8 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home9 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home10 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home11 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home12 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home13 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home14 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home15 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home16 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home17 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home18 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home19 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home20 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home21 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home22 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home23 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home24 .sixth-header.internal-page .row.sh-menu-row,
.page-template-home25 .sixth-header.internal-page .row.sh-menu-row {
    float: inherit;
}

.page-template-home .sixth-header.internal-page .header-detail,
.page-template-home1 .sixth-header.internal-page .header-detail,
.page-template-home2 .sixth-header.internal-page .header-detail,
.page-template-home3 .sixth-header.internal-page .header-detail,
.page-template-home4 .sixth-header.internal-page .header-detail,
.page-template-home5 .sixth-header.internal-page .header-detail,
.page-template-home6 .sixth-header.internal-page .header-detail,
.page-template-home7 .sixth-header.internal-page .header-detail,
.page-template-home8 .sixth-header.internal-page .header-detail,
.page-template-home9 .sixth-header.internal-page .header-detail,
.page-template-home10 .sixth-header.internal-page .header-detail,
.page-template-home11 .sixth-header.internal-page .header-detail,
.page-template-home12 .sixth-header.internal-page .header-detail,
.page-template-home13 .sixth-header.internal-page .header-detail,
.page-template-home14 .sixth-header.internal-page .header-detail,
.page-template-home15 .sixth-header.internal-page .header-detail,
.page-template-home16 .sixth-header.internal-page .header-detail,
.page-template-home17 .sixth-header.internal-page .header-detail,
.page-template-home18 .sixth-header.internal-page .header-detail,
.page-template-home19 .sixth-header.internal-page .header-detail,
.page-template-home20 .sixth-header.internal-page .header-detail,
.page-template-home21 .sixth-header.internal-page .header-detail,
.page-template-home22 .sixth-header.internal-page .header-detail,
.page-template-home23 .sixth-header.internal-page .header-detail,
.page-template-home24 .sixth-header.internal-page .header-detail,
.page-template-home25 .sixth-header.internal-page .header-detail {
    margin-bottom: 15px;
    padding-top: 0px;
}

.h6-slider-content {
    text-align: center;
}

.h6-slider-content .h6-slider-title {
    font-size: 2.2em;
    color: #fff;
    line-height: 150%;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'open_sansbold';
    font-weight: 600;
    letter-spacing: 1px;
}

.h6-slider-content .banner-subtext {
    color: #fff;
    margin-bottom: 25px;
}

.h6-header-cta {
    padding: 25px 0;
}

.h6-header-cta .cta-text h5 {
    color: #fff;
    font-family: 'open_sansregular';
}

/*Header 6 Redesign End*/

.new-fss li i {
    float: left;
    margin: 4px 12px 0 0;
    text-align: right;
}

.new-fss li span {
    display: table;
}

.pa-more-desc {
    margin-top: 60px;
}

.first-header .fh-top-header .topbar-social li a:hover,
.first-header .fh-top-header .sitemap li a:hover {
    opacity: 0.8;
}

/*About 5*/

.about5-history-sec .about-text p {
    padding: 10px 0 40px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 15px;
}

.about5-history-sec .about-img-video {
    height: 260px;
}

.a5-our-vision {
    padding: 40px;
}

.a5-our-vision .a5-vision-title h2 {
    font-size: 1.8em;
    color: #fff;
    margin-bottom: 5px;
}

.a5-our-vision .a5-vision-title span {
    margin-bottom: 10px;
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-style: italic;
}

.a5-our-vision p {
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 30px;
}

.tl-item-btn {
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}

.ui-timeline {
    position: relative;
}

.ui-timeline:before {
    background-color: #d5d5d5;
    bottom: 0px;
    content: "";
    position: absolute;
    left: 50%;
    top: -40px;
    width: 1px;
    z-index: 0;
}

.ui-timeline .tl-item {
    clear: both;
}

.ui-timeline .tl-item .tl-body {
    width: 50%;
}

.ui-timeline .tl-item:nth-child(odd) .tl-body {
    float: right;
}

.ui-timeline .tl-item .tl-body .tl-entry {
    position: relative;
    margin: 0 0 35px 36px;
}

.ui-timeline .tl-item:nth-child(even) .tl-body .tl-entry {
    margin: 0 35px 15px 0;
}

.ui-timeline .tl-item .tl-body .tl-time {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 150px;
    line-height: 35px;
    text-align: right;
    left: -220px;
    right: auto;
    color: #3D4051;
}

.ui-timeline .tl-item .tl-body .tl-icon {
    position: absolute;
    left: -53px;
    top: 0;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    padding: 0;
    display: inline-block;
    text-align: center;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
}

.ui-timeline .tl-item:nth-child(even) .tl-body .tl-icon {
    right: -53px;
    left: auto;
}

.ui-timeline .tl-item .tl-body .tl-content {
    position: relative;
    padding: 20px 15px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.9);
}

.ui-timeline .tl-item .tl-body .tl-content:after {
    content: " ";
    line-height: 0;
    position: absolute;
    left: -16px;
    top: 0;
    border: 8px solid transparent;
    border-right: 8px solid rgba(255, 255, 255, 0.9);
    border-top: 8px solid rgba(255, 255, 255, 0.9);
}

.ui-timeline .tl-item:nth-child(even) .tl-body .tl-content:after {
    right: -16px;
    left: auto;
    border: 8px solid transparent;
    border-left: 8px solid rgba(255, 255, 255, 0.9);
    border-top: 8px solid rgba(255, 255, 255, 0.9);
}

.ui-timeline .tl-item:nth-child(even) {
    text-align: right;
}

.ui-timeline .tl-item:nth-child(even) .tl-body .tl-time {
    right: -220px;
    left: auto;
    text-align: left;
}

.ui-timeline .tl-item .tl-body .tl-content h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.ui-timeline .tl-item .tl-body .tl-content p {
    color: #222;
    font-size: 14px;
    margin-bottom: 0;
}

/*About 6*/

.ab6-history-sec {
    margin-bottom: 35px;
}

.ab6-history-sec .ab6-title h1 {
    font-size: 1.5em;
    text-transform: capitalize;
    line-height: 150%;
}

.ab6-history-sec .ab6-title h1 span {
    font-size: 1.8em;
    letter-spacing: 0;
    line-height: 120%;
    display: block;
    margin: 20px 0;
    text-transform: capitalize;
}

.ab6-history-sec .ab6-title h2 {
    font-size: 1.5em;
    text-transform: capitalize;
    line-height: 150%;
}

.ab6-history-sec .ab6-title h2 span {
    font-size: 1.8em;
    letter-spacing: 0;
    line-height: 120%;
    display: block;
    margin: 20px 0;
    color: #1e73be;
    text-transform: capitalize;
}

.ab6-history-sec .ab6-text span {
    /*font-size: 1.25em;

    font-family: 'open_sanssemibold';*/

    color: #555;
    display: block;
    margin: 20px 0;
    line-height: 150%;
}

.ab6-history-sec .ab6-text p {
    margin-bottom: 20px;
}

.ab6-history-sec .about-img-video {
    height: 400px;
}

.ab6-history-sec .about-img img {
    width: 100%;
}

.ab6-history-sec .about-img img.play-video-icon {
    width: auto;
}

.ab6-services_banner {
    position: relative;
    border: 20px solid #1e73be;
}

.ab6-services_banner .ab6-sb-inner {
    position: relative;
    padding: 50px;
}

.ab6-services_banner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8;
}

.ab6-timline .ab6-services_banner h2 {
    font-size: 4.800em;
    color: #fff;
}

.ab6-services_banner span {
    font-size: 8.000em;
    line-height: 110%;
    color: #fff;
}

.ab6-services_banner h3 {
    font-size: 2.867em;
    line-height: 120%;
    color: #fff;
    font-family: 'open_sansbold';
}

.ab6-timeline {
    position: relative;
    padding-top: 80px;
}

.ab6-timeline:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: auto;
    border: 3px solid #ccc;
    border-radius: 10px;
}

.ab6-timeline .row {
    margin: 0;
}

.ab6-timeline .col-md-4 {
    padding: 0 4px;
}

.timeline-box {
    background: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    position: relative;
}

.timeline-box span {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    font-size: 1.3em;
    color: #333;
    display: block;
    text-align: center;
}

.tb-dot {
    position: relative;
}

.tb-dot:before {
    position: absolute;
    left: 0;
    right: 0;
    top: -75px;
    bottom: auto;
    margin: 0 auto;
    height: 30px;
    width: 30px;
    line-height: 24px;
    border: 3px solid #ccc;
    border-radius: 100%;
    text-align: center;
    z-index: 9;
    background: #fff;
    content: "";
}

.tb-dot:after {
    position: absolute;
    left: 0;
    right: 0;
    top: -105px;
    background: #ccc;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 30px;
    margin: auto;
    bottom: 15px;
    z-index: 9;
}

.tb-dot-wrapper {
    position: relative;
}

.tb-dot-wrapper:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -90px;
    bottom: auto;
    width: 2px;
    height: 15px;
    background: #ccc;
    content: "";
}

.tb-dot-wrapper:before {
    width: 8px;
    height: 8px;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    border-radius: 10px;
    bottom: auto;
    top: -90px;
}

.timeline-box h6 {
    color: #222;
    font-family: 'open_sansbold';
    font-size: 1.1em;
    margin-bottom: 5px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.timeline p {
    margin-bottom: 18px;
}

.eco-box {
    position: relative;
    padding: 0 0 0 83px;
    margin: 0 0 33px;
}

.wcu-6 .col-md-4:nth-child(3n+1) {
    clear: both;
}

.wcu-6 .title h4,
.ab6-timline .title h4 {
    font-size: 1.5em;
    margin-bottom: 15px;
    font-family: 'open_sansbold';
}

.wcu-6 h2,
.ab6-timline h2 {
    text-transform: capitalize;
    font-size: 2.2em;
}

.wcu-6 .col-md-4:nth-last-child(-n+3) .eco-box {
    margin-bottom: 0;
}

.eco-box span.econ-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 68px;
    border: 2px solid #66bb6a;
    color: #66bb6a;
    border-radius: 100%;
    text-align: center;
    line-height: 64px;
    font-size: 28px;
}

.eco-box h5 {
    color: #333;
    margin: 0 0 10px;
    font-family: 'open_sansbold';
    font-size: 1.5em;
}

.eco-box p {
    margin: 0;
}

.ab6-gallery-sec h4 {
    font-family: 'open_sansbold';
    font-size: 1.5em;
    margin-bottom: 10px;
}

.ab6-gallery-sec .title h2 {
    font-size: 2em;
    letter-spacing: 0;
    text-transform: capitalize;
}

.ab6-client-sec li {
    display: inline-block;
    list-style: none;
    width: 19%;
    padding: 0 10px;
    text-align: center;
}

.ab6-client-sec li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .7;
}

.ab6-client-sec li:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

/*Header 25 Start*/

.h25-slider-header .slick-slide {
    position: relative;
}

.twenty-five-header .fh-menu-col ul>li {
    margin: 0;
}

.twenty-five-header .fh-menu-col ul li a {
    border: none;
    color: #fff;
    padding: 25px 18px;
    letter-spacing: 0;
}

.twenty-five-header .fh-menu-col ul li.active a {
    content: #fff !important;
}

.fixed#header-scrl.twenty-five-header .fh-menu-col ul>li a {
    color: #fff;
}

.fixed#header-scrl.twenty-five-header .fh-menu-col ul>li ul li a {
    color: #8c8c8c
}

.twenty-five-header .fh-menu-col ul>li a:hover {
    opacity: 0.8;
}

.twenty-five-header .fh-menu-col ul>li:last-child a {
    padding-right: 0;
}

/*.twenty-five-header .fh-menu-col ul li a:after {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    height: 22px;
    width: 1px;
    background-color: #fff;
    margin: auto;
}*/

.twenty-five-header .fh-menu-col ul li:last-child a:after {
    display: none;
}

.twenty-five-header .fh-menu-col {
    height: 70px;
}

.twenty-five-header {
    background-color: #81d742;
}

.h25-slider-content h5 {
    color: #fff;
    font-size: 1.7em;
}

/*.h25-slider-content h5 span,

.h25-slider-content h6 span {

    font-family: 'open_sansextrabold';

}*/

.h25-slider-content h2 {
    font-size: 4em;
    color: #fff;
    text-transform: uppercase;
    font-family: 'open_sansextrabold';
}

.h25-slider-content h6 {
    font-family: 'open_sanssemibold';
    color: #fff;
    font-size: 1.7em;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.h25-slider-content .btn-primary {
    margin-right: 10px;
}

.h25-header-services-area {
    margin-top: -105px;
    position: relative;
    z-index: 99;
}

.h25-header-services-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .08);
}

.h25-header-services-area ul li {
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
    padding: 20px 0;
}

.h25-header-services-area ul li .sinfo {
    position: relative;
    z-index: 99;
    border-right: 1px solid #c8e6c9;
    padding: 20px 5px;
}

.h25-header-services-area ul li .sinfo h6 {
    margin: 22px 0 7px;
    font-size: 1.25em;
    text-transform: capitalize;
}

.h25-header-services-area ul li:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    bottom: auto;
    background-color: #81d742;
    border-radius: 6px;
    height: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.h25-header-services-area ul li:nth-child(4):after,
.h25-header-services-area ul li:hover:after {
    opacity: 1;
    height: 115%;
}

.h25-header-services-area ul li:hover h6,
.h25-header-services-area ul li:hover p,
.h25-header-services-area ul li:nth-child(4) h6,
.h25-header-services-area ul li:nth-child(4) p {
    color: #fff;
}

/*Header 23 End*/
/*Home 16*/

.title-16 {
    margin-bottom: 40px;
}

.h16-ce-img a {
    width: 76%;
}

.h16-ce-year span {
    font-size: 6em;
    line-height: 100%;
    font-family: 'open_sansbold';
    color: #81d742;
}

.h16-ce-title {
    position: relative;
    padding-left: 29px;
    margin-bottom: 25px;
    border-left: 6px solid red;
}

.h16-ce-title h5 {
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 1px;
    margin-bottom: 2px;
    margin-top: 5px;
    color: #8d9297;
    font-family: 'open_sansbold';
}

.h16-ce-title h2 {
    font-weight: 600;
    font-size: 2.400em;
    letter-spacing: 0;
    padding-bottom: 10px;
}

.h16-title-desc strong {
    color: #8d9297;
    font-size: 1.1em;
    margin-bottom: 30px;
    display: block;
    line-height: 170%;
}

.h16-company-experince p {
    color: #8d9297;
    margin-bottom: 30px
}

.h16-fl-item {
    margin-bottom: 30px;
}

.fl-item-icon {
    float: left;
    margin-right: 20px;
    padding-top: 2px;
}

.fl-item-icon i {
    font-size: 2.667em;
    padding-top: 2px;
}

.fl-item-top h4 {
    display: table;
    font-size: 2.667em;
    line-height: 100%;
}

.h10-product-blog .btn-btn-primary i {
    margin-left: 5px;
}

.h10-product-blog .btn-btn-primary:hover {
    border: 2px solid #182333;
    background: #182333;
    color: #fff;
    text-decoration: none;
}

.h10-product-contant {
    padding: 20px 30px;
    text-align: center;
}

.h10-product-contant p {
    color: #8d9297;
}

.h10-product-contant h3 {
    font-size: 1.25em;
    margin-bottom: 10px;
    font-family: 'open_sanssemibold';
}

.h10-product-title h2:after {
    display: block;
    content: "";
    position: absolute;
    background-color: transparent;
    width: 6px;
    top: 0%;
    height: 95%;
    left: 0;
    margin-left: 0;
    background: #fda12b;
    height: 6px;
    width: 70px;
    left: 48%;
    margin-top: 85px;
}

.h10-product-block .h10-product-image {
    overflow: hidden;
    position: relative;
}

.h10-product-block .h10-product-image:before {
    content: '';
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 0;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.h10-product-block .h10-product-image:after {
    content: '';
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.h10-product-block .h10-product-image:hover:before,
.h10-product-block .h10-product-image:hover:after {
    top: 0;
}

.h10-title-desc {
    margin: 20px 0;
}

.h10-company-experince p {
    margin-bottom: 30px;
}

/*.col-md-4:nth-child(3n+1) {

    clear: left;

}*/

.title-16 span {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
    margin-top: 5px;
    color: #8d9297;
    font-family: 'open_sanssemibold';
}

.title-16 h2 {
    color: #333;
    font-size: 2.400em;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}

.title-16 h1 {
    color: #333;
    font-size: 2.0em;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
    text-transform: initial;
}

.title-16 h1:after {
    content: "";
    position: absolute;
    width: 70px;
    bottom: 0;
    height: 6px;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    background-color: #1e73be;
}

.title-16 h2:after {
    content: "";
    position: absolute;
    width: 70px;
    bottom: 0;
    height: 6px;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    background-color: #1e73be;
}

.title-16 p {
    font-size: 1.2em;
    color: #8d9297;
    width: 70%;
    margin: auto;
}

.h10-es-item {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.h10-es-item img {
    max-height: 210px;
    width: 210px;
    border-radius: 50%;
    border: 8px #fff solid;
    box-shadow: 0 0 25px 0 rgba(24, 35, 51, .09);
    text-align: center;
}

.h10-easy-step .col-md-3 h5 {
    color: #182333;
    font-size: 1.25em;
    text-align: center;
    padding: 0 15px;
}

.h10-es-item span {
    position: absolute;
    background-color: #182333;
    color: #fff;
    border-radius: 50%;
    left: auto;
    right: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 17px;
}

.h10-es-item:hover span {
    background-color: #FDA12B;
}

.h10-es-item:hover h5 {
    color: #FDA12B;
}

.h10-para {
    font-size: 15px;
    color: #8d9297;
}

.h10-es-item-inner {
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
}

.h10-es-item-inner:before {
    content: '';
    background-image: url(./images/process-icon-img1.png);
    position: absolute;
    width: 56px;
    height: 21px;
    top: 0px;
    bottom: 0px;
    left: auto;
    right: -70px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.h10-easy-step .col-md-3:nth-child(even) .h10-es-item-inner:before {
    background-image: url(./images/process-icon-img2.png);
}

.h10-easy-step .col-md-3:last-child .h10-es-item-inner:before {
    display: none;
}

.h10-blog-box {
    box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    padding: 10px;
    background: #fff;
    margin-top: 20px;
}

.h10-blog-image img {
    width: 100%;
}

a .h10-blog-box {
    text-decoration: none;
    color: #182333;
}

.h10-blog-contant {
    padding: 15px 17px 11px 20px;
}

.h10-blog-contant i {
    margin-right: 6px;
    color: #8d9297;
}

.h10-blog-contant span {
    font-size: 14px;
    font-family: 'open_sanssemibold';
    color: #8d9297;
}

.h10-blog-contant h5 {
    font-size: 1.25em;
    margin: 10px 0 0;
}

.h10-blog-news a:hover {
    text-decoration: none;
}

.h10-blog-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px rgba(0, 0, 0, .14);
}

.h10-blog-box {
    background-color: #fff;
    padding: 0;
    margin: 10px 0 20px;
    border: 15px solid #fff;
    transition: 0.5s;
}

/*--vide home services*/

.h10-home-services {
    margin: 0 auto;
    position: relative;
    height: auto;
    padding-bottom: 150px;
}

.h10-play-btn {
    height: 100px;
    width: 100px;
    background: rgba(226, 146, 45, 0.1);
    border-radius: 50%;
    margin: 4% auto;
    position: relative;
}

.h10-play-btn-inner,
.h10-play-btn-inner2 {
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.h10-play-btn-inner {
    height: 80px;
    width: 80px;
    background: rgba(226, 146, 45, 0.3);
}

.h10-play-btn-inner2 {
    height: 60px;
    width: 60px;
    background: #fda12b;
}

.h10-play-btn-inner2 .fa {
    color: #fff;
    font-size: 2em;
    margin: 25% 0 0 15%;
}

.h10-video-title {
    width: 70%;
    margin: auto;
}

.h10-video-title h5 {
    color: #fff;
    font-size: 1.267em;
}

.h10-video-title h2 {
    font-size: 4em;
    color: #fff;
    margin: 20px auto 0;
}

/*end video css*/
/*contact*/

.h10-fl-item h3 {
    padding-top: 12px;
    text-align: left;
    border-top: 1px solid #E8E8E8;
    clear: both;
    overflow: hidden;
    margin-top: 15px;
    font-size: 1.2em;
    font-family: 'open_sanssemibold';
}

.h10-product-block {
    margin-bottom: 30px;
}

.h10-product-title p {
    margin: 30px 0;
}

.h10-product-blog img {
    width: 100%;
}

.h10-product-blog .btn-btn-primary {
    border: 2px solid #182333;
    padding: 10px 20px;
    color: #182333;
    margin-top: 15px;
    display: inline-block;
}

.h10-consult-contact {
    background-color: #fff;
    box-shadow: 0px 0px 25px 0px rgba(24, 35, 51, .09);
    margin-top: -150px;
}

.h10-cc-inner {
    padding: 50px 60px;
}

.h10-cc-inner:before,
.h10-cc-inner::after {
    content: '';
    clear: both;
    display: block;
}

.h10-cc-title {
    position: relative;
    padding-left: 30px;
    margin-bottom: 40px;
}

.h10-contact-form {
    left: -20px;
    position: relative;
}

.h10-contact-form .btn {
    width: 100%;
}

.h10-cc-title h5 {
    text-transform: uppercase;
    font-size: 1em;
    margin: 5px 0;
    color: #8d9297;
}

.h10-cc-title h2 {
    font-size: 2.400em;
}

.h10-cc-title:before {
    content: "";
    position: absolute;
    background-color: #FDA12B;
    width: 6px;
    top: 0%;
    height: 100%;
    left: 0;
    margin-left: 0;
}

.h10-consult-contact .col-md-6 {
    padding: 0;
}

.h10-contact-img {
    position: relative;
    height: 100%;
    min-height: 350px;
    background-position: center top;
}

.h10-contact-img-layer {
    position: absolute;
    top: auto;
    right: auto;
    left: 10%;
    bottom: 10%;
}

.h10-contact-img-layer h2 {
    color: #FDA12B;
    font-size: 4em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.h10-contact-img-layer h2 span {
    color: #fff;
    display: block;
}

.h10-contact-img-layer .fa {
    font-size: 16px;
    padding-left: 12px;
}

.h10-consult-contact:after,
.h10-consult-contact:before {
    content: '';
    clear: both;
    display: block;
}

/*end css*/
/*testimonial*/

.h10-img-testimonial img {
    margin: -120px auto 20px;
    text-align: center;
    width: 118px;
    height: 118px;
    border: 8px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .11);
    border-radius: 50%;
}

.h10-img-testimonial p {
    display: block;
    color: rgba(255, 255, 255, .75);
    padding: 0 10px 0 25px;
    font-style: italic;
    font-size: 1.15em;
    margin-bottom: 30px;
}

.h10-img-testimonial h6 {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .75);
}

.h10-img-testimonial span {
    display: block;
    color: rgba(255, 255, 255, .75);
}

.h10-img-testimonial {
    position: relative;
    z-index: 9;
    background-color: #fda12b;
    padding: 50px;
    margin-top: 70px;
}

.h10-img-testimonial ul {
    text-align: center;
}

.h10-img-testimonial ul:after,
.h10-img-testimonial ul:before {
    content: '';
    display: block;
    clear: both;
}

.h10-img-testimonial ul li {
    display: inline-block;
    float: none !important;
}

.h10-img-testimonial ul {
    display: block;
}

.h10-img-testimonial ul li i {
    color: #fff;
    font-size: 17px;
    margin: 0 1px 10px;
}

.h10-testmonial-slider ul.slick-dots {
    text-align: center;
    margin: 10px 0;
}

/*end testimonial*/
/*about-page-css*/

.about-contact-heading h1 {
    font-family: 'open_sansbold';
    font-size: 1.6em;
}

/*end*/
/*h16-css*/

.h16-fl-item h3 {
    padding-top: 12px;
    text-align: left;
    border-top: 1px solid #E8E8E8;
    clear: both;
    overflow: hidden;
    margin-top: 15px;
    font-size: 1.2em;
    font-family: 'open_sanssemibold';
}

.h16-product-block {
    margin-bottom: 30px;
}

.h16-product-title p {
    margin: 30px 0;
}

.h16-product-blog img {
    width: 100%;
}

.h16-slider-content h1,
.h16-slider-content h2 {
    font-size: 3.75em;
    color: #fff;
    text-transform: uppercase;
    line-height: 120%;
    font-family: 'open_sansbold';
    font-weight: 600;
    letter-spacing: 1px;
}

.h16-slider-content p {
    font-size: 1.5em;
    color: #fff;
    margin: 20px 0px 30px;
}

.h16-slider-content .btn-primary {
    margin-right: 20px;
}

.h16-product-block {
    margin-bottom: 30px;
}

.h16-product-blog {
    background: #fff;
    display: block;
    height: 100%;
    border-radius: 6px;
}

.h16-product-title p {
    margin: 30px 0;
}

.h16-product-blog img {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    height: 270px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.h16-product-blog .btn-primary,
.h16-about-sec .btn-primary,
.h16-graph-mission-sec .btn-primary {
    padding: 10px 20px;
    color: #fff;
    margin-top: 8px;
    display: inline-block;
    border-radius: 2px;
}

.h16-product-blog .btn-primary {
    padding: 9px 20px 9px 20px;
    text-transform: capitalize;
    font-family: 'open_sansregular';
    font-size: 1em;
}

.h16-about-sec .btn-primary,
.h16-graph-mission-sec .btn-primary {
    padding: 10px 40px 10px 40px;
}

.h16-product-blog .btn-primary i,
.h16-about-sec .btn-primary i {
    margin-left: 5px;
}

.h16-product-blog .btn-primary:hover {
    background: #182333;
    color: #fff;
    text-decoration: none;
}

.h16-about-sec .btn-primary:hover {
    background: #182333;
    color: #fff;
    text-decoration: none;
}

.h16-graph-mission-sec .btn-primary:hover {
    background: #182333;
    color: #fff;
    text-decoration: none;
}

.h16-product-contant {
    padding: 20px 30px;
    text-align: left;
}

.h16-product-contant p {
    color: #8d9297;
}

.h16-product-contant h3 {
    font-size: 1.25em;
    margin-bottom: 10px;
    font-family: 'open_sanssemibold';
}

.h16-product-title h2:after {
    display: block;
    content: "";
    position: absolute;
    background-color: transparent;
    width: 6px;
    top: 0%;
    height: 95%;
    left: 0;
    margin-left: 0;
    background: #fda12b;
    height: 6px;
    width: 70px;
    left: 48%;
    margin-top: 85px;
}

.h16-product-block .h16-product-image {
    overflow: hidden;
    position: relative;
}

.h16-product-block .h16-product-image:before {
    content: '';
    /*background: #0005;*/
    height: 100%;
    left: 0;
    position: absolute;
    top: 0%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 14;
    border-radius: 6px 6px 0px 0px;
}

.h16-product-block .h16-product-image:after {
    content: '';
    background: #0005;
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.h16-product-block .h16-product-image:hover:before,
.h16-product-block .h16-product-image:hover:after {
    top: 0;
}

.h16-product-block .h16-product-image:hover:before {
    background: #0005;
}

.h16-service-shadow {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.h16-post-border {
    border: 1px solid #86bc42;
    bottom: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
}

.h16-product-image:hover .h16-post-border {
    display: block;
}

.h16-post-border .fa {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: auto;
    height: 25px;
    color: #fff;
    font-size: 24px;
    z-index: 999;
}

.h16-product-image .h16-post-border .fa:hover {
    color: #86bc42;
}

.h16-product-image:hover img {
    transform: scale3d(1.2, 1.2, 1.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.h-16-main-title span {
    text-transform: inherit;
    letter-spacing: 1px;
    margin-bottom: 2px;
    margin-top: 5px;
    color: #86bc42;
}

.h-16-main-title h2 {
    color: #333;
    font-size: 2.400em;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}

.h-16-main-title h1 {
    color: #333;
    font-size: 2.0em;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
    text-transform: initial;
}

.h-16-main-title h2,
.h-16-main-title h1:after {
    content: "";
    position: absolute;
    width: 70px;
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    background-color: #fda12b;
}

.h-16-main-title p {
    font-size: 15px;
    color: #8d9297;
    width: 70%;
    margin: auto;
    padding: 0px 0px 25px 0px;
}

.h-16-main-title h2,
.h-16-main-title h1:after {
    content: "";
    position: absolute;
    width: 70px;
    bottom: 8px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    background-color: #86bc42;
}

/*end*/
/*client review*/

.h16-client-review {
    padding: 50px 0px 50px 0px;
    background: #333;
}

.h16-counter-box {
    position: relative;
    text-align: center;
}

.h16-client-review h4 {
    font-size: 35px;
    line-height: normal;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.h16-counter-box .fa {
    font-size: 35px;
    color: #fff;
}

.h16-counter-desc {
    position: relative;
}

.h16-counter-desc h2 {
    font-size: 2.66em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.06em;
    margin-bottom: 15px;
    font-family: 'open_sansbold';
}

.h16-counter-desc p {
    font-size: 1.13em;
    color: #fff;
}

.h16-counter-item {
    list-style: none;
    width: 25%;
    float: left;
    display: grid;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.h16-ci-icon {
    display: block;
}

.h16-ci-icon i {
    color: #fff;
    font-size: 44px;
    font-family: 'FontAwesome';
    font-style: normal;
}

.h16-ci-text {
    display: block;
}

.h16-ci-text h3 {
    color: #fff;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 5px;
    padding: 10px 0px;
}

.h16-ci-text h3:after {
    content: '+';
}

.h16-ci-text span:before {
    content: ' ';
    position: absolute;
    width: 5%;
    height: 2px;
    top: 73%;
    right: 0;
    left: 11%;
    bottom: 0;
    background: #fff;
}

.h16-ci-text span {
    font-size: 22px;
    line-height: 150%;
    color: #fff;
    font-family: 'open_sanssemibold';
    position: relative;
    display: block;
    margin-top: 30px;
}

.h16-ci-text span:before {
    content: ' ';
    position: absolute;
    width: 50px;
    height: 1px;
    top: -66px;
    right: 0;
    left: 0;
    background: #fff;
    margin: auto;
}

.h16-separator-line-horrizontal-medium-light3 {
    width: 18%;
    height: 1px;
    background: #fff;
}

.h16-center-col {
    float: auto;
    margin: 10px auto 15px auto;
}

/*end*/
/*about sec*/

.h16-about-sec:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f7f7f7;
}

.h16-about-sec h4 {
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 20px;
    padding: 0;
    letter-spacing: 0;
    color: #232323;
    line-height: 26px;
}

.h16-about-sec h1 {
    font-size: 21px;
    text-transform: initial;
    padding-bottom: 25px;
}

.h16-about-sec p {
    margin-bottom: 10px;
}

.h16-about-sec span {
    font-weight: 600;
    margin-bottom: 10px;
}

.h16-quotes .fa.fa-quote-left {
    font-size: 15px;
    color: #616161;
}

.h16-quotes {
    border-left: 1px solid #dee2e6;
}

.h16-quotes {
    margin-bottom: 10px;
}

.h16-padding-30px-left {
    padding-left: 30px;
}

.h16-text-theme-color {
    color: #86bc42;
}

/*end*/
/*video bg*/

.h16-about-video-bg {
    background-image: url(https://newsanti.com/wp-content/uploads/2019/06/about-04.jpg);
    min-height: 367px;
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

.h16-video-border {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.h16-bg-black {
    background-color: #000;
}

.h16-inner-border {
    border: 8px solid rgba(255, 255, 255, 0.35);
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    left: 20px;
    top: 20px;
    position: absolute;
}

.h16-video_btn {
    position: relative;
    height: 80px;
    width: 80px;
    background: #86bc42;
    text-align: center;
    display: inline-block;
    line-height: 90px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
}

.h16-video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}

.h16-video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}

.h16-video_btn i {
    font-size: 2.1em;
}

.h16-font-size18 {
    font-size: 18px;
    line-height: 26px;
}

.h16-absolute-middle-center {
    left: 50%;
    top: 50%;
    position: absolute;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 9;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

/*end*/
/*get in touch*/

.h16-get-touch-sec:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f7f7f7;
}

.h16-bg-get.panel-title {
    font-family: 'open_sansregular';
}

/*end*/
/*what to do*/

.h16-what-to-do-sec:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
}

.h16-business-shadow {
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #fff;
    padding: 25px 30px;
    transition: all 0.5s ease 0s;
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.1);
}

.h16-business-shadow:hover {
    background: #86bc42;
    color: #fff;
}

.h16-business-shadow i {
    font-size: 3.1em;
    color: #86bc42;
}

.h16-business-shadow:hover i {
    color: #fff;
}

.h16-business-shadow:hover h4 {
    color: #fff;
}

p {
    color: #616161;
    font-size: 15px;
}

.h16-business-shadow:hover p {
    color: #fff;
}

.h16-icon-layer:after {
    font-weight: 700;
    font-size: 65px;
    line-height: 0.6em;
    color: rgba(0, 0, 0, 0.05);
    counter-increment: count;
    content: "0"counter(count);
    float: right;
    top: 9%;
    left: 69%;
    bottom: 0;
    position: absolute;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
}

.h16-business-shadow:hover .h16-icon-layer:after {
    color: rgba(255, 255, 255, 0.05);
}

.h16-img-holder {
    width: 50px;
    height: 52px;
    background: url(https://newsanti.com/wp-content/uploads/2019/06/saving-icon.png) no-repeat center top rgba(0, 0, 0, 0);
}

.h16-consulting-icon {
    background-image: url(https://newsanti.com/wp-content/uploads/2019/06/consulting-icon.png);
}

.h16-serivces-icon {
    background-image: url(https://newsanti.com/wp-content/uploads/2019/06/services-icon.png);
}

.h16-business-shadow:hover .h16-img-holder {
    background-position: bottom;
}

.h16-business-shadow .h16-sepratar {
    width: 50px;
    border: 1px solid #86bc42;
    margin-bottom: 20px;
}

.h16-business-shadow:hover .h16-sepratar {
    border: 1px solid #fff;
}

/*end*/
/*graph css*/

.h16-graph-mission-sec .row {
    margin-bottom: 70px;
}

.h16-graph-mission-sec .row:last-child {
    margin-bottom: 0px;
}

.h16-graph-mission-sec .row:nth-child(even) .graph-left-col {
    float: right;
}

.h16-graph-mission-sec:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
}

.h16-graph-mission-sec .h16-graph-card {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.h16-graph-mission-sec .h16-graph-growth-card h4 {
    margin-bottom: 30px;
    font-size: 2em;
    line-height: 120%;
}

.h16-graph-growth-card h5 {
    padding: 0px 0px 10px 0px;
}

.h16-graph-growth-card p {
    margin-bottom: 30px;
}

/*end*/
/*collesp*/

.h16-bg-get.panel-title>a {
    background: #86bc42;
    color: #fff;
    border-radius: 4px;
}

.h16-bg-get.panel-title>a.collapsed {
    color: #fff;
}

.h16-bg-get.panel-title {
    font-family: 'open_sansregular';
}

.h16-bg-get.panel-title>a:before {
    float: right;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    font-size: 12px;
}

.h16-bg-get.panel-title>a.collapsed:before {
    float: right;
    content: "\f067";
    font-size: 12px;
}

.h16-bg-get.panel-title>a {
    box-shadow: none;
}

.h16-get-touch-sec .panel-group .panel {
    margin-bottom: 0px;
}

.h16-get-touch-sec .panel-group .panel+.panel {
    margin-top: 0px;
}

.h16-get-touch-sec .wpcf7-submit.btn.btn-primary.pull-right {
    float: left !important;
}

/*Product*/

.buying-tips-sec .container {
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}

.product-compare-sec h2,
.buying-tips-sec h2 {
    color: #000;
    font-size: 1.8em;
    font-family: 'open_sansbold';
    margin-bottom: 20px;
}

.product-compare-sec p {
    text-align: left;
}

.product-compare-sec p a,
.buying-tips-sec .bt-desc p a {
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}

.product-compare-sec p a:hover,
.buying-tips-sec .bt-desc p a:hover {
    opacity: 0.7;
}

.product-compare-sec .pc-desc h3 {
    margin: 0 auto 1.25rem;
    font-size: 1.2em;
    font-family: 'open_sansbold';
    font-weight: 600;
}

.product-compare-sec .pc-desc {
    padding: 0 30px;
    border-right: rgba(0, 0, 0, .15) solid 1px;
    height: 100%;
}

.product-compare-sec .row .col-md-6:last-child .pc-desc {
    border-right: none;
}

.buying-tips-sec .bt-desc h3 {
    font-family: 'open_sansbold';
    margin-bottom: 10px;
    font-size: 1.4em;
    color: #000;
}

.buying-tips-sec .bt-desc p {
    margin-bottom: 20px;
}

.buying-tips-sec .bt-desc p:last-child {
    margin-bottom: 0;
}

/*New Blog Page Style Start*/

.new-blog-style .blog-right-col-style,
.new-blog-style .blog-main-container {
    border: 1px solid #eeeeee;
    padding: 20px;
    margin-bottom: 30px;
}

.new-blog-style .blog-right-col-style:last-child {
    margin-bottom: 0;
}

.new-blog-style .blog-main-container:last-child {
    margin-bottom: 0px;
}

.new-blog-style .blog-main-title,
.new-blog-style .brc-title {
    border-bottom: 3px double #ddd;
    padding-bottom: 10px;
    line-height: 140%;
    margin-bottom: 15px;
}

.new-blog-style .blog-main-title:hover {
    opacity: 0.6;
}

.new-blog-style a>span {
    padding: 0px 0px 0px 5px;
    vertical-align: middle;
    font-style: italic;
}

.new-blog-style .blog-cdate {
    padding: 10px 0px;
    font-style: italic;
}

.new-blog-style .blog-cdate i {
    margin-right: 5px;
}

.blog-main-container a.blog-post-date {
    display: block;
}

.blog-main-container a.blog-post-date:hover img {
    opacity: 0.8;
}

.new-blog-style .blog-pd-2 {
    margin-bottom: 20px;
}

.new-blog-style .blog-main-container p {
    margin-bottom: 20px;
}

.new-blog-style .blog-video-style iframe {
    width: 100%;
    min-height: 100%;
    padding: 15px 0px 15px 0px;
    ;
}

.new-blog-style .blog-para p {
    font-size: 1em;
}

.new-blog-style .blog-recent-post-style ul {
    list-style: none;
}

.new-blog-style .blog-recent-post-style ul li a,
.new-blog-style a>span {
    color: #686868;
}

.new-blog-style .blog-recent-post-style ul li a:hover,
.new-blog-style a:hover span {
    opacity: 0.8;
}

.new-blog-style .blog-recent-post-style ul li:before {
    content: ' \00BB';
    color: #337ab7;
    position: absolute;
    left: 37px;
    font-size: 1.4em;
}

.new-blog-style .blog-recent-post-style ul li {
    padding: 5px 0px 5px 20px;
}

.new-blog-style .blog-right-col-style .ch-video {
    height: 200px;
}

.single-blog-box {
    border: 1px solid #eeeeee;
    padding: 20px;
}

.single-blog-box h1,
.single-blog-box h2,
.single-blog-box h3 {
    line-height: 150%;
    margin-bottom: 5px;
}
.single-blog-box h1 {
    border-bottom: 3px double #ddd;
    padding-bottom: 15px;
    line-height: 150%;
    margin-bottom: 25px;
}
.single-blog-box ul {
    margin-left: 30px;
}
.single-blog-box ul li {
    color: #616161;
    margin-bottom: 12px;
}

.casting-img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.single-blog-content h4 {
    margin: 10px 0;
}

/*New Blog Page Style End*/
/**/

.product-special-banner {
    min-height: 500px;
    overflow: hidden;
}

/*.psb-video:before {

    content: '';

    position: absolute;

    left: -710px;

    right: auto;

    top: -100px;

    bottom: 0;

    width: 89%;

    height: 160%;

    -ms-transform: rotate(-17deg);

    -webkit-transform: rotate(-17deg);

    transform: rotate(-17deg);

    z-index: 1;

    background-color: #7d5b5b;

}

.product-special-banner .ps-banner-text{

    position: relative;

    z-index: 9;

}*/

.product-special-banner .ps-banner-text h1 {
    font-size: 2.2em;
    letter-spacing: 0;
    font-family: 'open_sansbold';
    margin-bottom: 20px;
}

.product-special-banner .ps-banner-text p {
    color: #000;
    margin-bottom: 30px;
}

.play-icon-col {
    display: inline-block;
    vertical-align: middle;
}

.psb-video .play {
    position: absolute;
    left: auto;
    right: 25%;
    top: 40%;
    width: 80px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    border: 0;
    box-shadow: 0 0 0 15px rgba(255, 255, 255, .4);
    transition: 200ms ease-in-out !important;
    background: #fff;
    text-align: center;
    display: table;
    z-index: 9;
}

.psb-video .play i {
    display: table-cell;
    vertical-align: middle;
    font-size: 2em;
}

/*product detail*/

.product-detail-sec .tab-content {
    padding: 20px 0;
}

.product-detail-sec .tab-pane {
    background-color: #fff;
    padding: 20px;
    margin: 20px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}

.product-detail-sec .nav-tabs li a {
    /*min-width: 215px;*/

    text-align: center;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    border-radius: 0;
    margin-right: 15px;
    font-family: 'open_sanssemibold';
    border: none;
}

.product-detail-sec .nav-tabs li {
    margin-bottom: 10px;
    width: calc(100% / 5);
    max-width: 20%;
}

.product-detail-sec .nav-tabs li.active a,
.product-detail-sec .nav-tabs li.active a:hover,
.product-detail-sec .nav-tabs li.active a:focus {
    border: none;
    background-color: rebeccapurple;
    color: #fff;
}

/*home4 redesign start*/

.h4-counter-box {
    position: relative;
    display: inline-block;
}

.h4-counter-box h4 {
    font-size: 3.333em;
    font-weight: 600;
}

.h4-counter-box h4:after {
    content: "+";
    margin-left: 5px;
}

.h4-counter-box h5 {
    font-size: 17px;
    font-weight: 600;
    color: #d21825;
    z-index: 2;
}

.h4-counter-box i {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: -1;
    font-size: 6.000em;
    color: #eee;
    transform: rotate(30deg);
}

.h4-product-services {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 80px;
    transition-duration: .3s;
}

.h4-product-services img {
    background-color: #d0d0d0;
    position: relative;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .05);
    z-index: 9;
}

.h4-text-heading h2 {
    font-size: 2.33em;
    color: #222;
    line-height: 130%;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    text-transform: capitalize;
    letter-spacing: 0;
}

.h4-main-product .col-md-4:nth-last-child(-n+3) .h4-product-services {
    margin-bottom: 0;
}

.h4-text-heading h2:before {
    content: '';
    display: block;
    width: 100px;
    border-radius: 10px;
    background: #d21825;
    height: 4px;
    position: absolute;
    top: auto;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
}

.h4-product-content {
    position: relative;
    background: #fff;
    width: 100%;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .05);
    border-radius: 5px;
    padding: 35px 30px 50px 30px;
    margin: auto;
}

.h4-product-content h4 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 1.4;
}

.h4-product-button {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    border-radius: 10px;
    display: inline-block;
    background: #d21825;
    border: 2px solid #d21825;
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 17px 21px;
    margin: auto;
    transform: translateY(3px) rotate(45deg);
}

.h4-product-button i {
    color: #fff;
    font-size: 18px;
    transform: rotate(-45deg);
}

.h4-product-services:hover .h4-product-button {
    background: #fff;
    transition: 0.5s;
}

.h4-product-services:hover .h4-product-button i {
    color: #d21825;
}

.h4-about-making {
    background: #fafafa;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.h4-about-title h1 {
    font-size: 2em;
    font-weight: 400;
    color: #222;
    line-height: 130%;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.h4-about-title h6 {
    font-size: 14px;
    font-weight: 600;
    color: #d21825;
    padding-bottom: 5px;
}

.h4-about-making:before {
    content: '';
    margin-left: -125px;
    height: 800px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 40%, rgba(0, 0, 0, 0.03) 100%);
    transform: rotate(-60deg);
    transform-origin: bottom right;
    position: absolute;
    width: 300px;
    bottom: 0;
    left: 50%;
}

.h4-about-title .red-cheack-style {
    margin-bottom: 40px;
}

.red-cheack-style li {
    list-style-type: none;
    font-weight: 700;
    margin-bottom: 8px;
}

.red-cheack-style li i {
    color: #d21825;
    font-size: 18px;
    padding-right: 10px;
    top: 3px;
    position: relative;
}

.h4-about-brand img {
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.h4-ch-video {
    height: 370px;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.h4-ch-video i {
    /*font-size: 5em;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 70px;
    text-align: center;*/
}

.h4-business-service {
    background: #535353;
}

.h4-business-service h4 {
    color: #fff;
    font-size: 2em;
    margin-bottom: 10px;
}

.h4-business-service h6 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 10px;
}

.h4-business-service {
    position: relative;
}

.btn-white {
    background: none;
    color: #fff;
    border: 2px solid #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 15px 27px;
    border-radius: 5px;
    margin: 10px 0 0 0;
}

.btn-white:hover {
    color: #000;
    background: #fff;
}

.h4-company-logo {
    border-bottom: 1px solid #eee;
}

.h4-client-logo-wrapper {
    text-align: center;
}

.h4-client-logo-wrapper .h4-client-logo {
    display: inline-block;
    margin: 0 5px;
    width: 13%;
}

.h4-client-logo-wrapper .h4-client-logo img {
    width: 100%;
    height: auto;
    opacity: .5;
}

.h4-client-logo-wrapper .h4-client-logo img:hover {
    opacity: 1;
}

.h4-testmonials {
    background:
}

.h4-contact-form {
    background: #fafafa;
}

.h4-contact-form h3 {
    font-size: 2.33em;
    color: #222;
    line-height: 130%;
    font-weight: 600;
    margin-bottom: 10px;
}

.h4-contact-box {
    border-bottom: 1px solid #e8e8e8;
    padding: 35px 0;
}

.h4-contact-box:last-child {
    border: none;
}

.h4-cb-icon {
    float: left;
    margin-top: 5px;
}

.h4-cb-text {
    display: table;
}

.h4-contact-box i {
    float: left;
    font-size: 3.2em;
    padding-right: 20px;
    color: #d21825;
}

.h4-testmonials-box {
    border-radius: 10px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .05);
    border: 2px solid #f9f9f9;
    padding: 30px;
    margin: 0px 20px 60px;
}

.h4-testmonials-client {
    float: left;
}

.h4-testmonials-client img {
    border-radius: 50%;
    float: left;
}

.h4-testmonials-content {
    display: table;
    padding-left: 20px;
}

.h4-testmonials-content h6 {
    color: #d21825;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 15px;
}

.h4-testmonials-content h5 {
    font-weight: 700;
    color: #222;
    font-size: 1.1em;
    line-height: 190%;
}

.h4-testmonials-content li {
    list-style: none;
    display: inline-block;
    float: none !important;
}

.h4-testmonials-content li i {
    color: #ffb432;
    margin-left: 5px;
}

.h4-contact-info {
    background: #fff;
    padding: 45px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .05);
}

.h4-contact-info h4 {
    font-size: 1.5em;
}

.h4-heading-line {
    content: '';
    display: block;
    width: 100px;
    border-radius: 10px;
    height: 4px;
    background: #d21825;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}

/*Header 26*/

.twenty-six-header .row.align-item {
    display: block;
}

.twenty-six-header .fh-menu-col {
    max-height: 85px;
    min-height: 70px;
    height: 85px;
    position: relative;
}

.header-26-ld {
    position: absolute;
    right: 0;
    left: 0;
    bottom: auto;
    margin: auto;
    text-align: center;
    z-index: 9;
    height: 125px;
    width: 249px;
    /*    display: table;
*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 35px 0;
    text-align: center;
}

.header-26-ld a.logo {
    display: table-cell;
    vertical-align: middle;
    display: block;
}

.header-26-ld a.logo img {
    max-width: 150px;
}

/*.header-26-ld:after {

    content: "";

    position: absolute;

    bottom: -39px;

    left: 0;

    right: 0;

    width: 0;

    height: 0;

    border-left: 120px solid transparent;

    border-right: 120px solid transparent;

    border-top: 25px solid #ffffff;

    margin: auto;

}

.header-26-ld:before {

    content: "";

    position: absolute;

    bottom: -14px;

    left: 0;

    right: 0;

    width: 0;

    height: 15px;

    margin: auto;

    width: 81%;

    background-color: white;

}*/

.twenty-six-header .fh-menu-col ul.nav.navbar-nav {
    float: left;
    float: none;
    text-align: center;
}

.twenty-six-header .fh-menu-col ul.nav.navbar-nav>li {
    margin: 0 20px;
    display: inline-block;
    float: none;
}

.twenty-six-header .fh-menu-col ul.nav.navbar-nav>li:nth-child(3) {
    margin-right: 160px;
}

.twenty-six-header .fh-menu-col ul.nav.navbar-nav>li:nth-child(4) {
    margin-left: 160px;
}

.twenty-six-header .fh-menu-col ul.nav.navbar-nav>li a {
    padding: 33px 0px;
    border-bottom: none;
}

.twenty-six-header.fixed .header-26-ld,
.twenty-six-header.fixed .header-26-ld,
.twenty-six-header.internal-page .header-26-ld,
.twenty-six-header.internal-page .header-26-ld {
    background-image: none !important;
    height: 85px;
}

.twenty-six-header .header-26-ld,
.twenty-six-header .header-26-ld,
.page-template-home .twenty-six-header .header-26-ld,
.page-template-home .twenty-six-header .header-26-ld,
.page-template-home1 .twenty-six-header .header-26-ld,
.page-template-home1 .twenty-six-header .header-26-ld,
.page-template-home2 .twenty-six-header .header-26-ld,
.page-template-home2 .twenty-six-header .header-26-ld,
.page-template-home3 .twenty-six-header .header-26-ld,
.page-template-home3 .twenty-six-header .header-26-ld,
.page-template-home4 .twenty-six-header .header-26-ld,
.page-template-home4 .twenty-six-header .header-26-ld,
.page-template-home5 .twenty-six-header .header-26-ld,
.page-template-home5 .twenty-six-header .header-26-ld,
.page-template-home6 .twenty-six-header .header-26-ld,
.page-template-home6 .twenty-six-header .header-26-ld,
.page-template-home7 .twenty-six-header .header-26-ld,
.page-template-home7 .twenty-six-header .header-26-ld,
.page-template-home8 .twenty-six-header .header-26-ld,
.page-template-home8 .twenty-six-header .header-26-ld,
.page-template-home9 .twenty-six-header .header-26-ld,
.page-template-home9 .twenty-six-header .header-26-ld,
.page-template-home10 .twenty-six-header .header-26-ld,
.page-template-home10 .twenty-six-header .header-26-ld,
.page-template-home11 .twenty-six-header .header-26-ld,
.page-template-home11 .twenty-six-header .header-26-ld,
.page-template-home12 .twenty-six-header .header-26-ld,
.page-template-home12 .twenty-six-header .header-26-ld,
.page-template-home13 .twenty-six-header .header-26-ld,
.page-template-home13 .twenty-six-header .header-26-ld,
.page-template-home14 .twenty-six-header .header-26-ld,
.page-template-home14 .twenty-six-header .header-26-ld,
.page-template-home15 .twenty-six-header .header-26-ld,
.page-template-home15 .twenty-six-header .header-26-ld,
.page-template-home16 .twenty-six-header .header-26-ld,
.page-template-home16 .twenty-six-header .header-26-ld,
.page-template-home17 .twenty-six-header .header-26-ld,
.page-template-home17 .twenty-six-header .header-26-ld,
.page-template-home18 .twenty-six-header .header-26-ld,
.page-template-home18 .twenty-six-header .header-26-ld,
.page-template-home19 .twenty-six-header .header-26-ld,
.page-template-home19 .twenty-six-header .header-26-ld,
.page-template-home20 .twenty-six-header .header-26-ld,
.page-template-home20 .twenty-six-header .header-26-ld,
.page-template-home21 .twenty-six-header .header-26-ld,
.page-template-home22 .twenty-six-header .header-26-ld,
.page-template-home23 .twenty-six-header .header-26-ld,
.page-template-home24 .twenty-six-header .header-26-ld,
.page-template-home25 .twenty-six-header .header-26-ld {
    background-image: url(./images/header-26-logo-bg.png) !important;
    height: 125px;
    padding: 25px 0;
}

.twenty-six-header.fixed .header-26-ld,
.twenty-six-header.fixed .header-26-ld {
    background-image: none !important;
    height: 85px;
}

header.h26-slider-header {
    clear: both;
}

.h26-slider-header .slick-slide {
    position: relative;
}

.h26-slider-content {
    text-align: center;
}

.h26-slider-content h2 {
    font-size: 6.1em;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.h26-slider-content h6 {
    font-size: 1.6em;
    font-weight: 400;
    font-family: 'open_sansregular';
    color: #fff;
    margin-bottom: 40px;
}

.h26-slider ul.slick-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.h26-slider .slick-dots li button {
    border-radius: 0;
    width: 50px;
    height: 4px;
}

.header-height:after,
.header-height:before {
    content: '';
    clear: both;
    display: block;
}

/*Category 2 Start*/

.category-02-advantage {
    background-color: #525051;
}

.category-02-advantage h2,
.category-02-advantage p {
    color: #fff;
}

.category-02-product {
    background-color: #f9f9f9;
}

.category-02-product .c2p-inner-col:last-child {
    border-bottom: 0px;
}

.category-02-product .c2p-inner-col {
    border-bottom: 1px solid #dfdfdf;
    padding: 60px 0;
}
.category-02-product .c2p-inner-col img {
    height: auto;
}
.category-02-product .btn-darkgray {
    background-color: #525051;
    color: #fff;
    margin-left: 10px;
}

.category-02-product .btn-darkgray {
    background-color: #737373;
}

.category-02-product .c2p-inner-col:after,
.category-02 .c2p-inner-col:before {
    content: '';
    clear: both;
    display: block;
}

.category-02-product .pd-head h2 {
    text-transform: capitalize;
    line-height: 130%;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.category-02-product .pd-head p {
    margin-bottom: 20px;
}

.category-02-product .pd-head {
    padding-left: 70px;
    padding-top: 30px;
}

.category-02-advantage .advantage-img {
    position: relative;
}
.category-02-advantage .advantage-img img {
    height: auto;
}
.category-02-advantage .advantage-img:before {
    position: absolute;
    content: '';
    height: 5px;
    width: 100%;
    background-color: #81d742;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.category-02-advantage .advantage-info:hover .advantage-img:before {
    height: 100%;
    opacity: 0.5;
}

.category-02-advantage .advantage-info {
    background-color: #fff;
    margin-top: 40px;
    height: 100%;
}

.category-02-advantage .advantage-details p {
    color: #514f50;
    margin-bottom: 0px;
    font-size: 0.875em;
}

.category-02-advantage .advantage-details h3 {
    text-transform: uppercase;
    font-size: 1.1em;
    font-family: 'open_sanssemibold';
    margin-bottom: 10px;
}

.category-02-advantage .advantage-details {
    padding: 20px 40px 40px 40px;
}

.page-template-product-category-1 .product-advantage-sec .pa-row:nth-child(even) {
    background-color: #f9f9f9;
}

.page-template-product-category-1 .product-advantage-sec .pa-row {
    background-color: #f9f9f9;
    padding: 30px 0;
}

/*Category 2 End*/

.pg-slider-nav {
    margin: 10px 0;
}

.woocommerce-product-related-products .ps-box img {
    height: auto;
}

/*Category 3 Start */

.small-header-style {
    padding: 90px 0;
}

.small-header-style h2 {
    color: #fff;
    letter-spacing: 0;
    font-size: 1.8em;
}

.small-header-style .breadcrumb span {
    color: rgba(252, 252, 252, .6);
    font-size: 1em;
}

.small-header-style .breadcrumb {
    text-align: right;
}

.small-header-style .breadcrumb span.breadcrum-separator {
    margin: 0 8px;
}
.pc2-product-wrapper .product-itmes img {
    height: auto;
}
.pc2-product-wrapper {
    padding: 40px 0;
}

.pc2-product-title h1 {
    font-size: 2.5em;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}

.title-style-1 h1,
.title-style-1 h2 {
    padding-bottom: 30px;
}

.title-style-1 .border-style:after {
    content: ' ';
    position: absolute;
    background: #a4a6a5;
    width: 200px;
    height: 2px;
    left: 0;
    margin: 0px auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.title-style-1 .border-style:before {
    content: '';
    position: absolute;
    width: 40px;
    background: #000;
    height: 5px;
    right: 0;
    left: -160px;
    margin: 0px auto;
    top: auto;
    bottom: 0;
    z-index: 9;
}

.pc2-product-title {
    margin-bottom: 50px;
}

.title-style-1 {
    position: relative;
    margin-bottom: 40px;
    display: inline-block;
}

.pc2-product-title p {
    color: #000;
    margin-bottom: 30px;
}

.product-itmes {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 0px;
    height: 100%;
}

.product-itmes:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: 5px;
    margin: auto;
    background: #81d742;
    z-index: 9;
}

.product-details h1 {
    color: #000;
    font-size: 1.125em;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
}
.pc2-product-wrapper .product-details h2 {
    font-size: 1.125em;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
}
.product-details a:hover h1 {
    color: #81d742;
}

.product-details {
    background: #f9f9f9;
    padding: 10px;
    text-align: center;
}

.product-item-list {
    padding: 10px 15px;
}

.product-item-list li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #282320;
}

.product-item-list li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    background-size: contain;
    top: 10px;
    bottom: 0;
    background-color: rebeccapurple;
    border-radius: 100%;
}

.product-item-list-btn {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}

.category-details {
    padding: 80px 0;
}

.category-details h2 {
    font-size: 3em;
    color: #fff;
}

.product-itmes a {
    display: block;
    position: relative;
    height: 100%;
}

.product-itmes a:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-itmes a:hover:before {
    opacity: 0.7;
}

.product-itmes a:after {
    content: "\f00e";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: white;
    font-family: fontawesome;
    font-size: 2em;
    width: 25px;
    height: 25px;
    margin: auto;
    opacity: 0;
}

.product-itmes a:hover:after {
    opacity: 1;
}

.pc2-tab .nav-tabs>li>a {
    background: none;
    color: #000;
    min-width: 100px;
    border-left: none;
}

.pc2-tab .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.pc2-tab .nav-tabs li a {
    border-bottom: 4px solid transparent;
    font-weight: bold;
}

.pc2-tab .nav-tabs li.active a,
.pc2-tab .nav-tabs li.active a:hover,
.pc2-tab .nav-tabs li.active a:focus,
.pc2-tab .nav-tabs li a:hover,
.pc2-tab .nav-tabs li a:focus {
    border-left: none;
    color: #fff !important;
}

.pc2-tab-wraper .tab-content .tab-pane h3 {
    font-family: 'open_sansbold';
    margin-bottom: 10px;
    margin-top: 25px;
}

.pc2-tab-wraper .tab-content .tab-pane h3:first-child {
    margin-top: 0;
}

.pc2-tab-wraper .tab-content .tab-pane p {
    color: #000;
}

.pc2-tab-wraper .tab-content .tab-pane h4 {
    margin-bottom: 12px;
    margin-top: 25px;
}

.pc2-tab-wraper .tab-content .tab-pane h4:first-child {
    margin-top: 0;
}

.pc2-tab-wraper .tab-content {
    padding-bottom: 0;
}

.category-industries {
    border: 2px solid #d3d3d3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.category-industries:hover {
    border: 2px solid #000;
}

.category-industries h4 {
    margin: 10px 0;
}

/*Category 3 End*/
/*Product 1 Start*/
.pg-slider-nav img {
    height: auto;
}
.pg-slider-for img{
    height: auto;
}
.custom-product-detail-gallery .pg-slider .slick-arrow {
    border: none !important;
}

.custom-product-detail-gallery .pg-slider .slick-arrow:hover {
    background-color: #5f5f5f;
}

/*Product 1 End*/

.static-gallery .gallery-slide a {
    position: relative;
    display: block;
}

.static-gallery .gallery-slide a:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.static-gallery .gallery-slide a:after {
    content: "\f00e";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: white;
    font-family: fontawesome;
    font-size: 2em;
    width: 25px;
    height: 25px;
    margin: auto;
    opacity: 0;
    z-index: 9;
}

.static-gallery .gallery-slide.gallery-url a:hover:before {
    opacity: 0.7;
}

.static-gallery .gallery-slide.gallery-url a:hover:after {
    opacity: 1;
}

/*Categor 4 Start*/

.c4-banner {
    display: table;
    width: 100%;
    background-position: center;
    height: 550px;
}

.c4-banner-text .play {
    position: relative;
    right: auto !important;
}

.cp4-product-sec .ps-box img {
    height: auto;
}

.cp4-call-to-action {
    text-align: center;
}

.cp4-call-to-action h2 {
    color: #fff;
    font-size: 2em;
    margin-bottom: 30px;
}

.c4-banner-text h1,
.c4-banner-text p {
    color: #fff;
    margin-bottom: 20px;
}

.c4-banner-text p {
    margin-bottom: 35px;
}

.c4-banner-text h1 {
    font-size: 2.2em;
}

.c4-banner-text .play-video,
.c4-banner-text .banner-btn {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.c4-banner-text .play-video {
    margin-bottom: 0;
    width: 50px;
    height: 50px;
    background-color: red;
    border-radius: 100%;
    text-align: center;
    padding: 14px 0;
    cursor: pointer;
}

.c4-banner-text .play-video i {
    color: #fff;
    font-size: 1.2em;
}

.c4-banner-text .banner-btn {
    margin-right: 30px;
}

.page-template-product-category-3 .product-advantage-sec .pa-row:nth-child(even) {
    background-color: #f9f9f9;
}

/*Category 4 End*/
/*Header 27 Start */

.h27-home-slider .slick-list,
.h27-slider {
    height: 650px;
}

.h27-home-slider,
.h27-home-slider .slick-track,
.h27-home-slider img {
    height: 100%;
}

.h27-slider-content {
    text-align: center;
}

.h27-slider-content h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 5.1em;
    font-style: italic;
    letter-spacing: 0px;
    opacity: 1;
    transform: matrix3d(0.984808, -0.173648, 0, 0, 0.173648, 0.984808, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    text-shadow: -8px 6px 0px black;
    width: 60%;
    margin: auto;
    position: relative;
    margin: 120px auto;
}

.h27-slider-content h2:before,
.h27-slider-content h2:after {
    content: '';
    position: absolute;
    left: auto;
    right: 100px;
    top: -30px;
    bottom: auto;
    width: 50%;
    height: 10px;
    background-color: red;
    margin: auto;
    box-shadow: -4px 3px black;
}

.h27-slider-content h2:after {
    left: 100px;
    right: auto;
    top: auto;
    bottom: -30px;
}

/*Header 27 End*/
/*Home 18 Start*/

.h18-title-style h1,
.h18-title-style h2 {
    font-size: 3.125em;
    text-transform: uppercase;
    font-family: 'open_sansbold';
}

.h18-title-style {
    margin-bottom: 34px;
}

#h18_multiple_guides .h18-title-style p {
    font-size: 1.1em;
}

hr.h18_speprate-line {
    width: 72px;
    border: 2px solid #81d742;
    margin: 19px auto;
}

.h18-title-style p {
    font-size: 1.250em;
}

.h18_santigo_image img {
    transition: all 0.5s ease-in-out;
}

.h18_santigo_image:hover img {
    transform: scale(1.03);
}

.h18_santigo_block {
    height: 330px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 60px;
}

.h18_row_santigo:after,
.h18_row_santigo:before {
    content: '';
    clear: both;
    display: block;
}

.h18_santigo_image {
    overflow: hidden;
    position: relative;
    height: 330px !important;
}

.h18_no_padding {
    padding: 0px;
}

.h18_santigo_block p {
    font-size: 1.253em;
    color: #fff;
    margin: 8px 0px 15px;
}

.h18_santigo_text h3 {
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.56px;
    font-size: 1.733em;
}

.h18_row_santigo {
    display: block !important;
    /*background: #151515;*/
}

.manufature-row .manufature-item:nth-child(3) .h18_santigo_image,
.manufature-row .manufature-item:nth-child(4) .h18_santigo_image,
.manufature-row .manufature-item:nth-child(7) .h18_santigo_image,
.manufature-row .manufature-item:nth-child(8) .h18_santigo_image {
    float: right;
}

.h18_row {
    padding: 40px 0px;
}

.h18_icon_block img {
    margin-bottom: 20px;
    width: 117px;
    height: 117px;
    position: relative;
    top: 20%;
}

.h18_icon_block h4 {
    font-weight: 600;
}

.h18_icon_block h4 {
    font-family: 'open_sansbold';
}

.h18_icon_block p {
    font-size: 1.067em;
}

.h18-title-style h3 {
    font-size: 2.667em;
    text-transform: uppercase;
    font-family: 'open_sansbold' !important;
}

.text-color hr {
    margin: 19px 0;
}

.h18-title-style h3 hr.h18_speprate-line {
    margin: 19px 0px;
}

/*span.divider-20 {
    padding: 17px 0px;
    display: inline-block;
}*/

.h18_slider_manufacture:before {
    background: url(<?php echo get_stylesheet_directory_uri();
    ?>/images/pattern_background.png);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 29px;
    right: 29px;
    z-index: -1;
}

/*section#h18_multiple_guides:before {
    content: "VIDEO";
    font-size: 30em;
    position: absolute;
    top: 240px;
    -webkit-text-stroke: 1px #eae6e6;
    color: #fbfbfb;
    z-index: 1;
}*/

#h18_multiple_guides .container {
    z-index: 9;
    position: relative;
}

#h18_contact_strip,
.h18_odm {
    background-color: #81d742;
}

#h18_contact_strip h3 {
    color: #fff;
}

#h18_contact_strip .h18-title-style {
    margin: 0px;
}

#h18_odm {
    padding: 120px 0 0;
}

#h18_odm .text-center:first-child .h18_icon_block {
    margin-top: 58px;
}

#h18_odm .text-center:nth-child(2n) .h18_icon_block {
    margin-top: 30px;
}

#h18_odm .text-center:last-child .h18_icon_block img {
    margin-top: 0px;
}

#h18_odm .h18_icon_block img {
    width: 83% !important;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    padding: 9px;
    background: #fff;
    margin: 0 auto 20px;
}

.text-color h2,
.text-color p {
    color: #fff;
}

.text-color h1 hr {
    margin: 19px 0px;
}

.h18_factory_manufacturing .h18_icon_block hr {
    border: 2px solid #fff;
    width: 10%;
    margin: 19px 0px;
}

.h18_factory_manufacturing .h18_icon_block h4,
.h18_factory_manufacturing .h18_icon_block p {
    color: #fff;
}

.h18_factory_manufacturing .h18_col_factory:first-child .h18_icon_block {
    margin-top: 77px;
}

.h18_factory_manufacturing .h18_col_factory:nth-child(2n) .h18_icon_block {
    margin-top: 36px;
}

.h18_slider_manufacture .slick-arrow {
    left: auto;
    bottom: 0px !important;
    margin: 0px;
    top: auto;
    right: auto;
    height: auto !important;
    background: #fff;
    padding: 5px 59px;
    padding-right: 0px;
}

.h18_slider_manufacture button.slick-next {
    left: 107px;
    padding-left: 112px;
}

.h18_slider_manufacture button.slick-next i:before {
    content: "NEXT" !important;
    color: #000 !important;
    font-size: 0.59em;
    position: absolute;
    z-index: 9999;
    left: 10px;
    background: #fff;
    padding: 10px;
    top: 0px;
    transition: all 0.56s ease-in-out;
    font-family: 'open_sansbold';
}

.h18_slider_manufacture .slick-prev .fa-angle-left:hover:before {
    left: 43px !important;
    padding-right: 17px !important;
}

.h18_slider_manufacture .slick-next .fa-angle-right:hover:before {
    left: 19px !important;
}

.h18_slider_manufacture .slick-prev .fa-angle-left:before {
    content: "PREV" !important;
    color: #000 !important;
    font-size: 0.59em;
    position: absolute;
    z-index: 9999;
    left: 54px;
    background: #fff;
    padding: 10px;
    top: 0px;
    transition: all 0.56s ease-in-out;
    font-family: 'open_sansbold';
}

.h18_slider_manufacture .slick-prev i {
    color: #000 !important;
}

.h18_slider_manufacture .slick-prev .fa-angle-left:after {
    background: #000;
    content: "";
    position: absolute;
    height: 1px;
    left: 11px;
    width: 40px;
    top: 17px;
    transition: all 0.56s ease-in-out;
}

.h18_slider_manufacture button.slick-next i:after {
    content: "";
    background: #000;
    content: "";
    position: absolute;
    height: 1px;
    right: 11px;
    width: 49px;
    top: 17px;
    transition: all 0.56s ease-in-out;
}

.h18-wcu-item .col-md-3:nth-child(1) .h18_image_block {
    background-image: url(./images/icon-background1.png);
}

.h18-wcu-item .col-md-3:nth-child(2) .h18_image_block {
    background-image: url(./images/icon-background.png);
}

.h18-wcu-item .col-md-3:nth-child(3) .h18_image_block {
    background-image: url(./images/icon-background3.png);
}

.h18-wcu-item .col-md-3:nth-child(4) .h18_image_block {
    background-image: url(./images/icon-background4.png);
}

.h18_image_block {
    position: relative;
    overflow: hidden;
    height: 196px;
    margin-bottom: 12px;
    text-align: center;
    background-size: contain;
    display: table;
    width: 100%;
}

.h18_image_block i.fa {
    display: table-cell;
    vertical-align: middle;
    font-size: 5em;
}

span.h18_count {
    margin: auto;
    position: absolute;
    font-size: 7em;
    color: #fff;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 41px;
}

#h18_odm .text-center:last-child .h18_icon_block {
    margin: 0px;
}

#h18_odm .text-center:first-child .h18_icon_block span.h18_count {
    top: -10px;
}

#h18_odm .text-center:nth-child(2n) .h18_icon_block span.h18_count {
    top: -10px;
}

.h18_stage {
    position: relative;
    text-align: center;
}

.h18_factory_manufacturing .h16-absolute-middle-center {
    top: 29%;
}

.h18-info-category:before {
    padding: 3px 16px;
    font-family: 'open_sansbold';
    color: #000;
    float: left;
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #81d742;
    transform-origin: bottom left;
    -ms-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    width: 100%;
    height: 100%;
}

.h18-info-category a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: inherit;
    z-index: 1;
    color: #000;
}

.h18-info-category {
    position: absolute;
    bottom: 224px;
    left: -6px;
    padding: 0 20px;
    background-color: #81d742;
    z-index: 0;
    display: inline-flex;
}

.h18_col_factory .h18_icon_block:hover img {
    transform: scale(1.03);
}

.h18_icon_block img {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.56s ease;
    -moz-transition: all 0.56s ease;
    -o-transition: all 0.56s ease;
    transition: all 0.56s ease;
}

.h18_icon_block {
    overflow: hidden;
    position: relative;
}

.page-template-home18 .about-contact-heading h2 {
    font-size: 2.3em;
}

/*Home 18 End*/
/*Home 17 Start */

.h17-business-image {
    padding: 0px 80px;
    position: relative;
}

/*.h17-business-image:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 30px;
    background-image: url(./images/dots-bg.png);
    width: 140px;
    height: 140px;
    z-index: -1;
}

.h17-business-image:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 20px;
    background-image: url(./images/dots-bg2.png);
    width: 150px;
    height: 140px;
    z-index: -1;
}*/

.h17-business-text h1 {
    font-size: 3em;
    text-transform: capitalize;
    padding: 30px 0;
}

.h17-business-text p {
    margin-bottom: 30px;
}

.h17-service {
    color: #fff;
    padding-bottom: 26%;
    padding-top: 8%;
}

.h17_nav-designs ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 5px 7px;
    border-right: 1px solid #ddd;
    cursor: pointer;
}

.h17_nav-designs ul {
    float: left;
    background: #fff;
    list-style: none;
    margin: 0px;
    width: 100%;
    margin-top: -36px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    padding: 19px 0px;
}

.h17_nav-designs {
    background: #fff;
    border-radius: 10px;
    padding: 0px 47px 47px;
}

.h17_nav-designs ul li:last-child {
    border: none;
}

.h17_nav-designs ul li img {
    margin: 0px auto 9px;
}

.h17-about {
    color: #fff;
    background-size: cover;
}

.h17-about h2,
.h17-testimonial h2,
.h17-service h2 {
    font-size: 2.875em;
    margin-bottom: 50px;
}

.h17-about h2,
.h17-about h5,
.h17-service h2 {
    color: #fff;
    margin-bottom: 80px;
}

.h17-about-number {
    position: absolute;
    font-size: 12em;
    top: 22px;
    opacity: .3;
    right: 41px;
}

.h17-about p,
.h17-service p {
    letter-spacing: .5px;
    color: #fff;
}

.h17-about img {
    margin-bottom: 10px;
}

.h17-about i {
    font-size: 4em;
    margin-bottom: 20px;
}

.h17-about h5 {
    font-size: 1.375em;
    margin-bottom: 20px;
}

.h17-testimonial {
    background-size: cover;
}

.h17-client-img img {
    border-radius: 50%;
}

.h17-client-info h6 {
    margin-bottom: 10px;
    color: #616161;
}

.h17-testimonial-box {
    width: 85%;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;
    padding: 40px 60px;
    margin: 0px auto;
    border-radius: 10px;
    color: #78797b;
    position: relative;
    background: #fff;
    z-index: 1;
}

.h17-client-img {
    float: left;
}

.h17-client-info {
    padding-left: 50px;
    display: table;
}

.h17-client-info h3 {
    margin-bottom: 10px;
    font-weight: 700;
}

.h17-client-info:after {
    position: absolute;
    top: 8px;
    left: 43px;
    right: 0;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 230px;
    height: 100%;
    width: 230px;
    text-align: center;
    line-height: 100%;
    opacity: 0.1;
}

.h17-testimonial-item:after {
    content: '';
    background-image: url(./images/h17-dotted.png);
    position: absolute;
    width: 140px;
    height: 140px;
    top: -31px;
    left: 69px;
    z-index: 0;
}

.h17_nav-designs .tabcontent p {
    padding: 10px 0px;
    color: #000;
}

.h17_nav-designs .tabcontent {
    padding: 108px 0px 10px;
}

section.h18_click_tab {
    position: relative;
    margin-top: -29%;
}

.h18_click_tab .container .h17_nav_designs {
    box-shadow: 0px 0px 5px 0px rgba(129, 215, 66, 0.43);
}

.h17_nav-designs {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 40px;
}

.h17-Production-title p {
    font-size: 17px;
    margin-bottom: 1.133em;
}

.h17-Production-title h2 {
    font-size: 2.800em;
    margin-bottom: 26px;
    text-transform: capitalize;
}

.h17-producation-box {
    display: table;
    margin-left: -136px;
    margin-top: 89px;
}

.h17-Production-text {
    display: table-cell;
    padding: 36px 43px;
    background: #fafafa;
}

.h17-producation-boxs {
    display: table;
    margin-right: -136px;
    margin-top: 89px;
    z-index: 9;
    position: relative;
    ;
}

.h17-Production-text h3 {
    font-family: 'open_sanssemibold';
    margin-bottom: 10px;
}

.h17-Production .production_row {
    margin-bottom: 60px;
}

.h17-testimonial-box {
    margin: 10px auto !important;
}

.h17-testimonial-item .slick-dots li button {
    border: none;
    width: 47px !important;
    height: 9px !important;
    background-color: #a2a2a2;
    border-radius: 4px !important;
}

.h17-testimonial-item ul.slick-dots {
    text-align: center;
}

.h17-testimonial-item .slick-list.draggable {
    z-index: 9;
    position: relative;
}

.h17-Production .row.production_row:nth-child(odd) .h17-producation-col-image {
    float: right;
}

.h17-Production .row.production_row:nth-child(odd) .h17-producation-col-text .h17-producation-box {
    margin-left: 0px;
    margin-right: -129px;
}

.h17-business-text h1 {
    font-weight: 400 !important;
    font-family: open_sansbold;
}

.page-template-home17 .about-contact-heading h2 {
    font-size: 2.3em;
}

/*Home 17 End */

.ns-video-icon .play {
    width: 80px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    border: 0;
    box-shadow: 0 0 0 15px rgba(255, 255, 255, .4);
    transition: 200ms ease-in-out !important;
    background: #fff;
    text-align: center;
    display: table;
    z-index: 9;
    cursor: pointer;
}

.ns-video-icon .play i {
    display: table-cell;
    vertical-align: middle;
    font-size: 2em;
}

.position-icon.ns-video-icon .play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 25px 27px;
    text-align: center;
    display: block;
}

/*Add One Section*/

.home-product-advantage .pa-desc {
    height: 100%;
    display: table;
}

.home-product-advantage .pa-desc .pa-desc-inner {
    display: table-cell;
    vertical-align: middle;
}

.product-advantage-sec.home-product-advantage {
    padding: 35px 0;
}

.product-advantage-sec.home-product-advantage .pa-row,
.product-advantage-sec.home-product-advantage .pa-row,
.product-advantage-sec.home-product-advantage .pa-row,
.product-advantage-sec.home-product-advantage .pa-row,
.product-advantage-sec.home-product-advantage .pa-row {
    background-color: #fff;
    padding: 35px 0;
}

.page-template-home1 .product-advantage-sec .pa-inner-col .pa-desc h2 {}

.page-template-home10 .product-advantage-sec .pa-inner-col .pa-desc h2 {
    font-size: 1.6em;
    font-family: 'open_sansbold';
}

.page-template-home11 .product-advantage-sec .pa-inner-col .pa-desc h2 {}

.page-template-home13 .product-advantage-sec .pa-inner-col .pa-desc h2 {
    font-size: 1.875em;
    font-family: 'open_sansbold';
}

.page-template-home14 .product-advantage-sec .pa-inner-col .pa-desc h2 {
    font-size: 1.875em;
    font-family: 'open_sansbold';
}

/*About 6 Table Style*/

.ab6-gallery-sec .ag-tab .nav-tabs li:nth-child(3n+1) {
    clear: none;
}

.ab6-gallery-sec .ag-tab .nav-tabs li {
    margin-bottom: 0;
}

.ab6-gallery-sec .ag-tab .tab-content {
    padding: 0;
}

.tab-style2 li {
    text-align: center;
    padding: 15px 0;
    -ms-flex: 1 0;
    flex: 1 0;
    border-bottom: 3px solid transparent;
}

.tab-style2 {
    padding: 0 !important;
    box-shadow: 7px 2px 45px 0 rgba(90, 141, 150, .15);
    margin: 0 15px 50px;
    display: -ms-flexbox;
    display: flex;
}

.tab-style2 li a {
    border-right: 1px solid #d8d8d8 !important;
    background-color: transparent !important;
    color: #000 !important;
    margin-right: 0;
}

.tab-style2 li:last-child a {
    border-right: 0 !important;
}

.tab-style2 li.active {
    border-bottom-color: red
}

.tab-style2 li a {
    padding: 0;
    text-transform: capitalize;
}

#jquery-tab-pager-navi {
    clear: both;
    text-align: right;
    padding: 0 10px;
}

#jquery-tab-pager-navi li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

#jquery-tab-pager-navi li a {
    width: 40px;
    height: 40px;
    border: 1px solid #aaa;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 36px;
    display: block;
}

#jquery-tab-pager-navi li .current {
    color: #fff;
}

.gallery-wrapper {
    margin-bottom: 30px;
}

.pagination-gallery-content:after,
.pagination-gallery-content:before {
    content: '';
    clear: both;
    display: block;
}

#jquery-tab-pager-navi li:first-child,
#jquery-tab-pager-navi li:last-child {
    display: none;
}

/*Home 19*/

.h19-about-desc h5 {
    font-size: 1.2em;
    color: #46866C;
    font-family: 'open_sansbold';
    margin-bottom: 5px;
}

.h19-about-desc h1 {
    font-size: 2em;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.h19-about-desc p {
    font-size: 15px;
    color: #8c8c8c;
    margin-bottom: 30px;
    line-height: 180%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.h19-about-icon {
    float: left;
    margin-right: 12px;
}

.h19-about-icon i {
    font-size: 4em;
}

.h19-about-text {
    display: table;
}

.h19-about-text h4 {
    font-size: 1.2em;
}

.h19-title-style h2 {
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 2.5em;
    font-family: 'open_sansregular';
}

.h19-title-style h2 span {
    font-family: 'open_sansbold';
}

.h19-our-product-row .col-md-4:nth-child(3n+1) {
    clear: both;
}

.h19-our-product {
    background-color: #fff;
    margin-bottom: 30px;
}

.h19-op-img {
    overflow: hidden;
}

.h19-op-img img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.h19-op-caption {
    padding: 25px;
}

.h19-op-caption h3 {
    font-family: 'open_sanssemibold';
    font-size: 1.4em;
    color: #000;
    margin-bottom: 8px;
}

.h19-op-caption p {
    color: #8c8c8c;
}

.h19-op-caption span {
    color: #262626;
    font-weight: bold;
}

.h19-our-product a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.h19-our-product a:hover span {
    opacity: 0.8;
}

.h19-our-product a:hover .h19-op-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.h19-inner-counter .h19-ci {
    float: left;
}

.h19-cs {
    display: table;
}

.h19-inner-counter .h19-ci {
    margin-right: 15px;
    float: left;
}

.h19-inner-counter .h19-ci i {
    font-size: 3.5em;
}

.h19-cs .h19-counter {
    font-size: 2.3em;
    font-family: 'open_sansextrabold';
    margin-bottom: 5px;
}

.h19-cs p {
    color: #8c8c8c;
    font-family: 'open_sanssemibold';
    letter-spacing: 0;
}

.h19-feature-img {
    height: 600px;
}

.h19-feature-desc h5 {
    position: relative;
    color: #fff;
}

.h19-feature-desc h5:before {
    font-family: FontAwesome;
    font-weight: 900;
    content: "\f00a";
    margin-right: 10px;
    color: #fff;
}

.h19-feature-sec .col-md-6 {
    padding: 0;
}

.h19-feature-desc {
    margin-top: 60px;
    margin-left: -100px;
    padding: 40px 70px 40px 160px;
    height: 100%;
    z-index: -1;
    position: relative;
}

.h19-feature-desc .h19-title-style h2 {
    color: #fff;
}

.h19-feature-desc .h19-title-style {
    margin: 15px 0;
}

.h19-feature-desc p {
    color: #fff;
    margin-bottom: 30px;
}

.h19-feature-desc ul li {
    list-style: none;
    margin-bottom: 20px;
}

.h19-feature-desc ul li:last-child {
    margin-bottom: 0px;
}

.h19-feature-desc ul li .fi-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: solid 2px #FFF;
    position: relative;
    float: left;
    margin-right: 20px;
    text-align: center;
    padding: 8px;
}

.h19-feature-desc ul li .fi-icon i {
    color: #fff;
    font-size: 3em;
}

.h19-feature-desc ul li .fi-caption {
    display: table;
}

.h19-feature-desc ul li .fi-caption h3 {
    color: #fff;
    margin-bottom: 5px;
    font-family: 'open_sanssemibold';
    font-size: 1.4em;
}

.h19-feature-desc ul li .fi-caption p {
    color: #fff;
    margin-bottom: 0;
}

.h19-process-left-col .h19-title-style {
    margin-bottom: 15px;
}

.h19-process-left-col p {
    color: #8c8c8c;
    margin-bottom: 20px;
}

.h19-process-sec .row {
    margin-bottom: 60px;
}

.h19-process-sec .row:last-child {
    margin-bottom: 0px;
}

.h19-process-sec .row:nth-child(odd) .col-md-6:first-child {
    float: right;
}

.h19-process-sec .row .col-md-6 .h19-process-left-col {
    padding-left: 30px;
    padding-top: 10px;
    height: 100%;
    display: table;
}

.h19-process-sec .row:nth-child(odd) .col-md-6:nth-child(2) .h19-process-left-col {
    padding-left: 0px;
    padding-right: 30px;
}

.h19-plc-inner {
    display: table-cell;
    vertical-align: middle;
}

.page-template-home19 .about-contact-heading h2 {
    font-size: 2em;
}

/*About 7 Start */

.ab7-desc li {
    position: relative;
    padding-left: 30px;
    list-style: none;
    margin-bottom: 8px;
    color: #616161;
}

.ab7-desc li:before {
    content: "*";
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    font-size: 2em;
    line-height: 130%;
}

.ab7-image {
    overflow: hidden;
}

.ab7-image img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ab7-image:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ab7-desc ul {
    margin-bottom: 35px;
}

.ab7-counter .ab7-counter-inner {
    position: relative;
    padding: 60px 0;
}

.ab7-counter .ab7-counter-inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
}

.ab7-counter-item {
    text-align: center;
}

.ab7-ci-inner i {
    font-size: 3em;
    z-index: 9;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.ab7-ci-inner h2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 10px;
}

.ab7-ci-inner h4 {
    color: #fff;
    font-family: 'open_sansregular';
}

.ab7-ci-inner span {
    width: 60px;
    height: 60px;
    line-height: 100%;
    display: table;
    margin: 0 auto 15px;
    background-color: transparent;
    border-radius: 100%;
    position: relative;
}

.ab7-ci-inner span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
    opacity: 0;
    border-radius: 50%;
    margin: auto;
    border: 5px solid #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ab7-ci-inner:hover span:after {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    opacity: 1;
    transform: scale(1.3);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 60px;
    height: 60px;
}

.our-history-item {
    width: 90%;
    margin: auto;
    position: relative;
    margin-bottom: 150px;
    padding-bottom: 60px;
}

.our-history-item .ab7-history-seprater:after {
    background-image: url(images/line-shape.png);
    position: absolute;
    content: "";
    left: 0;
    bottom: -200px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    display: block;
    clear: both;
}

.our-history-item:nth-child(even) .ab7-history-seprater:after {
    background-image: url(images/line-shape-alt.png);
}

.our-history-item:last-child .ab7-history-seprater:after {
    background-image: none;
}

.our-history-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.our-history-item:before,
.our-history-item:after {
    content: '';
    display: block;
    clear: both;
}

.ohi-image-wrapper {
    background-color: #1e73be;
    margin: 70px 0 0 70px;
    position: relative;
    z-index: 9;
}

.ohi-image-wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    top: -90px;
    left: -90px;
    z-index: -1;
}

.ohi-image-wrapper:after {
    position: absolute;
    content: "";
    left: -50px;
    top: -50px;
    border: 10px solid #dddddd;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ohi-image-wrapper img {
    position: relative;
    z-index: 99;
    width: 100%;
}

.ohi-content-wrapper {
    display: table;
    height: 100%;
    padding-left: 40px;
    z-index: 9;
    position: relative;
}

.ohi-cw-inner {
    display: table-cell;
    vertical-align: middle;
}

.ohi-content-wrapper h6 {
    font-style: italic;
    color: #4d5557;
    font-size: 1.15em;
    text-transform: capitalize;
    font-family: 'open_sanssemibold';
}

.ohi-content-wrapper h2 {
    font-size: 2.5em;
    letter-spacing: 0;
    margin-bottom: 40px;
    font-family: 'open_sanssemibold';
}

.ohi-content-wrapper p {
    color: #888888;
    padding: 5px 30px 11px 30px;
    position: relative;
}

.ohi-content-wrapper p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #000;
}

.ohi-content-wrapper .ohi-year {
    position: absolute;
    right: 12%;
    left: auto;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    top: 5%;
    bottom: 0;
    font-style: italic;
    font-size: 6.5em;
    color: #ddd;
    margin: auto;
}

.ohi-image-wrapper span.hover-ico {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}

.ohi-image-wrapper .hover-ico:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 60px;
    width: 60px;
    background-image: url('images/plus-icon.png');
    opacity: 0;
    z-index: 1;
}

.ohi-image-wrapper .hover-ico:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.our-history-item:nth-child(even) .col-md-6:first-child {
    float: right;
}

.our-history-item:nth-child(even) .col-md-6:nth-child(2) .ohi-content-wrapper {
    padding-left: 0;
    padding-right: 40px;
    text-align: right;
}

.our-history-item:nth-child(even) .col-md-6:nth-child(2) .ohi-content-wrapper .ohi-year {
    right: auto;
    left: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(90deg);
}

.our-history-item:nth-child(even) .col-md-6:nth-child(2) .ohi-content-wrapper p:before {
    left: auto;
    right: 0;
}

.our-history-item:hover .ohi-image-wrapper .hover-ico:before {
    opacity: 1;
}

.our-history-item:hover .ohi-image-wrapper .hover-ico:after {
    opacity: 0.6;
}

.our-history-item:hover .ohi-content-wrapper .ohi-year {
    color: #000;
}

.our-history-item:hover .ohi-image-wrapper:before {
    top: -70px;
    left: -70px;
}

.our-history-item:hover .ohi-image-wrapper:after {
    top: -40px;
    left: -40px;
}

.ohi-image-wrapper:after,
.ohi-image-wrapper:before,
.ohi-content-wrapper .ohi-year,
.ohi-image-wrapper .hover-ico:before,
.ohi-image-wrapper .hover-ico:after,
.our-history-item:hover .ohi-image-wrapper .hover-ico:before,
.our-history-item:hover .ohi-image-wrapper .hover-ico:after,
.our-history-item:hover .ohi-content-wrapper .ohi-year,
.our-history-item:hover .ohi-image-wrapper:before,
.our-history-item:hover .ohi-image-wrapper:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*Header 28*/

.te-logo-inner .color-logo {
    display: none;
}

.te-main-menu .navbar-nav {
    float: right;
}

.h28-slider-item {
    padding-top: 200px;
}

header.twenty-eight-header {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    padding: 20px 0;
    border-bottom: 1px solid #6c6c6c;
}

.te-main-menu .navbar-nav li a {
    color: #fff;
}

.h28-slider:before {
    position: absolute;
    top: auto;
    bottom: -100px;
    content: '';
    display: block;
    left: 0;
    width: 100%;
    height: 275px;
    -webkit-transform: skewY(-5.3deg);
    transform: skewY(-5.3deg);
    transform-origin: top right;
    -webkit-transform-origin: top right;
    background: #ffffff;
}

.h28-description-inner h1 {
    font-size: 4em;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}

.h28-description-inner h1:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    background: currentColor;
    opacity: 0.2;
    width: 60px;
    height: 1px;
}

.h28-description-inner p {
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 50px;
}

.home28-slider ul.slick-dots {
    position: absolute;
    right: 5%;
    left: auto;
    top: 50%;
    bottom: auto;
}

.home28-slider ul.slick-dots li {
    display: block;
}

.home28-slider ul.slick-dots li button {
    border: none !important;
    width: 12px;
    height: 12px;
}

.home28-slider ul.slick-dots li.slick-active button {
    background-color: #fff;
}

.twenty-eight-header.internal-page .navbar-nav li a {
    color: #000;
}

.twenty-eight-header.internal-page .navbar-nav li a:hover,
.twenty-eight-header.fixed .navbar-nav li a:hover,
.page-template-home .twenty-eight-header.internal-page .navbar-nav li a:hover,
.page-template-home1 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home2 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home3 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home4 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home5 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home6 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home7 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home8 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home9 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home10 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home11 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home12 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home13 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home14 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home15 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home16 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home17 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home18 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home19 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home20 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home21 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home22 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home23 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home24 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover,
.page-template-home25 .twenty-eight-header.internal-page.fixed .navbar-nav li a:hover {
    color: #fff;
}

.page-template-home .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home1 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home2 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home3 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home4 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home5 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home6 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home7 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home8 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home9 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home10 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home11 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home12 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home13 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home14 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home15 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home16 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home17 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home18 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home19 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home20 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home21 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home22 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home23 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home24 .twenty-eight-header.internal-page .navbar-nav li a,
.page-template-home25 .twenty-eight-header.internal-page .navbar-nav li a,
 {
    color: #fff;
}

.twenty-eight-header.fixed .navbar-nav li a,
.page-template-home .twenty-eight-header.fixed .navbar-nav li a,
.page-template-home1 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home2 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home3 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home4 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home5 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home6 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home7 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home8 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home9 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home10 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home11 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home12 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home13 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home14 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home15 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home16 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home17 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home18 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home19 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home20 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home21 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home22 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home23 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home24 .twenty-eight-header.internal-page.fixed .navbar-nav li a,
.page-template-home25 .twenty-eight-header.internal-page.fixed .navbar-nav li a {
    color: #000;
}

.twenty-eight-header.fixed .color-logo,
.twenty-eight-header.internal-page .color-logo {
    display: block;
}

.twenty-eight-header.fixed .main-logo,
.twenty-eight-header.internal-page .main-logo {
    display: none;
}

.page-template-home .twenty-eight-header.internal-page .main-logo,
.page-template-home1 .twenty-eight-header.internal-page .main-logo,
.page-template-home2 .twenty-eight-header.internal-page .main-logo,
.page-template-home3 .twenty-eight-header.internal-page .main-logo,
.page-template-home4 .twenty-eight-header.internal-page .main-logo,
.page-template-home5 .twenty-eight-header.internal-page .main-logo,
.page-template-home6 .twenty-eight-header.internal-page .main-logo,
.page-template-home7 .twenty-eight-header.internal-page .main-logo,
.page-template-home8 .twenty-eight-header.internal-page .main-logo,
.page-template-home9 .twenty-eight-header.internal-page .main-logo,
.page-template-home10 .twenty-eight-header.internal-page .main-logo,
.page-template-home11 .twenty-eight-header.internal-page .main-logo,
.page-template-home12 .twenty-eight-header.internal-page .main-logo,
.page-template-home13 .twenty-eight-header.internal-page .main-logo,
.page-template-home14 .twenty-eight-header.internal-page .main-logo,
.page-template-home15 .twenty-eight-header.internal-page .main-logo,
.page-template-home16 .twenty-eight-header.internal-page .main-logo,
.page-template-home17 .twenty-eight-header.internal-page .main-logo,
.page-template-home18 .twenty-eight-header.internal-page .main-logo,
.page-template-home19 .twenty-eight-header.internal-page .main-logo,
.page-template-home20 .twenty-eight-header.internal-page .main-logo,
.page-template-home21 .twenty-eight-header.internal-page .main-logo,
.page-template-home22 .twenty-eight-header.internal-page .main-logo,
.page-template-home23 .twenty-eight-header.internal-page .main-logo,
.page-template-home24 .twenty-eight-header.internal-page .main-logo,
.page-template-home25 .twenty-eight-header.internal-page .main-logo {
    display: block;
}

.page-template-home .twenty-eight-header.internal-page .color-logo,
.page-template-home1 .twenty-eight-header.internal-page .color-logo,
.page-template-home2 .twenty-eight-header.internal-page .color-logo,
.page-template-home3 .twenty-eight-header.internal-page .color-logo,
.page-template-home4 .twenty-eight-header.internal-page .color-logo,
.page-template-home5 .twenty-eight-header.internal-page .color-logo,
.page-template-home6 .twenty-eight-header.internal-page .color-logo,
.page-template-home7 .twenty-eight-header.internal-page .color-logo,
.page-template-home8 .twenty-eight-header.internal-page .color-logo,
.page-template-home9 .twenty-eight-header.internal-page .color-logo,
.page-template-home10 .twenty-eight-header.internal-page .color-logo,
.page-template-home11 .twenty-eight-header.internal-page .color-logo,
.page-template-home12 .twenty-eight-header.internal-page .color-logo,
.page-template-home13 .twenty-eight-header.internal-page .color-logo,
.page-template-home14 .twenty-eight-header.internal-page .color-logo,
.page-template-home15 .twenty-eight-header.internal-page .color-logo,
.page-template-home16 .twenty-eight-header.internal-page .color-logo,
.page-template-home17 .twenty-eight-header.internal-page .color-logo,
.page-template-home18 .twenty-eight-header.internal-page .color-logo,
.page-template-home19 .twenty-eight-header.internal-page .color-logo,
.page-template-home20 .twenty-eight-header.internal-page .color-logo,
.page-template-home21 .twenty-eight-header.internal-page .color-logo,
.page-template-home22 .twenty-eight-header.internal-page .color-logo,
.page-template-home23 .twenty-eight-header.internal-page .color-logo,
.page-template-home24 .twenty-eight-header.internal-page .color-logo,
.page-template-home25 .twenty-eight-header.internal-page .color-logo {
    display: none;
}

.page-template-home .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home1 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home2 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home3 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home4 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home5 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home6 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home7 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home8 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home9 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home10 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home11 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home12 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home13 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home14 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home15 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home16 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home17 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home18 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home19 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home20 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home21 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home22 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home23 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home24 .twenty-eight-header.internal-page.fixed .color-logo,
.page-template-home25 .twenty-eight-header.internal-page.fixed .color-logo {
    display: block;
}

.page-template-home .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home1 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home2 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home3 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home4 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home5 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home6 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home7 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home8 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home9 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home10 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home11 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home12 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home13 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home14 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home15 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home16 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home17 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home18 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home19 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home20 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home21 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home22 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home23 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home24 .twenty-eight-header.internal-page.fixed .main-logo,
.page-template-home25 .twenty-eight-header.internal-page.fixed .main-logo {
    display: none;
}

.twenty-eight-header.internal-page {
    position: relative;
    top: 0 !important;
}

.page-template-home .twenty-eight-header.internal-page,
.page-template-home1 .twenty-eight-header.internal-page,
.page-template-home2 .twenty-eight-header.internal-page,
.page-template-home3 .twenty-eight-header.internal-page,
.page-template-home4 .twenty-eight-header.internal-page,
.page-template-home5 .twenty-eight-header.internal-page,
.page-template-home6 .twenty-eight-header.internal-page,
.page-template-home7 .twenty-eight-header.internal-page,
.page-template-home8 .twenty-eight-header.internal-page,
.page-template-home9 .twenty-eight-header.internal-page,
.page-template-home10 .twenty-eight-header.internal-page,
.page-template-home11 .twenty-eight-header.internal-page,
.page-template-home12 .twenty-eight-header.internal-page,
.page-template-home13 .twenty-eight-header.internal-page,
.page-template-home14 .twenty-eight-header.internal-page,
.page-template-home15 .twenty-eight-header.internal-page,
.page-template-home16 .twenty-eight-header.internal-page,
.page-template-home17 .twenty-eight-header.internal-page,
.page-template-home18 .twenty-eight-header.internal-page,
.page-template-home19 .twenty-eight-header.internal-page,
.page-template-home20 .twenty-eight-header.internal-page,
.page-template-home21 .twenty-eight-header.internal-page,
.page-template-home22 .twenty-eight-header.internal-page {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0px;
    padding: 10px 0;
    border-bottom: 1px solid #6c6c6c;
}

.page-template-home .twenty-eight-header.fixed,
.page-template-home16 .twenty-eight-header.fixed,
.twenty-eight-header.internal-page,
.twenty-eight-header.fixed.internal-page,
.twenty-eight-header.fixed {
    border-bottom: none;
}

/*Header 29 Start*/

.header29-main-menu-top,
.htn-social-icon {
    display: inline-block;
    vertical-align: middle;
}

.header29-main-menu-top {
    margin-right: 100px;
}

.header29-main-menu-top ul#menu-main-menu li a,
.htn-social-icon li a {
    color: #fff;
}

.htn-social-icon li {
    display: inline-block;
    margin: 0 6px;
}

.tn-main-menu .logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.htn-th-logo {
    position: unset;
}

.tn-main-menu .tn-logo-inner {
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0 50px;
    position: relative;
    box-shadow: 20px 0px 20px 6px #00000012
}

.tn-logo-inner:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 120px solid #ffffff;
    border-right: 60px solid transparent;
    position: absolute;
    right: -60px;
}

.top-header29-col {
    text-align: right;
}

.h29-cm.header-category-menu {
    float: right;
}

.header-category-menu .navbar-nav li a {
    padding: 15px 15px;
    border-left: 1px solid #EBEBEB;
    font-family: 'open_sanssemibold';
    font-size: 13px;
    color: #272727;
    text-transform: uppercase;
}

.tn-main-menu .logo:hover {
    opacity: 1;
}

.tn-main-menu .logo img:hover {
    opacity: 0.8;
}

.h29-cm.header-category-menu .navbar-nav li a {
    border: none;
    padding: 15px 8px;
    font-size: 12.5px;
}

.h29-slider-content h2 {
    margin: 0 0 10px;
    font-size: 3.5em;
    text-transform: capitalize;
    color: #fff;
}

.h29-slider-content p {
    font-size: 1.2em;
    color: #fff;
}

.h29-slider-content p {
    font-size: 1.2em;
    color: #fff;
    margin: 30px 0;
}

.h29-slider-content .btn-primary {
    margin: 0 10px;
}

/*Header 30*/
.header30-main-menu-top ul#menu-main-menu {
    float: right;
}

.thirty-header .header30-main-menu-top ul#menu-main-menu li a {
    padding: 30px 12px 30px;
    color: #212427;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.thirty-header .header30-main-menu-top ul#menu-main-menu li a:hover {
    background: transparent;
    color: #009f5c;
}

.thirty-header .header30-main-menu-top ul#menu-main-menu li ul.dropdown-menu li a {
    padding: 12px 15px;
}

.thirty-header .header30-main-menu-top ul#menu-main-menu li ul.dropdown-menu li a:hover,
.thirty-header .header30-main-menu-top ul#menu-main-menu li ul.dropdown-menu li.current-menu-item a {
    background: #009f5c;
    color: #fff !important;
}

.right-header-30-mail-box {
    float: right;
    background: #009f5c;
    width: 80px;
    height: 80px;
    display: table;
    margin-right: -15px;
}

.right-header-30-mail-box a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 2.133em;
}

.h30-slider .bg-thirty-slider:after {
    position: absolute;
    left: -93px;
    height: 100%;
    width: 575px;
    background: rgb(129, 215, 66);
    content: '';
    z-index: -1;
    display: block;
    opacity: 0.75;
}

.h30-slider-border {
    border: 20px solid rgba(255, 255, 255, 0.28);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 40px 20px;
    margin: auto;
}

.col-md-6.text-center {
    position: relative;
}

.h30-slider-content h2.h30-banner-subtitle {
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-family: 'open_sansregular';
    padding-left: 88px;
    position: relative;
    display: inline-block;
}

.h30-slider-content h2.h30-banner-subtitle:before {
    content: '';
    width: 62px;
    height: 2px;
    position: absolute;
    z-index: 9;
    background: #FFF;
    left: 0px;
    top: 11px;
}

h2.h30-banner-title {
    font-size: 3.600em;
    padding: 22px 0px;
    color: #fff;
    text-transform: capitalize;
    width: 130%;
}

.h30-slider-content {
    text-align: left;
}

/*product detail 2*/

.pd2-slider-nav .slick-slide {
    padding: 10px 5px 5px;
}

.newblog-pd-style .blog-right-col-style {
    border: 1px solid #eeeeee;
    padding: 20px;
    margin-bottom: 30px;
}

.product-related-menu-pd2 ul>li>a {
    display: block;
    padding: 14px 20px;
    position: relative;
    color: #444444;
}

.product-related-menu-pd2 ul>li {
    background-color: #f5f5f5;
    margin-bottom: 3px;
}

.product-related-menu-pd2 ul>li.active a {
    color: #fff !important;
}

.product-related-menu-pd2 ul>li:hover>a {
    background-color: #f5f5f5;
    color: #009f5c;
}

.product-related-menu-pd2 {
    margin-bottom: 30px;
}

.product-sidebar-pd2 {
    float: left;
}

.product-detail-pd2 {
    float: right;
    padding-bottom: 30px;
}

.product-detail-pd2 ul {
    display: flex;
}

.product-detail-pd2 ul li {
    flex: 1;
}

.product-detail-pd2 .product-description {
    padding: 10px 0px;
    text-align: justify;
}

.product-detail-pd2 ul li a {
    background: #EBEBEB;
}

.product-detail-pd2 .tab-content {
    background-color: #fff;
    padding: 20px;
    margin: 20px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}

.quote-detail-pd-2 {
    text-align: center;
}

.quote-detail-pd-2 h1 {
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

.quote-detail-pd-2 p {
    color: #fff;
    padding: 10px 0px;
}

.quote-detail-pd-2 a.btn.btn-primary {
    background: #fff;
    color: #000;
}

.product-related-menu-pd2 ul>li.active a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 13px;
    float: right;
    color: #f5f5f5;
    width: 5px;
}

.pd2-related-product-croll .ps-items {
    height: auto !important;
    margin-bottom: 1px;
}

/*header 25 redesign*/

.twenty-five-header-rd {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
}

.twenty-five-header-rd.internal-page {
    position: relative;
    /* background-color: black; */
}

.page-template-home .twenty-five-header-rd.internal-page,
.page-template-home1 .twenty-five-header-rd.internal-page,
.page-template-home2 .twenty-five-header-rd.internal-page,
.page-template-home3 .twenty-five-header-rd.internal-page,
.page-template-home4 .twenty-five-header-rd.internal-page,
.page-template-home5 .twenty-five-header-rd.internal-page,
.page-template-home6 .twenty-five-header-rd.internal-page,
.page-template-home7 .twenty-five-header-rd.internal-page,
.page-template-home8 .twenty-five-header-rd.internal-page,
.page-template-home9 .twenty-five-header-rd.internal-page,
.page-template-home10 .twenty-five-header-rd.internal-page,
.page-template-home11 .twenty-five-header-rd.internal-page,
.page-template-home12 .twenty-five-header-rd.internal-page,
.page-template-home13 .twenty-five-header-rd.internal-page,
.page-template-home14 .twenty-five-header-rd.internal-page,
.page-template-home15 .twenty-five-header-rd.internal-page,
.page-template-home16 .twenty-five-header-rd.internal-page,
.page-template-home17 .twenty-five-header-rd.internal-page,
.page-template-home18 .twenty-five-header-rd.internal-page,
.page-template-home19 .twenty-five-header-rd.internal-page,
.page-template-home20 .twenty-five-header-rd.internal-page,
.page-template-home21 .twenty-five-header-rd.internal-page,
.page-template-home22 .twenty-five-header-rd.internal-page,
.page-template-home23 .twenty-five-header-rd.internal-page,
.page-template-home24 .twenty-five-header-rd.internal-page,
.page-template-home25 .twenty-five-header-rd.internal-page{
    position: absolute;
}
.page-template-home .thirty-one-header.internal-page,
.page-template-home1 .thirty-one-header.internal-page,
.page-template-home2 .thirty-one-header.internal-page,
.page-template-home3 .thirty-one-header.internal-page,
.page-template-home4 .thirty-one-header.internal-page,
.page-template-home5 .thirty-one-header.internal-page,
.page-template-home6 .thirty-one-header.internal-page,
.page-template-home7 .thirty-one-header.internal-page,
.page-template-home8 .thirty-one-header.internal-page,
.page-template-home9 .thirty-one-header.internal-page,
.page-template-home10 .thirty-one-header.internal-page,
.page-template-home11 .thirty-one-header.internal-page,
.page-template-home12 .thirty-one-header.internal-page,
.page-template-home13 .thirty-one-header.internal-page,
.page-template-home14 .thirty-one-header.internal-page,
.page-template-home15 .thirty-one-header.internal-page,
.page-template-home16 .thirty-one-header.internal-page,
.page-template-home17 .thirty-one-header.internal-page,
.page-template-home18 .thirty-one-header.internal-page,
.page-template-home19 .thirty-one-header.internal-page,
.page-template-home20 .thirty-one-header.internal-page,
.page-template-home21 .thirty-one-header.internal-page,
.page-template-home22 .thirty-one-header.internal-page,
.page-template-home23 .thirty-one-header.internal-page,
.page-template-home24 .thirty-one-header.internal-page,
.page-template-home25 .thirty-one-header.internal-page{
    position: absolute;
}

.thirty-one-header.internal-page .navbar-nav li a {
    color: #000;
}
.page-template-home .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home1 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home2 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home3 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home4 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home5 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home6 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home7 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home8 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home9 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home10 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home11 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home12 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home13 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home14 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home15 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home16 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home17 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home18 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home19 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home20 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home21 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home22 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home23 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home24 .thirty-one-header.internal-page .navbar-nav li a,
.page-template-home25 .thirty-one-header.internal-page .navbar-nav li a
 {
    color: #fff;
}

/*.page-template-home .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home1 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home2 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home3 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home4 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home5 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home6 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home7 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home8 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home9 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home10 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home11 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home12 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home13 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home14 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home15 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home16 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home17 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home18 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home19 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home20 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home21 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home22 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home23 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory,
.page-template-home24 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory, 
.page-template-home25 .thirty-one-header.internal-page .extra-cell a.btn.btn-territory {

 }*/

.thirty-one-header.fixed .navbar-nav li a,
.page-template-home .thirty-one-header.fixed .navbar-nav li a,
.page-template-home1 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home2 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home3 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home4 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home5 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home6 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home7 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home8 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home9 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home10 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home11 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home12 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home13 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home14 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home15 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home16 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home17 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home18 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home19 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home20 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home21 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home22 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home23 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home24 .thirty-one-header.internal-page.fixed .navbar-nav li a,
.page-template-home25 .thirty-one-header.internal-page.fixed .navbar-nav li a {
    color: #000;
}

.thirty-one-header.fixed .color-logo,
.thirty-one-header.internal-page .color-logo {
    display: block;
}

.thirty-one-header.fixed .main-logo,
.thirty-one-header.internal-page .main-logo {
    display: none;
}

.page-template-home .thirty-one-header.internal-page .main-logo,
.page-template-home1 .thirty-one-header.internal-page .main-logo,
.page-template-home2 .thirty-one-header.internal-page .main-logo,
.page-template-home3 .thirty-one-header.internal-page .main-logo,
.page-template-home4 .thirty-one-header.internal-page .main-logo,
.page-template-home5 .thirty-one-header.internal-page .main-logo,
.page-template-home6 .thirty-one-header.internal-page .main-logo,
.page-template-home7 .thirty-one-header.internal-page .main-logo,
.page-template-home8 .thirty-one-header.internal-page .main-logo,
.page-template-home9 .thirty-one-header.internal-page .main-logo,
.page-template-home10 .thirty-one-header.internal-page .main-logo,
.page-template-home11 .thirty-one-header.internal-page .main-logo,
.page-template-home12 .thirty-one-header.internal-page .main-logo,
.page-template-home13 .thirty-one-header.internal-page .main-logo,
.page-template-home14 .thirty-one-header.internal-page .main-logo,
.page-template-home15 .thirty-one-header.internal-page .main-logo,
.page-template-home16 .thirty-one-header.internal-page .main-logo,
.page-template-home17 .thirty-one-header.internal-page .main-logo,
.page-template-home18 .thirty-one-header.internal-page .main-logo,
.page-template-home19 .thirty-one-header.internal-page .main-logo,
.page-template-home20 .thirty-one-header.internal-page .main-logo,
.page-template-home21 .thirty-one-header.internal-page .main-logo,
.page-template-home22 .thirty-one-header.internal-page .main-logo,
.page-template-home23 .thirty-one-header.internal-page .main-logo,
.page-template-home24 .thirty-one-header.internal-page .main-logo,
.page-template-home25 .thirty-one-header.internal-page .main-logo {
    display: block;
}

.page-template-home .thirty-one-header.internal-page .color-logo,
.page-template-home1 .thirty-one-header.internal-page .color-logo,
.page-template-home2 .thirty-one-header.internal-page .color-logo,
.page-template-home3 .thirty-one-header.internal-page .color-logo,
.page-template-home4 .thirty-one-header.internal-page .color-logo,
.page-template-home5 .thirty-one-header.internal-page .color-logo,
.page-template-home6 .thirty-one-header.internal-page .color-logo,
.page-template-home7 .thirty-one-header.internal-page .color-logo,
.page-template-home8 .thirty-one-header.internal-page .color-logo,
.page-template-home9 .thirty-one-header.internal-page .color-logo,
.page-template-home10 .thirty-one-header.internal-page .color-logo,
.page-template-home11 .thirty-one-header.internal-page .color-logo,
.page-template-home12 .thirty-one-header.internal-page .color-logo,
.page-template-home13 .thirty-one-header.internal-page .color-logo,
.page-template-home14 .thirty-one-header.internal-page .color-logo,
.page-template-home15 .thirty-one-header.internal-page .color-logo,
.page-template-home16 .thirty-one-header.internal-page .color-logo,
.page-template-home17 .thirty-one-header.internal-page .color-logo,
.page-template-home18 .thirty-one-header.internal-page .color-logo,
.page-template-home19 .thirty-one-header.internal-page .color-logo,
.page-template-home20 .thirty-one-header.internal-page .color-logo,
.page-template-home21 .thirty-one-header.internal-page .color-logo,
.page-template-home22 .thirty-one-header.internal-page .color-logo,
.page-template-home23 .thirty-one-header.internal-page .color-logo,
.page-template-home24 .thirty-one-header.internal-page .color-logo,
.page-template-home25 .thirty-one-header.internal-page .color-logo {
    display: none;
}

.page-template-home .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home1 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home2 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home3 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home4 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home5 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home6 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home7 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home8 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home9 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home10 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home11 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home12 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home13 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home14 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home15 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home16 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home17 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home18 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home19 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home20 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home21 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home22 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home23 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home24 .thirty-one-header.internal-page.fixed .color-logo,
.page-template-home25 .thirty-one-header.internal-page.fixed .color-logo {
    display: block;
}

.page-template-home .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home1 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home2 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home3 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home4 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home5 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home6 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home7 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home8 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home9 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home10 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home11 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home12 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home13 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home14 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home15 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home16 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home17 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home18 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home19 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home20 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home21 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home22 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home23 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home24 .thirty-one-header.internal-page.fixed .main-logo,
.page-template-home25 .thirty-one-header.internal-page.fixed .main-logo {
    display: none;
}

.thirty-one-header.internal-page {
    position: relative;
    top: 0 !important;
}

.page-template-home .thirty-one-header.internal-page,
.page-template-home1 .thirty-one-header.internal-page,
.page-template-home2 .thirty-one-header.internal-page,
.page-template-home3 .thirty-one-header.internal-page,
.page-template-home4 .thirty-one-header.internal-page,
.page-template-home5 .thirty-one-header.internal-page,
.page-template-home6 .thirty-one-header.internal-page,
.page-template-home7 .thirty-one-header.internal-page,
.page-template-home8 .thirty-one-header.internal-page,
.page-template-home9 .thirty-one-header.internal-page,
.page-template-home10 .thirty-one-header.internal-page,
.page-template-home11 .thirty-one-header.internal-page,
.page-template-home12 .thirty-one-header.internal-page,
.page-template-home13 .thirty-one-header.internal-page,
.page-template-home14 .thirty-one-header.internal-page,
.page-template-home15 .thirty-one-header.internal-page,
.page-template-home16 .thirty-one-header.internal-page,
.page-template-home17 .thirty-one-header.internal-page,
.page-template-home18 .thirty-one-header.internal-page,
.page-template-home19 .thirty-one-header.internal-page,
.page-template-home20 .thirty-one-header.internal-page,
.page-template-home21 .thirty-one-header.internal-page,
.page-template-home22 .thirty-one-header.internal-page {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0px;
}
.thirty-one-header.internal-page a.btn.btn-territory {
    border-radius: 25px;
}
.header25-rd-desk {
    height: 750px;
    overflow: hidden;
    position: relative;
}

.header25-rd-desk:after {
    position: absolute;
    bottom: -63px;
    height: 100px;
    right: -10px;
    left: 50%;
    background: #ffffff;
    margin-left: 0;
    content: "";
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    z-index: 1;
}

.header25-rd-desk:before {
    position: absolute;
    bottom: -63px;
    height: 100px;
    left: -10px;
    right: 50%;
    background: #ffffff;
    margin-right: 0;
    content: "";
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    z-index: 1;
}

.top-header-25-rd .fh-menu-col {
    height: auto;
    min-height: auto;
}

.topnav-25-rd:before,
.topnav-25-rd:after {
    content: '';
    display: block;
    clear: both;
}

.topnav-25-rd {
    width: 100%;
    border-bottom: 1px solid rgba(165, 165, 165, 0.3);
    padding: 8px 20px 8px 0;
}

.topnav-25-rd ul li a {
    padding: 0;
    color: #fff;
    border-bottom: none;
}

.topnav-25-rd ul.social-icons li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
}

.topnav-25-rd ul.social-icons li a {
    color: #fff;
    border: none;
}

.topnav-25-rd ul.social-icons li a:hover {
    color: #9aca42;
}

.main-header-25-rd {
    padding-top: 10px;
}

.main-menu-25-rd {
    width: 100%;
}

.main-menu-25-rd:before,
.main-menu-25-rd:after {
    content: '';
    display: block;
    clear: both;
}

.main-header-25-rd .fh-menu-col {
    min-height: 50px;
    height: 50px;
}

.main-header-25-rd ul li a {
    padding: 10px 0px;
    color: #fff;
    border-bottom: 0;
}

.free-quote {
    height: 100px;
    display: table;
    padding: 0;
    width: 80px;
    float: right;
    text-align: center;
    background-color: #9aca42;
    position: relative;
    right: -20px;
    top: 0;
    margin-top: -60px;
}

.free-quote p {
    display: table-cell;
    vertical-align: middle;
}

.free-quote:before {
    position: absolute;
    bottom: -5px;
    left: 1px;
    width: 50%;
    height: 12px;
    background-color: #9aca42;
    content: "";
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}

.free-quote:after {
    position: absolute;
    bottom: -5px;
    right: 1px;
    width: 50%;
    height: 12px;
    background-color: #9aca42;
    content: "";
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

.h25-cm.header-category-menu li a {
    padding: 0;
    border-left: 0;
    color: #fff;
}

.free-quote p {
    color: #fff;
}

.h25-cm.header-category-menu li {
    margin: 0 9px;
}

.twenty-five-header-rd .color-logo {
    display: none;
}

.twenty-five-header-rd.fixed .color-logo,
.twenty-five-header-rd.internal-page .color-logo {
    display: block;
}

.twenty-five-header-rd.fixed .main-logo,
.twenty-five-header-rd.internal-page .main-logo {
    display: none;
}

.page-template-home .twenty-five-header-rd.internal-page .main-logo,
.page-template-home1 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home2 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home3 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home4 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home5 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home6 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home7 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home8 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home9 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home10 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home11 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home12 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home13 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home14 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home15 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home16 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home17 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home18 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home19 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home20 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home21 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home22 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home23 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home24 .twenty-five-header-rd.internal-page .main-logo,
.page-template-home25 .twenty-five-header-rd.internal-page .main-logo {
    display: block;
}

.page-template-home .twenty-five-header-rd.internal-page .color-logo,
.page-template-home1 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home2 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home3 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home4 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home5 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home6 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home7 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home8 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home9 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home10 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home11 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home12 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home13 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home14 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home15 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home16 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home17 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home18 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home19 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home20 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home21 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home22 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home23 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home24 .twenty-five-header-rd.internal-page .color-logo,
.page-template-home25 .twenty-five-header-rd.internal-page .color-logo {
    display: none;
}

.page-template-home .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home1 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home2 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home3 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home4 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home5 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home6 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home7 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home8 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home9 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home10 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home11 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home12 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home13 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home14 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home15 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home16 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home17 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home18 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home19 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home20 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home21 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home22 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home23 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home24 .twenty-five-header-rd.internal-page.fixed .color-logo,
.page-template-home25 .twenty-five-header-rd.internal-page.fixed .color-logo {
    display: block;
}

.page-template-home .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home1 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home2 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home3 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home4 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home5 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home6 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home7 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home8 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home9 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home10 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home11 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home12 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home13 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home14 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home15 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home16 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home17 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home18 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home19 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home20 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home21 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home22 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home23 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home24 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home25 .twenty-five-header-rd.internal-page .navbar-nav li a{
    color: #fff;
}

.page-template-home .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home1 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home2 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home3 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home4 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home5 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home6 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home7 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home8 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home9 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home10 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home11 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home12 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home13 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home14 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home15 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home16 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home17 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home18 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home19 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home20 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home21 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home22 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home23 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home24 .twenty-five-header-rd.internal-page.fixed .main-logo,
.page-template-home25 .twenty-five-header-rd.internal-page.fixed .main-logo
{
    display: none;
}
.twenty-five-header-rd.internal-page .navbar-nav li a {
    color: #000;
}
.twenty-five-header-rd.internal-page a.logo.transition {
    position: relative;
    top: -20px;
}
.twenty-five-header-rd.internal-page .topnav-25-rd.align-item {
    padding: 0;
    border: none;
    width: 77%;
    position: absolute;
    right: 0;
    z-index: 1;
}
.twenty-five-header-rd.internal-page .navbar-nav li a {
    color: #000;
    padding: 38px 0px;
}
.twenty-five-header-rd.internal-page .header-category-menu {
    display: none;
}
.twenty-five-header-rd.internal-page .free-quote {
    position: relative;
    z-index: 9;
}
.twenty-five-header-rd.internal-page .main-header-25-rd {
    padding-top: 46px;
}

.page-template-home .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home1 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home2 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home3 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home4 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home5 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home6 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home7 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home8 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home9 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home10 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home11 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home12 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home13 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home14 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home15 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home16 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home17 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home18 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home19 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home20 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home21 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home22 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home23 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home24 .twenty-five-header-rd.internal-page  a.logo.transition,
.page-template-home25 .twenty-five-header-rd.internal-page  a.logo.transition {
    position: reative;
    top: auto;
}
.page-template-home .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home1 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home2 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home3 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home4 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home5 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home6 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home7 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home8 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home9 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home10 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home11 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home12 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home13 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home14 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home15 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home16 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home17 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home18 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home19 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home20 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home21 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home22 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home23 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home24 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item,
.page-template-home25 .twenty-five-header-rd.internal-page .topnav-25-rd.align-item {
    border-bottom: 1px solid rgba(165, 165, 165, 0.3);
    padding: 8px 20px 8px 0;
    width: 100%;
    position: relative;
    right: auto;
    z-index: auto;
}
.page-template-home .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home1 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home2 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home3 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home4 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home5 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home6 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home7 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home8 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home9 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home10 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home11 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home12 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home13 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home14 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home15 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home16 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home17 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home18 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home19 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home20 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home21 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home22 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home23 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home24 .twenty-five-header-rd.internal-page .navbar-nav li a,
.page-template-home25 .twenty-five-header-rd.internal-page .navbar-nav li a {
    color: #fff;
    padding: 0;
}
.page-template-home .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home1 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home2 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home3 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home4 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home5 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home6 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home7 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home8 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home9 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home10 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home11 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home12 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home13 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home14 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home15 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home16 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home17 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home18 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home19 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home20 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home21 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home22 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home23 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home24 .twenty-five-header-rd.internal-page .header-category-menu,
.page-template-home25 .twenty-five-header-rd.internal-page .header-category-menu {
    display: block;
}
.page-template-home .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home1 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home2 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home3 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home4 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home5 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home6 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home7 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home8 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home9 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home10 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home11 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home12 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home13 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home14 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home15 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home16 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home17 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home18 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home19 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home20 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home21 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home22 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home23 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home24 .twenty-five-header-rd.internal-page .main-header-25-rd,
.page-template-home25 .twenty-five-header-rd.internal-page .main-header-25-rd {
    padding-top: 10px;
}

.twenty-five-header-rd.internal-page .navbar-nav li a {
    color: #000;
}

.twenty-five-header-rd.fixed .navbar-nav li a,
.page-template-home .twenty-five-header-rd.fixed .navbar-nav li a,
.page-template-home1 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home2 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home3 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home4 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home5 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home6 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home7 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home8 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home9 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home10 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home11 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home12 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home13 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home14 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home15 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home16 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home17 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home18 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home19 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home20 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home21 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home22 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home23 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home24 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a,
.page-template-home25 .twenty-five-header-rd.internal-page.fixed .navbar-nav li a {
    color: #000;
}

.twenty-five-header-rd .header-category-menu .navbar-nav li .dropdown-menu a {
    color: #272727;
}

.twenty-five-header-rd .header-category-menu .navbar-nav li .dropdown-menu li:hover a {
    color: #fff;
}

/*Category 05 Start*/
.category-5-banner .ps-banner-text p {
    color: #fff;
    margin-bottom: 10px;
}

.category-5-banner .ps-banner-text ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.category-5-banner.psb-video .play {
    position: relative;
    right: -50px;
    top: -20px;
    display: table;
    float: left;
}

.category-5-banner .product-enquiry-button {
    float: left;
}

.category-5-banner.product-special-banner .ps-banner-text h1 {
    display: inline-block;
    padding: 5px 20px;
}

.category-5-banner-form {
    text-align: center;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 30px 25px;
    border-top: 10px solid red;
    width: 90%;
    margin: auto;
}

.category-5-banner-form h3 {
    font-size: 1.5em;
    line-height: 100%;
    color: #f7941d;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.psb-video.category-5-banner .ps-banner-text {
    padding-top: 80px;
}

/*Category 05 End*/
/*Form Quiz Option Start*/
.quiz-field label {
    display: block;
    text-align: left;
}

.quiz-811 label {
    display: block;
}

.form-style-1 span.wpcf7-form-control-wrap.quiz-811 {
    position: relative;
}

.form-style-1 span.wpcf7-form-control-wrap.quiz-811:after {
    content: "\f132";
    margin: 0;
    top: 15px;
    font-size: 1.5em;
}

/*.quiz-811 span{
    display: none;
}*/
/*End*/
/*Team Start*/
.team-page-sec {
    padding-top: 20px;
}

.tp-top-row {
    margin-bottom: 30px;
}

.team-title h2 {
    font-size: 1.7em;
    font-weight: bold;
    text-transform: capitalize;
    color: #444444;
    font-family: 'open_sansextrabold';
}

.team-title p {
    font-weight: bold;
    text-transform: uppercase;
}

.main-person {
    margin-bottom: 60px;
}

.main-person .cnt-box {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    transition: all .5s;
    background-color: #fff;
}

.main-person .cnt-box:hover {
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.main-person .cnt-box .img-box {
    width: 80%;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 3px;
    transition: all .5s;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: rgba(0, 0, 0, 0.15);
}

.main-person .cnt-box .img-box img {
    max-width: 251px;
    width: 251px;
    margin-left: -46px;
}

.main-person .cnt-box:hover img {
    opacity: 0.8;
}

.main-person .cnt-box .cnt-caption {
    padding: 15px 30px;
}

.main-person .cnt-box .cnt-caption h2 {
    line-height: 100%;
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: 0;
    color: #444;
}

.cnt-designation {
    font-size: 14px;
    font-family: 'open_sansbold';
    border-bottom: 1px solid rgba(10, 70, 103, 0.25);
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
}

.main-person .cnt-box .cnt-caption p {
    line-height: 170%;
}

.team-list-col .col-md-3:nth-child(4n+1) {
    clear: both;
}

.tl-item {
    margin-bottom: 30px;
}

.tl-item .team {
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}

.tl-item .team img {
    width: 100%;
    display: block;
    transition: all .3s;
}

.tl-item .team:hover img {
    transform: translateY(10px) scale(1.1);
}

.tl-item .caption {
    position: absolute;
    text-align: center;
    padding: 25px 15px 0 15px;
    height: 145px;
    overflow: hidden;
    background-color: #FFF;
    margin: 0;
    bottom: 0;
    z-index: 9;
    right: 0;
    left: 0;
    transition: all .5s;
    font-size: 14px;
    font-weight: 600;
    height: 120px;
    border-top: 1px solid rgba(10, 70, 103, 0.25);
}

.tl-item .caption h2 {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 13px;
    letter-spacing: 0;
}

.tl-item .caption .icon-links {
    margin: 20px 0;
    opacity: 0;
}

.tl-item .caption .icon-links li {
    list-style: none;
    display: inline-block;
    margin: 0 12px;
}

.tl-item .caption .icon-links li i {
    font-size: 1.3em;
}

.tl-item .caption p {
    font-size: 14px;
}

.tl-item .team:hover .caption {
    height: 240px;
}

.tl-item .team:hover .caption .icon-links {
    opacity: 1;
}

.cnt-box.cnt-call {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    background: rgb(255, 255, 255);
    padding: 30px 50px;
    border-radius: 3px;
}

.cnt-box.cnt-call .caption {
    width: calc(70% - 30px);
    text-align: left;
}

.row.icon-points .icon-box i {
    float: left;
    width: 50px;
    height: 50px;
    min-width: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 3px;
    font-size: 22px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    text-align: center;
    background: #fff;
}

.icon-points .caption {
    float: right;
    padding-left: 13px;
}

.icon-points .icon-box.icon-box-left {
    display: inline-flex;
    transition: all 0.5s ease;
}

.icon-points .icon-box.icon-box-left:hover {
    transform: scale(.95);
}

.icon-points .caption h3 {
    margin: 2px 0 8px 0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    color: #1e73be;
    font-family: 'open_sansbold';
}

.icon-points .caption p {
    line-height: 25px;
    opacity: .8;
    color: rgb(64, 77, 96);
}

.icon-points:after,
.icon-points:before {
    display: block;
    clear: both;
    content: '';
}

.cnt-call:before,
.cnt-call:after {
    content: '';
    display: block;
    clear: both;
}

.icon-points {
    padding: 50px 0px;
}

.cnt-call {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    background: rgb(255, 255, 255);
    padding: 30px 50px;
    border-radius: 3px;
}

.cnt-call .caption h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #1e73be;
    letter-spacing: 0;
}

.cnt-call .caption p {
    font-size: 14px;
}

/**/
.new-catalogue-btn {
    margin-left: 10px;
}

.new-catalogue-btn img,
.product-enquiry-button img {
    margin-right: 5px;
}

.new-catalogue-btn,
.new-catalogue-btn:hover {
    color: #444343;
    background-color: #dfdfdf;
}

.new-catalogue-btn:hover {
    opacity: 0.8;
}

/*About Us 8 Start*/
.ab8-title h1 {
    font-size: 31px;
}

.ab8-title h2 {
    font-size: 28px;
}

.ab8-title h1,
.ab8-title h2 {
    margin-bottom: 14px;
    color: #3a3d45;
    z-index: 1;
    position: relative;
    text-transform: capitalize;
}

.about8-sec {
    padding-bottom: 20px;
}

section.about8-gallery-new {
    padding-bottom: 20px;
}

.ad8-store-box h4 {
    font-family: 'open_sansbold';
    font-size: 22px;
    margin-bottom: 13px;
}

.ab8-team-sec .ab8-team-member .details {
    background-color: #1e73be;
    color: white;
    text-align: center;
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 0;
    -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.ab8-team-sec .ab8-team-member:hover .details-text {
    height: 70px;
}

.ab8-team-sec .ab8-team-member .details h5 {
    font-family: 'open_sansbold';
    color: #fff;
    line-height: 100%;
}

.ab8-team-sec .ab8-team-member .details .inner {
    padding: 15px 0px;
}

.ab8-team-sec .ab8-team-member .details h6 {
    color: #fff;
    text-transform: none;
}

.ab8-team-sec .ab8-team-member .details-text {
    top: auto;
    bottom: 104%;
}

.ab8-team-sec .ab8-team-member:hover .details-social {
    height: 52px;
}

.details-social a i {
    width: 30px;
    height: 30px;
    padding: 5px;
    text-align: center;
}

.details-social a {
    color: #fff;
}

article.ab8-team-member {
    position: relative;
    transition: 0.36s all ease-in-out;
}

.ab8-team-sec .ab8-team-member .details-social {
    top: 104%;
    bottom: auto;
}

.ab8-team-sec {
    padding: 40px 0px;
}

.process-bar-row {
    padding-top: 20px;
}

.process-bar-row .process-circle h2 {
    font-size: 30px;
    font-weight: 700;
    color: #666666;
}

.process-bar-row .process-circle {
    text-align: center;
}

.ldBar path.mainline {
    stroke-width: 5;
    stroke: #1e73be;
    stroke-linecap: round;
}

.ldBar path.baseline {
    stroke-width: 5;
    stroke: #f1f2f3;
    stroke-linecap: round;
}

.ldBar {
    margin: 0 auto 10px;
}

.result_hover {
    opacity: 1 !important;
}

.ab8-team-member .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ldBar {
  position: relative;
}
.ldBar.label-center > .ldBar-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 3px #fff;
}
.ldBar-label:after {
  content: "%";
  display: inline;
}
.ldBar.no-percent .ldBar-label:after {
  content: "";
}
.ab8-team-sec {
    transition: 0.56s ease-in-out;
}
/*About Us 8 End*/

/*home21*/
.h21-title span {
    color: #dd9933;
    font-size: 1.1em;
}
.h21-title h2 {
    font-size: 2.5em;
    padding-top: 10px;
}
.h21-title {
    margin-bottom: 30px;
}
.h21-what-we-details {
    border: 1px solid #cccccc;
    padding: 50px 30px;
    transition: 0.3s;
    min-height: 376px;
}
.h21-what-we-details i {
font-size: 45px;
}
.h21-what-we-details h3 {
    font-weight: 700;
    font-size: 2em;
    padding: 15px 0 10px;
}
.h21-what-we-box {
    transition: 0.3s;
}
.h21-what-we-details h3 a{
    color: #000;
}
.h21-what-we-details h3:hover a{
    color: #dd9933;
    text-decoration: none;
}
.h21-what-we-box:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
/*video-sec*/
.h21-flex {
    /* display: flex; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.h-21-video-sec {
    background: #dd9933;
}
.no-padding {
    padding: 0;
}
.h21-video-bg {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.h21-video-icon .h21-video-play {
    width: 104px;
    height: 104px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -52px;
    bottom: 0;
    margin: auto;
    border: 10px solid #dd9933;
}
.h21-video-play:hover {
    width: 104px;
    height: 104px;
    background: #dd9933;
    border: 10px solid #fff;
    transition: ease-in-out;
}
.h21-video-play i {
    font-size: 20px;
    color: #dd9933;
    padding: 32px 34px 32px 36px;
}
.h21-video-play:hover i {
    color: #fff;
}
.h21-video-right-sec{
    padding: 70px 77px;
}
.h21-video-title h1 {
    font-size: 2.9em;
    padding-top: 10px;
}
.h21-video-title h4 {
    font-size: 1.1em;
    color: #000;
}
.h21-video-title p {
    color: #000;
    padding-top: 30px;
}
.h21-video-title a{
    color: #fff;
}
.h21-author-info p{
    color: #000;
}
.h21-author-detalis {
    padding-top: 5px;
}
.h21-author-info {
    float: left;
    border-right: 1px solid #000;
    padding-right: 25px;
    margin-right: 25px;
}
.h21-author-social-icon{
    padding-top: 10px;
}
.h21-author-social-icon i {
    color: #000;
    padding-right: 15px;
    font-size: 20px;
}
/*end*/
/*our process*/
.h21-se .h-14-title h2 {
        font-size: 2.5em;
    }
.h21-process-details{
    margin-bottom: 30px;
}
.h21-our-process-sec{
    background: #2c2d27;
    color: #fff;
}
.h21-our-process-sec h3{
    font-size: 1.6em;
}
.h21-our-process-sec h3, .h21-our-process-sec p{
    color: #fff;
    font-weight: 600;
}
.h21-our-process-sec .col-md-9 {
    border-left: 1px solid #fff;
    padding-left: 40px;
}
.h21-our-process-info h4{
    color: #fff;
    padding-top: 40px;
    text-align: center;
    font-size: 1.2em;
}
.h21-our-process-icon i {
    font-size: 40px;
}
.h21-our-process-icon:before {
    content: '';
    position: absolute;
    top: 52px;
    left: 0;
    width: 22px;
    background-color: #fff;
    height: 22px;
    border: 2px solid #dd9933;
    border-radius: 50%;
    z-index: 2;
    right: 0;
    margin: auto;
}
.h21-our-process-icon:after {
    content: '';
    position: absolute;
    right: 0;
    top: 57px;
    border-left: 12px solid #dd9933;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.h21-our-process-info:last-child > .h21-our-process-icon:after{
    display: none;
}
.h21-our-process-info:after {
    content: '';
    position: absolute;
    top: 61px;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #dd9933 , #dd9933);
}
div:first-child > .h21-our-process-info:after {
    background-image: linear-gradient(to right, transparent 1%, #dd9933 99%);
}
div:last-child > .h21-our-process-info:after {
    background-image: linear-gradient(to left, transparent 1%, #dd9933 99%);
}
/*end*/
/*h21-certificate*/
.h21-certificate {
    box-shadow: 2px 6px 16px 3px #ddd;
}
.h21-recruitment-details h3 {
    font-size: 2em;
    font-weight: 600;
    padding-bottom: 10px;
}
/*.h21-recruitment .btn-primary, .h21-recruitment .btn-secondary{
    padding: 20px;
    border-radius: 0;
}*/
.h21-recruitment {
    padding: 50px 15px;
}
.h21-recruitment .btn-secondary{
    border: 1px solid #000;
}
.h21-graph-recruitment .row:nth-child(even) .h21-recruitment {
    float: right;
}
.h21-graph-recruitment .row:nth-child(odd) .col-md-6:first-child {
    float: left;
}
.h21-recruitment-details p {
    padding-bottom: 20px;
}
.h21-graph-content{
    margin-bottom: 60px;
}
/*end*/
/*testimonial*/
.h21-testimonial-content{
    padding: 25px 27px;
    position: relative;
}
.h21-testimonial-content i {
    position: absolute;
    top: 0;
    left: 11px;
    font-size: 80px;
    color: #d93;
    z-index: -1;
    opacity: 0.5;
    right: 0;
}
.h21-client-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}
.h21-client-info {
    padding: 17px 0;
}
.h21-testimoniyal-info{
    position: relative;
}
.h21-testimoniyal-info li {
    list-style-type: none;
    line-height: 210%;
    padding-left: 25px;
}
.h21-testimoniyal-info li:hover a{
    color: #d93; 
}
.h21-testimoniyal-info li:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f058";
    color: #d93;
    left: 0;
}
.h21-testimoniyal-info li a {
    color: #000;
    text-decoration: underline;
}
.h21-testimoniyal-details h3 {
    color: #000;
    font-size: 2em;
    padding-bottom: 15px;
}
.h21-testimoniyal-info {
    padding-bottom: 40px;
}
.h21-testimoniyal-review{
    border-right: 1px solid #ddd;
}
.h21-testimoniyal-review ul.slick-dots {
    position: absolute;
    right: 15px;
    bottom: 38px;
}
.h21-testimoniyal-review .slick-dots li button {
    width: 20px;
    height: 20px;
}
/*end*/
/*blog*/
.h21-blog-area{
    padding-top: 20px;
}
.h21-news-box {
    border: 1px solid #e1e1e1;
}
.h21-blog-date h5 {
    float: left;
    border-right: 1px solid #000;
    padding-right: 10px;
    font-size: 1.1em;
}
.h21-blog-date span a {
    color: #d93;
    font-size: 1.1em;
    padding-left: 10px;
}
.h21-blog-content {
    padding: 30px;
    background: #fff;
}
.h21-blog-title h3 {
    padding-bottom: 10px;
}
.h21-blog-title h3 a {
    color: #000;
    font-size: 1.2em;
    font-weight: 600;
}
.h21-blog-title h3:hover a {
    color: #d93;
    text-decoration: none;
}
.h21-blog-date {
    padding-bottom: 10px;
}
.h21-blog-read a {
    color: #707070;
    font-size: 1.1em;
}
.h21-blog-read:hover a {
    color: #d93;
    text-decoration: none;
}
.h21-blog-title {
    padding-bottom: 15px;
}
.h21-news-box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.h21-bg-color{
    background: #f2f4f6;
}
.h21-our-process-icon i:after {
    content: '';
    position: absolute;
    border-left: 12px solid #dd9933;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparen;
    border-bottom: 5px solid transparent;
    top: 57px;
    right: 0;
}
.row .width-full-595:last-child .fa.fa-file-text-o:after{
    display: none;
}
.h21-what-we-box {
    margin-bottom: 27px;
}
.h21-what-we-box {
    background: #fff;
}
.h21-graph-recruitment .row.h21-graph-content:last-child {
    margin-bottom: 20px !important;
}
/*end*/
/*home page20 start*/

.h20-section-title span {
    color: #888888;
    font-size: 1.000em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.h20-section-title h2, .h20-section-title h1 {
    margin-bottom: 0;
    margin: 12px 0px 0px;
    line-height: 120%;
}
.h20-section-title h2 {
    font-size: 2.571em;
}
.h20-section-title h1 {
    font-size: 2.6em;
    text-transform: capitalize;
}
.h20-section-title p {
    font-size: 1.000em;
    font-weight: 400;
    color: #888888;
    margin: 20px 0px 30px;
}
.h20-fea-btn .btn span {
    color: #fff;
}
.h20-fea-content {
    padding: 30px;border-bottom: 3px solid transparent;background: #fff;
}
.h20-fea-content h3 {
    font-weight: 600;
    font-size: 1.571em;
    margin-bottom: 17px;
}
.h20-fea-content p {
    font-size: 1.000em;
    margin-bottom: 0px;
}
.h20-features:before, .h20-services-block .h20-services-content:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #febc35;
    height: 4px;
    width: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.h20-features:hover:before, .h20-services-block:hover .h20-services-content:before {
    width: 100%;
}
.h20-features {
    position: relative;
    overflow: hidden;
}
.h20-services-image {
    height: 250px;
}
.h20-choose-list .ch-video.bg-style {
    height: 450px;
}
.h20-services-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.h20-services-content {
    padding: 20px;
}
.h20-services-block .h20-services-content {
    background: #ffffff;
    position: relative;
    border: 1px solid #e7e7e7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.h20-services-content h3 {
    font-size: 1.571em;
    margin-bottom: 10px;
    font-weight: 600;
}
.h20-services-content h3 a {
    color: #000;
}
.h20-services-content p {
    color: #333;
    font-size: 1.000em;
}
.h20-service-boxes {
    padding-top: 50px;
}
.h20-services-content a:hover, .h20-sv-link a {
    color: #dd9933;
    border-color: #dd9933;
}
.h20-services-content {
    padding: 20px 20px 35px;
}
.counter-text h2 {
    font-size: 3.214em;
}
.h20-services-block {
    margin-bottom: 30px;
}
.h20-sv-link a {
    text-transform: uppercase;
    font-size: 1.000em;
    font-weight: 500;
    border-bottom: 2px solid #000;
    color: #222;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 600;
}
.h20-counter-facts .counter-text h1 {
    font-size: 45px;
    margin-bottom: 10px;
}
.h20-counter-facts .counter-text span {
    color: #9b9b9b;
    font-size: 1.000em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}
.h20-counter-facts .counter-icon i {
    transition: .3s;
    -webkit-transition: .3s;
    font-size: 4.286em;
    color: #dd9933;
}
.h20-counter-facts .counter-icon {
    margin-bottom: 34px;
}
.h20-counter-facts .counter-wrapper.counter-wrapper-2 {
    background: #fff;
    padding: 60px 45px;
    border-radius: 10px;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
}
.h20-counter-facts .counter-wrapper-2:hover::before {
    opacity: 1;
}
.h20-counter-facts .counter-wrapper-2::before {
    background-image: url(../wesanti/images/fact-doc.png);
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
}
.h20-counter-facts .counter-wrapper-2:hover .counter-icon i{
    color: #000;
}
.h20-counter-facts .counter-wrapper-2:hover {
    background: #dd9933;
}
.white-title h2{
    color: #fff;
}
.h20-client-area {
    background: #222222;
    padding: 90px 0px;
}
.h20-section-title.white-title {
    margin-bottom: 50px;
}
.h20-client-wrapper {
    background: #ffffff;
    padding: 48px 30px 31px;
}
.h20-client-content p {
    font-size: 1.0em;
    line-height: 144%;
    color: #888888;
    margin-bottom: 26px;
}
.h20-client-img {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
}
.h20-client-text h4 {
    font-size: 1.571em;
    margin-bottom: 3px;
    line-height: 110%;
}
.h20-client-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
    border-radius: 100%;
    border: 4px solid #febc35;
}
.h20-client-text span {
    font-size: 1.000em;
    font-family: 'open_sanssemibold';
    color: #888888;
    text-transform: uppercase;
}
.h20-choose-list .sch-video {
    height: 450px !important;
}
.h20-client-img:after {
    position: absolute;
    content: "\f10e";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    color: #fff;
    font-size: 1.143em;
    top: -9px;
    font-weight: 400;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #febc35;
    right: -14px;
    border-radius: 50%;
}
.h20-choose-list {
    margin-top: 30px;
}
.h20-choose-item .choose-icon i {
    font-size: 2.143em;
    color: #fff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
}
.h20-choose-item {
    list-style: none;
    display: inline-flex;
    margin-bottom: 23px;
}
.h20-choose-item .choose-icon {
    position: relative;
    margin-right: 35px;
    margin-top: 9px;
}
.h20-services-block .h20-services-image {
    border: 1px solid #e7e7e7;
    border-bottom: none;
}
.h20-choose-item .choose-icon:before {
    position: absolute;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    color: #fff;
    font-size: 1.000em;
    top: -13px;
    font-weight: 400;
    height: 36px;
    width: 36px;
    line-height: 32px;
    text-align: center;
    background: #febc35;
    right: -5px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.h20-choose-item .choose-text h4 {
    font-size: 1.429em;
    margin-bottom: 10px;
    color: #000;
}
.h20-choose-item .choose-text p {
    font-size: 1.000em;
    font-weight: normal;
    line-height: 28px;
    color: #888888;
}
.founder-sign {
    position: relative;
    font-family: 'Sacramento', cursive;
    font-size: 3.5em;
    color: #000;
}
.mb-30 {
    margin-bottom: 30px;
}
.h20-blog-bg {
    background: #fff;
}
.h20-single-blog {
    padding: 48px 32px 33px;
}
.blog-meta .meta-date-bg {
    background: #febc35;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    line-height: 100%;
}
.h20-blog-text h4 {
    font-size: 1.429em;
    margin-bottom: 17px;
    position: relative;
    padding-top: 27px;
    line-height: 1.4;
}
.h20-blog-text h4 a {
    color: #000;
}
.mb-20 {
    margin-bottom: 20px;
}
.h20-blog-ad .h20-section-title span, .h20-blog-ad .h20-section-title h2, .h20-blog-ad .h20-section-title p {
    color: #fff;
}
.h20-blog-ad.bg-style .h20-section-title.text-left {
    padding: 90px 50px;
    z-index: 9;
    position: relative;
}
.h20-blog-ad.bg-style {
    height: 100%;
    min-height: 579px;
    position: relative;
}
.h20-bg-transparent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000087;
    z-index: 1;
}
.h20-blog-ad .h20-section-title h2 {
    margin-top: 0px;
}

/*home page20 end*/

/*Banner Style*/

.custom-page-banner {
    text-align: center;
    height: 150px;
    display: table;
    width: 100%;
    padding: 0;
}
.cpb-title h2 {
    font-size: 2.6em;
    line-height: 130%;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block;
    position: relative;
    font-family: 'open_sanssemibold';
    top: -10px;
}
.cpb-title h2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 80%;
    height: 2px;
    background-color: #fff;
    margin: auto;
}
/*home-22*/
.h22-feature-box {
    box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);
}
.h22-feature-item {
    border: 1px solid #ddd;
    padding: 30px 20px;
    position: relative;
}
/*.h22-feature-item:after {
    content: '';
    width: 100%;
    height: 240px;
    background: #81d742;
    position: absolute;
    top: -20px;
    right: 0;
    opacity: 0;
    transition: .5s;
}*/
.h22-feature-content {
    z-index: 1;
    position: relative;
}
/*.h22-feature-item:hover h3, 
.h22-feature-item:hover p, 
.h22-feature-item:hover i {
    color: #fff;
}*/
/*.h22-feature-item:hover{
    cursor: pointer;
    border: none;
}*/
.h22-feature-item:hover:after {
    opacity: 1;
}
.h22-feature-content h3 {
    font-size: 1.3em;
    font-weight: 700;
    padding-bottom: 10px;
}
.h22-feature-content p {
    font-size: 0.9em;
}
.h22-feature-content i {
    color: #81d742;
}
/*end*/
/*h22-about*/
.h22-about-title {
    margin-bottom: 30px;
    margin-left: 80px;
}
.h22-about-title h1 {
    font-size: 2.2em;
    font-family: 'open_sansbold';
    color: #000;
    line-height: 100%;
}
.h22-about-title span, .h22-service-title span {
    color: #81d742;
}
.h22-about-content h5 {
    font-size: 1.1em;
}
.h22-about-content p {
    padding: 20px 0 10px;
}
.h22-about-img {
    padding-left: 35px;
    position: relative;
    overflow: hidden;
    height: 480px;
    margin-right: 14px;
}
.h22-about-details {
    margin-bottom: 25px;
}
.h22-about-details h4 {
    font-size: 1.3em;
    padding-bottom: 10px;
    position: relative;
}
.h22-about-details h4:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #81d742;
    top: 8px;
    left: -20px;
    border-radius: 50%;
}
.h22-about-img:after {
    content: '';
    position: absolute;
    background: #81d742;
    width: 184px;
    height: 100%;
    left: 0;
    top: 90px;
    z-index: 1;
}
/*h22-service*/
.h22-service {
    background-attachment: fixed;
}
.h22-service-title h2 {
    color: #fff;
    font-size: 2.2em;
    padding-top: 10px;
}
.h22-service-content p {
    color: #fff;
    padding-top: 30px;
}
.h22-service-info {
    padding: 25px 30px;
    transition: .5s;
}
.h22-service-info h4 {
    padding-bottom: 10px;
}
.h22-service-info h4, .h22-service-info p {
    color: #fff;
    position: relative;
    padding-left: 42px;
}
.h22-service-info:hover {
    background-color: rgba(15,15,15,.75);
}
.h22-service-info h4:before {
    font-family: Fontawesome;
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 0;
}
.h22-service:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.h22-service.h22-service-overlay:before {
    background: -webkit-linear-gradient(-90deg,rgba(27,26,26,0) 0,rgba(27,26,26,0) 0,#1b1a1a 85%);
    background: -moz-linear-gradient(-90deg,rgba(27,26,26,0) 0,rgba(27,26,26,0) 0,#1b1a1a 85%);
    background-color: transparent;
}
.h22-panel-pdf-btn a:after {
    font-family: Fontawesome;
    position: absolute;
    left: 22px;
    top: 12px;
    content: "\f02f";
    color: #000;
}
.h22-panel-pdf-btn {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
}
/*h22-from*/
.h22-from-panel {
    display: flex;
    flex-wrap: wrap;
}
.h22-from-banner {
    width: 36%;
    padding: 60px;
    position: relative;
    z-index: 1;
}
.h22-from-banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.h22-banner-overlay:before {
    background-color: #81d742;
    opacity: 0.9;
}
.h22-panel-content h4, .h22-panel-content p {
    color: #fff;
}
.h22-panel-content h4{
    padding-bottom: 10px;
}
.h22-panel-content p {
    font-size: 0.92em;
}
.h22-panel-quote {
    width: 64%;
    padding: 60px;
    box-shadow: 0 1px 73px 0 rgba(40,40,40,.15);
    background: #fff;
}
.h22-panel-title{
    margin-bottom: 20px;
}
.h22-from-style .form-control {
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    padding: 25px 20px;
}
.h22-get-from p span {
    color: #81d742;
    font-weight: 700;
}
.h22-get-from {
    margin-top: 20px;
}
.h22-from-wrap {
    margin-top: -40px;
}
/*tetimoniyal*/
.h22-client-img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 2px solid #81d742;
    overflow: hidden;
    margin-bottom: 10px;
}
.h22-client-details h5 {
    font-size: 1.1em;
}
.h22-testimoniyal-content p {
    font-size: 1.2em;
}
.h22-testimoniayl-details {
    width: 20%;
    float: left;
    margin-right: 40px;
    padding-top: 30px;
}
.h22-testimoniyal-rating i {
    color: #81d742;
}
.h22-testimoniyal-content:before {
    content: '';
    position: absolute;
    width: 90px;
    height: 64px;
    z-index: -1;
    top: -19px;
}
.h22-testimonyal-slider ul.slick-dots, .h22-project-slider ul.slick-dots {
    text-align: center;
    margin-top: 15px;
}
.h22-testimoniyal-content {
    float: right;
    width: 72%;
}
/*project*/
.h22-project-title {
    margin-bottom: 30px;
}
.h22-project-title h2:after {
    content: '';
    display: block;
    border-bottom: 5px solid #81d742;
    width: 70px;
    padding-top: 15px;
    left: 0;
    right: 0;
    margin: auto;
}
.h22-project-title h2 {
    font-size: 2em;
    padding-top: 15px;
    line-height: 100%;
}
.h22-project-title span {
    color: #81d742;
    font-weight: 600;
}
.h22-project-box {
    background: #fff;
    /*box-shadow: 0 0 12px 0 rgba(40,40,40,.08);
    border: 1px solid #ddd;*/
    overflow: hidden;
}
.h22-project-details {
    padding: 30px 15px 30px 23px;
}
.h22-project-heading h4 a{
    color: #000;
}
.h22-project-category a {
    color: #81d742;
}
.h22-project-content p {
    padding: 10px 0;
}
.h22-project-study span {
    font-weight: 600;
}
.h22-project-study i {
    color: #81d742;
    display: inline-block;
    opacity: 0;
    transition: all .6s ease;
    transform: translateX(-2px);
}
.h22-project-box:hover i {
    opacity: 1;
    transform: translateX(5px);
}
.h22-project-box:hover .h22-project-study span, .h22-project-heading:hover h4 a {
    color: #81d742;
}
.h22-project-category a:hover {
    color: #000;
}
.h22-project-box:hover .h22-project-img img {
    transform: scale(1.1);
}
.h22-project-img img {
    transition: 0.56s all ease-in-out;
}
.h22-about-title h1 {
    padding-top: 15px;
}
.h22-project-img {
    position: relative;
    overflow: hidden;
    height: 250px;
}
.h22-about-content h5 {
    font-family: 'open_sansregular';
    font-size: 1em;
}
.h22-about-content h5 span.signature {
    font-family: 'Sacramento', cursive;
    font-weight: 600;
    font-size: 1.6em;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.h22-panel-title:after, .h22-panel-title:before {
    display: block;
    clear: both;
    content: '';
}
.h22-panel-quote .form-group.col-xs-12 {
    padding-left: 0;
}
.h22-service.h22-service-overlay.bg-style {
    padding-bottom: 100px;
}
.h22-panel-pdf-btn a {
    position: relative;
    padding-left: 42px;
}
.h22-testimoniyal-content:before {
    position: absolute;
    z-index: -1;
    top: -34px;
    font-family: Fontawesome;
    content: "\f10e";
    color: #ddd;
    font-size: 50px;
    transform: rotate(180deg);
    left: 106px;
}
.h22-project-study a {
    font-size: 1em;
    color: #000;
    font-weight: 600;
}
.date-project {
    padding-top: 3px;
    display: block;
    color: #333;
}
.h22-testimoniyal-rating ul.star-rating li {
    list-style: none;
    display: inline-block;
    padding: 3px;
}
.h22-about-background.bg-style {
    height: 423px;
    position: relative;
    z-index: 9;
}
.watch-video {
    padding: 16px 10px;
    display: block;
    color: #fff;
    cursor: pointer;
    font-family: 'open_sanssemibold';
    z-index: 9;
    position: relative;
}
.watch-video:hover {
    color: #fff;
}   
.watch-video i {
    margin-right: 10px;
}
.leading-industrial .h22-about-title h1 {
    line-height: 140%;
}
.h22-testimonials-slider {
    padding: 20px 0px 90px;
}

/*Header31*/
.thirty-one-header {
    position: absolute;
    z-index: 99;
    background-color: transparent;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
}
.thirty-one-header.internal-page{
    position: relative;
}
.thirtyone-main-menu.fh-menu-col ul li a {
    color: #fff;
}
.thirty-one-header.fixed .fh-menu-col ul li a {
    color: #333;
}
.thirtyone-main-menu.fh-menu-col ul li {
    margin: 0px 10px;
}
.h31-banner-subtitle {
    font-size: 60px;
    font-weight: 600;
    padding-left: 46px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
}
.h31-banner-subtitle:before {
    content: '';
    background: #fff;
    height: 80%;
    width: 8px;
    position: absolute;
    left: 0;
    top: 15px;
}
.bg-color-thirty-one-slider{
    background: rgba(0, 0, 0, 0.38);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.h31-banner-title {
    font-size: 17px;
    font-weight: 500;
    padding-left: 46px;
    color: #fff;
    margin-bottom: 50px;
    line-height: 140%;
}
.product-tp-tab {
    display: table-cell;
    vertical-align: bottom;
    height: 315px;
}
.h31-product-list {
    display: table;
    float: right;
}
.h31-product-list {
    position: absolute;
    right: 0;
    bottom: 80px;
}
.tp-tab-title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    font-family: 'open_sanssemibold';
}
.h31-product-list .tp-tab-desc {
    font-family: 'open_sansregular';
    color: #1e73be;
}
.tp-tab-title i {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 15px;
}
.product-tp-tab a {
    margin-bottom: 11px;
    display: block;
}
.thirtyone-main-menu.fh-menu-col li a {
    padding: 28px 0;
}

.page-template-home .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home1 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home2 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home3 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home4 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home5 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home6 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home7 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home8 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home9 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home10 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home11 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home12 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home13 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home14 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home15 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home16 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home17 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home18 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home19 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home20 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home21 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home22 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home23 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home24 .thirty-one-header.internal-page .extra-cell .btn-territory,
.page-template-home25 .thirty-one-header.internal-page .extra-cell .btn-territory{
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
}
.page-template-home .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home1 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home2 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home3 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home4 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home5 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home6 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home7 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home8 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home9 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home10 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home11 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home12 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home13 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home14 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home15 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home16 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home17 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home18 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home19 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home20 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home21 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home22 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home23 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home24 .thirty-one-header.internal-page .extra-cell .btn-territory:hover,
.page-template-home25 .thirty-one-header.internal-page .extra-cell .btn-territory:hover {
    background-color: #fff;
    color: #000;
}
.page-template-home .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home1 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home2 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home3 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home4 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home5 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home6 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home7 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home8 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home9 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home10 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home11 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home12 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home13 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home14 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home15 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home16 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home17 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home18 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home19 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home20 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home21 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home22 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home23 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home24 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory,
.page-template-home25 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory {
    background-color: #2D9132;
    border-radius: 25px;
}
.page-template-home .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home1 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home2 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home3 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home4 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home5 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home6 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home7 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home8 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home9 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home10 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home11 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home12 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home13 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home14 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home15 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home16 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home17 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home18 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home19 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home20 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home21 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home22 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home23 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home24 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover,
.page-template-home25 .thirty-one-header.internal-page.fixed  .extra-cell .btn-territory:hover {
    background-color: #000;
    color: #fff;
}
.thirty-one-header .extra-cell a.btn.btn-territory:hover {
    background: #000;
    color: #fff;
}
/*.thirty-one-header.internal-page .top-header31 .btn-territory:hover{
    opacity: 0.8;
}*/
/*Header31*/

/*Footer6*/
.sixth-footer .footer-menu-col h6 {
    font-size: 1.375em;
    color: #ffff;
    text-transform: capitalize !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.sixth-footer .footer-menu-col h6:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #1e73be;
    bottom: 0;
}
.sixth-footer .footer-menu-col h6:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    left: 15px;
    bottom: 4px;
    background: #1e73be;
}
.sixth-footer .quick-link li:before {
    content: "";
    position: absolute;
    width: 6px;
    top: 17px;
    display: block;
    height: 6px;
    left: 0;
    background: #1e73be;
}
.sixth-footer .quick-link li {
    list-style: none;
    position: relative;
    padding: 8px 8px 8px 15px;
}
.sixth-footer .quick-link li a {
    color: #969696;
    font-size: 0.938em;
}
.sixth-footer .contact-info li {
    list-style: none;
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
}
.sixth-footer .contact-info li .contact-info-inner i {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #1e73be;
    color: #fff;
    border-radius: 40px;
}
.sixth-footer .contact-info-inner p {
    font-size: 0.938em;
}
.sixth-footer .contact-info li p {
    font-size: 0.938em;
    color: #969696;
    font-family: 'open_sansregular';
}
.sixth-footer .contact-info li strong {
    font-family: 'open_sansbold';
    color: #fff;
    text-transform: uppercase;
}
.footer-menu-col.subscribe-form p {
    font-family: 'open_sansregular';
    font-size: 0.938em;
}
.sixth-copy-footer .terms ul li {
    display: inline-block;
}
.sixth-copy-footer .terms ul li a {
    font-size: 14px;
    color: #b9b9b9;
}
.sixth-copy-footer .terms ul li:after {
    content: '/';
    display: inline-block;
    color: #b9b9b9;
    padding: 0 4px;
}
.sixth-copy-footer .copyright p {
    margin-bottom: 0px;
}
.footer-menu-col.subscribe-form p {
    font-size: 0.938em;
    margin-bottom: 24px;
    color: #969696;
}
.sixth-footer .quick-link li a:hover {
    color: #fff;
}
.sixth-copy-footer {
    background-color: #111111;
    padding: 25px 0;
    color: #b8b8b8;
    font-size: 15px;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.sixth-footer .footer-social-icon li a:hover {
    color: #fff;
    background: #1e73be;
}
.sixth-footer .footer-social-icon li {
    list-style: none;
    display: inline-block;
}
.sixth-footer .footer-social-icon li a {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 40px;
    line-height: 39px;
    display: block;
    background: #fff;
    text-align: center;
    margin-right: 10px;
}
.sixth-copy-footer .terms ul li:last-child:after {
    content: '';
}
/*Footer6*/

/*home23*/
.h23-wrap-plant{
    border-right: 1px solid #ddd;
}
.h23-wrap-plant:last-child{
    border-right: none;
}
.h23-plant h3 {
    color: #1e73be;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 14px;
}
/**/
.h23-wrap-separator {
    width: 10px;
    height: 10px;
    background: #1e73be;
    margin: 10px auto;
    position: relative;
}
.h23-title{
    position: relative;
    margin-bottom: 30px;
}
.h23-title h5 {
    padding-bottom: 10px;
}
.h23-title .h23-wrap-separator:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #1e73be;
    bottom: 4px;
    left: 17px;
}
.h23-title .h23-wrap-separator:after {
    position: absolute;
    width: 50px;
    height: 2px;
    content: "";
    background: #1e73be;
    bottom: 4px;
    right: 17px;
}
.h23-title h2 {
    font-size: 35px;
}
.h23-title h1{
    font-size: 2.188em;
    text-transform: capitalize;    
}
.h23-organic-box {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.h23-organic-heading h4 a {
    color: #fff;
}
.h23-organic-details {
    position: absolute;
    width: 100%;
    bottom: -74px;
    z-index: 54;
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    transition: all 0.5s ease 0s;
}
.h23-organic-btn{
    margin-top: 30px;
}
.h23-organic-heading h4:after {
    content: "";
    position: absolute;
    background: #1e73be;
    width: 80px;
    height: 3px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 95px;
}
.h23-organic-icon {
    width: 80px;
    height: 80px;
    background: #1e73be;
    border-radius: 50%;
    padding: 20px;
    text-align: center;
    margin: 0px auto 10px;
}
.h23-organic-icon img {
    height: 40px;
}
.h23-organic-box:hover .h23-organic-details {
    bottom: 0;
}
.h23-organic-box{
    margin-bottom: 30px;
}
/*h23-video*/
.h23-video-bg {
    background: #1e73be;
    padding: 0;
}
.h23-video-img {
    padding: 0;
}
.h23-video-about {
    padding: 65px 15px 65px 55px;
    color: #fff;
    position: relative;
}
.h23-video-box img {
    height: 100%;
    object-fit: cover;
}
.h23-video-about .h23-title h5, 
.h23-video-about .h23-title h2,
.h23-video-heading p {
    color: #fff;
}
.h23-video-about .h23-title h5:after, 
.h23-video-about .h23-wrap-separator{
    background: #fff;
}
.h23-video-about .h23-title h5:after {
    bottom: 0;
    right: 0;
    left: 14px;
    top: 41px;
}
.h23-white-separtor {
    margin: 9px 0;
}
.h23-list-style li {
    list-style-type: none;
    position: relative;
    line-height: 260%;
    font-size: 18px;
    padding: 0 0px 0 40px;
}
.h23-list-style{
    margin-bottom: 10px;
}
.h23-list-style li:before {
    font-family: FontAwesome;
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    left: 0;
    content: "\f00c";
    color: #000;
    text-align: center;
    line-height: 32px;
    top: 9px;
}
.h23-video-about:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 101%;
    background: #1e73be;
    top: 0;
    transform: skewX(-6deg);
    left: -67px;
    border-left: 10px solid #fff;
    z-index: 1;
}
.h23-video-img .sch-video {
    height: 100% !important;
}
.h23-client-img img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 4px solid #1e73be;
}
.h23-client-info p{
    color: #1e73be;
}
.h23-client-info h3 {
    color: #000;
}
.h23-client-info {
    padding: 10px 28px 0px;
    vertical-align: top;
    display: inline-block;
    text-align: left;
}
.h23-testimoniyal-details p {
    font-size: 18px;
}
.h23-testimoniyal-details{
    margin-bottom: 20px;
}
.h23-client-img {
    display: inline-block;
    /*float: left;*/
}
.h23-client-wrapper{
    text-align: center;
}
.h23-testimoniyal-box{
    position: relative;
    padding-left: 98px;
}
.h23-testimoniyal-box:after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 80px;
    color: #1e73be;
    line-height: 100px;
    content: "\f10d";
}
/*h23-our-team*/
.h23-team-overlay-bg:after {
    background: #000;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.8;
    top: 0;
}
.h23-team-title{
    z-index: 1;
}
.h23-team-title .h23-title h5, .h23-team-title .h23-title h2 {
    color: #fff;
}
.h23-team-title .h23-wrap-separator, 
.h23-team-title .h23-title h5:before, 
.h23-team-title .h23-title h5:after{
    background: #fff;
}
.h23-plant .h23-counter {
    font-size: 1.7em;
    font-family: 'open_sansbold';
}
.h23-plant .h23-mt-term {
    font-size: 0.8em;
}
.h23-plant p {
    color: #9b9b9b;
    font-size: 1.1em;
    font-weight: 600;
}
.h23-title.mg-60 {
    margin-bottom: 60px;
}
.h23-video-heading ul.h23-list-style {
    margin-bottom: 24px;
}
.h23-white-color:before, .h23-white-color:after {
    background: #fff !important;
}
.h23-team-wrapper .team-image.bg-style {
    height: 250px;
    background-size: cover !important;
    background-position: center !important;
}
.h23-team-wrapper {
    border: 8px solid #fff;
    background: #fff;
}
.h23-team-wrapper .team-wrap-name {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 140%;
    padding: 10px 10px 4px;
    color: #696969;
    text-align: center;
    font-family: 'open_sanssemibold';
}
.h23-video-img .h23-video-box {
    height: 100%;
}
.h23-video-bg .h23-wrap-separator {
    margin: 10px 0px;
}
.h23-graph-recruitment .h23-wrap-separator {
    margin: 10px 56px;
}
.h23-news-wrap:hover .h3-news-media img {
transform: scale(1.1);
}
.h23-news-wrap .h3-news-media img {
transition: all 0.56s ease-in;
}
.h23-news-wrap .h3-news-media {
overflow: hidden;
}
.h23-news-wrap .h3-news-media {
    height: 412px;
}
.h23-news-wrap .h3-news-media img {
    height: 100%;
    object-fit: cover;
}
.h23-news-wrap .h23-news-content .news-date {
    position: absolute;
    top: 0;
    padding: 34px 40px;
    width: 100%;
}
.h23-news-wrap {
    position: relative;
}
.h23-news-wrap .news-date {color: #fff;font-family: 'open_sanssemibold';}
.h23-news-wrap .h23-news-content .short-description {
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 0;
    right: 0;
    padding: 0px 40px;
}
.h23-news-wrap .h23-news-content .short-description span.news-tag {
    font-size: 1.1em;
    font-family: 'open_sanssemibold';
    border-bottom: 3px solid #1e73be;
    margin-bottom: 10px;
    padding-bottom: 3px;
    display: inline-block;
}
.h23-news-wrap .h23-news-content .short-description span.news-tag a {
    color: #fff;
}
.h23-news-wrap h4.post-title a {
    color: #fff;
}
.h23-bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.h23-counter-row {
    margin-bottom: 60px;
}
.h23-video-bg {
    overflow: hidden;
}
.h23-testimonyal-slider .slick-arrow:hover {
    opacity: 1;
}
.h23-testimonyal-slider .slick-arrow {
    background: transparent;
    font-size: 80px;
    color: #000;
    opacity: 0.2;
}
.h23-video-bg .h23-title, .h23-video-bg h23-video-heading {
    z-index: 9;
}

.h23-video-bg .h23-title .h23-wrap-separator:after {
    background: transparent !important;
}
.h23-graph-recruitment .h23-title h2 {
    text-transform: capitalize;
    font-family: 'open_sansbold';
}
.h23-team-wrapper .team-image {
    overflow: hidden;
}
.h23-team-wrapper .team-image img {
    object-fit: cover;
    transition: all 0.56s ease-in;
    width: 100%;
    object-position: center;
    height: 100%;
}
.h23-team-wrapper:hover .team-image img {transform: scale(1.1);}
.seventh-footer-copyright ul.footer-nav li a {
    font-size: 1.125em;
    color: #b9b9b9;
}
.seventh-footer-copyright ul.footer-nav li:last-child a:after {
    content: '';
}
.seventh-footer-copyright ul.footer-nav li a:after {
    content: '|';
    display: inline-block;
    color: #b9b9b9;
    padding: 0 3px;
}
.seventh-footer-copyright ul.footer-nav li {
    margin: 0;
}
.h23-organic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.h23-organic {
    height: 400px;
}
/*home23*/

/*Footer7*/
.seventh-footer {
    background-color: #000000;
    padding: 100px 0 80px;
}
.seventh-footer h5 {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 48px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.seventh-footer .about-desc .about-content p {
    font-weight: 300;
    font-style: normal;
    font-size: 0.875em;
    color: #999;
    line-height: 21px;
    margin-top: 30px;
}
.seventh-footer .footer-menu-col ul li {
    list-style: none;
    line-height: 25px;
    margin-bottom: 7px;
}
.seventh-footer .footer-menu-col ul li a {
    font-weight: 300;
    font-style: normal;
    font-size: 1em;
    line-height: 21px;
    color: #999;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.seventh-footer .footer-menu-col.quick-link ul li a:after {
    content: "\f101";
    padding-left: 10px;
    font-family: FontAwesome;
}
.seventh-footer .footer-menu-col ul li a:hover {
    color: #d1c0a5;
    border-bottom: 1px solid #999;
}
.seventh-footer .footer-menu-col ul li .footer-icon {
    margin-right: 10px;
}
.seventh-footer .contact-info ul li {
    display: inline-flex;
}
.seventh-footer .contact-info ul li {
    color: #999;
    border-color: transparent;
}
.seventh-footer-copyright {
    border-top: 1px solid #313131;
    padding: 38px 0;
    background: #000;
}
.seventh-footer-copyright .footer-credit p {
    margin: 0px;
    text-align: right;
    color: #999;
    font-weight: 300;
    font-size: 1.125em;
}
.back-to-top {
    position: absolute;
    top: -46px;
    left: 50%;
    width: 138px;
    height: 46px;
    background: url(https://newsanti.com/wp-content/uploads/2020/01/back-to-top-bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.seventh-footer .about-desc {
    padding-right: 20px;
}
.seventh-footer .quick-link, .seventh-footer .social-links {
    padding-left: 30px;
}
.sth-mr-footer {
    margin-top: 30px;
}
/*footer7*/

/*footer8*/
.eigth-footer {
    background-color: #08070d;
    margin-top: -120px;
    padding: 210px 0 70px;
}
.eigth-footer .quick-link li {
    width: 32%;
    display: inline-block;
    margin-top: 10px;
}
.eigth-footer h5 {
    font-size: 1em;
    color: #ddd;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 12px;
}
.eigth-footer .quick-link li a {
    font-size: 1em;
    color: #8c8c8c;
    font-weight: 300;
    font-style: normal;
    padding-right: 5px;
    position: relative;
    margin-right: 10px;
}
.eigth-footer .quick-link li a:after {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    top: auto;
    bottom: auto;
    right: -10px;
    margin: auto;
}
.eigth-footer .footer-menu-col.quick-link:first-child {
    margin-bottom: 35px;
}

.eigth-footer .quick-link li a:hover {
    color: #f2ad2c;
}
.eigth-footer .contact-info li {
    list-style: none;
}
.eigth-footer .contact-info li {
    font-size: 1em;
    color: #8c8c8c;
    font-weight: 300;
    font-style: normal;
    margin-top: 20px;
    display: flex;
}
.eigth-footer .contact-info li .footer-icon i {
    margin-right: 10px;
    margin-top: 3px;
    color: #ddd;
}
.eigth-footer-copyright {
    padding: 30px 0px 20px;
    min-height: 33px;
    border-top: 1px solid rgba(255,255,255,.1);
    background: #08070d;
}
.eigth-footer-copyright .back-to-top {
    background: #8c8c8c;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 100%;
    text-align: center;
    top: 5px;
    right: 0px;
    left: auto;
}
.eigth-footer-copyright .back-to-top  i {
    font-size: 15px;
    color: #08070d;
    font-weight: 900;
}
.eigth-footer-copyright .footer-credit p {
    font-size: 1em;
    text-align: left; 
    color: #ddd;
    font-weight: 300;
    padding-right: 25px;
}
.eigth-footer .footer-logo {
    margin-top: 40px;
}
/* Footer Cta */
.footer-eight-cta {
    padding: 80px 0;
    background-color: #f2ad2c;
    width: 95%;
    max-width: 1720px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.footer-eight-cta .inner-area {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 0 10px;
    max-width: 1200px;
}
.footer-eight-cta .cta-content {
    display: inline-block;
}
.footer-eight-cta h2 {
    font-size: 2.25em;
    color: #08070d;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 15px;
}
.footer-eight-cta p {
    color: #08070d;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 0px;
}
/*footer8*/

/*footer9*/
.footer-strip-title h2 {
    font-size: 2.125em;
    color: #fff;
    margin-bottom: 30px;
}
.nineth-footer-strip {
    padding: 50px 0;
    background: #000;
}
.nineth-footer .footer-menu-col h6 {
    font-size: 1.250em;
    margin-bottom: 24px;
    text-transform: capitalize;
}
.nineth-footer ul li {
    list-style: none;
    margin-bottom: 5px;
}
.nineth-footer ul li a {
    color: #666;
}
footer.footer-2.nineth-copy-footer {
    padding: 21px;
    background: #eee;
}
footer.footer-2.nineth-copy-footer p {
    margin-bottom: 0;
}
.nineth-footer .footer-menu-col ul li .footer-icon {
    margin-right: 10px;
}
.nineth-footer .contact-info li {
    display: inline-flex;
}
.nineth-footer .contact-info li .footer-icon {
    margin-right: 10px;
}
.nineth-footer .contact-info li {
    color: #666;
    border-color: transparent;
}
.nineth-footer .footer-logo {
    margin-bottom: 16px;
}
.nineth-footer .footer-social-icon li a:hover {
    color: #fff;
    background: #000 !important;
}
.nineth-footer .footer-social-icon li {
    list-style: none;
    display: inline-block;
}
.nineth-footer .footer-social-icon li a {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 40px;
    line-height: 39px;
    display: block;
    background: #b5b4b4;
    text-align: center;
    margin-right: 10px;
    color: #fff
}
.nineth-footer .footer-social-icon {
    margin-top: 11px;
}
/*footer9*/

/* footer10 */
.footer10-strip {
    background-color: #2d9132;
    padding: 20px 0;
}
.footer10-strip .icon-item {
    display: flex;
    align-items: center;
}
.footer10-strip .icon-content h2 {
    color: #fff;
    font-family: 'open_sansregular';
}
.footer10-strip .icon-item .icon-color {
    float: left;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #ffff;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
    min-width: 80px;
}
.footer10-strip .icon-item .icon-color i.fa.fa-envelope-o {
    font-size: 35px;
    line-height: 80px;
}
.footer10-strip .btn-secondary {
    float: right;
}
.tenth-footer .footer-social-icon ul {
    list-style: none;
    margin-top: 20px;
}
.tenth-footer .footer-social-icon li {
    display: inline-block;
    padding: 0 2px 0 2px;
}
.tenth-footer .footer-social-icon li a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    color: #696969;
    border: 1px solid #696969;
    margin-right: 8px;
    display: block;
    border-radius: 26px;
    font-size: 14px;
    text-align: center;
}
.tenth-footer .footer-social-icon li a:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}
.tenth-footer .footer-menu-col h6 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 32px;
    color: #313131;
    margin-bottom: 26px;
    position: relative;
    padding-bottom: 15px;
}
.tenth-footer .footer-menu-col h6:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #85ab00;
    display: block;
    margin-top: 13px;
    bottom: 0;
    position: absolute;
}
.tenth-footer .quick-link ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    position: absolute;
    top: 4px;
    left: 0px;
    line-height: 1em;
    font-size: 14px;
}
.tenth-footer .quick-link ul li a {
    font-size: 1em;
    color: #42464e;
    padding-left: 15px;
    position: relative;
}
.tenth-footer .quick-link ul li {
    list-style: none;
    position: relative;
    padding-left: 12px;
    padding-bottom: 15px;
}
.tenth-footer .quick-link ul li a:hover {
    text-decoration: none;
}
.tenth-footer .contact-info ul li {list-style: none;display: inline-flex;}
.tenth-footer .contact-info ul li .contact-info-inner {
    margin-right: 16px;
    margin-top: 2px;
}
.contact-info ul li p {
    font-size: 1em;
}
.tenth-footer {
    background: #F7F8FA;
}
.tenth-footer  .contact-info ul li .contact-info-inner i {
    font-size: 1.250em;
    color: #2d9132;
}
.tenth-copy-footer .menu-footer-menu-container ul li a {
    font-size: 1em;
    color: #323232;
}
.tenth-copy-footer .menu-footer-menu-container ul li {
    list-style: none;
    display: inline-block;
    margin-right: 1em;
}
.tenth-copy-footer .container {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
}
.tenth-copy-footer {
    line-height: 30px;
    color: rgba(0, 0, 0, 0.6);
    padding: 0px 0px 30px;
    background: #f7f8fa;
}
.tenth-copy-footer .menu-footer-menu-container ul li a:hover, .tenth-footer .quick-link ul li a:hover {
    color: #2d9132;
} 
/* footer 10 end */

/*New home 05*/
.hm-05-feature-item {
    position: relative;
    z-index: 1;
    background-color: #f6f7f8;
    transition: all .5s linear;
    padding: 50px 30px;
    text-align: center;
    border-top: 10px solid #3479b6;
}
.hm-05-feature-item .feature-icon i {
    font-size: 55px;
}
.hm-05-feature-item .feature-icon {
    padding-bottom: 15px;
}
.hm-05-feature-item .feature-content h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #1a1a1a;
    margin-bottom: 15px;
}
.hm-05-feature-item .feature-content p {
    font-weight: 400;
    color: #4c4c4c;
}
.hm-05-title h2 {
    font-weight: 500;
    font-size: 38px;
    line-height: 44px;
    color: #1a1a1a;
    position: relative;
    display: inline-block;
}
.hm-05-title {
    margin-bottom: 50px;
}
.hm-05-title h2:before, .hm-05-title h2:after {
    width: 50px;
    top: 12px;
    content: '';
    background-color: #f5be23;
    height: 2px;
    position: absolute;
    transition: 0.56s all ease-in-out;
}
.hm-05-title h2 span:before, .hm-05-title h2 span:after {
    transition: 0.56s all ease-in-out;
}
.hm-05-title h2:after {
    right: -60px;
}
.hm-05-title h2:before {
    left: -60px;
}
.hm-05-title h2 span:before, .hm-05-title h2 span:after {
    content: '';
    background-color: #f5be23;
    height: 2px;
    position: absolute;
    width: 30px;
    top: 22px;
}
.hm-05-title h2 span:before {
    left: -40px;
}
.hm-05-title h2 span:after {
    right: -40px;
}
.hm-05-title:hover h2 span:after, .hm-05-title:hover h2 span:before {
    width: 35px;
}
.hm-05-title:hover h2:after, .hm-05-title:hover h2:before {
    width: 30px;
}
.about-background {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: -1;
}
.about-background {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: -1;
}
.hm-05-about-company .company-description {
    padding: 30px;
    margin-left: 0;
    margin-top: 0;
    min-height: 375px;
    background: #f5be23;
}
.hm-05-about-company .company-description h1 {
    font-size: 29px;
    line-height: 40px;
    font-family: 'open_sansregular';
    color: #1a1a1a;
    margin-bottom: 20px;
}
.company-description h1 strong {
    font-family: 'open_sansbold';
    color: #fff;
}
.hm-05-about-company .company-description p {
    margin-bottom: 24px;
    color: #fff;
}
.hm-05-about-company {
    background-position: top;
    background-repeat: no-repeat;
}
.hm-05-about-company .counter-row .counter-item {
    display: inline-flex;
    width: 100% !important;
    justify-content: center;
}

.hm-05-about-company .counter-row .counter-item .counter-icon i {
    font-size: 58px;
    color: #f5be23;
}
.counter-content h3 {
    font-size: 40px;
    font-family: 'open_sansbold';
    line-height: 100%;
    color: #000;
}
.counter-content {
    margin-left: 20px;
}
.hm-05-about-company .counter-row {
    padding-top: 68px;
}
.about-company-slider ul.slick-dots {
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.about-company-slider .slick-dots li button {
    border-radius: 0px;
}
.h05-process-left-col:after {
    position: absolute;
    content: '';
    left: 0;
    top: -40px;
    width: 40%;
    height: calc(100% + 80px);
    background-color: #f5bf23;
    z-index: -1;
}
.h05-process-right-col  .lefty-img {
    margin-left: 40px;
}
.h05-process-left-col {
    position: relative;
}
.h05-process-right-col h3 {
    font-weight: bold;
    font-size: 32px;
    line-height: 140%;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.h05-process-right-col span.font-weight-100 {
    font-weight: 100;
}
.h05-process-right-col {
    display: table;
    height: 100%;
    padding-left: 30px;
    padding-top: 10px;
}
section.hm-05-work-sec {
    padding: 120px 0;
}
.hm-05-work-sec .row.hm-05-works:nth-child(even) .col-md-7.col-sm-7.col-xs-12 {float: right;}
.hm-05-work-sec .row.hm-05-works:nth-child(even) {
    margin-top: 122px;
}
.hm-05-work-sec .row.hm-05-works:nth-child(even) .h05-process-left-col:after {
    left: auto;
    right: 0;
}
.hm-05-work-sec .row.hm-05-works:nth-child(even) .h05-process-left-col .lefty-img {
    margin-right: 40px;
    margin-left: 0;
}
.hm-05-work-sec .row.hm-05-works:nth-child(even)  .h05-process-right-col {
    padding-right: 30px;
    padding-left: 0;
}
.h05-process-left-col .lefty-img {
    margin-left: 40px;
}
.hm-05-hide {
    overflow: hidden;
}
.hm-05-hide h2 {
    margin-left: -10px;
}
.solution-item {
    padding: 25px;
    background: #f5bf23;
}
.solution-item-icon {
    height: 80px;
    width: 80px;
    margin: 20px auto 30px;
    background: #ffffff;
    display: table;
    border-radius: 100%;
}
.solution-item-icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    color: #f5bf23;
}
.solution-item-content h2 {
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
}
.solution-item-content p {
    font-size: 13px;
    color: #fff;
}
.solution-block .col-md-6:last-child .solution-item .solution-item-content h2 {
    text-align: center;
    color: #fff;
}
.solution-block .col-md-6:last-child .solution-item .solution-item-content  p {
    color: #fff;
}
.about-slides img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-slides {
    height: 375px;
}
.hm-05-faq-sec .panel-title a.collapsed {
    background: #f5f5f5;
    display: block;
    padding: 15px 15px 15px;
    font-size: 16px;
    font-weight: 500;
}
.hm-05-faq-sec .panel-title a.collapsed .more-less {
    float: right;
    background: transparent;
    color: #000;
}
.hm-05-faq-sec .panel-title a .more-less {
    float: right;
    background: transparent;
    color: #fff;
}
.page-template-home3 .h11-video-sec h2 {
    font-size: 38px;
}
/*nnew home 05 end*/

.video-banner-style .vjs-poster {
    background-size: cover;
}

/*Category 6 */
.smart-home-hubs {
    background: #017acd;
    padding-bottom: 260px;
}
.smart-home-hubs h1 {
    color: #fff;
    font-size: 2.4em;
    margin-bottom: 10px;
}
.smart-home-hubs p {
    color: #fff;
}
.hub-details {
    margin-top: -220px;
    padding-top: 0px;
}
.hub-title {
    background: #444f55;
    padding: 10px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.hub-title h2 {
    color: #fff;
    font-size: 18px;
}

.price-btn {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 10px;
    border-top: 1px solid #e8eceb;
}

.hub-area {
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1), 0px 0px 5px 3px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    border-radius: 5px;
    overflow: hidden;
}
.smart-home-hubs {
    background: #017acd;
    padding-bottom: 260px;
    border-top: 5px solid #dadada;
}
.smart-home-hubs .play {
    right: 16% !important;
    top: 22%;
}
.smart-home-hubs .breadcrumb {
    margin: 20px 0;
}
.smart-home-hubs .breadcrumb span {
    color: #fff;
}
.smart-home-hubs .breadcrumb {
    margin: 30px 0;
    color: #fff;
}

.page-template-product-category-5 .buying-tips-sec .container {
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1), 0 2px 3px 1px rgba(0,0,0,.1), 0 2px 10px 0 rgba(0,0,0,.15);
    border-top: 4px solid #00568f;
    border-radius: 10px;
    /*width: 70%;*/
}
.page-template-product-category-5 .buying-tips-sec h2 {
    font-size: 1.6em;
    border-bottom: 1px solid #e0e7eb;
    padding: 0 0 15px 0;
    text-align: center;
}
.hub-image-link a:hover:after {
    opacity: 1;
}
.hub-image-link a:after {
    content: "\f00e";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: white;
    font-family: fontawesome;
    font-size: 2em;
    width: 25px;
    height: 25px;
    margin: auto;
    opacity: 0;
}
.hub-image-link a:hover:before {
    opacity: 0.7;
}
.hub-image-link a:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #000;
}
.hub-image-link {
    overflow: hidden;
    position: relative;
}
.hub-image-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hub-image-link {
    height: 300px;
    background: #fff;
}