@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
@font-face {
    font-family: ProximaNova-Regular;
    src: url(../fonts/ProximaNova-Regular.otf);
}

@font-face {
    font-family: ProximaNova-Font;
    src: url(../fonts/ProximaNova-Font.otf);
}

@font-face {
    font-family: ProximaNovaBold;
    src: url(../fonts/ProximaNovaBold.otf);
}

@font-face {
    font-family: ProximaNova-Extrabold;
    src: url(../fonts/ProximaNova-Extrabold.otf);
}

@font-face {
    font-family: Proxima_Nova_Alt_Bold;
    src: url(../fonts/Proxima_Nova_Alt_Bold.otf);
}

@font-face {
    font-family: Proxima Nova A W01 Semibold;
    src: url(../fonts/ProximaNovaA W01Semibold.ttf);
}

@font-face {
    font-family: Proxima-Nova-Alt-Thin;
    src: url(../fonts/Proxima-Nova-Alt-Thin.otf);
}

html,body
    {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

body {
    font-family: ProximaNova-Regular;
    font-size: 1rem;
    color: #000;
    line-height: 1.2rem;
}


/*header*/

header {
    background-color: #ca0e31;
    padding: 7px 0;
    position:static;
    top: 0;
    z-index: 99999;
    width: 100%
}
    

body.active-menu header {
    position: fixed;
}
.sg-menu-trigger span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.3s linear;
    position: relative;
}


.sg-menu-trigger {
    width: 30px;
    height: 21px;
    cursor: pointer;
    position: relative;
}

body.active-menu .sg-menu-trigger sapn:nth-child(2) {
    background-color: transparent;
}

body.active-menu span:nth-child(2) {
    background-color: transparent;
}

body.active-menu .sg-menu-trigger span:first-child {
    transform: rotate(45deg);
    transform-origin: center bottom;
    left: 0;
    right: 0;
    /* top: 50%; */
}

body.active-menu .sg-menu-trigger span:last-child {
    transform: rotate(-45deg);
    transform-origin: center bottom;
    left: 0;
    right: 0;
}

body.active-menu .sg-menu-trigger span {
    position: absolute;
    margin: 0;
    top: 50%;
}


.sd-slider-bg {
    padding-bottom:100vh;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}


.sg-slider-caption {
    position: absolute;
    right: 5rem;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    width: 33%;
    text-align: center;
}

.sg-slider-caption h3.sb-main-text {
    font-size: 2.5rem;
    font-family: ProximaNovaBold;
    line-height: 1;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

span.sg-sb-text {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 1rem;
    display: block;
    text-transform: uppercase;
}


#home_slider .carousel-item {
    transition: -webkit-transform 1.5s ease-in-out;
    transition: transform 1.5s ease-in-out;
    transition: transform 1.5s ease-in-out,-webkit-transform 1.5s ease-in-out;
}

.custom-header-wrapper {
    padding: 8rem 0;
    position: relative;
}

.custom-header-wrapper:after {
    content: "";
    background-image: url(../images/bg-bottle.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: inline-block;
    max-width: 160px;
    z-index: 1;
    width: auto;
    height: 100%;
    margin: 0 auto;

}

section.sg-two-col-wrapper h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5rem;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}


section.sg-two-col-wrapper a.btn {
    max-width: 160px;
    width: 100%;
    border-radius: 40px !important;
    border: 1px solid #000;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem auto 0;
    text-transform: uppercase;
    font-family: ProximaNovaBold;
    letter-spacing: 2px;
    font-size: 0.8rem;
    position: relative;
    z-index: 2;
}

/*menga menu wapper*/

.custom-menu-wrapper {
    position: fixed;
    top:3.7rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #2d2d51;
    height: calc(100vh - 2.9rem);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s linear;
    z-index: -9;
}

body.active-menu {
    overflow: hidden;
}

body.active-menu .custom-menu-wrapper {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

.custom-menu-three-column1 {
    height: 100vh;
    position: relative;
}

.custom-menu-three-column1 nav {
    height: 100%;
    width: 44.2%;
    background-color: #0086a6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.custom-menu-three-column2 {
    position: absolute;
    left: 44.2%;
    width: 27.9%;
    top: 0px;
    height: 100%;
}

.custom-nav-last-wrapper ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}

.custom-nav-last-wrapper ul li {
    width: 100%;
}

.custom-nav-last-wrapper ul li a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8rem;
    color: #fff;
    display: block;
    padding: 0.8rem 2rem;
    text-decoration: underline;
    position: relative;
    bottom: -100px;
    opacity: 0;
    visibility: visible;
}


.custom-menu-three-column2 > div.custom-menu-hover-wrap.active .custom-nav-last-wrapper ul li:nth-child(2) a {
    transition-delay: 0.1s;
}

.custom-menu-three-column2 > div.custom-menu-hover-wrap.active .custom-nav-last-wrapper ul li:nth-child(2) a {
    transition-delay: 0.2s;
}

.custom-menu-three-column2 > div.custom-menu-hover-wrap.active .custom-nav-last-wrapper ul li:nth-child(3) a {
    transition-delay: 0.3s;
}

.custom-menu-three-column2 > div.custom-menu-hover-wrap.active .custom-nav-last-wrapper ul li:nth-child(4) a {
    transition-delay: 0.4s;
}

.custom-menu-three-column2 > div.custom-menu-hover-wrap.active .custom-nav-last-wrapper ul li:nth-child(5) a {
    transition-delay: 0.5s;
}

.custom-menu-three-column2 > div.custom-menu-hover-wrap.active .custom-nav-last-wrapper ul li:nth-child(6) a {
    transition-delay: 0.6s;
}

.custom-menu-three-column2 > div.custom-menu-hover-wrap {
    transition: 0.3s linear;
    position: relative;
}

.custom-menu-three-column2 > div.custom-menu-hover-wrap:hover .custom-nav-last-wrapper ul li a {
    bottom: 0;
    visibility: visible;
    opacity: 1;
    transition: 0.7s cubic-bezier(0.33, 0.16, 0.6, 0.76);
}

.custom-nav-last-wrapper {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    /*background: url(../images/last_nav_gb.jpg) no-repeat center bottom -100px #2d2d51;*/
    background-color:#2d2d51;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
    z-index: -3;
    overflow: hidden;
}

.custom-menu-three-column2 > div.custom-menu-hover-wrap.active .custom-nav-last-wrapper {
    opacity: 1;
    visibility: visible;
    /*background: url(../images/last_nav_gb.jpg) no-repeat center bottom 0px #2d2d51;*/
    z-index: 9;
}

.custom-menu-three-column2 > div.custom-menu-hover-wrap:first-child .custom-nav-last-wrapper ul li a {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}

.custom-menu-three-column2 > div.custom-menu-hover-wrap:hover .custom-nav-last-wrapper {
    opacity: 1;
    visibility: visible;
    /*background: url(../images/last_nav_gb.jpg) no-repeat center bottom 0px #2d2d51;*/
    z-index: 9;
}

.custom-menu-three-column1 nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom-menu-three-column1 nav ul.custom-first-level-menu {
    width: 100%;
}

.custom-menu-three-column1 nav ul.custom-first-level-menu > li > a {
    display: block;
    text-align: center;
}

.custom-menu-three-column1 nav ul.custom-first-level-menu > li > a {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: #026f89;
    line-height: 1;
    text-decoration: none;
    padding: 1rem 0;
    transition: 0.3s linear;
    position: relative;
    z-index: 9999;
}

.custom-menu-three-column2 > div.custom-menu-hover-wrap > a {
    position: relative;
    padding-bottom: 55%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (min-width:1367px) {
    .custom-menu-three-column2 > div.custom-menu-hover-wrap > a {
        padding-bottom: 58%;
    }
}

.custom-menu-three-column2 > div.custom-menu-hover-wrap > a > img {
    display: none;
}

.custom-menu-three-column1 nav ul.custom-first-level-menu > li > a.active:after,
.custom-menu-three-column2 > div.custom-menu-hover-wrap a:after {
    content: "";
    display: block;
    height: 17px;
    width: 17px;
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
    transform-origin: center center;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.custom-menu-three-column2 > div.custom-menu-hover-wrap a:after {
    opacity: 0;
    visibility: hidden;
}

.custom-menu-three-column2 > div.custom-menu-hover-wrap > a:hover:after,
.custom-menu-three-column2 > div.custom-menu-hover-wrap.active > a:after {
    opacity: 1;
    visibility: visible;
}

.custom-menu-three-column1 nav ul.custom-first-level-menu > li:hover > a,
.custom-menu-three-column1 nav ul.custom-first-level-menu > li > a.active {
    color: #fff;
}

.custom-login-btn {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 4rem;
}

.custom-login-btn span:last-child {
    margin-left: 2px;
}

.custom-social-link-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
}

.custom-social-link-wrapper h5 {
    text-transform: uppercase;
    color: #026f89;
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    flex: 1;
    text-align: center;
}

.custom-social-link-wrapper ul {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-social-link-wrapper ul li a {
    color: #0086a6;
    padding: 0.5rem;
    border-radius: 100%;
    background-color: #026f90;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 0 0.3rem;
    text-decoration: none;
    transition: 0.3s linear;
}

.custom-social-link-wrapper ul li:hover a {
    color: #fff;
}

.custom-login-btn a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #026f89;
    font-weight: bold;
    padding: 0.5rem 0.7rem;
    text-align: center;
    position: relative;
}

.custom-login-btn span:first-child a:after {
    content: "|";
    margin: 0 0.7rem;
    position: absolute;
}

.custom-menu-three-column1 nav ul.custom-first-level-menu li:hover .custom-menu-three-column2 {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}



.sd-right-wrapper {
    height: 100%;
    background-color: #ffd52d;
    padding: 5rem 7rem 5rem 5rem;
}


section.sg-three-col-slider h5,
section.sg-contact-wrapper h6 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 5rem;
    line-height: 2.4rem;
}

section.sg-contact-wrapper h6 {
    margin-bottom: 3rem;
}


section.sg-contact-wrapper h6 {
    color: #fff;
}

.sd-right-wrapper h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
}

.sd-right-wrapper p {
    line-height: 2.4rem;
    margin: 0;
    font-weight: bold;
}

section.sg-three-col-slider h5 {
    font-size: 2.3rem;
    margin-bottom: 2.5rem;
}

ul.custom-tabber-btn {
    border-bottom: none;
}

ul.custom-tabber-btn li a {
    border: 1px solid #b5b5b5 !important;
    border-radius: 0 !important;
    min-width: 170px;
    text-align: center;
    border-right-color: transparent !important;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: ProximaNovaBold;
    text-transform: uppercase;
    color: #ababab !important;
}

.custom-menu-three-column2 a {
    display: block;
}

ul.custom-tabber-btn li:last-child a {
    border: 1px solid #b5b5b5 !important;
}

ul.custom-tabber-btn li:last-child a {
    border: 1px solid #b5b5b5 !important;
}

ul.custom-tabber-btn li a.active {
    background-color: #e24503 !important;
    color: #fff !important;
    border-color: #e24503 !important;
}

p.custom-sb-text {
    font-family: ProximaNovaBold;
    color: #8a8787;
    margin-top: 2rem;
    margin-bottom: 3rem;
}


.sd-description span {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.5rem;
    margin: 0.5rem 0;
}

.sd-description p {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
    min-height: 57px;
    color: #a9a9a9;
}

.sd-description a.btn {
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    max-width: 170px;
    background-color: #e24503;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.7rem;
    min-height: 37px;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin: 0 auto;
}

section.sg-three-col-slider {
    padding: 7rem 0;
}

section.sg-contact-wrapper {
    background-color: #cc1f23;
    padding: 3rem 0;
}


.sd-left-contact-detail {
    color: #ffffff;
}

span.sd-bold-text {
    display: block;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-bottom: 2rem;
}

.sd-left-contact-detail stong {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 0.7rem;
}

.sd-left-contact-detail p {
    text-transform: uppercase;
    margin-bottom: 3rem;
    line-height: 1.5;
}

.sd-left-contact-detail h4,
.sd-right-form h4{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 1;
    margin-bottom: 2rem;
    color:#fff;
}


.sd-right-form form input[type="text"],
.sd-right-form form input[type="email"],
.sd-right-form form input[type="phone"],
.sd-right-form form textarea {
    background-color: transparent;
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0;
    margin-bottom: 2rem;
    color: #ffffff;
}

.sd-right-form form textarea {
    min-height: 70px;
}

.sd-right-form form input[type="text"]::-webkit-input-placeholder,
.sd-right-form form input[type="email"]::-webkit-input-placeholder,
.sd-right-form form input[type="phone"]::-webkit-input-placeholder,
.sd-right-form form textarea::-webkit-input-placeholder {
    font-size: 0.8rem;
    color: #333333;
}

.sd-right-form form input[type="text"]:-ms-input-placeholder,
.sd-right-form form input[type="email"]:-ms-input-placeholder,
.sd-right-form form input[type="phone"]:-ms-input-placeholder,
.sd-right-form form textarea:-ms-input-placeholder {
    font-size: 0.8rem;
    color: #333333;
}

.sd-right-form form input[type="text"]::placeholder,
.sd-right-form form input[type="email"]::placeholder,
.sd-right-form form input[type="phone"]::placeholder,
.sd-right-form form textarea::placeholder {
    font-size: 0.8rem;
    color: #fff;
}

.sd-right-form input[type="submit"] {
    max-width: 170px;
    border: none !important;
    background-color: #ffffff;
    box-shadow: none !important;
    width: 100%;
    color: #2d2a2b;
    border-radius: 0;
    line-height: 32px;
    font-size: 0.9rem;
    margin-top: 2rem;
}

footer {
    background-color: #2d2a2b;
     padding: 2rem 0;
}

.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    top: -0.9rem;
}

.footer-menu li a {
    color: #fff;
    padding: 0.9rem;
    display: block;
    position: relative;
    text-decoration: none;
}

.footer-menu li:not(:last-child) a:after {
    content: "|";
    position: absolute;
    right: 0;
}

ul.custom-social-link{
    list-style: none;
    margin: 2rem 0 0;
    padding:0;
}

ul.custom-social-link li a {
    color: #ababab;
    border: 1px solid #ababab;
    padding: 0.3rem;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.footer-menu li:last-child a {
    padding-right: 0;
}

ul.custom-social-link li:not(:last-child) {
    margin-right: 8px;
}
.custom-footer-copyright {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
}

.custom-footer-copyright a {
    color: #fff;
    display: inline-block;
    padding: 0 0.5rem;
    
}

.custom-footer-copyright p a:first-child {
    padding-left: 0;
}

.custom-footer-copyright p {
    margin-bottom: 0.4rem;
    font-weight: 300;
}

/*prodcut page*/
section.sd-main-banner-wrapper {
    position: relative;
    /*height: calc(100vh - 47px);*/
    height: 100vh;
    overflow: hidden;
}

body.cloudylemon section.sd-main-banner-wrapper {
    background-color: #c9960d;

}
/*
body.lemon section.sd-main-banner-wrapper {
    background-color: #2f7e18;
}*/



span.sd-product-banner-sub-text {
    display: block;
    font-family: ProximaNovaBold;
    font-size: 2rem;
    color: #fff;
    line-height: 1;
    padding-left: 11rem;
    position: relative;
    z-index: 2;
}

p.sd-porduct-banner-last-title {
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 2rem 0 0;
    letter-spacing: 1.3rem;
    font-weight: bold;
    color: #fff;
}
.sd-scroll-bg{
    height: 105%;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
section.sd-product-second-wrapper,
section.sd-product-bottom-wrapper {
    overflow: hidden;
    position: relative;
    height: 100vh;
}

section.sd-product-second-wrapper .sd-scroll-bg,
section.sd-product-bottom-wrapper .sd-scroll-bg {

}

/*body.cola section.sd-product-second-wrapper {
    color: #fff;
}*/
.sd-product-content-wrap h3 {
    font-family: ProximaNovaBold;
    font-size: 3rem;
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
}
.sd-product-content-wrap h3:after, .sd-product-content-wrap h3:before,
.sd-product-header-wrapper h2:after,.sd-product-header-wrapper h2:before{
    content: "";
    display: inline-block;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    background-color: #b6ad39a8;
    position: absolute;
    right: -16px;
    top: 74%;
    transform: translateY(-70%);
    z-index: -1;
}
.sd-product-content-wrap h3:before,
.sd-product-header-wrapper h2:before{
    right: -33px;
    background-color: #fd8f1bb0;
}

.cola .sd-product-content-wrap h3:after,
.cola .sd-product-header-wrapper h2:after{
     background-color: #c8222296;   
}

.cola .sd-product-content-wrap h3:before,
.cola .sd-product-header-wrapper h2:before{
    background-color: #a13030;
}

.sd-product-header-wrapper h2:after, .sd-product-header-wrapper h2:before {
    height: 25px;
    width: 25px;
}
.sd-product-content-wrap h3:before, .sd-product-header-wrapper h2:before {
    right: -27px;
}

.sd-product-content-wrap h3 span {
    display: block;
    text-transform: capitalize;
    font-family: inherit;
    font-weight: normal !important;
    font-size: 1rem;
    padding-left: 2.5rem;
    position: relative;
    bottom: -13px;
}

.sd-product-content-wrap p strong{
    display: block;
    margin-bottom: 0.5rem;
}
.sd-product-content-wrap p {
    margin-bottom: 1.4rem;
}

section.sd-product-third-wrapper {
    background-color: #da601b;
}

body.cloudylemon section.sd-product-third-wrapper {
    background-color: #8e9434;
}

body.cola section.sd-product-third-wrapper {
    background-color: #ce1616;
}

body.lemon section.sd-product-third-wrapper {
    background-color: #7d9836;
}


body.disnylimca section.sd-product-third-wrapper {
    background-color: #e3cd37;
}
body.dinsyorange  section.sd-product-third-wrapper {
    background-color: #da601b;
}

body.lemon .sd-bottel-wrap {
    margin-top: 5rem;
}
.sd-two-col-right-wrapepr h3 {
    text-transform: uppercase;
    font-size: 1.7rem;
    margin-bottom: 2rem;
    font-weight: bold;
    color: #fff;
}

.sd-two-col-right-wrapepr h4 {
    font-size: 2.6rem;
    margin-bottom: 2.5rem;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}

.sd-two-col-right-wrapepr hr {
    background-color: #fff;
    height: 1.5px;
    width: 70%;
    margin: 0 0 2rem;
    line-height: 0;
}

.sd-two-col-right-wrapepr ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -2rem;
}

.sd-two-col-right-wrapepr ul li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 150px;
}

.sd-two-col-right-wrapepr ul li i {
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-bottom: 1rem;
}

.sd-two-col-right-wrapepr ul li > span,
.sd-two-col-right-wrapepr ul li > span span.sd-circle{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 110px;
    height: 110px;
    border-radius: 100%;
    border: 2px solid transparent;
    width: 100%;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    position: relative;
}

.sd-two-col-right-wrapepr ul li > span span.sd-circle:before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
}

.sd-two-col-right-wrapepr ul li > span span.sd-circle:after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    right: 7px;
    bottom: 16px;
}

.sd-two-col-right-wrapepr ul li > span span.sd-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.sd-two-col-right-wrapepr ul li span em {
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.9rem;
    display: inline-block;
    position: relative;
    bottom: -10px;
    left: 2px;
}

.sd-product-header-wrapper {
    background: transparent;
    text-align: center;
    padding: 2rem 0 0;
    width: 40%;
    text-align: left;
    float: right;
}

.sd-product-header-wrapper p {
    font-size: 0.9rem;
    line-height: 1.5;
}

body.cloudylemon .sd-product-header-wrapper {
    background: #d8e6cc;
}


.sd-product-header-wrapper h2 {
    margin: 0 0 0.8rem;
    font-weight: bold;
    display: inline-block;
    position: relative;
    font-size: 2rem;
}
/*** side scroll btn***/
.sd-circle-arrow {
    position: fixed;
    z-index: 999999;
    top: calc(100vh - 120px);
    width: 90px;
    height: 90px;
    right: 40px;
    cursor: pointer;

}

.sd-circle-arrow a > img:last-child {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

.sd-circle-arrow a > img:last-child {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

.sd-circle-arrow a > img:first-child {
    animation: rotate_circle infinite 5s linear;
}

[data-aos="rotate-ac"] {
    transform: rotate(0deg);
}

[data-aos="rotate-ac"].aos-animate {
    animation: rotate_circle 1 4s linear
}

.sd-two-col-right-wrapepr ul li:nth-child(2) [data-aos="rotate-ac"].aos-animate {
    animation-delay: 1s;
}

.sd-two-col-right-wrapepr ul li:last-child  [data-aos="rotate-ac"].aos-animate {
    animation-delay: 1.5s;
}


/*==careers==*/
.sd-careers-body-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.sd-careers-body-wrapper form input,
.sd-careers-body-wrapper h1{
    margin-bottom:2rem;
}

.sd-careers-body-wrapper form input[type="text"],
.sd-careers-body-wrapper form input[type="phone"],
.sd-careers-body-wrapper form input[type="email"]{
    box-shadow: none !important;
    border-radius: 0;
    min-height: 45px;
    border-color: #ffffff!important;
    outline: none;
    background-color: transparent;
    border-right: none !important;
    border-left: none !important;
    border-top: none;
    color:#fff;
    padding-left:0;position: relative;}

.sd-careers-body-wrapper form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
    position: absolute;
}
.sd-careers-body-wrapper form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
    position: absolute;
}
.sd-careers-body-wrapper form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
    position: absolute;
}
.sd-careers-body-wrapper form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
    position: absolute;
}

.sd-careers-body-wrapper form  input.btn.btn-primary {
    border-radius: 0 !important;
    max-width: 150px;
    min-height: 45px;
    margin: 0;
    box-shadow: 0 0 2px #ca0e31!important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca0e31+0,840002+100 */
    background: #ca0e31; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ca0e31 0%, #840002 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ca0e31 0%,#840002 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ca0e31 0%,#840002 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca0e31', endColorstr='#840002',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-color: transparent;
    margin: 0 auto !important;
    float: none;
    width: 100%;
        display: block;
}




.sd-careers-body-wrapper form {
    display: block;
    padding: 3rem;
    box-shadow: 0px 0px 4px #929292;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca0e31+0,840002+100 */
    background: #ca0e31; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ca0e31 0%, #840002 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ca0e31 0%,#840002 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ca0e31 0%,#840002 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca0e31', endColorstr='#840002',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

@keyframes rotate_circle {
    to {
        transform: rotate(0deg)
    }

    from {
        transform: rotate(-720deg)
    }
}

.connect-with {
    color: #fff;
}

.connect-with h6 {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin-bottom: 1.3rem;
    text-align: left;
    margin-left: 3rem;
}

.connnect-description {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    max-width: 75%;
    margin: 0 auto;
    text-align: left;
}

.connnect-description strong,.connnect-description span {
    display: block;
}


@media (max-width:767px){
    html, body {
        font-size: 12px;
    }

    .sg-slider-caption {
        width: 100%;
        padding: 1rem;
        text-align: center;
        right: 0;
    }
    .custom-header-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    section.sg-two-col-wrapper a.btn {
        max-width: 150px;
    }
    .sd-right-wrapper {
        padding: 4rem 2rem;
        text-align: center;
    }
    section.sg-three-col-slider {
        padding: 4rem 0;
    }
    ul.custom-tabber-btn li a {
        min-width: 86px;
    }
    .sd-description p {
        min-height: inherit;
    }
    .sd-description{
        margin-bottom:3rem;
    }
    .sd-right-form input[type="submit"] {
        max-width: 100%;
    }
    .footer-menu li a {
        padding: 0.4rem;
    }
    ul.custom-social-link {
        padding: 0;
    }
    .custom-menu-three-column2,
    .custom-nav-last-wrapper{
        position: static;
        display: none;
        
    }
    .custom-menu-three-column1 nav {
        width: 100%;
    }
    
    .custom-menu-three-column2 {
        position: fixed;
        top: 0;
        display: flex;
        width: 50%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        transform: translateX(200%);
        transition: all 0.3s linear;
        left: auto;
        background-color: #0086a6;
    }
    .custom-menu-three-column2.active-level-three {
        transform: translateX(100%);
    }
    .custom-menu-three-column1 nav {
        transition: all 0.3s linear;
    }
    nav.active-main-nav {
        width: 50%;
    }
    nav.active-main-nav ul.custom-first-level-menu > li > a {
      font-size: 1.5rem;
    }
    nav.active-main-nav .custom-social-link-wrapper{
        flex-direction: column;
    }
    nav.active-main-nav  .custom-social-link-wrapper h5 {
        margin-bottom: 1rem;
    }
    .custom-nav-last-wrapper ul {
         height: auto; 
    }
    
    .custom-nav-last-wrapper {
         width: auto; 
         height: unset;
        transition:unset
    }
    section.sd-main-banner-wrapper {
        height: inherit;
        overflow: hidden;
        padding-bottom: 56%;
        margin-top: 0;
    }
    .sd-scroll-bg {
        height: 100%;
    }
    section.sd-product-second-wrapper, section.sd-product-bottom-wrapper {
        height:auto;
    }
    .sd-two-col-right-wrapepr hr {
        margin-left: auto;
        margin-right: auto;
    }
    
    .sd-two-col-right-wrapepr ul li > span, .sd-two-col-right-wrapepr ul li > span span.sd-circle {
        max-width: initial;
        height: 90px;
        width: 90px;
        font-size: 2rem;
    }
    .sd-two-col-right-wrapepr ul li > span span.sd-circle:after {
        right: 2px;
    }
    .sd-two-col-right-wrapepr ul {
        margin: 0;
    }
    section#section4 {
        padding-bottom: 56%;
        height: auto!important;
    }
    
    section#section3  div.row,
    section#section2 div.row{
        height: auto !important;
    }
    .sd-slider-bg {
        padding-bottom: 80%;
        background-size: contain;
    }
    .connect-with {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
    .connect-with h6 {
        text-align: center;
        margin-left: 0;
    }

    .footer-menu {
        top:0;
    }
}


@media(max-height:767px){
    body.active-menu .custom-menu-wrapper {
        overflow-y: scroll;
    }

}
