<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('hover.css');
@import url('slick.css');
@import url('jquery-ui.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('../plugins/machinery-icons/style.css');
@import url('bootstrap-select.min.css');

/*** 

====================================================================
    Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

====================================================================
    Global Settings
====================================================================

 ***/
:root {
    --secondary: #8cc31d;
    --primary: #93358d;
}

body {
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: var(--secondary);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 700;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Roboto', sans-serif;
    color:#444;
}

input,
button,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.8em;
    margin: 0;
}

.text-center {
    text-align: center !important;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

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

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: "Roboto", sans-serif;
}

.grey-bg {
    background-color: #f6f6f6;
}

/*List Style One*/

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #777777;
}

.list-style-one li:before {
    position: absolute;
    content: '\f105';
    left: 0px;
    top: 0px;
    color: var(--secondary);
    font-size: 16px;
    font-family: 'FontAwesome';
}

/*List Style Two*/

.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-left: 70px;
    margin-bottom: 40px;
    color: #777777;
}

.list-style-two li .icon {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 40px;
    color: var(--secondary);
    font-size: 42px;
    line-height: 1em;
    text-align: center;
}

.list-style-two li strong {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    display: block;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: white;
    padding: 15px 50px;
    font-weight: 700;
    background: var(--secondary);
    border-radius: 3px;
    text-transform: capitalize;
    border:1px solid;
}

.btn-style-one:hover {
    color: var(--secondary);
    background-color: var(--primary);
    border:1px solid;
}

/*Btn Style Two*/

.btn-style-two {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: var(--primary);
    padding: 15px 50px;
    font-weight: 700;
    background: #ffffff;
    border-radius: 3px;
    text-transform: capitalize;
}

.btn-style-two:hover {
    color: #ffffff;
    background: var(--primary);
}

/*Btn Style Three*/

.btn-style-three {
    position: relative;
    padding: 6px 21px;
    line-height: 24px;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    background: var(--secondary);
    border-radius: 5px;
    border: 2px solid var(--secondary);
    text-transform: capitalize;
}

.btn-style-three:hover {
    color: #ffffff;
    background: #333333;
    border-color: #333333;
}

/*Btn Style Four*/

.btn-style-four {
    position: relative;
    line-height: 24px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px;
    background: var(--secondary);
    border-radius: 4px;
}

.btn-style-four:hover {
    background: #333333;
    color: #ffffff;
    border-color: #333333;
}

.theme_color {
    color: var(--secondary);
}

img {
    display: inline-block;
    max-width: 100%;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    color: var(--primary);
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: var(--secondary);
    overflow: hidden;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: var(--secondary);
    background: var(--primary);
}

/*** 

====================================================================
    Main Header style
====================================================================

***/

.main-header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    background-color: transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/*=== Header Top ===*/

.main-header .header-top {
    position: relative;
    background-color: #f2f2f2;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
    padding-left: 300px;
}

.main-header .header-top .top-left ul li,
.main-header .header-top .top-right ul.right-info li {
    position: relative;
    font-size: 15px;
    color: #808080;
    line-height: 25px;
    font-weight: 400;
    padding: 15px 0;
    margin-right: 15px;
    padding-right: 15px;
    display: inline-block;
}

.main-header .header-top .top-left ul li:before,
.main-header .header-top .top-right ul.right-info li:before {
    position: absolute;
    right: -2px;
    top: 18px;
    height: 20px;
    border-right: 1px solid #d8d8d8;
    content: "";
}

.main-header .header-top .top-left ul li:last-child:before,
.main-header .header-top .top-right ul.right-info li:last-child:before {
    display: none;
}

.main-header .header-top .top-left ul li:last-child,
.main-header .header-top .top-right ul.right-info li:last-child {
    margin-right: 0px;
    padding-right: 0;
}

.main-header .header-top .top-left ul li a,
.main-header .header-top .top-right ul.right-info li a {
    display: inline-block;
    color: #808080;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .top-left ul li .icon,
.main-header .header-top .top-right ul.right-info li .icon {
    margin-right: 5px;
    color: var(--secondary);
}

.main-header .header-top .top-left ul li a:hover,
.main-header .header-top .top-right ul.right-info li a:hover {
    color: var(--secondary);
}

.main-header .header-top .social-links {
    position: relative;
}

.main-header .header-top .social-links a {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #808080;
    font-weight: 400;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
    z-index: 11;
}

.main-header .header-top .top-right:before {
    position: absolute;
    left: 100%;
    top: 9px;
    height: 47px;
    width: 1000%;
    margin-left: -145px;
    content: "";
    background-color: #ffffff;
    z-index: -1;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}

.main-header .header-top .top-right .buy-now {
    position: relative;
    float: left;
    padding: 14px 0;
}

.main-header .header-top .top-right .buy-now a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #848484;
    font-weight: 400;
    border: 1px solid #dedede;
    padding: 0 8px;
}

.main-header .header-top .top-right .language {
    float: left;
    margin-left: 65px;
    margin-top: 8px;
}

.main-header .language .dropdown-menu {
    top: 100%;
    right: 0px;
    left: auto;
    width: 170px;
    border-radius: 0px;
    background-color: #222222;
    border: none;
    border-top: 3px solid var(--secondary);
}

.main-header .language&gt;a {
    width: auto !important;
    height: auto !important;
    color: #848484 !important;
    padding: 13px 0px;
    background: none !important;
    text-transform: capitalize;
    display: inline-block;
    border: 0px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.main-header .language&gt;a i {
    margin-left: 10px;
}

.main-header .language&gt;a&gt;.icon {
    font-size: 16px;
    margin-right: 5px;
    color: var(--secondary);
}

.btn.active,
.btn:active {
    box-shadow: none;
}

.main-header .language a:hover {
    background: none;
}

.main-header .language .dropdown-menu&gt;li {
    float: none;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header .language .dropdown-menu&gt;li:last-child {
    border-bottom: none;
}

.main-header .language .dropdown-menu&gt;li&gt;a {
    padding: 10px 15px;
    width: auto;
    height: auto;
    display: block;
    color: #ffffff;
    text-align: left;
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .language .dropdown-menu&gt;li&gt;a:hover {
    color: #ffffff !important;
    background-color: var(--secondary);
}

/*=== header top updated ===*/
.main-header.style-two .header-top {
    background: #FFFFFF;
    border: 2px solid #F3F3F3;
}

.main-header.style-two .header-top .top-right:before {
    display: none;
}

.main-header.style-two .header-top .right-info {
    float: left;
}

.main-header.style-two .header-top .top-menu li a {
    color: #808080;
    font-size: 15px;
}

.main-header.style-two .header-top .top-menu li:before {
    display: none;
}

.main-header.style-two .header-top .top-right .language {
    margin-top: 5px;
}

.main-header.style-two .header-top .top-left ul li {
    margin-right: 10px;
}

/*=== Header Upper ===*/

.main-header .header-upper {
    position: relative;
    z-index: 5;
    background-color: #ffffff;
}

.main-header .logo-outer {
    position: relative;
    z-index: 25;
    margin-top: -80px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.main-header .logo {
    position: relative;
    padding: 55px 15px;
    text-align: center;
}

.main-header .header-upper .logo:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    content: '';
}

.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 80%;
    top:37px;
}

.main-header .header-upper .upper-right {
    position: relative;
    padding-top: 18px;
}

.main-header .info-box {
    position: relative;
    float: left;
    padding-left: 100px;
    margin-left: 30px;
    min-height: 50px;
    border-left: 1px solid #f2f2f2;
}

.main-header .info-box:first-child {
    border-left: 0;
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 30px;
    top: 0px;
    color: var(--secondary);
    font-size: 46px;
    line-height: 50px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .info-box li {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #848484;
    font-weight: 400;
    text-transform: unset;
}

.main-header .info-box strong {
    position: relative;
    font-weight: 600;
    color: #848484;
}

.main-header .info-box .order-btn {
    position: relative;
    line-height: 24px;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
    background: var(--secondary);
    border-radius: 3px;
}

.main-header .info-box .order-btn:hover {
    opacity: 0.70;
}

.main-header.style-two .info-box:last-child {
    border-left: 0;
    padding-left: 0;
}

.main-header.style-two .info-box .social-icons a {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #F2F2F2;
    transition: all .4s ease;
    color: #808080;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}

.main-header.style-two .info-box .social-icons a:hover {
    color: var(--secondary);
}

.main-header.style-two .info-box .social-icons a+a {
    margin-left: 12px;
}

.main-header.style-two .logo-outer {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #F3F3F3;
    border-top: 0;
    border-bottom: 0;
}


/*=== Header Upper ===*/

.main-header .header-lower {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 5;
    background-color: transparent;
}

.main-header .nav-outer {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.main-menu {
    position: relative;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    font-family: "Roboto", sans-serif;
}

.main-menu .navigation&gt;li {
    position: relative;
    float: left;
    margin-right: 40px;
}

.main-menu .navigation&gt;li:last-child {
    margin-right: 0px;
}

.main-menu .navigation&gt;li&gt;a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 700;
    opacity: 1;
    padding: 25px 0px 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation&gt;li&gt;a:before {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background-color: var(--secondary);
    z-index: 1;
    content: "";
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.main-menu .navigation&gt;li:hover a:before,
.main-menu .navigation&gt;li.current a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.main-menu .navigation&gt;li:hover&gt;a,
.main-menu .navigation&gt;li.current&gt;a,
.main-menu .navigation&gt;li.current-menu-item&gt;a {
    opacity: 1;
    color: var(--secondary);
}

.main-menu .navigation&gt;li:hover&gt;a:after {
    opacity: 1;
}

.main-menu .navigation&gt;li&gt;ul {
    position: absolute;
    left: 0px;
    top: 100%;
    column-count: 2;
    margin-top: 0px;
    width: 108rem;
    padding: 0px 25px;
    z-index: 100;
    display: none;
    background: #ffffff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
}

.main-menu .navigation&gt;li&gt;ul:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -10px;
    width: 100%;
    height: 10px;
    z-index: 1;
}

.main-menu .navigation&gt;li&gt;ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation&gt;li&gt;ul&gt;li {
    position: relative;
    width: 100%;
    padding: 5px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.main-menu .navigation&gt;li&gt;ul&gt;li:first-child {
    border-top: 0;
}

.main-menu .navigation&gt;li&gt;ul&gt;li:last-child {
    border-bottom: 0;
}

.main-menu .navigation&gt;li&gt;ul&gt;li&gt;a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
    font-weight: 500;
    color: var(--primary);
    text-align: left;
    background-color: #ffffff;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation&gt;li&gt;ul&gt;li:hover&gt;a {
    padding-left: 30px;
    background: var(--secondary);
}

.main-menu .navigation&gt;li&gt;ul&gt;li:before {
    position: absolute;
    left: 10px;
    top: 9px;
    font-size: 14px;
    color: var(--primary);
    line-height: 24px;
    font-family: 'FontAwesome';
    content: "\f178";
    z-index: 6;
    opacity: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation&gt;li&gt;ul&gt;li:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.main-menu .navigation&gt;li&gt;ul&gt;li&gt;ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 260px;
    padding: 0px 25px;
    z-index: 100;
    display: none;
    background: #ffffff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation&gt;li&gt;ul&gt;li&gt;ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation&gt;li&gt;ul&gt;li&gt;ul&gt;li {
    position: relative;
    width: 100%;
    padding: 9px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.main-menu .navigation&gt;li&gt;ul&gt;li&gt;ul&gt;li:first-child {
    border-top: 0;
}

.main-menu .navigation&gt;li&gt;ul&gt;li&gt;ul&gt;li:last-child {
    border-bottom: 0;
}

.main-menu .navigation&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
    font-weight: 500;
    color: var(--primary);
    text-align: left;
    background-color: #ffffff;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation&gt;li&gt;ul&gt;li&gt;ul&gt;li:hover&gt;a {
    padding-left: 30px;
    background: var(--secondary);
}

.main-menu .navigation&gt;li.dropdown:hover&gt;ul,
.main-menu .navigation&gt;li&gt;ul&gt;li.dropdown:hover&gt;ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.main-menu .navbar-collapse&gt;ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    z-index: 12;
    float: right;
}

.main-header .outer-box .link-box {
    position: relative;
    padding: 20px 0;
}

.main-header .outer-box .link-box .theme-btn {
    padding: 10px 30px;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
}

/*Search Box*/

.main-header .nav-outer .search-box {
    position: relative;
    float: right;
}

.main-header .nav-outer .dropdown-outer {
    position: relative;
    left: 0px;
    top: 0px;
    margin-left: 20px;
    padding: 27px 0px 32px;
}

.main-header .nav-outer .dropdown-outer .search-box-btn {
    position: relative;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background: none;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, .20);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .nav-outer .dropdown-outer .search-box-btn:hover {
    color: var(--secondary);
}


.main-header .nav-outer .dropdown-outer .dropdown-menu {
    top: 83px;
    padding: 0px;
    width: 270px;
    border-radius: 0px;
    border-top: 2px solid var(--secondary);
}

.main-header .search-panel .form-container {
    padding: 20px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    color: #000000;
    line-height: 24px;
    padding: 9px 50px 9px 15px;
    height: 44px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: var(--secondary);
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #2b2b2b;
    font-size: 14px;
    background: none;
    cursor: pointer;
    line-height: 44px;
}


.main-header.style-two .nav-outer .dropdown-outer {
    padding: 26px 0;
}

.main-header.style-two .main-menu .navigation&gt;li&gt;a {
    padding-top: 27px;
    padding-bottom: 26px;
}

.main-header.style-two .nav-outer {
    border-bottom: 0;
}

.main-header.style-two .header-lower {
    background: var(--primary);
    box-shadow: 0px 2px 6px 1px #00000033;
}

.main-header.style-two .outer-box .link-box {
    padding: 2px 0 4px;
    color: #fff;
    text-align: center;
}

.main-header.style-two .main-menu .navigation&gt;li&gt;a:before {
    height: 6px;
}

.main-header.style-two .nav-outer .dropdown-outer .search-box-btn {
    font-size: 18px;
    border-left: 0;
    padding-left: 0;
}

.main-header.style-two .nav-outer .dropdown-outer .cart-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 34px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, .20);
}

.main-header.style-two .nav-outer .dropdown-outer .cart-btn i {
    font-size: 23px;
    color: #fff;
}

.main-header.style-two .nav-outer .dropdown-outer .cart-btn .badge {
    position: absolute;
    top: -2px;
    right: -16px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 10px;
    display: inline-block;
    padding: 3px 4px;
}

.main-header.style-three .header-top {
    background: var(--primary);
}

.main-header.style-three .header-top {
    padding: 10px 0 12px 0;
}

.main-header.style-three .header-top p,
.main-header.style-three .header-top ul li {}

.main-header.style-three .header-top p {
    margin-right: 2px;
}

.main-header.style-three .header-top .state {
    display: none;
}

.main-header.style-three .header-top #value1 {
    display: block;
}

.main-header.style-three .header-top .select_state p,
.main-header.style-three .header-top .select_state select,
.main-header.style-three .header-top p,
.main-header.style-three .header-top ul li {
    display: inline-block;
}

.main-header.style-three .header-top ul li i {
    font-size: 16px;
    margin-right: 5px;
}

.main-header.style-three .header-top ul li {
    margin-right: 37px;
    margin-top: 5px;
}

.main-header.style-three .header-top ul li:last-child {
    margin-right: 0;
}

.main-header.style-three #polyglotLanguageSwitcher {
    margin-left: 30px;
}

.main-header.style-three #polyglotLanguageSwitcher span.trigger {
    top: 5px;
}

.main-header.style-three #polyglotLanguageSwitcher span.trigger:before {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    color: #fff;
    top: -2px;
    right: -32px;
}

.main-header.style-three #polyglotLanguageSwitcher a {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.main-header.style-three .logo-outer {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-header.style-three .logo {
    padding: 0;
}

.main-header.style-three .header-upper .upper-right {
    padding: 0;
}

.main-header.style-three .header-lower {
    position: relative;
}

.main-header.style-three .nav-outer {
    background: var(--primary);
    border-bottom: 0;
    padding-left: 40px;
}

.main-header.style-three .main-menu .navigation&gt;li&gt;a {
    padding: 15.5px 0;
    text-transform: uppercase;
    font-size: 14px;
}

.main-header.style-three .nav-outer .dropdown-outer {
    padding: 17px 0;
}


.main-header.style-three .search-box .qoute-link {}

.main-header.style-three .search-box .qoute-link {
    color: var(--secondary);
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto';
    display: inline-block;
    vertical-align: middle;
    transition: all .4s ease;
    border-left: 1px solid #423d3d;
    line-height: 20px;
    padding-left: 20px;
}

.main-header.style-three .search-box .qoute-link i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.main-header.style-three .search-box .qoute-link:hover {
    color: #fff;
}

.main-header.style-three .outer-box .search-box-btn {
    display: inline-block;
    width: 60px;
    height: 61px;
    background: var(--secondary);
    color: var(--primary);
    font-size: 18px;
    line-height: 61px;
    text-align: center;
    transition: all .4s ease;
}

.main-header.style-three .outer-box .search-box-btn:hover {
    background: #fff;
}

.main-header.style-three .outer-box .cart-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 44px;
}

.main-header.style-three .outer-box .cart-btn i {
    font-size: 23px;
    color: #fff;
}

.main-header.style-three .outer-box .cart-btn .count {
    position: absolute;
    top: -8px;
    right: -13px;
    background: var(--secondary);
    font-size: 14px;
    text-align: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    line-height: 18px;
    display: inline-block;
}

.main-header.style-three .info-box+.info-box {
    margin-left: 40px;
}

.main-header.style-three .info-box {
    border: none;
    margin-left: 0;
    padding-left: 90px;
}

.main-header.style-three .info-box li {
    font-size: 16px;
    font-weight: 600;
}

.main-header.style-three .info-box li strong {
    color: var(--primary);
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 14px;
}

.main-header.style-three .info-box .icon-box {
    font-size: 45px;
    left: 0;
    border-right: 1px solid #E3E3E3;
    line-height: 65px;
    padding-right: 20px;
}

.main-header.style-three .header-upper {
    padding: 34px 0;
}

.main-header.style-three .header-top .select_state {
    display: inline-block;
    vertical-align: middle;
}

.main-header.style-three .header-top .info-value {
    display: inline-block;
}

.main-header.style-three .header-top .select_state ul li {
    margin: 0;
    display: block;
}

.main-header.style-three .social,
.main-header.style-three #polyglotLanguageSwitcher {
    display: inline-block;
    vertical-align: middle;
}

.main-header.style-three .social span,
.main-header.style-three .social a {
    display: inline-block;
    vertical-align: middle;
}

.main-header.style-three .social {
    border-right: 1px solid #353535;
    padding-right: 20px;
    margin-right: 20px;
    line-height: 20px;
}

.main-header.style-three .social span {
    color: #fff;
    font-size: 16px;
}

.main-header.style-three .social a {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    transition: all .4s ease;
}

.main-header.style-three .social a:hover {
    color: var(--secondary);
}

.main-header.style-three #polyglotLanguageSwitcher {
    margin-left: 0;
    margin-right: 15px;
}

.main-header.style-three #polyglotLanguageSwitcher a {
    padding-top: 0;
    padding-bottom: 0;
}

.main-header.style-three #polyglotLanguageSwitcher ul.dropdown {
    background: var(--secondary);
    top: 25px;
}

.main-header.style-three #polyglotLanguageSwitcher ul.dropdown li {
    padding-left: 5px;
}

.main-header.style-three #polyglotLanguageSwitcher ul.dropdown a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-header.style-three .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 170px;
}

.main-header.style-three .bootstrap-select&gt;.dropdown-toggle {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    background-color: var(--secondary);
    border-radius: 0;
    border: 0;
    color: var(--primary);
    font-weight: 700;
    font-family: 'Roboto';
    font-size: 16px;
    padding-left: 25px;
    padding-right: 50px;
    outline: none !important;
}

.main-header.style-three .header-top {
    padding: 0;
}

.main-header.style-three .bootstrap-select.btn-group .dropdown-toggle .caret {
    border: 0;
    margin-top: 0px;
    vertical-align: middle;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    right: 20px;
}

.main-header.style-three .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    font-family: 'FontAwesome';
    content: '\f107';
    font-size: 20px;
    color: var(--primary);
}

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

.main-header.style-three .bootstrap-select .dropdown-menu&gt;li+li&gt;a {
    border-top: 1px solid #eee;
}

.main-header.style-three .bootstrap-select .dropdown-menu&gt;li:first-child&gt;a {
    padding-top: 10px;
}

.main-header.style-three .bootstrap-select .dropdown-menu&gt;li:last-child&gt;a {
    padding-bottom: 10px;
}

.main-header.style-three .bootstrap-select .dropdown-menu&gt;li.selected&gt;a {
    background: var(--secondary);
    color: #fff;
}

.main-header.style-three .bootstrap-select .dropdown-menu&gt;li&gt;a {
    font-size: 14px;
    padding: 9px 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.main-header.style-three .bootstrap-select .dropdown-menu&gt;li&gt;a:hover {
    background: var(--secondary);
    color: #fff;
    cursor: pointer;
}

.main-header.style-three .header-top .info-value {
    margin-left: 50px;
}

.main-header.style-three .header-top .info-value ul li {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

.main-header.style-three .header-top .info-value ul li i {
    font-size: 15px;
    color: var(--secondary);
}

.main-header.style-three .header-top .right-info {
    padding: 14px 0;
}

/*================================
        Sticky Header
==================================*/

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
}

.sticky-header .logo {
    padding: 5px 0px 2px;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    -moz-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    -ms-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    -o-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    box-shadow: 0 0 20px rgba(51, 51, 51, .1);
}

.sticky-header .main-menu .navigation&gt;li.dropdown&gt;ul {
    margin-top: 0;
}

.sticky-header .main-menu .navigation&gt;li {
    margin-left: 5px;
    margin-right: 0;
}

.sticky-header .main-menu .navigation&gt;li&gt;a {
    color: var(--primary);
    padding: 15px 15px !important;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    min-height: 0px;
    background: none;
    border: 0px;
    margin-right: 0px;
    text-transform: capitalize;
}

.sticky-header .main-menu .navigation&gt;li&gt;a:before {
    display: none;
}

.main-header .sticky-header .main-menu .navigation&gt;li:hover&gt;a,
.main-header .sticky-header .main-menu .navigation&gt;li.current&gt;a,
.main-header .sticky-header .main-menu .navigation&gt;li.current-menu-item&gt;a {
    background: var(--secondary);
    color: #ffffff;
    opacity: 1;
}

/*** 

====================================================================
    Main Slider One
====================================================================

***/

.main-slider {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.main-slider .tp-caption {
    z-index: 5;
}

.main-slider .line {
    position: relative;
    display: inline-block;
    height: 320px;
    width: 2px;
    background-color: var(--secondary);
}

.main-slider .title {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
}

.main-slider h1 {
    font-size: 120px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 1px;
}

.main-slider .text {
    font-size: 18px;
    line-height: 30px;
    color: var(--secondary);
    font-weight: 600;
}

.main-slider .theme-btn {
    margin-right: 20px;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
    display: none !important;
}

#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
    z-index: 99;
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
}

#minimal-bootstrap-carousel .carousel-control {
    background: none;
    width: 60px;
    height: 60px;
    font-size: 36px;
    line-height: 56px;
    color: var(--secondary);
    background: transparent;
    visibility: visible !important;
    opacity: 1;
    font-weight: normal;
    margin-top: -20px;
    border: 2px solid rgba(255, 255, 255, .3);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    z-index: 99;
    text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-control:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel .carousel-control {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 25px;
    }
}

#minimal-bootstrap-carousel .carousel-control.left {
    left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
    right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
    opacity: 1;
}

/* processing for fadeing effect styles */
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* fixing slider height */
#minimal-bootstrap-carousel .custom-navigation {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
    margin: 0;
}

#minimal-bootstrap-carousel .custom-navigation,
#minimal-bootstrap-carousel .custom-navigation li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#minimal-bootstrap-carousel .custom-navigation li {
    border: 0;
    border-radius: 0;
    text-indent: 0;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    border-radius: 50%;
}

#minimal-bootstrap-carousel .custom-navigation li+li {
    margin-left: 10px;
}

#minimal-bootstrap-carousel .custom-navigation li.active {
    opacity: 1;
    border-color: var(--secondary);
    background: var(--secondary);
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
    min-height: 730px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: var(--primary);
}

#minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
    min-height: 750px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: var(--primary);
}

.main-banner-content {
    animation-delay: .8s;
    border-left: 2px solid var(--secondary);
    padding-left: 30px;
}

.main-banner-content .title {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: var(--primary);
    font-weight: 400;
    margin: 0;
}

.main-banner-content h1 {
    font-size: 120px;
    color: var(--primary);
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.main-banner-content .text {
    font-size: 18px;
    line-height: 30px;
    color: var(--primary);
    font-weight: 600;
    margin: 0;
    margin-bottom: 36px;
}

.main-banner-content .theme-btn {
    margin-right: 20px;
}

.main-banner-content.light .title {
    color: #fff;
}

.main-banner-content.light h1 {
    color: #fff;
}

.main-banner-content.light .text {
    color: var(--secondary);
}

.main-banner-content-two h3 {
    animation-delay: .5s;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.main-banner-content-two h3:before {
    content: '';
    background: var(--secondary);
    width: 70px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.text-center .main-banner-content-two h3:before {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.main-banner-content-two h1 {
    animation-delay: 1s;
    margin: 0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 72px;
    line-height: 80px;
    text-transform: uppercase;
    margin-top: 25px;
}

.main-banner-content-two p {
    animation-delay: 1.5s;
    margin: 0;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 45px;
}

.main-banner-content-two .theme-btn {
    animation-delay: 2s;
}

.main-banner-content-two .link {
    animation-delay: 2s;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto';
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    transition: all .4s ease;
}

.main-banner-content-two .link i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.main-banner-content-two .link:hover {
    color: var(--secondary);
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

/*** 

====================================================================
    Page Title
====================================================================

***/

.page-title {
    position: relative;
    padding: 215px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #4a4a4a;
    background-position: center;
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, rgba(24, 24, 24, 1), rgba(24, 24, 24, .80), rgba(24, 24, 24, .50));
}

.page-title h1 {
    position: relative;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 70px;
    text-transform: capitalize;
}

.page-breadcrumb {
    position: relative;
    padding: 15px 0;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    color: var(--secondary);
    margin-right: 8px;
    padding-right: 13px;
    font-weight: 400;
}

.page-breadcrumb li:after {
    position: absolute;
    content: '\f105';
    right: -3px;
    top: 1px;
    color: #ffffff;
    font-family: 'FontAwesome';
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    color: var(--secondary);
}

/*** 

====================================================================
    Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 50px;
}
.testimonial-section .sec-title h4 {
    color: #fff;
    font-size: 30px;
    line-height:40px;
    text-transform: none;
}
.sec-title h2 {
    position: relative;
    font-size: 36px;
    line-height: 1.2em;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 10px;
}

.sec-title h4 {
    font-size: 14px;
    color: var(--primary);
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    line-height: 2em;
    vertical-align: top;
}

.sec-title h4:before {
    content: '';
    width: 100%;
    height: 3px;
    background: var(--secondary);
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec-title h4+h2 {
    margin-top: 11px;
}

.sec-title .text {
    position: relative;
    color: #777777;
    font-size: 16px;
}

.sec-title h2+.text {
    margin-top: 22px;
}

.sec-title.light h2,
.sec-title.light h4 {
    color: #ffffff;
}

/*** 

====================================================================
                Highlits
====================================================================

***/

.highlights {
    position: relative;
    z-index: 99;
}

.highlights .auto-container {
    position: relative;
}

.highlights .highlight-carousel {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0px 40px;
    padding-right: 150px;
    background-color: var(--primary);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.highlights .highlight-block {
    position: relative;
    padding: 15.5px 0;
}

.highlights .highlight-block .inner-box {
    position: relative;
    padding-left: 120px;
    min-height: 90px;
}

.highlights .highlight-block .inner-box:before {
    position: absolute;
    left: 90px;
    top: -16px;
    height: 120px;
    width: 1px;
    background-color: #423d3d;
    content: "";
}

.highlights .highlight-block .icon-box {
    position: absolute;
    left: 2px;
    top: 24px;
    height: 70px;
    line-height: 70px;
    font-size: 55px;
    color: var(--secondary);
}

.highlights .highlight-block .text {
    display: block;
    padding: 30px 0;
    font-size: 18px;
    line-height: 30px;
    color: #E8E3E3;
    font-weight: 500;
}

.highlights .highlight-block .text span {
    color: #ffffff;
    background-color: var(--secondary);
}

.highlight-carousel .owl-nav {
    display: none;
}

.highlight-carousel .owl-dots {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -15px;
    text-align: center;
}

.highlight-carousel .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid var(--secondary);
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.highlight-carousel .owl-dots .owl-dot.active {
    width: 10px;
    background-color: var(--secondary);
}

/*** 

====================================================================
                Services Section
====================================================================

***/

.services-section {
    position: relative;
    padding: 135px 0 80px;
}

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

.services-block .inner-box {
    position: relative;
}

.services-block .image-box {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.services-block .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.services-block .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    background-color: var(--secondary);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity:.72;
}

.services-block .inner-box:hover .overlay-box {
    height: 100%;
}

.services-block .overlay-box .btn-box {
    position: absolute;
    left: 30px;
    top: -25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block .inner-box:hover .overlay-box .btn-box {
    top: 25px;
    transition-delay: 200ms;
}

.services-block .overlay-box .btn-box a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: var(--secondary);
    font-weight: 600;
}

.services-block .overlay-box .btn-box a:hover {
    text-decoration: underline;
}

.services-block .overlay-box .btn-box .icon {
    position: relative;
    display: inline-block;
    top: 3px;
    height: 14px;
    width: 14px;
    background-image: url(../images/icons/arrow-top-right.png);
    background-repeat: no-repeat;
    margin-right: 10px;
}

.services-block .image-box .title {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 9;
    padding: 10px 30px;
    padding-right: 60px;
    background-color: #ffffff;
}

.services-block .image-box .title h3 {
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: var(--primary);
    font-weight: 500;
}

.services-block .image-box .title h3 a {
    color: var(--primary);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block .image-box .title h3 a:hover {
    color: var(--secondary);
}

.services-block .image-box .title i {
    position: absolute;
    right: -45px;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: var(--primary);
    font-size: 26px;
    font-weight: 600;
    background-color: var(--secondary);
    text-align: center;
}

.services-block .lower-content {
    position: relative;
    display: block;
    border: 1px solid #f2f2f2;
    padding: 22px 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block .inner-box:hover .lower-content {
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
}

.services-block .lower-content .text {
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

.services-carousel .services-block {
    margin-bottom: 0;
}

.services-carousel {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.services-carousel .owl-nav {
    display: none;
}

.services-carousel .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.services-carousel .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid var(--secondary);
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-carousel .owl-dots .owl-dot.active {
    width: 10px;
    background-color: var(--secondary);
}

.services-section .info-box {
    position: relative;
    text-align: center;
}

.services-section .info-box h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 1.2em;
    color: var(--primary);
    font-weight: 400;
    margin-bottom: 10px;
}

.services-section .info-box a {
    display: inline-block;
    font-size: 18px;
    color: var(--secondary);
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-section .info-box a i {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
}

.services-section .info-box a:hover {
    color: var(--primary);
}

.services-page-section {
    position: relative;
    padding: 80px 0 40px;
}

.services-style-one {
    padding-top: 100px;
}

.single-service-style-one {
    border: 2px solid #F3F3F3;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 55px;
    padding-bottom: 50px;
    margin-bottom: -100px;
    background: #fff;
}

.single-service-style-one .icon-box {
    position: relative;
    width: 75px;
    height: 75px;
    display: inline-block;
    margin-bottom: 15px;
}

.single-service-style-one .icon-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.single-service-style-one:hover .icon-box .normal-icon,
.single-service-style-one .icon-box .hover-icon {
    opacity: 0;
}

.single-service-style-one:hover .icon-box .hover-icon {
    opacity: 1;
}

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

.single-service-style-one h3 {
    font-size: 24px;
    font-weight: 500;
}

.single-service-style-one h3 a {
    color: var(--primary);
}

.single-service-style-one h3 a:hover {
    color: var(--secondary);
}

.single-service-style-one p {
    font-size: 16px;
    line-height: 26px;
    color: #848484;
}

.single-service-style-one .image-box {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.single-service-style-one .image-box img {
    width: 100%;
}

.single-service-style-one .image-box .box {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(24, 24, 24, .9);
    opacity: 0;
    transition: all .4s ease;
}

.single-service-style-one .image-box .box a {
    color: var(--secondary);
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: bold;
}

.single-service-style-one .image-box .box a i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.single-service-style-one .image-box:hover .box {
    top: 0;
    opacity: 1;
}

.more-service-link-box {
    padding-top: 150px;
    padding-bottom: 100px;
    background: var(--primary) url(../images/resource/service-bg-1.png) center center no-repeat fixed;
}

.more-service-link-box h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
}

.more-service-link-box h3 a {
    font-size: 16px;
    color: var(--primary);
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 25px;
    transition: all .4s ease;
    color: var(--secondary);
    font-size: 16px;
    border-bottom: 2px dashed #515151;
    font-family: 'Roboto';
    font-weight: 700;
    line-height: 1em;
    margin-left: 15px;
}

.more-service-link-box h3 a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    transition: all .4s ease;
}

.more-service-link-box h3 a:hover {
    color: var(--secondary);
    padding-left: 0;
}

.more-service-link-box h3 a:hover i {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(10px);
    -ms-transform: translateY(-50%) translateX(10px);
    -o-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
}


/*** 

====================================================================
            Services Single
====================================================================

***/

.services-single {
    position: relative;
}

.services-single .inner-box {
    position: relative;
}

.services-single .inner-box .sec-title {
    margin-bottom: 25px;
}

.services-single .inner-box .sec-title:before {
    top: -10px;
}

.services-single .title {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: var(--primary);
    font-weight: 400;
    padding-top: 20px;
    margin-bottom: 30px;
}

.services-single .title:before {
    position: absolute;
    top: 0px;
    left: 0;
    height: 2px;
    width: 55px;
    background-color: var(--secondary);
    display: inline-block;
    content: "";
}

.services-single .inner-box .text {
    position: relative;
    margin-bottom: 35px;
}

.services-single .inner-box .text p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 15px;
}

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

.two-column .image-column {
    position: relative;
    margin-bottom: 40px;
}

.two-column .image-column .image-box {
    position: relative;
    padding-right: 35px;
}

.two-column .image-column img {
    max-width: 100%;
    height: auto;
    display: block;
}

.two-column .info-column {
    position: relative;
}

.two-column .info-column .inner-column {
    position: relative;
    margin-left: -30px;
}

.service-block-two {
    position: relative;
    margin-bottom: 38px;
}

.service-block-two .inner-box {
    position: relative;
}

.service-block-two .icon {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 1em;
    color: var(--secondary);
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two h3 {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: var(--primary);
    font-weight: 400;
    margin-bottom: 12px;
}

.service-block-two h3 a {
    color: var(--primary);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two h3 a:hover {
    color: var(--secondary);
}

.service-block-two p {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

.why-us-tabs {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.why-us-tabs .tab-buttons {
    position: relative;
    text-align: right;
    border-top: 1px solid #f2f2f2;
}

.why-us-tabs .tabs-content .tab {
    display: none;
}

.why-us-tabs .tabs-content .tab.active-tab {
    display: block;
}

.why-us-tabs .tab-btn {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 30px 10px 0;
    color: var(--primary);
    font-weight: 600;
    border-bottom: 1px solid #f2f2f2;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.why-us-tabs .tab-btn:before {
    position: absolute;
    right: 30px;
    top: 0px;
    line-height: 23px;
    padding: 10px 0;
    content: "\f178";
    font-size: 14px;
    color: var(--secondary);
    font-family: 'FontAwesome';
    opacity: 0;
    visibility: hidden;
}

.why-us-tabs .tab-btn.active-btn {
    color: var(--secondary);
    padding-right: 55px;
}

.why-us-tabs .tab-btn.active-btn:before {
    visibility: visible;
    opacity: 1;
}

.why-us-tabs .tabs-content {
    position: relative;
}

.why-us-tabs .tabs-content:before {
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 1px solid #f2f2f2;
    content: "";
}

.why-us-tabs .tabs-content strong {
    position: relative;
    display: block;
    top: -6px;
    font-size: 18px;
    line-height: 28px;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 13px;
}

.why-us-tabs .tabs-content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 18px;
}

.why-us-tabs .tabs-content ul {
    position: relative;
}

.why-us-tabs .tabs-content ul li {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 10px;
}

.why-us-tabs .tabs-content ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary);
    font-family: 'FontAwesome';
    content: "\f05d";
}

.feature-info-block {
    position: relative;
    padding: 60px 0 0px;
    margin-bottom: 40px;
    border-top: 1px solid #f2f2f2;
}

.feature-info-block .image-column,
.feature-info-block .info-column {
    position: relative;
    margin-bottom: 20px;
}

.feature-info-block .image-column .image {
    text-align: right;
}

.feature-info-block .info-column .inner-column {
    position: relative;
    margin-right: -40px;
}

.feature-info-block p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 18px;
}

.feature-info-block ul {
    display: block;
}

.feature-info-block ul li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    padding-left: 24px;
    margin-bottom: 18px;
}

.feature-info-block ul li:before {
    position: absolute;
    left: 0;
    top: 7px;
    height: 7px;
    width: 7px;
    background-color: var(--secondary);
    content: "";
}

/*Blog Category*/

.services-cat {
    position: relative;
}

.services-cat li {
    position: relative;
    padding-left: 20px;
    border-left: 1px solid #f2f2f2;
}

.services-cat li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 23px;
    color: var(--primary);
    font-weight: 400;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.services-cat li:first-child a {
    padding-top: 0;
}

.services-cat li a:before {
    position: absolute;
    left: -27px;
    bottom: 20px;
    height: 13px;
    width: 13px;
    line-height: 11px;
    font-size: 6px;
    content: "\f111";
    background: padding-box content-box;
    border: 1px solid #e8e8e8;
    color: #e8e8e8;
    font-family: "FontAwesome";
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-cat li.active a,
.services-cat li a:hover {
    color: var(--secondary);
}

.services-cat li.active a:before,
.services-cat li a:hover:before {
    border: 1px solid var(--secondary);
    color: var(--secondary);
}

/* Department Sidebar */

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

.brochure-widget h3 {
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    color: var(--primary);
    font-weight: 400;
    margin-bottom: 23px;
}

.brochure-widget .link-box {
    position: relative;
    display: block;
    padding-left: 45px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.brochure-widget .link-box:last-child {
    margin-bottom: 0;
}

.brochure-widget .link-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 37px;
    width: 30px;
    border-right: 1px solid #f2f2f2;
    font-size: 16px;
    color: var(--secondary);
    line-height: 37px;
}

.brochure-widget .link-box h5 {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: var(--primary);
    font-weight: 400;
}

.brochure-widget .link-box a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #848484;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.brochure-widget .link-box a:hover {
    color: var(--secondary);
}

.testimonial-block-three {
    position: relative;
}

.testimonial-block-three .info {
    position: relative;
    padding-left: 70px;
    min-height: 70px;
    margin-bottom: 20px;
}

.testimonial-block-three .info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-block-three .info .thumb img {
    display: block;
    width: 100%;
}

.testimonial-block-three .info .name {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--primary);
    font-weight: 400;
}

.testimonial-block-three .info .city {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: var(--secondary);
    font-weight: 300;
}

.testimonial-block-three .text {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #848484;
    font-weight: 400;
    font-style: italic;
}

/*** 

====================================================================
            What We Do Section
====================================================================

***/

.what-we-do {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/icons/bg.jpg);
    padding: 100px 0;
}

.what-we-do .sec-title {
    margin-bottom: 30px;
}

.what-we-do .sec-title h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: var(--secondary);
    font-weight: 400;
    margin-top: 15px;
}

.what-we-do .info-box {
    position: relative;
    margin-bottom: 20px;
}

.what-we-do .info-box .icon {
    float: left;
    font-size: 64px;
    line-height: 80px;
    color: var(--secondary);
    margin-right: 20px;
}

.what-we-do .info-box .count {
    float: left;
    font-size: 42px;
    line-height: 80px;
    color: var(--secondary);
    font-weight: 700;
    margin-right: 45px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.what-we-do .info-box .count .plus {
    font-size: 16px;
    line-height: 1em;
    position: absolute;
    top: 13px;
    left: 100%;
}

.what-we-do .info-box .title {
    float: left;
    position: relative;
    padding: 17.5px 0;
}

.what-we-do .info-box .title span {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 10px 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    background-color: #222222;
    border: 1px solid #2D2F31;
}

.what-we-do .content-column .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #ADADAD;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.what-we-do .content-column .more-btn {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
    transition: all .4s ease;
    margin-top: 15px;
    font-family: 'Roboto';
}

.what-we-do .content-column .more-btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    transition: all .4s ease;
}

.what-we-do .content-column .more-btn:hover {
    color: var(--secondary);
    padding-left: 0;
}

.what-we-do .content-column .more-btn:hover i {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(10px);
    -ms-transform: translateY(-50%) translateX(10px);
    -o-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
}

.what-we-do .video-column {
    position: relative;
}

.what-we-do .video-column .inner-column {
    position: relative;
}

.what-we-do .video-column .image {
    position: relative;
}

.what-we-do .video-column .image img {
    display: block;
    width: 100%;
}

.what-we-do .video-column .image .link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.what-we-do .video-column .image:hover .link {
    background: rgba(0, 0, 0, 0.30);
}

.what-we-do .video-column .image .link span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    font-size: 76px;
    line-height: 66px;
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

/*** 

====================================================================
            About Us
====================================================================

***/

.about-us {
    position: relative;
    padding: 80px 0 40px;
}

.about-us .sec-title {
    margin-bottom: 0;
}

.about-us .info-column {
    margin-bottom: 40px;
}

.about-us .about-company {
    position: relative;
}

.about-us .about-company h4 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: var(--primary);
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 13px;
}

.about-us .about-company .link-box {
    position: relative;
}

.about-us .about-company .link-box a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: var(--primary);
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    vertical-align: middle;
    margin-top: 10px;
}

.about-us .about-company .link-box a i {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    vertical-align: middle;
    margin-right: 6px;
}

.about-us .about-company .link-box a:hover {
    color: #222222;
}

.info-tabs {
    position: relative;
}

.info-tabs .tabs-content .tab {
    display: none;
}

.info-tabs .tabs-content .tab.active-tab {
    display: block;
}

.info-tabs .tab-buttons {
    position: relative;
}

.info-tabs .tab-buttons li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: var(--primary);
    font-weight: 700;
    padding: 10px 30px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 24px;
}

.info-tabs .tab-buttons li.active-btn {
    background: var(--secondary);
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.15);
}

.info-tabs .tabs-content {
    position: relative;
    padding-top: 35px;
    margin-bottom: 18px;
}

.info-tabs .tabs-content h3 {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: var(--primary);
    font-weight: 400;
    margin-bottom: 18px;
}

.info-tabs .tabs-content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

.about-us .list-column .inner-column {
    position: relative;
}

.about-block {
    position: relative;
    margin-bottom: 50px;
}

.about-block:last-child {
    margin-bottom: 0;
}

.about-block .inner-box {
    position: relative;
    padding-left: 115px;
    min-height: 85px;
}

.about-block .about-image, .about-block .about-image1, .about-block .about-image2{
    position: absolute;
    left: 0;
    top: 0;
    height: 85px;
    width: 85px;
    border: 1px solid #f2f2f2;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.about-block .icon:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 10px;
    content: "";
    height: 40px;
    width: 1px;
    background-color: #f2f2f2;
}

.about-block:last-child .icon:before {
    display: none;
}

.about-image {
    background-image: url(../images/icons/injection.png);
}

.about-image2 {
    background-image: url(../images/icons/medicine-jar.png);
}

.about-image1 {
    background-image: url(../images/icons/price-tags.png);
}

.about-block h4 {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: var(--primary);
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.about-block h4:before {
    content: '';
    background: var(--secondary);
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-block h4 a {
    color: var(--primary);
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-block h4 a:hover {
    color: var(--secondary);
}

/*** 

====================================================================
            About Section Two
====================================================================

***/

.about-section-two {
    position: relative;
    display: block;
    padding: 80px 0 50px;
}

.about-section-two .outer-box {
    position: relative;
    display: block;
    padding: 100px 50px 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-section-two .highlight-box {
    position: relative;
    float: right;
    width: 100%;
    max-width: 430px;
    background-color: #ffffff;
}

.about-section-two .highlight-box .info-carousel {
    position: relative;
}

.about-block-two {
    position: relative;
    padding: 40px 40px 40px;
    margin-bottom: 40px;
}

.about-section-two .about-block-two:before {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 130px;
    line-height: 130px;
    color: #f2f2f2;
    content: "\f13d";
    font-family: "Flaticon";
}

.about-block-two .icon-box {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px;
    max-width: 110px;
    border-bottom: 1px solid #dedede;
}

.about-block-two .icon-box .icon {
    display: inline-block;
    color: var(--secondary);
    font-size: 60px;
    line-height: 60px;
}

.about-block-two h3 {
    font-size: 20px;
    line-height: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 400;
    margin-bottom: 20px;
}

.about-block-two .text {
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin: 0;
}

.about-block-two .carousel-column {
    position: relative;
}

.info-carousel .owl-nav {
    display: none;
}

.info-carousel .owl-dots {
    position: absolute;
    left: 30px;
    bottom: 30px;
    text-align: center;
}

.info-carousel .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid var(--secondary);
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.info-carousel .owl-dots .owl-dot.active {
    width: 10px;
    background-color: var(--secondary);
}

.about-style-one {
    padding: 100px 0;
}

.about-style-one .image-box {
    position: relative;
    display: inline-block;
}

.about-style-one .image-box:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    width: 100%;
    height: 100%;
    background: var(--secondary) url(../images/resource/about-bg.png) repeat center center;
}

.about-style-one .image-box img {
    position: relative;
    z-index: 9;
}

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

.about-style-one .sec-title h2 {
    margin: 0;
    margin-top: 10px;
}

.about-style-one .content-box {
    padding-right: 40px;
}

.about-style-one .content-box h3 {
    margin: 0;
    color: var(--primary);
    font-size: 22px;
    font-weight: 700;
}

.about-style-one .content-box p {
    color: #848484;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.about-style-one .content-box ul.list-items {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.about-style-one .content-box ul.list-items li {
    color: var(--primary);
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 18px;
    position: relative;
    padding-left: 43px;
}

.about-style-one .content-box ul.list-items li+li {
    margin-top: 20px;
}

.about-style-one .content-box ul.list-items li i {
    font-size: 24px;
    color: var(--secondary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-style-one .content-box .more-btn {
    font-size: 16px;
    color: var(--primary);
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
    transition: all .4s ease;
    font-family: 'Roboto';
    margin-top: 40px;
}

.about-style-one .content-box .more-btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    transition: all .4s ease;
}

.about-style-one .content-box .more-btn:hover {
    color: var(--secondary);
    padding-left: 0;
}

.about-style-one .content-box .more-btn:hover i {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(10px);
    -ms-transform: translateY(-50%) translateX(10px);
    -o-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
}




/*** 

====================================================================
            Story Section
====================================================================

***/

.story-section {
    position: relative;
}

.story-section .sec-title {
    margin-bottom: 35px;
}

.story-section .content-column .inner-column {
    position: relative;
}

.story-section .content-column h3 {
    position: relative;
    display: block;
    font-size: 24px;
    color: var(--primary);
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 32px;
    margin-bottom: 20px;
}

.story-section .content-column .text {
    display: block;
    margin-bottom: 25px;
}

.story-section .content-column .text p {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 16px;
}

.story-section .content-column .text p:last-child {
    margin-bottom: 0;
}

.story-section .content-column .info {
    position: relative;
    display: block;
}

.story-section .content-column .info .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: var(--primary);
    font-weight: 400;
}

.story-section .content-column .info .designation {
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary);
    font-weight: 400;
}

.story-block {
    position: relative;
    padding-left: 5px;
    padding-bottom: 50px;
}

.story-block .inner-box {
    position: relative;
    padding-left: 120px;
    margin-left: 120px;
    min-height: 120px;
}

.story-block .inner-box .date {
    position: absolute;
    left: -125px;
    top: 0;
    font-size: 16px;
    line-height: 1em;
    color: #848484;
    font-weight: 400;
    padding-bottom: 12px;
    padding-left: 25px;
    border-bottom: 1px solid #f2f2f2;
}

.story-block .inner-box .date:before {
    position: absolute;
    left: 0px;
    bottom: -5px;
    height: 11px;
    width: 11px;
    background-color: var(--secondary);
    content: "";
    z-index: 99;
    border-radius: 5px;
    border: 2px solid #ffffff;
}

.story-block:hover .inner-box .date:before {
    border-color: #fceab9;
}

.story-block .inner-box .image-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 110px;
    width: 85px;
}

.story-block .image-box img {
    width: 100%;
    height: auto;
}

.story-block h3 {
    display: block;
    font-size: 20px;
    color: var(--primary);
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 15px;
    top: -3px;
}

.story-block h3 a {
    color: var(--primary);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.story-block h3 a:hover {
    color: var(--secondary);
}

.story-block .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

.story-section .verticle-slider-one {
    position: relative;
    padding-top: 30px;
}

.story-section .verticle-slider-one:before {
    position: absolute;
    left: 6px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #f2f2f2;
    content: "";
}

.verticle-slider-one .verticle-carousel:before,
.verticle-slider-one .verticle-carousel:after {
    position: absolute;
    left: 3px;
    top: -30px;
    height: 7px;
    width: 7px;
    background-color: #f2f2f2;
    content: "";
    border-radius: 50%;
}

.verticle-slider-one .verticle-carousel:after {
    top: auto;
    bottom: 0;
}

.verticle-slider-one .verticle-carousel .slick-next,
.verticle-slider-one .verticle-carousel .slick-prev {
    position: absolute;
    left: 25px;
    bottom: 0;
    font-size: 20px;
    line-height: 20px;
    color: #d9d9d9;
    background: none;
    z-index: 9;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.verticle-slider-one .verticle-carousel .slick-prev {
    left: 60px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.verticle-slider-one .verticle-carousel .slick-dots {
    display: none !important;
}

.verticle-slider-one .verticle-carousel .slick-next:hover,
.verticle-slider-one .verticle-carousel .slick-prev:hover {
    color: var(--secondary);
}

/*** 

====================================================================
            Accordion Style
====================================================================

***/

.faq-section {
    position: relative;
    padding: 80px 0 40px;
}

.accordion-box {
    position: relative;
    border: 1px solid #f2f2f2;
}

.faq-section .accordion-box {
    margin-bottom: 40px;
}

.accordion-box .block {
    position: relative;
}

.accordion-box .block:last-child .acc-btn {
    border-bottom: 0px;
    padding-bottom: 10px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    cursor: pointer;
    line-height: 30px;
    color: var(--primary);
    font-weight: 500;
    padding: 13px 60px 13px 30px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #f7f7f7;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background-color: #ffffff;
    border-left: 1px solid var(--secondary);
    color: var(--secondary);
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 0;
    top: 0px;
    color: #929292;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.accordion-box .block .acc-btn.active .icon-outer .icon:before {
    content: "\f129";
    display: inline-block;
    color: var(--secondary);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: var(--secondary);
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 25px 30px 15px 20px;
    border-bottom: 1px solid #e9e9e9;
}

.accordion-box .block .content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 0px;
}

.faq-section .form-column .inner-column {
    position: relative;
    padding: 40px 30px 20px;
    border: 1px solid #f2f2f2;
}

.faq-form {
    position: relative;
}

.faq-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.faq-form .ui-selectmenu-button.ui-button,
.faq-form .form-group input[type="text"],
.faq-form .form-group input[type="email"],
.faq-form .form-group input[type="tel"],
.faq-form .form-group input[type="url"],
.faq-form .form-group textarea,
.faq-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #848484;
    font-weight: 400;
    padding: 9px 20px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-form .form-group input:focus,
.faq-form .form-group select:focus,
.faq-form .form-group textarea:focus {
    border-color: var(--secondary);
}

.faq-form .form-group textarea {
    height: 120px;
    resize: none;
}

.faq-form .form-group input[type="submit"],
.faq-form button {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: var(--primary);
    font-weight: 700;
    padding: 10px 50px;
    background-color: var(--secondary);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-form .form-group input[type="submit"]:hover,
.faq-form button:hover {
    background-color: var(--primary);
    color: var(--secondary);
}

/*** 

====================================================================
            Project Section
====================================================================

***/

.project-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.project-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--primary);
    opacity: 0.79;
}

.project-section .carousel-box {
    position: relative;
}

.project-section .sec-title {
    position: relative;
    margin-bottom: 50px;
}

.project-block {
    position: relative;
}

.project-block .image-box {
    position: relative;
    overflow: hidden;
}

.project-block .image-box figure {
    position: relative;
}

.project-block .image-box figure a {
    position: relative;
    display: block;
}

.project-block .image-box figure&gt;a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: var(--primary);
    background: -moz-linear-gradient(top, #000000, rgba(0, 0, 0, 0.80), transparent);
    background: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0.80), transparent);
    background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.80), transparent);
    content: "";
    z-index: 1;
}

.project-block .image-box figure a img {
    display: block;
    width: 100%;
    height: auto;
}

.project-block .image-box .title-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    padding-left: 30px;
    padding-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .image-box .title-box:before {
    position: absolute;
    left: 30px;
    bottom: 0;
    height: 3px;
    width: 0px;
    content: "";
    background-color: var(--secondary);
}

.project-block .image-box:hover .title-box {
    margin-bottom: 40px;
}

.project-block .image-box:hover .title-box:before {
    width: 60px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-block .image-box .title-box h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 3px;
}

.project-block .image-box .title-box a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .image-box .title-box a:hover {
    color: var(--secondary);
}

.project-block .image-box .title-box .tag {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary);
    font-weight: 400;
}

.project-carousel .owl-dots {
    display: none !important;
}

.project-carousel .owl-nav {
    position: absolute;
    display: block;
    left: 0px;
    top: 50%;
    margin-top: 30px;
    width: 100%;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    position: absolute;
    left: -110px;
    bottom: 0;
    width: 60px;
    height: 60px;
    line-height: 58px;
    font-size: 20px;
    font-weight: 400;
    color: #737474;
    text-align: center;
    border: 1px solid #737474;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-carousel .owl-nav .owl-next {
    left: auto;
    right: -110px;
}

@media (max-width: 1400px) {

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        left: -75px;
    }

    .project-carousel .owl-nav .owl-next {
        left: auto;
        right: -75px;
    }

}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    color: var(--secondary);
    border-color: var(--secondary);
}

.project-carousel .owl-item .project-block {
    position: relative;
    -webkit-transform: scale(1, .83);
    -ms-transform: scale(1, .83);
    -o-transform: scale(1, .83);
    transform: scale(1, .83);
    transition: all .4s ease;
}

.project-carousel .owl-item.center .project-block {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

/*** 

====================================================================
                Projects Section Two
====================================================================

***/

.projects-section-two {
    position: relative;
    padding: 80px 0 80px;
}

.projects-section-two .mixitup-gallery .filters {
    margin-bottom: 50px;
    text-align: center;
}

.projects-section-two .mixitup-gallery .filter-tabs {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #f2f2f2;
}

.projects-section-two .mixitup-gallery .filters li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #848484;
    line-height: 24px;
    font-weight: 400;
    padding: 0px 20px 15px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.projects-section-two .mixitup-gallery .filters li:after {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    content: "/";
}

.projects-section-two .mixitup-gallery .filters li:before {
    position: absolute;
    left: 50%;
    bottom: -1px;
    top: auto;
    height: 1px;
    width: 0;
    content: "";
    z-index: 1;
    background-color: var(--secondary);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.projects-section-two .mixitup-gallery .filters li.active {
    color: var(--secondary);
}

.projects-section-two .mixitup-gallery .filters li.active:before {
    width: 100%;
    left: 0;
}

.project-block-two.mix {
    display: none;
}

.project-block-two {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 75px;
}

.project-block-two .image-box {
    position: relative;
}

.project-block-two .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.project-block-two .slide-item .image-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.project-block-two .image-box .overlay-box:before {
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
    background-color: var(--primary);
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5) rotateY(180deg);
    -moz-transform: scale(0.5) rotateY(180deg);
    -ms-transform: scale(0.5) rotateY(180deg);
    -o-transform: scale(0.5) rotateY(180deg);
    transform: scale(0.5) rotateY(180deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block-two:hover .image-box .overlay-box:before {
    opacity: .90;
    -webkit-transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    -o-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
    visibility: visible;
}

.project-block-two .overlay-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    display: inline-block;
    height: 30px;
    width: 30px;
    font-size: 20px;
    color: var(--secondary);
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two .overlay-box a:hover {
    color: #ffffff;
}

.project-block-two:hover .overlay-box a {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-block-two .content-box {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two:hover .content-box {
    bottom: 100px;
    left: 45px;
    padding-bottom: 20px;
}

.project-block-two .content-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: var(--secondary);
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two:hover .content-box:before {
    width: 60px;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-block-two .content-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: var(--primary);
    font-weight: 400;
}

.project-block-two .content-box h4 a {
    color: var(--primary);
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two:hover .content-box h4 a {
    color: #ffffff;
}

.project-block-two .content-box h4 a:hover {
    color: var(--secondary);
}

.project-block-two .content-box .tag {
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary);
    font-weight: 400;
}

.projects-section-two .styled-pagination {
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
}

/*** 

====================================================================
            Projects  Section Three
====================================================================

***/

.projects-section-three {
    position: relative;
    padding: 80px 0;
}

.project-block-three {
    position: relative;
    margin-bottom: 40px;
}

.project-block-three .image-box {
    position: relative;
    overflow: hidden;
}

.project-block-three .image-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--primary);
    opacity: 0;
    visibility: hidden;
    content: "";
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-three .image-box:hover:before {
    opacity: .90;
    visibility: visible;
}

.project-block-three .image-box figure {
    position: relative;
}

.project-block-three .image-box figure a {
    position: relative;
    display: block;
}

.project-block-three .image-box figure&gt;a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--primary);
    background: -moz-linear-gradient(top, var(--primary), transparent);
    background: -webkit-linear-gradient(top, var(--primary), transparent);
    background: linear-gradient(to top, var(--primary), transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary)', endColorstr='transparent', GradientType=0);
    content: "";
    z-index: 1;
}

.project-block-three .image-box figure a img {
    display: block;
    width: 100%;
    height: auto;
}

.project-block-three .image-box figure a span {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: var(--secondary);
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-three .image-box:hover figure a span {
    opacity: 1;
    visibility: visible;
}

.project-block-three .image-box .title-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    padding-left: 25px;
    padding-bottom: 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-three .image-box .title-box:before {
    position: absolute;
    left: 30px;
    bottom: 0;
    height: 3px;
    width: 0px;
    background-color: var(--secondary);
    content: "";
}

.project-block-three .image-box:hover .title-box {
    margin-bottom: 30px;
}

.project-block-three .image-box:hover .title-box:before {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 60px;
    transition-delay: 300ms;
}

.project-block-three .image-box .title-box h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 3px;
}

.project-block-three .image-box .title-box a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-three .image-box .title-box a:hover {
    color: var(--secondary);
}

.project-block-three .image-box .title-box .tag {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary);
    font-weight: 400;
}

/*** 

====================================================================
                Project Section Four
====================================================================

***/

.projects-section-four {
    position: relative;
    padding: 80px 0;
}

.project-block-four {
    position: relative;
    margin-bottom: 30px;
}

.project-block-four .image-box {
    position: relative;
    overflow: hidden;
}

.project-block-four .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.project-block-four .slide-item .image-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.project-block-four .image-box .overlay-box:before {
    position: absolute;
    left: 0%;
    top: 0;
    bottom: 95px;
    height: 100%;
    width: 100%;
    background-color: var(--primary);
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block-four:hover .image-box .overlay-box:before {
    opacity: .90;
    bottom: 95px;
    top: auto;
    visibility: visible;
}

.project-block-four .overlay-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -55px;
    margin-left: -15px;
    display: inline-block;
    height: 30px;
    width: 30px;
    font-size: 20px;
    color: var(--secondary);
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-four .overlay-box a:hover {
    color: #ffffff;
}

.project-block-four:hover .overlay-box a {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-block-four .content-box {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 100%;
    opacity: 0;
    background-color: #ffffff;
    visibility: hidden;
    padding-bottom: 20px;
    padding-top: 22px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-four:hover .content-box {
    opacity: 1;
    visibility: visible;
}

.project-block-four .content-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: var(--secondary);
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-four:hover .content-box:before {
    width: 60px;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-block-four .content-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: var(--primary);
    font-weight: 400;
}

.project-block-four .content-box h4 a {
    color: var(--primary);
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-four:hover .content-box h4 a {
    color: var(--primary);
}

.project-block-four .content-box h4 a:hover {
    color: var(--secondary);
}

.project-block-four .content-box .tag {
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary);
    font-weight: 400;
}

/*** 

====================================================================
            Project Single Section
====================================================================

***/

.project-single-section {
    position: relative;
    padding: 90px 0px 80px;
}

.project-single-section .upper-box {
    position: relative;
}

.project-single-section .single-item-carousel {
    position: relative;
    margin-bottom: 40px;
}

.project-single-section .upper-box .image {
    position: relative;
}

.project-single-section .upper-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.project-single-section .single-item-carousel .owl-nav {
    display: none;
}

.project-single-section .single-item-carousel .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30px;
    text-align: center;
}

.project-single-section .single-item-carousel .owl-dots .owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    border: 4px solid #ffffff;
    display: inline-block;
    margin: 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-single-section .single-item-carousel .owl-dots .owl-dot.active {
    border-color: var(--secondary);
}

.project-single-section .content-column {
    margin-bottom: 40px;
}

.project-single-section .content-column .inner-column {
    position: relative;
}

.project-single-section .content-column .inner-column:before {
    position: absolute;
    right: -30px;
    top: 0px;
    height: 100%;
    width: 1px;
    background-color: #f2f2f2;
    content: "";
}

.project-single-section .title {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: var(--primary);
    font-weight: 400;
    margin-bottom: 40px;
    padding-top: 20px;
}

.project-single-section .title:before {
    position: absolute;
    top: 0px;
    height: 2px;
    width: 85px;
    background-color: var(--secondary);
    display: inline-block;
    content: "";
}

.project-single-section .content-column .text {
    position: relative;
    margin-bottom: 30px;
}

.project-single-section .content-column .text p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 15px;
}

.project-single-section .content-column .text p:last-child {
    margin-bottom: 0px;
}

.project-single-section .content-column .social-icon-one li {
    margin-left: 0px;
    margin-right: 20px;
}

.project-single-section .info-column .inner-column {
    padding-left: 30px;
}

.project-single-section .info-column ul {
    position: relative;
}

.project-single-section .info-column ul li {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 18px;
}

.project-single-section .info-column ul li a {
    color: #848484;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-single-section .info-column ul li a:hover {
    color: var(--secondary);
}

.project-single-section .info-column ul li span {
    position: relative;
    color: var(--primary);
    font-size: 16px;
    font-weight: 400;
    margin-right: 14px;
}

.project-single-section .info-column ul li span:after {
    position: absolute;
    content: ':';
    right: 10px;
    top: 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.project-single-section .info-column ul li span.fa {
    display: inline-block;
    width: auto;
    color: var(--secondary);
    font-size: 14px;
    margin-right: 2px;
    font-family: 'FontAwesome';
}

.project-single-section .info-column ul li span.fa:after {
    display: none;
}

.load-more-option {
    position: relative;
    display: block;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.load-more-option li {
    position: relative;
    display: inline-block;
}

.load-more-option li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: var(--primary);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.load-more-option li a {
    color: #333333;
}

.load-more-option li:hover a {
    color: var(--secondary);
}

.load-more-option .load-more a {
    color: var(--primary);
    font-size: 24px;
    height: auto;
    width: auto;
    padding: 0;
    border: 0;
}

.load-more-option .load-more a:hover {
    color: #a0d405;
    background: none;
}

.load-more-option li.next a span {
    margin-left: 5px
}

.load-more-option li.prev a span {
    margin-right: 5px;
}

/*** 

====================================================================
            Industry Section
====================================================================

***/


.project-style-two {
    background: #F7F7F7;
    position: relative;
    margin-bottom: -15px;
    padding-top: 100px;
}

.project-style-two:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 390px;
    background: #fff;
}

@media (max-width: 1570px) {
    .project-style-two:before {
        height: 290px;
    }
}

.project-style-two .sec-title .text {
    color: #848484;
    font-size: 18px;
    line-height: 28px;
}

.project-style-two .auto-container.full-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.single-project-box-two {
    position: relative;
}

.single-project-box-two .image-box {
    width: 100%;
}

.single-project-box-two .image-box img {
    /*width: calc(100% - 200px);*/
    width: 100%;
    transition: all .4s ease;
    float: right;
    -webkit-transform: scale(.82);
    -ms-transform: scale(.82);
    -o-transform: scale(.82);
    transform: scale(.82);
    transform-origin: top center;
}

.project-two-carousel .owl-item.center .single-project-box-two .image-box img {
    width: calc(100% - 200px);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 1570px) {
    .single-project-box-two .image-box img {
        transform-origin: top center;
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75);
    }

    .project-two-carousel .owl-item.center .single-project-box-two .image-box img {
        width: calc(100% - 150px);
    }
}

@media (max-width: 1366px) {
    .single-project-box-two .image-box img {
        transform-origin: top center;
        -webkit-transform: scale(.82);
        -ms-transform: scale(.82);
        -o-transform: scale(.82);
        transform: scale(.82);
    }

    .project-two-carousel .owl-item.center .single-project-box-two .image-box img {
        width: calc(100% - 200px);
    }
}

.single-project-box-two .content-box {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-50px);
    -ms-transform: translateY(-50%) translateX(-50px);
    -o-transform: translateY(-50%) translateX(-50px);
    transform: translateY(-50%) translateX(-50px);
    max-width: 370px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.11);
    transition: all .4s ease;
    opacity: 0;
    padding: 45px 50px;
}

.single-project-box-two .content-box:before {
    content: '';
    width: 3px;
    height: 48px;
    background: var(--secondary);
    position: absolute;
    top: 80px;
    left: 0;
}

.single-project-box-two .content-box h3 {
    margin: 0;
    color: var(--primary);
    font-size: 24px;
    font-weight: 700;
}

.single-project-box-two .content-box span {
    color: var(--secondary);
    font-weight: 500;
    font-family: 'Roboto';
    font-size: 18px;
}

.single-project-box-two .content-box p {
    color: #848484;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-top: 16px;
    margin-bottom: 40px;
}

.single-project-box-two .content-box .more {
    font-size: 16px;
    color: var(--primary);
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
    transition: all .4s ease;
    font-family: 'Roboto';
}

.single-project-box-two .content-box .more i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    transition: all .4s ease;
}

.single-project-box-two .content-box .more:hover {
    color: var(--secondary);
    padding-left: 0;
}

.single-project-box-two .content-box .more:hover i {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(10px);
    -ms-transform: translateY(-50%) translateX(10px);
    -o-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
}


.project-two-carousel .owl-item.active .single-project-box-two .content-box {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
}

@media (max-width: 1370px) {
    .project-two-carousel .owl-item.active .single-project-box-two .image-box img {
        width: calc(100% - 180px);
    }
}

.project-style-two .top-box [class*=col-]:last-child {
    padding-top: 22px;
}

.project-style-two .top-box .text {
    display: inline-block;
    vertical-align: middle;
    width: 69%;
    margin-right: 77px;
}

.project-style-two-carousel-nav {
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #E1E1E1;
    color: var(--primary);
    font-size: 14px;
    line-height: 53px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    transition: all .4s ease;
}

.project-style-two-carousel-nav:hover {
    border-color: var(--secondary);
    color: var(--secondary);
}

.project-style-two-carousel-nav+.project-style-two-carousel-nav {
    margin-left: 11px;
}




/*** 

====================================================================
            Industry Section
====================================================================

***/

.industry-section {
    position: relative;
    padding-top: 70px;
}

.industry-block {
    position: relative;
    display: block;
    background-color: #ffffff
}

.industry-block .image {
    position: relative;
}

.industry-block .image:before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--primary);
    content: "";
    opacity: .90;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.industry-block:hover .image:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.industry-block .image-box {
    position: relative;
}

.industry-block .lower-content {
    position: relative;
    background-color: #ffffff;
    padding: 35px 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.industry-block.bg-gray .lower-content {
    background-color: #f7f7f7;
}

.industry-block .lower-content .icon-box {
    position: relative;
    font-size: 50px;
    line-height: 1em;
    color: var(--primary);
    margin-bottom: 30px;
}

.industry-block .lower-content h3 {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: var(--primary);
    font-weight: 400;
    margin-bottom: 20px;
}

.industry-block .lower-content h3 a {
    color: var(--primary);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.industry-block .lower-content h3 a:hover {
    color: var(--secondary);
}

.industry-block .lower-content .text {
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 20px;
}

.industry-block .lower-content .link-box {
    position: relative;
}

.industry-block .lower-content .link-box a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: var(--secondary);
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.industry-block .lower-content .link-box a i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 20px;
    margin-right: 10px;
    opacity: 0;
    visibility: hidden;
}

.industry-block .lower-content .link-box a:hover {
    color: #333333;
    padding-left: 30px;
}

.industry-block .lower-content .link-box a:hover i {
    visibility: visible;
    opacity: 1;
}

.industry-carousel {
    position: relative;
}

/*** 

====================================================================
            Call To Action
====================================================================

***/

.call-to-action {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 35px 0;
}

.call-to-action:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--primary);
    opacity: .90;
    content: "";
}

.call-to-action .inner-container {
    position: relative;
}

.call-to-action .text-box {
    position: relative;
    float: left;
    padding: 15px 0;
}

.call-to-action .text-box p {
    font-size: 20px;
    line-height: 30px;
    color: var(--secondary);
}


.call-to-action .btn-box {
    position: relative;
    float: right;
    padding-top: 3px;
}

.call-to-action .btn-box a {
    padding: 15px 30px;
    line-height: 25px;
}


/*** 

====================================================================
            Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 80px 0 40px;
}

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

.team-block .inner-box {
    position: relative;
}

.team-block .image-box {
    position: relative;
}

.team-block .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.team-block .slide-item .image-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.team-block .image-box .overlay-box:before {
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
    background-color: var(--primary);
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5) rotateY(180deg);
    -moz-transform: scale(0.5) rotateY(180deg);
    -ms-transform: scale(0.5) rotateY(180deg);
    -o-transform: scale(0.5) rotateY(180deg);
    transform: scale(0.5) rotateY(180deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block .inner-box:hover .image-box .overlay-box:before {
    opacity: .90;
    -webkit-transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    -o-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
    visibility: visible;
}

.team-block .overlay-box .social-links {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
    margin-top: -20px;
    display: block;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.team-block .social-links li a {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #848484;
    color: #848484;
    font-size: 14px;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-links li:hover a {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--primary);
}

.team-block .inner-box:hover .overlay-box .social-links {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.team-block .lower-content {
    position: relative;
    padding: 30px 50px 0 0;
}

.team-block .lower-content .email {
    position: absolute;
    right: 0;
    top: 30px;
}

.team-block .lower-content .email a {
    display: block;
    height: 60px;
    width: 50px;
    font-size: 25px;
    line-height: 58px;
    text-align: center;
    color: #c5c5c5;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box:hover .lower-content .email a {
    background-color: var(--secondary);
    color: var(--primary);
}

.team-block .lower-content .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 20px;
    top: -3px;
    padding-bottom: 15px;
    font-weight: 400;
    color: var(--primary);
}

.team-block .lower-content .name:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    background-color: #f2f2f2;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box:hover .lower-content .name:before {
    background-color: var(--secondary);
}

.team-block .lower-content .designation {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #848484;
    font-weight: 400;
    padding-top: 10px;
}

/*** 

====================================================================
            Testimonial Section
====================================================================

***/

.testimonial-section {
    padding: 60px 0;
}

.testimonial-section .auto-container {
    max-width: 1230px;
}

.signle-testimonial-style-one {
    /* padding-top: 35px; */
    /* padding-bottom: 35px; */
}

.signle-testimonial-style-one img {
    width: auto !important;
    max-width: 100%;
}

.signle-testimonial-style-one .inner-box {
    position: relative;
    padding: 40px 35px;
    background: #fff;
    -webkit-box-shadow: 0 0px 13px 0px rgb(0 0 0 / 6%);
    box-shadow: 0 2px 13px 2px rgb(0 0 0 / 6%);
    min-height: 385px;
}

.signle-testimonial-style-one .client-image {
    position: absolute;
    top: 0;
    left: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

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

.signle-testimonial-style-one h3 {
    color: var(--primary);
    font-size: 20px;
    font-weight: 400;
}

.signle-testimonial-style-one p {
    font-size: 16px;
    color: #848484;
    line-height: 30px;
    position: relative;
    margin-top: 5px;
}

.signle-testimonial-style-one p:before {
    content: '';
    position: absolute;
    top: 8px;
    right: calc(100% + 33px);
    width: 2px;
    height: 35px;
    background: var(--secondary);
}

.signle-testimonial-style-one span {
    color: var(--primary);
    font-size: 18px;
    font-weight: bold;
}

[class*=testimonials-carousel] .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    text-align: center;
}

[class*=testimonials-carousel] .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid var(--secondary);
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

[class*=testimonials-carousel] .owl-dots .owl-dot.active {
    width: 10px;
    background-color: var(--secondary);
}

.testimonial-section-home-two {
    padding: 0px 0 120px;
}

.testimonial-section-home-two .sec-title {
    margin-bottom: 25px;
}

.signle-testimonial-style-two {
    padding-top: 35px;
    padding-bottom: 35px;
}

.signle-testimonial-style-two img {
    width: auto !important;
    max-width: 100%;
}

.signle-testimonial-style-two .inner-box {
    position: relative;
    border: 1px solid #F2F2F2;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 30px;
    transition: all .4s ease;
}

.signle-testimonial-style-two:hover .inner-box {
    -webkit-box-shadow: 0 0px 13px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.06);
}

.signle-testimonial-style-two h3,
.signle-testimonial-style-two p {
    margin: 0;
}

.signle-testimonial-style-two p {
    font-size: 18px;
    line-height: 30px;
    color: #848484;
    margin-top: -30px;
}

.signle-testimonial-style-two h3 {
    color: var(--primary);
    font-size: 20px;
    font-weight: 400;
}

.signle-testimonial-style-two .review-text {
    background: transparent url(../images/testimonials/testi-text-bg.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center;
    max-width: 290px;
    min-height: 214px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 0 23px;
    margin-top: 30px;
}

.signle-testimonial-style-two span {
    color: var(--secondary);
    font-size: 16px;
}

.signle-testimonial-style-two .name-box {
    margin-top: 10px;
}

.signle-testimonial-style-two .name-box .img-box,
.signle-testimonial-style-two .name-box .text-box {
    display: table-cell;
    vertical-align: middle;
}

.signle-testimonial-style-two .name-box .img-box {
    width: 70px;
}

.signle-testimonial-style-two .name-box .img-box img {
    width: 100%;
    border-radius: 50%;
}

.signle-testimonial-style-two .name-box .text-box {
    padding-left: 20px;
    text-align: left;
}



/*** 

====================================================================
                Testimonial Page Section
====================================================================

***/

.testimonial-page-section {
    position: relative;
    padding: 80px 0 30px;
}

.testimonial-page-section .testimonial-block-two {
    position: relative;
    margin-bottom: 50px;
}

.testimonial-block-two .inner-box {
    position: relative;
    text-align: center;
    padding: 30px 30px 17px;
    border: 1px solid #f2f2f2;
}

.testimonial-block-two .thumb {
    position: relative;
    display: inline-block;
    height: 85px;
    width: 85px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 50%;
}

.testimonial-block-two .thumb img {
    width: 100%;
    height: auto;
}

.testimonial-block-two h3 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: var(--primary);
    font-weight: 400;
    margin-bottom: 10px;
}

.testimonial-block-two h3 a {
    color: var(--primary);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two h3 a:hover {
    color: var(--secondary);
}

.testimonial-block-two .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 15px;
}

.testimonial-block-two .name {
    display: inline-block;
    font-size: 20px;
    line-height: 25px;
    color: var(--primary);
    font-weight: 400;
    padding-top: 15px;
    border-top: 1px solid #f2f2f2;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

/*Video Box*/

.video-box {
    position: relative;
}

.video-box .title {
    position: absolute;
    display: inline-block;
    font-size: 20px;
    line-height: 1.2em;
    color: var(--secondary);
    left: 30px;
    bottom: 25px;
    z-index: 1;
    cursor: default;
    margin-bottom: 0;
}

.video-box .image {
    position: relative;
    overflow: hidden;
}

.video-box .image img {
    position: relative;
    width: 100%;
}

.video-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    background: rgba(24, 24, 24, 0.85);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.video-box:hover .overlay-box {
    z-index: 1;
    background: rgba(24, 24, 24, 0.35);
}

.video-box .overlay-box span {
    position: relative;
    top: 47%;
    z-index: 99;
    color: var(--secondary);
    font-weight: 400;
    font-size: 55px;
    margin-top: -30px;
    text-align: center;
    border-radius: 50%;
    line-height: 1em;
    padding-left: 4px;
    display: inline-block;
}

/*** 

====================================================================
            Pricing Section
====================================================================

***/

.pricing-section {
    position: relative;
    padding: 80px 0 40px;
}

.pricing-section .pricing-table {
    position: relative;
    margin-bottom: 40px;
}

.pricing-table.active .inner-box,
.pricing-table .inner-box:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.pricing-table .inner-box {
    position: relative;
    padding: 40px 50px;
    border: 1px solid #f2f2f2;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-table .table-header {
    position: relative;
}

.pricing-table .table-header .icon {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 100px;
    color: var(--secondary);
    font-size: 60px;
    line-height: 98px;
    text-align: center;
    border: 1px solid #f8f8f8;
    margin-bottom: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pricing-table.active .icon,
.pricing-table .inner-box:hover .icon {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--primary) !important;
}

.pricing-table .table-header .title {
    margin-bottom: 18px;
}

.pricing-table .table-header .title h3 {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: var(--primary);
    font-weight: 400;
}

.pricing-table .table-body {
    position: relative;
}

.pricing-table .table-body ul {
    display: block;
    margin-bottom: 28px;
}

.pricing-table .table-body ul li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #848484;
    font-weight: 400;
    padding: 12px 0;
    border-top: 1px solid #f2f2f2;
}

.pricing-table .table-body .price {
    display: block;
    font-size: 20px;
    color: var(--primary);
    margin-bottom: 30px;
}

.pricing-table .table-body .price span {
    display: inline-block;
    font-size: 72px;
    font-weight: 600;
    line-height: 1em;
    color: var(--primary);
}

.pricing-table .table-body .price sub {
    display: inline-block;
    font-size: 24px;
    color: var(--primary);
}

.pricing-table .table-footer {
    position: relative;
}

.pricing-table .table-footer .theme-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: var(--primary);
    font-weight: 700;
    padding: 15px 50px;
    background-color: #f7f7f7;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-table.active .theme-btn,
.pricing-table .inner-box:hover .theme-btn {
    background-color: var(--secondary);
    color: var(--primary);
}

/*** 

====================================================================
                Clients Section
====================================================================

***/

.clients-section {
    position: relative;
    padding: 50px 0;
    background-color: var(--secondary);
}

.clients-section .sponsors-outer {
    position: relative;
}

.clients-section .slide-item {
    position: relative;
    display: block;
    text-align: center;
    border-right: 1px solid #ffda76;
}

.clients-section .image-box img {
    display: block;
    max-width: 100%;
    width: auto;
    opacity: .3;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .slide-item:hover .image-box img {
    opacity: 1;
}

/*** 

====================================================================
                News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 100px 0 60px;
}

.news-carousel {
    position: relative;
    padding-bottom: 40px;
}

.news-carousel .news-block {
    padding: 15px;
    margin: 0;
}

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

.news-block .inner-box {
    position: relative;
}

.news-block .image-box {
    position: relative;
    overflow: hidden;
}

.news-block .image-box a {
    position: relative;
    display: block;
}

.news-block .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.news-block .image-box a:before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--primary);
    background-image: url(../images/icons/post-plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    opacity: .90;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.news-block .inner-box:hover .image-box a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.news-block .image-box img {
    width: 100%;
    height: auto;
    display: block;
}

.news-block .lower-content {
    position: relative;
    padding: 30px 0px;

}

.news-block .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 15px;
}

.news-block .lower-content h3 a {
    display: inline-block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .lower-content h3 a:hover {
    color: var(--secondary);
}

.news-block .lower-content .info {
    position: relative;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.news-block .lower-content .info .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 5px;
}

.news-block .lower-content .info ul {
    display: block;
}

.news-block .lower-content .info ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin-right: 5px;
    text-transform: uppercase;
}

.news-block .lower-content .info ul li:first-child a {
    color: var(--secondary);
    font-weight: 500;
}

.news-block .lower-content .info ul li a {
    color: #848484;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .lower-content .info ul li a:hover {
    color: var(--secondary);
}

.news-block .lower-content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 15px;
}

.news-block .lower-content .more-box {
    border: 1px solid #f2f2f2;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    margin-top: 30px;
}

.news-block .lower-content .author-box {
    float: left;
    margin: 0;
}

.news-block .lower-content .author-box img {
    width: 30px;
    border-radius: 50%;
}

.news-block .lower-content .author-box .author-name {
    text-transform: uppercase;
    color: #848484;
    font-size: 14px;
    margin-left: 10px;
}

.news-block .lower-content .link-box {
    position: relative;
    float: right;
}

.news-block .lower-content .link-box .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    background-image: url(../images/icons/arrow-right.png);
    content: "";
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box:hover .lower-content .link-box .icon {
    right: 100%;
    margin-right: 10px;
}

.news-block .lower-content .link-box a {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: var(--primary);
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .lower-content .link-box a:hover {
    text-decoration: underline;
}

.news-carousel .owl-nav {
    display: none;
}

.news-carousel .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.news-carousel .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid var(--secondary);
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-carousel .owl-dots .owl-dot.active {
    width: 10px;
    background-color: var(--secondary);
}

.news-section .sec-title .text {
    padding: 13px 0;
}

.news-section .sec-title .btn-style-one {
    margin-top: 13px;
}

/*=========================
    News Block Two
==========================*/

.news-block-two {
    position: relative;
    margin-bottom: 50px;
}

.news-block-two .inner-box {
    position: relative;
}

.news-block-two .image-box {
    position: relative;
    overflow: hidden;
}

.news-block-two .image-box a {
    position: relative;
    display: block;
}

.news-block-two .image-box a&gt;img {
    width: 100%;
}

.news-block-two .image-box a:before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--primary);
    background-image: url(../images/icons/post-plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    opacity: .90;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.news-block-two .inner-box:hover .image-box a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}


.news-block-two .lower-content {
    position: relative;
    padding: 60px;
    padding-top: 2px;
    padding-bottom: 40px;
    border: 1px solid #F2F2F2;
    transition: all .4s ease;
}

.news-block-two .lower-content:hover {
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.07);
}

.news-block-two .lower-content:before {
    content: '';
    width: calc(100% - 60px);
    height: 30px;
    background: #fff;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

.news-block-two .lower-content:after {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: calc(100% + 27px);
    left: 60px;
    width: 50px;
    z-index: 11;
    background: var(--secondary);
}

.news-block-two .lower-content h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 15px;
}

@media(max-width: 1024px) {
    .news-block-two .lower-content h3 {
        font-size: 24px;
    }
}

.news-block-two .lower-content h3 a {
    display: inline-block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .lower-content h3 a:hover {
    color: var(--secondary);
}

.news-block-two .lower-content .info {
    position: relative;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.news-block-two .lower-content .info .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 5px;
}

.news-block-two .lower-content .info ul {
    display: block;
}

.news-block-two .lower-content .info ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin-right: 5px;
    text-transform: uppercase;
    font-family: 'Roboto';
}

.news-block-two .lower-content .info ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CDCDCD;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 13px;
}

.news-block-two .lower-content .info ul li:first-child:before {
    display: none;
}

.news-block-two .lower-content .info ul li:first-child a {
    color: #848484;
    font-weight: 500;
}

.news-block-two .lower-content .info ul li a {
    color: #848484;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .lower-content .info ul li i {
    color: var(--secondary);
    font-size: 15px;
    margin-right: 10px;
}

.news-block-two .lower-content .info ul li a:hover {
    color: var(--secondary);
}

.news-block-two .lower-content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 20px;
}

.news-block-two .lower-content .more-box {
    margin-top: 6px;
}

.news-block-two .lower-content .more-box .left-info {
    float: left;
}

.news-block-two .lower-content .author-box {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.news-block-two .lower-content .author-box img {
    width: 30px;
    border-radius: 50%;
    float: left;
}

.news-block-two .lower-content .author-box .author-name {
    text-transform: uppercase;
    color: #848484;
    font-size: 14px;
    margin-left: 10px;
    float: left;
}

.news-block-two .lower-content .more-box .comment-box {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto';
    display: inline-block;
    vertical-align: middle;
}

.news-block-two .lower-content .more-box .comment-box:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CDCDCD;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 13px;
}

.news-block-two .lower-content .more-box .comment-box a {
    color: #848484;
}

.news-block-two .lower-content .more-box .comment-box i {
    color: var(--secondary);
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    margin-right: 10px;
}

.news-block-two .lower-content .link-box {
    position: relative;
    float: right;
    display: inline-block;
    vertical-align: middle;
}

.news-block-two .lower-content .link-box a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: var(--primary);
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .lower-content .link-box a:hover {
    text-decoration: underline;
}

.news-block-two .lower-content .link-box span {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    color: var(--primary);
    margin-left: 10px;
    position: relative;
    top: 5px;
}


.blog-style-two {
    padding: 100px 0;
}

.single-blog-style-two {}

.single-blog-style-two {
    position: relative;
    margin-bottom: 40px;
}

.single-blog-style-two .inner-box {
    position: relative;
}

.single-blog-style-two .image-box {
    position: relative;
    overflow: hidden;
}

.single-blog-style-two .image-box a {
    position: relative;
    display: block;
}

.single-blog-style-two .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.single-blog-style-two .image-box a:before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--primary);
    background-image: url(../images/icons/post-plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    opacity: .90;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.single-blog-style-two .inner-box:hover .image-box a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.single-blog-style-two .image-box img {
    width: 100%;
    height: auto;
    display: block;
}

.single-blog-style-two .lower-content {
    position: relative;
    padding: 40px;
    padding-top: 15px;
    border: 1px solid #F2F2F2;
    transition: all .4s ease;
}

.single-blog-style-two .lower-content:hover {
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.07);
}

.single-blog-style-two .lower-content:before {
    content: '';
    width: calc(100% - 40px);
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

.single-blog-style-two .lower-content:after {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: calc(100% + 17px);
    left: 40px;
    width: 50px;
    z-index: 11;
    background: var(--secondary);
}

.single-blog-style-two .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 15px;
}

.single-blog-style-two .lower-content h3 a {
    display: inline-block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-blog-style-two .lower-content h3 a:hover {
    color: var(--secondary);
}

.single-blog-style-two .lower-content .info {
    position: relative;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.single-blog-style-two .lower-content .info .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 5px;
}

.single-blog-style-two .lower-content .info ul {
    display: block;
}

.single-blog-style-two .lower-content .info ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin-right: 5px;
    text-transform: uppercase;
}

.single-blog-style-two .lower-content .info ul li:first-child a {
    color: var(--secondary);
    font-weight: 500;
}

.single-blog-style-two .lower-content .info ul li a {
    color: #848484;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-blog-style-two .lower-content .info ul li a:hover {
    color: var(--secondary);
}

.single-blog-style-two .lower-content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 15px;
}

.single-blog-style-two .lower-content .more-box {}

.single-blog-style-two .lower-content .author-box {
    float: left;
    margin: 0;
}

.single-blog-style-two .lower-content .author-box img {
    width: 30px;
    border-radius: 50%;
    float: left;
}

.single-blog-style-two .lower-content .author-box .author-name {
    text-transform: uppercase;
    color: #848484;
    font-size: 14px;
    margin-left: 10px;
    float: left;
}

.single-blog-style-two .lower-content .link-box {
    position: relative;
    float: right;
}

.single-blog-style-two .lower-content .link-box .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    background-image: url(../images/icons/arrow-right.png);
    content: "";
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-blog-style-two .inner-box:hover .lower-content .link-box .icon {
    right: 100%;
    margin-right: 10px;
}

.single-blog-style-two .lower-content .link-box a {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: var(--primary);
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-blog-style-two .lower-content .link-box a:hover {
    text-decoration: underline;
}

.blog-style-two .more-btn-box {
    margin-top: 10px;
}

.blog-style-two .more-btn-box .prev-btn,
.blog-style-two .more-btn-box .next-btn {
    border: 1px solid #F2F2F2;
    display: inline-block;
    vertical-align: middle;
    color: var(--primary);
    font-size: 12px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease;
    border-radius: 50%;
}

.blog-style-two .more-btn-box .prev-btn:hover,
.blog-style-two .more-btn-box .next-btn:hover {
    border-color: var(--secondary);
    color: var(--secondary);
}

.blog-style-two .more-btn-box .prev-btn {
    margin-right: 44px;
}

.blog-style-two .more-btn-box .next-btn {
    margin-left: 44px;
}

.blog-style-two .more-btn-box .btn-style-one {
    padding-top: 14px;
    padding-bottom: 14px;
    background: #F7F7F7;
    transition: all .4s ease;
}

.blog-style-two .more-btn-box .btn-style-one:hover {
    background: var(--primary);
    color: #fff;
}



/*Blog Single*/

.blog-single {
    position: relative;
}

.blog-single .inner-box {
    position: relative;
    margin-bottom: 80px;
}

.blog-single .inner-box .image {
    position: relative;
}

.blog-single .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.blog-single .lower-content {
    position: relative;
}

.blog-single .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog-single .lower-content h3 a {
    display: block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-single .lower-content h3 a:hover {
    color: var(--secondary);
}

.blog-single .lower-content .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 15px;
}

.blog-single .lower-content .info {
    position: relative;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
}

.blog-single .lower-content .info .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 5px;
}

.blog-single .lower-content .info ul {
    display: block;
}

.blog-single .lower-content .info ul li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-weight: 700;
    padding-right: 10px;
    margin-right: 5px;
}

.blog-single .lower-content .info ul li:before {
    position: absolute;
    right: 0;
    top: 6px;
    width: 1px;
    height: 12px;
    background-color: #c9c9c9;
    content: "";
}

.blog-single .lower-content .info ul li:last-child:before {
    display: none;
}

.blog-single .lower-content .info ul li a {
    color: #848484;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-single .lower-content .info ul li a:hover {
    color: var(--secondary);
}

.blog-single .lower-content p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog-single .inner-box .lower-content blockquote {
    position: relative;
    border: none;
    text-align: center;
    padding: 35px 40px;
    margin-top: 30px;
    margin-bottom: 40px;
    background-color: #f7f7f7;
}

.blog-single .inner-box .lower-content blockquote .blockquote-text {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 30px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog-single .inner-box .lower-content blockquote .quote-icon {
    position: absolute;
    left: 50%;
    top: 20px;
    line-height: 1em;
    color: #ffffff;
    font-size: 120px;
    text-align: center;
    margin-left: -45px;
}

.blog-single .inner-box .lower-content blockquote .quote-info {
    position: relative;
    display: inline-block;
    padding: 15px 70px 0px;
    border-top: 1px solid #e8e8e8;
}

.blog-single .inner-box .lower-content blockquote .quote-info h4 {
    position: relative;
    color: var(--primary);
    font-size: 18px;
    font-weight: 600;
}

.blog-single .inner-box .lower-content blockquote .quote-info .quote-designation {
    position: relative;
    color: var(--secondary);
    font-size: 16px;
}

.blog-single .inner-box .text-column p {
    top: -5px;
}

/*post share options*/

.blog-single .post-share-options {
    position: relative;
}

.blog-single .post-share-options .post-share-inner {
    border-top: 1px solid #f2f2f2;
    padding: 20px 0;
}

.blog-single .post-share-options .info-links {
    position: relative;
}

.blog-single .post-share-options .info-links li {
    position: relative;
    color: #848484;
    font-size: 18px;
    margin-right: 20px;
    display: inline-block;
}

.blog-single .post-share-options .info-links li a {
    position: relative;
    width: 35px;
    height: 35px;
    color: #848484;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    line-height: 34px;
    margin-right: 10px;
    background-color: #f2f2f2;
}

.blog-single .post-share-options .tags span {
    font-size: 16px;
    color: #020e28;
    font-weight: 500;
    margin-right: 8px;
}

.blog-single .post-share-options .tags a {
    position: relative;
    color: var(--secondary);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.blog-single .post-share-options .tags {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin-top: 3px;
}

.blog-single .post-share-options .tags a:hover {
    color: #222222;
}

/*Group Title*/

.blog-single .group-title {
    position: relative;
    margin-bottom: 35px;
}

.blog-single .group-title:before {
    position: relative;
    top: -5px;
    height: 2px;
    width: 55px;
    background-color: var(--secondary);
    display: inline-block;
    content: "";
}

.blog-single .group-title h2 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: var(--primary);
    font-weight: 400;
}

.blog-single .top-box {
    margin-bottom: 40px;
}

.blog-single .top-box .image-box,
.blog-single .top-box .text-box {
    float: left;
}

.blog-single .top-box .image-box {
    width: 180px;
}

.blog-single .top-box .image-box img {
    width: 60px;
}

.blog-single .top-box .image-box h4 {
    margin: 0;
    color: var(--primary);
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0px;
}

.blog-single .top-box .image-box p {
    margin: 0;
    color: #848484;
    font-family: 'Roboto';
    font-size: 14px;
}

.blog-single .top-box .text-box {
    width: calc(100% - 180px);
    padding-left: 20px;
}

.blog-single .top-box .text-box ul.info-list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #848484;
}

@media (max-width: 1024px) {
    .blog-single .top-box .text-box ul.info-list li {
        font-size: 14px;
    }
}

.blog-single .top-box .text-box ul.info-list li+li {
    margin-left: 10px;
}

.blog-single .top-box .text-box ul.info-list li i,
.blog-single .top-box .text-box ul.info-list li a {
    display: inline-block;
    vertical-align: middle;
}

.blog-single .top-box .text-box ul.info-list li i {
    font-size: 16px;
    color: var(--secondary);
    margin-right: 7px;
}

.blog-single .top-box .text-box ul.info-list li a {
    color: #848484;
}

.blog-single .top-box .text-box h2 {
    font-size: 36px;
    line-height: 42px;
    color: var(--primary);
    font-weight: 700;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .blog-single .top-box .text-box h2 {
        font-size: 30px;
        line-height: 34px;
    }
}

/*Author Box*/

.author-box {
    position: relative;
    margin-bottom: 60px;
}

.author-box .author-comment {
    position: relative;
    padding: 30px 0px 25px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.author-box .author-comment .inner {
    position: relative;
    padding-left: 110px;
}

.author-box .author-comment .inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 85px;
    margin-bottom: 20px;
}

.author-box .author-comment .inner h3 {
    position: relative;
    top: -3px;
    color: var(--primary);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.author-box .author-comment .inner .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}

.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.social-icon-one li a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #848484;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: var(--secondary);
}

/*** 

====================================================================
        Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    margin-bottom: 35px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
    padding-top: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
    border-color: #eb5310;
}

.sidebar-page-container .comments-area .comment-box.reply-comment {
    margin-left: 30px;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0px 0px 0px 80px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
    padding: 15px 20px;
    border: 1px solid #f4f4f4;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating {
    position: absolute;
    right: 20px;
    top: 20px;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating .fa {
    display: inline-block;
    color: var(--secondary);
    font-size: 14px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 60px;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    position: relative;
    color: var(--primary);
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #848484;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 0px;
}

/*Comment Form*/

.comment-form {
    position: relative;
}

.comment-form .rating-box {
    position: relative;
    margin-bottom: 20px;
}

.comment-form .rating-box .text {
    position: relative;
    font-size: 16px;
    color: #848484;
    margin-bottom: 5px;
    margin-top: -5px;
}

.comment-form .rating-box .rating {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ebebeb;
}

.comment-form .rating-box .rating:last-child {
    border: 0px;
}

.comment-form .rating-box .rating .fa {
    position: relative;
    margin-right: 4px;
    display: inline-block;
}

.comment-form .rating-box .rating a {
    position: relative;
    color: #d6d6d6;
    font-size: 12px;
    display: inline-block;
}

.comment-form .rating-box .rating a:hover {
    color: #d5ac63;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.comment-form .form-group label {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
}

.comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    border: 1px solid #efefef;
    height: 50px;
    color: #848484;
    font-weight: 300;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: var(--secondary);
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px;
    color: #d6d6d6;
    border: 1px solid #efefef;
    height: 105px;
    font-weight: 300;
    background: #ffffff;
    resize: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form button {
    position: relative;
    margin-top: 20px;
    padding: 11px 34px;
    border-radius: 0px;
    font-weight: 700;
}

/*** 

====================================================================
            Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
    z-index: 9;
}

.styled-pagination ul {
    position: relative;
    display: inline-block;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    height: 55px;
    width: 55px;
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    padding: 15px 10px;
    background-color: transparent;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.styled-pagination li.next:hover a,
.styled-pagination li.prev:hover a,
.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #ffffff;
    background-color: var(--secondary);
}

.styled-pagination li.next a,
.styled-pagination li.prev a {
    font-size: 14px;
    color: #848484;
}

/*** 

====================================================================
                Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    background-color: #f7f7f7;
    padding: 80px 0;
    z-index: 9;
}

.contact-section .title-column .inner-column {
    position: relative;
}

.contact-section .title-column .sec-title {
    margin-bottom: 25px;
}

.contact-section .title-column .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 25px;
}

.contact-section .title-column .link-box a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary);
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-section .title-column .link-box a i {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
}

.contact-section .title-column .link-box a:hover {
    color: #222222;
}

.contact-section .form-column {
    position: relative;
}

.contact-section .form-column .inner-column {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 770px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 45px 50px 30px;
}

.contact-section .form-column .text {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 30px;
}

.contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .ui-selectmenu-button.ui-button,
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #848484;
    font-weight: 400;
    padding: 9px 20px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: var(--secondary);
}

.contact-form .form-group textarea {
    height: 120px;
    resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form button {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: var(--primary);
    font-weight: 700;
    padding: 10px 50px;
    background-color: var(--secondary);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input[type="submit"]:hover,
.contact-form button:hover {
    background-color: var(--primary);
    color: var(--secondary);
}

.contact-form .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 0px;
    text-indent: 0;
    height: 22px;
}

.contact-form .ui-button .ui-icon:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    font-weight: 400;
    right: 0px;
    top: 0px;
    width: 10px;
    font-size: 14px;
    display: block;
    text-align: center;
    z-index: 5;
}

.ui-widget.ui-widget-content {
    border: 1px solid #efefef;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    border-bottom: 1px solid #efefef;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.contact-section.style-two {
    position: relative;
}

.contact-section.style-two .form-column .inner-column {
    top: -160px;
    max-width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

/***

==================================================================
                Contact Section Two
==================================================================

***/

.contact-section-two {
    position: relative;
    padding: 80px 0
}

.contact-section-two .carousel-column .inner-column {
    margin-right: 100px;
}

.branches-carousel {
    position: relative;
    padding-top: 55px;
}

.branch-info-box {
    position: relative;
    margin-bottom: 50px;
}

.branch-info-box .image {
    position: relative;
}

.branch-info-box .image img {
    width: 100%;
    height: auto;
}

.branch-info-box .lower-content {
    position: relative;
    padding: 30px 30px;
    border: 1px solid #f2f2f2;
}


.branch-info-box .lucation {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: var(--primary);
    font-weight: 400;
    padding-top: 15px;
    margin-bottom: 30px;
}

.branch-info-box .lucation:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 85px;
    background-color: var(--secondary);
    display: inline-block;
    content: "";
}

.branch-info-box ul {
    position: relative;
}

.branch-info-box ul li {
    position: relative;
    display: block;
    padding-left: 50px;
    margin-bottom: 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.branch-info-box ul li:last-child {
    margin-bottom: 0;
}

.branch-info-box ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 32px;
    line-height: 45px;
    color: var(--secondary);
}

.branch-info-box ul li h5 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.branch-info-box ul li p {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #848484;
}

.branch-info-box ul li p a {
    color: #848484;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.branch-info-box ul li p a:hover {
    color: var(--secondary);
}

.branches-carousel .owl-nav {
    display: none;
}

.branches-carousel .owl-dots {
    position: absolute;
    left: 0px;
    top: 0;
}

.branches-carousel .owl-dots .owl-dot {
    position: relative;
    width: 8px;
    height: 8px;
    border: 1px solid #e9e9e9;
    display: inline-block;
    margin-right: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.branches-carousel .owl-dots .owl-dot.active {
    height: 11px;
    width: 11px;
    border: 3px solid var(--secondary);
}

.branches-carousel .owl-dots .owl-dot.active:before {
    position: absolute;
    left: -9px;
    top: -9px;
    height: 23px;
    width: 23px;
    content: "";
    border-radius: 50%;
    border: 5px solid #fdefca;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
}

.branches-carousel .owl-dots .owl-dot.active:before {
    visibility: visible;
    opacity: 1;
}

.contact-section-two .map-column .map-outer {
    padding-top: 55px;
}

/***

==================================================================
                Contact Map Section
==================================================================

***/

.contact-map-section {
    position: relative;
}

.contact-map-section .map-canvas {
    height: 500px;
}

.map-outer {
    position: relative;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data a {
    display: block;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

.map-canvas {
    height: 570px;
}

/***

==================================================================
                Contact Form Section
==================================================================

***/

.contact-form-section {
    position: relative;
    background-color: #f7f7f7;
    padding: 80px 0 0;
    z-index: 9;
}

.contact-form-section .image-column {
    text-align: center;
    position: relative;
}

.contact-form-section .image-column .inner-column {
    margin-top: -40px;
}

.contact-form-section .form-column .sec-title {
    margin-bottom: 30px;
}

.contact-form-section .form-column .text {
    font-size: 18px;
    line-height: 28px;
    color: #848484;
    font-weight: 400;
    margin-top: 15px;
}

.contact-form.style-two .form-group input[type="text"],
.contact-form.style-two .form-group input[type="email"],
.contact-form.style-two .form-group input[type="tel"],
.contact-form.style-two .form-group input[type="url"],
.contact-form.style-two .form-group textarea,
.contact-form.style-two .form-group select {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    height: 55px;
    line-height: 25px;
}

.contact-form.style-two .form-group textarea {
    height: 205px;
    resize: none;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000;
}

.contact-form label.error,
.contact-form.style-three .form-group label.error {
    padding-top: 10px;
    display: block;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: #ff0000;
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
}

/***

==================================================================
                Contact Section Three
==================================================================

***/

.contact-section-three {
    position: relative;
    padding: 80px 0;
}

.contact-section-three .info-column {
    position: relative;
}

.contact-section-three .form-column .inner-column {
    position: relative;
    padding: 40px 40px 10px;
    border: 1px solid #f2f2f2;
}

.contact-section-three .form-column .sec-title {
    margin-bottom: 30px;
}

.contact-section-three .form-column .text {
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 15px;
}

.contact-form.style-three .form-group {
    margin-bottom: 30px;
}

.contact-form.style-three .form-group label {
    display: block;
    font-size: 14px;
    line-height: 15px;
    color: #686868;
    font-weight: 600;
    margin-bottom: 7px;
    font-family: "Roboto", sans-serif;
}

.contact-form.style-three .form-group input[type="text"],
.contact-form.style-three .form-group input[type="email"],
.contact-form.style-three .form-group input[type="tel"],
.contact-form.style-three .form-group input[type="url"],
.contact-form.style-three .form-group textarea,
.contact-form.style-three .form-group select {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #f2f2f2;
    height: 35px;
    font-size: 16px;
    color: #848484;
    padding: 5px 0;
    line-height: 24px;
}

.contact-form.style-three .form-group textarea {
    height: 205px;
    resize: none;
    border-bottom: 0;
}

.contact-form.style-three .form-group button {
    margin-top: 10px;
}

.contact-form.style-three .form-group.border-left {
    position: relative;
    padding-left: 30px;
    border-left: 1px solid #f2f2f2;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid var(--secondary);
    background: var(--secondary);
}

/***

==================================================================
                Main Footer
==================================================================

***/

.main-footer {
    position: relative;
    background-color: var(--primary);
    color: #ffffff;
}



.main-footer.padding-top .widgets-section {
    position: relative;
 
}

.main-footer .footer-column {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    
}

.main-footer .footer-column .widget-title {
    position: relative;
    margin-bottom: 20px;
}


.main-footer .footer-column .widget-title h2 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
}

.main-footer .subscribe-widget h4,
.main-footer .subscribe-widget p {
    margin: 0;
}

.main-footer .subscribe-widget h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
}

.main-footer .subscribe-widget p {
    color: #848484;
    font-size: 16px;
    line-height: 26px;
}

.main-footer .subscribe-widget .subscribe-form {
    margin-top: 20px;
}

.main-footer .subscribe-widget .subscribe-form input {
    border: none;
    outline: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #4C4C4C;
    font-size: 16px;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.main-footer .subscribe-widget .subscribe-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4c4c4c;
}

.main-footer .subscribe-widget .subscribe-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #4c4c4c;
}

.main-footer .subscribe-widget .subscribe-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #4c4c4c;
}

.main-footer .subscribe-widget .subscribe-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #4c4c4c;
}

.main-footer .subscribe-widget .subscribe-form button[type=submit] {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
    transition: all .4s ease;
}

.main-footer .subscribe-widget .subscribe-form button[type=submit] i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    transition: all .4s ease;
}

.main-footer .subscribe-widget .subscribe-form button[type=submit]:hover {
    color: var(--secondary);
    padding-left: 0;
}

.main-footer .subscribe-widget .subscribe-form button[type=submit]:hover i {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(10px);
    -ms-transform: translateY(-50%) translateX(10px);
    -o-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
}

.main-footer .about-widget {
    position: relative;
}

.main-footer .about-widget .text {
    position: relative;
}

.main-footer .about-widget .text p {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 20px;
}

.main-footer .about-widget .text p:last-child {
    margin-bottom: 0;
}

.main-footer .about-widget .text p a {
    display: inline-block;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .about-widget .text p a:hover {
    color: #ffffff;
}

.footer-column .logo {
    margin-bottom: 30px;
}

/*=== links Widget ===*/

.main-footer .links-widget {
    position: relative;
}

.main-footer .links-widget .list li {
   
    margin-bottom: 15px;
}



.main-footer .links-widget .list li a:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: var(--secondary);
    font-weight: 400;
    line-height: 22px;
    content: "\f175";
    font-family: "Fontawesome";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .links-widget .list li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #fff !important;
    font-weight: 400;
    padding-left: 20px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .links-widget .list li:hover a {
    color: var(--secondary);
    padding-left: 30px;
}

.main-footer .links-widget .list li:hover a:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    color: var(--secondary);
}

.main-footer .contact-widget {
    border-top: 2px solid var(--secondary);
    position: relative;
    padding: 25px 40px;
    background-color: #232323;
}

.contact-info-box {
    position: relative;
}

.contact-info-box .branch-name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-info-box .contact-links {
    position: relative;
}

.contact-info-box .contact-links li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    display: block;
}

.contact-info-box .contact-links li a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-info-box .contact-links li a:hover {
    color: var(--secondary);
}

.contact-info-box .social-links {
    display: block;
}

.contact-info-box .social-links li {
    display: inline-block;
    margin-right: 13px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
}

.contact-info-box .social-links li a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-info-box .social-links li a:hover {
    color: var(--secondary);
}

.contact-carousel .owl-nav {
    display: none;
}

.contact-carousel .owl-dots {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: -5px;
    background-color: #232323;
}

.contact-carousel .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 1px solid #4d4d4d;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-carousel .owl-dots .owl-dot.active {
    width: 10px;
    border-color: var(--secondary);
}

.contact-widget .single-contact-widget+.single-contact-widget {
    border-top: 1px solid #313131;
    padding-top: 14px;
    margin-top: 13px;
}

.contact-widget .single-contact-widget .icon-box,
.contact-widget .single-contact-widget .text-box {
    display: table-cell;
    vertical-align: top;
}

.contact-widget .single-contact-widget .icon-box {
    width: 30px;
}

.contact-widget .single-contact-widget .icon-box i {
    color: var(--secondary);
    font-size: 30px;
    display: block;
    line-height: 1em;
    position: relative;
    top: 7px;
}

.contact-widget .single-contact-widget .text-box {
    padding-left: 20px;
}

.contact-widget .single-contact-widget .text-box h3,
.contact-widget .single-contact-widget .text-box p {
    margin: 0;
}

.contact-widget .single-contact-widget .text-box h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.contact-widget .single-contact-widget .text-box p {
    color: #999999;
    font-size: 16px;
    line-height: 24px;
}

.contact-widget .single-contact-widget .text-box span {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    display: block;
    font-family: 'Roboto';
}

.contact-widget .single-contact-widget .text-box h3+span {
    margin-top: 9px;
}

.main-footer .project-widget ul.project-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
}

.main-footer .project-widget ul.project-list li {
    float: left;
    width: 33.333333%;
    padding: 10px;
}

.main-footer .project-widget ul.project-list li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.main-footer .project-widget ul.project-list li img {
    width: 100%;
}

.main-footer .project-widget ul.project-list li .box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .77);
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    transition: all .4s ease;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.main-footer .project-widget ul.project-list li:hover .box {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.main-footer .footer-bottom {
    position: relative;
    text-align: center;
    padding: 23.25px 0;
    background-color: #232323;
}

.main-footer .footer-bottom .logo {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.main-footer .footer-bottom .logo a {
    display: inline-block;
}

.main-footer .footer-bottom .logo img {
    max-width: 100%;
    height: auto;
}

.main-footer .footer-bottom .copyright-text {
    position: relative;
    display: block;
    font-size: 16px;
    color: #848484;
    font-weight: 400;
}

.main-footer .footer-bottom .copyright-text a {
    display: inline-block;
    color: var(--secondary);
}

.main-footer .footer-bottom .copyright-text a:hover {
    text-decoration: underline;
}

.main-footer .footer-bottom .expert-link {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}

.main-footer .footer-bottom .expert-link i {
    color: var(--secondary);
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.main-footer .footer-bottom .footer-menu li {
    display: inline-block;
    vertical-align: middle;
}

.main-footer .footer-bottom .footer-menu li a {
    color: #848484;
    font-size: 16px;
}

.main-footer .footer-bottom .footer-menu li+li a:before {
    content: '~';
    margin-left: 15px;
    margin-right: 11px;
}

/*** 

====================================================================
        Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 80px 0px 40px;
    overflow: hidden;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

.sidebar-page-container .default-sidebar {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    background: #F7F7F7;
}

/*.default-sidebar:before {
    position: absolute;
    left: 0;
    top: -200px;
    height: 1000%;
    width: 1px;
    content: "";
    background-color: #f2f2f2;
}*/

.sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

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

/*Sidebar Title*/

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

.sidebar-title h2 {
    font-size: 24px;
    color: var(--primary);
    font-weight: 500;
    line-height: 1.2em;
    display: inline-block;
    text-transform: capitalize;
}

/*Search Box Widget*/

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #E3E3E3;
    background: none;
    background: #FFFFFF;
    color: #808080;
    width: 100%;
    height: 60px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 4px 6px 7px 0px rgba(0, 0, 0, 0.05);
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 20px;
    height: 24px;
    width: 44px;
    border-left: 0px solid #f2f2f2;
    display: block;
    text-align: center;
    font-size: 14px;
    color: var(--primary);
    line-height: 100%;
    font-weight: normal;
    background: none;
}

.our-blog.padding-right,
.blog-classic.padding-right,
.blog-single.padding-right {
    padding-right: 15px;
}

/*Blog Category*/

.cat-list {
    position: relative;
    outline: 9px;
    border: 1px solid #f2f2f2;
}

.cat-list li {
    position: relative;
}


.cat-list li a {
    position: relative;
    font-size: 18px;
    color: #848484;
    font-weight: 400;
    padding: 12px 0 12px;
    padding-left: 25px;
    display: block;
    line-height: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    font-family: 'Roboto';
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 1024px) {
    .cat-list li a {
        font-size: 15px;
    }
}

.cat-list li a:hover {
    color: var(--primary);
    background-color: transparent;
    text-shadow: 1px 0 0 rgba(0, 0, 0, .4);
}

.cat-list li a span {
    float: right;
    font-size: 14px;
    color: var(--primary);
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border: 1px solid #E3E3E3;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
}

.cat-list li a:hover span {
    background: var(--secondary);
    border-color: var(--secondary);
}

.testimonials-widget h3 {
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    color: var(--primary);
    font-weight: 400;
    margin-bottom: 23px;
}

.testimonials-widget {
    position: relative;
    padding-bottom: 27px;
    border-bottom: 1px solid #f2f2f2;
}

.testimonials-widget .owl-nav {
    display: none;
}

.testimonials-widget .owl-dots {
    position: absolute;
    right: 85px;
    left: auto;
    top: -48px;
}

.testimonials-widget .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid var(--secondary);
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonials-widget .owl-dots .owl-dot.active {
    width: 10px;
    background-color: var(--secondary);
}

/*Recent Comments*/

.sidebar .recent-comments {
    position: relative;
}

.recent-comments .comment-box {
    position: relative;
    padding: 30px 20px 20px;
    border: 1px solid #f2f2f2;
    margin-bottom: 40px;
}

.recent-comments .comment-box:last-child {
    margin-bottom: 0;
}

.recent-comments .comment-box .inner-box {
    position: relative;
    padding-left: 70px;
    padding-right: 20px;
    min-height: 50px;
}

.recent-comments .comment-box .date {
    position: absolute;
    left: 20px;
    top: -11px;
    font-size: 14px;
    line-height: 25px;
    padding: 0 9px;
    color: #848484;
    font-weight: 400;
    background-color: #f7f7f7;
}

.recent-comments .comment-box .thumb {
    position: absolute;
    left: 0px;
    top: 2px;
    height: 50px;
    width: 50px;
}

.recent-comments .comment-box .name {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
    font-weight: 400;
}

.recent-comments .comment-box .text {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
}

.recent-comments .comment-box .reply-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 15px;
    background-image: url(../images/icons/reply.png);
    background-repeat: no-repeat;
    background-position: center;
}

.recent-comments .comment-box .reply-btn:hover {
    background-image: url(../images/icons/reply-hover.png);
}

/*Popular Posts*/

.sidebar .popular-posts .post {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px;
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: 0;
}


.sidebar .popular-posts .post .text {
    position: relative;
    top: -5px;
    font-size: 16px;
    color: var(--primary);
    line-height: 26px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin-top: 10px;
}

.sidebar .popular-posts .post .text a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
    color: var(--secondary);
}

.sidebar .popular-posts .post-info {
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    text-transform: uppercase;
}

.sidebar .popular-posts .post-info i {
    font-size: 13px;
    line-height: 24px;
    color: var(--secondary);
    margin-right: 3px;
}


.sidebar .flicker-posts ul.flicker-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
}

.sidebar .flicker-posts ul.flicker-list li {
    float: left;
    width: 33.333333%;
    padding: 10px;
}

.sidebar .flicker-posts ul.flicker-list li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.sidebar .flicker-posts ul.flicker-list li img {
    width: 100%;
}

.sidebar .flicker-posts ul.flicker-list li .box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .77);
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    transition: all .4s ease;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.sidebar .flicker-posts ul.flicker-list li:hover .box {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/*Popular Tags*/

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #808080;
    line-height: 25px;
    padding: 7.5px 16px;
    border-radius: 21px;
    margin: 0px 8px 10px 0px;
    text-align: center;
    background: none;
    font-weight: 400;
    border: 1px solid #E3E3E3;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-box-shadow: 4px 6px 7px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 6px 7px 0px rgba(0, 0, 0, 0.05);
}

.sidebar .popular-tags a:hover {
    border-color: var(--secondary);
    background-color: var(--secondary);
    color: var(--primary);
}

.sidebar .subscribe-widget {
    background: #fff;
    border: 1px solid #E3E3E3;
    padding: 30px;
    text-align: center;
}

.sidebar .subscribe-widget input {
    width: 100%;
    display: block;
    color: #848484;
    font-size: 16px;
    height: 50px;
    border-radius: 3px;
    padding-left: 20px;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    text-align: left;
}

.sidebar .subscribe-widget button[type=submit] {
    width: 100%;
    padding: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}

/*** 

====================================================================
        Products Section
====================================================================

***/

.products-section {
    position: relative;
    padding-bottom: 60px;
}

.products-section .title-box {
    position: relative;
    text-align: center;
    padding: 70px 0px 300px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.products-section .title-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.85);
}

.products-section .title-box h2 {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.products-section .title-box .text {
    position: relative;
    color: #aaaaaa;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 28px;
    line-height: 1.4em;
}

.products-section .lower-section {
    position: relative;
    margin-top: -200px;
}

.products-section .lower-section .owl-dots {
    display: none;
}

.products-section .lower-section .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    margin-top: -50px;
}

.products-section .lower-section .owl-nav .owl-prev {
    position: absolute;
    left: -80px;
    width: 50px;
    height: 50px;
    color: #252525;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
}

.products-section .lower-section .owl-nav .owl-next {
    position: absolute;
    right: -80px;
    top: 0px;
    width: 50px;
    height: 50px;
    color: #252525;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
}

.products-section .lower-section .owl-nav .owl-prev,
.products-section .lower-section .owl-nav .owl-next {
    color: #d5ac63;
}

/*Shop Item*/

.shop-item {
    position: relative;
    margin-bottom: 10px;
}

.shop-item .inner-box {
    position: relative;
    padding-top: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item:hover {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(244, 244, 244, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(244, 244, 244, 1);
    box-shadow: 0px 0px 5px 0px rgba(244, 244, 244, 1);
}

.shop-item .inner-box:hover .image .overlay-box {
    opacity: 1;
}

.shop-item .inner-box .image-box {
    position: relative;
    z-index: 11;
    padding: 0px 0px;
    text-align: center;
}

.shop-item .inner-box .image-box .image {
    position: relative;
}

.shop-item .inner-box .image-box .overlay-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(24, 24, 24, .90);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item .inner-box .image-box .overlay-box .cart-option {
    position: relative;
    top: 50%;
    margin-top: -14px;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li {
    position: relative;
    margin: 0px 3px;
    display: inline-block;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li .tool-tip {
    position: absolute;
    left: 20px;
    bottom: 100%;
    width: 130px;
    color: var(--primary);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    opacity: 0;
    padding: 5px 10px;
    visibility: hidden;
    margin-left: -60px;
    margin-bottom: 0px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li .tool-tip:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li:hover .tool-tip {
    opacity: 1;
    visibility: visible;
    margin-bottom: 10px;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--secondary);
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li a:hover {
    background-color: var(--secondary);
    color: var(--primary);
}

.shop-item .inner-box .image-box img {
    width: 100%;
    display: inline-block;
}

.shop-item .inner-box .lower-content {
    position: relative;
    padding-right: 65px;
}

.shop-item .inner-box .lower-content .price-box {
    position: relative;
    padding: 15px 0;
}

.shop-item .inner-box .lower-content .price-box h3 {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: var(--primary);
    font-weight: 400;
    margin-bottom: 2px;
}

.shop-item .inner-box .lower-content .price-box h3 a {
    color: var(--primary);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item .inner-box .lower-content h3 a:hover {
    color: var(--secondary);
}

.shop-item .inner-box .lower-content .price-box .price {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.shop-item .inner-box .lower-content .rating {
    position: absolute;
    right: 0;
    top: 15px;
}

.shop-item .inner-box .lower-content .rating .fa {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    color: var(--secondary);
}

/*Item Sorting*/

.shop-section .items-sorting {
    position: relative;
}

.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column {
    margin-bottom: 10px;
}

.shop-section .items-sorting .results-column h4 {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary);
    line-height: 20px;
    padding: 10px 0px;
}

.shop-section .items-sorting .form-group {
    margin-bottom: 0px;
}

.shop-section .items-sorting select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 10px 15px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #f2f2f2;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(../images/icons/icon-select.png) right center no-repeat;
    color: var(--primary);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.shop-section .items-sorting select option {
    text-indent: 15px;
}

.shop-section .styled-pagination {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
}

.shop-sidebar .search-box .form-group button {
    height: 50px;
    width: 50px;
    background-color: #f7f7f7;
    right: 0;
    top: 0;
}

.shop-sidebar .search-box .form-group input[type="text"],
.shop-sidebar .search-box .form-group input[type="search"] {
    border-color: #f7f7f7;
}

.shop-sidebar .sidebar-title h2 {
    font-size: 20px;
    color: var(--primary);
}

/*Blog Cat*/

.blog-cat {
    position: relative;
    border: 1px solid #f2f2f2;
    border-left: 2px solid var(--secondary);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
}

.blog-cat li {
    position: relative;
}

.blog-cat li a {
    position: relative;
    font-size: 16px;
    line-height: 23px;
    color: #848484;
    padding: 10px 0;
    font-weight: 400;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blog-cat li a:before {
    position: absolute;
    content: "\f178";
    left: 0px;
    top: 10px;
    font-size: 14px;
    line-height: 25px;
    color: var(--secondary);
    font-family: 'FontAwesome';
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blog-cat li:last-child a {
    border-bottom: 0;
}

.blog-cat li.active a,
.blog-cat li:hover a {
    padding-left: 25px;
    color: var(--secondary);
}

.blog-cat li.active a:before,
.blog-cat li:hover a:before {
    opacity: 1;
    visibility: visible;
}

/*Sidebar Range slider */

.range-slider-one {
    position: relative;
    min-height: 48px;
}

.range-slider-one .title {
    position: relative;
    float: left;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px;
}

.range-slider-one .title:before {
    position: absolute;
    content: '$';
    right: -14px;
    top: 0px;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
}

.range-slider-one .input {
    float: right;
    left: 8px;
    max-width: 75px;
    padding-left: 8px;
    margin-top: 4px;
    position: relative;
}

.range-slider-one .input input {
    background: none;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    width: auto;
    text-align: left;
}

.range-slider-one .ui-widget.ui-widget-content {
    height: 2px;
    border: none;
    margin-bottom: 35px;
    background: #e6e6e6;
}

.range-slider-one .ui-slider .ui-slider-range {
    top: 0px;
    height: 2px;
    background: var(--primary);
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
    top: -4px;
    width: 10px;
    height: 10px;
    border: 1px solid var(--primary);
    background: var(--secondary);
    border-radius: 50%;
    cursor: pointer;
}

.range-slider-one .theme-btn {
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    padding: 5px 25px;
    line-height: 25px;
    letter-spacing: 0px;
    border-radius: 3px;
    border-color: var(--secondary);
    background-color: var(--secondary);
}

.range-slider-one .theme-btn:hover {
    color: #ffffff;
    border-color: var(--primary);
    background-color: var(--primary);
}

/*Sidebar Realated Posts */

.sidebar .related-posts .post {
    position: relative;
    padding: 0px 0px;
    padding-left: 90px;
    min-height: 98px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}

.sidebar .related-posts .post:last-child {
    margin-bottom: 0px;
    border: 0px;
    min-height: inherit;
}

.sidebar .related-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    border: 1px solid #f2f2f2;
}

.sidebar .related-posts .post .post-thumb img {
    display: block;
    width: 100%;
}

.sidebar .related-posts .post h4 {
    top: -4px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #393939;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

.sidebar .related-posts .post h4 a {
    color: #393939;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .related-posts .post a,
.sidebar .related-posts .post a:hover {
    color: var(--secondary);
}

.sidebar .related-posts .post .price {
    font-size: 16px;
    color: #848484;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 26px;
}

.sidebar .related-posts .post .rating .fa {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    font-size: 12px;
    line-height: 26px;
    color: var(--secondary);
}

/*** 

====================================================================
        Shop Single
====================================================================

***/

.product-details .basic-details {
    position: relative;
    margin-bottom: 20px;
}

.product-details .image-column,
.product-details .info-column {
    margin-bottom: 20px;
}

.product-details .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #f2f2f2;
}

.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 16px;
}

.product-details .basic-details .details-header h4 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 400;
    margin: -5px 0px 15px;
    color: var(--primary);
    font-family: "Roboto", sans-serif;
}

.product-details .basic-details .details-header h4 a {
    color: var(--primary);
}

.product-details .basic-details .details-header .rating {
    font-size: 14px;
    line-height: 20px;
    color: var(--secondary);
    margin-bottom: 15px;
}

.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
    margin-right: 1px;
}

.product-details .basic-details .details-header .rating .txt {
    font-size: 16px;
    line-height: 26px;
    color: #848484;
}

.product-details .basic-details .details-header .item-price {
    font-size: 24px;
    font-weight: 400;
    color: #848484;
    line-height: 30px;
    margin-bottom: 20px;
}

.product-details .basic-details .prod-info {
    margin-bottom: 15px;
    line-height: 1.6em;
    font-size: 13px;
}

.product-details .basic-details .prod-info strong {
    font-weight: 700;
    color: #111111;
}

.product-details .basic-details .text {
    position: relative;
    margin-bottom: 25px;
}

.product-details .basic-details .text p {
    color: #848484;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}

.product-details .basic-details .location {
    position: relative;
    font-size: 16px;
    color: var(--primary);
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}

.product-details .basic-details .item-quantity .field-label {
    float: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
    line-height: 24px;
    padding: 10px 15px !important;
    height: 46px !important;
    box-shadow: none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical&gt;.btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical&gt;.btn {
    padding: 11px 10px;
    background: #f4f5f6;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
    top: 6px;
}

.product-details .basic-details .item-quantity {
    position: relative;
    float: left;
    width: 85px;
    margin-bottom: 25px;
    margin-right: 25px;
}

.product-details .basic-details .item-quantity .field-label {
    float: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 12px !important;
    height: 50px !important;
    box-shadow: none !important;
    text-align: center;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical&gt;.btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical&gt;.btn {
    padding: 12px 10px;
    background: #f4f5f6;
    border-radius: 0px;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i {
    top: 8px;
}

.product-details .basic-details .add-to-cart {
    line-height: 20px;
    padding: 15px 45px;
}

.product-details .basic-details .expired {
    position: relative;
    color: var(--secondary);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

/*Pincode Form*/

.pincode-form {
    position: relative;
    margin-bottom: 15px;
}

.pincode-form .form-group {
    margin-bottom: 10px;
}

.pincode-form .form-group input[type="text"] {
    position: relative;
    line-height: 14px;
    padding: 4px 10px 4px 15px;
    border: 1px solid #f7f7f7;
    background: none;
    font-size: 16px;
    width: 170px;
    height: 40px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.pincode-form .form-group button {
    position: relative;
    height: 40px;
    width: 100px;
    font-size: 14px;
    color: #252525;
    font-weight: 700;
    line-height: 100%;
    background: #f7f7f7;
    margin-left: 8px;
    display: inline-block;
    text-transform: uppercase;
}

/*** 

====================================================================
    Product Tabs Style
====================================================================

***/

.shop-single .product-details .prod-tabs {
    position: relative;
    margin-bottom: 60px;
}

.shop-single .product-details .prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #eeeeee;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 16px;
    background: #f4f4f4;
    color: var(--primary);
    border: 1px solid #f4f4f4;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    padding: 12px 18px 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: "Roboto", sans-serif;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn {
    color: var(--secondary);
    background: #ffffff;
}

.shop-single .product-details .prod-tabs .tabs-content {
    position: relative;
    padding: 30px 30px 40px;
    border: 1px solid #f0f0f0;
    border-top: 0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}

.shop-single .product-details .prod-tabs .tabs-content .content p {
    position: relative;
    font-size: 16px;
}

.shop-single .product-details .prod-tabs .tabs-content .content p:last-child {
    margin-bottom: 0px;
}

.prod-tabs .tabs-content .tab .title {
    position: relative;
    color: #252525;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
}

/*Comment Form*/

.shop-comment-form {
    position: relative;
}

.shop-comment-form h2 {
    position: relative;
    color: var(--primary);
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 400;
    padding-top: 15px;
    margin-bottom: 30px;
}

.shop-comment-form h2:before {
    position: absolute;
    top: 0px;
    left: 0;
    height: 2px;
    width: 85px;
    background-color: var(--secondary);
    display: inline-block;
    content: "";
}

.shop-comment-form .group-title {
    margin-bottom: 20px;
}

.shop-comment-form .rating-box {
    position: relative;
    margin-bottom: 30px;
}

.shop-comment-form .rating-box .text {
    position: relative;
    font-size: 16px;
    color: #848484;
    margin-bottom: 8px;
}

.shop-comment-form .rating-box .rating {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ebebeb;
}

.shop-comment-form .rating-box .rating:last-child {
    border-right: 0px;
}

.shop-comment-form .rating-box .rating .fa {
    position: relative;
    margin-right: 2px;
    display: inline-block;
}

.shop-comment-form .rating-box .rating a {
    position: relative;
    color: #d6d6d6;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
}

.shop-comment-form .rating-box .rating a:hover {
    color: var(--secondary);
}

.shop-comment-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.shop-comment-form .form-group label {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
}

.shop-comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    border: 1px solid #efefef;
    height: 50px;
    color: #848484;
    font-weight: 300;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus {
    border-color: var(--secondary);
}

.shop-comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px;
    color: #848484;
    border: 1px solid #efefef;
    height: 115px;
    font-weight: 300;
    background: #ffffff;
    resize: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-comment-form button {
    position: relative;
    margin-top: 20px;
    border-radius: 0px;
    padding: 11px 33px;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus {
    border-color: var(--secondary);
}

.related-products {
    position: relative;
}

.related-products h2 {
    position: relative;
    color: var(--primary);
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 400;
    padding-top: 15px;
    margin-bottom: 25px;
}

.related-products h2:before {
    position: absolute;
    top: 0px;
    left: 0;
    height: 2px;
    width: 85px;
    background-color: var(--secondary);
    display: inline-block;
    content: "";
}

/*** 

====================================================================
        Cart Section style
====================================================================

***/

.cart-section {
    position: relative;
    padding: 80px 0px;
}

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

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

.cart-section .cart-table {
    width: 100%;
    min-width: 900px;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0px;
    background: #f7f7f7;
    color: #1f1f1f;
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 16px 30px;
    min-width: 120px;
    font-weight: 500;
    color: #252525;
    font-size: 16px;
    text-transform: capitalize;
}

.cart-table thead tr th.prod-column {
    text-align: left;
    padding-left: 30px;
}

.cart-table tbody tr {
    border-bottom: 1px solid #f2f2f2;
}

.cart-table tbody tr td {
    line-height: 24px;
    padding: 30px 30px 35px;
    min-width: 100px;
}

.cart-table tbody tr .qty {
    width: 136px;
    padding-right: 40px;
}

.cart-table tbody tr .qty .quantity-spinner {
    background: #f5f5f5;
}

.column.default-column .cart-table tbody tr .qty {
    width: 110px;
    padding-right: 20px;
}

.cart-table tbody tr .prod-column .column-box h3 {
    font-size: 16px;
    color: var(--primary);
    font-weight: 400;
    margin-bottom: 5px;
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 70px;
    padding-left: 100px;
    padding-top: 30px;
    text-align: left;
    min-width: 230px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    width: 80px;
    left: 0px;
    top: 0px;
    border: 1px solid #f0f0f0;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
    font-weight: 400;
    color: var(--secondary);
    font-size: 20px;
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 14px;
    color: #d0d0d0;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 2px solid #d0d0d0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cart-table tbody tr .remove {
    text-align: center;
}

.cart-table tbody tr .remove-btn:hover {
    color: var(--secondary);
    border-color: var(--secondary);
}

.cart-table tbody tr .f7c02d-btn:hover .fa {
    text-indent: 0px;
    background: #fa9928;
}

.cart-table tbody tr td {
    vertical-align: middle;
}

.cart-table tbody tr td.price {
    font-size: 20px;
    font-weight: 400;
    color: #848484;
}

.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0px 5px 20px;
    line-height: 24px;
    height: 34px;
    display: block;
    width: 100%;
    position: relative;
}

.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px;
    color: #848484;
    font-size: 18px;
}

.cart-table tbody .available-info .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: var(--secondary);
    border-radius: 50%;
}

.cart-section .coupon-outer {
    position: relative;
    margin: 30px 30px 50px;
}

.cart-section .coupon-outer .cart-btn {
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 40px;
    text-transform: uppercase;
    background-color: #f7f7f7;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cart-section .coupon-outer .cart-btn:hover {
    color: #ffffff;
    background-color: var(--secondary);
}

.cart-section .apply-coupon {
    position: relative;
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 15px;
}

.cart-section .apply-coupon .form-group .coupon-btn {
    padding: 15px 35px;
    line-height: 20px;
    font-size: 16px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 26px;
    padding: 12px 20px;
    border: 2px solid #f7f7f7;
    height: 50px;
    width: 230px;
    background: none;
}

.cart-section .estimate-form {
    position: relative;
}

.cart-section .sec-title {}

.cart-section .sec-title h2 {
    font-size: 24px;
    color: var(--primary);
    font-weight: 400;
    padding-bottom: 0px;
    font-family: "Roboto", sans-serif;
}

.cart-section .sec-title:before {
    top: -5px;
    width: 55px;
}

.cart-section .estimate-form .row {
    margin-left: -7px;
    margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
    padding: 0px 7px !important;
    margin-bottom: 30px;
}

.cart-section .totals-table {
    position: relative;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    padding: 15px 15px;
    line-height: 20px;
    width: 50%;
    font-weight: 400;
    font-size: 16px;
    color: #848484;
}

.cart-section .totals-table .col-title {
    font-size: 16px;
    color: #252525;
    font-weight: 400;
    border-right: 1px solid #f0f0f0;
    font-family: "Roboto", sans-serif;
}

.cart-section .totals-table li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.cart-section .totals-table li:last-child {
    border-bottom: none;
}

.cart-section .cart-note {
    position: relative;
    margin-bottom: 50px;
    padding: 16px 20px;
    text-align: center;
    border: 1px dashed #b2dd4c;
    background: #f4f4f4;
    line-height: 1.7em;
}

.product-details .basic-details .item-quantity input[type="text"],
.cart-table tbody tr .qty input[type="text"] {
    position: relative;
    line-height: 46px;
    height: 46px;
    background: #ffffff;
}

.bootstrap-touchspin .input-group-btn-vertical&gt;.btn {
    height: 24px;
    background: #e9e9e9;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    left: 6px;
    top: 6px;
}

/*Shipping Form*/

.shipping-form .form-group {
    position: relative;
    margin-bottom: 30px;
    padding: 0px 15px;
}

.shipping-form .form-group .ui-selectmenu-button.ui-button {
    background-color: #ffffff;
    height: 45px;
    font-size: 16px;
    line-height: 25px;
    z-index: 10;
    color: #848484;
    width: 100%;
    padding: 9px 20px;
    border: 1px solid #efefef;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(../images/icons/arrow-right.jpg);
}

.shipping-form .form-group .ui-button .ui-icon {
    opacity: 0;
}

.shipping-form .form-group input,
.shipping-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 33px;
    padding: 10px 20px;
    height: 45px;
    color: #848484;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #efefef;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shipping-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 10px 20px;
    height: 120px;
    resize: none;
    font-size: 16px;
    font-weight: 300;
    background: #f7f7f7;
    border: 1px solid #f4f4f4;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shipping-form .form-group input:focus,
.shipping-form .form-group textarea:focus {
    border-color: #d5ac63;
}

.shipping-form .form-group .total-btn {
    color: #252525;
    font-size: 16px;
    padding: 11px 33px;
    font-weight: 700;
    background-color: #f6f6f6;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shipping-form .form-group .total-btn:hover {
    background-color: var(--secondary);
    color: #ffffff;
}

.cart-section .cart-outer .checkout-btn {
    padding: 12px 45px;
    border-radius: 0px;
    font-family: "Roboto", sans-serif;
}

/*** 

====================================================================
    CheckOut Sectioon
====================================================================

***/

.checkout-page {
    position: relative;
    padding: 80px 0px 0px;
}

.checkout-page .default-links {
    position: relative;
    margin-bottom: 50px;
}

.checkout-page .default-links li {
    font-size: 18px;
    color: var(--primary);
    line-height: 30px;
    padding: 15px 30px;
    background: #f7f7f7;
    font-weight: 400;
    border-left: 2px solid var(--secondary);
    margin-bottom: 20px;
}

.checkout-page .default-links li a {
    color: var(--secondary);
}

.checkout-page .default-links li a:hover {
    text-decoration: underline;
}

.checkout-form {
    position: relative;
}

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

.checkout-title h2 {
    position: relative;
    font-size: 24px;
    color: var(--primary);
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.checkout-title:before {
    position: relative;
    top: -5px;
    height: 2px;
    width: 55px;
    background-color: var(--secondary);
    display: inline-block;
    content: "";
}

.checkout-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.checkout-form .form-group .field-label {
    display: block;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: capitalize;
    color: #020e28;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.checkout-form .form-group .field-label sup {
    top: -1px;
    font-size: 16px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    line-height: 20px;
    padding: 14px 15px;
    height: 48px;
    border: 1px solid #f2f2f2;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.checkout-form textarea {
    resize: none;
    height: 120px !important;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
    border-color: var(--secondary);
}

.checkout-page .check-box {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
}

.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: 400;
    padding: 0px;
    font-size: 14px;
    cursor: pointer;
    color: var(--secondary);
}

.checkout-page .lower-content {
    position: relative;
    margin-top: 30px;
    padding: 0px 0px 90px;
}

.checkout-page .lower-content .order-column {
    margin-bottom: 40px;
}

.checkout-page .lower-content .checkout-title {
    margin-bottom: 30px;
}

/*cart outer*/

.cart-outer {
    position: relative;
}

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

.checkout-page .lower-content .order-column .cart-outer {
    overflow-x: auto;
}

.checkout-page .lower-content .order-column .cart-table {
    width: 100%;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: capitalize;
    font-size: 18px;
    background: #f7f7f7;
    color: #222222;
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 13px 30px;
    font-weight: 500;
}

.cart-table thead tr th .fa {
    font-size: 18px;
}

.cart-table tbody tr td {
    line-height: 24px;
    padding: 30px 0px 20px 30px;
}

.cart-table tbody tr .qty input {
    width: 45px;
    height: 50px;
    color: #222222;
    font-size: 18px;
    line-height: 50px;
    background: #f7f7f7;
    text-align: center;
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 70px;
    padding-left: 90px;
    padding-top: 22px;
    text-align: left;
    min-width: 230px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    width: 68px;
    left: 0px;
    top: 0px;
    border: 1px solid #f0f0f0;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
    font-size: 16px;
    color: var(--primary);
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.cart-table tbody tr .price {
    font-weight: 400;
    font-size: 20px;
    color: var(--secondary);
    font-family: "Open Sans", sans-serif;
}

/*Total Table*/

.checkout-page .lower-content .totals-table {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #f2f2f2;
}

.checkout-page .lower-content .totals-table li .col {
    padding: 12px 20px;
}

.checkout-page .lower-content .totals-table li {
    line-height: 24px;
    border-bottom: 1px solid #f2f2f2;
}

.checkout-page .lower-content .totals-table li .col.title {
    font-weight: 400;
    color: var(--primary);
    font-size: 16px;
    border-right: 1px solid #f2f2f2;
}

.checkout-page .lower-content .totals-table li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.checkout-page .lower-content .totals-table .col {
    position: relative;
    display: block;
    float: left;
    line-height: 24px;
    width: 50%;
    color: #848484;
    font-weight: 400;
    font-size: 16px;
}

/*Payment Option*/

.checkout-page .payment-options {
    position: relative;
    padding: 30px 20px 40px;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.checkout-page .payment-options li {
    position: relative;
    margin-bottom: 15px;
}

.checkout-page .payment-options li .radio-option {
    position: relative;
}

.checkout-page .payment-options li .radio-option label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-weight: 500 !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #333333;
    cursor: pointer;
}

.checkout-page .payment-options li .radio-option label strong {
    font-weight: 400;
    color: #020e28;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.checkout-page .payment-options li .radio-option label strong a {
    font-size: 16px;
    color: var(--secondary);
    margin-left: 15px;
    text-decoration: underline;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 3px;
}

.checkout-page .payment-options li .radio-option label .small-text {
    display: block;
    padding-top: 5px;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 16px;
    color: #848484;
    font-weight: 400;
    line-height: 1.7em;
}

.checkout-page .payment-options li .radio-option label img {
    position: relative;
    top: -3px;
    display: inline-block;
    max-width: 100%;
    padding-left: 30px;
}

.checkout-page .payment-options .theme-btn {
    margin-top: 10px;
    margin-left: 32px;
    border-radius: 0px;
    font-weight: 700;
    padding: 12px 45px;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
}

/*** 

====================================================================
    Login / Register Section
====================================================================

***/

.register-section {
    position: relative;
    padding: 80px 0px 40px;
}

.register-section .form-column {
    margin-bottom: 40px;
}

.register-section .form-column .sec-title {
    position: relative;
    margin-bottom: 30px;
}

.register-section .form-column .sec-title:before {
    position: relative;
    top: -7px;
    height: 2px;
    width: 55px;
    background-color: var(--secondary);
    display: inline-block;
    content: "";
}

.register-section .form-column .sec-title h2 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: var(--primary);
    font-weight: 400;
}

.styled-form {
    position: relative;
}

.styled-form .submit-text {
    font-size: 14px;
    color: var(--primary);
    font-weight: 400;
    margin-top: 15px;
    line-height: 20px;
}

.styled-form .form-group {
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    color: var(--primary);
}

.checkout-section .styled-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.styled-form .form-group .check-box {
    line-height: 24px;
    font-size: 15px;
    font-weight: normal;
    padding-top: 5px;
    color: #272727;
}

.styled-form .form-group .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0px;
    font-size: 15px;
    cursor: pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label {
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    color: var(--primary);
}

.styled-form .form-group label.remember-me {
    color: #252525;
    font-weight: 500;
}

.styled-form .form-group .adon-icon {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #d4d4d4;
    z-index: 2;
}

.styled-form .form-group .theme-btn {
    padding: 12px 45px;
}

.styled-form .form-group .field-label {
    display: block;
    color: #272727;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    line-height: 28px;
    padding: 8px 20px;
    height: 50px;
    font-size: 16px;
    color: #848484;
    border: 1px solid #f2f2f2;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus {
    border-color: var(--secondary);
}

.social-links-two a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    background: #fc721e;
    margin: 0px 0px 0px 15px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.social-links-two a:hover {
    opacity: 0.80;
}

.social-links-two .facebook {
    background: #3b5998;
}

.social-links-two .twitter {
    background: #33ccfe;
}

.social-links-two .google-plus {
    background: #dd4b39;
}


/*** 

====================================================================
    Request Qoute Section
====================================================================

***/


.request-qoute-title-block.bg-gray {
    background: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 50px;
}

.request-qoute-title-block .sec-title {
    margin-bottom: 0;
}

.request-qoute-content-block {
    background: #fff;
    padding: 0;
    position: relative;
}

.request-qoute-content-block:before {
    content: '';
    width: 100%;
    height: 50%;
    background: #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
}

.request-qoute-content-block .auto-container {
    position: relative;
}

.request-qoute-content-block .no-gutters {
    margin-left: 0;
    margin-right: 0px
}

.request-qoute-content-block .no-gutters&gt;[class*=col-] {
    padding-left: 0;
    padding-right: 0;
}


.request-qoute-content-block .image-column .inner-column {
    position: relative;
}

.request-qoute-content-block .image-column .overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 10px);
    height: 100%;
    padding-left: 50px;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .request-qoute-content-block .image-column .overlay-box {
        width: calc(100% + 0px);
    }
}

.request-qoute-content-block .image-column .inner-box {
    display: table;
    width: 100%;
    height: 100%;
}

.request-qoute-content-block .image-column .content {
    display: table-cell;
    vertical-align: bottom;
}

.request-qoute-content-block .image-column .content h3 {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    width: 55%;
    margin-bottom: 20px;
}

.request-qoute-content-block .image-column img {
    max-width: none;
}

.request-qoute-content-block .form-column .inner-column {
    position: relative;
    box-shadow: 0px 10px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}

.request-qoute-content-block .contact-form .form-group button[type="submit"] {
    background: #F7F7F7;
}

.request-qoute-content-block .contact-form .form-group button[type="submit"]:hover {
    background: var(--primary);
}

.request-qoute-content-block.home-two {
    margin-top: -45px;
}

.request-qoute-content-block.home-two:before {
    display: none;
}

.request-qoute-content-block .image-column.with-contact-info .overlay-box {
    padding-left: 50px;
    padding-bottom: 0;
    background: rgba(0, 0, 0, .7);
}

.request-qoute-content-block .image-column.with-contact-info .content {
    vertical-align: middle;
}

.request-qoute-content-block .image-column.with-contact-info .title-box {
    margin-bottom: 35px;
}

.request-qoute-content-block .image-column.with-contact-info .title-box h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    padding-bottom: 5px;
}

.request-qoute-content-block .image-column.with-contact-info .title-box h3:before {
    content: '';
    width: 50px;
    height: 2px;
    background: var(--secondary);
    position: absolute;
    bottom: 0;
    left: 0;
}

.request-qoute-content-block .image-column.with-contact-info .single-info+.single-info {
    margin-top: 20px;
}

.request-qoute-content-block .image-column.with-contact-info .single-info .icon-box,
.request-qoute-content-block .image-column.with-contact-info .single-info .text-box {
    display: table-cell;
    vertical-align: middle;
}

.request-qoute-content-block .image-column.with-contact-info .single-info .icon-box {
    width: 26px;
}

.request-qoute-content-block .image-column.with-contact-info .single-info .icon-box i {
    font-size: 26px;
    color: #CDA026;
    display: block;
}

.request-qoute-content-block .image-column.with-contact-info .single-info .text-box {
    padding-left: 20px;
}

.request-qoute-content-block .image-column.with-contact-info .single-info .text-box p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
}

.request-qoute-content-block .image-column.with-contact-info .single-info .text-box p span {
    font-weight: bold;
}



/*** 

====================================================================
    Client Carousel Section
====================================================================

***/

.client-carousel-wrapper {
    background: var(--secondary);
    padding: 41px 0;
}

.client-carousel-wrapper .item {
    text-align: center;
    position: relative;
}

.client-carousel-wrapper .item img {
    width: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.client-carousel-wrapper .item:before {
    content: '';
    width: 1px;
    height: 55px;
    background: #d9a928;
    position: absolute;
    top: 50%;
    right: calc(100% + 15px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.client-carousel-wrapper-two {
    padding: 100px 0 150px;
}

.client-carousel-wrapper-two .item {
    text-align: center;
    position: relative;
}

.client-carousel-wrapper-two .item img {
    width: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.client-carousel-wrapper-two .item:before {
    content: '';
    width: 1px;
    height: 85px;
    background: #f2f2f2;
    position: absolute;
    top: 50%;
    right: calc(100% + 15px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.client-carousel-two .owl-nav {
    position: absolute;
    display: block;
    left: 0px;
    top: 50%;
    margin-top: 30px;
    width: 100%;
}

.client-carousel-two .owl-nav .owl-prev,
.client-carousel-two .owl-nav .owl-next {
    position: absolute;
    left: -110px;
    bottom: 0;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 20px;
    font-weight: 400;
    color: var(--primary);
    text-align: center;
    border: 1px solid #F4F4F4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.client-carousel-two .owl-nav .owl-next {
    left: auto;
    right: -110px;
}

@media (max-width: 1400px) {

    .client-carousel-two .owl-nav .owl-prev,
    .client-carousel-two .owl-nav .owl-next {
        left: -75px;
    }

    .client-carousel-two .owl-nav .owl-next {
        left: auto;
        right: -75px;
    }

}

.client-carousel-two .owl-nav .owl-prev:hover,
.client-carousel-two .owl-nav .owl-next:hover {
    color: var(--secondary);
    border-color: var(--secondary);
}


.client-carousel-two .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(100% + 50px);
    text-align: center;
}

.client-carousel-two .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid var(--secondary);
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.client-carousel-two .owl-dots .owl-dot.active {
    width: 10px;
    background-color: var(--secondary);
}


/*** 

====================================================================
    subscribe block two Section
====================================================================

***/



.subscribe-block-two {
    background: #F7F7F7;
    border-top: 3px dashed var(--secondary);
    text-align: center;
    padding: 65px 40px;
    padding-bottom: 60px;
}

.subscribe-block-two i {
    color: #000000;
    font-size: 75px;
    line-height: 1em;
}

.subscribe-block-two h3 {
    margin: 0;
    color: var(--primary);
    font-size: 30px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 25px;
}

.subscribe-block-two p {
    margin: 0;
    color: #848484;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 37px;
    margin-top: 5px;
}

.subscribe-block-two input {
    width: 100%;
    display: block;
    color: #848484;
    font-size: 16px;
    height: 50px;
    border-radius: 3px;
    padding-left: 20px;
}

.subscribe-block-two input+input {
    margin-top: 20px;
}

.subscribe-block-two button[type=submit] {
    width: 100%;
    margin-top: 20px;
    padding-top: 13.5px;
    padding-bottom: 13.5px;
}

/*** 

====================================================================
    fun fact Section
====================================================================

***/

.fun-fact-style-one {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: center center;
    padding: 99.75px 0;
}

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

.fun-fact-style-one .sec-title {
    margin-bottom: 40px;
}

.fun-fact-style-one .sec-title .text {
    font-size: 18px;
    color: #B7B7B7;
    padding: 13px 0;
}

.single-fun-fact-style-one {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .10);
    padding: 34px 40px;
}

.single-fun-fact-style-one .count {
    font-size: 48px;
    line-height: 1em;
    color: var(--secondary);
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.single-fun-fact-style-one .count .plus {
    font-size: 26px;
    line-height: 1em;
    vertical-align: super;
}

.fun-fact-style-one h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    margin-top: 10px;
    padding-bottom: 26px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.fun-fact-style-one .more-btn {
    font-size: 16px;
    color: #CDCDCD;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 25px;
    transition: all .4s ease;
    font-family: 'Roboto';
}

.fun-fact-style-one .more-btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    position: absolute;
    top: 50%;
    right: 0px;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    -o-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    transition: all .4s ease;
}

.fun-fact-style-one .more-btn:hover {
    color: var(--secondary);
    padding-left: 10px;
}

.fun-fact-style-one .more-btn:hover i {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*** 

====================================================================
    search popup style
====================================================================

***/

.search_area {
    position: relative;
    max-width: 950px;
    margin: auto;
}

.search_area .search_box_inner {
    background: transparent;
    padding: 100px 60px;
    display: block;
    overflow: hidden;
}

.search_area .search_box_inner h3 {
    padding-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
}

.search_area .search_box_inner .input-group {
    display: block;
    position: relative;
}

.search_area .search_box_inner .input-group input {
    background: transparent;
    border-radius: 0px;
    outline: none;
    height: 50px;
    padding: 0px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.search_area .search_box_inner .input-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.search_area .search_box_inner .input-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.search_area .search_box_inner .input-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.search_area .search_box_inner .input-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.search_area .search_box_inner .input-group .input-group-btn {
    position: absolute;
    right: 5px;
    top: 12px;
    z-index: 4;
}

.search_area .search_box_inner .input-group .input-group-btn .btn-default {
    padding: 0px;
    border: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
    color: #fff;
    font-size: 16px;
}

.search_area .mfp-close {
    right: 0px;
    color: #fff;
}

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.98;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.home-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    margin-top: 164px;
    display:flex;
    align-items:center;
}
.home-banner .row {
   
    
    animation-delay: .8s;
    border-left: 2px solid var(--secondary);
    padding-left: 30px;
}


@media (min-width: 1300px) and (max-width: 1439px){
.home-banner .row {
  
    animation-delay: .8s;
    border-left: 2px solid var(--secondary);
    padding-left: 30px;
}

}
.home-text h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: 0px;
    margin: 0;
 
    margin-bottom: 5px
}

.home-text p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin: 0;


}
.btn-home{
    margin-top:34px;
}
.brd {
    background: var(--secondary);
    color: #fff;
}
.brd a {
    color: #fff;
    font-size: 16px;
}

.content-sec {
    padding: 80px 0;
}
.mian-content p {
    padding: 5px 0;
}
.form-control{
    height:calc(2.5em + .75rem + 2px);
}
.sidebar-content label.error{color:red}
.sidebar-content {
    padding: 20px;
}
.sidebar-heading{
    text-align: center;
    background: var(--secondary);
    
}
.sidebar-heading h3 {
    color: #fff;
    font-size: 24px;
    padding: 10px 10px;
    margin:0;
}
.widget2 {
  background-color: #f8f8f9;
  /*padding: 1.875rem;*/
  overflow: hidden;
}
.widget2 + .widget2 {margin-top: 3.125rem;}
.about-widget {margin-top: 1.125rem;}
.about-widget-img {position: relative;}
.about-widget-img + h4 {margin-top: 1.5625rem;}
.about-widget-img &gt; a {
  color: #fff;
  font-size: 14px;
  line-height: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  left: -10px;
  top: 10px;
}

.widget2 {
    border: 1px solid #ccc;

}
.thm-btn {
    background: var(--primary);
}

.thm-btn:hover, .thm-btn:focus {
    color: #fff;
    background:var(--secondary);
}

.thm-btn {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
}
.btm-cities h3 {
    text-align: center;
    background: var(--secondary);
    padding: 5px;
    color: #fff;
    margin-top: 16px;
    margin-bottom:10px;
    font-weight: 600;
    font-size: 24px;
}
.btm-cities h4 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 40px;
}
.testimonial-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/icons/bg.jpg);
}
.btm-cities {
    padding: 60px 0;
}
.ul3 {
    column-count: 4;
}
.ul3 li:before {
    content: "\e908";
    font-family: 'machinery-icon';
    margin-right: 14px;
    color: var(--primary);
}
.footer-bottom {
    padding: 10px 0;
    background: var(--secondary);
    color: #444;
}

p.copyright a {
    color: #fff;
}

.main-footer {
    padding: 50px 0;
}

.widget-content p {
    color: #fff;
}

.text-box a {
    color: #fff;
}
.contact-us {
    height: 300px;
}
.contact-us .row {
  
    animation-delay: .8s;
    border-left: 2px solid var(--secondary);
    padding-left: 30px;
}

.btn-home {
    margin-top: 34px;
    font-size: 24px;
    padding: 16px 26px;
}








@media only screen and (min-width: 768px) {
.ph-mobile{
    display:none;
}
.logo-header {
     display:none;
}
}
@media(max-width:767px){
    .header-upper {
    display: none;
}

.contact-section-three {
    position: relative;
    padding: 40px 0;
}
.main-footer.padding-top .widgets-section, .main-footer .widgets-section {
    padding-top: 0!important;
}
.home-banner .row {
    
    animation-delay: .8s;
    border-left: 2px solid var(--secondary);
    padding-left: 0px;
}
.main-footer {
    padding: 40px 0;
}
.home-text p {
   display:none;
}

.btn-home {
    
    display: none;
}
.home-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 170px;
    position: relative;
}
.home-text h1 {
    font-size: 26px;
    
}
.ph-mobile {
    padding: 10px 0;
    font-size: 30px;
    font-weight: 600;
        background:var(--primary);
}
.main-header {
    position: fixed;
    width: 100%;
    top: 0;
}

.home-banner {
    margin-top: 192px;
}
.mobile-icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 180px;
    right: 50px;
    background-color: #6be24a;
    color: #FFF;
    border-radius: 50px;
    border: 4px solid #fff;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 56px;
}
.product-details-title h1 {
    font-size: 24px!important;
   
}
.main-content h2 {
    line-height: 29px !important;
    font-size: 19px;
}
.main-content h3 {
    margin: 0 0 10px;
    line-height: 28px;
    font-size: 17px;
}
.btm-cities h4 {
    font-size: 18px;
    line-height: 22px;
}
.ul3 {
    column-count: 2;
}
.main-header.style-two .header-lower {
    background: #fff;padding: 10px 0;
    box-shadow: 3px 4px 20px -12px #c2c2c2;
}

.logo-header {
    position: absolute;
    width: 50%;
    z-index: 99;
}
.contact-us {
    height: 150px;
}
.contact-us h1 {
    font-size:36px;
    
}


.project-single-section, .services-section {
    padding: 40px 0;
}

.what-we-do {
    
    padding: 40px 0;
}
.project-section, .about-us {
    padding: 40px 0;
}
.content-sec {
    padding: 40px 0;
}
.testimonial-section {
    padding: 40px 0;
}

.sec-title h2 {
    font-size: 22px;
}
.request-qoute-title-block.bg-gray {
    background: #f7f7f7;
    padding: 40px 0;
}
.news-section {
    position: relative;
    padding: 40px 0;
}
.btm-cities {
    padding: 40px 0;
}

.ph-mobile a:hover {
   
    color:#fff;
}
.colm-resverd {
    flex-direction: column-reverse;
    display: flex;
}

.branch-info-box {
    position: relative;
    margin-bottom: 0;
    margin-top: 30px;
}
.branch-info-box .lower-content {
    position: relative;
    padding: 30px 30px;
    border: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
}
.main-footer .footer-column .widget-title {
    margin-bottom: 10px !important;
}
.main-footer .footer-column {
    margin-bottom: 25px;
}



}


/*============================NEW CSS=========================================*/
section.ul-manage h3 {
    background: var(--secondary);
    color: #fff;
    text-align: center;
    display: grid;
}

.cart-area {
    padding: 70px 0;
    background: #f7f7f7;
    margin-top: 164px;
}
.h-inner {
    margin-bottom: 20px;
    font-size: 36px;
}
@media (min-width: 992px){
#id-brand, #id-generic {
    display: block!important;
    float: left;
    max-width: 100%;
    width: 100%;
    margin-right: 10px;
    opacity: 1;
}

}
.table-content table {
    background: #ffffff;
    border-color: #eaedff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    margin-bottom: 0;
}
.table-content table th, .table-content table td {
    border-bottom: 1px solid #eaedff;
    /* border-right: 1px solid #eaedff; */
    /* border: none; */
}
.table_product thead th {
    color: #fff;
    background-color: var(--primary);
}
.table thead th {
    white-space: nowrap;
}
.blog-details-area {
    padding: 70px 0;
}
.main-content {
    padding: 20px;
}
.main-content p {
    margin-bottom: 16px;
    font-size: 15px;
}
.main-content h2 {
    
    margin:0 0 10px;
    line-height: 35px;
}
.main-content h3 {
 
    margin: 0 0 10px;
    line-height: 27px;
}
.main-content ul {
    margin-bottom: 10px;
}
.main-content ul li {
    list-style: disc;
    margin-left: 36px;
}
.ghost-sec h4 {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
}
.accordion .accordion-item {
    margin-bottom: 15px;
    width: 100%;
}
.accordion .accordion-item .accordion-header {
    position: relative;
}
.accordion .accordion-item .accordion-header.active .title {
    background: var(--primary) !important;
    color: #fff;
}
.accordion .accordion-item .accordion-header.active span {
    background: #fff !important;
}
.accordion .accordion-item .accordion-header span {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 30px;
    width: 30px;
    color: #ffffff;
    background: var(--primary) !important;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    border-radius: 80%;
}
.accordion .accordion-item:nth-child(1) .accordion-body {
    display: block;
}
.accordion .accordion-item .accordion-body {
    padding: 20px;
    background: #edf0fa;
    display: none;
}
.accordion .accordion-item .accordion-body p {
    font-size: 15px;
    color: #444444;
    margin: 0px;
}
.sidebar-wrap .widget {
    padding: 30px 30px 3px;
    border: 2px solid #ededed;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 12px 0 rgb(0 0 0 / 7%);
}
.related-products {
    -webkit-box-shadow: 0 1px 12px 0 rgb(0 0 0 / 7%);
}
.mb-40 {
    margin-bottom: 40px;
}
.rating-box {
    width: 130px;
    height: 130px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FBC02D;
    color: #fff;
    border-radius: 50%;
}
.star-active {
    color: #FBC02D;
    margin-top: 10px;
    margin-bottom: 10px;
}
.rating-bar0.justify-content-center {
    padding-top: 10px;
}
.rating-label {
    font-weight: bold;
}
.rating-bar {
    width: 300px;
    padding: 8px;
    border-radius: 5px;
}
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 5px;
}
.bar-5 {
    width: 90%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px;
}
.bar-4 {
    width: 10%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px;
}
.bar-3 {
    width: 0%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px;
}
.bar-2 {
    width: 0%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px;
}
.bar-1 {
    width: 0%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px;
}
.badge-container {
    text-align: center;
}
.our-products {
    background: #fbfbfb;
}

.our-products {
    padding: 70px 0;
}
.our-products h2 {
    text-align: center;
    font-size: 36px;
}
.mb-40 {
    margin-bottom: 40px;
}
.ul3 li {
    position: relative;
    padding-left: 20px;
    display:flex;
}
.our-products ul.ul3 li{
    margin-bottom:10px;
    display: inline-flex;
}

.check-out-btn {
    margin-top: 24px;
}
.product-details-img {
    overflow: hidden;
}
.product-details-title h1 {
    font-size: 36px;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 600;
}
.product-details-title p {
    color: #6a667b;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.ratings-container {
    line-height: 1;
    margin: 0 0 12px 1px;
    position: relative;
    display: inline-block;
    font-size: 12px;
}
.ratings-container {
    display: flex;
    align-items: center;
}
.ratings-container .product-ratings {
    height: 12px;
}

.ratings-container .product-ratings, .ratings-container .ratings {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-family: 'Font Awesome 5 Pro';
    letter-spacing: 0.1em;
    font-weight: 900;
}
.ratings-container .product-ratings:before {
    content: "â˜…â˜…â˜…â˜…â˜…";
    color: rgba(0, 0, 0, 0.16);
}
.ratings-container .ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}
.ratings-container .ratings:before {
    content: "â˜…â˜…â˜…â˜…â˜…";
    color: #ffb100;
}
.product-details-img {
    overflow: hidden;
}

@media (min-width: 768px){
.d-md-none {
    display: none!important;
}
p.text-med {
    margin-bottom: 3px !important;
}

}
.price-rules-table {
    width: 75%;
}
.price-rule-active {
    background: var(--primary);
    color: #fff;
}
.table td, .table th {
    border-top: 1
px
 solid #eaedff;
}

.price-rules-table td {
    padding: 5px 10px!important;
}
p.text-med {
    margin-bottom: 10px !important;
}

.text-med a {
    color: var(--primary);
    font-weight: 600;
}
.plus-minus {
    display: inline-block;
}
.cart-plus-minus {
    position: relative;
    margin-right: 15px;
}
.cart-plus-minus .btn-info {
    border-radius: 0px;
    background: var(--primary);
    border: var(--primary);
    margin-bottom:3px;
}
.cart-plus-minus input {
    height: 38px;
    width: 55px;
    border: 1px solid #ced4da;
    text-align: center;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border-radius: 0;
    padding: 11px;
}
.btn.btn-info.btn_cart_plus:hover {
    background: var(--secondary);
}

.btn.btn-info.btn_cart_minus:hover {
    background: var(--secondary);
}
.btn {
    display: inline-block;
    padding: 9px 14px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.product-details-action button.site-btn.boxed {
    padding: 8px 16px!important;
    font-weight: 500;
}
.site-btn.boxed {
    background: var(--secondary);
    display: inline-block;
    color: #fff;
    border: none;
    padding: 12px 18px;
    -webkit-box-shadow: 0 6px 12px rgb(53 178 241 / 13%);
    box-shadow: 0 6px 12px rgb(53 178 241 / 13%);
    font-size: 16px;
}
.sidebar-wrap.product {
    position: sticky;
    top: 90px;
}
.related-products h3 {
    font-size: 18px;
    background: var(--primary);
    color: #fff;
    padding: 12px;
    margin-bottom: 0;
}
.related-products .allproducts {
    padding: 12px 20px;
    border: 1px solid #eaedff;
}

.related-products ul li {
    margin-bottom: 10px;
}
.related-products ul li a {
    color: var(--primary);
    display: flex;
    padding-left: 15px;
}
/*.related-products .allproducts li a:before {*/
/*    vertical-align: middle;*/
/*    font-size: 12px;*/
/*    content: '\f46b';*/
/*    font-family: 'Font Awesome 5 Pro';*/
/*    padding-right: 10px;*/
/*}*/
.related-products ul li small {
    display: block;
    padding-left: 25px;
}
.cart_heading {
    color: var(--primary);
    margin-bottom: 16px;
    font-size: 26px;
}
.table-content table td {
    border-top: medium none;
    vertical-align: middle;
    font-size: 16px;
}
.table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto;
}
.table-content table td.product-subtotal {
    font-size: 16px;
}
.cart-page-total {
    padding-top: 50px;
}
.cart-page-total &gt; h2 {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 700;
}
.cart-page-total &gt; ul {
    border: 1px solid #eaedff;
}
.cart-page-total &gt; ul &gt; li {
    list-style: none;
    font-size: 15px;
    color: #333;
    padding: 10px 30px;
    border-bottom: 1px solid #eaedff;
    font-weight: 500;
}

.cart-page-total ul &gt; li &gt; span {
    float: right;
    font-weight: 400;
}

.cart {
    float: right;
    margin-top: 20px;
    margin-right: 60px;
}
i.fa.fa-cart-arrow-down {
    font-size: 28px;
    background: transparent;
}
.badge{
        margin: -9px 5px 0px 3px;
            padding: 4px 7px;
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.allproducts ul {
    list-style: none;
}
.product-details-action form {
    display: inline-flex;
}
.btn_view_cart:hover {
    background: var(--primary);
    color: #fff;
}
a.btn.btn-link.btn_view_cart {
    background: var(--primary);
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
    padding: 0px 20px;
    line-height: 36px;
    border-radius: 0;
}
a.btn.btn-link.btn_view_cart:hover{
    background:var(--secondary);
    
}
.checkout-area {
    background: #f6f6f6;
    margin-top: 164px;
}
.checkbox-form {
    background: white;
    padding: 25px;
    border: 2px solid #ededed;
}
.checkbox-form h3 {
    border-bottom: 1
px
 solid #eaedff;
    font-size: 26px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
    font-weight: 600;
}
.checkout-form-list {
    margin-bottom: 30px;
}
.checkout-form-list label {
    color: #6f7172;
}

.country-select label, .checkout-form-list label {
    color: #6f7172;
    display: block;
    margin: 0 0 5px;
}
.country-select label span.required, .checkout-form-list label span.required {
    color: red;
}
.checkout-form-list input[type="text"], .checkout-form-list input[type="password"], .checkout-form-list input[type="number"], .checkout-form-list input[type="email"] {
    background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    height: 36px;
    padding: 0 0 0 10px;
    width: 100%;
}
.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.checkbox-form h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 26px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
    font-weight: 600;
}
.checkout-area form#frmCheckout {
    padding: 75px 0;
}
section.checkout-area form button {
    margin: 20px 0;
}
button#btn_submit_checkout:hover {
    background: var(--primary);
}
.product-details-img.d-none{
    display:none;
}
.fa-arrow-right:before {
    content: "\f063";
    font-family: 'FontAwesome';
    font-size: 18px;
    text-align: center;
}
.pt-4 {
    padding-top: 23px;
    margin: 0;
}
.checkout-form-list select {
    background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    height: 36px;
    padding: 0 0 0 10px;
    width: 100%;
    color: #747172;
}
/*==========================Accordian=====================================*/
.accordion .accordion-item {
margin-bottom: 15px;
width: 100%;
}
.accordion .accordion-item .accordion-header {
position: relative;
}
.accordion .accordion-item .accordion-header.active .title {
background: var(--primary) !important;
color: #fff;
}
.accordion .accordion-item .accordion-header.active span {
background: #fff !important;
}
.accordion .accordion-item .accordion-header.active span:before {
content: "\f063";
color: var(--primary);
}
.accordion .accordion-item .accordion-header .title {
cursor: pointer;
color: #253c61;
position: relative;
background: #edf0fa;
margin: 0;
padding: 24px 20px 20px 70px;
font-size: 18px;
}
.accordion .accordion-item .accordion-header span {
position: absolute;
left: 20px;
top: 20px;
height: 30px;
width: 30px;
color: #ffffff;
background: var(--primary) !important;
text-align: center;
line-height: 30px;
font-size: 13px;
border-radius: 80%;
}
.accordion .accordion-item .accordion-body {
padding: 20px;
background: #edf0fa;
display: none;
}
.accordion .accordion-item .accordion-body p {
font-size: 15px;
color: #444444;
margin: 0px;
}
.accordion .accordion-item:nth-child(1) .accordion-body {
display: block;
}
.contact-us {
    margin-top: 177px;
}
p.disclaimer {
    padding: 5px 0 18px;
}
.pt-2 {
    padding-top: 20px;
}

table.table-condenssed .table tr{
    white-space:normal!important;
}
.table-responsive {
    display: block;
}
.referal {
    padding: 50px 0;
}
.contact-wrap {
    background: #fff;
    -webkit-box-shadow: 0px 16px 32px 10px rgb(0 73 118 / 6%);
    box-shadow: 0px 16px 32px 10px rgb(0 73 118 / 6%);
    padding:40px;
}
.section-heading.section-heading-2 ul {
    padding-left: 40px;
    margin-bottom: 10px;
}
.section-heading.section-heading-2 ul li {
    list-style: disc;
}
.referal .section-heading-2 .section-title {
    font-size: 32px;
}
.section-heading-2 .section-title {
    font-size: 42px;
}
.section-heading .section-title {
    font-size: 42px;
    margin-bottom: 20px;
}
.cta-form .form-group {
    position: relative;
}
.referal .cta-form .site-btn {
    padding: 12px 20px;
}
.cta-form .site-btn {
    width: 100%;
    border-radius: 0px;
    background: var(--secondary);
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 23px 30px;
}
.referal .cta-form .form-group label {
    position: absolute;
    left: 30px;
    top: 12px;
    color: var(--secondary);
    margin-bottom: 4px;
    z-index: 2;
}
.cta-form .form-group input, .cta-form .form-group textarea {
    width: 100%;
    border-radius: 0;
    border: none;
    background: #f3f8ff;
    color: var(--primary);
    padding: 22px 40px;
    padding-right: 0;
}
.justify-content-center{
    justify-content: center;
    display: flex;
}
button.btn-add {
   background: var(--primary);
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
    border: none;
    padding: 0 15px;
}
button.btn-add:hover{
    background:var(--secondary);
}
.cart_fly{
    color:var(--primary);
    z-index:9991;
}
section.about-area.bg-2 {
    padding: 55px;
}
.page-title-content.banner h1 {
    margin: 0 0 10px;
}
button.btn_outline_origin {
    border: none;
    background: var(--primary);
    color: #fff;
}
li.product-name:before {
    content: "\f0fa";
    font-family: 'FontAwesome';
    position: absolute;
     left: 25px;
     color: var(--secondary);
}
.allproducts ul {
    margin-left: 15px;
}
.related-products ul li a:hover{
    color: var(--secondary);
}
.fa-cart-arrow-down:before {
    content: "\f218";
    color: var(--primary);
}
span.badge.badge-danger {
    color: #fff;
    background: red;
}
.wa-rating-sec p:hover {
    color: var(--primary);
}
ul.top-menu li a:hover{
    color: var(--primary);
}
.page-title-content.banner h1 {
    color: #fff;
}
a.btn-sm.btn-primary {
    background: var(--primary);
}
.rating-bar0 table td {
    padding: 8px 10px !important;
}
div#option_origin {
    margin-bottom: 8px;
}
.text-center.contact {
    text-align: left;
    padding: 0 15px;
}
.stickey-cart {
    position: relative;
    top: 20px;
    font-size: 20px;
}
.stickey-cart span {
    position: absolute;
    right: -17px;
    padding: 2px 4px;
    top: 1px;
}


.refrl {
    margin-left: 15px;
}

.about-1 {
    margin: 80px 0px;
}
.about-content p {
    font-size: 16px;
    padding: 5px 0px;
    line-height: 23px;
}

.about-icon {
    background: var(--secondary);
    height: 230px;
    text-align: center;
    border-radius: 5px;
    padding: 0px 18px;
    margin-top: 20px;
}
.about-icon i {
    color: var(--primary);
    font-size: 42px;
    margin-top: 32px;
    margin-bottom: 20px;
}

.about-icon p {
    color: #fff;
}
.about-icon h4 {
    color: #fff;
}
.rating-box h4 {
    color: #fff;
    font-size: 34px;
}
.our-products .ul4 {
    column-count: 2;
}
button.cart_fly {
    border-radius: 40px;
    background: var(--primary);
    display: inline-block;
    color: #fff;
    border: 2px solid var(--primary);
    padding: 6px 8px;
    font-size: 16px;
    font-weight: 500;
    z-index:999;
}
button.cart_fly i{color:#fff}


label.error {
    position: relative !important;
    color: red !important;
}
@media(max-width:767px){
    .main-header .nav-outer .search-box {
    position: absolute;
    top: 0;
    z-index: 99;
    right: 34px !important;
}
.signle-testimonial-style-one p:before {
    content: '';
    position: absolute;
    top: 8px;
    right: calc(100% + 20px);
    width: 2px;
    height: 35px;
    background: var(--secondary);
}
.purchase-notification{
    bottom: 80px !important;
}


.our-products {
    padding: 30px 0;
}
.our-products h2 {
    text-align: center;
    font-size: 24px;
    line-height:28px;
}
.about-block .about-image, .about-block .about-image1, .about-block .about-image2{
    position: absolute;
    left: 37%;
    top: 100%;
}
.about-block {
    position: relative;
    margin-bottom: 100px;
}

.about-block:last-child {
    margin-bottom: 30px;
}
.about-1 {
    margin: 40px 10px;
}
.ul3 {
    column-count: 2;
}
.ul4 li {
    margin-top: 8px;
    position: relative;
    display: flex!important;
}
.our-products .ul4 {
    column-count: 1;
}
.highlights.dark-bg {
    background: var(--primary);
}

.contact-wrap {
    background: #fff;
    -webkit-box-shadow: 0px 16px 32px 10px rgb(0 73 118 / 6%);
    box-shadow: 0px 16px 32px 10px rgb(0 73 118 / 6%);
    padding: 20px 20px;
}
.referal .section-heading-2 .section-title {
    font-size: 20px;
}
.main-header.style-two .nav-outer .dropdown-outer .cart-btn i {
    font-size: 23px;
    color: var(--primary);
}

a.btn.btn-link.btn_view_cart {
    background: var(--primary);
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
    padding: 0px 5px;
    line-height: 36px;
}

button.btn-add {
    background: var(--primary);
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
    border: none;
    padding: 0 5px;
}

.cart-area {
    padding: 30px 0;
    background: #f7f7f7;
    margin-top: 168px;
}
.checkout-area {
   
    margin-top: 128px;
}
.h-inner {
    margin-bottom: 20px;
    font-size: 25px;
}
.blog-details-area {
    padding: 40px 0;
}
.main-content {
    padding: 0;
}
.a-prd thead tr th {
    display: none;
}

.a-prd thead tr th:first-child {
    display: block;
}
tr.tr_p_o {
    display: grid;
    white-space: normal;
}
tr.tr_p_o td {
    border: none !important;
    padding-bottom: 4px;
}
section.contact-section-three img {
    display: none;
}


}

.btn-sm.btn-primary:hover {
    background: var(--secondary);
}


.purchase-notification{
    position: fixed;
    width: 320px;
    bottom: 60px;
    left: 24px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: var(--secondary);
    color: #fff;
    font-size: 14px;
    box-shadow: 0px 2px 10px 3px #1f1f1f38;
    z-index: 100;
}
.purchase-notification a{
    color:#fff;
    
}
.home-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000075;
    opacity: .60;
}

.accordion .accordion-item .accordion-header.active span:before {
    content: "\f063";
    color: var(--secondary);
}

.main-content ol li {
    list-style: inherit;
    margin-left: 36px;
}

.main-content ul li {
    list-style: disc;
    margin-left: 36px;
}
.main-content ol li::marker {
    font-weight: 600;
}

ul.ul4 li a:before {
    content: "\f0fa";
    font-family: 'FontAwesome';
    font-size: 16px;
    margin-right: 14px;
}
.ul4 li a {
    display: flex;
    transition: 0.2s ease-in-out;
}
.ul3 li a, .ul4 li a{
}

.ul3 li a:hover, .ul4 li a:hover{
    color: var(--secondary);
}

.image-box .title img {
    width: 45px;
    height: 45px;
    background: var(--primary);
    padding: 10px;
    position: absolute;
    right: -45px;
    top: 0;
}
.flags {
    padding-bottom: 14px;
    padding-top: 10px;
}
.project-section .title-box p {
    color: var(--secondary);
}
.inner-content.innerbg {
    padding: 60px 0;
}

.four-zero-page {
    text-align: center;
}
.btn-search {
    display: flex;
}
.srch {
    font-size: 18px;
    padding: 3px 5px;
    background: var(--secondary);
    margin-left: 12px;
    border: 1px solid #ffffff;
    margin-top: 34px;
}

.img-bagge {
    text-align: center;
    margin-top: 30px;
}
.schema-d{
    display:none;
}
@media(max-width:767px){
    .srch {
    font-size: 12px;
    padding: 0px 0px;
    background: var(--secondary);
    margin-left: 0;
    border: 1px solid #ffffff;
    margin-top: 10px;
}
.header-mb {
    text-align: center !important;
    margin-right: 0 !important;
     background:#fff;
         padding: 6px 0;
         
}

.header-mb img {
    vertical-align: sub;
    margin-right: 8px;
  
}
.img-bagge {
    text-align: center;
    margin-top: 94px;
}
.main-menu .navigation&gt;li&gt;ul{
    column-count:1;
}
}
.srv-area {
    margin-top: 220px;
}

@media (min-width: 992px){
#usa-map {
    height: 700px;
}
}

@media (max-width: 767px){
#usa-map svg {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 0!important;
}
.btm-cities h3 {
   
    font-size: 20px !important;
}
.srv-area {
    margin-top: 186px;
}
.srv-area h2 {
    font-size: 17px !important;
    text-align: center;
}
#usa-map svg {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 4px 6px;
}
.project-carousel .owl-nav .owl-next {
    left: auto;
    right: -3px;
}
.project-carousel .owl-nav .owl-prev {
    left: 0;
}
.ph-mobile p {
    font-size: 14px;
    color: #fff;
}

}

#usa-map svg {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 30px 25px;
}

.header-ph {
    display: grid;
    text-align: center;
    padding: 9px 0;
}
.header-ph img {
    margin: auto;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #dbdbdb !important;
}
@media only screen and (min-width: 768px) {
.header-mb {
    display: none;
}


}
.main-content a {
    color: var(--primary);
}

.main-content a:hover {
    color: var(--secondary);
}
.srv-area h2 {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}

@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}
</pre></body></html>