/*** 

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

 ***/

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

/*** 

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

 ***/

body {
    font-size: 18px;
    /* color: #777; */
    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: 'Catamaran', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #2de8a0;
}

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;
}

input,
button,
select,
textarea {}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.8em;
    font-size: 14px;
    margin: 0;
}

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

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

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

/*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: #2de8a0;
    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: #2de8a0;
    font-size: 42px;
    line-height: 1em;
    text-align: center;
}

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

.theme-btn {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    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;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    font-size: 15px;
    color: #ffffff;
    padding: 17px 50px 13px;
    line-height: 20px;
    font-weight: 700;
    background: #141414;
    letter-spacing: .30px;
    text-transform: uppercase;
}

.btn-style-one:hover {
    color: #141414;
    background: #2de8a0;
}

/*Btn Style Two*/

.btn-style-two {
    position: relative;
    font-size: 15px;
    color: #ffffff;
    padding: 17px 50px 13px;
    line-height: 20px;
    font-weight: 700;
    background: #2de8a0;
    letter-spacing: .30px;
    text-transform: uppercase;
}

.btn-style-two:hover {
    color: #ffffff;
    background: #141414;
}

/*Btn Style Three*/

.btn-style-three {
    position: relative;
    font-size: 15px;
    color: #141414;
    padding: 17px 50px 13px;
    line-height: 20px;
    font-weight: 700;
    background: #2de8a0;
    letter-spacing: .30px;
    text-transform: uppercase;
}

.btn-style-three:hover {
    color: #2de8a0;
    background: #ffffff;
}

/*Btn Style Four*/

.btn-style-four {
    position: relative;
    font-size: 15px;
    color: #333333;
    padding: 17px 50px 13px;
    line-height: 20px;
    font-weight: 700;
    background: #ffffff;
    letter-spacing: .30px;
    text-transform: uppercase;
}

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

/*=== Btn style Five*/

.btn-style-five {
    position: relative;
    font-size: 15px;
    color: #333333;
    padding: 13px 30px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #333333;
    text-transform: capitalize;
}

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

.theme_color {
    color: #2de8a0;
}

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(http://f.hubspotusercontent30.net/hubfs/20172080/raw_assets/public/jixi/images/icons/preloader.svg);
}

.ui-selectmenu-button.ui-button {
    position: relative;
    display: block;
    height: 45px;
    width: 100%;
    line-height: 25px;
    text-align: left;
    padding: 9px 20px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    color: #666666;
    font-weight: 400;
    text-transform: capitalize;
    background: transparent;
}

.ui-button .ui-icon {
    background: none !important;
    position: relative;
    top: 0px;
    right: -10px;
    font-size: 16px;
    line-height: 24px;
    text-indent: 0px;
    color: #222222;
}

.ui-button .ui-icon:before {
    font-family: 'FontAwesome';
    content: "\f107";
    z-index: 5;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}


/*** 

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

***/

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #353535;
    border-radius: 3px;
    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: #ffffff;
    background: #2de8a0;
}

/*** 

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

***/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
}

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

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

.main-header .header-top .inner-container {
    position: relative;
}

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

.main-header .header-top .top-left p {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #aaaaaa;
}

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

.main-header .header-top .social-icon-one {
    float: left;
    padding: 10px 0;
}

/*Social Icon One*/

.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    margin-left: 20px;
    float: left;
}

.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #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;
}

.social-icon-one li a span {
    display: block;
}

.social-icon-one li a:hover {
    color: #ffffff;
}

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

.main-header .header-upper {
    position: relative;
    z-index: 5;
    background-color: #141414;
    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 .logo-outer {
    position: relative;
    padding: 20px 0px;
    z-index: 25;
}

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

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

.main-header .info-box {
    position: relative;
    float: left;
    padding-left: 52px;
    margin-left: 60px;
    min-height: 45px;
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 45px;
    text-align: left;
    vertical-align: top;
    color: #2de8a0;
    font-size: 34px;
    line-height: 44px;
}

.main-header .info-box li {
    position: relative;
    line-height: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.main-header .info-box strong {
    position: relative;
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3px;
}

/*=== Header Lower ===*/

.main-header .header-lower {
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 5;
}

.main-header .header-lower:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50%;
    width: 100%;
    content: "";
    background-color: #141414;
}

.main-header .nav-outer {
    position: relative;
    background-color: #ffffff;
}

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

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

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .first-level-menu>.navigation>li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
}

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

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #222222;
    font-weight: 700;
    line-height: 20px;
    opacity: 1;
    text-transform: uppercase;
    padding: 33px 15px 27px;
    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 .sticky-header .main-menu .first-level-menu>.navigation>li>a {
    color: #181818;
    padding: 15px 15px !important;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    min-height: 0px;
    background: none;
    border: 0px;
    margin-right: 0px;
    text-transform: capitalize;
}

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

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
    color: #2de8a0;
}

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

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 120%;
    width: 220px;
    padding: 0px 0px;
    z-index: 100;
    background: #2b2b2b;
    border-top: 2px solid #2de8a0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms 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>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    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>li>ul>li:hover>a {
    color: #ffffff;
    background: #2de8a0;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 20px;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #2b2b2b;
    border-top: 2px solid #2de8a0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms 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>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    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>li>ul>li>ul>li>a:hover {
    color: #ffffff;
    background: #2de8a0;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    top: 0px;
    visibility: visible;
    opacity: 1;
}

.main-menu .navbar-collapse>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 .search-box-outer {
    position: absolute;
    right: 30px;
    color: #ffffff;
    padding: 30px 0px;
}

.main-header .search-box-btn {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    background: none;
    -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 .search-box-btn:hover {
    color: #2de8a0;
}

.main-header .dropdown-menu {
    top: 45px;
    right: -30px;
    border-top: 3px solid #2de8a0;
    padding: 0px;
    width: 280px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.main-header .search-box-outer .dropdown-menu>li {
    padding: 0px;
    border: none;
    background: none;
}

.main-header .search-panel .form-container {
    padding: 25px 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%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    color: #000000;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    -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 .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #2de8a0;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
    -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 .search-panel .search-btn:hover {
    color: #2de8a0;
}

/*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;
    -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);
}

.fixed-header .sticky-header .main-menu .navigation>li {
    margin: 0;
}

.main-header .sticky-header .main-menu .first-level-menu>.navigation>li:hover>a,
.main-header .sticky-header .main-menu .first-level-menu>.navigation>li.current>a,
.main-header .sticky-header .main-menu .first-level-menu>.navigation>li.current-menu-item>a {
    background: #2de8a0;
    color: #ffffff;
    opacity: 1;
}

/*======== Header Style Two ============*/

.header-style-two {
    position: absolute;
}

.header-style-two .header-upper {
    background-color: rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.header-style-two .logo-outer {
    padding: 38px 0;
}

.header-style-two .nav-outer,
.header-style-two .main-menu {
    background-color: transparent;
    width: auto;
}

.header-style-two .main-menu .navigation>li {
    float: left;
    margin-left: 50px;
}

.header-style-two .main-menu .navigation>li>a {
    padding: 63px 0;
    color: #ffffff;
}

.header-style-two .main-menu .navigation>li:hover>a,
.header-style-two .main-menu .navigation>li.current>a {
    color: #2de8a0;
}

.header-style-two .search-box-outer {
    position: relative;
    float: right;
    right: 0;
    margin-left: 55px;
    padding: 60px 0px 64px;
}

.header-style-two .search-box-btn {
    color: #ffffff;
    line-height: 20px;
}

.header-style-two .dropdown-menu {
    top: 85px;
}

/*** 

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

***/

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

.sec-title .title {
    position: relative;
    font-size: 15px;
    line-height: 1.2em;
    color: #d5d5d5;
    font-style: italic;
    margin-bottom: 10px;
}

.sec-title h2 {
    position: relative;
    color: #333333;
    font-size: 30px;
    line-height: 1.35em;
    font-weight: 600;
}

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

/*** 

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

***/

.page-title {
    position: relative;
    padding: 190px 0px 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden;
    margin-bottom: -40px;
    top: -40px;
}

.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #141414;
    opacity: .50;
    content: "";
}

.page-title h1 {
    position: relative;
    font-size: 50px;
    line-height: 1em;
    font-weight: 900;
    color: #ffffff;
}

.page-title .bread-crumb li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    margin-right: 7px;
    padding-right: 7px;
    text-transform: capitalize;
    cursor: default;
    display: inline-block;
}

.page-title .bread-crumb li a {
    color: #fefefe;
    font-size: 15px;
    line-height: 24px;
    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;
}

.page-title .bread-crumb li a:hover {
    color: #2de8a0;
}

.page-title .bread-crumb li:after {
    position: absolute;
    content: '/';
    right: -5px;
    font-weight: 700;
    top: 0px;
    color: #ffffff;
}

.page-title .bread-crumb li:last-child::after {
    display: none;
}

.page-title .bread-crumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

/*** 

====================================================================
                Main Slider
====================================================================

***/

.main-slider {
    position: relative;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    top: -40px;
}

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

.main-slider .tp-dottedoverlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(20, 20, 20, .50);
}

.main-slider h5 {
    font-size: 20px;
    color: #fefefe;
    font-weight: 500;
    line-height: 1.2em;
}

.main-slider h2 {
    font-size: 70px;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.2em;
}

.main-slider p {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;

}

.main-slider .theme-btn {
    font-size: 15px;
    font-weight: 700;
    padding: 17px 40px 13px;
}

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

.main-slider.style-two {
    margin-top: 44px;
    top: 0px;
}

/*** 

====================================================================
                Work Section
====================================================================

***/

.work-section {
    position: relative;
    margin-bottom: -30px;
}

.work-section .side-img {
    position: absolute;
}

.work-section .side-img img {
    max-width: 100%;
    height: auto;
}

.work-section .side-img.right {
    right: 30px;
    top: -100px;
}

.work-section .side-img.left {
    left: 30px;
    top: -50px;
}

.work-section .row {
    margin: 0 -10px;
}

.work-block {
    position: relative;
    margin-top: -140px;
    margin-bottom: 30px;
    padding: 0 10px;
    z-index: 99;
}

.work-block .inner-box {
    position: relative;
    text-align: center;
    background-color: #ffffff;
    padding: 60px 50px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.work-block .icon-box {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1em;
    color: #26dfeb;
    margin-bottom: 30px;
}

.work-block .icon-box i {
    display: inline-block;
}

.work-block h3 {
    position: relative;
    font-size: 22px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 600;
    margin-bottom: 15px;
}

.work-block h3 a {
    display: inline-block;
    color: #333333;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.work-block h3 a:hover {
    color: #2de8a0;
}

.work-block p {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    min-height: 100px;
    margin-bottom: 10px;
}

.work-block:nth-child(3n + 1) h3 a:hover,
.work-block:nth-child(3n + 1) .icon-box {
    color: #e35959;
}

.work-block:nth-child(3n + 2) h3 a:hover,
.work-block:nth-child(3n + 2) .icon-box {
    color: #26dfeb;
}

.work-block:nth-child(3n + 3) h3 a:hover,
.work-block:nth-child(3n + 3) .icon-box {
    color: #face35;
}

.work-section.style-two {
    padding: 100px 0 60px;
}

.work-section.style-two .sec-title {
    margin-bottom: 35px;
}

.work-section.style-two .work-block {
    margin-top: 0;
}

.work-section.style-two .work-block .inner-box {
    box-shadow: none;
    padding-bottom: 40px;
}

.work-section.alternate .work-block .inner-box:hover,
.work-section.style-two .work-block .inner-box:hover,
.work-section.alternate .work-block:nth-child(2) .inner-box,
.work-section.style-two .work-block:nth-child(2) .inner-box {
    -webkit-box-shadow: 0 7px 15px 0px rgba(0, 0, 0, 0.10), 0 0px 3px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 7px 15px 0px rgba(0, 0, 0, 0.10), 0 0px 3px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 7px 15px 0px rgba(0, 0, 0, 0.10), 0 0px 3px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 7px 15px 0px rgba(0, 0, 0, 0.10), 0 0px 3px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0 7px 15px 0px rgb(20 179 78), 0 0px 3px 0px rgb(36 210 103);
}

.work-section.alternate .work-block .icon-box {
    margin-bottom: 30px;
}

.work-section.style-two .work-block .icon-box {
    color: #333333;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.work-section.style-two .work-block h3 a:hover,
.work-section.style-two .work-block .inner-box:hover h3 a,
.work-section.style-two .work-block:hover .icon-box,
.work-section.alternate .work-block:nth-child(2) h3 a,
.work-section.alternate .work-block:nth-child(2) .icon-box {
    color: #2de8a0;
}

.work-section.style-two .work-block .read-more {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.work-section.style-two .work-block .inner-box:hover .read-more,
.work-section.alternate .work-block:nth-child(2) .inner-box .read-more,
.work-section.alternate .work-block:nth-child(2) .inner-box .read-more,
.work-section.style-two .work-block:nth-child(2) .inner-box .read-more,
.work-section.style-two .work-block:nth-child(2) .inner-box .read-more {
    color: #2de8a0;
    opacity: 1;
    visibility: visible;
}

.work-section.alternate .work-block .inner-box {
    box-shadow: none;
}

.work-section.alternate {
    padding: 100px 0 60px;
    margin: 0;
}


/*===================================
        Info Banner
====================================*/

.info-banner {
    position: relative;
    display: block;
    width: 100%;
}

.info-banner .inner-box {
    position: relative;
    padding: 80px 100px 40px;
    margin-top: -100px;
    background-color: #141414;
    z-index: 99;
}

.info-banner .title-column {
    position: relative;
    text-align: right;
    margin-bottom: 40px;
}

.info-banner .text-column {
    position: relative;
    margin-bottom: 40px;
}

.info-banner h2 {
    position: relative;
    font-size: 30px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 600;
}

.info-banner h2 a {
    color: #ffffff;
}

.info-banner h2 span {
    color: #888888;
}

.info-banner p {
    position: relative;
    top: 10px;
    font-size: 15px;
    line-height: 24px;
    color: #cccccc;
}

.info-banner p span {
    color: #ffffff;
}

/*** 

====================================================================
                About Section
====================================================================

***/

.about-section {
    position: relative;
    padding: 90px 0 100px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-right: 40px;
}

.about-section .content-column .title {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.2em;
    color: #0e0d0d;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 5px;
}

.about-section .content-column h3 {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 25px;
}

.about-section .content-column h2 {
    position: relative;
    line-height: 40px;
    margin-bottom: 25px;
}

.about-section .content-column p {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    color: #595959;
    font-weight: 400;
    margin-bottom: 25px;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .inner-column {
    position: relative;
    margin-left: -15px;
    margin-right: -100px;
}

/*** 

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

***/

.team-section {
    position: relative;
    padding: 90px 0 120px;
    background-color: #f8f8f8;
}

.team-block {
    position: relative;
}

.team-block .inner-box {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 65px 60px;
    text-align: center;
    outline: 1px dashed rgba(0, 0, 0, 0.0);
    outline-offset: -7px;
    -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-carousel .team-block .inner-box:hover {
    outline-color: #777777;
}

.team-block .image-box {
    position: relative;
    height: 170px;
    width: 170px;
    border-radius: 50%;
    border: 2px dotted #bababa;
    overflow: hidden;
    padding: 11px;
    margin: 0 auto 20px;
}

.team-block .image-box figure {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    height: 145px;
    width: 145px;
}

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

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

.team-block .name {
    font-size: 20px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 5px;
}

.team-block .name a {
    color: #333333;
    -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 .name a:hover {
    color: #2de8a0;
}

.team-block .designation {
    font-size: 15px;
    line-height: 1.2em;
    color: #c0c0c0;
    margin-bottom: 15px;
    display: block;
}

.team-block p {
    font-size: 15px;
    line-height: 25px;
    color: #595959;
    font-weight: 400;
    margin-bottom: 18px;
}

.team-block .social-icon {
    position: relative;
}

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

.team-block .social-icon li a {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    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;
}

.team-block .social-icon li a:hover {
    color: #2de8a0;
}

.team-carousel {
    position: relative;
}

.team-carousel .owl-prev,
.team-carousel .owl-next {
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    width: 50px;
    color: #141414;
    background-color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 50px;
    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-carousel .owl-nav .owl-next {
    left: auto;
    right: -100px;
}

.team-carousel .owl-prev:hover,
.team-carousel .owl-next:hover {
    background-color: #2de8a0;
    color: #ffffff;
}

/*** 

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

***/

.services-section {
    position: relative;
    background-color: #f8f8f8;
    padding: 130px 0 100px;
}

.services-section .content-column {
    position: relative;
    margin-bottom: 30px;
}

.services-section .content-column .inner-column {
    position: relative;
    padding-left: 20px;
    padding-top: 15px;
}

.services-section .content-column .title {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.2em;
    color: #d5d5d5;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 5px;
}

.services-section .content-column h3 {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 25px;
}

.services-section .content-column h3 a {
    color: #333333;
    -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 .content-column h3 a:hover {
    color: #2de8a0;
}

.services-section .content-column .text {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #595959;
    font-weight: 400;
    margin-bottom: 35px;
}

.services-section .content-column .row {
    max-width: 570px;
    margin: 0 -24px;
}

.services-section .content-column .service-block {
    padding: 0 24px;
}

.service-block {
    position: relative;
    text-align: left;
    margin-bottom: 30px;
}

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

.service-block h3 {
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-block h4 a {
    color: #333333;
    -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 h4 a:hover {
    color: #2de8a0;
}

.service-block p {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    color: #666666;
    margin-bottom: 10px;
}

.services-section.style-two .service-block p {
    color: #cccccc;
}

.service-block .read-more {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    color: #2de8a0;
    line-height: 1.2em;
    text-transform: uppercase;
    text-decoration: underline;
    -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 .read-more:hover {
    color: #333333;
    text-decoration: none;
}

.services-section .image-column .inner-column {
    position: relative;
}

.services-section .image-column .inner-column:before {
    position: absolute;
    left: -30px;
    top: -30px;
    height: 100%;
    width: 93%;
    background-color: #ffffff;
    content: "";
}

.services-section .image-column .image-1 {
    position: relative;
    left: 0;
    z-index: 1;
}

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

.services-section .image-column .image-2 {
    position: absolute;
    left: -200px;
    bottom: -170px;
    z-index: 9;
}

.services-section.style-two {
    position: relative;
    background-color: #232323;
    padding: 0;
}

.services-section.style-two .content-column .inner-column {
    padding-top: 140px;
}

.services-section.style-two .image-column .inner-column {
    margin-left: -170px;
}

.services-section.style-two .content-column h3 {
    color: #ffffff;
}

.services-section.style-two .content-column .text {
    color: #cccccc;
    margin-bottom: 30px;
}

.services-section.style-two .image-column .inner-column:before {
    display: none;
}

.services-section.style-two .service-block .read-more:hover,
.services-section.style-two .service-block h4 a {
    color: #ffffff;
}

.services-section.style-two .service-block .read-more,
.services-section.style-two .service-block h4 a:hover {
    color: #2de8a0;
}

.services-section.style-two .service-block .read-more {
    font-weight: 500;
    font-size: 14px;
}

.services-section.alternate {
    padding: 33px 0 2px;
}

.services-section.alternate .content-column .text {
    margin-bottom: 50px;
}

.services-section.alternate .content-column .row {
    max-width: 1200px;
}

.services-section.alternate .content-column .inner-column {
    padding-left: 0;
    top: 0;
}

/*** 

====================================================================
                Service Detail
====================================================================

***/

.service-detail {
    position: relative;
    padding-left: 35px;
}

.service-detail .upper-box {
    position: relative;
    margin-bottom: 25px;
}

.service-detail .upper-box .image-box {
    position: relative;
}

.service-detail .upper-box .image-box img {
    display: block;
    width: 100%;
}

.service-detail .lower-content {
    position: relative;
}

.service-detail h2 {
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.service-detail h3 {
    font-size: 25px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 500;
    margin-bottom: 20px;
}

.service-detail p {
    font-size: 15px;
    line-height: 25px;
    color: #595959;
    margin-bottom: 20px;
}

.two-column .image-column,
.two-column .content-column {
    position: relative;
    margin-bottom: 25px;
}

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

.services-sidebar {
    position: relative;
    margin-right: -30px;
}

/*Services Category*/

.service-categories {
    position: relative;
    background-color: #141414;
    padding: 40px 40px 50px 30px;
}

.services-sidebar .service-categories {
    margin-bottom: 30px;
}

.service-categories h3 {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
}

.service-cat-list {
    position: relative;
}

.service-cat-list li {
    position: relative;
    padding-left: 15px;
    border-bottom: 1px solid #373737;
}

.service-cat-list li a {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #cccccc;
    font-weight: 400;
    padding: 20px 0;
    display: block;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.service-cat-list li a:before {
    position: absolute;
    content: '\f105';
    left: -15px;
    font-size: 18px;
    color: #2de8a0;
    font-family: 'FontAwesome';
    line-height: 30px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.service-cat-list li.active a,
.service-cat-list li a:hover {
    color: #2de8a0;
}

.get-more {
    position: relative;
    padding: 45px 30px 55px;
    background-color: #141414;
}

.get-more h3 {
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.get-more p {
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #cccccc;
    font-weight: 400;
    margin-bottom: 15px;
}

.get-more .form-group {
    position: relative;
    margin-bottom: 0;
}

.get-more input,
.get-more select,
.get-more textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    padding: 15px 20px;
    padding-right: 70px;
    height: 50px;
    background-color: #272727;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    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;
}

.get-more button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 70px;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    color: #141414;
    font-weight: 600;
    background-color: #2de8a0;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

/***

====================================================================
                     Fact Counter
=====================================================================

***/

.fun-fact-section {
    position: relative;
    background-image: url(../../../../../../../../../f.hubspotusercontent30.net/hubfs/20172080/raw_assets/public/jixi/images/icons/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0 50px;
}

.fun-fact-section .count-box {
    position: relative;
    margin-bottom: 60px;
}

.fun-fact-section .count-box {
    position: relative;
    text-align: center;
}

.fun-fact-section .count-box .icon-box {
    position: relative;
    font-size: 64px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 35px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fun-fact-section .count-box:hover .icon-box {
    color: #2de8a0;
}

.fun-fact-section .count-box .count-text {
    position: relative;
    display: block;
    font-size: 58px;
    color: #fefefe;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 15px;
}

.fun-fact-section .count-box .count-text:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 30px;
    background: #2de8a0;
    margin-left: -15px;
    content: "";
}

.fun-fact-section .count-box .counter-title {
    position: relative;
    font-size: 18px;
    color: #fefefe;
    font-weight: 600;
    line-height: 1.2em;
}

/*** 

====================================================================
                Video Section
====================================================================

***/

.video-section {
    position: relative;
    padding: 90px 0 100px;
}

.video-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.video-section .content-column .inner-column {
    position: relative;
    padding-left: 30px;
    margin-top: -5px;
}

.video-section .content-column .title {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.2em;
    color: #d5d5d5;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 5px;
}

.video-section .content-column h3 {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 25px;
}

.video-section .content-column p {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #595959;
    font-weight: 400;
    margin-bottom: 30px;
}

.video-section .video-column {
    position: relative;
}

.video-section .video-column .inner-column {
    position: relative;
}

.video-section .video-column .image {
    position: relative;
}

.video-section .video-column .image img {
    display: block;
    width: 100%;
}

.video-section .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;
}

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

.video-section .video-column .image .link span {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 23px;
    color: #333333;
    padding-left: 8px;
    margin-left: -50px;
    margin-top: -50px;
    background-color: rgba(255, 255, 255, .90);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.video-section .video-column .caption-box {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.video-section .video-column .caption-box p {
    position: relative;
    float: left;
    font-size: 15px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
}

.video-section .video-column .caption-box p span {
    color: #595959;
}

.video-section .video-column .caption-box .download-link {
    float: right;
    font-size: 15px;
    color: #595959;
    font-weight: 400;
    text-decoration: underline;
    line-height: 1.2em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.video-section .video-column .caption-box .download-link:hover {
    color: #333333;
}

.video-section.style-two {
    background-color: #141414;
}

.video-section.style-two .video-column .caption-box p,
.video-section.style-two .content-column h3 {
    color: #ffffff;
}

.video-section.style-two .content-column p {
    color: #cccccc;
}

.video-section.style-two .video-column .caption-box p span {
    color: #2de8a0;
}

.video-section.style-two .video-column .caption-box .download-link {
    color: #e5384c;
}

.video-section.style-two .video-column .caption-box .download-link:hover {
    color: #ffffff;
}

/*** 

====================================================================
                Video Section Two
====================================================================

***/

.video-section-two {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0;
}

.video-section-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: .64;
    content: "";
}

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

.video-section-two .sec-title .title {
    margin-bottom: 10px;
    display: block;
}

.video-section-two .link {
    position: relative;
    display: inline-block;
    left: 50%;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 18px;
    color: #ffffff;
    padding-left: 5px;
    margin-left: -40px;
    margin-bottom: 35px;
    background-color: #2de8a0;
    -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;
}

.video-section-two .link:hover {
    background: #ffffff;
    color: #2de8a0;
}

.video-section-two .caption-box {
    position: relative;
    text-align: center;
}

.video-section-two .caption-box p {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: .5px;
    margin-bottom: 20px;
}

.video-section-two .caption-box a {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: underline;
    letter-spacing: .5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.video-section-two .caption-box a:hover {
    color: #2de8a0;
}

/*** 

====================================================================
                Why Choose Us
====================================================================

***/

.why-choose-us {
    position: relative;
    padding: 94px 0 0px;
}

.why-choose-us .accordion-column,
.why-choose-us .service-column {
    position: relative;
    margin-bottom: 50px;
}

.why-choose-us .service-column .inner-column {
    position: relative;
    padding-right: 70px;
}

.why-choose-us .sec-title {
    margin-bottom: 30px;
}

.why-choose-us .service-column .text {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #595959;
    margin-bottom: 40px;
}

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

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

.service-block-two .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 1em;
    color: #333333;
    font-weight: 500;
}

.service-block-two h3 {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    font-weight: 600;
    padding-left: 40px;
    margin-bottom: 10px;
}

.service-block-two h3 a {
    color: #333333;
    -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: #2de8a0;
}

.service-block-two p {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #595959;
    margin-bottom: 0;
}

/*===================================\
        Accordion Style
====================================*/

.accordion-box {
    position: relative;
}

.accordion-column .accordion-box {}

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

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0px;
    padding: 14px 20px 14px 0;
    overflow: hidden;
    z-index: 1;
    letter-spacing: .2px;
    border-bottom: 1px solid #e7e7e7;
}

.accordion-box .block:first-child .acc-btn {
    padding: 0px 20px 15px 0;
}

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

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

.accordion-box .block .content {
    position: relative;
    padding: 15px 30px;
    min-height: 125px;
}

.accordion-box .block .content p {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #595959;
    padding: 10px 0;
    padding-left: 30px;
}

.accordion-box .block .content p:before {
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    border-left: 1px solid #e7e7e7;
    content: "";
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 20px;
    color: #333333;
    font-weight: 400;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion-box .block .acc-btn.active .icon-outer .icon {
    color: #333333;
    font-size: 20px;
}

.accordion-box .block .acc-btn.active .icon-outer .icon:before {
    content: "\f107";
}


/*** 

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

***/

.testimonial-section {
    position: relative;
    padding: 100px 0;
}

.testimonial-section.no-pd-top {
    padding-top: 0;
}

.testimonial-carousel {
    position: relative;
    padding-bottom: 80px;
}

.testimonial-block {
    position: relative;
    padding: 0 15px 30px;
}

.testimonial-block .inner-box {
    position: relative;
    background-color: #ffffff;
    padding: 60px 45px;
    border: 1px solid #f0f0f0;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 20px 25px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 20px 25px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 20px 25px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 25px rgba(0, 0, 0, .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;
}

.testimonial-block .inner-box:hover {
    background-color: #141414;
}

.testimonial-block .inner-box:before {
    position: absolute;
    left: 50%;
    font-size: 65px;
    line-height: 1em;
    bottom: 50px;
    font-family: Flaticon;
    content: "\f1ad";
    color: #efefef;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-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;
}

.testimonial-block .inner-box:hover:before {
    color: #2b2b2b;
}

.testimonial-block .thumb {
    position: relative;
    height: 105px;
    width: 105px;
    margin: 0 auto 25px;
    overflow: hidden;
    border-radius: 50%;
}

.testimonial-block h3 {
    position: relative;
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -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 h3 a {
    color: #333333;
}

.testimonial-block .inner-box:hover h3 a {
    color: #ffffff;
}

.testimonial-block p {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #595959;
    -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 .inner-box:hover p {
    color: #cccccc;
}

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

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

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 11px;
    height: 11px;
    margin: 0 4px;
    display: inline-block;
    background-color: #e2e1e1;
    border: 1px solid #e2e1e1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -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;
}

.testimonial-carousel .owl-dots .owl-dot.active,
.testimonial-carousel .owl-dots .owl-dot:hover {
    background: none;
    border-color: #2de8a0;
}

/*** 

====================================================================
                Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
    position: relative;
    padding: 100px 0;
    background-color: #ffffff;
}

.testimonial-section-two .side-img {
    position: absolute;
    right: 50px;
    top: -140px;
}

.testi-carousel-two {
    position: relative;
    padding-bottom: 100px;
}

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

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

.testimonial-block-two .image-box {
    position: relative;
    float: left;
    width: 100%;
    width: 42%;
}

.testimonial-block-two .image-box img {
    display: block;
    width: auto;
    max-width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.testimonial-block-two .image-box .icon {
    position: absolute;
    right: 0;
    bottom: 25px;
    margin-right: -35px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    z-index: 99;
    background-color: #2de8a0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.testimonial-block-two .detail-box {
    position: relative;
    float: left;
    width: 58%;
    padding-left: 40px;
    padding-top: 10px;
}

.testimonial-block-two .detail-box .name {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonial-block-two .detail-box .designation {
    position: relative;
    display: block;
    font-size: 15px;
    color: #cccccc;
    line-height: 20px;
    margin-bottom: 6px;
}

.testimonial-block-two .detail-box p {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #595959;
    margin-bottom: 35px;
}

.testimonial-block-two .detail-box ul {
    position: relative;
}

.testimonial-block-two .detail-box ul li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #333333;
    font-weight: 600;
}

.testimonial-block-two .detail-box ul li span {
    color: #595959;
}

.testi-carousel-two .owl-nav {
    display: none;
}

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

.testi-carousel-two .owl-dots .owl-dot {
    position: relative;
    width: 11px;
    height: 11px;
    margin: 0 4px;
    display: inline-block;
    background-color: #e2e1e1;
    border: 1px solid #e2e1e1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -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;
}

.testi-carousel-two .owl-dots .owl-dot.active,
.testi-carousel-two .owl-dots .owl-dot:hover {
    background: none;
    border-color: #2de8a0;
}

/*** 

====================================================================
                News Section
====================================================================

***/

.news-section {
    position: relative;
    background: #f8f8f8;
    padding: 100px 0 0;
}

.news-block {
    position: relative;
}

.news-block .inner-box {
    position: relative;
    background-color: #141414;
}

.news-block .image-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.news-block .image-box .layer-image {
    display: none;
}

.news-block .content-box {
    position: relative;
    float: right;
    width: 50%;
    padding: 90px 30px;
}

.news-block .content-box h3 {
    position: relative;
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 600;
}

.news-block .content-box h3 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;
}

.news-block .content-box h3 a:hover {
    color: #2de8a0;
}

.news-block .content-box .date {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #2de8a0;
    margin-bottom: 18px;
}

.news-block .content-box .date a {
    color: #2de8a0;
    -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 .content-box .date a:hover {
    color: #ffffff;
}

.news-block .content-box p {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #cccccc;
    font-weight: 400;
    margin-bottom: 20px;
}

.news-block .content-box p a {
    color: #ffffff;
    text-decoration: underline;
    -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 .content-box p a:hover {
    color: #2de8a0;
}

.news-section.style-two {
    padding: 100px 0 50px;
}

.news-section.style-two .sec-title {
    margin-bottom: 30px;
}

.news-section.style-two .row {
    margin: 0 -35px;
}

.news-block-two {
    position: relative;
    padding: 0 35px;
    margin-bottom: 50px;
}

.news-block-two .info {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #2de8a0;
    font-weight: 400;
    margin-bottom: 13px;
}

.news-block-two .info a {
    color: #2de8a0;
    -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 .info a:hover {
    color: #333333;
}

.news-block-two h2 {
    display: block;
    font-size: 25px;
    line-height: 35px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 35px;
}

.news-block-two h2 a {
    color: #333333;
    -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 .inner-box:hover .theme-btn {
    background-color: #2de8a0;
}

.news-block-two h2 a:hover {
    color: #2de8a0;
}

.news-block-three {
    position: relative;
    margin-bottom: 60px;
}

.news-block-three .inner-box {
    position: relative;
}

.news-block-three .image-box {
    position: relative;
    margin-bottom: 10px;
}

.news-block-three .image-box img {
    display: block;
    /* width: 100%;
    height: auto; */
    height: 35rem;
    width: 96%;
}

.news-block-three .info {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #2de8a0;
    font-weight: 400;
    margin-bottom: 5px;
}

.news-block-three .info a {
    font-size: 15px;
    color: #2de8a0;
    -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-three .info a:hover {
    color: #333333;
}

.news-block-three h2 {
    display: block;
    font-size: 25px;
    line-height: 35px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 20px;
}

.news-block-three h2 a {
    color: #333333;
    -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-three h2 a:hover {
    color: #2de8a0;
}

.news-section.alternate {
    background-color: #ffffff;
}

.blog-classic .styled-pagination ul {
    margin: 0;
}

.sidebar-page-container .blog-classic {
    margin-right: -15px;
}

/*** 

====================================================================
                News Detail
====================================================================

***/

.sidebar-page-container .blog-detail {
    margin-right: -15px;
}

.blog-detail {
    position: relative;
}

.blog-detail .news-block-three h3 {
    margin-bottom: 30px;
}

.blog-detail p {
    position: relative;
    font-size: 15px;
    line-height: 35px;
    color: #595959;
    font-weight: 500;
    margin-bottom: 35px;
}

.blog-detail blockquote {
    position: relative;
    padding: 55px 60px;
    text-align: center;
    font-size: 25px;
    line-height: 38px;
    color: #cccccc;
    font-weight: 300;
    background-color: #141414;
    font-style: italic;
    border: 0;
    margin-bottom: 35px;
}

.blog-detail blockquote .icon {
    position: relative;
    display: block;
    height: 100px;
    width: 100px;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 100px;
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 50%;
    background-color: #202020;
}

.blog-detail .post-share-option {
    position: relative;
    display: block;
    border-top: 1px solid #e9e9e9;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    padding: 15px 0;
    margin-bottom: 15px;
}

.blog-detail .post-share-option span {
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    padding: 8px 0;
    color: #333333;
    font-weight: 500;
}

.blog-detail .social-icon {
    position: relative;
}

.blog-detail .social-icon li {
    position: relative;
    float: left;
    margin-left: 15px;
}

.blog-detail .social-icon li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    -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-detail .social-icon li a:hover {
    color: #2de8a0;
}

.blog-detail .related-project {
    position: relative;
    margin-bottom: 25px;
}

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

.group-title h2 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 500;
}

/*** 

====================================================================
                Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
}

.styled-pagination ul {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 50px;
}

.styled-pagination li {
    position: relative;
    display: block;
    float: left;
    margin-right: 15px;
    font-size: 15px;
    line-height: 25px;
    color: #141414;
}

.styled-pagination li a {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #141414;
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #2de8a0;
}

/*** 

====================================================================
                Gallery Full Width Section
====================================================================

***/

.gallery-full-width {
    position: relative;
    padding: 100px 0 0;
    background-color: #1c1c1c;
}

.gallery-full-width .inner-container {
    position: relative;
}

.gallery-full-width .sec-title {
    float: left;
    margin-bottom: 50px;
}

.gallery-full-width .filters {
    float: right;
}

.gallery-full-width .filters .filter-tabs {
    position: relative;
    display: inline-block;
    max-width: 675px;
    margin: 0 auto;
}

.gallery-full-width .filters li {
    position: relative;
    float: left;
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 40px;
    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;
}

.gallery-full-width .filters li:before {
    position: absolute;
    right: 0;
    top: 15px;
    height: 10px;
    width: 2px;
    background: #343434;
    content: "";
}

.gallery-full-width .filters li:last-child:before {
    display: none;
}

.gallery-full-width .filters li:last-child {
    padding-right: 0;
}

.gallery-full-width .filters li.active,
.gallery-full-width .filters li:hover {
    color: #2de8a0;
}

.gallery-item {
    position: relative;
}

.gallery-full-width .big-column {
    position: relative;
    float: left;
    width: 40%;
}

.gallery-full-width .small-column {
    position: relative;
    width: 20%;
    float: left;
}

.gallery-item .inner-box {
    position: relative;
}

.gallery-item .image-box {
    position: relative;
    text-align: center;
}

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

.gallery-item .overlay-box:before {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    background: #2de8a0;
    opacity: .90;
    content: "";
    -webkit-transition: all .4s cubic-bezier(.10, .10, .10, .100);
    -moz-transition: all .4s cubic-bezier(.10, .10, .10, .100);
    -ms-transition: all .4s cubic-bezier(.10, .10, .10, .100);
    -o-transition: all .4s cubic-bezier(.10, .10, .10, .100);
    transition: all .4s cubic-bezier(.10, .10, .10, .100);
    z-index: 1;
}

.gallery-item:hover .overlay-box:before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.gallery-item .overlay-box .content {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    z-index: 9;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(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;
}

.gallery-item:hover .overlay-box .content {
    transition-delay: 300ms;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.gallery-item .overlay-box .content h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #111112;
    font-weight: 600;
    margin-bottom: 10px;
}

.gallery-item .overlay-box .content h3 a {
    color: #111112;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-item .overlay-box .content h3 a:hover {
    color: #ffffff;
}

.gallery-item .overlay-box .content p {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: .15px;
}

.gallery-full-width.alternate .filters {
    float: none;
    text-align: center;
    margin-bottom: 45px;
}

.gallery-full-width.alternate .filters ul {
    display: inline-block;
    background: #292929;
    padding: 0 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.gallery-full-width.alternate .filters li {
    border-bottom: 1px solid transparent;
    padding: 20px 40px;
}

.gallery-full-width.alternate .filters li:before {
    top: 25px;
    display: block;
}

.gallery-full-width.alternate .filters li.active,
.gallery-full-width.alternate .filters li:hover {
    color: #2de8a0;
    border-color: #2de8a0;
}

/*** 

====================================================================
                Gallery Modal Style
====================================================================

***/

.modal-open {
    overflow: hidden !important;
}

.popup-container {
    max-width: 1170px;
    width: 100%;
    padding: 0px;
}

#schedule-box .modal-content {
    max-width: 1170px;
    box-shadow: none;
    border-radius: 0;
    padding: 1px;
    border: 0px;
    margin: auto 0;
    background: none;
}

#schedule-box .close {
    display: block;
    float: none;
    opacity: 1;
    text-shadow: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    background-color: #000000;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.project-info-wrapper {
    position: relative;
}

.project-info-wrapper .project-info {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.project-info-wrapper .info-box {
    position: relative;
    padding: 85px 35px 85px 50px;
    background-color: #ffffff;
    max-width: 450px;
    width: 100%;
}

.project-info-wrapper h3 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 600;
    margin-bottom: 25px;
}

.project-info-wrapper p {
    font-size: 15px;
    line-height: 25px;
    color: #595959;
    font-weight: 400;
    margin-bottom: 25px;
}

.project-info-wrapper ul {
    position: relative;
    margin-bottom: 32px;
}

.project-info-wrapper ul li {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #595959;
    font-weight: 600;
    margin-bottom: 18px;
    padding-left: 20px;
}

.project-info-wrapper ul li a {
    color: #595959;
}

.project-info-wrapper ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    color: #2de8a0;
    line-height: 25px;
    content: "\f105";
    font-family: "fontawesome";
}

.project-info-wrapper .social-icons {
    position: relative;
}

.project-info-wrapper .social-icons a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    font-weight: 400;
    margin-right: 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-info-wrapper .social-icons a:hover {
    color: #2de8a0;
}


/*** 

====================================================================
                Clients Section
====================================================================

***/

.clients-section {
    position: relative;
    background-color: #ffffff;
}

.clients-section .sponsors-outer {
    position: relative;
}

.clients-section .sponsors-outer .image-box {
    position: relative;
}

.clients-section .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    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;
}

.clients-section .sponsors-outer .image-box:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.clients-section.style-two {
    background: none;
    padding: 20px 0 70px;
}


/*** 

====================================================================
                Contact Form Section
====================================================================

 ***/

.contact-form-section {
    position: relative;
    padding: 100px 0;
}

.contact-form {
    position: relative;
    max-width: 790px;
    margin: 0 auto;
    padding: 0 15px;
}

.contact-form .row {
    margin: 0 -10px;
}

.contact-form .form-group {
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px;
}

.contact-form .form-group:last-child {
    margin-bottom: 0;
}

.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    height: 52px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #333333;
    padding: 15px 30px;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -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: #2de8a0;
}

.contact-form .form-group textarea {
    height: 110px;
    resize: none;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

.contact-form button {
    color: #333333;
}

/*** 

====================================================================
                Contact Info Section
====================================================================

 ***/

.contact-info-section {
    position: relative;
    background-color: #222222;
}

.contact-info-section .info-column {
    position: relative;
    float: left;
    width: 50%;
}

.contact-info-section .info-column .inner-column {
    position: relative;
    float: right;
    width: 100%;
    max-width: 600px;
    padding: 100px 100px 80px 15px;
}

.contact-info-section h3 {
    position: relative;
    font-size: 20px;
    line-height: 1.3em;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 500;
}

.contact-info-section p {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #888888;
    margin-bottom: 25px;
}


.contact-info-section .map-column {
    position: absolute;
    float: left;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
}

.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;
}

.contact-info-section .map-canvas {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*** 

====================================================================
                Error Page Section
====================================================================

***/

.error-section {
    position: relative;
    text-align: center;
    padding: 170px 0px 180px;
    background-position: left center;
    background-repeat: no-repeat;
}

.error-section .error-image {
    position: relative;
    text-align: center;
}

.error-section .error-image .image {
    position: relative;
    max-width: 100%;
    display: inline-block;
}

.error-section h2 {
    position: relative;
    font-size: 35px;
    color: #333333;
    line-height: 1.2em;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}

.error-section p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #595959;
    margin-bottom: 40px;
}

.error-section .theme-btn {
    padding: 17px 40px 13px;
    border: 2px solid #efefef;
    background-color: transparent;
    text-transform: uppercase;
    color: #333333;
}

.error-section .theme-btn:hover {
    background-color: #333333;
    color: #ffffff;
    border-color: #333333;
}


/***

==================================================================
                Main Footer
==================================================================

***/

.main-footer {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 34px;
}

.main-footer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(69 66 66 / 90%);
    content: "";
}

.main-footer .footer-top {
    position: relative;
    /* padding-bottom: 9px; */
    margin-bottom: 45px;
    border-bottom: 1px solid #343434;
    margin-top: -89px;
}

.main-footer .footer-logo {
    position: relative;
}

.main-footer .footer-logo img {
    display: block;
    max-width: 100%;
}

.main-footer .social-box {
    position: relative;
}

.social-icon-two {
    position: relative;
}

.social-icon-two li {
    position: relative;
    float: left;
    margin: 0px;
    border-radius: 50%;
    overflow: hidden;
}

.social-icon-two li a {
    position: relative;
    float: left;
    height: 52px;
    width: 52px;
    text-align: center;
    line-height: 52px;
    background-color: transparent;
    font-size: 20px;
    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;
}

.social-icon-two li:hover a {
    color: #ffffff;
    background-color: #252525;
}

.main-footer .widgets-section {
    position: relative;
    /* padding-bottom: 50px; */
}

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

.main-footer .footer-widget {
    position: relative;
}

.main-footer .footer-column .widget-title {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.main-footer .contact-widget {
    position: relative;
    padding-right: 20px;
}

.main-footer .contact-info-list li {
    position: relative;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 2em;
    color: #ffffff;
    padding-left: 35px;
    letter-spacing: 0.5px;
}

.main-footer .contact-info-list li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 30px;
    color: #2de8a0;
    letter-spacing: 0px;
}

.main-footer .contact-info-list li a {
    position: relative;
    color: #ffffff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-footer .contact-info-list li a:hover {
    color: #2de8a0;
}

/*=== Services Widget ===*/

.main-footer .services-widget {
    position: relative;
    margin-right: -50px;
}

.main-footer .services-widget .services-list li {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 20px;
    float: left;
    width: 100%;
}

.main-footer .services-widget .services-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #2de8a0;
    content: "\f105";
    font-family: "FontAwesome";
}

.main-footer .services-widget .services-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    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 .services-widget .services-list li a:hover {
    color: #2de8a0;
}

.main-footer .services-widget .services-list li:last-child {
    margin-bottom: 0;
}

/*=== Navigation Widget ===*/

.main-footer .nav-widget {
    position: relative;
    padding-left: 90px;
}

.main-footer .nav-widget .nav-list li {
    position: relative;
    display: block;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.main-footer .nav-widget .nav-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    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 .nav-widget .nav-list li a:hover {
    color: #2de8a0;
}

.main-footer .nav-widget .nav-list li:last-child {
    margin-bottom: 0;
}

/*=== Post Widget ===*/

.main-footer .post-widget {
    position: relative;
    padding-left: 35px;
}

.post-widget .post {
    position: relative;
    margin-bottom: 20px;
}

.post-widget .post:before {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    color: #2de8a0;
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: 12px;
}

.post-widget .post a {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    color: #cccccc;
    line-height: 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;
}

.post-widget .post a span {
    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;
}

.post-widget .post a:hover span,
.post-widget .post a:hover {
    color: #2de8a0;
}

/*=== News Latter ===*/

.main-footer .news-latters {
    position: relative;
    padding: 50px 0;
}

.main-footer .news-latters .title {
    position: relative;
    float: left;
    padding: 10px 0;
}

.main-footer .news-latters .title h3 {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
}

.subscribe-form {
    position: relative;
    width: 450px;
    float: right;
}

.subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    display: block;
}

.subscribe-form .form-group input,
.subscribe-form .form-group select,
.subscribe-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 20px;
    border: 1px solid #404040;
    background: rgba(255, 255, 255, .03);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form button {
    position: absolute;
    right: 0;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.subscribe-form .form-group input:focus,
.subscribe-form .form-group select:focus,
.subscribe-form .form-group textarea:focus {
    border-color: #2de8a0;
}

/*=== Footer Bottom ===*/

.main-footer .footer-bottom {
    position: relative;
    background: #202020;
}

.main-footer .footer-bottom .copyright-text {
    position: relative;
    padding: 20px 0px;
    text-align: center;
}

.main-footer .footer-bottom p {
    font-size: 15px;
    line-height: 20px;
    color: #cccccc;
    font-weight: 400;
}

.main-footer .footer-bottom p a {
    color: #888888;
    -webkit-transition: color 100ms ease;
    -moz-transition: color 100ms ease;
    -ms-transition: color 100ms ease;
    -o-transition: color 100ms ease;
    transition: color 100ms ease;
}

.main-footer .footer-bottom p a:hover {
    color: #ffffff;
    text-decoration: underline;
}


/***

==================================================================
            Sidebar Page Container
==================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 100px 0 50px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
    position: relative;
    margin-bottom: 40px;
}

.sidebar-side .default-sidebar {
    position: relative;
    padding-left: 25px;
}

.sidebar-widget {
    position: relative;
    margin-bottom: -5px;
}

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

.sidebar-page-container .sidebar-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.sidebar-page-container .sidebar-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 2px;
    background-color: #2de8a0;
    content: "";
}

.sidebar-page-container .sidebar-title h3 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
}

/*Search Box Widget*/

.sidebar .search-box {
    position: relative;
    background-color: #f2f2f2;
    padding: 35px 30px;
}

.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;
    color: #232323;
    line-height: 25px;
    padding: 9px 22px;
    padding-right: 50px;
    width: 100%;
    background-color: transparent;
    height: 45px;
    border: 1px solid #b0b0b0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
    border-color: #2de8a0;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    line-height: 45px;
    width: 50px;
    background-color: transparent;
    font-size: 18px;
    color: #222222;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button:hover {
    color: #2de8a0;
}

/*=== Categories ===*/

.categories-widget {
    position: relative;
    background-color: #f2f2f2;
    padding: 0px 27px;
}

.category-list {
    position: relative;
}

.category-list li {
    position: relative;
    margin-bottom: 0px;
    padding-left: 20px;
}

.category-list li a {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #595959;
    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;
}

.category-list li a:hover {
    color: #2de8a0;
}

.category-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    color: #2de8a0;
    line-height: 20px;
    content: "\f105";
    font-family: "fontawesome";
}

/*=== Latest News ===*/

.popular-post {
    position: relative;
    background-color: #f2f2f2;
    padding: 10px 23px 0px;
}

.popular-post .post {
    position: relative;
    padding-left: 80px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height: 85px;
    border-bottom: 1px solid #e3e3e3;
}

.popular-post .post:last-child {
    margin-bottom: 0px;
}

.popular-post .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 65px;
    width: 65px;
}

.popular-post .post .thumb img {
    display: block;
    width: 100%;
}

.popular-post .post h3 {
    position: relative;
    top: 10px;
    font-size: 14px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.popular-post .post h3 a {
    color: #333333;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.popular-post .post:hover h3 a {
    color: #2de8a0;
}

.popular-post .post .rating {
    position: relative;
}

.popular-post .post .rating span {
    font-size: 13px;
    line-height: 20px;
    color: #2de8a0;
}

/*=== Tags ===*/

.tags-widget {
    position: relative;
    padding: 40px 25px 10px;
    background-color: #f2f2f2;
}

.tag-list {
    position: relative;
    display: block;
}

.tag-list li {
    position: relative;
    float: left;
    margin-right: 35px;
    margin-bottom: 25px;
}

.tag-list li a {
    position: relative;
    display: block;
    font-size: 13px;
    color: #595959;
    line-height: 17px;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    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;
}

.tag-list li a:hover {
    color: #6febbb;
}

/*=== Tweet Post ===*/

.tweets-widget {
    position: relative;
    padding: 40px 25px;
    background-color: #f2f2f2;
}

.tweet-post {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c7c7c7;
}

.tweet-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.tweet-post .tag {
    position: relative;
    font-size: 13px;
    color: #777777;
    line-height: 20px;
    display: block;
}

.tweet-post h4 {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #595959;
    font-weight: 500;
    margin-bottom: 15px;
}

.tweet-post h4 span {
    color: #2de8a0;
}

.tweet-post a {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #2de8a0;
    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;
}

.tweet-post a:hover {
    color: #595959;
}

.tweet-post .date {
    position: relative;
    font-size: 13px;
    line-height: 25px;
    color: #333333;
    font-weight: 500;
}

/*=== Mate ===*/

.meta-widget {
    position: relative;
    padding: 40px 25px;
    background-color: #f2f2f2;
}

.meta-list {
    position: relative;
    display: block;
}

.meta-list li {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.meta-list li:last-child {
    margin-bottom: 0;
}

.meta-list li a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #595959;
    font-weight: 500;
    line-height: 1.2em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.meta-list li a span {
    position: relative;
    display: inline-block;
    color: #595959;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.meta-list li a span:before {
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    border-bottom: 1px solid #b0b0b0;
    content: "";
}

.meta-list li a:hover span,
.meta-list li a:hover {
    color: #2de8a0;
}


/*** 

====================================================================
                Comment Area
====================================================================

 ***/

.comments-area {
    position: relative;
    margin-top: 70px;
    margin-bottom: 45px;
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 35px;
}

.comments-area .comment-box:last-child {
    margin-bottom: 0;
}

.comments-area .comment {
    position: relative;
    min-height: 135px;
    padding-left: 155px;
    max-width: 730px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 135px;
    height: 135px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.comments-area .comment-info {
    position: relative;
    display: block;
    padding-top: 20px;
}

.comments-area .comment-box .name {
    position: relative;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 500;
    color: #333333;
    display: block;
    text-transform: capitalize;
}

.comments-area .comment-box .designation {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #2de8a0;
    font-weight: 500;
    margin-bottom: 7px;
}

.comments-area .comment-box .text {
    font-size: 15px;
    line-height: 25px;
    color: #595959;
    font-weight: 400;
    margin-bottom: 5px;
}

.comments-area .comment-box .reply-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    color: #2de8a0;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:hover {
    color: #222222;
}

/*** 

====================================================================
                Comment Form
====================================================================

 ***/

.sidebar-page-container .comment-form {
    position: relative;
    max-width: 760px;
}

.comment-form .row {
    margin: 0 -10px;
}

.comment-form .form-group {
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0;
}

.comment-form .form-group input,
.comment-form .form-group textarea,
.comment-form .form-group select {
    position: relative;
    display: block;
    height: 52px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #333333;
    padding: 15px 30px;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -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:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #2de8a0;
}

.comment-form .form-group textarea {
    height: 110px;
    resize: none;
}

.comment-form button {
    color: #333333;
}

/*** 

====================================================================
            Shop Section
====================================================================

***/

.shop-section {
    position: relative;
    padding-right: 15px;
}

.shop-section .items-sorting {
    position: relative;
    margin-bottom: 65px;
}

.shop-section .items-sorting .results-column h4 {
    font-size: 15px;
    line-height: 25px;
    padding: 10px 0;
    font-weight: 400;
    color: #888888;
}

.shop-section .items-sorting .sort-by {
    position: relative;
}

/*=== Shop Item ===*/

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

.shop-item .inner-box {
    position: relative;
}

.shop-item .image {
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-item .image .tag {
    position: absolute;
    right: -85px;
    top: -85px;
    height: 85px;
    width: 85px;
    background-color: #333333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item:hover .image .tag,
.shop-item.new-item .image .tag {
    right: -43px;
    top: -43px;
}

.shop-item .image .tag span {
    position: absolute;
    color: #ffffff;
    left: 0px;
    bottom: 5px;
    font-size: 13px;
    line-height: 1em;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.shop-item .inner-box:hover .image,
.shop-item.new-item .inner-box .image {
    border: 1px solid #636363;
}

.shop-item .image img {
    display: block;
    width: 100%;
    height: auto;
}

.shop-item .icon-box {
    position: absolute;
    left: 0;
    bottom: 30px;
    height: 45px;
    width: 100%;
    text-align: center;
}

.shop-item .icon-box a {
    position: relative;
    display: inline-block;
    height: 45px;
    width: 45px;
    font-size: 18px;
    line-height: 45px;
    margin: 0 3px;
    color: #ffffff;
    background-color: #505050;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(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;
}

.shop-item:hover .icon-box a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.shop-item .icon-box a:hover {
    background-color: #00e8a0;
    color: #ffffff;
}

.shop-item .lower-content {
    position: relative;
    padding: 15px 0 0;
}

.shop-item .rating {
    position: relative;
    font-size: 13px;
    line-height: 15px;
    color: #333333;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item:hover .rating {
    color: #2de8a0;
}

.shop-item .lower-content h3 {
    position: relative;
    font-size: 13px;
    color: #777777;
    line-height: 1.2em;
    letter-spacing: .5px;
    font-weight: 400;
    margin-bottom: 3px;
}

.shop-item .lower-content h3 a {
    color: #777777;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item .lower-content h3 a:hover {
    color: #2de8a0;
}

.shop-item .price {
    font-size: 15px;
    color: #2de8a0;
    line-height: 20px;
    font-weight: 600;
}

.shop-item .price del {
    color: #777777;
}

/*** 

====================================================================
                Shop Sidebar
====================================================================

 ***/

.shop-sidebar {
    position: relative;
}

.shop-sidebar .sidebar-widget {
    background-color: transparent;
    padding: 0;
    margin-bottom: 35px;
}


/*=== Shop Categories ===*/

.shop-category {
    position: relative;
}

.shop-category li {
    position: relative;
    padding: 10px 0 10px 25px;
    border-bottom: 1px dashed #777777;
}

.shop-category li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    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;
}

.shop-category li a:hover {
    color: #2de8a0;
}

.shop-category li:before {
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 14px;
    color: #777777;
    line-height: 20px;
    font-family: 'FontAwesome';
    content: "\f10c";
    font-weight: 300;
}

.shop-sidebar .shop-category li:first-child {
    padding-top: 0;
}

.rangeslider-widget .outer-box {
    position: relative;
    padding: 5px 0px 0px;
}

.rangeslider-widget .noUi-background {
    height: 5px !important;
    box-shadow: none !important;
    border: 1px solid #dfdfdf;
    background-color: #bbbbbb !important;
}

.rangeslider-widget .form-group {
    position: relative;
    color: #222222;
    font-weight: 400;
    font-size: 14px;
    margin: 15px 0px 0px;
}

.rangeslider-widget .val-box {
    position: relative;
    display: inline-block;
    margin: 7px 5px 0px 0px;
    line-height: 24px;
    font-size: 14px;
    padding: 5px 0px;
    width: 50px;
    text-align: center;
    color: #222222;
    font-weight: 500;
}

.rangeslider-widget .noUi-connect {
    background: #333333 !important;
    box-shadow: none;
}

.rangeslider-widget .noUi-handle {
    top: -10px !important;
    width: 15px;
    height: 15px;
    background-color: #333333 !important;
    box-shadow: none;
    cursor: pointer;
    border: 0;
    margin-left: 14px;
    border-radius: 50%;
}

.rangeslider-widget .theme-btn {
    letter-spacing: .25px;
    padding: 10px 38px 6px;
    margin-top: 20px;
}

.rangeslider-widget .theme-btn:hover {
    color: #ffffff;
}

/*** 

====================================================================
            Products Details style
====================================================================

***/

.product-details {
    position: relative;
    padding-right: 15px;
}

.product-details .basic-details {
    position: relative;
    margin-bottom: 50px;
}

.product-details .image-column,
.product-details .info-column {
    margin-bottom: 20px;
}

.basic-details .carousel-outer {
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
}

.basic-details .carousel-outer .image-carousel {
    position: relative;
    max-width: 570px;
    margin-bottom: 30px;
}

.basic-details .carousel-outer .thumbs-carousel {
    position: relative;
    padding: 0px 30px;
    margin: 0 auto;
}

.basic-details .carousel-outer .thumbs-carousel li {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
}

.basic-details .carousel-outer .thumbs-carousel li img {
    width: 100%;
}

.basic-details .carousel-outer .thumbs-carousel li:hover {
    opacity: 0.70;
}

.basic-details .thumbs-carousel .owl-nav .owl-prev,
.basic-details .thumbs-carousel .owl-nav .owl-next {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 20px;
    color: #777777;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}

.basic-details .thumbs-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
}

.product-details .info-column {
    position: relative;
}

.product-details .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 20px;
}

.product-details .basic-details .details-header h4 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
}

.product-details .basic-details .details-header h4 a {
    color: #333333;
}

.product-details .basic-details .details-header .rating {
    font-size: 13px;
    color: #2de8a0;
    line-height: 20px;
}

.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
}

.product-details .basic-details .details-header .rating .txt {
    font-size: 13px;
    margin-left: 20px;
    color: #888888;
}

.product-details .basic-details .details-header .rating .txt a {
    color: #888888;
}

.product-details .basic-details .info-box {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eeeeee;
}

.product-details .basic-details .text {
    font-size: 15px;
    color: #595959;
    line-height: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
}

.product-details .basic-details .item-price {
    font-size: 20px;
    line-height: 26px;
    color: #222222;
    font-weight: 600;
    letter-spacing: .5px;
}

.product-details .basic-details .avail,
.product-details .basic-details .tax {
    font-size: 13px;
    line-height: 26px;
    color: #999999;
}

.product-details .basic-details .avail span {
    color: #333333;
}

.product-details .qty-options {
    position: relative;
    padding: 11px 20px 0px;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.product-details .qty-options h5 {
    display: inline-block;
    float: left;
    font-size: 13px;
    color: #222222;
    font-weight: 400;
    margin-right: 40px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.item-quantity {
    position: relative;
    float: left;
    margin-right: 20px;
}

.product-details .qty-options .item-quantity {
    margin-bottom: 11px;
}

.product-details .quantity-spinner {
    position: relative;
    float: left;
}

.quantity-spinner input {
    position: relative;
    display: block;
    width: 45px;
    line-height: 14px;
    padding: 5px 10px;
    margin: -10px 35px 0px;
    font-weight: 500;
    color: #bababa;
    height: 35px;
    border: 1px solid #eaeaea;
    text-align: center;
    border-radius: 2px;
}

.quantity-spinner .minus {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 35px;
    height: 35px;
    line-height: 22px;
    padding: 5px 10px;
    text-align: center;
    background: #ffffff;
    font-weight: 400;
    color: #bababa;
    font-size: 16px;
    border: 1px solid #eaeaea;
    z-index: 1;
}

.quantity-spinner .plus {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35px;
    height: 35px;
    line-height: 22px;
    padding: 5px 10px;
    text-align: center;
    background: #ffffff;
    font-weight: 400;
    color: #bababa;
    font-size: 16px;
    border: 1px solid #eaeaea;
    z-index: 1;
}

.qty-options .add-to-cart {
    font-size: 13px;
    line-height: 15px;
    color: #ffffff;
    font-weight: 700;
    padding: 12px 25px 8px;
    margin-left: 10px;
    margin-bottom: 11px;
}

.product-details .Share-option {
    position: relative;
}

.product-details .Share-option h5 {
    font-size: 15px;
    line-height: 25px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 15px;
}

.product-details .Share-option ul li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 26px;
    color: #909090;
    font-weight: 400;
    margin-right: 13px;
}

.product-details .Share-option ul li a {
    font-size: 13px;
    line-height: 26px;
    color: #909090;
}

.product-details .Share-option ul li a:hover {
    color: #0b0b0b;
}

.product-details .Share-option ul li i {
    display: inline-block;
    margin-right: 10px;
}

/*** 

====================================================================
                Product Tabs Style
====================================================================

***/

.product-info-tabs {
    position: relative;
    margin-bottom: 45px;
}

.product-info-tabs .prod-tabs {
    position: relative;
}

.product-info-tabs .prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
    top: 1px;
    border-bottom: 1px solid #dcdcdc;
}

.product-info-tabs .prod-tabs .tab-btns .tab-btn {
    position: relative;
    float: left;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    padding: 12px 22px 8px;
    line-height: 26px;
    border-bottom: 0px;
    text-transform: uppercase;
}

.product-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn {
    background: #141414;
    color: #ffffff;
}

.product-info-tabs .prod-tabs .tabs-container {
    position: relative;
}

.product-info-tabs .prod-tabs .tabs-container .tab {
    position: relative;
    padding: 25px 40px 20px 35px;
    display: none;
    border: 1px solid #dcdcdc;
    border-top: 0;
}

.product-info-tabs .prod-tabs .tabs-container .tab.active-tab {
    display: block;
}

.product-info-tabs .prod-tabs .tabs-container .tab p,
.product-info-tabs .prod-tabs .tabs-container .tab h2,
.product-info-tabs .prod-tabs .tabs-container .tab h3,
.product-info-tabs .prod-tabs .tabs-container .tab h4,
.product-info-tabs .prod-tabs .tabs-container .tab h5,
.product-info-tabs .prod-tabs .tabs-container .tab h6 {
    margin-bottom: 15px;
}

.product-info-tabs .prod-tabs .tabs-container .tab h3 {
    font-size: 17px;
    font-weight: 600;
    color: #141414;
    margin-bottom: 13px;
}

.product-info-tabs .prod-tabs .tabs-container .tab h4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 10px;
}

.product-info-tabs .prod-tabs .tabs-container .tab p {
    font-size: 15px;
    line-height: 25px;
    color: #595959;
    margin-bottom: 0;
}

.product-info-tabs .prod-tabs .reviews-container {
    position: relative;
}

.product-info-tabs .prod-tabs .reviews-container .review-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
    min-height: 100px;
}

.product-info-tabs .prod-tabs .reviews-container .rev-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    height: 82px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    border-radius: 3px;
}

.product-info-tabs .prod-tabs .reviews-container .rev-thumb img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 3px;
}

.product-info-tabs .prod-tabs .reviews-container .rev-content {
    position: relative;
    padding: 15px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.product-info-tabs .prod-tabs .reviews-container .rating {
    color: #2de8a0;
    font-size: 13px;
}

.product-info-tabs .prod-tabs .reviews-container .rating .fa {
    margin-right: 1px;
}

.product-info-tabs .prod-tabs .reviews-container .rev-info {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.product-info-tabs .prod-tabs .reviews-container .rev-text {
    font-size: 14px;
}

.product-info-tabs .prod-tabs .add-review {
    position: relative;
    margin: 30px 0px 20px;
    font-size: 14px;
}

.product-info-tabs .prod-tabs .add-review .rating {
    position: relative;
    padding-top: 8px;
}

.product-info-tabs .prod-tabs .add-review .rating .rate-box {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #555555;
}

.product-info-tabs .prod-tabs .add-review .rating .rate-box:hover,
.product-info-tabs .prod-tabs .add-review .rating .rate-box:focus,
.product-info-tabs .prod-tabs .add-review .rating .rate-box:active {
    color: #2de8a0;
}

.product-info-tabs .prod-tabs .add-review label {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #303030;
}

.product-info-tabs .prod-tabs .add-review h3 {
    margin-bottom: 20px;
}

.product-info-tabs .prod-tabs .add-review .form-group {
    position: relative;
    margin-bottom: 20px;
}

.product-info-tabs .prod-tabs .add-review .form-group input,
.product-info-tabs .prod-tabs .add-review .form-group select,
.product-info-tabs .prod-tabs .add-review .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.product-info-tabs .prod-tabs .add-review .form-group textarea {
    height: 150px;
    resize: none;
}

.product-info-tabs .prod-tabs .add-review .form-group input:focus,
.product-info-tabs .prod-tabs .add-review .form-group select:focus,
.product-info-tabs .prod-tabs .add-review .form-group textarea:focus {
    border-color: #2de8a0;
}

.related-products {
    position: relative;
    margin-bottom: -20px;
}

.related-products .sidebar-title {
    margin-bottom: 50px;
}

/*** 

====================================================================
            Cart Section style
====================================================================

***/

.cart-section {
    position: relative;
    padding: 100px 0px 95px;
}

.cart-outer {
    position: relative;
}

.checkout-page .cart-outer {
    margin-bottom: 40px;
}

.cart-outer .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 50px;
}

.cart-outer .cart-table {
    width: 100%;
    min-width: 900px;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    background-color: #f1f1f1;
}

.cart-table thead tr th {
    padding: 15px 0;
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #d3d3d3;
}

.cart-table tbody tr td {
    line-height: 25px;
    font-size: 15px;
    font-weight: 500;
    color: #222222;
    padding: 30px 30px 35px;
    border: 1px solid #dedede;
    text-align: center;
}

.cart-table tbody tr .prod-column {
    padding-left: 60px;
    min-width: 480px;
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 120px;
    text-align: left;
    padding-left: 140px;
    max-width: 410px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    min-height: 120px;
    left: 0;
    top: 0;
    margin-right: 20px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
    height: auto;
}

.cart-table tbody tr .prod-column .column-box h3 {
    position: relative;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px;
    padding-top: 10px;
}

.cart-table tbody tr .prod-column .column-box p {
    font-size: 15px;
    line-height: 25px;
    color: #595959;
    margin-bottom: 5px;
}

.cart-table tbody tr .prod-column .column-box .rating {
    position: relative;
}

.cart-table tbody tr .prod-column .column-box .rating li {
    font-size: 13px;
    line-height: 20px;
    color: #2de8a0;
    display: inline-block;
}

.cart-table tbody tr .qty {
    width: 200px;
    position: relative;
}

.cart-table tbody tr .qty .item-quantity {
    max-width: 90px;
    margin: 0 auto;
    float: none;
}

.cart-table tbody tr .qty .quantity-spinner {
    background: #ffffff;

}

.cart-table tbody tr .sub-total {
    font-weight: 400;
    color: #222222;
    font-size: 15px;
    line-height: 25px;
}

.cart-table tbody tr .delivery-info {
    min-width: 170px;
}

.cart-table tbody tr .remove-btn {
    position: relative;
}

.cart-table tbody tr .remove-btn span {
    position: relative;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #b4b4b4;
    border-radius: 50%;
    border: 1px solid #b4b4b4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cart-table tbody tr .remove-btn span:hover {
    color: #2de8a0;
}

.product-details .basic-details .quantity-spinner {
    line-height: 35px;
    padding: 10px 15px !important;
    height: 35px !important;
    box-shadow: none !important;
}

.cart-section input.quantity-spinner {
    line-height: 40px;
    padding: 10px 15px !important;
    height: 42px !important;
    box-shadow: none !important;
    min-width: 70px;
    text-align: center;
    font-size: 15px;
    color: #222222;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 11px 10px;
    background: #f4f5f6;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 10px 10px;
    background-color: #f1f1f1;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
    top: 6px;
}

.cart-section .cart-options {
    position: relative;
    margin-bottom: 40px;
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-bottom: 10px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #bdbdbd;
    padding: 13px 20px;
    border: 1px solid #e5e5e5;
    width: 420px;
    background: #ffffff;
    border-radius: 5px;
}

.cart-section .coupon-btn {
    padding: 13px 45px 11px;
    line-height: 24px;
    border-radius: 5px;
    font-size: 15px;
    color: #333333;
    font-weight: 700;
    background-color: #2de8a0;
    text-transform: uppercase;
}

.cart-section .coupon-btn:hover {
    background-color: #333333;
    color: #ffffff;
}

.cart-section .cart-options .coupon-btn {
    margin-left: 13px;
}

.cart-section .cart-btn {
    padding: 13px 25px 11px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 15px;
    color: #333333;
    font-weight: 700;
    border: 2px solid #202020;
    background-color: #ffffff;
    text-transform: uppercase;
}

.cart-section .cart-btn:hover {
    background-color: #202020;
    color: #ffffff;
}

.cart-section .cart-options .cart-btn {
    margin-left: 12px;
}

.cart-section .table-column .inner-column {
    padding-left: 15px;
}

.cart-section .shipping-column .inner-column {
    padding-right: 15px;
}

.cart-section .table-column h3,
.cart-section .shipping-column h3 {
    position: relative;
    font-size: 25px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 500;
    margin-bottom: 25px;
}

.cart-section .shipping-form {
    position: relative;
}

.cart-section .shipping-form .row {
    margin: 0 -12.5px;
}

.cart-section .shipping-form .form-group {
    position: relative;
    margin-bottom: 20px;
    padding: 0 12.5px;
}

.cart-section .shipping-form .form-group:last-child {
    margin-bottom: 0;
}

.shipping-form .form-group input,
.shipping-form .form-group select,
.shipping-form .form-group textarea {
    position: relative;
    font-size: 13px;
    width: 100%;
    line-height: 24px;
    color: #bfbfbf;
    font-weight: 400;
    padding: 7px 20px;
    border: 1px solid #d7d7d7;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shipping-form .form-group input:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus {
    border-color: #2de8a0;
}

.shipping-form .form-group button {
    color: #333333;
}

.shipping-form .form-group button:hover {
    color: #ffffff;
}

.cart-section .totals-table {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #d7d7d7;
    padding: 0 30px;
}

.cart-section .totals-table li {
    font-size: 14px;
    color: #222222;
    line-height: 19px;
    padding: 19px 0px 14px;
    font-weight: 400;
    border-bottom: 1px solid #e0e0e0;
}

.cart-section .totals-table li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    line-height: 19px;
}

.cart-section .totals-table li .col:last-child {
    text-align: right;
}

.cart-section .totals-table li:last-child .col:last-child {
    color: #2de8a0;
}

/*** 

====================================================================
                Shop Page Section
====================================================================

***/

.shop-page-section {
    position: relative;
    padding: 100px 0;
}

.shop-page-section .sec-header {
    position: relative;
    display: block;
    width: 100%;
}

.shop-page-section .sec-header ul {
    position: relative;
    display: table;
    width: 100%;
}

.shop-page-section .sec-header ul li {
    position: relative;
    display: table-cell;
    width: 33.333%;
    text-align: center;
    border: 1px solid #f2f2f2;
    background-color: #f7f7f7;
}

.shop-page-section .sec-header ul li.active {
    background-color: #ffffff;
}

.shop-page-section .sec-header ul li a {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
    padding: 15px 20px;
}

.checkout-form {
    position: relative;
    border: 1px solid #f7f7f7;
    border-top: 0;
    padding: 55px 40px 40px;
}

.checkout-form h2 {
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 500;
    margin-bottom: 35px;
}

.checkout-form .column .row {
    margin: 0 -5px;
}

.checkout-form .form-group {
    position: relative;
    padding: 0 5px;
    margin-bottom: 20px;
}

.checkout-form .form-group label {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #888888;
    font-weight: 500;
}

.checkout-form .form-group sup {
    font-size: 15px;
    line-height: 30px;
    color: #2de8a0;
}

.checkout-form .form-group input,
.checkout-form .form-group select,
.checkout-form .form-group textarea {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    color: #888888;
    padding: 11px 15px;
    width: 100%;
    height: 44px;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checkout-form .form-group input:focus,
.checkout-form .form-group select:focus,
.checkout-form .form-group textarea:focus {
    border-color: #2de8a0;
}

.checkout-form .continue-btn {
    position: relative;
    display: inline-block;
    margin-top: 38px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    color: #2de8a0;
    text-decoration: underline;
    text-transform: uppercase;
    margin-left: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checkout-form .continue-btn:hover {
    color: #222222;
}

/*====================================================================
                    Login Section
====================================================================*/

.login-section {
    position: relative;
    padding: 60px 40px 20px;
    border: 1px solid #f6f6f6;
    border-top: 0;
}

.login-section .register-column,
.login-section .login-column {
    position: relative;
    margin-bottom: 40px;
    text-align: left;
}

.login-section h2 {
    position: relative;
    color: #222222;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.login-section .inner-container {
    position: relative;
    padding: 25px 28px 15px;
    background-color: #fbfafa;
}

.login-section.login-page .inner-container {
    max-width: 570px;
    margin: 0 auto;
}

.login-form {
    position: relative;
}

.login-form .form-group {
    position: relative;
    margin-bottom: 12px;
}

.login-form .form-group.check-box {
    padding-top: 7px;
    margin-bottom: 0;
}

.login-form .form-group.text-right {
    margin-bottom: 0;
}

.login-form .form-group:nth-child(2) {
    margin-bottom: 15px;
}

.login-form .form-group label {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    display: block;
    text-transform: capitalize;
}

.login-form .form-group.check-box label {
    cursor: pointer;
}

.login-form .form-group.no-margin {
    margin-bottom: 0px;
}

.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 18px;
    padding: 10px 20px;
    height: 40px;
    font-size: 15px;
    color: #777777;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.login-form .form-group input:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus {
    border-color: #2de8a0;
}

.login-form button {
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    padding: 13px 30px 9px;
    margin-top: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.register-column .login-form button {
    margin-bottom: 40px;
}

.login-form .psw {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    top: -5px;
}

.login-form .psw:hover {
    text-decoration: underline;
}

/*====================================================================
                    Payment Section
====================================================================*/

.payment-box {
    position: relative;
    padding: 60px 40px;
    border: 1px solid #f6f6f6;
    border-top: 0;
}

.payment-box .payment-options {
    max-width: 600px;
    margin: 0 auto;
}

.payment-box .payment-options li {
    position: relative;
    margin-bottom: 15px;
}

.payment-box .payment-options li .radio-option {
    position: relative;
}

.payment-box .payment-options li .radio-option label {
    position: relative;
    display: block;
    padding-left: 30px;
    font-weight: 700 !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #333333;
    cursor: pointer;
    font-size: 18px;
}

.payment-box .payment-options li .radio-option label strong {}

.payment-box .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 3px;
}

.payment-box .payment-options li .radio-option label .small-text {
    position: relative;
    display: none;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    color: #777777;
    line-height: 1.8em;
    padding: 15px 20px;
    margin-top: 20px;
    background-color: #ededed;
}

.payment-box .payment-options li .radio-option input:checked+label .small-text {
    display: block;
}

.payment-box .payment-options li .radio-option label .small-text:before {
    position: absolute;
    content: '';
    left: 30px;
    top: -11px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ededed;
}

.payment-box .payment-options li .radio-option label img {
    position: relative;
    display: block;
    max-width: 100%;
    padding-left: 30px;
    margin-top: 20px;
}

.payment-box .payment-options li .radio-option .what-paypall {
    position: relative;
    display: block;
    color: #777777;
    font-size: 16px;
    font-weight: 700;
    margin-left: 120px;
    margin-top: 10px;
}

.payment-box .btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    padding: 8px 19px 6px;
    text-transform: capitalize;
}

.container-fluid {
    padding: 0;
}

.gallery-full-width.style-two {
    background: #fff;
    padding-bottom: 70px;
}

.gallery-full-width.style-two .gallery-item .inner-box {
    margin-bottom: 30px;
}

.popular-post .post .thumb {
    display: block;
    overflow: hidden;
    top: 13px;
}

.popular-post .post .thumb img {
    width: max-content;
    max-width: 200px;
}

.popular-post .post h3 {
    margin-bottom: 10px;
}


.sidebar .search-box input.hs-search-field__input {
    height: 55px;
    padding: 0 20px;
}

.news-block-three .text {
    margin-bottom: 20px;
}

.news-block-three h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}




.blog-comments form input,
.blog-comments form textarea {
    display: block;
    width: 100%;
    height: 47px;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-radius: 0px !important;
    border: 1px solid #e6e6e6 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: normal !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    /* color: !important; */
}

.blog-comments form textarea {
    height: 150px;
}

.blog-comments .hs_recaptcha {
    float: left;
    width: 50%;
}

.blog-comments .hs_submit.hs-submit input[type=submit] {
    font-size: 16px !important;
    color: #fff !important;
    background-color: #353535;
    padding: 16px 55px;
    width: auto;
    border-radius: 3px !important;
    height: auto;
    font-weight: 600 !important;
    margin: 0 auto;
    margin-right: 0;
    cursor: pointer;
}

.blog-comments .hs_submit.hs-submit {
    float: right;
    width: 50%;
    text-align: right;
}

.blog-comments form .hs-firstname,
.blog-comments form .hs-lastname,
.blog-comments form .hs-email,
.blog-comments form .hs-website {
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 30px;
    padding-right: 10px;
}

.blog-comments form .hs-comment {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}


.contact-form fieldset {
    max-width: 100% !important;
}


.contact-form input {
    height: 55px;
    width: 100% !important;
    padding: 0 25px;
    background: rgb(255 255 255);
    border: 1px solid #eee;
}

.contact-form textarea {
    width: 100% !important;
    height: 150px;
    padding: 20px 25px;
    border: 1px solid #eee;
}

.contact-form input.hs-button {
    width: auto !important;
    color: #fff;
    background: #2de8a0;
    border: 0px !important;
}

.contact-form .hs_submit.hs-submit {
    margin-top: 20px;
}

.contact-form fieldset.form-columns-3>* {
    width: 33.3% !important;
}

/* new css starts */
.book-btn {
    color: #fff;
    font-size: 18px;
    line-height: 17px;
    padding: 15px;
    height: 51px;
    border-radius: 5px;
    border: 1px solid #2de8a0;
    display: inline-block;
    text-align: center;
    background: #2de8a0;
    width: 260px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.book-btn:hover {
    background: transparent;
    color: white;
}

.icon-contact {
    font-size: 32px;
    color: #2de8a0;
    margin-right: 15px;
    height: 52px;
    width: 52px;
    line-height: 51px;
    /* background: #2de8a0; */
    text-align: center;
    border-radius: 50%;
}

/*----------------------*/
/*          FAQ         */
/*----------------------*/
.faq .accordion.faq .btn.classic {
    margin-top: 83px;
    font-size: 18px;
    padding: 21px 86px;
}

.faq.light {
    background-color: #FFF;
}

.tabs-item .accordion.faq {
    padding-top: 0px;
}

.accordion.faq {
    padding-top: 0px;
}

.accordion.faq .panel-wrap {
    margin-bottom: 5px;
}

.accordion.faq .panel-title {
    background-color: #21252E;
    font-family: "lato light";
    color: #f0f0f1;
    padding: 24px 9px 20px 90px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /* margin-right: 9rem; */
}

.accordion.faq .panel-title .fa:first-child {
    position: absolute;
    text-align: center;
    font-size: 22px;
    top: 17px;
    right: -25px;
    width: 100%;
}

.accordion.faq .panel-title .fa {
    font-size: 13px;
    margin-right: 25px;
    float: right;
}

.accordion.faq .panel-title .fa-minus {
    display: none;
    color: #21252E;
}

.accordion.faq .panel-title.active {
    color: #21252E;
    background-color: #ffc527;
    padding: 20px 9px 20px 90px;
}

.accordion.faq .panel-title.active .fa-minus {
    display: inline-block;
}

.accordion.faq .panel-title.active .fa-plus {
    display: none;
}

.accordion.faq .panel-title.active .square {
    color: #ffc527;
    background-color: #181b22;
}

.accordion.faq .square {
    height: 100% !important;
    width: 60px;
    background-color: #2de8a0;
    color: #21252E;
    text-transform: uppercase;
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
}

.accordion.faq .wrapper-collapse .info {
    margin-bottom: -9px;
}

.accordion.faq .wrapper-collapse .list {
    background-color: #fff;
    padding: 0;
}

.accordion.faq .wrapper-collapse .list li {
    font-size: 14px;
    font-family: "lato light";
    color: #808080;
    list-style-type: none;
    padding: 30px 50px 30px 90px;
    border-top: 1px solid #ececec;
}

.accordion.faq .btn.classic {
    background-color: #ffc527;
    display: inline-block;
    margin-top: 71px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 21px 72px;
}

.accordion.faq .btn.classic:hover {
    background-color: #181b22;
    color: #ffc527;
}

.accordion.faq.light .panel-title.active {
    font-family: "Open Sans SemiBold",
        sans-serif;
    background-color: #f2efe8;
}

.accordion.faq.light .wrapper-collapse .list {
    background-color: #f2efe8;
}

.accordion.faq.light .wrapper-collapse .list li {
    border-top: 1px solid #e0ddd7;
}

.accordion .panel-title {
    margin: 0;
    position: relative;
    background-color: #f8f8f8;
    padding: 9px 35px 10px;
    color: #E32526;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.accordion .panel-collapse {
    display: none;
}

@media (max-width: 991px) {
    .accordion.faq .panel-title .fa:first-child {
        font-size: 24px;
        top: 15px;
    }
}

@media (max-width: 767px) {
    .accordion.faq .panel-title {
        font-size: 15px;
    }

    .accordion.faq .panel-title {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 400px) {
    .accordion.faq .wrapper-collapse .list {
        margin-left: 0;
    }
}



/* @media (width:1280px) {
          .img-width {
            width: 1280px
          }
          } */

.services-card {
    margin-top: 15rem;
}

.services1-card{
    margin-top: 9rem !important;
}


@media (width:1024px) {

    .services-card {
        margin-top: 15rem;
    }
    .services1-card{
        margin-top: 9rem !important;
    }

}

@media (width:912px) {
    .services-card {
        margin-top: 0rem;
    }
    .services1-card{
        margin-top: 0rem  !important;
    }

}


@media (width:820px) {

    .services-card {
        margin-top: 0rem;
    }
    .services1-card{
        margin-top: 0rem  !important;
    }

}

@media (width:768px) {
    .services-card {
        margin-top: 0rem;
    }
    .services1-card{
        margin-top: 0rem  !important;
    }

}

@media (width:540px) {
    .services-card {
        margin-top: 0rem;
    }
    .services1-card{
        margin-top: 0rem  !important;
    }

}

@media only screen and (max-width: 414px) and (min-width: 412px) {

    .services-card {
        margin-top: 0rem;
    }
    .services1-card{
        margin-top: 0rem  !important;
    }

}


@media (width:393px) {

    .services-card {
        margin-top: 0rem;
    }
    .services1-card{
        margin-top: 0rem  !important;
    }

}

@media (width:390px) {
    .services-card {
        margin-top: 0rem;
    }
    .services1-card{
        margin-top: 0rem  !important;
    }

}


@media (width:375px) {
    .services-card {
        margin-top: 0rem;
    }
    .services1-card{
        margin-top: 0rem  !important;
    }

}


@media (width:360px) {

    .services-card {
        margin-top: 0rem;
    }
    .services1-card{
        margin-top: 0rem  !important;
    }

}


@media (width:280px) {

    .services-card {
        margin-top: 0rem;
    }
    .services1-card{
        margin-top: 0rem  !important;
    }
body{
    overflow-x: hidden !important;
}

}

/* new css ends */