/*** Custom Layout ***/
body {
    overflow-y: scroll;
    overflow-x: hidden;
}
body header.entry-header {
    display: none;
}
body.woocommerce header.entry-header,
body.archive header.entry-header,
body.single-post header.entry-header {
    display: block;
}
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
    display: none;
}
a {
    box-shadow: none!important;
}

/*** Header ***/
.site-header-main .menu-toggle {
    font-size: 0;
    margin: 10px 0;
}
.site-header-main .menu-toggle:before {
    content: "\f0c9";
    font-family: FontAwesome;
    display: inline-block;
    padding: 5px 10px;
    font-size: 25px;
    line-height: 30px;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
}

/*** Breadcrumb ***/
body.home .breadcrumb {
    display: none;
}
.breadcrumb {
    padding: 8px 15px;
    margin: 0 auto;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    max-width: 1200px;
    margin-top: 30px;
}
.breadcrumb a {
    text-decoration: none;
}
.full-content .sidebar {
    display: none;
}
.sidebar {
    width: 25%!important;
    padding-left: 15px;
    padding-right: 15px;
}
body.single-post .sidebar-left-ws,
body.single-post .sidebar-right-ws,
body.category .sidebar-left-ws,
body.category .sidebar-right-ws {
    display: none;
}
body.woocommerce .sidebar-left-blog,
body.woocommerce .sidebar-right-blog {
    display: none;
}
.content-area {
    width: 100%;
    max-width: 100%;
    padding-top: 90px;
}
.sidebar section ul li {
    line-height: 32px;
}
body.full-content #content #primary {
    width: 100%!important;
}

body {
    background: #fff;
    font-family: inherit;
}
body, body p {
    color: #777;
    letter-spacing: 0.025em;
    line-height: 28px;
    margin: 0;
    font-size: 15px;
}
a, .comment-reply-link {
    color: #47D9BF;
    text-decoration: none;
}
.widget_calendar tbody a { 
    background-color: #3b3e79;
}
.site-header.is-sticky .site-header-main .menu-toggle:before,
.site-header.is-sticky .dropdown-toggle:after {
    color: #fff;
}
.sidebar .widget button.search-submit {
    height: 35px;
}

/*** Head Top***/
.top-head {
    width: 100%;
    overflow: hidden;
    padding: 12.5px 0px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.head-left {
    width: 50%;
    float: left;
}
.head-left ul {
    margin-left: 0;
}
.head-left ul li:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 28%;
    left: -15px;
    width: 0.5px;
    border: 1px solid #000;
    height: 15px;
    margin-top: -2px;
}
.head-left ul li:nth-child(1):before {
    content: none;
}
.head-left ul li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #a6a6b3;
    margin-right: 25px;
}
.head-left ul li a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.head-left ul li a:hover {
    color: #B99C66;
}
.head-left ul li i {
    position: relative;
    font-size: 18px;
    margin-right: 8px;
    font-weight: 700;
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(-90deg, #f25743, #eb3648 50%);
}
.head-right {
    text-align: right;
    float: right;
    width: 50%;
}
.head-right ul {
    margin-left: 0;
}
.head-right ul li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #a6a6b3;
    padding: 0px 16px;
}
.head-right ul li:nth-child(n+3) {
    padding: 0 15px 0 0;
}
.head-right .lt-btn {
    fill: #B99C66;
    color: #B99C66;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B99C66;
    border-radius: 0px 0px 0px 0px;
    box-shadow: none;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.head-right .lt-btn:hover {
    color: #fff;
    background-color: #B99C66;
}

/*** Right Menu ***/
.top-second {
    background: #fff;
}
.top-second .container {
    display: flex;
}
#right-menu {
   width: 85%;
}
.right-menu ul.info-box {
    display: flex;
}
.top-second .custom-logo-link {
    position: relative;
    display: inline-block;
    background: #fff;
    text-align: center;
    padding: 30px 0px;
}
.right-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.right-menu ul li {
    padding: 32px 0 36px 115px;
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
}
.right-menu ul li i {
    position: absolute;
    left: 20%;
    top: 38px;
    font-size: 40px;
    line-height: 40px;
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: #222;
}
.right-menu ul li h5 {
    margin: 0;
    margin: 0;
    font-weight: 400;
    color: #222;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
}
.right-menu ul li p {
    font-size: 32px;
    font-weight: 600;
    color: #cc1f1a;
    line-height: 26px;
}
.right-menu .btn-box {
    padding: 32px 0 36px 0;
    margin-right: 0;
    text-align: right;
}
.right-menu .lt-btn {
    padding: 11.5px 33px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #fff !important;
    padding: 15px 58px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
    background: -webkit-linear-gradient(0deg, #f25743, #eb3648 50%);
}
.right-menu .lt-btn:before {
    position: absolute;
    content: '';
    background: #1e1e2a;
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    border-radius: 5px;
    z-index: -1;
    transition: all 500ms ease;
}
.right-menu .lt-btn:hover:before {
    width: 100%;
    left: 0px;
}
.main-navigation {
    margin: 0;
}

/*** Header ***/
body .site-header {
    z-index: 2;
    width: 100%;
    top: 0px
    background: none;
    padding: 0;
}
.site-header .container {
    background: #017CAD;
    border-radius: 5px;
}
header.site-header.is-sticky .container {
    border-radius: 0;
}
header .site-branding {
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
}
header .site-branding .site-title {
    margin: 0;
}
header .site-header-main {
    max-width: 100%;
    margin: 0 auto;
}
body.home header.site-header.is-sticky .site-header-main {
    max-width: 1140px;
    margin: 0 auto;
}
body:not(.home) header .site-header-main {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.site-header.is-sticky .site-header-main {
    position: relative;
}
.site-header.is-sticky {
    position: fixed;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #017CAD;
    z-index: 999!important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    animation-name: head_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    transition: all .25s ease-in-out;
    padding: 0px!important;
}
@keyframes head_sticky {
    0%   {margin-top:-100px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}
.top-head .custom-logo-link {
    display: block;
    width: 20%;
    float: left;
    text-align: center;
}

/*** Menu ***/
.site-header {
    position: relative;
}
.site-header .site-header-main {
    position: absolute;
    left: 0;
    right: 0;
}
.main-navigation .primary-menu {
    width: 100%;
}
.main-navigation .wpmenucart-display-standard {
    float: right!important;
}
.site-header-menu {
    margin: 10px 0 0;
    width: 100%;
}
.main-navigation ul {
    text-align: center;
    display: inline-block;
}
.main-navigation ul ul {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.main-navigation li:hover > ul {
    opacity: 1;
    visibility: initial;
}
.main-navigation a {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    padding: 13px 20px;
}
.main-navigation ul ul.sub-menu {
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    background: #fff;
    border-radius: 5px;
    border-bottom: 2px solid #47D9BF;
}
.main-navigation ul li,
.main-navigation ul ul.sub-menu li {
    border: none !important;
}
.main-navigation ul ul.sub-menu li a {
    padding: 10px;
}
.main-navigation ul ul a {
    margin: 5px;
    border-bottom: 1px solid #eee;
    width: 200px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.primary-menu > li > a {
    color: #fff;
}
.site-header.is-sticky .primary-menu > li > a {
    line-height: 1.3125 !important;
}
.main-navigation .menu-item-has-children > a:after {
    top: 22% !important;
}
body .main-navigation li:hover > a, 
body .main-navigation li.focus > a,
body .main-navigation li.current-menu-item > a,
body .main-navigation li.current-menu-parent > a { 
    color: #47D9BF;
}
.site-header .primary-menu > li:last-child {
    float: right;
}
.site-header .primary-menu > li:last-child > a {
    border-radius: 3px;
    background: #ffdb3e;
    letter-spacing: 0.5px;
    color: #222;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.site-header .primary-menu > li:last-child > a:hover {
    background: transparent;
    color: #fff;
}

/*** Canvas Menu LT ***/
.menu-toggle:hover, .menu-toggle:focus,
.menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus,
.menu-toggle.toggled-on {
    border-color: #47D9BF;
    color: #47D9BF;
}
.menu-toggle.toggled-on:before,
.dropdown-toggle:hover, .dropdown-toggle:focus {
    color: #000 !important;
}
.dropdown-toggle:after {
    border-color: #fff;
    border-left-width: 1px;
}
.dropdown-toggle:hover:after {
    color: #fff;
}

/*** Right Menu ***/
.header-right-menu {
    position: relative;
    float: right;
    transition: all 300ms ease;
}
.header-right-menu .opening-time {
    position: relative;
    display: block;
    float: left;
    padding: 14px 0;
    margin-right: 40px;
}
.header-right-menu .opening-time p {
    color: #91939d;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
}
.header-right-menu .opening-time p i {
    position: relative;
    top: 1px;
    color: #1fc6c7;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    padding-right: 9px;
}
.header-right-menu .button {
    position: relative;
    display: block;
    float: right;
    line-height: 1;
}

/*** Title ***/
.entry-title {
    font-size: 28px!important;
}
.section_title .section_header {
    font-size: 30px !important;
    max-width: 650px;
    text-transform: capitalize;
    line-height: 1.4;
}
.section_title .section_title_border .f-border {
    width: 4px;
    display: inline-block;
    height: 4px;
    background-color: #000;
}
.section_title .section_title_border .s-border {
    width: 25px;
    display: inline-block;
    height: 4px;
    background-color: #000;
}
.sec_subtitle {
    max-width: 500px;
    font-size: 15px;
    line-height: 1.8;
}
.bg-dark {
    background-color: #22232f;
}
.bg-custom {
    background-color: #ff4f64 !important;
}
.text-dark {
    color: #000 !important;
}

@-webkit-keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity:0
    }
}
@keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity:0
    }
}
.typed-cursor{
    color: #ccc;
    opacity: 1;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


/*** Video Pupop ***/
.video-item {
    width: 100%;
    margin: 0;
    position: absolute;
    top: -85px;
    left: 130px;
}
.video-item figure {
    position: relative;
    width: 100%;
    font-size: 0;
}
.video-item figure a {
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
    background: #ff662a;
    border-radius: 50%;
}
.video-item figure a:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: .9;
    z-index: 10;
    top: -10px;
    margin: 0 auto;
    left: -10px;
    right: 0;
    border: 10px solid rgba(255, 255, 255, 0.10);
}
.video-item figure a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12.5px;
    margin-left: -7px;
    border: solid 13px transparent;
    border-left: solid 20px;
    border-left-color: #fff;
    z-index: 10;
}
.modal-open {
    overflow: hidden;
}
.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 120px 10px;
    display: none;
    box-sizing: border-box;
    overflow: auto;
    z-index: 100;
}
.popup-modal {
    position: relative;
    margin: 0 auto;
    display: none;
}
.popup-modal .close {
    position: absolute;
    top: 18px;
    right: 30px;
    width: 28px;
    height: 28px;
    border: solid 1px #004eff;
    border-radius: 50%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.popup-modal .close:before {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    background-color: #004eff;
    content: '';
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup-modal .close:after {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    right: 50%;
    margin-right: -7px;
    background-color: #004eff;
    content: '';
    -ms-transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.popup-modal .close:hover {
    border-color: #ff2700;
}
.popup-modal .close:hover:before {
    background-color: #ff2700;
}
.popup-modal .close:hover:after {
    background-color: #ff2700;
}
.post-popup {
    width: 100%;
    max-width: 875px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}
.post-popup .popup-header {
    padding: 20px 30px;
    font-size: 14px;
    margin-right: 60px;
}
.post-popup .popup-video {
    font-size: 0;
}
.post-popup .popup-video video {
    width: 100%;
}
.post-popup .popup-video img {
    width: 100%;
}
.post-popup .popup-main {
    padding: 40px 30px;
}
.post-popup .popup-main p {
    margin: 0 0 10px 0;
}

/*** Contact Form ***/
form.wpcf7-form {
    max-width: 570px;
    margin: 50px auto 0;
    background: #fff;
    padding: 20px 30px;
}
.wpcf7-form p {
    margin: 15px 0;
}
.wpcf7-form p:nth-child(-n+5) {
    width: 49%;
    float: left;
    margin-right: 2%;
}
.wpcf7-form p:nth-child(2n+1) {
    margin-right: 0;
}
.wpcf7-form input {
    padding: 15px 10px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 7px;
}
.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 13px 0;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 7px;
}
.wpcf7-form .wpcf7-submit {
    border-radius: 5px;
    font-size: 14px;
    padding: 16px 30px;
    background: #f47a65;
    background: -webkit-linear-gradient(to right, #ff4f64, #f47a65)!important;
    background: linear-gradient(to right, #f47a65, #ff4f64)!important;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.5s;
    border-radius: 5px;
    width: 100%;
    text-transform: capitalize;
}
.wpcf7-form textarea {
    max-height: 100px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 7px;
}
.wpcf7-form .wpcf7-submit:hover {
    background: #47D9BF;
}
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
.wpforms-field-medium.wpforms-field-required {
    max-width: 100% !important;
}
.wpforms-form .wpforms-submit-container button {
    font-size: 18px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    background-color: #01172F !important;
    border: 3px solid #01172F !important;
    border-radius: 5px !important;
    padding: 15px 55px !important;
    text-transform: uppercase;
}
.wpforms-form .wpforms-submit-container button:hover {
    background: #fff !important;
    color: #01172F !important;
}
.wpforms-validate.wpforms-form input,
.wpforms-validate.wpforms-form textarea {
    font-weight: 600 !important;
    font-size: 15px !important;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.32);
}

/*** Page-Blog ***/
.widget .widget-title,
.widget_calendar caption {
    position: relative;
    color: #47D9BF;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.widget .widget-title:before,
.widget_calendar caption:before {
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    border-radius: 30px;
    height: 4px;
    background: #fff;
}
.widget .widget-title:after,
.widget_calendar caption:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 00;
    height: 4px;
    width: 55px;
    border-radius: 30px;
    bottom: 0;
    display: inline-block;
    background: #47D9BF;
}
.widget li a {
    font-size: 15px !important;
    font-weight: 300;
}
.page-header, .widget {
    border: none;
}
.comments-link a {
}
.entry-title a {
    font-size: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.entry-title a, .page-title, .entry-title, .post-navigation span.post-title {
    color: #000 !important;
    font-size: 25px !important;
    font-weight: 600;
}
.entry-title a:hover, .widget ul li a:hover {
    color: #47D9BF !important;
}
.status-publish {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px !important;
    margin-bottom: 20px !important;
}
#post-616 {
    border-top: 1px solid #eee !important;
}
.widget {
    background: #f4f5f5;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.18);
}
.widget ul li a {
    color: #000;
}
.sidebar section ul li {
    font-size: 16px;
    color: #47D9BF;
}
.comments-title, .comment-reply-title {
    border-top: 1px solid #1a1a1a !important;
}
.post-navigation {
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}
.entry-header .entry-title {
    margin-top: 40px;
}
.entry-header .entry-title, .post-navigation .post-title {
    font-size: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.post-navigation .post-title, .post-navigation .post-title:hover, .cat-links a:hover,
.posted-on a:hover, .entry-footer a:hover {
    color: #47D9BF !important;
}
.form-submit input:hover {
    background: #47D9BF;
}
.post-navigation div + div {
    border-top: 1px solid #1a1a1a;
}
.comment-form-comment textarea:focus {
    border: 1px solid #00d9a6 !important;
}
.post-thumbnail img {
    width: 100%;
}

/*** Woocommerce ***/
.woocommerce #respond input#submit {
    margin-bottom: 30px;
}
.woocommerce-message {
    border-top-color: #47D9BF;
}
.woocommerce-message::before {
    color: #47D9BF;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.widget button {
    border-radius: 5px;
}
span.price {
    padding-bottom: 45px;
}
.woocommerce span.onsale {
    font-size: 12px;
}

/*** Footer ***/
.main-footer, .site-footer {
    background: #017CAD;
    color: #a0aec6;
    float: left;
    width: 100%;
    text-align: center;
}
.main-footer a:hover {
	color: #fff;
}
.main-footer .container {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    padding: 70px 0 0;
}
.main-footer h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
}
.main-footer .columns {
    text-align: left;
    padding: 20px;
}
.main-footer p {
    color: #fff;
}
.main-footer ul li {
    padding-bottom: 8px;
    list-style: none;
}
#media_image-3, #nav_menu-4, #media_gallery-3 {
    width: 33%;
    float: left;
}
#media_image-3 {
    width: 20%;
    float: left;
    margin-top: -5px;
}
#nav_menu-4 {
    width: 47%;
    float: left;
}
.main-footer .footer1 #menu-bottom-menu {
    display: flex;
    justify-content: space-between;
}
.main-footer .footer2 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.main-footer .footer2 ul.info-box li {
    padding: 32px 0 0 50px;
    position: relative;
    display: inline-block;
}
.main-footer .footer2 ul.info-box li i {
    position: absolute;
    left: 0;
    top: 38px;
    font-size: 35px;
    line-height: 40px;
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: #fff;
}
.main-footer .footer2 ul.info-box li h5 {
    margin: 0;
    margin: 0;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
}
.main-footer .footer2 ul.info-box li p {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 26px;
}
.main-footer .footer2 .shrewd_solution_icon ul li strong {
    display: none;
}
.main-footer .footer2 .shrewd_solution_icon {
    padding-top: 40px;
}
.main-footer .footer2 .shrewd_solution_icon ul,
.main-footer .footer2 .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.main-footer .footer2 .shrewd_solution_icon ul li a {
    font-size: 16px;
    color: #47D9BF;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.main-footer .footer2 .shrewd_solution_icon ul li a i {}
.main-footer .footer2 .shrewd_solution_icon ul li a:hover,
.main-footer .footer2 .shrewd_solution_icon ul li:nth-child(2) a:hover,
.main-footer .footer2 .shrewd_solution_icon ul li:nth-child(3) a:hover,
.main-footer .footer2 .shrewd_solution_icon ul li:nth-child(4) a:hover,
.main-footer .footer2 .shrewd_solution_icon ul li:nth-child(5) a:hover,
.main-footer .footer2 .shrewd_solution_icon ul li:nth-child(6) a:hover{
    background: #47D9BF; 
    color:#fff!important;
}
.main-footer .footer3 li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 40px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.151)!important;
}
.main-footer .footer3 li a {
    color: #fff;
    font-weight: 400;
}
.main-footer .footer3 li:before {
    font-family: FontAwesome;
    content: '\f142';
    position: absolute;
    top: 21px;
    left: -15px;
    height: 20px;
    z-index: 1;
    color: #47D9BF;
    font-size: 16px;
    font-weight: 300;
}
.main-footer .footer3 li .post-date {
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 13px;
    color: #47D9BF;
    padding-left: 20px;
}
.main-footer .footer3 li .post-date:before {
    font-family: FontAwesome;
    content: "\f017";
    position: absolute;
    top: -1px;
    left: 0;
    font-weight: 300;
    opacity: 1;
    color: #47D9BF;
    font-size: 14px;
}
.site-footer .container {
    padding: 30px 0;
}
.site-footer .site-info a {
    color: #fff;
}
.site-footer .site-info p {
    color: #47D9BF;
    width: 100%;
    text-align: center;
    float: left;
}
.site-footer .site-info ul {
    margin-left: 0;
}
.site-footer .site-info ul li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.site-footer .site-info ul li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #2f2f3e;
    width: 44px;
    height: 44px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}

/*** Footer ***/
.site-footer {
    padding-bottom: 0;
    background: #04518C;
}
.site-footer .site-info {
    text-align: center;
    width: 100%;
}
.main-footer {
   display: inline-block;
    width: 100%;
}
.site-footer .container,
.main-footer .container {
    max-width: 1200px;
    margin: 0 auto;
}
.top-bottom {
    width: 100%!important;
}
.main-footer .top-bottom-item {
    width: 33.33%;
    float: left;
}
.main-footer .columns.footer1 {
    width: 100%;
    float: initial;
}
.main-footer .columns {
    width: 33.3%;
    float: left;
}

/*** Responsive ***/
@media(max-width: 1280px) {
    .site-header {
        padding: 0 5px!important;
    }
    .main-navigation a {
        font-size: 11px !important;
    }
    .main-navigation ul li > a {
        padding-left: 12px;
        padding-right: 12px;
    }
    header .site-header-main,
    .main-footer .container {
        margin: 0 !important;
    }
    .right-menu ul li i {
        left: -50px;
    }
    .right-menu ul li {
        padding: 32px 0 36px 15px;
    }
}
@media(max-width: 1000px) {
    body.archive .site-main, body.archive .page-header,
    body.single-post .site-main {
        padding: 15px;
    }
    body.single-post .comments-area, body.single-post .navigation.post-navigation, body.archive .page-header,
    article .post-thumbnail, article .entry-content, article .entry-content a, article .entry-footer, article .entry-header {
        margin: 0px !important;
    }
    body.single-post .comments-area, body.single-post .navigation.post-navigation {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .sidebar .widget button.search-submit {
        height: 42px;
    }
}
@media(max-width: 960px) {
    .site-header-menu .primary-menu > li > a:before {
        display: none;
    }
    .main-navigation ul ul li {
        border-top: 1px solid #d1d1d1 !important;
        position: relative;
    }
    .primary-menu > li > a,
    .site-header.is-sticky .primary-menu > li > a {
        line-height: 32px !important;
    }
    .primary-menu li  a {
        text-align: left;
    }
    .top-second .container {
        display: inherit;
    }
    .top-second #right-menu,
    .top-second .custom-logo-link {
        width: 100%;
    }
    .right-menu ul li {
        padding: 12px 10px 16px 55px; 
    }
    .top-second .custom-logo-link {
        padding: 10px 40px;
    }
    .right-menu .btn-box {
        padding: 12px 0 16px; 
    }
    .primary-menu > li > a {
        color: #000;
    }
    .site-header .primary-menu > li:last-child {
        float: left;
        margin-top: 30px;
    }
}
@media(min-width: 911px) {
    .sidebar-content-sidebar-ws #content #primary,
    .sidebar-content-sidebar-blog #content #primary {
        width: 50%!important;
        margin-left: 25%;
    }
    .sidebar-left {
        float: left;
        margin-left: -100%;
    }
    .content-sidebar-ws #content #primary,
    .content-sidebar-blog #content #primary {
        width: 72%!important;
        margin-left: 0;
    }
    .sidebar-content-ws #content #primary,
    .sidebar-content-blog #content #primary {
        width: 70%!important;
        margin-left: 28%;
        float: left;
    }
    .sidebar-content-ws .sidebar-left.sidebar-left-ws {
        margin-left: 0;
    }
    .null-ws #content #primary,
    .null-blog #content #primary {
        width: 100%!important;
        margin-left: 0;
    }
    .title-canvas-menu {
        display: none;
    }
}
@media(max-width: 910px) {
    body.home #menu-main-menu {
        padding: 0 10px;
    }
    header .site-header-main {
        margin: 0px;
        border-radius: 0px;
    }
    body.home .site-header,
    body:not(.home) .site-header,
    .site-header.is-sticky {
        background: #01172F;
        top: 0;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    }
    .main-navigation a {
        font-size: 13px !important;
    }
    .sidebar {
        padding-right: 15px;
    }
    body .sidebar, body #primary {
        width: 100%!important;
    }
    .site-main .entry-content {
        margin: 0;
    }
    .top-head .top-head-widget {
        width: 100%!important;
    }
    .top-head .top-social,
    .top-head .top-contact {
        text-align: center!important;
    }
    .top-head ul li a {
        line-height: 30px;
    }
    header .site-branding {
        width: 50%;
        display: inline-block;
    }
    #menu-main-menu {
        width: 100%;
    }
    .site-header {
        position: relative;
    }
    .site-header.canvas-one {
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,.3);
        padding: 0!important;
        left: 0;
        right: 0;
        top: 0;
        margin: 0;
        max-width: 100%;
    }
    .main-navigation .primary-menu {
        border-bottom: 0;
    }
    .primary-menu > li > a, .site-header.is-sticky .primary-menu > li > a {
        line-height: 52px !important;
        height: 52px;
        border-bottom: 1px solid #adadad54;
    }  
	.site-header .primary-menu > li:last-child > a {
    	background: #017CAD;
	}
    /*** Icon Canvas Menu ***/
    .site-header-main .menu-toggle {
        border: 0;
        background: none!important;
    }
    .site-header-main .menu-toggle:before {
        font-size: 30px;
    }
    .menu-toggle.toggled-on:focus {
        outline: none;
    }
    .title-canvas-menu {
        padding: 10px 5px;
        position: relative;
    }
    .close-canvas {
        position: absolute;
        width: 40px;
        height: 40px;
        right: 0;
        top: 7px;
    }
    .close-canvas:before {
        content: "\f00d";
        font-family: FontAwesome;
        font-size: 20px;
        position: absolute;
        width: 40px;
        height: 40px;
        color: #0a0a0a;
        top: 10px;
        right: 0;
        margin: 0 auto;
        display: inline-block;
    }
    .site-header-menu {
        width: 300px;
        margin-top: 0;
        background: #fff;
        max-width: 350px;
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 165, 0, 0);
        box-shadow: 0px 10px 30px 0px rgba(255, 165, 0, 0);
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
        -o-transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
        transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53);
    }
	.site-header.is-sticky .dropdown-toggle:after {
		color: #fff!important;
	}
    .site-header-menu.toggled-on {
        left: 0;
    }
    .main-navigation ul ul.sub-menu {
        background: none;
    }
    .main-navigation ul ul a {
        border-bottom: 1px solid rgba(125, 119, 119, 0.7);
    }
    .canvas-bg {
        position: absolute;
        width: 100vh;
        height: 100%;
        top: 40px;
        left: 300px;
        z-index: 5;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }
    .toggled-on .canvas-bg {
        opacity: 1;
        visibility: inherit;
    }
    .sub-menu.toggled-on .dropdown-toggle:after {
        color: #000;
        border-color: #000;
    }
    .sub-menu.toggled-on .dropdown-toggle:hover {
        background: #fafafa!important;
    }
}
@media(max-width: 845px) {
    ul.products {
        margin: 10px !important;
    }
    .button.product_type_variable.add_to_cart_button{
        margin: 0 !important;
    }
}
@media(max-width: 768px) {
    article .post-thumbnail, article .entry-content p, article .entry-content a, article .entry-footer, article .entry-header {
        margin: 10px !important;
    }
    body.page-template-default .post-thumbnail, body.page-template-default .entry-content p, 
    body.page-template-default .entry-content a, body.page-template-default .entry-footer, body.page-template-default .entry-header {
        margin: 5px !important;
    }
    .wpcf7-form p:nth-child(-n+5) {
        width: 100% !important;
    }
    .main-footer .columns,
    #media_image-3, #nav_menu-3, #media_gallery-3 {
        width: 100% !important;
    }
    .main-footer .footer3 {
        clear: left;
    }
    .right-menu ul.info-box {
        display: inherit;
    }
    .right-menu ul li {
        width: 49%;
        margin: 0 0 0 1%;
        padding: 0 10px 0 55px;
    }
    .right-menu ul li i {
        top: 0;
    }
    .right-menu ul li:first-child:before {
        top: 0;
    }
    .top-second, .top-head{
        display: none;
    }
    .right-menu .btn-box {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .main-navigation ul li > a {
        padding: 0 12px;
    }
}
@media(max-width: 480px) {
    .wpcf7-form p:nth-child(-n+5) {
        width: 100%!important;
        margin-right: 0;
    }
    .main-footer .columns {
        width: 100%;
    }
    .head-left,
    .head-right {
        width: 100%;
        text-align: center;
    }
	
}

/*** Template null ***/
body.template-full .site-header-main .page_item a {
    line-height: 50px;
}
body.template-full .site-header {
    border-bottom: 1px solid #d2d0d0;
}
body.template-full #main.site-main {
    margin-top: 7em;
}
body.page-template-default .status-publish {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.site-main {
    margin-bottom: 0 !important;
}
.sidebar {
    padding-right: 0px;
    padding-top: 120px;
}
.top-head-widget .et-footer p {
    text-align: center;
    width: 100%;
    padding-top: 30px;
}




