/*------------------------------------------------------------------
[Table of contents]
1. Global CSS   
    1.1 Tipper CSS
2. Menu CSS
    2.1 Sidebar (Menu Widgets) CSS
3. Blog Page CSS
4. Single Post CSS
5. Comments CSS
6. Contact Page CSS
7. Archive CSS / Search CSS / 404 Page CSS / Attachment Page
8. Attachment Page CSS
9. Responsive CSS
-------------------------------------------------------------------*/


@import url("clear.css");
@import url("font-awesome.min.css");
@import url("sm-clean.css");
@import url("swiper.min.css");
@import url("prettyPhoto.css");
@import url("common.css");

/* ===================================
    1. Global CSS
====================================== */
#landscape-mobile-error {
    background: #404040;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000;
    justify-content: center;
    display: flex;
    align-items: center;
    display: none;
    font-size: 20px;
    align-items: center;
    text-align: center;
    padding: 130px 0px;
    color: white;
}


body.wait-preloader {
    overflow: hidden;
}

body {
    font-family: Gilroy;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    color: #000000;
    background-color: #fff;
    overflow-x: hidden;
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Regular.ttf) format('truetype');
    src: url(../fonts/Gilroy-Regular.woff) format('woff'),
        url(../fonts/Gilroy-Regular.woff2) format('woff2');
}

@font-face {
    font-family: "Gilroy SemiBold";
    src: url(../fonts/Gilroy-SemiBold.ttf) format('truetype');
    src: url(../fonts/Gilroy-SemiBold.eot) format('embedded-opentype'),
        url(../fonts/Gilroy-SemiBold.woff) format('woff');
}

@font-face {
    font-family: "Gilroy Black";
    src: url(../fonts/Gilroy-Black.ttf) format('truetype');
}

@font-face {
    font-family: Rift;
    src: url(../fonts/Rift-Regular.otf) format('opentype');
    src: url(../fonts/Rift-Medium.otf) format('opentype');
}

body a {
    text-decoration: none;
    color: #000000;
    transition: color .2s linear, background-color .2s linear, border-color .2s linear;
}

body a:hover {
    color: #acacac;
}

body p {
    margin-bottom: 16px;
}

h1,
h2,
h3,
h4 {
    font-family: Rift;
}

.site-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

.doc-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
}

.doc-loader img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

.header-logo img {
    max-width: none;
    max-height: none;
    width: 180px;
}

.logo-2-small {
    display: none;
    position: absolute;
    top: 35px;
    left: 20px;
}

.logo-2-small img {
    max-width: none;
    max-height: none;
}

.logo-2 .logo-2-small {
    display: block;
}

.header-logo-mobile {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 4px;
    padding: 5px;
    display: none;
}

.header-logo-mobile img {
    max-width: none;
    max-height: none;
}

.header-logo-small {
    display: none;
    position: absolute;
}

.menu-right-part.open.done .header-logo-small {
    display: block;
    display: block;
    position: inherit;
    top: 20px;
    left: 20px;
}

.sm-clean a.has-submenu span.sub-arrow {
    border: 2px solid #fff;
    border-radius: 50%;
    /* color: #818286 !important; */
    color: #818286 !important;
}

.sm-clean a.highlighted span.sub-arrow {
    border: 2px solid #fff200;
    color: #818286 !important; 
}

.sm-clean a.highlighted span.sub-arrow:before {
    /* color: #fff200; */
    color: #818286 !important; 
}

.site-content {
    position: relative;
    margin-top: 19px;
}

.page-template-default .site-content {
    position: relative;
    margin-top: 70px;
}

.single-portfolio .header-logo,
.page-template-split .header-logo {
    top: 20px;
}

.site-content.has-horizontal-slider {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
}

.content-right {
    float: right;
    width: 100%;
    position: relative;
}

.content-right-holder {
    padding-left: 100px;
}

.page-template-default .content-right-holder {
    margin: 0 auto;
    margin-top: 60px;
}

.site-description {
    font-size: 13px;
    line-height: 20px;
    padding-top: 40px;
}

h1.entry-title.page-title {
    margin-bottom: 50px;
}

.animate {
    opacity: 0;
    transition: .3s ease-in;
}

.animate.show-it {
    opacity: 1;
}

.content-1170 {
    width: 1170px;
    max-width: 60%;
}

.content-404 {
    width: 100%;
    max-width: 100%;
    background-image: url(../images/404-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    height: 100vh;
}
.content-403-img { 
    background-image: url(../images/403-bg.jpg); 
}

.cont404 {
    position: relative;
    color: #fff;
    width: 100%;
    max-width: 950px;
    margin: 0px auto;
    display: table;
    text-align: center;
    top: 51%;
    transform: translate(0, -50%);
}

.cont404 img {
    display: inline-block;
    width: 50%;
}


.cont404 h1 {
    color: #fff;
    font-size: 56px;
    font-weight: normal; 
    margin-bottom: -26px;
    margin-top: -38px;
    line-height: 92px;
}
.cont403 h1 {
    color: #fff;
    font-size: 56px;
    font-weight: normal; 
    margin-bottom: -26px;
    margin-top: -38px;
    line-height: 54px;
}
.content403-big-text{
    width: 70%;
    margin: 0 auto !important;
    margin-bottom: -10px !important;
    margin-top: -33px !important;
}
.cont403{
    top: 66%;
}

.cont404 p {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    /* padding-bottom: 0px; */
    margin-bottom: 9px;
}
.cont404-last-para{
    width: 77%; 
    margin: 0 auto;
}
.cont404 p a {
    color: #fff200;
    text-decoration: underline;
}

.content-1170 .title-description-up {
    margin-bottom: 0px;
}

.content-1170 h1 {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 0;
}

.contact .content-1170 h1 {
    font-size: 70px;
}

.content-1170 p {
    line-height: 28px;
    color: #808285;
    text-align: justify;
}

.content-1170 p a {
    color: #808285;
    text-decoration: none;
}

.content-1170 p a:hover {
    color: #dfd100;
    text-decoration: none;
}

.content-960 {
    width: 960px;
    max-width: 95%;
}

.content-850 {
    width: 850px;
    max-width: 95%;
}

.content-570 {
    width: 570px;
    max-width: 95%;
}

nav.navigation.pagination {
    margin: 50px 0 100px;
}

.nav-links .prev,
.nav-links .next {
    display: none;
}

.big-text {
    font-family: Rift;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 100px;
    line-height: 90px;
    padding-top: 0;
    color: #808285;
    margin-left: -4px;
}

.page-template-default .big-text {
    line-height: 65px;
    padding-top: 20px;
    color: #808285;
}

.medium-text {
    font-size: 22px;
    line-height: 40px;
    color: #939393;
}

.content-1170 .info-code .info-code-title {
    font-size: 14px;
    color: #424242;
    letter-spacing: 0.9px;
    margin-bottom: 0;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Gilroy SemiBold";
    text-align: left;
}

.content-1170 .info-code .info-code-content,
.content-1170 .info-code .info-code-content a {
    color: #808285;
    font-weight: 600;
    font-size: 15px;
}

.content-1170 .info-code .info-code-content a:hover {
    color: #dfd100;
}

.title-description-up {
    font-size: 14px;
    color: #808285;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.9px;
    padding-bottom: 10px;
}

.menuleft {
    background-color: #fff;
    float: left;
    display: block;
    width: 3%;
    height: 100%;
    position: absolute;
    z-index: 100;
}

.margin-0 {
    margin: 0 !important;
}

.one_half.margin-0 {
    width: 50%;
}

.one_third.margin-0 {
    width: calc(100% / 3);
}

.two_third.margin-0 {
    width: calc(100% / 3 * 2);
}

.one_fourth.margin-0 {
    width: 25%;
}

.three_fourth.margin-0 {
    width: 75%;
}

a.socail-text {
    margin-right: 15px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
}

a.button {
    color: #fff !important;
    background-color: #000;
    padding: 8px 0px 8px 11px;
    display: inline-block;
    font-size: 11px;
    min-width: 170px;
    letter-spacing: 8px;
    transition: opacity .3s ease;
    text-align: center;
}

a.button:hover {
    opacity: 0.8;
}

.portfolio-content {
    margin-bottom: 100px;
}

/* ===================================
   1 .1 Tipper CSS
====================================== */

.tipper {
    width: 100%;
    min-height: 1px;
    position: absolute;
    top: -999px;
    left: -999px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s linear;
    max-width: 500px;
}

.tipper-visible {
    opacity: 1;
}

.tipper-content {
    background: #111;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
    font-size: 22px;
    margin: 0;
    padding: 10px 15px;
    position: relative;
    line-height: 28px;
    font-weight: 700;
}

.tipper-caret {
    width: 0;
    height: 0;
    content: '';
    display: block;
    margin: 0;
    position: absolute;
}

.tipper-left .tipper-content {
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.35);
}

/* ===================================
    2. Menu CSS
====================================== */

#header-main-menu {
    padding-left: 0px;
    padding-right: 30px;
    width: 41%;
    display: inline-block;
    vertical-align: top;

}

#header-main-menu.no-right-text {
    width: 100%;
}

.main-menu.sm-clean {
    background-color: transparent;
    display: inline-block;
    max-width: 90%;
}

.sm ul.secondmenu {
    left: 10px;
    padding-left: 5px;
}

.sm ul {
    padding-left: 0;
}

.sm-clean a {
    position: relative;
    font-family: Rift;
}

.sm-clean a,
.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active {
    color: #ffffff;
    padding: 10px 0px;
    font-size: 50px;
    line-height: 110%;
    font-weight: bold;
    cursor: pointer;
}

.sm-clean>li>a:after {
    content: '';
    display: block;
    width: 0px;
    height: 9px;
    background-color: #fff200;
    transition: width .3s;
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: -1;
}

.sm-clean a.current:after,
.sm-clean a:hover:after,
.sm-clean ul a:hover:after {
    width: 100%;
}

.sm-clean a span.sub-arrow {
    color: #818286 !important;
    left: -47px;
}


.sm-clean a span.sub-arrow{
    color: #818286;
}

.sm-clean a span.sub-arrow:before {
    /* display: block;
    content: '\f107';
    line-height: 32px;
    margin-left: 0px;
    color: #fff200;
    font-size: 26px; */
}

.sm-clean span.sub-arrow:before { 
    content: '' !important;
    background-image: url('../images/menu-drop-down-icon.png');
    position: absolute;
    left: 6px;
    right: 4px;
    width: 62px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 12px;
}
.secondlevel a.has-submenu span.sub-arrow:before { 
    content: '' !important;
    background-image: url('../images/menu-drop-down-icon.png');
    position: absolute;
    left: 5px;
    right: 4px;
    width: 62px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 9px;
}

ul.sub-menu {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sm-clean .sub-menu li a,
.sm-clean .children li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 10px;
    padding: 10px 0;
    letter-spacing: 0.5px;
    font-weight: normal;
}

.sm-clean .sub-menu li a:hover,
.sm-clean .sub-menu li a.current,
.sm-clean .children li a:hover,
.sm-clean .children li a.current {
    color: #fff200;

}

.menu-background-image {
    position: absolute;
    z-index: -1;
    top: 38px;
}

.menu-left-part {
    position: fixed;
    width: calc(100% - 150px);
    height: 100%;
    background-color: #818286;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 998;
    top: 0;
    left: calc(-100% - 100px);
    transition: .4s left cubic-bezier(0.22, 0.61, 0.36, 1);
    padding-left: 150px;
    padding-top: 0;
}

.menu-left-part>* {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.menu-left-part.open {
    left: 0;
}

.menu-right-part {
    position: fixed;
    width: 0;
    left: 0px;
    top: 0;
    z-index: 999;
    transition: 0.2s left cubic-bezier(0.22, 0.61, 0.36, 1), 0s 0.2s background linear;
    height: 100%;
    overflow: visible;
}

.menu-right-part.open a {
    color: black;
}

#header-main-menu .search-field {
    max-width: 480px;
    width: 90%;
    color: #fff;
    padding: 0;
    margin-top: -3px;
    font-size: 50px;
    line-height: 110%;
    font-weight: 800;
    background-color: transparent;
    border: none;
    border-bottom: 5px solid transparent;
    text-align: left;
    transition: border 0.4s ease;
    -webkit-appearance: none;
}

#header-main-menu .search-field::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

#header-main-menu .search-field::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

#header-main-menu .search-field::-webkit-search-decoration,
#header-main-menu .search-field::-webkit-search-cancel-button,
#header-main-menu .search-field::-webkit-search-results-button,
#header-main-menu .search-field::-webkit-search-results-decoration {
    display: none;
}

#header-main-menu .search-field:focus {
    border-bottom: 5px solid #b6df1e;
}

#header-main-menu .search-field::-webkit-input-placeholder {
    color: #ffffff;
    padding: 5px 0;
    font-size: 50px;
    line-height: 110%;
    font-weight: 800;
    opacity: 1;
    text-align: left;
}

#header-main-menu .search-field::-moz-placeholder {
    color: #ffffff;
    padding: 5px 0;
    font-size: 50px;
    line-height: 110%;
    font-weight: 800;
    opacity: 1;
    text-align: left;
}

#header-main-menu .search-field:-ms-input-placeholder {
    color: #ffffff;
    padding: 5px 0;
    font-size: 50px;
    line-height: 110%;
    font-weight: 800;
    opacity: 1;
    text-align: left;
}

#header-main-menu .search-field:-moz-placeholder {
    color: #ffffff;
    padding: 5px 0;
    font-size: 50px;
    line-height: 110%;
    font-weight: 800;
    opacity: 1;
    text-align: left;
}

.menu-text {
    font-size: 43px;
    line-height: 55px;
    color: #fff;
    font-weight: bolder;
}

.menu-right-text .menu-text a {
    color: #fff200;
}

.menu-right-text .menu-text a:hover {
    color: #acacac;
}

p.menu-text-title {
    color: #fff200;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.menu-right-text {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    padding-top: 0px;
    color: #fff;
}

.menu-right-text a {
    color: #fff;
}

.footer {
    position: absolute;
    top: 94%;
    clear: both;
    color: #fff;
    width: 85%;
    border-top: 1px solid #fff;
    padding-top: 20px;
}

.footer-left {
    float: left;
}

.footer-left p {
    color: #fff;
    float: left;
}

.footer-left p:first-child {
    padding-right: 10px;
}

.footer-left p a {
    color: #fff;
    text-decoration: none;
}

.footer-left p a:hover,
.footer-left p a.active {
    color: #fff200;
}

.footer-right {
    float: right;
}

.logo-holder {
    line-height: 0;
    font-size: 0;
}

.logo-holder img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

.toggle-holder {
    bottom: 20px;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 10px;
}

.open .toggle-holder {
    bottom: 18px;
}

#toggle {
    height: 52px;
    position: relative;
    transition: transform .3s linear;
    background-color: #fff;
}

.open #toggle,
.done #toggle {
    background-color: transparent;
}

#toggle:hover {
    cursor: pointer;
}

#toggle:before,
#toggle:after {
    content: '';
    height: 3px;
    width: 0;
    background: #808285;
    left: 10px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: all 0.25s;
    top: 25px;
}

#toggle:before {
    transform: translate3d(0, -8px, 0px);
}

#toggle:hover:before {
    margin-left: 9px;
}

#toggle.on:before {
    transform: rotate3d(0, 0, 1, 45deg) translate3d(0, 0, 0);
    background-color: #fff;
    margin-left: 0;
    width: 26px !important;
}

#toggle.on:after {
    transform: rotate3d(0, 0, 1, -45deg);
    background-color: #fff;
    width: 26px !important;
}

#toggle:after {
    transform: translate3d(0, 8px, 0);
}

#toggle .menu-line {
    width: 0;
    height: 3px;
    background: #808285;
    left: 10px;
    position: absolute;
    transition: all 0.25s;
    top: 25px;
}

#toggle.all-loaded .menu-line {
    width: 13px;
}

#toggle.all-loaded:before {
    width: 21px;
}

#toggle.all-loaded:after {
    width: 30px;
}

#toggle:hover .menu-line {
    margin-left: 17px;
}

#toggle.on .menu-line {
    opacity: 0;
}

/* ===================================
    9. Horizontal Slider CSS
====================================== */

.horizontal-slider {
    padding-left: 90px;
}

.horizontal-slider .swiper-slide {
    display: flex;
    align-items: center;
    width: auto;
    margin: 0 80px;
    height: calc(100vh - 0px);
}

.OurBrands {
    margin: 0 20px;
    /* padding-top: 40px; */
    height: calc(100vh - 0px);
}

.twobrands {
    margin: 0 8px;
    height: calc(100vh - 0px);
}

.horizontal-slider .gallery-slide {
    margin-right: 0;
}

.single-portfolio .horizontal-slider .swiper-slide:first-child {
    margin-left: 0px;
}

/* .swiper-wrapper .swiper-slide:first-child {
    margin-left: 20px;
} */
.swiper-wrapper .swiper-slide:last-child {
    margin-right: 0px;
}

/* .single-portfolio .horizontal-slider .swiper-slide {
    margin-left: 10px;
} */
.horizontal-slider .swiper-slide.animate-slide {
    transition: transform .3s linear;
    transform: translateX(80px);
    opacity: 0;
}

.horizontal-slider .swiper-slide.animate-slide.animate-done {
    transform: translateX(0);
    opacity: 1;
}

.horizontal-slider .swiper-slide .post-num {
    color: #000;
    position: absolute;
    bottom: -16px;
    left: -135px;
    /* transform: rotate(270deg); */
    font-size: 14px;
    font-weight: 500;
    -webkit-backface-visibility: hidden;
}

.horizontal-slider .swiper-slide .post-num span {
    font-size: 55px;
    font-weight: 700;
    color: #fff200;
    font-family: "Gilroy Black";
}

.horizontal-slider .swiper-slide span.total-num {
    font-size: 30px;
    color: #a3a3a3;
    font-weight: 700;
    font-family: Gilroy;
}

.horizontal-slider .swiper-slide h2.entry-title {
    font-size: 45px;
    line-height: 65px;
    padding: 5px 0 25px 0;
    font-weight: 700;
}

.horizontal-slider .swiper-slide .cat-links {
    color: #000000;
}

.horizontal-slider .swiper-slide .cat-links:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #000;
    vertical-align: 5px;
    margin-right: 5px;
}

.horizontal-slider .carousel-slider img {
    height: 100vh;
    max-width: none;
}

.carousel-cat-links {
    margin-left: 3px;
}

.horizontal-slider .carousel-cat-links ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.horizontal-slider .carousel-cat-links ul li {
    display: inline-block;
    margin-right: 25px;
}

.horizontal-slider .carousel-cat-links ul li:last-child {
    margin-right: 0 !important;
}

.horizontal-slider .carousel-cat-links ul li a {
    /*background-color: #b6df1e;*/
    padding: 12px 16px 10px 16px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.horizontal-slider .carousel-cat-links li.portfolio-category-2 a {
    background-color: #fff;
    color: #000;
    font-weight: 600;
}

.horizontal-slider .carousel-cat-links li.portfolio-category a {
    background-color: #fff200;
    color: #808285;
}

.horizontal-slider .carousel-item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    transform: translateY(30px);
    transition: all .3s linear;
    padding: 80px 60px;
}

.horizontal-slider .carousel-item-info h2 {
    font-size: 65px;
    line-height: 50px;
    font-weight: 700;
    z-index: 1;
    position: relative;
    color: #fff;
    padding-bottom: 0;
}

.horizontal-slider .carousel-item-info a {
    color: #fff;
    transition: opacity .3s ease;
}

.horizontal-slider .carousel-item-info a:hover {
    opacity: 0.9;
}

.horizontal-slider .carousel-item-image:hover .carousel-item-info,
.horizontal-slider .carousel-item-image:hover a.img-thumb:after,
.horizontal-slider .carousel-item-image:hover .carousel-item-image-shadow:after {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.horizontal-slider .carousel-item-image a.img-thumb:after,
.horizontal-slider .carousel-item-image .carousel-item-image-shadow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 25%, rgba(0, 0, 0, 0.34) 100%);
    width: 100%;
    height: 100%;
    transition: all .3s linear;
    opacity: 0;
}

.carousel-item-image.no-title-on-slide .carousel-item-image-shadow:after {
    display: none;
}

.horizontal-slider .swiper-slide.more-posts-portfolio {
    color: #000;
    margin-right: 0 !important;
    margin-left: 0 !important;
    cursor: pointer;
    width: 85px;
    transition: .3s;
}

.horizontal-slider .swiper-slide.more-posts-portfolio:hover {
    color: #999;
}

.horizontal-slider .portfolio-slider-load-more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 100%;
    min-width: 400px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 6px;
}

.horizontal-slider .carousel-item-text {
    max-width: 500px;
    padding-top: 30px;
}

.horizontal-slider .carousel-item-text .carousel-content {
    color: #808285;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.OurBrands-text {
    max-width: 500px;
    padding-top: 134px;
    color: #808285;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    /* max-width: 100%; */
    /* padding-top: 20px; */
}

a.viewmore {
    background-color: #fff200;
    color: #808285;
    text-transform: uppercase;
    padding: 8px 20px 7px 20px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
}

a.viewmore:hover {
    color: #fff;
}

.horizontal-slider .carousel-item-image {
    position: relative;
}

.site-wrapper .horizontal-slider .carousel-item-image img {
    max-width: none;
    max-height: none;
    height: calc(100vh - 70px);
    width: auto;
}

.horizontal-slider .post-num:before {
    content: "";
    display: inline-block;
    width: 176px;
    height: 2px;
    background-color: #a3a3a3;
    vertical-align: 4px;
    margin-right: 10px;
    margin-left: 10px;
    position: absolute;
    bottom: 0;
    left: -50px;
}

.horizontal-slider .image-1:after,
.horizontal-slider .image-2:after,
.horizontal-slider .image-3:after,
.horizontal-slider .image-4:after,
.horizontal-slider .image-5:after,
.horizontal-slider .image-6:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #fff200;
    vertical-align: 4px;
    margin-right: 10px;
    margin-left: 10px;
    position: absolute;
    bottom: 0;
}

.horizontal-slider .image-1:after {
    left: -50px;
}

.horizontal-slider .image-2:after {
    left: -25px;
}

.horizontal-slider .image-3:after {
    left: 0px;
}

.horizontal-slider .image-4:after {
    left: 25px;
}

.horizontal-slider .image-5:after {
    left: 50px;
}

.horizontal-slider .image-6:after {
    left: 84px;
}

/* ===================================
    8. Image Slider CSS
====================================== */

.simple-image-slider-pagination.swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}

.simple-image-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    vertical-align: middle;
    margin: 0 5px;
    border: 6px solid white;
}

.simple-image-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    border: 2px solid black;
    background-color: transparent;
}

/* ===================================
    4. Gallery CSS
====================================== */

.coco-gallery-item {
    float: left;
    height: calc(50vh - 35px);
    margin: 10px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

li.firstli {
    margin-right: 16px;
}

li.secondli {
    margin-left: 16px;
}

.coco-image-gallery {
    padding: 0;
    margin: 0;
    list-style: none;
}

.coco-image-gallery:after {
    content: "";
    display: block;
    clear: both;
}

.site-wrapper .coco-gallery-item img {
    height: 100%;
    transition: all .3s ease;
}

.gallery-item-text {
    position: absolute;
    bottom: 14px;
    opacity: 0;
    background-color: #f90000;
    color: #fff;
    padding: 0px 10px 0px 10px;
    transition: all .3s ease;
    text-align: center;
    margin-bottom: 10px;
    left: 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.coco-gallery-item:hover .gallery-item-text {
    opacity: 1;
    bottom: 0;
}

.black-white li.coco-gallery-item img,
li.coco-gallery-item.b-w img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.black-white li.coco-gallery-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

@media screen and (min-width: 1024px) {
    .split-gallery {
        clear: left;
    }
}

/* ===================================
    5. About Page (Split Page) CSS
====================================== */

.page-split-right {
    width: calc(50% - 100px);
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

.ourstory {
    padding-top: 100px;
}

.ourstory .title-description-up {
    padding-top: 20px;
    padding-bottom: 8px;
}

.page-split-left {
    width: calc(62vw - 270px);
    margin-left: 100px;
    margin-bottom: 100px;
}

.page-split-left p {
    color: #888787;
    line-height: 27px;
    text-align: justify;
}

.contprvacy li {
    color: #888787;
    line-height: 27px;
    text-align: justify;
}

.contprvacy p a {
    color: #000;
}

.contprvacy h3 {
    color: #808285;
    font-size: 25px;
    margin-bottom: 0;
    padding-bottom: 6px;
    padding-top: 5px;
}

.mCSB_container p {
    font-size: 17px;
}

p.margnbtm-0 {
    margin-bottom: 5px;
    margin-top: 25px;
}

.page-split-left p span {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}

.site-wrapper img.split-image {
    display: none;
    margin: 0 auto;
    width: 100%;
}

p.my-info {
    margin-bottom: 0;
}

.my-info span {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.my-info-2 span {
    color: #928f8f;
    font-weight: 600;
}
.phone-email-div{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.map-box{
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}
.map-box iframe{
    width: 100%;
    height: 100%;
}

/* ===================================
    3. Blog Page CSS
====================================== */

.blog-holder {
    width: calc(50vw - 200px);
    margin-top: 10%;
    padding-left: 100px;
}

.blog-item-holder {
    max-width: 600px;
    margin: 0 auto;
}

.blog-item-holder .entry-holder {
    display: flex;
    width: 100%;
    position: relative;
    padding: 35px 0;
    align-items: center;
    overflow: hidden;
}

.blog-item-holder .entry-holder:after {
    content: "";
    width: 90%;
    height: 1px;
    background-color: #f7f7f7;
    position: absolute;
    bottom: 0;
}

.blog-item-holder .post-thumbnail {
    position: fixed;
    width: 50vw;
    height: 100vh;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
}

.blog-featured-image-holder {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.blog-item-holder .entry-holder.active-post+.post-thumbnail {
    opacity: 1;
    visibility: visible;
}

.blog-item-holder .entry-info {
    font-size: 10px;
    margin-right: 20px;
    min-width: 150px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 20px;
    font-weight: 700;
    color: #5a5a5a;
}

.blog-item-holder h2.entry-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    padding: 0;
    word-break: break-word;
}

.more-posts-index-holder {
    min-height: 1px;
    width: calc(50vw - 200px);
    max-width: 600px;
    margin-top: 65px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.more-posts-index-wrapper {
    padding-left: 190px;
}

.more-posts {
    color: #000 !important;
    padding: 8px 0px;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 6px;
    transition: opacity .3s ease;
    cursor: pointer;
}

.more-posts:hover {
    opacity: 0.8 !important;
}

/* ===================================
    4. Single Post CSS
====================================== */

.single-post .single-post-header-content {
    margin-bottom: 50px;
}

.single-post .single-post-header-content .attachment-post-thumbnail {
    margin-left: auto;
    margin-right: auto;
}

.single-post .post-info-wrapper {
    font-size: 15px;
    color: #939393;
    width: 150px;
    margin-right: 45px;
    float: left;
    clear: left;
    min-width: 150px;
    min-height: 1px;
    margin-top: 9px;
}

.single-post .post-info-wrapper .sticky-spacer {
    position: static !important;
}

.single-post .post-info-wrapper .entry-info {
    position: relative;
}

.single-post .post-info-wrapper .entry-info>div {
    margin-bottom: 20px;
}

.single-post .post-info-wrapper .entry-info>div:last-of-type {
    margin-bottom: 0;
}

.single-post .post-info-wrapper .entry-info:after {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 3px;
    height: 100%;
    background-color: #b6df1e;
}

.single-post .post-info-wrapper a {
    color: #000000;
}

.single-post .post-info-wrapper .text-holder {
    font-size: 12px;
    color: #a0a0a0;
    letter-spacing: 3px;
    margin-bottom: 0;
    line-height: 15px;
    font-weight: 500;
}

.single-post .post-info-wrapper .text-holder+div {
    color: #000;
}

.single-post h1.entry-title {
    font-weight: 700;
    font-size: 44px;
    line-height: 55px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin: 0 auto 20px;
    width: 680px;
    float: left;
    margin-left: 195px;
    max-width: 100%;
}

.single-post .entry-info div:last-of-type:after {
    display: none;
}

.single-post .entry-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-post .entry-info ul li {
    display: inline-block;
}

.single-post .entry-info .cat-links {
    line-height: 25px;
    margin-top: 5px;
}

.single-post .entry-info .cat-links li:after {
    content: ",";
    padding-right: 5px;
}

.single-post .entry-info .cat-links ul li:last-child:after {
    display: none;
}

.single-post-featured-image {
    padding-bottom: 40px;
    width: 1300px;
    width: 680px;
    float: left;
}

.single-post .entry-content {
    font-size: 15px;
    line-height: 30px;
    color: #000;
    width: 680px;
    float: left;
    margin: 0 auto;
    max-width: 100%;
}

.single .nav-links {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    margin: 32px auto 20px;
    text-align: center;
    display: table;
    right: 20px;
    z-index: 99;
}

.single .nav-links>a {
    background-color: rgb(128, 130, 133, 0.8);
    display: block;
    margin: 0;
    margin: 5px 10px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
}

.single .nav-links>a:hover {
    background-color: #fff200;
}

.single .nav-links>a span {
    color: #fff;
    font-size: 30px;
    width: 55px;
    height: 90px;
    text-align: center;
    line-height: 55px;
}

.right-arrow>i {
    background-color: rgb(128, 130, 133, 0.8);
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 999;
    color: #fff;
    font-size: 30px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
    line-height: 55px;
    text-align: center;

}

.right-arrow>i:hover {
    background-color: #fff200;
}

/* ===================================
    6. Contact Page CSS
====================================== */

.cfh {
    margin-top: -100px;
}

.contact .cfh {
    margin-top: -107px;
}

.contact-form {
    max-width: 500px;
    margin: 0 auto;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea,
.contact-form select {
    border: 0;
    border-bottom: 2px solid;
    padding-top: 13px;
    padding-bottom: 0px;
    margin: 10px 0;
    height: 28px;
    font-size: 15px;
    width: 100%;
    line-height: 25px;
    margin-bottom: 5px;
    font-family: Gilroy;
    border-radius: 0px !important;
}

.contact-form input[name="your-name"] {
    margin-top: 0;
    padding-top: 0;
}

.contact-form textarea {
    height: 175px;
    resize: vertical;
}

.contact-form input[type=submit] {
    display: inline-block;
    border: none;
    text-align: center;
    padding: 20px 0px;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 5px;
    vertical-align: middle;
    text-decoration: none;
    background: #fff200;
    color: #808285;
    width: 100%;
    transition: opacity .3s ease;
}

.contact-form input[type=submit]:hover {
    opacity: 0.8;
}

.contact-form select {
    height: 40px;
    outline: none;
    background-image: url(../images/down-arrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.contact-form select option {
    height: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #818286;
    color: #fef200 !important;
    font-size: 13px;
    font-family: Gilroy;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-transform: uppercase;
}

.contact-form select option:hover {
    background-color: #fff !important;
    color: #f90000 !important;
}

.contact-form input[type=text]::-webkit-input-placeholder,
.contact-form input[type=email]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder,
.contact-form select {
    font-family: Gilroy;
    color: #404040;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
}

.contact-form input[type=text]::-moz-placeholder,
.contact-form input[type=email]::-moz-placeholder,
.contact-form textarea::-moz-placeholder,
.contact-form select,
.contact-form select option {
    font-family: Gilroy;
    color: #404040;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    opacity: 1;
    text-transform: capitalize;
}

.contact-form input[type=text]:-ms-input-placeholder,
.contact-form input[type=email]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder,
.contact-form select {
    font-family: Gilroy;
    color: #404040;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
}

.contact-form input[type=text]:-moz-placeholder,
.contact-form input[type=email]:-moz-placeholder,
.contact-form textarea:-moz-placeholder,
.contact-form select {
    font-family: Gilroy;
    color: #404040;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    opacity: 1;
    text-transform: uppercase;
}

.desktop-footer{
    display: block;
}
.mobile-footer{
    display: none;
}

.flex-footer{
    display: flex;
    justify-content: space-between;
}
.big-text-two span{
    display: block;
}
.slick-brands-image-slider{
    display: none !important; 
}

/* Contact tab css */

.tabs .our-story{
    left: -107px;
}
.tabs .sub-menu-right li.active a{
    color: #222222;
}
.tabs .google-link{
    margin-bottom: 16px;
    display: inline-block;
}
.tabs .google-link:hover{
    color: #dfd100;
}
.tab-panel {
    display: none;
}
.tab-panel.active {
    display: block;
}




/* ===================================
    9. Responsive CSS
====================================== */

@media screen and (max-width: 1360px) {
    .single-post h1.entry-title {
        margin-left: auto;
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }

    .single-post .post-info-wrapper {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .single-post .post-info-wrapper .sticky-spacer {
        width: 100% !important;
        height: auto !important;
    }

    .single-post .post-info-wrapper .entry-info {
        position: relative !important;
        top: 0 !important;
    }

    .single-post .post-info-wrapper .entry-info:after {
        display: none;
    }

    .single-post .post-info-wrapper .entry-info>div {
        display: inline-block;
        margin: 0 20px;
    }

    .single-post .entry-content {
        float: none;
    }

    .more-posts-index-holder,
    .blog-holder {
        width: calc(70vw - 200px);
    }

    .blog-item-holder .post-thumbnail {
        width: 30vw;
    }

    .page-split-left {
        width: calc(58vw - 200px);
        margin-left: 150px;
        margin-bottom: 30px;
    }

}


@media screen and (max-width: 1100px) and (orientation : landscape) {
    .content-404{
        background-image: url(../images/404-error-bg-landscape.jpg);
    }
    .content-403-img{
        background-image: url(../images/403-error-bg-landscape.jpg);
    }
    .footer{ 
        width: 82%;
    }
    .no-horizontal-slider-ipad{
        transform: translate3d(0px, 0px, 0px) !important;
        display: block !important;
        margin-top: 100px;
        margin-left: 25px;
        margin-right: 25px;
        text-align: center;
        max-width: calc(100% - 50px);
    }
    
    .horizontal-slider .brand-desktop-gallery-slider{
        display: none !important;
    }
    .slick-brands-image-slider{
        display: block !important;
        width: 100%;
    }
    .twobrands {
        margin: 0 8px;
        height: 100%; 
        width: 100%; 
        margin-top: 30px;
    }
    .OurBrands-text {
        max-width: 100%;
        padding-top: 0px; 
        text-align: center;
        margin-bottom: 21px;
    }
    .twobrands .big-text{
        font-size: 65px;
        text-align: center;
        line-height: 32px;
        margin-top: 10px;
    }
    .twobrands .p{
        margin-bottom: 6px;
    } 
}


@media screen and (max-width: 1024px) {
   
    #header-main-menu {
        padding-right: 0px;
    }

    .menu-right-text {
        padding-top: 0;
    }

    .menu-text {
        font-size: 35px;
        line-height: 120%;
    }

    .phone-email-div{
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
}

@media screen and (max-width: 1020px) and (orientation:portrait) {

    ul.sub-menu {
        padding-top: 3px !important; 
    }
    .content-404{
        background-image: url(../images/404-error-bg-portrait.jpg);
    }

    .content-403-img{
        background: url(../images/403-error-bg-landscape.jpg) #171717 no-repeat; 
        background-position: center -49px;
        background-size: contain;
    }
    .cont403 {
        top: 42%;
    }

    .mobile-bottom-footer-menu{
        /* position: absolute !important; 
        width: 100%; 
        top: auto !important;
        bottom: 0px;  */
        margin-top: 20%;
    }

    .footer{ 
        width: 82%;
    }
    .cont404 h1 {  
        margin-bottom: -10px;
        margin-top: -4px;
        line-height: 50px;
        font-size: 42px;
    }
    .cont403 h1 {
        margin-bottom: -10px !important;
        margin-top: -4px !important;
        line-height: 50px;
        font-size: 42px;
    }

    .big-text-two span {
        display: initial;
    }
    .contact-form{
        max-width: 100%;
        margin: inherit;
        overflow:hidden;
    }
    .contact-form-ipad-mobile{
        overflow:hidden;
    }
    .page-template-default .big-text {
        line-height: 18px;
        padding-top: 18px; 
        padding-bottom: 29px;
    }
    .site-content {
        margin-top: 100px;
    }

    .right-arrow {
        display: none;
    }

    .page-template-default .content-right-holder {
        width: 95%;
        padding: 0;
    }

    .header-logo {
        transition: transform .3s linear;
        top: 0;
        left: 0;
    }

    .menu-right-part.open.done .header-logo-mobile {
        display: none;
    }

    .menu-right-part.open.done .header-logo-small {
        top: 12px;
        left: 9px;
    }

    .footer-right {
        float: left;
        width: 100%;
        padding-bottom: 20px;
    }

    .footer-right img {
        margin: 0px auto;
    }

    .header-logo-mobile {
        display: block;
    }

    .menu-right-part {
        width: 100%;
        height: auto;
        min-height: 100px;

    }

    #toggle {
        padding: 0;
    }

    .content-404 {
        max-width: 100%;
        float: left;
    }

    .content {
        height: auto !important;
    }

    .toggle-holder {
        right: 0;
        top: 24px;
        bottom: auto;
        left: auto;
    }

    .menuleft {
        background-color: transparent;
    }

    .single-portfolio .header-logo,
    .page-template-split .header-logo {
        top: 0;
        left: 0;
    }

    .horizontal-slider {
        padding-left: 0;
    }

    #header-main-menu {
        /* width: 75% !important;
        display: block; */
        width: 100% !important;  
        display: flex; 
        justify-content: center;
    }

    .menu-left-part {
        /* padding-top: 100px;
        height: calc(100% - 100px);
        padding-left: 12%;
        padding-right: 12%;
        width: 90%; */
        padding-top: 100px;
        height: calc(100% - 100px);
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
    .main-menu.sm-clean { 
        max-width: 241px;
        margin-left: 64px;
    }
   

    .menu-left-part>* {
        position: relative;
        top: 0;
        transform: none;
    }

    .menu-right-text {
        /* display: block;
        width: 75%;
        margin-left: 50px;
        margin-top: 40px;
        margin-bottom: 40px; */ 

        display: block;
        width: 72%; 
        text-align: center;
        margin: 0 auto;
        padding-top: 19px;
    }

    #line { 
        top: 2%;
        clear: both;
        color: #fff; 
        border-top: 1px solid #fff; 
        left: 0px;
    }  
    
    .mobile-footer a{
        color: #fff;
    }

    .footer {
        width: 72%;
        text-align: center; 
        margin: 0 auto;
    }
  
    .fluid-width-video-wrapper {
        height: 50vh !important;
    }

    .partner .swiper-slide {
        text-align: center;
    }

    .partner .content-1170 {
        max-width: 80%;
    }

    .linkbottom ul {
        padding-left: 0px;
        padding-top: 15px !important;
        margin-top: 0px;
        padding-bottom: 8px;
    }

    .linkbottom li {
        padding: 0px 5px 0px 5px !important;
    }

    .tipper {
        display: none !important;
    }

    .more-posts-index-holder,
    .blog-holder {
        width: 95%;
        padding: 0;
        margin: 50px auto;
        text-align: center;
    }

    .more-posts-index-wrapper {
        padding: 0;
    }

    .blog-item-holder .entry-info {
        margin: 0;
    }

    .blog-item-holder .entry-holder {
        opacity: 1;
        padding: 25px 0;
    }

    .blog-item-holder .post-thumbnail {
        display: none;
    }

    .blog-item-holder .entry-holder {
        display: block;
    }

    .one_half,
    .one_third,
    .one_fourth,
    .two_third,
    .three_fourth {
        width: 100% !important;
        float: none;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
        text-align: left;
    }

    .cfh {
        margin-top: 0;
    }

    .img-right {
        margin-right: auto;
    }

    .big-text {
        font-size: 65px;
        text-align: center;
        line-height: 65px;
    }

    .sub-menu-right {
        display: none !important;
    }

    .title-description-up {
        text-align: center !important;
    }

    .partner .one_third {
        margin-top: 30px;
    }

    .ourstory .title-description-up {
        text-align: center;
    }

    .ourstory {
        padding-top: 20px;
    }

    .coco-gallery-item,
    .site-wrapper .coco-gallery-item img {
        height: auto;
        max-width: 100%;
    }

    .coco-gallery-item {
        margin-left: auto;
        margin-right: auto;
        float: none;
        display: table;
        margin-bottom: 70px;
    }

    li.firstli {
        margin-right: 0;
    }

    li.secondli {
        margin-left: 0;
    }

    p.gallery-item-text {
        position: relative;
        opacity: 1;
        bottom: 0;
    }

    .page-split-left {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 95%;
        text-align: center;
    }

    .page-split-right {
        width: 100%;
        position: relative;
        background-image: none !important;
    }

    .page-split-right img.split-image {
        display: block;
    }

    .horizontal-slider .no-horizontal-slider {
        display: block !important;
        margin-top: 100px;
        margin-left: 25px;
        margin-right: 25px;
        text-align: center;
        max-width: calc(100% - 50px);
    }

    .horizontal-slider .no-horizontal-slider .swiper-slide {
        display: block !important;
        height: auto;
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
    }

    .horizontal-slider .no-horizontal-slider .brand-desktop-gallery-slider{
        display: none !important;
    }
    .slick-brands-image-slider{
        display: block !important;
    }
    .twobrands {
        margin: 0 8px;
        height: 100%; 
        width: 100%; 
    }
    .OurBrands-text {
        max-width: 100%;
        padding-top: 0px; 
        text-align: center;
        margin-bottom: 21px;
    }
    .twobrands .big-text{
        font-size: 65px;
        text-align: center;
        line-height: 32px;
        margin-top: 10px;
    }
    .twobrands .p{
        margin-bottom: 6px;
    }

    .single-portfolio .horizontal-slider .swiper-slide:first-child {
        margin-left: 0;
    }

    .horizontal-slider .no-horizontal-slider .carousel-item-text {
        max-width: 100%;
        padding-top: 20px;
    }

    .horizontal-slider .no-horizontal-slider .post-num {
        display: none;
    }

    .horizontal-slider .no-horizontal-slider .carousel-item-image img {
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
    }

    .horizontal-slider .no-horizontal-slider .carousel-item-info {
        position: relative;
        opacity: 1;
        padding: 0;
        transform: none !important;
        margin-top: 25px;
        visibility: visible;
    }

    .horizontal-slider .no-horizontal-slider .carousel-item-info h2 {
        font-size: 35px;
        line-height: 120%;
        padding: 0;
        color: #000;
    }

    .horizontal-slider .no-horizontal-slider .carousel-item-info h2 a {
        color: #000;
    }

    .horizontal-slider .no-horizontal-slider .carousel-cat-links ul {
        margin-bottom: 20px;
    }

    .horizontal-slider .no-horizontal-slider .carousel-cat-links ul li {
        margin: 5px 25px 0 0;
    }

    .horizontal-slider .no-horizontal-slider .carousel-cat-links ul li a {
        font-size: 13px;
    }

    .horizontal-slider .no-horizontal-slider .carousel-item-image a.img-thumb:after,
    .horizontal-slider .no-horizontal-slider .carousel-item-image .carousel-item-image-shadow:after {
        display: none;
    }

    .horizontal-slider .no-horizontal-slider .swiper-slide.more-posts-portfolio {
        margin-left: 0 !important;
        width: auto;
        margin-bottom: 30px;
        display: inline-block !important;
    }

    .horizontal-slider .no-horizontal-slider .portfolio-slider-load-more {
        transform: none;
        position: relative;
        top: 0;
        left: 0;
        min-width: 0;
        padding: 17px 40px;
        text-align: left;
    }

    .horizontal-slider .no-horizontal-slider .swiper-slide.animate-slide {
        transform: translateY(100px);
    }

    .horizontal-slider .no-horizontal-slider .swiper-slide.animate-slide.animate-done {
        transform: translateY(0);
    }

    .portfolio-content {
        width: 95%;
        padding: 0;
        margin: 0 auto;
    }
    .menu-left-part { 
        left: calc(-100% - 140px);
    }
    .desktop-footer{
        display: none;
    }
    .mobile-footer{
        display: block;
    }

    .tabs .sub-menu-right{
        display: block !important;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding: 0;
        margin-bottom: 20px; 
        z-index: 1;
    }
    .tabs .sub-menu-right ul{
        display: flex;
    }
    .tabs .sub-menu-right li{
        float: none;
    }
    .tabs .sub-menu-right li:first-child{
        padding-left: 0; 
    }
}



@media only screen and (width: 768px) and (height: 1024px) and (orientation:portrait) {
    
    .right-arrow {
        display: none;
    }

    a.viewmore {
        display: table;
        margin: 0px 134px;
    }

    .coco-gallery-item {
        display: block;
        top: -500px;
    }

    .site-wrapper .coco-gallery-item img {
        width: 100%;
        height: auto;
    }

    .contact .content-1170 {
        padding-top: 0px !important;
        margin-top: 0px;
    }

    .contact .cfh {
        margin-top: 0;
    }

    .contact-form {
        max-width: 600px;
        margin-top: -58px;
    }

    .contact-form input[type=text],
    .contact-form input[type=email],
    .contact-form textarea,
    .contact-form select {
        border: 0;
        border-bottom: 2px solid;
        padding-top: 13px;
        padding-bottom: 0px;
        margin: 10px 0;
        height: 28px;
        font-size: 15px;
        width: 100%;
        line-height: 25px;
        margin-bottom: 5px;
        font-family: Gilroy;
    }

    .contact-form input[name="your-name"] {
        margin-top: 0;
        padding-top: 0;
    }

    .contact-form textarea {
        height: 175px;
        resize: vertical;
    }

    .contact-form input[type=submit] {
        display: inline-block;
        border: none;
        text-align: center;
        padding: 20px 0px;
        font-size: 20px;
        cursor: pointer;
        margin-bottom: 5px;
        vertical-align: middle;
        text-decoration: none;
        background: #fff200;
        color: #808285;
        width: 100%;
        transition: opacity .3s ease;
    }

    .contact-form input[type=submit]:hover {
        opacity: 0.8;
    }

    .contact-form select {
        height: 40px;
        outline: none;
        background-image: url(../images/down-arrow.jpg);
        background-repeat: no-repeat;
        background-position: right center;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .contact-form select option {
        height: 40px;
        padding-bottom: 10px;
        padding-top: 10px;
        background-color: #818286;
        color: #fef200 !important;
        font-size: 13px;
        font-family: Gilroy;
        -moz-appearance: none;
        -webkit-appearance: none;
        text-transform: uppercase;
    }

    .contact-form select option:hover {
        background-color: #fff !important;
        color: #f90000 !important;
    }

    .contact-form input[type=text]::-webkit-input-placeholder,
    .contact-form input[type=email]::-webkit-input-placeholder,
    .contact-form textarea::-webkit-input-placeholder,
    .contact-form select {
        font-family: Gilroy;
        color: #404040;
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        text-transform: uppercase;
    }

    .contact-form input[type=text]::-moz-placeholder,
    .contact-form input[type=email]::-moz-placeholder,
    .contact-form textarea::-moz-placeholder,
    .contact-form select,
    .contact-form select option {
        font-family: Gilroy;
        color: #404040;
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        opacity: 1;
        text-transform: capitalize;
    }

    .contact-form input[type=text]:-ms-input-placeholder,
    .contact-form input[type=email]:-ms-input-placeholder,
    .contact-form textarea:-ms-input-placeholder,
    .contact-form select {
        font-family: Gilroy;
        color: #404040;
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        text-transform: uppercase;
    }

    .contact-form input[type=text]:-moz-placeholder,
    .contact-form input[type=email]:-moz-placeholder,
    .contact-form textarea:-moz-placeholder,
    .contact-form select {
        font-family: Gilroy;
        color: #404040;
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        opacity: 1;
        text-transform: uppercase;
    }

    .content-1170 .title-description-up {
        margin-bottom: -20px;
    }

    .contprvacy h3 {
        text-align: left;
    }

    .contprvacy li {
        text-align: justify;
    }

    .big-text {
        font-size: 65px;
        text-align: center;
        line-height: 65px;
        margin-bottom: 5px;
        padding-top: 0;
        color: #808285;
        margin-left: -4px;
    }

    .big-text br {
        display: none;
    }

    .cont404 {
        top: 55%;
    }

    .menu-left-part {
        padding-top: 145px;
        padding-left: 10%;
    }

    .footer {
        width: 115%;
        text-align: center;
        left: -37px;
    }

    .footer-left {
        width: 100%;
    }

    .footer-left p {
        text-align: center;
        width: 100%;
        clear: both;
    }

    .footer-left p:first-child {
        margin-bottom: 0px;
    }

    .footer-right {
        float: left !important;
        width: 100%;
        text-align: center;
    }

    .footer-right img {
        display: initial !important;
    }

    .desktop-footer{
        display: none;
    }
    .mobile-footer{
        display: block;
    }

}

@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 767px) {

    #landscape-mobile-error {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: block;
    }

    #Brandbox {
        display: none;
    }
}

@media screen and (orientation: landscape) and (min-device-width: 200px) and (max-device-width: 1024px) {
    .horizontal-slider .no-horizontal-slider .brand-desktop-gallery-slider{
        display: none !important;
    }
    .slick-brands-image-slider{
        display: block !important;
    }
    .twobrands {
        margin: 0 8px;
        height: 100%; 
        width: 100%; 
    }
    .OurBrands-text {
        max-width: 100%;
        padding-top: 0px; 
        text-align: center;
        margin-bottom: 21px;
    }
    .twobrands .big-text{
        font-size: 65px;
        text-align: center;
        line-height: 32px;
        margin-top: 10px;
    }
    .twobrands .p{
        margin-bottom: 6px;
    } 
}

@media all and (width: 1024px) and (height: 768px) and (orientation:landscape) { 
    .header-logo {
        top: 12px;
        left: 6px;
    }

    .partner .two_third {
        width: 100%;
    }

    .partner .one_third {
        width: 100%;
    }

    .brand-std {
        top: -484px;
        margin-left: 664px;
    }

    .OurBrands {
        margin: 0 36px;
        /* padding-top: 40px; */
        height: calc(100vh - 0px);
    }

    .gossip-shoes {
        top: -354px;
        margin-left: 664px;
    }

    .pmpl {
        top: -454px;
        margin-left: 664px;
    }

    .first-row-img img {
        width: 150px;
        height: calc(50vh - 35px);
    }


    .second-row-img img {
        width: 230px;
    }

    .OurBrands {
        margin: 0 -32px;
        /* padding-top: 40px; */
        /* height: calc(100vh - 0px); */
    }

    .coco-gallery-item {
        float: left;
        height: calc(40vh - 102px);
        margin: 10px;
        /* margin-left: -10px; */
    }

    .contact-form textarea {
        height: 205px;
    }

    .contact-form input[type=text],
    .contact-form input[type=email],
    .contact-form textarea,
    .contact-form select {
        border: 0;
        border-bottom: 2px solid;
        padding-top: 13px;
        padding-bottom: 0px;
        margin: 10px 0;
        height: 28px;
        font-size: 15px;
        width: 100%;
        line-height: 25px;
        margin-bottom: 5px;
        font-family: Gilroy;
    }

    .contact-form input[name="your-name"] {
        margin-top: 0;
        padding-top: 0;
    }

    .contact-form textarea {
        height: 175px;
        resize: vertical;
    }

    .contact-form input[type=submit] {
        display: inline-block;
        border: none;
        text-align: center;
        padding: 20px 0px;
        font-size: 20px;
        cursor: pointer;
        margin-bottom: 5px;
        vertical-align: middle;
        text-decoration: none;
        background: #fff200;
        color: #808285;
        width: 100%;
        transition: opacity .3s ease;
    }

    .contact-form input[type=submit]:hover {
        opacity: 0.8;
    }

    .contact-form select {
        height: 40px;
        outline: none;
        background-image: url(../images/down-arrow.jpg);
        background-repeat: no-repeat;
        background-position: right center;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .contact-form select option {
        height: 40px;
        padding-bottom: 10px;
        padding-top: 10px;
        background-color: #818286;
        color: #fef200 !important;
        font-size: 13px;
        font-family: Gilroy;
        -moz-appearance: none;
        -webkit-appearance: none;
        text-transform: uppercase;
    }

    .contact-form select option:hover {
        background-color: #fff !important;
        color: #f90000 !important;
    }

    .contact-form input[type=text]::-webkit-input-placeholder,
    .contact-form input[type=email]::-webkit-input-placeholder,
    .contact-form textarea::-webkit-input-placeholder,
    .contact-form select {
        font-family: Gilroy;
        color: #404040;
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        text-transform: uppercase;
    }

    .contact-form input[type=text]::-moz-placeholder,
    .contact-form input[type=email]::-moz-placeholder,
    .contact-form textarea::-moz-placeholder,
    .contact-form select,
    .contact-form select option {
        font-family: Gilroy;
        color: #404040;
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        opacity: 1;
        text-transform: capitalize;
    }

    .contact-form input[type=text]:-ms-input-placeholder,
    .contact-form input[type=email]:-ms-input-placeholder,
    .contact-form textarea:-ms-input-placeholder,
    .contact-form select {
        font-family: Gilroy;
        color: #404040;
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        text-transform: uppercase;
    }

    .contact-form input[type=text]:-moz-placeholder,
    .contact-form input[type=email]:-moz-placeholder,
    .contact-form textarea:-moz-placeholder,
    .contact-form select {
        font-family: Gilroy;
        color: #404040;
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        opacity: 1;
        text-transform: uppercase;
    }

    .toggle-holder {
        left: 1px;
    }

    .content-404 {
        max-width: 74%;
    }

    .footer-left {
        width: 100%;

    }

    .footer {
        width: 115%;
        text-align: center;
        left: -37px;
    }

    .footer-left p {
        text-align: center;
        width: 100%;
        clear: both;

    }

    .footer-left p:first-child {
        margin-bottom: 0px;
    }

    .footer-right {
        float: left !important;
        width: 100%;
        text-align: center;
    }

    .footer-right img {
        display: initial !important;
    }

}

 

@media screen and (max-width: 650px) {
    .content-403-img{
        background: url(../images/403-error-bg-portrait.jpg) #171717 no-repeat;
        background-position: center -119px;
    }
    .cont404-last-para{
        width: 100%;  
    }
    .cont403{
        top: 64%;
    }
    .content403-big-text{
        width: 100%;
    }
    .single-post h1.entry-title {
        font-size: 34px;
        line-height: 40px;
    }

    a.socail-text {
        font-size: 16px;
    }

    .menu-text {
        font-size: 24px;
        line-height: 120%;
    }

    .sm-clean a span.sub-arrow {
        font-size: 45px !important;
        margin-left: 42px;
    }

    #random_quotes p {
        font-size: 20px;
        color: #fff;
        font-weight: bolder;
        text-align: center;
        line-height: 38px !important;
        /* margin-left: -80px; */
    }

    #random_quotes p span {
        color: #fff200;
        font-weight: bolder;
        font-size: 20px;
        text-align: center;
        margin-left: 0px;
    }

    #random_quotes h3 {
        color: #fff;
        margin-bottom: 0;
        padding-bottom: 0px;
        font-size: 22px;
        /* margin-left: 30px; */
        text-align: center;
    }

    .sm-clean .sub-menu li a,
    .sm-clean .children li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 10px;
        padding: 10px 0;
        letter-spacing: 0.5px;
        font-weight: normal;
        /* left: 56px; */
        left: 25px;
    }

    .sm-clean li.secondlevel a span.sub-arrow {
        width: 25px;
        height: 25px;
        left: -74px;
        top: 20px;
    }
    
    .menu-right-text { 
        width: 92%;
        padding-top: 20%;
    }
    .footer {
        width: 92%;
    }

    .footer-left p:first-child {
        padding-right: 0px;
        font-size:12px;
        margin-left:28px;
    }
    
    .footer-left p {
        color: #fff;
        float: left;
        font-size:12px;
        margin-left:26px;
    }
    
    .footer-right img {
        margin: -44px 270px;
    }


    .sm-clean a span.sub-arrow {
        color: #818286;
        left: -85px;
    }

    .menu-left-part {
        /* padding-top: 100px;
        height: calc(100% - 100px);
        padding-left: 12%;
        padding-right: 12%;
        width: 90%; */
        padding-top: 100px;
        height: calc(100% - 100px);
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .main-menu.sm-clean { 
        max-width: 200px;
        margin-left: 64px;
    }

    .line {
        position: absolute;
        top: 94%;
        clear: both;
        color: #fff;
        width: 85%;
        border-top: 1px solid #fff;
        padding-top: 20px;
    }

    .line-left {
        float: left;
    }

    .sm-clean a,
    .sm-clean a:hover,
    .sm-clean a:focus,
    .sm-clean a:active {
        font-size: 26px;
        /* padding: 10px 28px; */
        /* text-align: center; */
        left: 22px;
        line-height: 1;
    }

    .sm-clean>li>a:after {
        height: 6px;
        left: 0px;
    }

    #header-main-menu .search-field {
        font-size: 40px;
    }

    #header-main-menu .search-field::-webkit-input-placeholder {
        font-size: 40px;
    }

    #header-main-menu .search-field::-moz-placeholder {
        font-size: 40px;
    }

    #header-main-menu .search-field:-ms-input-placeholder {
        font-size: 40px;
    }

    #header-main-menu .search-field:-moz-placeholder {
        font-size: 40px;
    }

    blockquote:before {
        position: relative;
        margin-top: 70px;
        top: -30px;
        width: 70px;
        height: 55px;
        margin-left: auto;
        margin-right: auto;
    }

    blockquote p {
        margin-left: 0;
        max-width: 100%;
        text-align: center;
        display: block !important;
        margin: 0 auto;
    }

    blockquote cite {
        text-align: center;
    }

    .single-post .post-info-wrapper .entry-info>div {
        display: block;
        margin: 10px 0;
    }

    .simple-image-slider-pagination.swiper-pagination {
        margin-bottom: 15px;
    }

    .single-post-header-content .simple-image-slider-pagination.swiper-pagination {
        margin-bottom: 5px;
    }
    .map-box{height: 150px;}
}


@media screen and (max-width: 400px) {
    .contact .content-1170 h1 {
        font-size: 53px;
    }
    .twobrands .big-text{
        font-size: 53px;
    }
    /* .secondmenu{
        display: block;
    } */
    .about-menu{
        width: 100px;
    }
}
.sub-menu-right {
    position: fixed;
    left: -127px;
    top: 51%;
    -moz-top: 51%;
    z-index: 999;
    transition: 0.2s left cubic-bezier(0.22, 0.61, 0.36, 1), 0s 0.2s background linear;
    overflow: visible;
    transform: rotate(270deg);
    /* W3C */
    -webkit-transform: rotate(270deg);
    /* Safari & Chrome */
    -moz-transform: rotate(270deg);
    /* Firefox */
    -ms-transform: rotate(270deg);
    /* Internet Explorer */
    -o-transform: rotate(270deg);
    /* Opera */
    display: block;
}

.open .sub-menu-right {
    display: none;
}

.sub-menu-right ul {
    margin: 0px;
    padding-left: 0px;
}

.sub-menu-right li {
    float: left;
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
}

.sub-menu-right li a {
    color: #a0a0a0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font: -webkit-control;
    letter-spacing: 2px;
    font-family: Gilroy;
}

.sub-menu-right li a.active {
    color: #222222;
    text-decoration: none;
}

.sunmenu-small {
    left: -188px;
}

.sunmenu-small li {
    padding-left: 4px;
    padding-right: 4px;
}

.sunmenu-small-2 {
    left: -174px;
}

.sunmenu-small-2 li {
    padding-left: 10px;
    padding-right: 10px;
}

.our-story {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    left: -134px;
    justify-content: center;
    top: 52%;
}

p.contact-submit-holder {
    margin-bottom: 0;
}

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

.linkbottom {
    float: left;
    width: 100%;
    text-align: center;
    justify-items: center;
    position: relative;
    display: grid;
}

.linkbottom ul {
    padding-top: 0;
    margin-top: 0;
}

.linkbottom li {
    float: left;
    list-style-type: none;
    padding: 0px 20px 0px 20px;
    line-height: 14px;
}

.linkbottom li a {
    font-size: 15px;
    color: #a0a0a0;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Gilroy;
}

.linkbottom li a:hover {
    color: #dfd100;
}

.linkbottom li a.active {
    color: #222222;
    text-decoration: none;
}

#random_quotes h3 {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0px;
    font-size: 22px;

}

#random_quotes p {
    font-size: 30px;
    line-height: 55px;
    color: #fff;
    font-weight: bolder;


}

#random_quotes p span {
    color: #fff200;
    font-weight: bolder;
    font-size: 30px;


}

#random_quotes .row {
    display: flex;
    flex-wrap: wrap;
}

#random_quotes #random_quotes .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

#random_quotes .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.contact .content-1170 {
    width: 1170px;
    max-width: 79%;
    padding-top: 0px;
    padding-left: 0px;
}

/* 
  You want a simple and fancy tooltip?
  Just copy all [data-tooltip] blocks:
*/

[data-tooltip] {
    position: relative;
    z-index: 10;
}

/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    bottom: calc(100% + 5px);
    pointer-events: none;
    transition: 0.2s;
    will-change: transform;
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
    content: attr(data-tooltip);
    padding: 10px 18px;
    min-width: 50px;
    max-width: 300px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 14px;
    /*   font-size: 0.73rem; */
    background-color: rgba(59, 72, 80, 0.9);
    background-image: linear-gradient(30deg,
            rgba(59, 72, 80, 0.44),
            rgba(59, 68, 75, 0.44),
            rgba(60, 82, 88, 0.44));
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    transform: translate(-50%, -5px) scale(0.5);
}

/* Tooltip arrow */
[data-tooltip]:after {
    content: '';
    border-style: solid;
    border-width: 5px 5px 0px 5px;
    border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
    transition-duration: 0s;
    /* If the mouse leaves the element, 
                              the transition effects for the 
                              tooltip arrow are "turned off" */
    transform-origin: top;
    /* Orientation setting for the
                              slide-down effect */
    transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}

/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
    transition-delay: 0.3s;
    transform: translate(-50%, -5px) scale(1);
}

/* Slide down effect only on mouseenter (NOT on mouseleave) */
[data-tooltip]:hover:after {
    transition-delay: 0.5s;
    /* Starting after the grow effect */
    transition-duration: 0.2s;
    transform: translateX(-50%) scaleY(1);
}

/*
  That's it.
*/






/*
  If you want some adjustability
  here are some orientation settings you can use:
*/

/* LEFT */
/* Tooltip + arrow */
[data-tooltip-location="left"]:before,
[data-tooltip-location="left"]:after {
    left: auto;
    right: calc(100% + 5px);
    bottom: 50%;
}

/* Tooltip */
[data-tooltip-location="left"]:before {
    transform: translate(-5px, 50%) scale(0.5);
}

[data-tooltip-location="left"]:hover:before {
    transform: translate(-5px, 50%) scale(1);
}

/* Arrow */
[data-tooltip-location="left"]:after {
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
    transform-origin: left;
    transform: translateY(50%) scaleX(0);
}

[data-tooltip-location="left"]:hover:after {
    transform: translateY(50%) scaleX(1);
}



/* RIGHT */
[data-tooltip-location="right"]:before,
[data-tooltip-location="right"]:after {
    left: calc(100% + 5px);
    bottom: 50%;
}

[data-tooltip-location="right"]:before {
    transform: translate(5px, 50%) scale(0.5);
}

[data-tooltip-location="right"]:hover:before {
    transform: translate(5px, 50%) scale(1);
}

[data-tooltip-location="right"]:after {
    border-width: 5px 5px 5px 0px;
    border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
    transform-origin: right;
    transform: translateY(50%) scaleX(0);
}

[data-tooltip-location="right"]:hover:after {
    transform: translateY(50%) scaleX(1);
    width: auto !important;
}



/* BOTTOM */
[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
    top: calc(100% + 5px);
    bottom: auto;
}

[data-tooltip-location="bottom"]:before {
    transform: translate(-50%, 5px) scale(0.5);
}

[data-tooltip-location="bottom"]:hover:before {
    transform: translate(-50%, 5px) scale(1);
}

[data-tooltip-location="bottom"]:after {
    border-width: 0px 5px 5px 5px;
    border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
    transform-origin: bottom;
}


/* Settings that make the pen look nicer */

@keyframes moveFocus {
    0% {
        background-position: 0% 100%
    }

    100% {
        background-position: 100% 0%
    }
}

/* Thumbnail settings */
@media (max-width: 750px) {

    [data-tooltip]:after {
        bottom: calc(100% + 3px);
    }

    [data-tooltip]:after {
        border-width: 7px 7px 0px 7px;
    }
}

@-moz-document url-prefix() {
    .contact-form select option {
        text-transform: uppercase;
    }

}



@-moz-document url-prefix() {
    .sub-menu-right {
        left: -128px;
        top: 51%;
        font-size: 12px;
        padding-left: 6px;
        padding-left: 6px;
    }
}

@-moz-document url-prefix() {
    .sunmenu-small {
        left: -176px;

    }

}

@-moz-document url-prefix() {
    .sunmenu-small-2 {
        left: -164px;
    }
}

@-moz-document url-prefix() {
    .our-story {
        left: -123px;
        top: 52%;

    }

}

.slick-slide{
    padding: 0px 5px;
}
.slick-dots li button::before { 
    font-size: 25px !important;
}

.mobile-footer p a:hover, .mobile-footer p a.active {
    color: #fff200;
}
