/*
Theme Name: Cameron
Theme URI: https://smartdemowp.com/cameron
Author: smartdatasoft
Author URI: http://smartdatasoft.com
Description: Cameron is a WordPress theme that is created for companies that provide security services and security products. Building this theme we focused on security support site with providing features for multiple section throughout the theme for widget, sidebars, slider, social menus, logo etc. Cmameron can be customized with multiple post formats and multimedia posts.
Cameron is compatible for any device and ability whereas people from multiple language can use sites made by this theme.
Version: 1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cameron
Tags: flexible-header,custom-background,custom-header,featured-images
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Cameron              ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

-2 miscelnious styles
-3 header styles
-4 banner styles
-5 footer styles
-6 brands styles
-7 blog styles
-8 work process styles
-9 testimonials styles
-10 featured styles
-11 FUN FACT styles
-12 services styles
-13 cta styles
-14 mission styles
-15 about styles
-16 offer styles
-17 team styles
-18 page title styles
-19 pricing styles
-20 gallery styles
-21 contact styles
-22 sidebar styles
-23 shop styles
-24 cart styles
-25 checkout styles
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/


/*
-2 miscelnious styles
*/

body {
    font-family: "Work Sans", sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #777;
    font-weight: 400;
}

a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    background-color: transparent;
    box-shadow: none !important;
    outline: none;
}

.bootstrap-select>.dropdown-toggle {
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid #eee;
}

.bootstrap-select .dropdown-menu>li:first-child>a {
    padding-top: 10px;
}

.bootstrap-select .dropdown-menu>li:last-child>a {
    padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: #f07c00;
    color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 9px 20px;
    color: #222222;
    transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: #f07c00;
    color: #fff;
    cursor: pointer;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
}

.scroll-to-top {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 56px;
    background: #f07c00;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border-radius: 50%;
    text-align: center;
    transition: all .4s ease;
    display: none;
    font-size: 30px;
}

.scroll-to-top i {
    color: #fff;
}

.scroll-to-top:hover {
    background: #222222;
}


/*
-3 header styles
*/

.header-navigation {
    background-color: transparent;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    background-color: transparent;
}

.header-navigation .container {
    background: transparent;
    position: relative;
    display: block;
}

.header-navigation .container .logo-box {
    float: left;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-navigation .container .navbar-brand {
    height: auto;
    margin: 0;
}

.header-navigation .container .menu-toggler {
    display: none;
}

.header-navigation .container .right-side-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.header-navigation .main-navigation {
    float: right;
    text-align: right;
}

@media (min-width: 1200px) {
    .header-navigation .main-navigation {
        display: block !important;
    }
}

.header-navigation ul.navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
    display: none;
}

.header-navigation ul.navigation-box>li {
    position: relative;
    padding: 25px 0;
    display: inline-block;
    vertical-align: middle;
    /* Second Level Menu */
    /* Thrid Level Menu */
}

.header-navigation ul.navigation-box>li+li {
    margin-left: 75px;
}

.header-navigation ul.navigation-box>li:first-child {
    padding-left: 0;
}

.header-navigation ul.navigation-box>li:last-child {
    padding-right: 0;
}

.header-navigation ul.navigation-box>li>a {
    font-weight: 500;
    font-size: 17px;
    color: #182345;
    padding: 0;
    transition: all .4s ease;
    position: relative;
}

.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a {
    color: #fff;
}

.header-navigation ul.navigation-box>li>.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 220px;
    padding: 0px 0px;
    text-align: left;
    list-style: none;
    background-color: #222222;
    background-clip: padding-box;
    opacity: 0;
    border-radius: 0px;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    .header-navigation ul.navigation-box>li>.sub-menu {
        display: block !important;
    }
}

.header-navigation ul.navigation-box>li>.sub-menu.right-align {
    left: auto;
    right: 0;
}

.header-navigation ul.navigation-box>li>.sub-menu.center-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>.sub-menu>li {
    display: block;
    position: relative;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>.sub-menu>li>a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    display: block;
    line-height: 26px;
    white-space: nowrap;
    position: relative;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li:hover>a {
    color: #fff;
    background: #f07c00;
}

.header-navigation ul.navigation-box>li:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.header-navigation ul.navigation-box>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu {
    position: absolute;
    top: 0%;
    left: -100%;
    z-index: 1000;
    float: left;
    min-width: 220px;
    padding: 0px 0px;
    text-align: left;
    list-style: none;
    background-color: #222222;
    background-clip: padding-box;
    opacity: 0;
    border-radius: 0px;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    .header-navigation ul.navigation-box>li>ul>li>.sub-menu {
        display: block !important;
    }
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.right-align {
    left: auto;
    right: 100%;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.center-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li {
    display: block;
    position: relative;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li>a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    display: block;
    line-height: 26px;
    white-space: nowrap;
    position: relative;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li:hover>a {
    color: #fff;
    background: #f07c00;
}

.header-navigation ul.navigation-box>li>ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li ul {
    display: none;
}

.main-header .top-header {
    background-color: #161827;
}

.main-header .top-header .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 275px;
}

.main-header .top-header p {
    margin: 0;
}

.main-header .top-header .right-info i,
.main-header .top-header .left-info i {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #f07c00;
    margin-right: 15px;
}

.main-header .top-header .left-info p {
    padding: 12px 0;
}

.main-header .top-header .left-info a {
    color: #eee;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    transition: all .4s ease;
}

.main-header .top-header .left-info a:hover {
    color: #f07c00;
}

.main-header .top-header .right-info a {
    color: #fff;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    transition: all .4s ease;
}

.main-header .top-header .right-info a:hover {
    color: #f07c00;
}

.main-header .top-header .info-block {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-header .top-header .info-block li {
    display: inline-block;
    vertical-align: middle;
}

.main-header .top-header .info-block li+li {
    margin-left: 23px;
}

.main-header .top-header .info-block li a.cart-btn {
    background-color: #f07c00;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    display: inline-block;
    padding: 11.25px 19.5px;
    transition: all .4s ease;
}

.main-header .top-header .info-block li a.cart-btn:hover {
    background-color: #fff;
}

.main-header .top-header .info-block li a.cart-btn:hover i,
.main-header .top-header .info-block li a.cart-btn:hover span {
    color: #f07c00;
}

.main-header .top-header .info-block li a.cart-btn i,
.main-header .top-header .info-block li a.cart-btn span {
    display: inline-block;
    vertical-align: middle;
}

.main-header .top-header .info-block li a.cart-btn i {
    color: #fff;
    font-size: 20px;
    margin-right: 7px;
}

.main-header .header-navigation {
    background: #fff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    z-index: 99;
}

.main-header .header-navigation .navbar-brand {
    // background-color: #f07c00;
    padding: 41px 0px;
    position: relative;
    top: -16px;
	margin-top: 35px;
}

.main-header .header-navigation .navbar-brand .main-logo {
    display: block;
}

.main-header .header-navigation .navbar-brand .stricky-logo {
    display: none;
}

.main-header .header-navigation .container {
    padding-left: 275px;
}

.main-header .header-navigation .main-navigation {
    float: none;
    text-align: left;
}

.main-header .header-navigation ul.navigation-box>li.current>a,
.main-header .header-navigation ul.navigation-box>li:hover>a {
    color: #f07c00;
}

.main-header .header-navigation ul.navigation-box>li {
    padding: 40px 0;
}

.main-header .header-navigation ul.navigation-box>li+li {
    margin-left: 25px;
}

.main-header .header-navigation .right-side-box .social a {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #EEEFF5;
    color: #f07c00;
    line-height: 52px;
    font-size: 14px;
    text-align: center;
    transition: all .4s ease;
}

.main-header .header-navigation .right-side-box .social a:hover {
    color: #fff;
    background: #f07c00;
}

.main-header .header-navigation .right-side-box .social a+a {
    margin-left: 15px;
}

.main-header .header-navigation.stricky-fixed .navbar-brand {
    background-color: transparent;
    padding: 0px 0px;
    position: relative;
    top: 0px;
}

.main-header .header-navigation.stricky-fixed .navbar-brand .main-logo {
    display: none;
}

.main-header .header-navigation.stricky-fixed .navbar-brand .stricky-logo {
    display: block;
	margin-bottom: 20px;
}

.main-header .header-navigation.stricky-fixed ul.navigation-box>li {
    padding: 25px 0;
}

.header-navigation.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 991;
    border-bottom: 0;
}

.header-style-two .top-header .container {
    padding-left: 15px;
}

.header-style-two .header-navigation .navbar-brand {
    background-color: transparent;
    padding: 0px 0px;
    position: relative;
    top: 0px;
}

.header-style-two .header-navigation .navbar-brand .main-logo {
    display: block;
}

.header-style-two .header-navigation ul.navigation-box>li {
    padding: 40px 0;
}


/*
-4 banner styles
*/

.main-banner-wrapper {
    position: relative;
}

.main-banner-wrapper .carousel-btn-block {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 20px 34px;
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 99;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn {
    font-size: 25px;
    color: #f07c00;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: all .4s ease;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn:hover {
    color: #fff;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn i {
    line-height: 23px;
    display: block;
    vertical-align: middle;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
    border-right: 2px solid rgba(255, 255, 255, 0.15);
    padding-right: 30px;
    margin-right: 26px;
}

.banner-style-one .slide {
    padding: 230px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner-style-one .owl-nav {
    display: none;
}

.banner-style-one .owl-dots {
    display: none;
}

.banner-style-one h3,
.banner-style-one p {
    margin: 0;
}

.banner-style-one .banner-title {
    margin: 0;
    color: #FFFFFF;
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    transition: all 1.5s ease;
}

.banner-style-one .banner-title strong {
    font-weight: 700;
}

.banner-style-one p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 45px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: all 1.5s ease;
}

.banner-style-one .btn-block {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: all 1.5s ease;
}

.banner-style-one .banner-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: .035em;
    background-color: #f07c00;
    padding: 17px 0;
    padding-left: 50px;
    padding-right: 50px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    transition: all .4s ease;
}

.banner-style-one .banner-btn:hover {
    background-color: #fff;
    color: #f07c00;
}

.banner-style-one .active .banner-title,
.banner-style-one .active p,
.banner-style-one .active .btn-block {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-style-one .active p {
    transition-delay: 1s;
}

.banner-style-one .active .btn-block {
    transition-delay: 2s;
}

.banner-style-one .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}

.banner-style-one .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background-color: #D5DBD5;
    margin: 0;
    transition: all .4s ease;
}

.banner-style-one .owl-dots .owl-dot+.owl-dot {
    margin-left: 25px;
}

.banner-style-one .owl-dots .owl-dot.active span {
    background-color: #f07c00;
}

.banner-style-one.no-dots .owl-dots {
    display: none !important;
}


/*
-5 footer styles
*/

.site-footer {
    background-color: #161827;
    background-repeat: no-repeat;
    background-position: center center;
    /* padding-top: 100px; */
}

.site-footer .main-footer {
    padding-bottom: 120px;
}

.site-footer .footer-widget .footer-widget-title {
    margin-bottom: 33px;
}

.site-footer .footer-widget .footer-widget-title h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.site-footer .footer-widget p {
    margin: 0;
    color: #B7BBC1;
}

.site-footer .footer-widget .links-lists {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -7px;
}

.site-footer .footer-widget .links-lists li+li {
    margin-top: 13px;
}

.site-footer .footer-widget .links-lists a {
    position: relative;
    color: #B7BBC1;
    font-size: 15px;
    padding-left: 12px;
    display: block;
    transition: all .4s ease;
}

.site-footer .footer-widget .links-lists a:hover {
    color: #f07c00;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.site-footer .footer-widget .links-lists a::before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-footer .footer-widget .social-block a {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    color: #C7CACE;
    transition: all .4s ease;
}

.site-footer .footer-widget .social-block a:hover {
    background-color: #f07c00;
    color: #fff;
}

.site-footer .footer-widget .social-block a+a {
    margin-left: 1px;
}

.site-footer .footer-widget .gallery-size-full {
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
}

.site-footer .footer-widget .gallery-size-full .gallery-item {
    width: 29.33333%;
    float: left;
    padding: 5px;
    margin-bottom: 0;
}

.site-footer .footer-widget .gallery-size-full .gallery-item a {
    display: block;
}

.site-footer .footer-widget .gallery-size-full .gallery-item img {
    transition: all .4s ease;
}

.site-footer .footer-widget .gallery-size-full .gallery-item img:hover {
    opacity: 0.5;
}

.site-footer .footer-widget .newsletter-form p {
    margin-bottom: 25px;
    margin-top: -7px;
}

.site-footer .footer-widget .newsletter-form input[type=text] {
    display: block;
    border: none;
    outline: none;
    background-color: #2e303d;
    color: #B7BBC1;
    width: 100%;
    height: 50px;
    padding-left: 20px;
}

.site-footer .footer-widget .newsletter-form input[type=text]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #B7BBC1;
}

.site-footer .footer-widget .newsletter-form input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: #B7BBC1;
}

.site-footer .footer-widget .newsletter-form input[type=text]:-ms-input-placeholder {
    /* IE 10+ */
    color: #B7BBC1;
}

.site-footer .footer-widget .newsletter-form input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: #B7BBC1;
}

.site-footer .footer-widget .newsletter-form button[type=submit] {
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #f07c00;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
    margin-top: 15px;
}

.site-footer .footer-widget .newsletter-form button[type=submit]:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 2px;
    background-color: #fff;
    margin-right: 0px;
    transition: all .4s ease;
}

.site-footer .footer-widget .newsletter-form button[type=submit]:hover::before {
    width: 20px;
    margin-right: 15px;
}

.site-footer .about-widget a.footer-logo {
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
}

.site-footer .about-widget .social-block {
    margin-top: 42px;
}

.site-footer .works-widget,
.links-padding .widget_media_gallery {
    margin-left: -50px;
    width: 100%;
    max-width: 270px;
}

.site-footer .bottom-footer {
    padding: 19.5px 0;
    background-color: rgba(255, 255, 255, 0.102);
    box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1);
}

.site-footer .bottom-footer p {
    margin: 0;
    color: #B7BBC1;
    font-size: 15px;
}

.site-footer .bottom-footer p a {
    color: #FFFFFF;
    transition: all .4s ease;
}

.site-footer .bottom-footer p a:hover {
    color: #f07c00;
}


/*
-6 brands styles
*/

.brands-area-one {
    background-color: #f07c00;
    padding: 24px 0;
}

.brands-area-one.home-two {
    background-color: #EBF0EB;
}

.brands-area-one .brands-carousel-one .owl-nav {
    display: none;
}

.brands-area-one .brands-carousel-one .owl-item {
    text-align: center;
}

.brands-area-one .brands-carousel-one .owl-item img {
    display: inline-block;
    max-width: none;
    width: auto;
}


/*
-7 blog styles
*/

.blog-style-one {
    padding: 120px 0 90px;
}

.blog-style-one .high-gutter {
    margin-left: -25px;
    margin-right: -25px;
}

.blog-style-one .high-gutter [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
}

.blog-style-one .title-block {
    margin-bottom: 40px;
}

.blog-style-one .title-block .tag-line {
    display: inline-block;
    vertical-align: middle;
    color: #f07c00;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.blog-style-one .title-block .tag-line:before,
.blog-style-one .title-block .tag-line:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f07c00;
}

.blog-style-one .title-block .tag-line::before {
    margin-right: 20px;
}

.blog-style-one .title-block .tag-line::after {
    margin-left: 20px;
}

.blog-style-one .title-block h2 {
    margin: 0;
    color: #222222;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 10px;
}

[class*="single-blog-style-"]+[class*="single-blog-style-"] {
    margin-top: 50px;
}

[class*="single-blog-style-"] .image-block {
    position: relative;
    overflow: hidden;
}

[class*="single-blog-style-"] .image-block>img {
    width: 100%;
    transition: all .4s ease;
}

[class*="single-blog-style-"] .image-block .overlay-block {
    position: absolute;
    background-color: rgba(23, 27, 39, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
    opacity: 0;
}

[class*="single-blog-style-"] .image-block .overlay-block .more-link {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    background-color: #f07c00;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

[class*="single-blog-style-"] .text-block {
    box-shadow: 0px 0px 25px 0px rgba(13, 29, 13, 0.1);
    padding: 0 40px;
    padding-top: 46px;
    padding-bottom: 60px;
}

[class*="single-blog-style-"] .text-block h3,
[class*="single-blog-style-"] .text-block p {
    margin: 0;
}

[class*="single-blog-style-"] .text-block .more-btn {
    display: inline-block;
    vertical-align: middle;
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    border-style: solid;
    border-width: 2px;
    border-color: #e5e5e5;
    background-color: rgba(34, 34, 34, 0);
    text-align: center;
    transition: all .4s ease;
    padding: 10px 29px;
}

[class*="single-blog-style-"] .text-block .more-btn:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 2px;
    background-color: #fff;
    margin-right: 0px;
    transition: all 0.4s ease;
}

[class*="single-blog-style-"] .text-block .more-btn:hover {
    background-color: #f07c00;
    color: #fff;
    border-color: #f07c00;
}

[class*="single-blog-style-"] .text-block .more-btn:hover::before {
    width: 20px;
    margin-right: 15px;
}

[class*="single-blog-style-"] .text-block h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 12px;
}

[class*="single-blog-style-"] .text-block h3 a {
    color: #222222;
}

[class*="single-blog-style-"] .text-block .meta-info {
    margin-bottom: 34px;
}

[class*="single-blog-style-"] .text-block .meta-info a {
    display: inline-block;
    vertical-align: middle;
    color: #777;
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    transition: all 0.4s ease;
}

[class*="single-blog-style-"] .text-block .meta-info a i {
    font-size: 13px;
    margin-right: 4px;
    transition: all 0.4s ease;
}

[class*="single-blog-style-"] .text-block .meta-info a+a {
    margin-left: 17px;
}

[class*="single-blog-style-"] .text-block .meta-info a:hover {
    color: #f07c00;
}

[class*="single-blog-style-"] .text-block .meta-info a:hover i {
    color: #182345;
}

[class*="single-blog-style-"]:hover .image-block>img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

[class*="single-blog-style-"]:hover .image-block .overlay-block {
    opacity: 1;
}

.single-blog-style-two .image-block,
.single-blog-style-two .text-block {
    display: table-cell;
    vertical-align: middle;
}

.single-blog-style-two .image-block {
    width: 230px;
}

.single-blog-style-two .text-block {
    padding: 0;
    padding-left: 30px;
    width: calc(100% - 230px);
}

.single-blog-style-two .text-block .meta-info {
    margin-bottom: 25px;
}

.single-blog-style-two .text-block h3 {
    font-size: 22px;
    margin-bottom: 3px;
}

@media (min-width: 1200px) {
    .col1-blog-wrapper [class*=col-]+[class*=col-] {
        margin-top: 46px;
    }
}

.blog-style-three {
    padding: 120px 0;
}

.blog-style-three .single-blog-style-three {
    margin-bottom: 30px;
}

.blog-style-three .single-blog-style-three .text-block {
    padding: 40px 40px;
}

.blog-style-three .single-blog-style-three .text-block h3 {
    margin: 0;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
}

.blog-style-three .single-blog-style-three .text-block .meta-info {
    margin: 0;
    margin-bottom: 15px;
}

.blog-style-three .single-blog-style-three .text-block .meta-info a,
.blog-style-three .single-blog-style-three .text-block .meta-info span {
    display: inline-block;
    vertical-align: middle;
    color: #777;
}

.blog-style-three .single-blog-style-three .text-block .meta-info span.sep {
    margin-left: 6px;
    margin-right: 6px;
}

.blog-style-three .single-blog-style-three .text-block .meta-info a:hover {
    color: #f07c00;
}

.blog-style-three .single-blog-style-three .text-block .text {
    margin-bottom: 30px;
}

.post-pagination {
    margin-top: 20px;
}

.post-pagination .page-numbers,
.post-pagination a {
    color: #182345;
    font-size: 18px;
    transition: all .4s ease;
    font-weight: bold;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.post-pagination .current {
    color: #f07c00;
}

.post-pagination a {
    color: #182345;
    font-size: 18px;
    transition: all .4s ease;
    font-weight: bold;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
}

.post-pagination a i {
    color: #f07c00;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
}

.post-pagination a+a {
    margin-left: 30px;
}

.post-pagination a.active,
.post-pagination a:hover {
    color: #f07c00;
}

.blog-details-content .post-title {
    color: #222222;
    font-weight: 500;
    font-size: 42px;
    margin: 0;
    margin-top: 37px;
    margin-bottom: 5px;
}

.blog-details-content .meta-info {
    margin: 0;
}

.blog-details-content .meta-info a,
.blog-details-content .meta-info span {
    display: inline-block;
    vertical-align: middle;
    color: #777;
}

.blog-details-content .meta-info span.sep {
    margin-left: 6px;
    margin-right: 6px;
}

.blog-details-content .meta-info a:hover {
    color: #f07c00;
}

.blog-details-content p {
    margin: 0;
    color: #777;
    font-size: 15px;
    line-height: 26px;
}

.blog-details-content .qoute-block {
    padding: 41px 40px;
    border-left: 2px solid #f07c00;
    background-color: #EBF0EB;
}

.blog-details-content .qoute-block p {
    font-size: 15px;
    line-height: 26px;
    color: #222222;
    margin: 0;
}

.blog-details-content .bullted-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-content .bullted-list li {
    position: relative;
    color: #222222;
    font-size: 15px;
    padding-left: 20px;
    font-weight: 500;
}

.blog-details-content .bullted-list li+li {
    margin-top: 10px;
}

.blog-details-content .bullted-list li i {
    color: #f07c00;
    font-size: 7px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-details-content .share-buttons {
    margin-top: 37px;
    margin-bottom: 20px;
}

.blog-details-content .share-buttons a {
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    border-color: #dddee4;
    width: 45px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    color: #777;
    font-size: 15px;
    transition: all .4s ease;
}

.blog-details-content .share-buttons a:hover {
    color: #fff;
    background-color: #f07c00;
}

.comment-block,
.add-comment-block {
    margin-top: 15px !important;
}

.comment-block .title-block,
.add-comment-block .title-block {
    margin-bottom: 50px;
}

.comment-block .title-block h3,
.add-comment-block .title-block h3 {
    margin: 0;
    color: #222222;
    font-size: 30px;
    font-weight: 400;
}

.comment-block .single-comment-block+.single-comment-block {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
}

.comment-block .single-comment-block .image-block,
.comment-block .single-comment-block .text-block {
    display: table-cell;
    vertical-align: top;
}

.comment-block .single-comment-block .image-block {
    width: 85px;
}

.comment-block .single-comment-block .image-block>img {
    width: 100%;
}

.comment-block .single-comment-block .text-block {
    position: relative;
    padding-left: 20px;
}

.comment-block .single-comment-block .text-block h3,
.comment-block .single-comment-block .text-block p {
    margin: 0;
}

.comment-block .single-comment-block .text-block h3 {
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
}

.comment-block .single-comment-block .text-block p {
    color: #777;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 8px;
}

.comment-block .single-comment-block .text-block span {
    font-size: 15px;
    color: #777;
    font-weight: 400;
}

.comment-block .single-comment-block .text-block .reply-btn,
.comment-block .single-comment-block .text-block .comment-reply-link {
    color: #222222;
    font-size: 15px;
    width: 100px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    border-color: #dddee4;
    transition: all .4s ease;
    position: absolute;
    top: 0;
    right: 0;
}

.comment-block .single-comment-block .text-block .reply-btn:hover,
.comment-block .single-comment-block .text-block .comment-reply-link:hover {
    color: #fff;
    background-color: #f07c00;
    border-color: #f07c00;
}

.add-comment-block .contact-form-one input,
.add-comment-block .contact-form-one textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    background-color: #EBF0EB;
    font-size: 15px;
    color: #222222;
    display: block;
    padding-left: 20px;
    margin-bottom: 20px;
}

.add-comment-block .contact-form-one input::-webkit-input-placeholder,
.add-comment-block .contact-form-one textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222222;
}

.add-comment-block .contact-form-one input::-moz-placeholder,
.add-comment-block .contact-form-one textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #222222;
}

.add-comment-block .contact-form-one input:-ms-input-placeholder,
.add-comment-block .contact-form-one textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #222222;
}

.add-comment-block .contact-form-one input:-moz-placeholder,
.add-comment-block .contact-form-one textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #222222;
}

.add-comment-block .contact-form-one input.error,
.add-comment-block .contact-form-one textarea.error {
    background-color: rgba(255, 0, 0, 0.255);
}

.add-comment-block .contact-form-one label.error {
    display: none !important;
}

.add-comment-block .contact-form-one textarea {
    height: 150px;
    padding-top: 10px;
}

.add-comment-block .contact-form-one button[type=submit] {
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #f07c00;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
    margin-top: 20px;
}

.add-comment-block .contact-form-one button[type=submit]:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 2px;
    background-color: #fff;
    margin-right: 0px;
    transition: all .4s ease;
}

.add-comment-block .contact-form-one button[type=submit]:hover::before {
    width: 20px;
    margin-right: 15px;
}


/*
-8 work process styles
*/

.working-process-one {
    position: relative;
    background-color: #EBF0EB;
    padding: 120px 0;
    overflow: hidden;
}

.working-process-one .circle-one {
    position: absolute;
    right: -360px;
    top: -235px;
    width: 600px;
    height: 600px;
    border: 80px solid #e6ebe6;
    border-radius: 50%;
}

.working-process-one .circle-two {
    position: absolute;
    left: -360px;
    bottom: -235px;
    width: 600px;
    height: 600px;
    border: 80px solid #e6ebe6;
    border-radius: 50%;
}

.working-process-one .title-block {
    margin-bottom: 40px;
}

.working-process-one .title-block .tag-line {
    display: inline-block;
    vertical-align: middle;
    color: #f07c00;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.working-process-one .title-block .tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f07c00;
}

.working-process-one .title-block .tag-line::before {
    margin-right: 20px;
}

.working-process-one .title-block h2 {
    margin: 0;
    color: #222222;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 10px;
}

.working-process-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.single-working-process-one .count-block {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #f07c00;
    font-size: 22px;
    font-weight: 500;
    background-color: #fff;
    margin-bottom: 20px;
}

.single-working-process-one h3 {
    margin: 0;
    color: #222222;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
}

.single-working-process-one p {
    margin: 0;
    color: #777;
    font-size: 15px;
    line-height: 26px;
}


/*
-9 testimonials styles
*/

.testimonials-style-one {
    padding: 110px 0;
}

.testimonials-style-one .title-block {
    margin-bottom: 40px;
}

.testimonials-style-one .title-block .tag-line {
    display: inline-block;
    vertical-align: middle;
    color: #f07c00;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.testimonials-style-one .title-block .tag-line:before,
.testimonials-style-one .title-block .tag-line:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f07c00;
}

.testimonials-style-one .title-block .tag-line::before {
    margin-right: 20px;
}

.testimonials-style-one .title-block .tag-line::after {
    margin-left: 20px;
}

.testimonials-style-one .title-block h2 {
    margin: 0;
    color: #222222;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 10px;
}

.testimonials-style-one .owl-nav [class*=owl-] {
    width: 60px;
    height: 60px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    background-color: #ebf0eb;
    color: #f07c00;
    font-size: 25px;
    text-align: center;
    transition: all .4s ease;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}

.testimonials-style-one .owl-nav [class*=owl-] i {
    line-height: 60px;
}

.testimonials-style-one .owl-nav [class*=owl-]:hover {
    color: #fff;
    background-color: #f07c00;
}

.testimonials-style-one .owl-nav {
    margin-top: 0;
}

.testimonials-style-one .owl-nav [class*=owl-prev] {
    left: 0;
}

.testimonials-style-one .owl-nav [class*=owl-next] {
    right: 0;
}

.testimonials-style-one .owl-dots {
    margin: 0;
    margin-top: 40px;
}

.testimonials-style-one .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background-color: #D5DBD5;
    margin: 0;
    transition: all .4s ease;
}

.testimonials-style-one .owl-dots .owl-dot+.owl-dot {
    margin-left: 25px;
}

.testimonials-style-one .owl-dots .owl-dot.active span {
    background-color: #f07c00;
}

.testimonials-style-one .single-testimonials-one {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 880px;
    text-align: center;
}

.testimonials-style-one .single-testimonials-one img {
    max-width: none;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border-style: solid;
    border-width: 5px;
    border-color: #dfe6df;
}

.testimonials-style-one .single-testimonials-one h3,
.testimonials-style-one .single-testimonials-one p {
    margin: 0;
}

.testimonials-style-one .single-testimonials-one p {
    color: #777777;
    line-height: 28px;
    font-size: 17px;
    margin-top: 35px;
    margin-bottom: 40px;
}

.testimonials-style-one .single-testimonials-one h3 {
    font-size: 20px;
    color: #222222;
    margin-bottom: 10px;
}

.testimonials-style-one .single-testimonials-one p.designation {
    color: #777777;
    font-size: 15px;
    line-height: 1em;
    margin: 0;
}

.testimonials-style-one.home-page-two {
    background: #222222 url(assets/images/background/testi-bg-1-1.jpg) center center no-repeat fixed;
    background-size: cover;
    position: relative;
}

.testimonials-style-one.home-page-two .owl-nav [class*=owl-] {
    display: none !important;
}

.testimonials-style-one.home-page-two:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #161827;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .85;
}

.testimonials-style-one.home-page-two .container {
    position: relative;
}

.testimonials-style-one.home-page-two .title-block h2 {
    color: #fff;
}

.testimonials-style-one.home-page-two .single-testimonials-one p:not(.designation) {
    color: #B7BBC1;
    font-size: 20px;
    line-height: 32px;
}

.testimonials-style-one.home-page-two .single-testimonials-one h3 {
    color: #fff;
}

.testimonials-style-one.home-page-two .single-testimonials-one p.designation {
    font-size: 15px;
    color: #B7BBC1;
}

.testimonials-style-two {
    padding: 120px 0 80px;
}

.single-testimonials-two {
    margin-bottom: 40px;
    padding: 50px 40px;
    background-color: white;
    box-shadow: 0px 0px 25px 0px rgba(13, 29, 13, 0.1);
}

.single-testimonials-two .qoute-icon {
    opacity: .5;
}

.single-testimonials-two p {
    color: #777777;
    font-size: 17px;
    line-height: 30px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}

.single-testimonials-two .name-block {
    padding-top: 30px;
    border-top: 1px solid #E5E5E5;
}

.single-testimonials-two .image-block,
.single-testimonials-two .content-block {
    display: table-cell;
    vertical-align: middle;
}

.single-testimonials-two .image-block {
    border-style: solid;
    border-width: 3px;
    border-color: #dfe6df;
    border-radius: 50%;
    overflow: hidden;
    width: 64px;
    height: 64px;
}

.single-testimonials-two .image-block>img {
    width: 100%;
}

.single-testimonials-two .content-block {
    padding-left: 20px;
}

.single-testimonials-two .content-block h3,
.single-testimonials-two .content-block span {
    margin: 0;
    display: block;
}

.single-testimonials-two .content-block h3 {
    font-size: 20px;
    color: #222222;
    font-weight: 400;
}

.single-testimonials-two .content-block span {
    color: #777777;
    font-size: 15px;
}


/*
-10 featured styles
*/

.featured-style-one {
    margin-top: -170px;
}

.featured-style-one .block-wrapper {
    box-shadow: 0px 0px 25px 0px rgba(13, 29, 13, 0.1);
    background-color: #fff;
}

.featured-style-one .content-block {
    padding-left: 60px;
}

.featured-style-one .title-block {
    margin-bottom: 45px;
}

.featured-style-one .title-block .tag-line {
    display: inline-block;
    vertical-align: middle;
    color: #f07c00;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.featured-style-one .title-block .tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f07c00;
}

.featured-style-one .title-block .tag-line::before {
    margin-right: 20px;
}

.featured-style-one .title-block h2 {
    margin: 0;
    color: #222222;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 10px;
}

.featured-style-one .signle-featured-one+.signle-featured-one {
    margin-top: 22px;
}

.featured-style-one .signle-featured-one .icon-block,
.featured-style-one .signle-featured-one .text-block {
    display: table-cell;
    vertical-align: top;
}

.featured-style-one .signle-featured-one .icon-block .inner-block {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #EBF0EB;
    text-align: center;
}

.featured-style-one .signle-featured-one .icon-block .inner-block i {
    color: #f07c00;
    line-height: 70px;
    font-size: 26px;
}

.featured-style-one .signle-featured-one .text-block {
    padding-left: 20px;
}

.featured-style-one .signle-featured-one .text-block h3,
.featured-style-one .signle-featured-one .text-block p {
    margin: 0;
}

.featured-style-one .signle-featured-one .text-block h3 {
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.featured-style-one .signle-featured-one .text-block p {
    color: #777;
    font-size: 15px;
    line-height: 26px;
}

.featured-style-two {
    overflow: hidden;
    position: relative;
    background-color: #EBF0EB;
}

.featured-style-two .circle-one {
    position: absolute;
    right: -300px;
    top: -170px;
    width: 600px;
    height: 600px;
    border: 80px solid #e6ebe6;
    border-radius: 50%;
}

.featured-style-two .shape-one {
    position: absolute;
    right: 100px;
    bottom: 10px;
    width: 187px;
    height: 82px;
    background: url(assets/images/resources/shape-2.png) no-repeat;
}

.featured-style-two .content-block {
    padding-left: 60px;
}

.featured-style-two .title-block {
    margin-bottom: 40px;
}

.featured-style-two .title-block .tag-line {
    display: inline-block;
    vertical-align: middle;
    color: #f07c00;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.featured-style-two .title-block .tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f07c00;
}

.featured-style-two .title-block .tag-line::before {
    margin-right: 20px;
}

.featured-style-two .title-block h2 {
    margin: 0;
    color: #222222;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 10px;
}

.featured-style-two .signle-featured-one+.signle-featured-one {
    margin-top: 30px;
}

.featured-style-two .signle-featured-one .icon-block,
.featured-style-two .signle-featured-one .text-block {
    display: table-cell;
    vertical-align: top;
}

.featured-style-two .signle-featured-one .icon-block .inner-block {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
}

.featured-style-two .signle-featured-one .icon-block .inner-block i {
    color: #f07c00;
    line-height: 70px;
    font-size: 26px;
}

.featured-style-two .signle-featured-one .text-block {
    padding-left: 20px;
}

.featured-style-two .signle-featured-one .text-block h3,
.featured-style-two .signle-featured-one .text-block p {
    margin: 0;
}

.featured-style-two .signle-featured-one .text-block h3 {
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.featured-style-two .signle-featured-one .text-block p {
    color: #444;
    font-size: 15px;
    line-height: 26px;
}


/*
-11 FUN FACT styles
*/

.fun-fact-style-one {
    background: #000000 url(assets/images/background/fun-fact-bg-1-1.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 120px 0 285px 0;
}

.fun-fact-style-one:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .75;
    top: 0;
    left: 0;
}

.fun-fact-style-one .fun-fact-block-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
}

.fun-fact-style-one .single-fun-fact-one .icon-block,
.fun-fact-style-one .single-fun-fact-one .text-block {
    display: table-cell;
    vertical-align: top;
}

.fun-fact-style-one .single-fun-fact-one .icon-block i {
    color: #f07c00;
    font-size: 48px;
}

.fun-fact-style-one .single-fun-fact-one .text-block {
    padding-left: 30px;
}

.fun-fact-style-one .single-fun-fact-one .text-block h3,
.fun-fact-style-one .single-fun-fact-one .text-block p {
    margin: 0;
}

.fun-fact-style-one .single-fun-fact-one .text-block h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 17px;
}

.fun-fact-style-one .single-fun-fact-one .text-block p {
    font-size: 15px;
    color: #fff;
    line-height: 1em;
}

.shop-style-one .sorting-block .woocommerce-ordering {
    margin-bottom: 0;
}

.sidebar .woocommerce input[type="text"] {
    border: 1px solid #e4e4e4 !important;
}

.sidebar .woocommerce input[type="text"]::placeholder {
    font-size: 14px;
    color: #222;
}

.sidebar .woocommerce button[type="submit"] {
    background: transparent !important;
    color: #222 !important;
    font-size: 14px !important;
}


/*
-12 services styles
*/

.service-style-one {
    padding: 110px 0;
    padding-bottom: 85px;
}

@media (min-width: 1200px) {
    .service-style-one .container {
        max-width: 1250px;
    }
}

.service-style-one .upper-block {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.service-style-one .upper-block .carousel-btn-block {
    background-color: #EBF0EB;
    padding: 20px 34px;
}

.service-style-one .upper-block .carousel-btn-block .carousel-btn {
    font-size: 25px;
    color: #f07c00;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.service-style-one .upper-block .carousel-btn-block .carousel-btn i {
    line-height: 23px;
    display: block;
    vertical-align: middle;
}

.service-style-one .upper-block .carousel-btn-block .carousel-btn.left-btn {
    border-right: 2px solid rgba(132, 132, 132, 0.25);
    padding-right: 30px;
    margin-right: 26px;
}

.service-style-one .title-block .tag-line {
    display: inline-block;
    vertical-align: middle;
    color: #f07c00;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.service-style-one .title-block .tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f07c00;
}

.service-style-one .title-block .tag-line::before {
    margin-right: 20px;
}

.service-style-one .title-block h2 {
    margin: 0;
    color: #222222;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 10px;
}

.service-style-one .services-carousel-one .owl-stage-outer {
    padding-bottom: 25px;
}

.service-style-one .title-block-style-two {
    margin-bottom: 50px;
}

.service-style-one .title-block-style-two .tag-line {
    display: inline-block;
    vertical-align: middle;
    color: #f07c00;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.service-style-one .title-block-style-two .tag-line:before,
.service-style-one .title-block-style-two .tag-line:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f07c00;
}

.service-style-one .title-block-style-two .tag-line::before {
    margin-right: 20px;
}

.service-style-one .title-block-style-two .tag-line::after {
    margin-left: 20px;
}

.service-style-one .title-block-style-two h2 {
    margin: 0;
    color: #222222;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 10px;
}

.service-style-one .title-block-style-two h2+p {
    margin-top: 22px;
}

.service-style-one .title-block-style-two p {
    margin: 0;
    color: #777;
    font-size: 17px;
    line-height: 26px;
}

.service-style-one.home-page-two {
    padding-bottom: 120px;
}

.service-style-one.service-page {
    padding-bottom: 70px;
}

.service-style-one.service-page .single-service-one {
    margin-bottom: 50px;
}

.single-service-one .image-block {
    position: relative;
    overflow: hidden;
}

.single-service-one .image-block>img {
    width: 100%;
    transition: all .4s ease;
}

.single-service-one .image-block .overlay-block {
    position: absolute;
    background-color: rgba(23, 27, 39, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
    opacity: 0;
}

.single-service-one .image-block .overlay-block .more-link {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    background-color: #f07c00;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-service-one .text-block {
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(13, 29, 13, 0.05);
    padding: 0 40px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.single-service-one .text-block h3,
.single-service-one .text-block p {
    margin: 0;
}

.single-service-one .text-block h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

.single-service-one .text-block h3 a {
    color: #222222;
}

.single-service-one .text-block p {
    color: #777;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
}

.single-service-one .text-block .more-btn {
    display: inline-block;
    vertical-align: middle;
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    border-style: solid;
    border-width: 2px;
    border-color: #e5e5e5;
    background-color: rgba(34, 34, 34, 0);
    text-align: center;
    transition: all .4s ease;
    padding: 10px 29px;
}

.single-service-one .text-block .more-btn:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 2px;
    background-color: #fff;
    margin-right: 0px;
    transition: all 0.4s ease;
}

.single-service-one .text-block .more-btn:hover {
    background-color: #f07c00;
    color: #fff;
    border-color: #f07c00;
}

.single-service-one .text-block .more-btn:hover::before {
    width: 20px;
    margin-right: 15px;
}

.single-service-one:hover .image-block>img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.single-service-one:hover .image-block .overlay-block {
    opacity: 1;
}

.service-details-content h3,
.service-details-content h4,
.service-details-content p,
.service-details-content ul,
.service-details-content li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-details-content h3,
.service-details-content h4 {
    color: #222;
    font-weight: 500;
}

.service-details-content h3 {
    font-size: 34px;
}

.service-details-content h4 {
    font-size: 24px;
}

.service-details-content ul.checklist {
    margin-bottom: 30px;
}

.service-details-content ul.checklist li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    color: #182345;
}

.service-details-content ul.checklist li+li {
    margin-top: 5px;
}

.service-details-content ul.checklist li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f07c00;
    transition: all .4s ease;
    border-radius: 50%;
}


/*
-13 cta styles
*/

.cta-style-one {
    background: #000 url(assets/images/background/cta-1-1-bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding-bottom: 120px;
    padding-top: 220px;
}

.cta-style-one:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #11141d;
    opacity: .81;
    position: absolute;
    top: 0;
    left: 0;
}

.cta-style-one .container {
    position: relative;
}

.cta-style-one .title-block {
    margin-bottom: 30px;
}

.cta-style-one .title-block .tag-line {
    display: inline-block;
    vertical-align: middle;
    color: #f07c00;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.cta-style-one .title-block .tag-line:before,
.cta-style-one .title-block .tag-line:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f07c00;
}

.cta-style-one .title-block .tag-line::before {
    margin-right: 20px;
}

.cta-style-one .title-block .tag-line::after {
    margin-left: 20px;
}

.cta-style-one .title-block h2 {
    margin: 0;
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 10px;
    color: #fff;
}

.cta-style-one p {
    color: #eee;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
}

.cta-style-one .cta-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #f07c00;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
    margin-top: 55px;
}

.cta-style-one .cta-btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 2px;
    background-color: #fff;
    margin-right: 0px;
    transition: all .4s ease;
}

.cta-style-one .cta-btn:hover::before {
    width: 20px;
    margin-right: 15px;
}

.cta-style-one.home-page-two {
    padding-top: 110px;
}


/*
-14 mission styles
*/

.mission-style-one {
    position: relative;
    z-index: 10;
}

.mission-style-one .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
}

.mission-style-one .inner-container {
    background-color: white;
    box-shadow: 0px 0px 25px 0px rgba(13, 29, 13, 0.1);
    padding: 45px 0;
	display: -webkit-box;
    /*padding-left: 50px;
    padding-right: 50px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between; */
}

.single-mission-one {
	width: 32%;
	margin-right: 1%;
}

@media only screen and (max-width: 800px) {

	 .single-mission-one {
		width: 100%;
	}

}

.mission-style-one .single-mission-one .count-block {
    font-size: 26px;
    font-weight: 500;
    color: #f07c00;
}

.mission-style-one .single-mission-one .count-block:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 2px;
    background-color: #f07c00;
}

.mission-style-one .single-mission-one h3,
.mission-style-one .single-mission-one p {
    margin: 0;
}

.mission-style-one .single-mission-one h3 {
    color: #222222;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 20px;
}

.mission-style-one .single-mission-one p {
    color: #777;
    font-size: 15px;
    line-height: 26px;
}

.mission-style-one.home-page-two {
    /* padding-bottom: 120px; */
}

.mission-style-one.home-page-two .container {
    position: relative;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}


/*
-15 about styles
*/

.about-style-one {
    padding-bottom: 185px;
    padding-top: 65px;
}

.about-style-one .title-block {
    margin-bottom: 30px;
}

.about-style-one .title-block .tag-line {
    display: inline-block;
    vertical-align: middle;
    color: #f07c00;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.about-style-one .title-block .tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f07c00;
}

.about-style-one .title-block .tag-line::before {
    margin-right: 20px;
}

.about-style-one .title-block h2 {
    margin: 0;
    color: #222222;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 10px;
}

.about-style-one .content-block {
    padding-right: 25px;
}

.about-style-one p {
    font-size: 16px;
    margin: 0;
}

.about-style-one .more-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #f07c00;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
}

.about-style-one .more-btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 2px;
    background-color: #fff;
    margin-right: 0px;
    transition: all .4s ease;
}

.about-style-one .more-btn:hover::before {
    width: 20px;
    margin-right: 15px;
}

.about-style-one .list-item {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 500;
    overflow: hidden;
}

.about-style-one .list-item li {
    position: relative;
    padding-left: 27px;
}

.about-style-one .list-item li {
    margin-top: 10px;
}

.about-style-one .list-item li i {
    color: #858585;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-style-one .image-block {
    right: 25px;
    position: relative;
}

.about-style-one .image-block:before {
    content: '';
    position: absolute;
    top: 80px;
    left: 80px;
    right: 2px;
    bottom: 83px;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.about-style-two {
    padding-top: 65px;
    padding-bottom: 65px;
}

.about-style-two .title-block {
    margin-bottom: 20px;
}

.about-style-two .title-block .tag-line {
    display: inline-block;
    vertical-align: middle;
    color: #f07c00;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.about-style-two .title-block .tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f07c00;
}

.about-style-two .title-block .tag-line::before {
    margin-right: 20px;
}

.about-style-two .title-block h2 {
    margin: 0;
    color: #222222;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 10px;
}

.about-style-two .content-block {
    padding-right: 30px;
}

.about-style-two p {
    font-size: 16px;
    margin: 0;
}

.about-style-two .more-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #f07c00;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
}

.about-style-two .more-btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 2px;
    background-color: #fff;
    margin-right: 0px;
    transition: all .4s ease;
}

.about-style-two .more-btn:hover::before {
    width: 20px;
    margin-right: 15px;
}

.about-style-two .list-item {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
    margin-bottom: 35px;
}

.about-style-two .list-item li {
    position: relative;
    padding-left: 27px;
    font-weight: 500;
}

.about-style-two .list-item li+li {
    margin-top: 10px;
}

.about-style-two .list-item li i {
    color: #858585;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-style-two .video-block-style-one {
    position: relative;
    right: 56px;
}

.about-style-two .video-block-style-one .video-button {
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    text-align: center;
    line-height: 68px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: calc(50% - 56px);
    -webkit-transform: translate(calc(-50% + 98px), -50%);
    transform: translate(calc(-50% + 98px), -50%);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.about-style-two .video-block-style-one .video-button:after,
.about-style-two .video-block-style-one .video-button:before {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: calc(50% - 98px);
    -webkit-transform: translate(calc(-50% + 98px), -50%);
    transform: translate(calc(-50% + 98px), -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.about-style-two .video-block-style-one .video-button:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.about-style-two .video-block-style-one .video-button i {
    color: #f07c00;
    font-size: 18px;
    position: relative;
    z-index: 10;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.mobile-custom-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    height: 100%;
    background: #222;
    overflow: auto;
    max-width: 100%;
}

.mobile-custom-menu ul.navigation.clearfix {
    float: right;
    padding: 10px;
}

.mobile-custom-menu-close {
    width: 100%;
    overflow: hidden;
    padding-right: 15px;
    margin-bottom: 30px;
}

.mobile-custom-menu-close i {
    background: #fff;
    color: #222;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    float: right;
    cursor: pointer;
}

.mobile-custom-menu.menu-bg {
    width: 100%;
    z-index: 1;
    background: #f07c0069;
}

.mobile-custom-menu-rifat {
    position: relative;
    z-index: 99999999999999999999999;
    background: #212121;
    overflow: hidden;
    width: 100%;
    padding-top: 70px;
}

.mobile-custom-menu {
    display: none;
}

.mobile-custom-menu.base-menu {
    display: block;
}

.news-block-two .author-box h4 a {
    margin-left: 7px;
}

a.wp-block-button__link {
    margin: 4px auto;
}

.wp-block-cover p.wp-block-cover-text {
    color: #fff !important;
    position: relative;
}


/*
-16 offer styles
*/

.offer-style-one {
    position: relative;
    background-color: #ebf0eb;
    padding: 110px 0;
}

.offer-style-one .circle-one {
    position: absolute;
    right: -300px;
    top: -170px;
    width: 600px;
    height: 600px;
    border: 80px solid #e6ebe6;
    border-radius: 50%;
}

.offer-style-one .shape-one {
    position: absolute;
    left: 10px;
    bottom: 120px;
    width: 82px;
    height: 187px;
    background: url(assets/images/resources/shape-1.png) no-repeat;
}

.offer-style-one .title-block {
    margin-bottom: 40px;
}

.offer-style-one .title-block .tag-line {
    display: inline-block;
    vertical-align: middle;
    color: #f07c00;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.offer-style-one .title-block .tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f07c00;
}

.offer-style-one .title-block .tag-line::before {
    margin-right: 20px;
}

.offer-style-one .title-block h2 {
    margin: 0;
    color: #222222;
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 10px;
}

.single-offer-style-one .icon-block {
    margin-bottom: 20px;
}

.single-offer-style-one .icon-block i {
    font-size: 57px;
    color: #f07c00;
}

.single-offer-style-one h3 {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 17px;
}

.single-offer-style-one h3 a {
    color: #222222;
}

.single-offer-style-one p {
    color: #848484;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 14px;
}

.single-offer-style-one a.more-link {
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .03em;
}

.single-offer-style-one a.more-link:before {
    content: '';
    width: 0px;
    height: 2px;
    background-color: #f07c00;
    display: inline-block;
    vertical-align: middle;
    transition: all .4s ease;
}

.single-offer-style-one a.more-link:hover {
    color: #f07c00;
}

.single-offer-style-one a.more-link:hover:before {
    width: 20px;
    margin-right: 15px;
}

.single-offer-style-one .icon-block {
    position: relative;
    padding-top: 31px;
}

.single-offer-style-one .icon-block:before {
    position: absolute;
    content: '';
    left: 36px;
    top: 7px;
    height: 70px;
    width: 70px;
    background-image: -moz-linear-gradient( -142deg, rgba(87, 185, 87, 0.14902) 0%, rgba(87, 185, 87, 0) 100%);
    background-image: -webkit-linear-gradient( -142deg, rgba(87, 185, 87, 0.14902) 0%, rgba(87, 185, 87, 0) 100%);
    background-image: -ms-linear-gradient( -142deg, rgba(87, 185, 87, 0.14902) 0%, rgba(87, 185, 87, 0) 100%);
    border-radius: 50%;
    transition: .5s;
}

.single-offer-style-one:hover .icon-block:before {
    transform: scale(1.5);
}


/*
-17 team styles
*/

.team-style-one {
    padding: 110px 0;
    padding-bottom: 120px;
}

.team-style-one .title-block {
    margin-bottom: 50px;
}

.team-style-one .title-block .tag-line {
    display: inline-block;
    vertical-align: middle;
    color: #f07c00;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.team-style-one .title-block .tag-line:before,
.team-style-one .title-block .tag-line:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f07c00;
}

.team-style-one .title-block .tag-line::before {
    margin-right: 20px;
}

.team-style-one .title-block .tag-line::after {
    margin-left: 20px;
}

.team-style-one .title-block h2 {
    margin: 0;
    color: #222222;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 10px;
}

.team-style-one.team-page {
    padding-bottom: 70px;
}

.team-style-one.team-page .single-team-one {
    margin-bottom: 50px;
}

.single-team-one .image-block {
    margin-bottom: 26px;
}

.single-team-one .image-block>img {
    width: 100%;
}

.single-team-one .text-block .social-block a {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #EEEFF5;
    color: #9EA0A9;
    line-height: 45px;
    font-size: 14px;
    text-align: center;
    transition: all .4s ease;
}

.single-team-one .text-block .social-block a:hover {
    color: #fff;
    background: #f07c00;
}

.single-team-one .text-block .social-block a+a {
    margin-left: 15px;
}

.single-team-one h3,
.single-team-one p {
    margin: 0;
}

.single-team-one h3 {
    font-size: 24px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 5px;
}

.single-team-one p {
    color: #777;
    font-size: 15px;
    margin-bottom: 22px;
    transition: all .4s ease;
}

.single-team-one:hover p {
    color: #f07c00;
}


/*
-18 page title styles
*/

.page-title-block {
    background: #222222 center center no-repeat fixed;
    background-size: cover;
    position: relative;
    padding: 101px 0;
}

.page-title-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #171b27;
    opacity: .80;
}

.page-title-block .container {
    position: relative;
    z-index: 10;
}

.page-title-block h2 {
    margin: 0;
    font-size: 60px;
    font-weight: 500;
    color: #fff;
}

.page-title-block .thm-breadcrumb a,
.page-title-block .thm-breadcrumb span {
    display: inline-block;
    vertical-align: middle;
}

.page-title-block .thm-breadcrumb a,
.page-title-block .thm-breadcrumb span.page-title {
    color: #FFFFFF;
    font-size: 16px;
}

.page-title-block .thm-breadcrumb span.page-title {
    color: #f07c00;
}

.page-title-block .thm-breadcrumb span.sep {
    color: #fff;
    margin-left: 7px;
    margin-right: 7px;
}


/*
-19 pricing styles
*/

.pricing-style-one {
    padding: 110px 0;
    padding-bottom: 120px;
}

.pricing-style-one .title-block {
    margin-bottom: 40px;
}

.pricing-style-one .title-block .tag-line,
.cameron-title-section .title-block .tag-line {
    display: inline-block;
    vertical-align: middle;
    color: #f07c00;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.pricing-style-one .title-block .tag-line:before,
.pricing-style-one .title-block .tag-line:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f07c00;
}

.pricing-style-one .title-block .tag-line::before {
    margin-right: 20px;
}

.pricing-style-one .title-block .tag-line::after {
    margin-left: 20px;
}

.pricing-style-one .title-block h2,
.cameron-title-section .title-block h2 {
    margin: 0;
    color: #222222;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 10px;
}

.pricing-style-one .title-block h2+p,
.cameron-title-section .title-block h2+p {
    margin-top: 22px;
}

.pricing-style-one .title-block p,
.cameron-title-section .title-block p {
    margin: 0;
    color: #777;
    font-size: 17px;
    line-height: 26px;
}

.pricing-style-one.pricing-page .single-pricing-style-one.popular-pricing .top-block {
    background-color: #f07c00;
}

.pricing-style-one.pricing-page .single-pricing-style-one.popular-pricing .top-block:before {
    background-image: url(assets/images/resources/price-feature-btn-2.png);
}

.single-pricing-style-one.popular-pricing .top-block {
    position: relative;
}

.single-pricing-style-one.popular-pricing .top-block:before {
    content: '';
    width: 39px;
    height: 52px;
    background-image: url(assets/images/resources/price-feature-btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 0;
    right: 30px;
}

.single-pricing-style-one ul,
.single-pricing-style-one h3,
.single-pricing-style-one p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-pricing-style-one {
    position: relative;
}

.single-pricing-style-one .top-block {
    background-color: #ebf0eb;
    padding: 65px 0;
    margin-bottom: 20px;
}

.single-pricing-style-one .top-block p {
    color: #848484;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
}

.single-pricing-style-one .top-block h3 {
    color: #222222;
    font-size: 30px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
}

.single-pricing-style-one .top-block span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #f07c00;
    font-weight: 600;
    line-height: 1em;
    position: relative;
    margin-bottom: 0;
}

.single-pricing-style-one .feature-list {
    display: inline-block;
    vertical-align: middle;
}

.single-pricing-style-one .feature-list li {
    min-width: 250px;
    width: 100%;
    color: #848484;
    font-size: 15px;
    line-height: 40px;
}

.single-pricing-style-one .feature-list li i {
    color: #777;
    font-size: 12px;
    margin-right: 7px;
}

.single-pricing-style-one .feature-list li.active i {
    color: #f07c00;
}

.single-pricing-style-one .feature-list li+li {
    border-top: 0;
}

.single-pricing-style-one .bottom-block {
    padding-top: 40px;
    padding-bottom: 50px;
    border: 1px solid #eee;
}

.single-pricing-style-one .thm-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
    color: #2F323C;
    font-size: 15px;
    font-weight: 600;
    border-style: solid;
    border-width: 2px;
    border-color: #e5e5e5;
    padding: 12.5px 30px;
    transition: all .4s ease;
    margin-top: 33px;
}

.single-pricing-style-one .thm-btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 2px;
    background-color: #fff;
    margin-right: 0px;
    transition: all .4s ease;
}

.single-pricing-style-one .thm-btn:hover {
    border-color: #f07c00;
    background-color: #f07c00;
    color: #fff;
}

.single-pricing-style-one .thm-btn:hover::before {
    width: 20px;
    margin-right: 15px;
}

.pricing-style-one.pricing-page .single-pricing-style-one.popular-pricing .top-block h3,
.pricing-style-one.pricing-page .single-pricing-style-one.popular-pricing .top-block span,
.pricing-style-one.pricing-page .single-pricing-style-one.popular-pricing .top-block p {
    color: #fff;
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    /* opera 11.10+ */
    /* ie10+ */
    /* w3c */
    /* ie6-9 */
}

.pricing-style-one.pricing-page .single-pricing-style-one.popular-pricing .top-block {
    background-size: cover;
}


/*
-20 gallery styles
*/

.gallery-style-one {
    padding: 120px 0;
    padding-bottom: 90px;
}

.gallery-style-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.gallery-style-one .selective-post-filter {
    display: block;
    margin-bottom: 50px;
}

@media (min-width: 576px) {
    .gallery-style-one .selective-post-filter {
        display: none;
    }
}

.gallery-style-one .selective-post-filter .btn {
    padding: 10px 15px;
    background-color: #f07c00;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.gallery-style-one .post-filter {
    text-align: center;
    display: none;
    margin-bottom: 50px;
}

@media (min-width: 576px) {
    .gallery-style-one .post-filter {
        display: block;
    }
}

.gallery-style-one .post-filter li {
    display: inline-block;
    vertical-align: middle;
}

.gallery-style-one .post-filter li span {
    cursor: pointer;
    display: block;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
}

.gallery-style-one .post-filter li.active span {
    color: #f07c00;
}

.gallery-style-one .post-filter li+li {
    margin-left: 53px;
}

.single-gallery-one {
    overflow: hidden;
    margin-bottom: 30px;
}

.single-gallery-one .image-block {
    position: relative;
}

.single-gallery-one .image-block>img {
    width: 100%;
    transition: all .4s ease;
}

.single-gallery-one .image-block .content-block {
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 24, 39, 0.7);
    transition: all .4s ease;
    opacity: 0;
}

.single-gallery-one .image-block .content-block .inner-block {
    width: 100%;
    text-align: center;
}

.single-gallery-one .image-block .content-block .inner-block .button-block a {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.25);
    text-align: center;
    line-height: 60px;
    font-size: 17px;
    border-radius: 50%;
    transition: all .4s ease;
}

.single-gallery-one .image-block .content-block .inner-block .button-block a i {
    line-height: 60px;
    color: #ffffff;
}

.single-gallery-one .image-block .content-block .inner-block .button-block a+a {
    margin-left: 6px;
}

.single-gallery-one .image-block .content-block .inner-block .button-block a:hover {
    background-color: #f07c00;
}

.single-gallery-one .image-block .content-block .inner-block h3 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 40px;
}

.single-gallery-one .image-block .content-block .inner-block h3 a {
    color: #fff;
}

.single-gallery-one:hover .image-block>img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.single-gallery-one:hover .image-block .content-block {
    opacity: 1;
}

.gallery-style-one.style-two {
    background: #f2f2f2;
}

.gallery-style-one .title-block {
    margin-bottom: 50px;
}

.gallery-style-one .title-block .tag-line {
    display: inline-block;
    vertical-align: middle;
    color: #f07c00;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.gallery-style-one .title-block .tag-line:before,
.gallery-style-one .title-block .tag-line:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f07c00;
}

.gallery-style-one .title-block .tag-line::before {
    margin-right: 20px;
}

.gallery-style-one .title-block .tag-line::after {
    margin-left: 20px;
}

.gallery-style-one .title-block h2 {
    margin: 0;
    color: #222222;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 10px;
}


/*
-21 contact styles
*/

.contact-info-style-one {
    background-color: #EBF0EB;
    padding-top: 110px;
    padding-bottom: 50px;
}

.contact-info-style-one .title-block {
    margin-bottom: 40px;
}

.contact-info-style-one .title-block .tag-line {
    display: inline-block;
    vertical-align: middle;
    color: #f07c00;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.contact-info-style-one .title-block .tag-line:before,
.contact-info-style-one .title-block .tag-line:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f07c00;
}

.contact-info-style-one .title-block .tag-line::before {
    margin-right: 20px;
}

.contact-info-style-one .title-block .tag-line::after {
    margin-left: 20px;
}

.contact-info-style-one .title-block h2 {
    margin: 0;
    color: #222222;
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 10px;
}

.contact-info-style-one .high-gutter {
    margin-left: -27px;
    margin-right: -27px;
}

.contact-info-style-one .high-gutter [class*=col-] {
    padding-left: 27px;
    padding-right: 27px;
}

.single-contact-info-one {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    min-height: 370px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 5px;
}

.single-contact-info-one:before {
    position: absolute;
    content: '';
    left: 60px;
    right: 60px;
    bottom: 0;
    height: 4px;
    background-color: #f07c00;
}

.single-contact-info-one i {
    position: relative;
    color: #f07c00;
    font-size: 50px;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    display: inline-block;
    border-radius: 50%;
    background-image: -moz-linear-gradient( -90deg, rgb(235, 240, 235) 0%, rgba(235, 240, 235, 0.4) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(235, 240, 235) 0%, rgba(235, 240, 235, 0.4) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(235, 240, 235) 0%, rgba(235, 240, 235, 0.4) 100%);
}

.single-contact-info-one .icon-box {
    position: relative;
    display: inline-block;
}

.single-contact-info-one .icon-box:before {
    position: absolute;
    content: '';
    top: 0;
    right: -13px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-image: -moz-linear-gradient( -123deg, rgb(235, 240, 235) 0%, rgba(235, 240, 235, 0) 100%);
    background-image: -webkit-linear-gradient( -123deg, rgb(235, 240, 235) 0%, rgba(235, 240, 235, 0) 100%);
    background-image: -ms-linear-gradient( -123deg, rgb(235, 240, 235) 0%, rgba(235, 240, 235, 0) 100%);
}

.single-contact-info-one .icon-box:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: -13px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-image: -moz-linear-gradient( 60deg, rgb(235, 240, 235) 0%, rgba(235, 240, 235, 0) 100%);
    background-image: -webkit-linear-gradient( 60deg, rgb(235, 240, 235) 0%, rgba(235, 240, 235, 0) 100%);
    background-image: -ms-linear-gradient( 60deg, rgb(235, 240, 235) 0%, rgba(235, 240, 235, 0) 100%);
}

.single-contact-info-one h3,
.single-contact-info-one p {
    margin: 0;
}

.single-contact-info-one h3 {
    color: #222222;
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 20px;
}

.single-contact-info-one p {
    font-size: 16px;
    line-height: 26px;
    color: #777;
}

.contact-form-wrapper {
    padding-bottom: 120px;
}

.contact-form-wrapper .inner-container {
    margin-top: -120px;
    position: relative;
    z-index: 10;
    background-color: white;
    box-shadow: 0px 0px 25px 0px rgba(13, 29, 13, 0.1);
}

.contact-form-wrapper #contact-page-map {
    width: 100%;
    height: 750px;
}

.contact-form-wrapper .contact-form-block {
    padding: 80px;
    width: 100%;
}

@media (max-width: 575px) {
    .contact-form-wrapper .contact-form-block {
        padding-left: 30px;
        padding-right: 30px;
    }
    .offer-style-one .shape-one {
        display: none;
    }
}

.contact-form-wrapper .contact-form-block .title-block {
    margin-bottom: 40px;
}

.contact-form-wrapper .contact-form-block .title-block .tag-line {
    display: inline-block;
    vertical-align: middle;
    color: #f07c00;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.contact-form-wrapper .contact-form-block .title-block .tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f07c00;
}

.contact-form-wrapper .contact-form-block .title-block .tag-line::before {
    margin-right: 20px;
}

.contact-form-wrapper .contact-form-block .title-block h2 {
    margin: 0;
    color: #222222;
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 10px;
}

.contact-form-wrapper .contact-form-block .contact-form-one input,
.contact-form-wrapper .contact-form-block .contact-form-one textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    background-color: #EBF0EB;
    font-size: 15px;
    color: #222222;
    display: block;
    padding-left: 20px;
    margin-bottom: 20px;
}

.contact-form-wrapper .contact-form-block .contact-form-one input::-webkit-input-placeholder,
.contact-form-wrapper .contact-form-block .contact-form-one textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222222;
}

.contact-form-wrapper .contact-form-block .contact-form-one input::-moz-placeholder,
.contact-form-wrapper .contact-form-block .contact-form-one textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #222222;
}

.contact-form-wrapper .contact-form-block .contact-form-one input:-ms-input-placeholder,
.contact-form-wrapper .contact-form-block .contact-form-one textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #222222;
}

.contact-form-wrapper .contact-form-block .contact-form-one input:-moz-placeholder,
.contact-form-wrapper .contact-form-block .contact-form-one textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #222222;
}

.contact-form-wrapper .contact-form-block .contact-form-one input.error,
.contact-form-wrapper .contact-form-block .contact-form-one textarea.error {
    background-color: rgba(255, 0, 0, 0.255);
}

.contact-form-wrapper .contact-form-block .contact-form-one label.error {
    display: none !important;
}

.contact-form-wrapper .contact-form-block .contact-form-one textarea {
    height: 150px;
    padding-top: 10px;
}

.contact-form-wrapper .contact-form-block .contact-form-one button[type=submit] {
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #f07c00;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
    margin-top: 20px;
}

.contact-form-wrapper .contact-form-block .contact-form-one button[type=submit]:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 2px;
    background-color: #fff;
    margin-right: 0px;
    transition: all .4s ease;
}

.contact-form-wrapper .contact-form-block .contact-form-one button[type=submit]:hover::before {
    width: 20px;
    margin-right: 15px;
}


/*
-22 sidebar styles
*/

.single-sidebar {
    margin-bottom: 25px;
}

.single-sidebar::last-child {
    margin-top: 0px;
}

.sidebar .single-sidebar .widget-title {
    margin-bottom: 25px;
}

.sidebar .single-sidebar .widget-title h3 {
    margin: 0;
    color: #222222;
    font-size: 30px;
    font-weight: 500;
}

.sidebar .single-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .single-sidebar .search-form {
    width: 100%;
    position: relative;
}

.error-section .content-box .search-widget .search-form {
    margin-top: 15px;
}

.sidebar .single-sidebar .search-form input,
.error-section .content-box .search-widget .search-form input {
    border: none;
    outline: none;
    border-style: solid;
    border-width: 2px;
    border-color: #e5e5e5;
    width: 100%;
    height: 50px;
    padding-left: 15px;
}

.error-section .content-box .search-widget .search-form input {
    width: 50%;
}

.sidebar .single-sidebar .search-form button[type=submit],
.error-section .content-box .search-widget .search-form button[type=submit] {
    border: none;
    outline: none;
    background-color: transparent;
    width: 50px;
    height: 50px;
    background-color: #f07c00;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.error-section .content-box .search-widget .search-form button[type=submit] {
    position: inherit;
}

.sidebar .single-sidebar .category-list {
    position: relative;
    padding: 30px 40px;
    background: #ebf0eb;
}

.sidebar .single-sidebar .category-list li {
    transition: all .4s ease;
}

.sidebar .single-sidebar .category-list li+li {
    border-top: 1px solid #eaeaea;
}

.sidebar .single-sidebar .category-list li a {
    display: block;
    color: #222;
    font-weight: 600;
    font-size: 16px;
    padding: 11.5px 0;
    padding-left: 20px;
    position: relative;
    transition: all .4s ease;
}

.sidebar .single-sidebar .category-list li a:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #adafad;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease;
    border-radius: 50%;
}

.sidebar .single-sidebar .category-list li:hover {
    background-color: #f07c00;
}

.sidebar .single-sidebar .category-list li:hover a {
    color: #fff;
    padding-left: 40;
    padding-left: 40px;
}

.sidebar .single-sidebar .category-list li:hover a:before {
    left: 20px;
    background-color: #fff;
}

.sidebar .single-sidebar .latest-post-wrapper .single-latest-post+.single-latest-post {
    margin-top: 30px;
}

.sidebar .single-sidebar .latest-post-wrapper .single-latest-post .image-block,
.sidebar .single-sidebar .latest-post-wrapper .single-latest-post .text-block {
    display: table-cell;
    vertical-align: middle;
}

.sidebar .single-sidebar .latest-post-wrapper .single-latest-post .image-block {
    width: 85px;
}

.sidebar .single-sidebar .latest-post-wrapper .single-latest-post .image-block>img {
    width: 100%;
}

.sidebar .single-sidebar .latest-post-wrapper .single-latest-post .text-block {
    padding-left: 20px;
}

.sidebar .single-sidebar .latest-post-wrapper .single-latest-post .text-block h3 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}

.sidebar .single-sidebar .latest-post-wrapper .single-latest-post .text-block h3 a {
    color: #222222;
    transition: all .4s ease;
}

.sidebar .single-sidebar .latest-post-wrapper .single-latest-post .text-block h3 a:hover {
    color: #f07c00;
}

.sidebar .single-sidebar .latest-post-wrapper .single-latest-post .text-block span.date-block {
    color: #f07c00;
    font-size: 15px;
}

.sidebar .single-sidebar ul.link-list {
    position: relative;
    border: 0;
}

.sidebar .single-sidebar ul.link-list li+li {
    margin-top: 12px;
}

.sidebar .single-sidebar ul.link-list li a {
    color: #848484;
    font-size: 16px;
    transition: all .4s ease;
    font-weight: 500;
}

.sidebar .single-sidebar ul.link-list li a:hover {
    color: #f07c00;
}

.sidebar .single-sidebar .insta-post-wrapper {
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
}

.sidebar .single-sidebar .insta-post-wrapper .single-insta {
    display: block;
    width: 33.3333%;
    padding: 5px 5px;
    float: left;
}

.sidebar .single-sidebar .insta-post-wrapper .single-insta>img {
    width: 100%;
}

.sidebar .single-sidebar.category-widget {
    position: relative;
}


/*
-23 shop styles
*/

.shop-style-one {
    padding: 120px 0;
}

.shop-style-one .top-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.shop-style-one .top-block p {
    margin: 0;
    color: #848484;
    font-size: 15px;
}

.shop-style-one .top-block p span {
    color: #222222;
    font-weight: 500;
}

.shop-style-one .top-block p i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #222222;
    margin-right: 5px;
}

.shop-style-one .top-block p span.filter-text {
    margin-right: 10px;
}

.shop-style-one .top-block .layout-toggler a {
    border-style: solid;
    border-width: 1px;
    border-color: #dddee4;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #222;
    transition: all .4s ease;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
}

.shop-style-one .top-block .layout-toggler a:hover {
    border-color: #f07c00;
    color: #fff;
    background-color: #f07c00;
}

.shop-style-one .top-block .layout-toggler a+a {
    margin-left: 8px;
}

.shop-style-one .top-block .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.shop-style-one .top-block .sorting-block .woocommerce-ordering .selectpicker {
    width: 180px;
}

.shop-style-one .top-block .bootstrap-select>.dropdown-toggle,
.shop-style-one .top-block .sorting-block .woocommerce-ordering .selectpicker {
    border-style: solid;
    border-width: 1px;
    border-color: #dddee4;
    height: 50px;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    line-height: 48px;
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
}

.shop-sidebar .single-sidebar+.single-sidebar {
    margin-top: 45px;
}

.shop-sidebar .search-form {
    border-style: solid;
    border-width: 1px;
    border-color: #dddee4;
    width: 100%;
    height: 50px;
    position: relative;
}

.shop-sidebar .search-form input,
.shop-sidebar .search-form button[type=submit] {
    border: none;
    outline: none;
    background-color: transparent;
}

.shop-sidebar .search-form input {
    width: 100%;
    height: 100%;
    color: #222222;
    font-size: 15px;
    padding-left: 15px;
}

.shop-sidebar .search-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222222;
}

.shop-sidebar .search-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #222222;
}

.shop-sidebar .search-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #222222;
}

.shop-sidebar .search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #222222;
}

.shop-sidebar .search-form button[type=submit] {
    color: #222222;
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.shop-sidebar .widget-title,
.shop-sidebar {
    margin-bottom: 35px;
}

.shop-sidebar .widget-title h3,
.shop-sidebar {
    margin: 0;
    color: #222222;
    font-weight: 500;
    font-size: 20px;
}

.shop-sidebar ul.category-list,
.shop-sidebar ul.product-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop-sidebar .single-sidebar ul li ul {
    border: 0;
}

.shop-sidebar ul.category-list li a,
.shop-sidebar ul.product-categories li.cat-item a {
    position: relative;
    display: inline-block;
    color: #848484;
    font-size: 15px;
}

.shop-sidebar ul.category-list li a span.count,
.shop-sidebar ul.product-categories li span.count {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    display: inline-block;
    font-size: 15px;
    color: #848484;
    float: right;
    margin-top: 15px;
}

.shop-sidebar .price-filter .range-slider-price {
    margin-top: 0px;
    margin-bottom: 15px;
}

.shop-sidebar .price-filter .form-group {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.shop-sidebar .price-filter button {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: #222222;
    border: none;
    outline: none;
    text-transform: uppercase;
    width: 73px;
    height: 35px;
    cursor: pointer;
}

.shop-sidebar .price-filter p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #222222;
    text-transform: capitalize;
}

.shop-sidebar .price-filter input {
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: #999;
    display: inline-block;
}

.shop-sidebar .price-filter .noUi-connect {
    background: #222 !important;
    border-color: #222;
}

.shop-sidebar .price-filter .noUi-background {
    background: #EBECEB !important;
}

.shop-sidebar .price-filter .noUi-handle {
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: none;
    border-color: #222;
    cursor: pointer;
}

.single-product-one {
    margin-bottom: 40px;
}

.single-product-one .image-block {
    position: relative;
    margin-bottom: 15px;
}

.single-product-one .image-block>img {
    width: 100%;
}

.single-product-one .image-block .product-tooltip {
    width: 50px;
    height: 50px;
    background-color: #161827;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.single-product-one .image-block .hover-content-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: all .3s ease;
}

.single-product-one .image-block .hover-content-block a {
    width: 55px;
    height: 55px;
    background-color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 55px;
    color: #161827;
    transition: all .4s ease;
}

.single-product-one .image-block .hover-content-block a+a {
    margin-left: 7px;
}

.single-product-one .image-block .hover-content-block a:nth-child(1) {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.single-product-one .image-block .hover-content-block a:nth-child(2) {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.single-product-one .image-block .hover-content-block a:nth-child(3) {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.single-product-one .image-block .hover-content-block a:hover {
    color: #fff;
    background-color: #f07c00;
}

.single-product-one .image-block:hover .hover-content-block {
    opacity: 1;
}

.single-product-one .image-block:hover .hover-content-block a {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}

.single-product-one .text-block h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}

.single-product-one .text-block h3 a {
    color: #222222;
    transition: all .4s ease;
}

.single-product-one .text-block h3 a:hover {
    color: #f07c00;
}

.single-product-one .text-block .price-line {
    display: inline-block;
    vertical-align: middle;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
}

.single-product-one .text-block .reg-price {
    text-decoration: line-through;
    opacity: .5;
}

.product-related-block .single-product-one {
    margin-bottom: 0;
}

.product-related-block .owl-theme .owl-nav {
    display: none;
}

.product-related-block .upper-block {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.product-related-block .upper-block .carousel-btn-block {
    background-color: #EBF0EB;
    padding: 20px 34px;
}

.product-related-block .upper-block .carousel-btn-block .carousel-btn {
    font-size: 25px;
    color: #f07c00;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.product-related-block .upper-block .carousel-btn-block .carousel-btn i {
    line-height: 23px;
    display: block;
    vertical-align: middle;
}

.product-related-block .upper-block .carousel-btn-block .carousel-btn.left-btn {
    border-right: 2px solid rgba(132, 132, 132, 0.25);
    padding-right: 30px;
    margin-right: 26px;
}

.product-related-block .title-block .tag-line {
    display: inline-block;
    vertical-align: middle;
    color: #f07c00;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.product-related-block .title-block .tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f07c00;
}

.product-related-block .title-block .tag-line::before {
    margin-right: 20px;
}

.product-related-block .title-block h2 {
    margin: 0;
    color: #222222;
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 10px;
}

.single-shop-page .single-shop-page-content {
    padding-top: 120px;
    margin-bottom: 0;
}

.single-shop-page .single-shop-page-content .img-box {
    position: relative;
}

.single-shop-page .single-shop-page-content .img-box .product-zoomer {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #222;
    font-size: 17px;
    transition: all .4s ease;
    position: absolute;
    top: 20px;
    right: 20px;
}

.single-shop-page .single-shop-page-content .img-box .product-zoomer:hover {
    color: #fff;
    background-color: #f07c00;
}

.single-shop-page .single-shop-page-content .content-box h3 {
    font-size: 30px;
    color: #222;
    margin: 0;
}

.single-shop-page .single-shop-page-content .content-box .star-box {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

.single-shop-page .single-shop-page-content .content-box .star-box a {
    color: #FFB400;
    font-size: 14px;
}

.single-shop-page .single-shop-page-content .content-box span {
    color: #222222;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.single-shop-page .single-shop-page-content .content-box p {
    color: #9FA2A6;
    font-size: 15px;
    font-weight: 400;
}

.single-shop-page .single-shop-page-content .content-box p.price {
    margin: 0;
    margin-top: 10px;
}

.single-shop-page .single-shop-page-content .content-box p.price span {
    font-size: 17px;
    font-weight: 500;
    margin-left: 0;
    color: #222;
    vertical-align: middle;
    font-family: "Work Sans", sans-serif;
}

.single-shop-page .single-shop-page-content .content-box p.price del {
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    color: #222;
    opacity: .5;
    vertical-align: middle;
    font-family: "Work Sans", sans-serif;
}

.single-shop-page .single-shop-page-content hr {
    margin-bottom: 15px;
}

.single-shop-page .single-shop-page-content p.highlighted {
    font-size: 16px;
    color: #222222;
    margin-top: 7px;
    margin-bottom: 7px;
}

.single-shop-page .single-shop-page-content .pincheck {
    margin-top: 10px;
    margin-bottom: 30px;
}

.single-shop-page .single-shop-page-content .pincheck input[type="text"] {
    width: 150px;
    height: 40px;
    border: 1px solid #f7f7f7;
    padding-left: 10px;
    line-height: 38px;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 11px;
    outline: none;
}

.single-shop-page .single-shop-page-content .pincheck button {
    background: #F7F7F7;
    height: 40px;
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    outline: none;
    vertical-align: middle;
}

.single-shop-page .single-shop-page-content form.pincheck p {
    display: inline-block;
    color: #f07c00;
    font-weight: 500;
    margin-left: 5px;
    font-size: 14px;
}

.woocommerce table.shop_attributes td {
    padding-left: 10px;
}

.single-shop-page .single-shop-page-content .qty {
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    height: 52px;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
}

.single-shop-page .single-shop-page-content .qty .quantity-spinner {
    background: black;
}

.single-shop-page .single-shop-page-content .quantity-spinner {
    padding: 5px 0px 5px 20px;
    line-height: 24px;
    height: 43px;
    display: block;
    width: 70px;
    font-size: 20px;
    position: relative;
}

.single-shop-page .single-shop-page-content .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.single-shop-page .single-shop-page-content .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    background: #EDEDED;
    border-color: #EDEDED;
    color: #222;
}

.single-shop-page .single-shop-page-content .bootstrap-touchspin .input-group-btn [class*=bootstrap-touchspin-] {
    background-color: #fff;
    color: #222;
    border-color: #EDEDED;
}

.single-shop-page .single-shop-page-content .qty .quantity-spinner {
    border: none;
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
    text-align: center;
    background: #fff;
    border: 1px solid #EDEDED;
}

.single-shop-page .single-shop-page-content .thm-btn,
.woocommerce div.product form.cart .button {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #f07c00;
    border: 1px solid #f07c00;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 7.5px 30px;
}

.single-shop-page .single-shop-page-content .thm-btn:hover,
.woocommerce div.product form.cart .button:hover {
    background-color: #fff;
    color: #f07c00;
}

.single-shop-page .single-shop-page-content ul.checklist,
.single-shop-page .single-shop-page-content ul.checklist li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-shop-page .single-shop-page-content ul.checklist {
    margin-top: 15px;
}

.single-shop-page .single-shop-page-content ul.checklist li+li {
    margin-top: 5px;
}

.single-shop-page .single-shop-page-content ul.checklist li,
.single-shop-page .single-shop-page-content ul.checklist li a {
    font-size: 15px;
    color: #9FA2A6;
}

.single-shop-page .single-shop-page-content ul.checklist li span {
    color: #222222;
    margin-right: 15px;
}

.single-shop-page .single-shop-page-content ul.checklist li.social a {
    color: #9FA2A6;
    font-size: 14px;
}

.single-shop-page .single-shop-page-content ul.checklist li.social a+a {
    margin-left: 10px;
}

.single-shop-page .product-tab-box,
.single-shop-page .woocommerce-tabs {
    margin-top: 50px;
}

.single-shop-page .product-tab-box ul,
.single-shop-page .product-tab-box li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-shop-page .product-tab-box .tab-title,
.single-shop-page .woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    font-size: 0;
}

.single-shop-page .product-tab-box .tab-title li {
    display: inline-block;
    margin-bottom: 0 !important;
}

.single-shop-page .product-tab-box .tab-title li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    border: none;
    outline: none;
    color: #86909E;
    display: inline-block;
    padding: 14px 33.5px;
    cursor: pointer !important;
    color: #9FA2A6;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0 !important;
    background-color: #f7f7f7;
    transition: all 0.4s ease;
}

.single-shop-page .product-tab-box .tab-title li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    border-color: #f07c00;
    background: #f07c00;
    color: #FFFFFF !important;
}

.single-shop-page .product-tab-box .tab-title li a.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-color: #f07c00;
    background: #f07c00 !important;
    color: #FFFFFF !important;
}

.single-shop-page .product-tab-box .tab-title li:first-child a {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.single-shop-page .product-tab-box .tab-title li:last-child a {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.single-shop-page .product-tab-box .tab-content {
    padding-top: 30px;
}

.single-shop-page .product-tab-box .tab-content .review-box .single-review-box .text-box h3 {
    color: #222222;
}

.single-shop-page .product-tab-box .tab-content .list-box,
.single-shop-page .product-tab-box .tab-content .list-box li,
.woocommerce-Tabs-panel--description .list-box,
.woocommerce-Tabs-panel--description .list-box li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-shop-page .product-tab-box .tab-content .list-box,
.woocommerce-Tabs-panel--description .list-box {
    margin-bottom: 0px;
    margin-top: 0px;
}

.single-shop-page .product-tab-box .tab-content .list-box li,
.woocommerce-Tabs-panel--description .list-box li {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
}

.single-shop-page .product-tab-box .tab-content .list-box li+li,
.woocommerce-Tabs-panel--description .list-box li+li {
    margin-top: 8px;
}

.single-shop-page .product-tab-box .tab-content .list-box li i,
.woocommerce-Tabs-panel--description .list-box li i {
    color: #222222;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-shop-page .product-tab-box .tab-content .review-box,
.single-shop-page .product-tab-box .tab-content .leave-review-area {
    margin-top: 40px;
}

.single-shop-page .product-tab-box .tab-content .review-box .title,
.single-shop-page .product-tab-box .tab-content .leave-review-area .title {
    margin-bottom: 30px;
}

.single-shop-page .product-tab-box .tab-content .review-box .title h3,
.single-shop-page .product-tab-box .tab-content .leave-review-area .title h3 {
    color: #222222;
    font-size: 24px;
    line-height: 1em;
    margin: 0;
    font-weight: 500;
}

.single-shop-page .product-tab-box .tab-content .review-box {
    margin-top: 0;
}

.single-shop-page .product-tab-box .tab-content .review-box .single-review+.single-review {
    margin-top: 37px;
}

.single-shop-page .product-tab-box .tab-content .review-box .single-review .img-box,
.single-shop-page .product-tab-box .tab-content .review-box .single-review .text-box {
    display: table-cell;
    vertical-align: top;
}

.single-shop-page .product-tab-box .tab-content .review-box .single-review .img-box {
    width: 85px;
}

.single-shop-page .product-tab-box .tab-content .review-box .single-review .text-box {
    padding-left: 25px;
}

.single-shop-page .product-tab-box .tab-content .review-box .single-review .text-box h3,
.single-shop-page .product-tab-box .tab-content .review-box .single-review .text-box p {
    margin: 0;
}

.single-shop-page .product-tab-box .tab-content .review-box .single-review .text-box h3 {
    color: #222222;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 5px;
    font-weight: 500;
}

.single-shop-page .product-tab-box .tab-content .review-box .single-review .text-box span {
    font-size: 13px;
    line-height: 1em;
}

.single-shop-page .product-tab-box .tab-content .review-box .single-review .text-box p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 5px;
}

.single-shop-page .product-tab-box .tab-content .leave-review-area form input,
.single-shop-page .product-tab-box .tab-content .leave-review-area form textarea,
.single-shop-page .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .leave-review-area form input,
.single-shop-page .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .leave-review-area form textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    background-color: #EBF0EB;
    font-size: 15px;
    color: #222222;
    display: block;
    padding-left: 20px;
    margin-bottom: 20px;
}

.single-shop-page .product-tab-box .tab-content .leave-review-area form input::-webkit-input-placeholder,
.single-shop-page .product-tab-box .tab-content .leave-review-area form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222222;
}

.single-shop-page .product-tab-box .tab-content .leave-review-area form input::-moz-placeholder,
.single-shop-page .product-tab-box .tab-content .leave-review-area form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #222222;
}

.single-shop-page .product-tab-box .tab-content .leave-review-area form input:-ms-input-placeholder,
.single-shop-page .product-tab-box .tab-content .leave-review-area form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #222222;
}

.single-shop-page .product-tab-box .tab-content .leave-review-area form input:-moz-placeholder,
.single-shop-page .product-tab-box .tab-content .leave-review-area form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #222222;
}

.single-shop-page .product-tab-box .tab-content .leave-review-area form input.error,
.single-shop-page .product-tab-box .tab-content .leave-review-area form textarea.error {
    background-color: rgba(255, 0, 0, 0.255);
}

.single-shop-page .product-tab-box .tab-content .leave-review-area form label.error {
    display: none !important;
}

.single-shop-page .product-tab-box .tab-content .leave-review-area form textarea,
.single-shop-page .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .leave-review-area form textarea,
.woocommerce #reviews #comment {
    height: 150px;
    padding-top: 10px;
}

.single-shop-page .product-tab-box .tab-content .leave-review-area form button[type=submit],
.woocommerce #review_form #respond .form-submit input {
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #f07c00;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
    margin-top: 20px;
}

.single-shop-page .product-tab-box .tab-content .leave-review-area form button[type=submit]:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 2px;
    background-color: #fff;
    margin-right: 0px;
    transition: all .4s ease;
}

.single-shop-page .product-tab-box .tab-content .leave-review-area form button[type=submit]:hover::before {
    width: 20px;
    margin-right: 15px;
}


/*
-24 cart styles
*/

.cart-section {
    padding-top: 110px;
    position: relative;
}

.cart-section ul {
    margin: 0;
    padding: 0;
}

.cart-section ul li {
    list-style: none;
}

.cart-section .thm-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #f07c00;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
}

.cart-section .cart-outer {
    position: relative;
}

.cart-section .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.cart-section .sec-title {
    margin-bottom: 30px;
}

.cart-section .sec-title h2,
.cart-section .cart-outer .cart-collaterals .cart_totals h2,
#order_review_heading {
    font-size: 30px;
    font-weight: 500;
    color: #222;
}

.cart-section .cart-table,
.woocommerce table.shop_table {
    width: 100%;
    border: 1px solid #DDDEE4;
    border-top: 0;
}

.cart-table .cart-header,
.woocommerce .shop_table thead {
    position: relative;
    width: 100%;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 7px;
    color: #fff;
    background: #f07c00;
}

.cart-table thead tr th,
.woocommerce .shop_table thead tr th {
    line-height: 24px;
    padding: 20px 15px;
    min-width: 120px;
    font-weight: 500;
}

.cart-table thead tr th.prod-column,
.woocommerce .shop_table thead tr.woocommerce-cart-form__cart-item th {
    text-align: left;
    padding-left: 40px;
}

.cart-table tbody tr td,
.woocommerce .shop_table tbody tr.woocommerce-cart-form__cart-item td {
    line-height: 24px;
    padding: 15px 10px;
    min-width: 100px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.cart-table tbody tr .qty {
    padding-right: 20px;
}

.cart-table tbody tr .qty .quantity-spinner {
    background: black;
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 90px;
    padding-left: 100px;
    padding-top: 15px;
    text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    left: 0px;
    top: 11px;
    background: #172245;
    padding: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img,
.woocommerce .shop_table tbody tr.woocommerce-cart-form__cart-item td a .attachment-woocommerce_thumbnail {
    display: block;
    max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h3,
.woocommerce .shop_table tbody tr td.product-name a {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
    font-weight: 500;
    color: #222;
}

.cart-table tbody tr .remove-btn,
.woocommerce .shop_table tbody tr td.product-remove a {
    position: relative;
    color: #172245 !important;
    line-height: 30px;
    transition: all 500ms ease;
    font-size: 32px;
}

.cart-table tbody tr .remove-btn .fa {
    position: relative;
    top: 2px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {
    color: #172245;
}

.cart-table tbody tr {
    border-bottom: 1px solid #DDDEE4;
}

.cart-table tbody tr td {
    vertical-align: middle;
}

.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0px 5px 20px;
    line-height: 24px;
    height: 43px;
    display: block;
    width: 0px;
    font-size: 20px;
    position: relative;
    padding: 0;
    text-align: center;
    border: none;
    outline: none;
    box-shadow: none;
    border: 1px solid #EDEDED;
}

.cart-table tbody tr td .bootstrap-touchspin .input-group-btn [class*=bootstrap-touchspin-] {
    background-color: #fff;
    color: #222;
    border-color: #EDEDED;
}

.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px;
    color: #999999;
    font-size: 14px;
}

.cart-table tbody .available-info .fa {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #172245;
    border-radius: 50%;
}

.cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    background: #EDEDED;
    border-color: #EDEDED;
}

.cart-table .bootstrap-touchspin .input-group-btn-vertical i {
    color: green;
    left: 6px;
}

.cart-table tbody tr .qty .quantity-spinner {
    background: #fff;
    border: 1px solid #EDEDED;
}

.cart-section .apply-coupon {
    position: relative;
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 20px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 24px;
    padding: 9px 15px;
    border-radius: 0px;
    width: 230px;
    background: none;
    font-weight: 500;
    outline: none;
    height: 50px;
    border-style: solid;
    border-width: 1px;
    color: #9FA2A6;
    border-color: #dddee4;
}

.cart-section .apply-coupon .form-group input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9FA2A6;
}

.cart-section .apply-coupon .form-group input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #9FA2A6;
}

.cart-section .apply-coupon .form-group input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #9FA2A6;
}

.cart-section .apply-coupon .form-group input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #9FA2A6;
}

.cart-section .estimate-form {
    position: relative;
}

.cart-section h3 {
    font-size: 24px;
    font-weight: 700;
    color: #172245;
    margin-bottom: 30px;
}

.cart-section .estimate-form .row {
    margin-left: -7px;
    margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
    padding: 0px 7px !important;
    margin-bottom: 31px;
}

.cart-section .totals-table {
    position: relative;
    border: 1px solid #f8f8f8;
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    padding: 10px 15px;
    line-height: 24px;
    width: 50%;
}

.cart-section .totals-table .col-title,
.cart-section .cart-outer .cart-collaterals .cart_totals .shop_table tbody tr th {
    font-size: 14px;
    color: #353535;
    border-right: 1px solid #f8f8f8;
    font-weight: 500;
}

.cart-section .totals-table li {
    position: relative;
    border-bottom: 1px solid #f8f8f8;
}

.cart-section .totals-table li:last-child {
    border-bottom: none;
}

.cart-section .update-cart-box {
    padding-top: 40px;
}

.cart-section .estimate-form h3 {
    text-transform: uppercase;
    font-size: 24px;
    color: #172245;
    margin: 0;
    margin-bottom: 40px;
    margin-top: 80px;
}

.cart-section .cart-total h3 {
    text-transform: uppercase;
    font-size: 24px;
    color: #172245;
    margin: 0;
    margin-bottom: 40px;
    margin-top: 80px;
}

.cart-section .cart-total .thm-btn {
    margin-top: 30px;
}

.cart-section .estimate-form input {
    width: 100%;
    border: 1px solid #172245;
    outline: none;
    height: 50px;
    padding-left: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #dddee4;
}

.cart-section .qty .input-group {
    background: #ededed;
}

.cart-section .thm-btn.update-cart {
    border: 1px solid black;
    color: #172245;
    background-color: transparent;
}

.cart-table tbody tr td,
.cart-table tbody tr .remove-btn {
    color: #999999;
}

.cart-section .thm-btn.update-cart {
    color: #161827;
    border: 1px solid #DDDEE4;
}

.cart-section .estimate-form input {
    border-color: #DDDEE4;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
    background: #fff;
    color: #CECECE;
    border-color: #DDDEE4;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    color: #cecece;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    padding: 0px;
    background: #DDDEE4;
}

.cart-table tbody tr .prod-column .column-box {
    margin-left: 15px;
}

.cart-section .thm-btn.update-cart:hover {
    background: #172245;
    color: #fff;
    border-color: #172245;
}

.cart-table tbody tr td {
    padding: 10px 10px 20px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
    color: #999;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
    color: #fff;
}

.cart-confirmation-box {
    padding-top: 70px;
    padding-bottom: 90px;
}

.cart-section .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.cart-section .bootstrap-select>.dropdown-toggle {
    border-style: solid;
    border-width: 1px;
    border-color: #dddee4;
    height: 50px;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    line-height: 48px;
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
}


/*
-25 checkout styles
*/

.checkout-section {
    padding-bottom: 120px;
}

.checkout-section.cart-section .billing-info-form form .form-group .field-label {
    color: yellow;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 3px;
}

.checkout-section.cart-section .billing-info-form form .form-group input {
    border: 2px solid yellow;
    color: yellow;
    font-size: 16px;
    height: 48px;
    padding: 0 20px;
    width: 100%;
}

.checkout-section.cart-section .bottom {
    padding-top: 40px;
}

.checkout-section .column.default-column h3 {
    color: yellow;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.checkout-section.cart-section .bottom .totals-table {
    border: 2px solid yellow;
}

.checkout-section.cart-section .bottom .totals-table li {
    border-bottom: 1px solid yellow;
}

.checkout-section.cart-section .bottom .totals-table li span.col.col-title {
    border-right: 1px solid yellow;
    color: yellow;
    font-size: 16px;
    font-weight: 400;
}

.checkout-section.cart-section .bottom .totals-table li span.col {
    color: yellow;
    font-size: 16px;
}

.checkout-section .payment-options {
    padding-top: 30px;
}

.checkout-section .payment-options .option-block .radio-block.active .icon i {
    color: yellow;
}

.checkout-section .payment-options .option-block {
    margin-bottom: 10px;
}

.checkout-section .payment-options .option-block .radio-block .icon {
    float: left;
    padding-right: 15px;
}

.checkout-section .payment-options .option-block .radio-block .icon i {
    color: yellow;
    font-size: 16px;
    line-height: 28px;
}

.checkout-section .payment-options .option-block .radio-block label.radio-label {
    color: yellow;
    font-size: 16px;
    font-weight: normal;
    display: block;
}

.checkout-section .payment-options .text {
    padding-left: 30px;
}

.checkout-section .payment-options .text p {
    color: yellow;
    font-size: 16px;
    font-weight: 400;
}

.checkout-section.cart-section .thm-btn {
    margin-top: 40px;
}

.checkout-section.cart-section .cart-table {
    width: 100%;
    min-width: auto;
}

.checkout-section.cart-section .billing-info-form form .form-group .field-label {
    color: #999999;
}

.checkout-section.cart-section .billing-info-form form .form-group input {
    border-color: #f7f7f7;
    outline: none;
    color: #999;
}

.checkout-section.cart-section .bottom .totals-table,
.checkout-section.cart-section .bottom .totals-table li,
.checkout-section.cart-section .bottom .totals-table li span.col.col-title {
    border-color: #F7F7F7;
}

.checkout-section.cart-section .bottom .totals-table li span.col.col-title {
    color: #333333;
}

.checkout-section.cart-section .bottom .totals-table li span.col,
.checkout-section .payment-options .text p {
    color: #999999;
}

.checkout-section .payment-options .option-block .radio-block label.radio-label {
    color: #333333;
}

.checkout-section .payment-options .option-block .radio-block.active .icon i,
.checkout-section .payment-options .option-block .radio-block .icon i {
    color: #888;
}

.shop-style-one ul.products {
    display: contents;
    list-style: outside none;
}

.shop-style-one li.product {
    position: relative;
}

.footer-widget .gallery,
.sidebar .single-sidebar .gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 33px;
}

.sidebar .single-sidebar .gallery {
    margin-top: 0px;
}

.footer-widget .gallery figure.gallery-item,
.sidebar .single-sidebar .gallery figure.gallery-item {
    margin: 3px;
}

a.added_to_cart,
.button.yith-wcqv-button {
    display: none !important
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    margin-top: unset !important;
}

.onsale {
    display: none;
}

.woocommerce ul.products,
li.product .button {
    padding-top: unset !important
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: unset;
}

.price_slider {
    margin-bottom: 1em;
}

.price_slider_amount {
    line-height: 34px;
    font-size: 15px;
    font-weight: 500;
}

.price_slider_amount .button {
    float: left;
    color: #fff !important;
    background: #222 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    width: 73px;
    height: 35px;
    border-radius: unset !important;
    text-transform: uppercase;
    margin-right: 20px !important;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #222 !important;
    border-color: #222;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #EBECEB !important;
}

.ui-slider-horizontal {
    height: .5em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.single-shop-page .single-shop-item .text-box .summary.entry-summary {
    width: unset;
}

.summary.entry-summary {
    width: unset !important;
}

del.reg-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
del.reg-price .woocommerce-Price-amount {
    text-decoration: line-through;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: unset !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: unset !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #fff !important;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
    font-size: 17px;
}

figure figcaption {
    line-height: 20px;
}


/* cart section */

section.cart-section.sec-pad.pb0 {
    padding-top: 0;
}

.cart-section .cart-table,
.woocommerce table.shop_table {
    max-width: 100%;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 72px;
    box-shadow: none;
    margin: 0 auto;
}

td.product-remove a {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #999999;
}

.woocommerce a.remove:hover {
    color: #f07c00!important;
    background: transparent;
}

.cart-table tbody tr .remove-btn,
.woocommerce .shop_table tbody tr td.product-remove:hover a:hover {
    color: red !important;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #3d7f3d;
    color: #fff;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #f07c00;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 200px;
}

.cart-collaterals {
    margin-top: 30px;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
}

.select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: 2px solid #f7f7f7;
    border-radius: 0;
    height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px;
}

.woocommerce form .form-row {
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
    color: #222222;
}

h3#ship-to-different-address span {
    color: #222222;
}

form.checkout.woocommerce-checkout input {
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    background-color: #fff;
    font-size: 15px;
    color: #222222;
    display: block;
    padding-left: 20px;
    margin-bottom: 20px;
    width: 100% !important;
    border-color: #f7f7f7;
    border: 2px solid #f7f7f7;
    max-width: 100% !important;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
    line-height: 36px;
    padding-left: 10px;
}

.woocommerce #review_form #respond input#submit {
    width: auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 0px 0px 0;
    box-shadow: 0px 0px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 0px 0px;
    box-shadow: 0px 0px 0 #ebe9eb;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: #ffffff !important;
    cursor: alias;
    border: none;
    outline: none;
    background-color: #f07c00;
    font-size: 15px;
    font-weight: 600;
    padding: 17px 30px !important;
    border-radius: 0;
}

.woocommerce button.button:hover {
    background-color: #f07c00 !important;
}

.woocommerce-checkout label {
    color: #999999;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 3px;
}

.woocommerce-checkout label abbr.required {
    color: #999 !important;
}

.woocommerce-checkout input#ship-to-different-address-checkbox {
    width: 15px !important;
    height: 21px;
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 0px;
}

.woocommerce-shipping-fields .checkbox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.woocommerce-checkout .form-row {
    width: 100% !important;
}

.woocommerce-checkout .form-row label {
    width: 100%;
}

.woocommerce-checkout .form-row span.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    margin-left: -15px;
    margin-right: -15px;
}

form.checkout.woocommerce-checkout textarea {
    height: 150px !important;
    padding-top: 10px;
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    font-size: 15px;
    color: #222222;
    display: block;
    padding-left: 20px;
    margin-bottom: 20px;
    border: 2px solid #f7f7f7;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #ebf0eb;
    border-radius: 5px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #ffffff;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    display: block !important;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.woocommerce .widget_rating_filter ul li {
    display: block;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 100px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    display: block !important;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: 100%;
}

@media screen and (min-width: 30em) {
    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }
}

.gallery-columns-2 .gallery-item {
    max-width: 100%;
    width: 50%;
}

@media screen and (min-width: 30em) {
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-3 .gallery-item {
    max-width: 100%;
    width: 33.33%;
}

@media screen and (min-width: 30em) {
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
}

.gallery-columns-4>.gallery-item {
    max-width: 100%;
    width: 25%;
}

@media screen and (min-width: 30em) {
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
}

.gallery-columns-5 .gallery-item {
    max-width: 100%;
    width: 20%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
}

.gallery-columns-6 .gallery-item {
    max-width: 100%;
    width: 16.66%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
}

.gallery-columns-7 .gallery-item {
    max-width: 100%;
    width: 14.28%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
}

.gallery-columns-8 .gallery-item {
    max-width: 100%;
    width: 12.5%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
}

.gallery-columns-9 .gallery-item {
    max-width: 100%;
    width: 11.11%;
}

@media screen and (min-width: 48em) {
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}

.price_slider_wrapper button.button {
    padding: initial !important;
}

table.woocommerce-grouped-product-list.group_table input {
    border: 0 !important;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding: 0;
    margin: 0;
    padding-left: 20px;
    padding-top: 13px;
    padding-right: 20px;
}

.woocommerce div.product form.cart .group_table td {
    padding: 0;
    margin: 0;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label {
    margin: 0;
}

.woocommerce div.product form.cart .group_table td {
    padding-left: 10px;
}

.woocommerce div.product form.cart .group_table td .price-line {
    width: 50px;
    clear: both;
    margin-top: 15px;
    margin-right: 16px;
    line-height: 22px;
    float: left;
    margin-bottom: 11px;
}

.blog-style-three .sidebar figure.gallery-item {
    margin: 0 !important;
}

section.shop-style-one.product-related-block ul {
    list-style: outside none;
}

section.shop-style-one.product-related-block a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added i {
    color: #000;
}

.yith-wcqv-wrapper .woocommerce .quantity .qty {
    height: 51px;
}

div#media_gallery-4 .gallery-item {
    max-width: 29.33%;
}

.product-related-block .image-block .hover-content-block a:nth-child(1) {
    padding: 20px !important;
    line-height: 0px !important;
}

.product-related-block .image-block .hover-content-block a:nth-child(1) i {
    color: #222;
}

.product-related-block .image-block .hover-content-block a:nth-child(1):after {
    margin-left: 0px;
    font-size: 13px;
    margin-top: 8px !important;
    display: block;
}

.product-related-block .image-block:hover .hover-content-block a:nth-child(1):after {
    color: #000000;
}

a.button.product_type_grouped {
    padding: 0 !important;
    margin: 0 !important;
}

a.add_to_cart_button {
    margin: 0 !important;
}

a.add_to_cart_button {
    margin: 0 !important;
}

.variations_form td {
    padding-left: 16px !important;
}

.woocommerce-page .shop-style-one .row .row {
    margin-right: 0px;
    margin-left: 15px;
}

.news-block-one {
    position: relative;
}

.news-block-one .inner-box {
    position: relative;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.news-block-one h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.news-block-one h3 a {
    color: #222;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.news-block-one h3 a:hover {
    color: #f07c00;
}

.news-block-one .owl-nav-style-two .owl-nav {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.news-block-one .image {
    position: relative;
    margin-bottom: 25px;
}

.news-block-one .image:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    z-index: 1;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.news-block-one .image img {
    width: 100%;
}

.news-block-one .inner-box:hover .image:before {
    height: 100%;
}

.news-block-one .image .category {
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: #f07c00;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 10px;
    z-index: 9;
}

.news-block-one .lower-content {
    padding: 0 30px 30px;
}

.news-block-one .post-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.news-block-one .post-meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-block-one .post-meta ul li {
    position: relative;
}

.news-block-one .post-meta ul li+li {
    margin-left: 25px;
}

.news-block-one .post-meta ul li a {
    color: #848484;
    font-size: 15px;
    text-transform: capitalize;
    display: inline-block;
}

.news-block-one .post-meta ul li a span {
    font-size: 13px;
    margin-right: 8px;
}

.news-block-one .text {
    margin-bottom: 20px;
}

.news-block-one .theme-btn {
    color: #222;
    transition: .5s;
    position: relative;
    font-weight: 500;
    font-size: 16px;
}

.news-block-one .theme-btn:hover {
    color: #f07c00;
}

.news-block-one .theme-btn span {
    position: relative;
    margin-right: 6px;
}

.single-sidebar .popular-tag {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -5px;
}

.single-sidebar .popular-tag li {
    display: inline-block;
    margin: 0 3px 10px;
}

.single-sidebar .popular-tag li a {
    border: 1px solid #f0f0f0;
    color: #808080;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 20px 7px;
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    border-radius: 2px;
}

.single-sidebar .popular-tag li a:hover {
    background: #f07c00;
    border-color: #f07c00;
    color: #fff;
}


/* News Block Two */

.news-block-two {
    position: relative;
}

.news-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.news-block-two h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.news-block-two h3 a {
    color: #222;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.news-block-two h3 a:hover {
    color: #f07c00;
}

.news-block-two .owl-nav-style-two .owl-nav {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.news-block-two .image {
    position: relative;
    margin-bottom: 0;
}

.news-block-two .image:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    z-index: 1;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.news-block-two .image img {
    width: 100%;
}

.news-block-two .inner-box:hover .image:before {
    height: 100%;
}

.news-block-two .image .category {
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: #f07c00;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 10px;
    z-index: 9;
}

.news-block-two .lower-content {
    padding: 35px 36px 40px;
    border: 1px solid #eee;
}

.news-block-two .post-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.news-block-two .post-meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-block-two .post-meta ul li {
    position: relative;
}

.news-block-two .post-meta ul li+li {
    margin-left: 25px;
}

.news-block-two .post-meta ul li a {
    color: #848484;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    transition: .5s;
}

.news-block-two .post-meta ul li a:hover {
    color: #f07c00;
}

.news-block-two .post-meta ul li a span {
    font-size: 13px;
    margin-right: 8px;
}

.news-block-two .author-box {
    position: relative;
    padding-left: 22px;
    border-left: 2px solid #f07c00;
    margin-bottom: 20px;
}

.news-block-two .author-box img {
    position: absolute;
    left: 15px;
    top: 0;
    border-radius: 50%;
}

.news-block-two .author-box h4 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #848484;
    margin-bottom: 0;
}

.news-block-two .author-box h4 a {
    color: #222;
}

.news-block-two .author-box .date {
    position: relative;
    font-size: 15px;
    color: #848484;
    line-height: 20px;
}

.news-block-two .text {
    margin-bottom: 20px;
    font-size: 16px;
}

.news-block-two .more-btn {
    display: inline-block;
    vertical-align: middle;
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    border-style: solid;
    border-width: 2px;
    border-color: #e5e5e5;
    background-color: rgba(34, 34, 34, 0);
    text-align: center;
    transition: all .4s ease;
    padding: 10px 29px;
}

.news-block-two .more-btn:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 2px;
    background-color: #fff;
    margin-right: 0px;
    transition: all 0.4s ease;
}

.news-block-two .more-btn:hover {
    background-color: #f07c00;
    color: #fff;
    border-color: #f07c00;
}

.news-block-two .more-btn:hover::before {
    width: 20px;
    margin-right: 15px;
}

.list-item-two ul li {
    width: calc( 50% - 10px);
    float: left;
    margin-right: 5px;
}

.footer-logo img {
    margin: 0 !important;
}

.error-section.centred {
    text-align: center;
    padding: 150px 10px;
    max-width: 600px;
    margin: 0 auto;
}

.error-section h1 {
    font-size: 150px;
    line-height: 91.5px;
}

.single-product-one .image-block .add_to_cart_button {
    margin: 0 !important;
    line-height: 40px !important;
    padding-left: 0 !important;
    text-align: center !important;
    padding-right: 0 !important;
}

.thm-breadcrumb {
    color: #f07c00 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-singlepage .single-sidebar.category-widget {
    padding: 0 !important;
}

.service-singlepage .category-list li:hover a {
    background: #f07c00;
    width: 100%;
    color: #fff !important;
}

.service-singlepage .category-list li:hover a:before {
    left: 20px !important;
}

.service-singlepage .category-list li a {
    width: 100%;
}

.service-singlepage .widget-title h3 {
    font-size: 30px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.page-title-block .thm-breadcrumb a,
.page-title-block .thm-breadcrumb span.page-title {
    margin-right: 4px;
}

.header-phone-class {
    padding-top: 10px
}

.shop-sidebar .shop-title-wdget h3 {
    margin: 0;
    color: #222222;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
}

.shop-title-wdget {
    margin-bottom: 20px;
}

.shop-sidebar ul.product-categories {
    margin-top: 0;
}

.single-sidebar ul li ul {
    padding: 0 !important;
}

.woocommerce ul.products li.product .button {
    padding: 18px 0px !important;
    color: #161827 !important;
    line-height: 20px !important;
}

.woocommerce ul.products li.product .button {
    color: #161827 !important;
    line-height: 22px !important;
    padding-right: 0px !important;
}

.woocommerce .added i.fa.fa-shopping-cart {
    display: none;
}

.woocommerce .woocommerce-breadcrumb {
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 17px;
    margin-bottom: 0;
    padding: 30px 0;
    font-size: 19px;
}

.service-singlepage .single-sidebar.category-widget {
    background: transparent;
}

.service-singlepage .single-sidebar.category-widget .widget-title h3 {
    margin: 0;
    color: #222222;
    font-size: 30px !important;
    font-weight: 500;
}

.single-product img.mfp-img {
    padding: 0;
}

.shop-style-one.product-related-block {
    padding-top: 30px;
}

.product-related-block .upper-block {
    padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: white;
}

.sidebar .widget_categories ul {
    position: relative;
    padding: 30px 40px;
    background: #ebf0eb;
}

.sidebar .widget_categories ul li {
    width: 100%;
    transition: all .4s ease;
}

.woocommerce .woocommerce-breadcrumb a {
    font-size: 21px;
}

.sidebar .widget_categories ul li:hover a {
    background-color: #f07c00;
    color: #fff !important;
    width: 100%;
    padding-left: 35px;
    display: block;
}

.sidebar .widget_categories ul li a {
    display: block;
    color: #222;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 0;
    width: 100%;
    padding-left: 20px;
    position: relative;
    transition: all .4s ease;
}

.sidebar .widget_categories ul li a:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #adafad;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease;
    border-radius: 50%;
}

.sidebar .widget_categories ul li:hover a:before {
    left: 16px !important;
    background: #fff;
}

.page-title-block {
    background-position: center;
}

.blog-details-content p.wp-block-tag-cloud a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 21px 8px;
    margin: 0px 4px 8px 0px;
    color: #666666;
    text-align: center;
    font-size: 14px !important;
    background-color: #f5f5f8;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

form.wp-block-search input[type="search"] {
    border: 2px solid #848484;
    max-width: 160px !important;
    height: 44px;
    border-radius: 3px;
    padding: 10px;
}

.wp-block-search .wp-block-search__button {
    background: #f07c00;
    color: #fff;
    border: 0;
    height: 44px;
    padding: 0 20px;
    border-radius: 2px;
}

.base-theme-new .image-block img {
    width: auto;
}

.alignright {
    clear: both;
}

.comment-respond form#commentform {
    margin-bottom: 10px;
}

a.remove.remove_from_cart_button {
    position: absolute;
    left: 0;
}

a.remove.remove_from_cart_button {
    background: white;
    color: #161827 !important;
    font-size: 21px !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 5px !important;
    left: 5px !important;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
}

.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 600 !important;
    font-size: 16px;
}

.woocommerce .widget_product_search {
    margin-top: 0 !important;
}

.offer-style-one {
    position: relative;
    background-color: #ebf0eb;
    padding: 110px 0;
    padding-top: 110px;
    padding-right: 0px;
    padding-bottom: 110px;
    padding-left: 0px;
}

.single-shop-page-content .summary.entry-summary .content-box {
    margin-bottom: 20px;
}

.single-pricing-style-one .feature-list li i {
    color: #58b958;
    font-size: 12px;
    margin-right: 7px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.woocommerce-Tabs-panel--reviews .woocommerce-Reviews .review-box .woocommerce-Reviews-title {
    display: none;
}

.woocommerce-info {
    border-top-color: #f07c00;
}

.woocommerce-info a:hover,
.woocommerce-info::before {
    color: #000;
}

#order_review_heading {
    margin-top: 40px;
}


/*** 
=============================================
    Team Single Area Css
=============================================
***/

.team-single-area-two {
    position: relative;
    display: block;
    padding: 120px 0 0px;
}

.team-singel-image-box-two {
    position: relative;
    display: block;
}

.team-singel-image-box-two img {
    width: 100%;
}

.team-member-info-box-two {
    position: relative;
    display: block;
    padding: 61px 60px;
    border: 1px solid #eee;
}

.team-member-info-box-two .title {
    position: relative;
    display: block;
    padding-bottom: 15px;
}

.team-member-info-box-two .title h3 {
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 6px;
}

.team-member-info-box-two .title span {
    color: #798795;
    font-size: 16px;
    font-weight: 400;
}

.team-member-info-box-two .text p {
    font-size: 16px;
    font-weight: 500;
}

.team-member-info-box-two ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 17px;
    list-style: none;
    padding-left: unset;
}

.team-member-info-box-two ul li {
    color: #798795;
    font-size: 18px;
    line-height: 38px;
    font-weight: 500;
}

.team-member-info-box-two ul li span {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    color: #000000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.team-member-info-box-two ul li a {
    color: #798795;
}

.team-member-info-box-two .social-links-style1 {
    margin-top: 12px;
}

.team-member-info-box-two .social-links-style1 li a i {
    position: relative;
    display: block;
    border: 2px solid #eee;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 37px;
    text-align: center;
    transition: all 500ms ease;
    padding-left: 5px;
    padding-bottom: 2px;
}

.team-member-info-box-two .social-links-style1 li a:hover i {
    color: #ffffff;
}

@media only screen and (min-width: 1200px) {
    .team-singel-image-box-two img {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .team-member-info-box-two {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}

.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.social-links-style1 li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.social-links-style1 li:last-child {
    margin-right: 0px;
}

.social-links-style1 li a i {
    position: relative;
    display: block;
    background: #f07c00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    transition: all 500ms ease;
}

.social-links-style1 li a:hover i {
    color: #ffffff;
}

.dw .team-single-area {
    padding: 120px 0 0px;
}

.team-single-area {
    position: relative;
    display: block;
    padding: 0px 0 80px
}

.team-member-content-box {
    position: relative;
    display: block;
    padding-top: 46px;
    padding-bottom: 95px;
}

.team-member-content-box h3 {
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 13px;
}

.team-member-content-box p {
    color: #798795;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}

.progress-block .inner-box {
    position: relative;
    width: 200px;
    min-height: 200px;
    text-align: center;
    margin: 0 auto 40px;
}

.progress-block .graph-outer {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}

.progress-block .graph-outer .count-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -20px;
    color: #000000;
    font-size: 48px;
    font-weight: 400;
    transform: translateY(-50%);
}

.progress-block .graph-outer .count-text {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 48px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.progress-block .graph-outer .title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.progress-block .graph-outer .title h5 {
    color: #798795;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.offer-style-one .title-block {
    z-index: 1;
    position: relative;
}

.footer-widget-de .footer-widget ul li:hover a {
    color: #f07c00 !important;
}

.title-block {
    position: relative;
    z-index: 1;
}

.main-banner-wrapper .slide {
    padding-left: 20px;
}

.blog-style-three .blog-details-content .text-block {
    overflow: hidden;
}

.comment-respond textarea {
    margin-bottom: 7px;
}

.comment.yes-ping {
    padding: 0 !important;
}

.page-pagination.post-nav-links {
    margin-top: 20px;
    overflow: hidden;
    float: left;
    width: 100%;
}

.wp-caption img {
    margin-top: 20px;
}

.wp-block-cover.aligncenter {
    display: flex !important;
}

.wp-block-cover,
.wp-block-cover-image {
    margin-bottom: 10px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 10px;
}

.review-box p.woocommerce-noreviews {
    border-radius: 4px;
    padding: 10px;
    max-width: 220px;
}

.review-box p.woocommerce-noreviews {
    border: 1px solid #f07c00;
}

table.woocommerce-grouped-product-list.group_table {
    margin-top: 0;
}

.product-type-grouped span.woocommerce-Price-amount.amount {
    margin-bottom: 5px;
}

.woocommerce .woocommerce-breadcrumb {
    flex-wrap: wrap;
}

nav.woocommerce-breadcrumb a {
    margin-bottom: 10px;
    margin-top: 10px;
}

td.woocommerce-grouped-product-list-item__price {
    display: flex;
    height: 60px !important;
    align-items: center;
}

.woocommerce-tabs.wc-tabs-wrapper {
    border: 1px solid #ababab;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 5px;
}

.woocommerce #review_form #respond input#submit {
    margin-top: 0;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-bottom: 110px;
}

.single-product form.variations_form.cart label {
    margin-top: 10px;
}


/*farid update css*/

.main-banner-wrapper.overlay-bg .slide {
    position: relative;
}

.main-banner-wrapper.overlay-bg .slide:before {
    position: absolute;
    content: '';
    background: #11141d;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
}

section.featured-style-two.home-page-three.style-four::before,
section.featured-style-two.home-page-three.style-four::after {
    display: none;
}

.style-four .image-block::before {
    display: none;
}

.header-style-two .header-navigation .logo-box .navbar-brand {
    background: unset!important;
}

.header-style-two .header-navigation .navbar-brand {
    background: unset!important;
}

.header-style-two .header-navigation .logo-box .navbar-brand {
    background: unset!important;
}

.main-header .header-navigation.stricky-fixed .navbar-brand {
    background: unset!important;
}

.related-without-carousal {
    width: 330px;
}

.single-product-one .image-block .hover-content-block a:hover {
    color: #fff!important;
}

.woocommerce ul.products li.product .button {
    color: #fff !important;
}

.product-related-block .image-block .hover-content-block a:nth-child(1) i {
    color: #fff;
}

.no-max-width {
    max-width: unset !important;
}

.single-product .woocommerce-notices-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce-notices-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce div.product form.cart table,
.woocommerce div.product form.cart table td {
    border: unset !important;
}

.header-style-two .header-navigation .logo-box .navbar-brand {
    background: unset!important;
}

.main-header .header-navigation.stricky-fixed .navbar-brand {
    background: unset!important;
}

.header-style-three .header-navigation .container {
    max-width: 1180px;
}

.no-max-width {
    max-width: unset !important;
}


/* Dashboard */

.sds-ask-rating-header {
    display: flex !important;
    align-items: center !important;
}

.site-footer .footer-widget .newsletter-form input[type=submit] {
    background-color: #f07c00;
}

.site-footer .footer-widget .newsletter-form input[type=submit] {
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
}

.site-footer .footer-widget .newsletter-form input[type=submit]:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 2px;
    background-color: #fff;
    margin-right: 0px;
    transition: all .4s ease;
}

.site-footer .footer-widget .newsletter-form input[type=submit]:hover::before {
    width: 20px;
    margin-right: 15px;
}

.site-footer .footer-widget .newsletter-form .newsletter-submit-input {
    display: inline-block;
    background-color: #f07c00;
    margin-top: -7px;
    border: 1px solid transparent;
    transition: .3s;
}

.site-footer .footer-widget .newsletter-form .newsletter-submit-input:hover {
    background-color: transparent;
    border: 1px solid #f07c00;
}

.site-footer .footer-widget .newsletter-form .newsletter-submit-input .ajax-loader {
    display: none;
}

.widget_text.footer-widget .wpcf7-response-output {
    display: inline-block;
    margin-left: 0;
}

.site-footer .footer-widget .gallery-wrapper {
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
}

.site-footer .footer-widget .gallery-wrapper .single-gallery-item {
    width: 27.333%;
    float: left;
    padding: 5px;
}

.site-footer .footer-widget .gallery-wrapper .single-gallery-item a {
    display: block;
}

.site-footer .footer-widget .gallery-wrapper .single-gallery-item img {
    transition: all .4s ease;
}

.site-footer .footer-widget .gallery-wrapper .single-gallery-item img:hover {
    opacity: 0.5;
}

.main-header .top-header .left-info.left-info-elem {
    display: contents;
}

#menu-main-menu {
	margin-left: 40px;
}