body {
    margin: 0;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    font-weight: 200;
}

@media (max-width: 600px){
    body {
        font-size: 14px;
    }
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

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

p{
    margin: 0;
}

hr {
    display: block;
    width: 100%;
    height: 1px;
    margin: 40px 0;
    border: 0;
    background-color: #e5e5e5;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-t-150 {
    margin-top: 150px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-r-50 {
    margin-right: 50px;
}

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

.bg-light-green{
    background-color: #f3ffef;
}

.p-30{
    padding: 30px;
}

@media (max-width: 768px){
    .p-t-m-30{
        padding-top: 30px;
    }
}

.bg-green {
    background-color: #2d652d;
}

.text-white{
    color: #ffffff!important;
}

.text-green{
    color: #2d652d!important;
}

.text-black{
    color: #000!important;
}

.text-silver{
    color: #676767!important;
}

.text-gold{
    color: #cd955c!important;
}

.yellow-mark{
    border-bottom: 5px solid #cd955c;
    padding: 0 0 5px 0;
}

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

.section__text ul, .ul-content{
    padding-left: 50px;
    text-align: left;
    margin: 0 0 10px 0;
}

.link {
    color:inherit;
}
.link-white {
    color:#ffffff;
    text-decoration: none;
}
.link-white:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .yellow-mark {
        padding: 0;
    }
}

@media (max-width: 500px) {
    .section__text ul, .ul-content{
        padding-left: 20px;
    }
}

/* Page */
.page {
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1350px;
    padding: 0 23px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .container {
        padding: 0 15px;
    }
}

/* Intro */
.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    min-height: 820px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
}

.intro__inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    z-index: 1;
}

.intro_box {
    width: 47%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-box img {
    box-shadow: -7px 5px 13px 0px #00000091;
}

.intro__title {
    color: #cd955c;
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.intro__suptitle {
    margin-bottom: 30px;
    font-size: 25px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.3;
}

.img-corner {
    position: absolute;
    width: 200px;
    height: 200px;
    right: -20px;
    bottom: -18px;
    background-color: #cd955c;
    z-index: -1;
}

.cub {
    position: absolute;
    width: 40%;
    height: 80%;
    right: 0;
    top: 15%;
    background-color: #2d652d;
    z-index: -1;
}

.cub2 {
    position: absolute;
    width: 20%;
    height: 80%;
    left: 100px;
    top: 10%;
    background-image: url(/themes/targus/assets/images/dots-pattern.png);
    z-index: -1;
    background-repeat: repeat;
}

.cub3 {
    position: absolute;
    width: 30%;
    height: 70%;
    right: 100px;
    top: 20%;
    background-image: url(/themes/targus/assets/images/dots-pattern.png);
    z-index: -1;
    background-repeat: repeat;
}

.home-intro{
    text-align: center;
    max-width: 1200px;
    margin: 100px auto 0 auto;
}

@media (max-width: 1230px) {
    .intro_box {
        padding: 0 15px;
    }
    .intro__title {
        font-size: 50px;
    }
}

@media (max-width: 1024px) {
    .intro {
        min-height: 100vh
    }
    .section__text {
        font-size: 15px;
    }
}

@media (max-width: 770px) {
    .intro__inner {
        flex-direction: column;
        justify-content: center;
    }
    .intro_box {
        width: 100%;
        padding: 0 5px;
    }
    .cub3, .cub {
        width: 30%;
        height: 40%;
        right: 100px;
        bottom: 10%;
        top: auto;
    }
    .cub2 {
        width: 50%;
        height: 40%;
        left: 40px;
        top: 20px;
    }
}

@media (max-width: 575px) {
    .intro {
        min-height: 100vh;
        padding: 0 0 20px 0;
        background-attachment: scroll;
    }
    .intro__suptitle {
        font-size: 16px;
    }
    .intro__title {
        font-size: 30px;
    }
    .img-corner {
        width: 100px;
        height: 100px;
        right: -10px;
        bottom: -8px;
    }
    .home-intro {
        margin: 10px auto 0 auto;
    }
}

/************************************ Navbar ****************************************************************/
.header_area {
    background: #ffffff;
    position: fixed;
    width: 100%;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.navigation {
    width: 100%;
    height: 100px;
    display: table;
    position: relative;
    font-family: inherit;
}
.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.navigation-portrait {
    height: 48px;
}
.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}
.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.align-to-right {
    float: right;
}
.nav-header {
    float: left;
}
.navigation-hidden .nav-header {
    display: none;
}
.nav-brand {
    padding: 0;
}
.nav-brand img{
    width: 180px;
    margin-top: 33px;
    height: auto;
}
.nav-brand:hover,
.nav-brand:focus {
    color: #fff;
}
.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
}
.nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}
.nav-logo:focus > img {
    outline: initial;
}
.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}
.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 48%;
    margin-top: -14px;
    right: 0;
    display: none;
    cursor: pointer;
}
.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 3px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}
.navigation-portrait .nav-toggle {
    display: block;
    background-color: #2d652d;
    padding: 6px 3px 5px 3px;
    border-radius: 3px;
}
.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}
.navigation-portrait
.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}
.nav-menus-wrapper-close-button {
    width: 30px;
    height: 30px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
}
.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}
.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}
.navigation-portrait .nav-menu {
    width: 100%;
}
.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}
.navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none;
}
.nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left;
}
.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px #f0f0f0;
}
.nav-menu + .nav-menu > li:first-child {
    border-top: none;
}
.nav-menu > li > a {
    height: 70px;
    padding: 39px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #2d652d;
    transition: color 0.3s, background 0.3s;
}
.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
}
.nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a {
    background: #2d652d;
    color: #fff;
}
.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
}
.nav-menu > li > a > [class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
}
.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}
.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
}
.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
}
.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
    font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px;
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
}
.submenu-indicator {
    margin-left: 8px;
    margin-top: 4px;
    float: right;
    transition: all 0.2s;
}
.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}
.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #ffd9d9 #2d652d #2d652d transparent;
    transform: rotate(45deg);
    transition: border 0.2s;
}
.navigation-portrait .submenu-indicator-chevron {
    border-color: transparent #999 #999 transparent;
    position: absolute;
    top: 18px;
    left: 24px;
}
.navigation-portrait:hover .submenu-indicator-chevron {
    border-color: transparent #999 #999 transparent;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}
.nav-dropdown > li .submenu-indicator-chevron {
    border-color: transparent #999 #999 transparent;
}
.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}
.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nav-search {
    float: right;
    z-index: 19998
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 38px;
    margin-right: 32px
}

.navigation-hidden .nav-search {
    display: none
}
.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
}

@media (max-width: 1024px) {
    .navigation {
        height: 77px;
    }
    .nav-menu > li > a {
        font-size: 14px;
        padding: 30px 15px;
    }
    .nav-brand img {
        width: 160px;
        margin-top: 25px;
    }
}

@media (max-width: 770px) {
    .nav-toggle {
        top: 48%;
    }
    .nav-brand img {
        margin-top: 23px;
    }
}

@media (max-width: 575px) {
    .navigation {
        height: 59px;
    }
    .nav-toggle {
        top: 24%;
        margin-top: 0px;
    }
    .navigation-portrait
    .nav-brand {
        font-size: 18px;
        line-height: 45px;
    }
    .nav-brand img {
        width: 135px;
        margin-top: 17px;
    }
    .navigation-portrait
    .nav-search {
        height: 48px;
        padding: 0 6px 0 4px;
        margin-right: 35px;
    }
}


/* WhatsApp */
.menu-whatsapp {
    width: 200px;
    text-align: center;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    padding: 26px 0 0 10px;
}

.whatsapp-link{
    width: 135px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    vertical-align: center;
    cursor: pointer;
    text-decoration: none;
    background-color: #2d652d;
    padding: 10px 17px;
    border-radius: 20px;
    transition: all 0.4s;
}

.whatsapp-link:hover{
    background-color: #cd955c;
}

.whatsapp-link-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.whatsapp-link-img{
    width: 25px;
    height: 25px;
}

.flag-link{
    width: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.flag-top{
    width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .menu-whatsapp {
        padding: 16px 0 0 0;
    }
}

@media (max-width: 770px) {
    .menu-whatsapp {
        padding: 16px 0 0 0px!important;
    }
}

@media (max-width: 575px) {
    .menu-whatsapp {
        width: 150px;
        padding: 13px 0 0 0!important;
    }
    .whatsapp-link {
        padding: 7px 11px;
        width: 100px;
    }
    .flag-link{
        width: 35px;
    }
    .whatsapp-link-text {
        font-size: 11px;
    }
    .whatsapp-link-img {
        width: 18px;
        height: 18px;
    }
}

/*******/
.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}
.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}
.navigation-portrait .nav-text + ul {
    margin-top: 15px;
}
.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}
.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}
.nav-dropdown .nav-dropdown {
    left: 100%;
}
.nav-menu > li > .nav-dropdown {
    border: solid 1px #0000001f;
}
.nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}
.nav-dropdown > li > a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #343a40;
    background-color: #fdfdfd;
}
.nav-dropdown > li:hover > a, .nav-dropdown > li.focus > a {
    color: #27ae60;
}
.nav-dropdown.nav-dropdown-left {
    right: 0;
}
.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right;
}
.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li> a {
    padding-left: 110px;
}
.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 17px;
    position: absolute;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(45deg);
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #27ae60 #27ae60 transparent;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(135deg);
}
.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}
.nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static;
}
.navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%;
}
.nav-dropdown-horizontal > li > a {
    position: relative;
}
.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    transform: rotate(0deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}
.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fff;
    box-shadow: 0 15px 20px -5px rgba(0, 0, 0, 0.2);
}
.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}
.megamenu-panel [class*="container"] {
    width: 100%;
}
.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
}
.megamenu-panel-half {
    width: 50%;
}
.megamenu-panel-quarter {
    width: 25%;
}
.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}
.megamenu-panel-row {
    width: 100%;
}
.megamenu-panel-row:before,
.megamenu-panel-row:after {
    display: table;
    content: "";
    line-height: 0;
}
.megamenu-panel-row:after {
    clear: both;
}
.megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}
.megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
}
.navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
}
.navigation-portrait
.megamenu-panel-row:first-child
[class*="col-"]:first-child {
    margin-top: 0;
}
.megamenu-panel-row .col-1 {
    width: 5.583333333333%;
}
.megamenu-panel-row .col-2 {
    width: 14.166666666666%;
}
.megamenu-panel-row .col-3 {
    width: 22.75%;
}
.megamenu-panel-row .col-4 {
    width: 31.333333333333%;
}
.megamenu-panel-row .col-5 {
    width: 39.916666666667%;
}
.megamenu-panel-row .col-6 {
    width: 48.5%;
}
.megamenu-panel-row .col-7 {
    width: 57.083333333333%;
}
.megamenu-panel-row .col-8 {
    width: 65.666666666667%;
}
.megamenu-panel-row .col-9 {
    width: 74.25%;
}
.megamenu-panel-row .col-10 {
    width: 82.833333333334%;
}
.megamenu-panel-row .col-11 {
    width: 91.416666666667%;
}
.megamenu-panel-row .col-12 {
    width: 100%;
}
.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}
.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}
.megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}
.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5;
}
.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}
.megamenu-tabs-pane.active {
    display: block;
}
.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}
.megamenu-lists {
    width: 100%;
    display: table;
}
.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
}
.megamenu-list:last-child {
    margin: 0;
    border: none;
}
.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
}
.navigation-landscape .megamenu-list:last-child {
    border: none;
}
.megamenu-list > li > a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
}
.megamenu-list > li > a:hover {
    background-color: #2d652d;
    color: #fff;
}
.megamenu-list > li.megamenu-list-title > a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #343a40;
}
.megamenu-list > li.megamenu-list-title > a:hover {
    background-color: transparent;
}
.navigation-landscape .list-col-2 {
    width: 50%;
}
.navigation-landscape .list-col-3 {
    width: 33%;
}
.navigation-landscape .list-col-4 {
    width: 25%;
}
.navigation-landscape .list-col-5 {
    width: 20%;
}
.nav-dropdown > li > a {
    color: #343a40;
    padding: 15px 30px;
    border-bottom: 1px solid #f6f6f6;
}
.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
    color: #27ae60;
}
.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}
/* Media Query Mega Menu */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .nav-dropdown > li > a,
    .megamenu-list > li > a {
        width: 65%;
    }
}

/************************************************************************************* End Menu **********************************************************************************/

/* Button */
.btn {
    display: inline-block;
    vertical-align: top;
    padding: 12px 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .1s linear, color .1s linear;
    background-color: #2d652d;
    color: #ffffff;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    box-shadow: -7px 5px 13px 0px #2d652d9e;
    letter-spacing: 1px;
}

.btn:hover {
    background-color: #cd955c;
    color: #ffffff;
}

.btn-white {
    color: #000000;
    background-color: #ffffff;
}

.btn-yellow {
    color: #ffffff;
    background-color: #cd955c;
}

.btn-yellow:hover{
    color: #000000;
}

.shadow-white{
    box-shadow: -7px 5px 13px 0px #ffffff9e
}

.shadow-dark{
    box-shadow: -7px 5px 13px 0px #00000091;
}


/* Slider */
.slider__item {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
    position: relative;
}

.slider__num {
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
}

.slider__num img {
    min-width: 30px;
    width: 30px;
    height: 30px;
}

.slider__text {
    width: 95%;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

@media (max-width: 1024px){
    .slider__text {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .slider__text {
        font-size: 14px;
    }
    .slider__item {
        padding-bottom: 10px;
    }
}

/* Section */
.section {
    padding: 100px 0;
    position: relative;
}

.cta-section {
    background-image: url("/themes/targus/assets/images/cta-bg.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.section-services-main {
    padding: 100px 0 100px 0;
}
.section-services-main + .section-services-main {
    padding-top: 0;
}

.section-text-main {
    padding: 30px 0 30px 0;
}
.section-text-main + .section-services-main {
    padding-top: 0;
}
.section-text-main + .section {
    padding-top: 0;
}

.section__table  {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    justify-content: center;
}
.section__table table {
    border: 1px solid rgb(3 95 65 / 20%);
    border-spacing: 0;
    border-collapse: collapse;
}
.section__table th {
    color: #2d652d;
    text-align: center;
    font-weight: bold;
    padding: 10px 15px;
}
.section__table td {
    text-align: center;
    border-bottom: 0;
}
.section__table-label {
    font-size: 13px;
    text-align: left;
    margin-top: 15px;
    padding: 0 15px;
}

.section--devices {
    padding-bottom: 0;
    background: url("../images/devices-bg.jpg") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.section__header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.section__suptitle {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.section__title {
    font-size: 30px;
    font-weight: 600;
    color: #2d652d;
    text-transform: uppercase;
}

.section__title:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    margin: 30px auto;
    background-color: #2d652d;
}

.section__title-white {
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}

.section__title-white:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    margin: 30px auto;
    background-color: #cd955c;
}

.section__text {

}

.section__text h2{
    margin-bottom: 10px;
}

.section__text p{
    margin-bottom: 10px;
}

.section__text p:last-child{
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .section__title {
        font-size: 25px;
    }
}

@media (max-width: 770px) {
    .section {
        padding: 60px 0;
    }
    .section--devices {
        padding-bottom: 0;
    }
    .logo-cta {
        margin: 30px 0 0 0;
    }
    .section-services-main {
        padding: 60px 0;
    }
}

@media (max-width: 575px) {
    .section__suptitle {
        font-size: 20px;
    }
    .section__title,
    .section__title-white {
        font-size: 18px;
    }
    .section__title:after,
    .section__title-white:after {
        margin: 20px auto;
    }
    .section-services-main {
        padding: 50px 0 50px 0;
    }
    .section__text {
        font-size: 14px;
    }
}


/*slider*/
.slider-conteiner {
    padding: 0 100px;
}

.slider-conteiner-home {
    padding: 0 50px;
}

.box2 {
    width: 100%;
    height: 580px;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 20px 10px;
    position: relative;
    box-shadow: 1px 3px 9px 0px #00000033;
}

.box-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    height: 270px;
    background-color: #ffffff;
}

.event-box-title2 {
    color: #000000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.event-img-box2 {
    position: relative;
    max-width: 100%;
    height: 250px;
    border-radius: 4px 4px 0 0;
    background-size: cover;
    background-position: 50% 80%;
}

.event-price2 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.event-price2 h2 {
    color: #2d652d;
    font-weight: 800;
    margin: 0;
    font-size: 40px;
    line-height: 1;
}

.event-price2 p {
    margin: 0 0 5px 0;
    font-size: 13px;
    font-weight: 700;
}

.event-price3 {
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding: 0 20px;

    max-height: 150px;
    overflow: hidden;
}

.event-price3 span {
    font-size: 14px;
    font-weight: normal;
}

.event-btn2 {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.event-btn-green {
    display: block;
    width: 100%;
    padding: 20px 0;
    background-color: #2d652d;
    border-radius: 0 0 4px 4px;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    transition: all 0.5s;
    cursor: pointer;
    text-decoration: none;
}

.event-btn-green:hover {
    background-color: #cd955c;
}

.event-btn-gold{
    display: block;
    width: 100%;
    padding: 20px 0;
    background-color: #cd955c;
    border-radius: 0 0 4px 4px;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    transition: all 0.5s;
    cursor: pointer;
    text-decoration: none;
}

.event-btn-gold:hover {
    background-color: #2d652d;
}

.zones-deat-ul{
    padding-left: 20px;
    text-align: left;
    list-style: disc;
}

@media (max-width: 1024px) {
    .event-box-title2 p {
        font-size: 15px !important;
    }
    .event-price2 h2 {
        font-size: 30px;
    }
    .event-img-box2 {
        max-height: 220px;
    }
    .event-img-box2 img {
        max-width: 100%;
    }
    .box2 {
        height: 550px;
    }
}

@media (max-width: 991px) {
    .box2 {
        height: 580px;
    }
    .event-box-title2 p {
        font-size: 15px !important;
    }
    .event-price2 h2 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .box2 {
        height: 500px;
    }
    .box-body {
        height: 210px;
    }
}

@media (max-width: 575px) {
    .event-btn-green {
        font-size: 12px;
    }
    .event-box-title2 p {
        font-size: 15px !important;
    }
    .event-price2 h2 {
        font-size: 30px;
    }
    .event-price3 {
        font-size: 13px;
        padding: 0 10px;
        max-height: 150px;
    }
    .event-img-box2 {
        max-height: 190px;
    }
    .box-body {
        height: 250px;
    }
    .box2 {
        margin: 10px;
    }
}


/*********************************** Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: auto;
    touch-action: auto;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    outline: none;
}

.slick-slide img {
    display: block;
}

.slick-slide img.slick-loading {
    padding-bottom: 100%;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: flex;

    flex-direction: row;
    justify-content: center;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    background-color: transparent;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0;
    cursor: pointer;
    margin-top: -30px;
    outline: none;
    border-radius: 30px;
    background-size: cover;
    background-position: 110% 50%;
    border: none;
    transition: all 0.5s;
}

.slick-next {
    right: -40px;
    bottom: 280px;
    background-image: url("/themes/targus/assets/images/right.png");
    font-size: 0px;
}

.slick-prev {
    left: -40px;
    bottom: 280px;
    background-image: url("/themes/targus/assets/images/left.png");
    font-size: 0px;
    z-index: 1;
}

.slick-next:focus, .slick-next:hover, .slick-next:active {
    outline: none;
}

@media (max-width: 1024px) {
    .slick-prev,.slick-next {
        height: 40px;
        width: 40px;
    }
    .slick-next {
        right: -40px;
    }
    .slick-prev {
        left: -40px;
    }
    .slider-conteiner {
        padding: 0 40px;
    }
}
@media (max-width: 575px) {
    .slick-prev, .slick-next {
        height: 30px;
        width: 30px;
    }
    .slick-next {
        right: -20px;
    }
    .slick-prev {
        left: -20px;
    }
    .slider-conteiner {
        padding: 0 5px;
    }
}



/* Dots */
.slick-dots {
    display: none !important;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: #f0f0f2;
    display: block;
    height: 8px;
    width: 8px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    outline: none;
    border-radius: 20px;
    padding: 0;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2022';
    width: 8px;
    height: 8px;
    font-size: 0px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 20px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #f0f0f2;
}

/* Services */
.services {
    display: flex;
    flex-wrap: wrap;
}

.services__item {
    width: 33.33333%;
    padding: 0 35px 40px 85px;
    position: relative;
    margin-top: 40px;
}

.two-lines{
    width: 50%;
}

.services__item--border {
    border-bottom: 1px solid #e5e5e5;
}

.services__icon {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 1;
    width: 50px;
    height: auto;
}

.services__title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #2d652d;
    font-weight: 700;
}

.services__text {
    font-size: 16px;
    color: #000000ad;
}

@media (max-width: 991px) {
    .services__item {
        width: 50%;
        padding-bottom: 0;
    }
   .services__item--border {
        border-bottom: 0;
    }
}

@media (max-width: 770px) {
    .services {
        justify-content: space-around;
        margin-bottom: 20px;
    }
    .services__item {
        width: 48%;
        max-width: 400px;
        padding-left: 65px;
        padding-right: 0;
    }
    .services__icon {
        left: 0;
    }
}

@media (max-width: 575px) {
    .services__icon {
        margin-top: 6px;
        width: 30px;
    }
    .services__item {
        width: 100%;
        padding-left: 40px;
        margin-top: 20px;
    }
    .services__item:first-child {
        margin-top: 40px;
    }
    .services__text {
        font-size: 13px;
    }
}



/* Devices */

.devices {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.devices__item {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
}

.devices__item--iphone {
    position: absolute;
    bottom: 0;
    right: -50px;
    z-index: 1;
}

@media (max-width: 1024px) {
    .devices {
        max-width: 420px;
    }
    .devices__item--iphone {
        width: 250px;
        bottom: -50px;
        right: -40px;
    }
}

@media (max-width: 768px) {
    .devices__item--iphone {
        bottom: 0;
    }
}

@media (max-width: 575px) {
    .devices {
        max-width: 250px;
    }
    .devices__item--iphone {
        width: 150px;
    }
}

/* Grid */
.grid {
    margin: 0 auto;
    padding: 0 3px;
    width: 100%;
    max-width: 1920px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.grid__column {
    flex: 1;
    margin: 0 3px 3px 3px;
}

.card-insight__img {
    opacity: 0.6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 2;
    transition: transform 350ms, opacity 350ms;
    transform: scale(1.15);
}

.card-insight__text {
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 22px;
    z-index: 3;
    transition: transform 350ms;
    transform: translate3d(0, 0, 0);
    text-transform: uppercase;
    font-weight: 600;
}

.card-insight {
    display: flex;
    width: 100%;
    position: relative;
    padding: 30px;
    overflow: hidden;
    border-radius: 2px;
    min-width: 290px;
    min-height: 450px;
    flex-direction: column;
    justify-content: center;
    background-color: #000000;
    text-decoration: none;
}

.card-insight:hover .card-insight__img {
    transform: scale(1);
    opacity: 0.3 !important;
}

.card-insight:hover .card-insight__text {
    transform: translate3d(0, -40px, 0);
}

ul {
    padding-inline-start: 0;
}

@media (max-width: 1230px) {
    .grid__column {
        flex: none;
        margin: 0 3px 3px 3px;
        width: 32%;
    }

    .card-insight {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .grid__column {
        width: 49%;
    }
}

@media (max-width: 575px) {
    .grid__column {
        width: 100%;
    }
    .card-insight {
        min-height: 200px;
    }
    .card-insight__text {
        font-size: 20px;
    }
    .m-r-50 {
        margin-right: 0
    }
}


/* Logos */
.logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px -15px 0 -15px;
}

.logos__item {
    padding: 0 15px;
}

.logos__img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

.logo-cta{
    text-align: center;
    margin: 40px 0 0 0
}

@media (max-width: 1230px) {
    .logo-cta{margin: 50px 0 0 0}
}

@media (max-width: 575px) {
    .logos {
        flex-wrap: wrap;
        justify-content: center;
    }
    .logos__item {
        width: 50%;
        margin-bottom: 20px;
    }
    .logos__img {
        margin: 0 auto;
    }
    .logo-cta {
        margin: 10px 0 0 0;
    }
}


/* Footer */
.footer {
    padding-top: 65px;
    background-color: #2d652d;
}

.footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
    padding-bottom: 65px;
}

.footer__col {
    padding: 0 15px;
}

.footer__col--first {
    width: 38%;
}

.footer__col--second {
    width: 30%;
}

.footer__col--third {
    width: 28%;
}

.footer__logo {
    margin-bottom: 30px;
    margin-top: 30px;
    width: 220px;
}

.footer__logo img {
    width: auto;
    height: auto;
}

.footer__text {
    margin-bottom: 10px;
    font-size: 14px;
    color: #ffffff;
}

.footer__social {
    margin-bottom: 25px;
}

.footer__social-header {
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
}

.footer__social-content {
    padding-top: 15px;
    font-size: 15px;
    color: #ffffff;
    font-style: italic;
    font-weight: 300;
}

.footer__social-content a {
    text-decoration: none;
}

.footer__title {
    margin: 30px 0;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .footer__text {
        font-size: 13px;
    }
    .contact_text {
        font-size: 13px;
    }
    .footer__social-header {
        font-size: 15px;
    }
    .cub {
        height: 70%;
    }
}

@media (max-width: 991px) {
    .footer__col--first {
        width: 100%;
    }
    .footer__col--second,
    .footer__col--third {
        width: 50%;
    }
}

@media (max-width: 770px) {
    .footer__col--second,
    .footer__col--third {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .cub {
        display: none;
    }
    .cub3 {
        display: none;
    }
    .cub2 {
        display: none;
    }
    .yellow-mark {
        padding: 0;
    }
}


/* Blogs */
.blogs{
    display: flex;
    flex-direction: column;
}

.blogs__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

.blogs__img {
    width: 90px;
    height: 50px;
    background-size: cover;
}

.blogs__content {
    padding-left: 20px;
    display: flex;
    width: 80%;
}

.blogs__title {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none;
}

.blogs__title:hover {
    text-decoration: underline;
}

@media (max-width: 770px) {
    .blogs {
        display: flex;
        flex-flow: row wrap;
    }
    .blogs__item {
        flex: none;
        width: 50%;
    }
}

@media (max-width: 575px) {
    .blogs__item {
        width: 100%;
    }
}

/* Subscribe */
.subscribe {
    width: 100%;
    max-width: 380px;
    display: flex;
}

.subscribe__input {
    width: 60%;
    height: 40px;
    padding: 12px;
    background: #fff;
    border: 1px solid #ffffff;
    border-right: 0;
    font-size: 15px;
    line-height: 1.1;
    color: #333;
    font-style: italic;
    font-weight: 300;
}

.subscribe__input::placeholder {
    color: #ccc;
}

.subscribe__input:focus {
    outline: 0;
    border-color: #2d652d;
}

.subscribe__btn {
    width: 40%;
    height: 40px;
    padding: 12px 30px;
    background-color: #cd955c;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transition: background .2s linear;
}

.subscribe__btn:hover {
    background-color: #cd955c;
}

.subscribe__btn:focus {
    outline: 0;
}

@media (max-width: 575px) {
    .subscribe {
        flex-wrap: wrap;
        max-width: none;
    }
    .subscribe__input {
        margin-bottom: 10px;
        border-right: 1px solid #e7e7e7;
    }
    .subscribe__input {
        width: 60%;
    }
    .subscribe__btn {
        width: 40%;
    }
}

/*Contacts*/
/* Slider */
.contact_item {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
    position: relative;
}

.contact_num {
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
}

.contact_text {
    width: 95%;
    margin-left: 10px;
    font-size: 14px;
    color: #ffffff;
}

/* Copyright */
.copyright {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.copyright span {
    color: #f38181;
}


/*******  Form ********/
.cta-box {
    padding: 70px;
}

.cta-box-item {
    padding: 0 0 30px 50px;
    position: relative;
}

.cta-box-item:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 15px;
    background-color: #2d652d;
    bottom: 0;
    left: 0;
}

.cta-box-item:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 200px;
    background-color: #2d652d;
    bottom: 0;
    left: 0;
}

.cta-form {
    padding: 40px;
    background-color: #2d652d;
    text-align: center;
    position: relative;
    box-shadow: -7px 5px 13px 0px #00000091;
}

.cta_suptitle {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}

.cta_title {
    color: #2d652d;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
}

.form-control {
    min-height: 50px;
    box-shadow: none;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    color: #55595c;
    background-color: #fff;
    margin-bottom: 10px;
    border: 1px solid #2d652d;
    outline: none;
}

#ctaimg {
    max-width: 140px;
    width: 100%;
}

.gradient-button {
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    border-radius: 6px;
    margin: 15px 0 0 0;
    padding: 1em 3em;
    background-size: 200% auto;
    /*box-shadow: -5px 4px 8px 0px rgb(162 162 162), 0 1px 3px rgb(0 0 0 / 0%);*/
    background-color: #dd9536;
    transition: 0.5s;
    cursor: pointer;
    border: none;
}

.gradient-button:hover {
    color: black;
}

#error-msg{
    color: red;
    display: block;
}

.hide {
    display: none!important;
}

@media (max-width: 1024px) {
    .cta-box {
        padding: 10px;
    }
}

@media (max-width: 768px){
    .cta-box {
        padding: 50px 150px;
    }
    .cta-box-item {
        padding: 30px 0 30px 50px;
    }
}

@media (max-width: 575px) {
    .gradient-button {
        font-size: 13px;
        padding: 1em 2em;
    }
    .cta-box {
        padding: 10px;
    }
    .cta-form {
        padding: 30px;
    }
    .cta_suptitle {
        font-size: 15px;
    }
    .cta_title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .cta-box-item {
        padding: 0;
    }
    .cta-box-item:before,
    .cta-box-item:after {
        display: none
    }
}


/********* About */
.about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    position: relative;
}

/* Statistics */
.statistics {
    background-color: #2d652d;
}

.stat {
    display: flex;
    flex-wrap: wrap;
}

.stat__item {
    flex: 1 1 0;
    padding: 70px 25px;

    border-left: 1px solid #b5eae0;

    text-align: center;
    color: #fff;
}

.stat__item:last-child {
    border-right: 1px solid #b5eae0;
}

.stat__count {
    margin-bottom: 10px;
    color: #cd955c;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    min-height: 72px;
}

.stat__count img{
    width: 60px;
}

.stat__text {
    font-size: 14px;
    text-transform: uppercase;
}

@media (max-width: 1024px){
    .about {
        min-height: 100vh;
    }
    .cta_suptitle {
        font-size: 15px;
    }
    .stat__count {
        font-size: 50px;
    }
}

@media (max-width: 768px){
    .stat__count {
        font-size: 40px;
    }
    .stat__item,.stat__item:last-child {
        border: none;
        padding-bottom: 70px;
    }
    .stat__item {
        padding: 70px 25px 0 25px;
    }
    .about {
        height: 100%;
        min-height: 100vh;
        padding: 90px 0 0 0;
    }
}

@media (max-width: 600px){
    .stat__item,.stat__item:last-child {
        border: none;
        padding-bottom: 40px;
    }
    .stat__item {
        padding: 40px 15px 0 15px;
    }
    .about {
        padding: 60px 0 20px 0;
    }
}

/* Statistics2 */
.stat2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.stat__item2 {
    flex: 1 1 0;
    padding: 25px;
    text-align: center;
    color: #fff;
}

.stat__count2 {
    width: 80px;
    margin-bottom: 10px;
    height: auto;
}

.stat__text2 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (max-width: 600px){
    .stat__item2 {
        flex: 1 1 0;
        padding: 7px 0;
    }
    .stat__text2 {
        font-size: 11px;
    }
    .stat__count2 {
        width: 60px;
    }
}

/* We do */
.wedo {
    display: flex;
    flex-wrap: wrap;
    margin: 0 50px;
    justify-content: space-around;
}

.wedo__item {
    width: 54%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.we-do-slider{
    width: 44%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0 50px;
}

.wedo__img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
}

.wedo__title{
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.3;
}

@media (max-width: 1200px) {
    .we-do-slider {
        padding: 0 10px;
    }
}

@media (max-width: 1024px) {
    .wedo {
        margin: 0 30px;
    }
    .we-do-slider {
        padding: 0 10px;
    }
    .wedo__title {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

@media (max-width: 770px) {
    .wedo{
        flex: none;
    }
    .wedo__item {
        width: 99%;
        align-items: center;
        padding: 50px 0;
    }
    .we-do-slider {
        width: 100%;
    }
    .wedo__title{
        font-size: 25px;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .wedo__title {
        margin-bottom: 10px;
        font-size: 25px;
    }
    .we-do-slider {
        padding: 0;
        width: 100%;
        margin-top: 20px;
    }
    .wedo__item {
        width: 100%;
        padding: 0;
    }
    .cub-line-left-gold {
        display: none;
    }
    .wedo {
        margin: 0 10px;
    }
}

/*contact*/
.map{
    width: 100%;
    height: 500px;
    margin-bottom: -10px;
}

/* Open business */
.bg-open{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 0;
}

.bg-contact{
    background-image: url("/assets/images/bg-contact.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 0;
}

/* Scroll Down gif */
.scroll-box {
    width: 70px;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 1;
    padding-bottom: 20px;
    text-align: center;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.scroll-d {
    width: 80px;
}

@media (max-width: 770px) {
    .scroll-box {
        bottom: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    .scroll-box{
        display: none;
    }
}

/* Table */
table{
    width:100%;
    max-width: 800px;
    table-layout: fixed;
}
.tbl-header{
    background-color: #2d652d;
    max-width: 800px;
    margin-top: 15px;
}
.tbl-content{
    border: 1px solid #2d652d;
    max-width: 800px;
}
th{
    padding: 20px 15px;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
td{
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 15px;
    color: #2d652d;
    border-bottom: solid 1px rgb(3 95 65 / 20%);
}
.total{
    background-color: #6f6f6f26;
}

@media (max-width: 500px){
    th{
        font-size: 13px;
    }
    td{
        font-size: 13px;
    }
}

/*home cub*/

.cub-line-left-gold{
    position: absolute;
    border: 15px solid #cd955c;
    width: 420px;
    height: 100%;
    left: -30px;
}

.cub-content-box{
    z-index: 1;
    padding: 50px 30px;
}

.bg-green .slick-prev {
    background-image: url(/themes/targus/assets/images/left-white.png);
}

.bg-green .slick-next{
    background-image: url(/themes/targus/assets/images/right-white.png);
}

@media (max-width: 1024px){
    .cub-line-left-gold {
        width: 300px;
    }
    .cub-content-box {
        padding: 20px 30px !important;
    }
}
@media (max-width: 768px){
    .cub-content-box {
        padding: 30px 30px;
    }
    .cub-line-left-gold {
        width: 100%;
        height: 100%;
        left: 0px;
    }
}
@media (max-width: 600px) {
    .cub-content-box {
        padding: 0!important;
    }
    .cub-content-box p{
        font-size: 14px;
    }
}

/* content frame */
.content-frame{
    padding: 50px;
    margin: 20px 0 60px 0;
    position: relative;
}

.content-frame:before{
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    border-top: 15px solid;
    border-bottom: 15px solid;
    border-left: 15px solid;
    border-color: #2d652d;
    left: 0;
    top: 0;
}

.content-frame:after{
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    border-top: 15px solid;
    border-bottom: 15px solid;
    border-right: 15px solid;
    border-color: #2d652d;
    right: 0;
    top: 0;
}


@media (max-width: 500px) {
    .content-frame {
        padding: 30px;
        margin: 50px 0 40px 0;
    }
    .content-frame:before{
        border-top: 5px solid;
        border-bottom: 5px solid;
        border-left: 5px solid;
        border-color: #2d652d;
    }

    .content-frame:after{
        border-top: 5px solid;
        border-bottom: 5px solid;
        border-right: 5px solid;
        border-color: #2d652d;
    }

}

/***************** Modal **********************/

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0, 0, 0, 0.84);
}

.modal-form{
    width: 100%;
    max-width: 500px;
    padding: 45px 20px 0 20px;
    margin: 10% auto;
}

#modal-title {
    font-size: 21px;
    font-weight: 200;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fff;
    padding: 20px 20px 30px 20px;
    border: 1px solid #888;
    width: 100%;
    border-radius: 20px;
}

.modal-subtitle{
    margin: 15px 0 10px 0;
}

@media (max-width: 399px){
    .modal-form {
        padding: 30px 20px 0 20px;
    }
    #modal-title {
        font-size: 15px;
        font-weight: bold;
    }
    .modal-subtitle{
        font-size: 12px;
    }
    .m-t-10 {
        margin-top: 5px;
    }
    .modal-content {
        padding: 10px;
    }

    .modal-header {
        padding: 10px 16px!important;
    }
    .close {
        line-height: 24px!important;
    }

    .gradient-button {
        font-size: 13px;
        padding: 1em 2em;
    }
}

/* The Close Button */
.close {
    color: #000;
    float: right;
    font-size: 40px;
    font-weight: bold;
    line-height: 28px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: white;
    height: 35px;
}

/* Modal Body */
.modal-body {
    text-align: center;
}
.form-wraper {
    display: flex;
    margin-top: 10px;
}
.form-text {
    color:#ffffff;
    text-align: left;
}
.modal-body .form-text {
    color:#000000;
}

/* breadcrumbs */
.breadcrumbs {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}
.breadcrumbs__item {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    text-align: left;
}
.breadcrumbs__item a {
    text-decoration: none;
    color: inherit;
    display: inherit;
}
.breadcrumbs__item:last-child {
    opacity: 0.7;
}
.breadcrumbs__item:not(:last-child):after {
    content:'>';
    margin: 0 5px;
    font-size: 16px;
}
.static-container {
    margin-top: 100px;
}

@media (max-height: 800px) and (min-width: 769px) {
    .breadcrumbs {
        margin-top: 100px;
    }
    .breadcrumbs-pelative .breadcrumbs {
        margin-top: 0;
    }
}
@media (max-width: 575px){
    .static-container {
        margin-top: 70px;
    }
}
/* breadcrumbs */

.hidden {
    display: none !important;
    visibility: hidden !important
}

.error-google{
    color: #e06d6d;
}

.pp-form-group{
    margin-top: 15px;
}
