@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&display=swap');
header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    padding: 19px 0px;
    transition: 0.5s;
}
header.stickmenu {
    padding: 5px 0px;
    box-shadow: 1px 2px 2px #00000014;
}
img.img-fluid {
    max-width: 100%;
}
button:focus {
    outline: 1px dotted;
    outline: 0;
}
.logo {
    width: 9%;
    float: left;
}
.logo a {
    display: block;
}
.logo img {
    width: 100%;
    max-width: 56px;
    transition: all 0.5s;
}
.menu {
    padding-left: 10px;
    width: 78%;
    float: left;
}
.menu ul {
    padding-left: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 6px;
}
.menu ul li {
    display: inline-block;
}
.menu ul li a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 400;
    padding-right: 46px;
}

.menu>ul>li>ul {
    position: absolute;
    max-height: 0px;
    overflow: hidden;
    background-color: #fff !important;
    margin: 0;
    width: 200px;
    padding: 0;
    transition: all 0.2s;
    margin-top: 18px;
    box-shadow: 0px 1px 3px #00000054;
}

.menu>ul li:hover ul {
    max-height: 400px;
}

.menu>ul>li.has-child>.nav-click {
    top: 40px;
    right: 19px;
}


.mobile_menu {
    display: none;
    cursor: pointer;
}
.mobile_menu span {
    height: 3px;
    margin-bottom: 8px;
    width: 40px;
    display: block;
    background-color: #16526a;
    border-radius: 5px;
}
.mobile_menu {
    width: 40px;
    float: right;
    margin-left: 20px;
}

.menu>ul>li>ul>li>a {
    color: #000;
    display: block;
    padding: 13px 0;
    background: #fff;
    padding-left: 15px;
}
.menu>ul>li>ul>li {
    padding-left: 12px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: left;
}

@media only screen and (max-width: 980px){
    .menu>ul li {
        position: relative;
        display: block;
        list-style: none;
        margin: 0;
        text-align: left;
        border-bottom: 1px solid #212121;
    }

    .menu ul li ul {
        position: relative;
        max-height: 0px;
        transition: all 1s;
    }

    .menu ul li ul.subshow {
        position: relative;
        max-height: 300px;
        transition: all 1s;
        box-shadow: none;
    }

    .menu ul li:hover ul {
        display: none;
    }

    .menu>ul>li>ul>li>a {
        color: #969292;
        background: transparent;
        padding: 0 0 0 17px;
    }
    ul.sub-menu {
        display: none;
    }

    .subshow li {
        padding: 11px 0 11px 17px !important;
    }
    .subshow {
        display: block !important;
        transition: all 0.5s;
    }

    .menu>ul>li.menu-item-has-children>.nav-click {
        position: absolute;
        top: 16px;
        width: 15px;
        padding: 0;
        height: 15px;
        border-bottom: 1px solid #666;
        border-right: 1px solid #666;
        right: 118px;
        transition: 0.5s;
        transform: rotate(-45deg);
    }

    .menu>ul>li.menu-item-has-children>.nav-click {
        top: 26px;
        right: 17px;
    }

    .menu>ul>li.has-child>.nav-click.arrowup {
        transform: rotate(45deg);
    }
    .menu>ul>li>ul {
        width: 100%;
        margin-top: 0;
    }


    .menu>ul>li>a {
        font-size: 16px;
        display: inline-block;
        padding: 10px 32px;
    }

    .menu ul li {
        font-size: 14px;
        color: #000;
        font-weight: 400;
        display: block;
        padding: 10px;
        background-color: #fff;
        border-bottom: 0;
    }

     .menu.open ul {
        max-height: 900px;
    }

}



.fb-lan {
    width: 11%;
    float: left;
}
.wel-hed>p {}
.sio-md a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
    transition: all 0.5s;
}
.sio-md a:hover {
    opacity: 1
}
.fb-hd {
    background-image: url(../img/fb-hed.png);
}
.ins-hd {
    background-image: url(../img/ins-hed.png);
}
.fb-lan>div {
    width: 100%;
    margin-top: 3px;
    float: left;
}
.slid-itm {
    position: relative;
    background-size: cover;
}
.slid-itm:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0) 97%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0) 97%);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
    z-index: 90
}
.slid-cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1102;
    text-align: left;
}
.slid-itm {
    text-align: center;
}
.slid-itm span {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-size: 32px
}
.slid-itm h4 {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-size: 50px
}
.logo-slider h4 {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    display: block;
    margin: 19px 0;
}
.logo-slider {
    position: relative;
}
.logo-slider {
    position: absolute;
    bottom: 104px;
    z-index: 10;
}
.logo-slider img {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
#owl-slider .owl-dots {
    position: absolute;
    bottom: 40px;
    right: 10%;
}
#owl-slider .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fff
}
#owl-slider .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fff
}
#owl-slider .owl-dots .owl-dot.active span, #owl-slider .owl-dots .owl-dot:hover span {
    background: #fff;
}
.wel-hed {
    padding-left: 50px;
}
.wel-hed span {
    font-size: 19px;
    font-family: "Myriad Pro";
    color: rgb(26, 27, 26);
    text-transform: uppercase;
    line-height: 1.684;
}
.wel-hed h2 {
    font-size: 45px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(247, 190, 71);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.111;
}
.welcom-section {
    padding-top: 80px;
    position: relative;
}
.welcom-section:after {
    content: '';
    background-image: url(../img/rounimg.png);
    background-repeat: no-repeat;
    width: 660px;
    height: 660px;
    position: absolute;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: -150px;
    left: -550px;
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.ani-num>div {
    width: 33.33%;
    float: left;
    text-align: center;
}
.ani-num div>p {
    font-size: 49px;
    font-family: "Open Sans";
    color: rgb(42, 88, 107);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.ani-num div>span {
    font-size: 14px;
    font-family: "Myriad Pro";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}
.Our_journey_began_in_1998_as_a_tea_export_compa {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.733;
    text-align: left;
}
.ani-num {
    margin-top: 50px;
}
.welcom-section {
    background-image: url(../img/sunshine-logo-op7.png);
    background-repeat: no-repeat;
    background-position: 26% 94px;
}
#owl-pro img {
    max-height: 260px;
    width: auto;
    margin: 0 auto;
    display: block;
}
#owl-pro h4 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(0, 0, 0);
    font-weight: 400;
    text-align: center;
}
#owl-pro {
    background-color: #f6f6f6;
    padding: 56px 0px 59px 50px;
    margin-top: 34px;
}
#owl-pro:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    top: 0px;
    right: -100%
}
.brnt-hed {
    height: 295px;
    max-height: 295px;
    background-color: #222c35;
    align-items: flex-end;
    display: flex;
    text-align: right;
    margin-right: -30px;
    margin-left: -15px;
    position: relative;
}
.brnt-hed h3 {
    font-size: 35px;
    font-family: "Myriad Pro";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    width: 100%;
    padding-right: 40px;
    padding-bottom: 54px;
    font-weight: 300;
    line-height: 45px;
}
.brnt-hed:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #222c35;
    top: 0px;
    left: -100%
}
.pro-section {
    overflow: hidden;
    margin-top: 100px
}
.cet-section {
    margin-top: 90px;
    margin-bottom: 90px;
}
.cers {
    font-size: 26px;
    font-family: "Myriad Pro";
    color: rgb(26, 27, 26);
    text-transform: uppercase;
    line-height: 1.423;
    text-align: left;
}
#owl-cti img {
    max-height: 83px;
    width: auto;
    margin: 0 auto;
}
#owl-cti {
    padding-left: 50px
}
.fot-lit {
    background-color: #21262a;
    padding-top: 50px;
}
.newsletter, .cont-fot {
    border-bottom: 1px solid #2f363c;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.newsletter h5 {
    font-size: 22px;
    font-family: "Myriad Pro";
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    font-weight: 400
}
.newsletter p {
    font-size: 13px;
    font-family: "Myriad Pro";
    color: rgb(153, 152, 152);
}
.ft-logo {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}
.cont-det-fot {
    width: 68%;
    display: inline-block;
    vertical-align: middle;
}
.cont-fot h6 {
    font-size: 16px;
    font-family: "Myriad Pro";
    color: rgb(218, 216, 216);
    font-weight: 400;
    margin-bottom: 20px;
}
.cont-det-fot>div {
    font-size: 13px;
    font-family: "Myriad Pro";
    color: rgb(218, 216, 216);
    width: 50%;
    float: left;
    font-weight: 400;
    line-height: 23px;
}
.cont-det-fot>div a {
    font-size: 13px;
    font-family: "Myriad Pro";
    color: rgb(218, 216, 216);
    font-weight: 400
}
section.slider-section.inner {
    height: 476px;
    position: relative;
    display: block;
    background-size: cover;
}
section.slider-section.inner2 {
    height: 480px;
    position: relative;
    display: block;
    background-size: cover;
}
.welcome-img {
    position: relative;
    display: block;
    height: 456px;
    background-size: cover;
    margin-top: 32px;
    text-align: center;
}
section.intro-section {
    position: relative;
    display: block;
    margin-top: 60px;
}
section.intro-section.brands {
    margin-top: 0;
}
section.intro-section.brands-details {
    /* overflow-x: hidden;*/
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 130px;
}
section.slider-section.inner.bdetail {
    height: 590px;
    position: relative;
    display: block;
    margin-top: 68px;
    width: 100%;
    text-align: center;
    background-color: #fbde28;
}
.single-brands section.slider-section.inner.bdetail {  
    margin-top: 45px;
}
img.bdbanner {
    max-width: 100%;
}
.brands-details .intro-wrap {
    padding-top: 75px;
}
.brands-details .intro-wrap.full {
    z-index: 99;
}
.intro-section .container-fluid {
    padding-right: 0;
}
.intro-wrap {
    position: relative;
    display: block;
    float: right;
    max-width: 580px;
    padding-right: 50px;
}
.breadcrumb-wrap {
    position: relative;
    display: block;
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 15px;
}
.breadcrumb-wrap a {
    color: #000;
}
.intro-wrap h1 {
    color: #f7be47;
    font-size: 46px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.intro-wrap.full {
    max-width: 100%;
    padding-right: 0;
    float: left;
}
.full .breadcrumb-wrap {
    padding-left: 0;
}
.intro-wrap p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 25px;
}
section.vis-mis-wrap {
    position: relative;
    display: block;
    margin: 44px 0;
    overflow-x: hidden;
    padding-bottom: 30px;
}
.vision-wrap, .mission-wrap {
    position: relative;
    display: block;
    background: #f8f8f8;
    text-align: right;
    padding: 48px 48px 60px 48px;
    transition: 0.5s;
}
.vision-wrap:hover, .mission-wrap:hover {
    background: #c8e2fd;
}
.vision-wrap {
    margin-top: 78px;
    margin-right: 20px;
}
.vision-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    background: #f8f8f8;
    height: 100%;
    transition: 0.5s;
}
.vision-wrap:hover:before {
    background: #c8e2fd;
}
.mission-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    background: #f8f8f8;
    height: 100%;
    transition: 0.5s;
}
.mission-wrap:hover:before {
    background: #c8e2fd;
}
.mission-wrap {
    text-align: left;
    margin-left: 20px;
    margin-top: 36px;
}
.vision-wrap h2, .mission-wrap h2 {
    color: #607892;
    font-size: 23px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.vision-wrap:after {
    content: '';
    position: absolute;
    display: block;
    background: #f9b615;
    width: 30px;
    height: 30px;
    bottom: -28px;
    right: -32px;
    transform: rotate(0deg);
    transition: 0.5s;
}
.vision-wrap:hover:after {
    bottom: 0;
    right: -1px;
}
.mission-wrap:after {
    content: '';
    position: absolute;
    display: block;
    background: #f9b615;
    width: 30px;
    height: 30px;
    left: -30px;
    top: -30px;
    transition: 0.5s;
}
.mission-wrap:hover:after {
    top: 0;
    left: 0;
}
section.key-highlight-wrap {
    position: relative;
    display: block;
    margin-top: 32px;
    background-image: url(../img/key-high-bg.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-bottom: 26px;
    background-color: #fff;
    height: 292px;
}
.overlaygap {
    height: 1400px;
}
.key-title {
    position: relative;
    display: block;
    text-align: center;
}
.key-title h4 {
    color: #207e44;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 60px;
    line-height: 40px;
}
.key-title>img {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.animwrap {
    position: relative;
    display: block;
    float: left;
    width: 58%;
}
.anim-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.anim-img {
    opacity: 0;
}
.anim-img.set1.act, .anim-img.set2.act, .anim-img.set3.act {
    opacity: 1;
}
.mobile-img {
    display: none;
}
.anim-text {
    position: relative;
    display: block;
    padding-left: 50px;
    padding-right: 30px;
    padding-bottom: 25px;
}
.anim-text h5 {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #dadada;
    font-size: 17px;
    font-weight: 500;
}
.anim-img-wrap {
    position: relative;
    display: block;
    float: left;
    width: 40%;
    margin-left: 14px;
}
.anim-text:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #cfcfcf;
    border-radius: 50px;
    top: 3px;
    left: 0;
    background: #fff;
}
.anim-text:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #ccc;
    top: 19px;
    left: 7px;
}
.anim-text.set1.act h5, .anim-text.set2.act h5, .anim-text.set3.act h5, .anim-text.set4.act h5, .anim-text.set5.act h5, .anim-text.set6.act h5,
.anim-text.set7.act h5 {
    color: #000 !important;
}
.fixed-ani {
    position: fixed !important;
    top: 7%;
    width: 100%;
    z-index: 100;
}
/*.set1.act, .set2.act {

    opacity: 1;

}

*/


section.slider-section {
    position: relative;
}

.vision-wrap.s-hold {
    margin-right: 0;
}
.vision-wrap.s-hold, .mission-wrap.s-hold {
    padding-top: 74px;
}
section.group-credent {
    position: relative;
    display: block;
    background: #051c33;
    color: #fff;
    padding: 80px 0;
    background-image: url('../img/blue-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.g-credens h2 {
    font-size: 40px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    margin-bottom: 50px;
}
.g-credens li {
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    /*padding-right: 234px;*/
}
.g-credens ul {
    padding-right: 184px;
}
.g-credens ul li:last-child {
    padding-right: 231px;
}
.g-credens {
    position: relative;
    display: block;
    margin-left: 220px;
}
.intro-wrap.s-hold {
    max-width: 100%;
}
.celebrate {
    position: absolute;
    display: flex;
    justify-content: center;
    background: #fff;
    width: 470px;
    align-items: center;
    height: 435px;
    border-radius: 50%;
    top: 19px;
    left: -59%;
}
.celebrate img {
    align-self: center;
}
.celebrate h3 {
    color: #032241;
    font-family: 'Roboto Slab', serif;
    font-size: 29px;
    font-weight: 300;
    text-align: right;
}
.celebrateinn {
    position: relative;
    display: block;
    width: 176px;
    float: right;
    text-align: right;
    margin-left: 163px;
}
.g-credens:after {
    position: absolute;
    content: url(../img/sidecircle.png);
    display: block;
    width: 390px;
    height: 390px;
    bottom: -302px;
    right: -77px;
    z-index: 999;
    border-radius: 50%;
    overflow: hidden;
}
section.our-story {
    position: relative;
    display: block;
    min-height: 400px;
    padding-bottom: 80px;
}
.particlesbg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
}
section.our-story:before {
    position: absolute;
    display: block;
    top: 0;
    left: -67%;
    content: '';
    background-color: #f5f8f8;
    background-position: center;
    width: 100%;
    height: 100%;
}
section.our-story:after {
    position: absolute;
    display: block;
    bottom: 0;
    left: -97px;
    content: '';
    background-image: url(../img/timelinbg.png);
    width: 388px;
    height: 238px;
}
.our-story-wrap h3 {
    color: #94a1b0;
    font-size: 41px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 50px;
}
.our-story-wrap {
    position: relative;
    display: block;
    padding-top: 80px;
    margin-left: 145px;
}
.time-row {
    position: relative;
    display: block;
    float: left;
    margin-left: 100px;
    margin-bottom: 40px;
    width: 100%;
}
.time-row h4 {
    color: #024da1;
    font-size: 37px;
    font-weight: 700;
}
.time-info ul {
    padding: 0 0 0 76px;
    margin: 0;
    list-style: none;
    display: block;
    float: left;
    /*width: 75%;*/
}
.time-info ul li {
    background-image: url(../img/time-bullet.png);
    background-repeat: no-repeat;
    background-position: left 9px;
    font-size: 17px;
    padding-left: 30px;
    margin-bottom: 15px;
}
.time-info.hasimg {
    width: 92%;
    padding-right: 96px;
}
.time-info {
    position: relative;
    display: block;
    float: left;
}
.time-img {
    position: absolute;
    top: -78px;
    float: left;
    right: 0;
    /* width: 23%; */
}
.time-info.hasimg ul {
    width: 75%;
}
.time-img {
    position: absolute;
    top: -78px;
    float: left;
    right: 0;
    width: 30%;
    text-align: right;
}
.intro-wrap.full h1 {
    margin-bottom: 0;
}
.c-formwrap {
    position: relative;
    display: block;
    margin-top: -66px;
}
.c-formwrap h2 {
    color: #f1f1f2;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    text-align: right;
    letter-spacing: 2px;
}
.contact-details {
    position: relative;
    display: block;
    margin-top: 100px;
    font-family: 'Open Sans', sans-serif;
}
.clogo {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 58px;
    margin-bottom: 30px;
}
.contact-info {
    font-size: 15px;
    position: relative;
    display: block;
}
.contact-info h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-info a {
    color: #000;
}
.clinks {
    position: relative;
    display: block;
}
.contact-info address {
    line-height: 28px;
    font-size: 15px;
}
.contact-info p {
    margin-bottom: 6px;
}
.clinks {
    position: relative;
    display: block;
    margin-top: 30px;
}
.clinks a {
    font-size: 18px;
    font-weight: 600;
    display: block;
    float: left;
    margin-bottom: 18px;
}
a.tel-no {
    background-image: url(../img/phone-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
}
a.mails {
    background-image: url(../img/mail-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
}
.contact-form-wrap label {
    font-size: 15px;
    color: #3d5a2c;
}
.contact-form-wrap input.form-control {
    border-radius: 0;
    height: 46px;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 1px 2px #0000001c;
}
.contact-form-wrap .wpcf7-select {
    border-radius: 0;
    height: 46px !important;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 1px 2px #0000001c;
}


.contact-form-wrap textarea.form-control {
    height: 150px;
    border-radius: 0;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 1px 2px #0000001c;
}
.contact-form-wrap .row {
    margin-bottom: 20px;
}
.contact-form-wrap {
    position: relative;
    display: block;
    margin-top: 40px;
}
.contact-form-wrap .wpcf7-submit.btn{
    background: #c21c27;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    padding: 13px 30px;
    font-weight: 600;
    letter-spacing: 1px;
    float: right;
    transition: 0.5s;
}
.contact-form-wrap .wpcf7-submit.btn:hover {
    background: #333;
}
section.c-details {
    padding-bottom: 55px;
}
section.mapwrap {
    position: relative;
    display: block;
    filter: grayscale(1);
    max-height: 446px;
}
.certifi-info {
    position: relative;
    display: block;
    margin-top: 70px;
    transition: 0.5s;
    margin-bottom: 80px;
}
.certifi-info.open {
    opacity: 0.5;
}
.certify-wrap h5 {
    display: none;
}
.tooltip-inner {
    background-color: #fcfbfb;
    box-shadow: 0px 1px 2px #00000036;
    color: #000;
    min-width: 250px;
    padding: 20px 15px !important;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #fcfbfb !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-right-color: #fcfbfb !important;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #fcfbfb;
}
.certify-wrap {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 156px;
    margin-bottom: 70px;
    float: left;
}
/*a.ttip {
    position: relative;
    display: block;
    transition: 0.5s;
    filter: grayscale(1);
    opacity: 0.8;
    float: left;
    width: 50%;
    margin: 0 0 36px 39px;
}*/

a.ttip {
    position: relative;
    display: block;
    transition: 0.5s;
    filter: grayscale(1);
    opacity: 0.8;
    float: left;
    width: 50%;
    margin: 0 0 10px 0;
}

.certify-wrap img {
    max-width: 151%;
}

a.ttip:hover {
    filter: grayscale(0);
    opacity: 1;
}
section.intro-section.brands {
    margin-bottom: 90px;
    /*overflow-x: hidden;*/
    margin-top: 65px;
}
section.bradswrap {
    position: relative;
    display: block;
}
.bradswrap .container-fluid {
    padding: 0;
}
.brand-banner-wrap {
    position: relative;
    display: block;
    height: 660px;
}
.brand-banner-wrap img {
    /*object-fit: cover;*/
    height: 660px;
    width: 100%;
}
.brand-banner-wrap a {
    position: absolute;
    display: block;
    bottom: 0;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 8px 40px;
    font-family: 'Cinzel', serif;
}
.bradswrap .container .row .col-md-4:nth-child(1) a {
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
}
.bradswrap .container .row .col-md-4:nth-child(2) a {
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
}
.bradswrap .container .row .col-md-4:nth-child(3) a {
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
}
.intro-wrap.full.tg h1 {
    margin-bottom: 30px;
}
section.garden-wrap {
    position: relative;
    display: block;
}
.gn-wrap {
    background-size: cover;
    /*margin-top: 30px;*/
    height: 650px;
    background-color: #fcfcfc;
}
.tg p {
    margin-bottom: 70px;
}
.gardeninner {
    position: relative;
    display: block;
}
.garden-info-box {
    position: absolute;
    right: 0;
    width: 520px;
    background: #fff;
    top: 349px;
    z-index: 9;
    padding: 35px 35px 15px 35px;
    box-shadow: 0 1px 5px #00000008;
}
.gtitle h2 {
    font-size: 31px;
    margin-bottom: 30px;
}
.info-row h3 {
    font-size: 14px;
    color: #1d1d1d;
    margin-bottom: 3px;
    font-weight: 700;
}
.info-row:nth-child(even) {
    width: 35%;
}
.info-row {
    position: relative;
    display: block;
    float: left;
    width: 65%;
}
.teagareden-wrapper {
    position: relative;
    display: block;
    background: #fcfcfc;
    padding-bottom: 52px;
}
.garden-details p {
    margin-bottom: 23px;
}
.garden-details {
    position: relative;
    display: block;
    padding: 50px 0;
}
.garden-details h3 {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 400;
}
.certificate-wrap {
    position: relative;
    display: block;
}
.certificate-wrap h3 {
    font-weight: 400;
}
.certication-logos {
    position: relative;
    display: block;
}
.certication-logos ul {
    list-style: none;
    padding: 0;
}
.certication-logos ul li {
    display: inline-block;
    text-align: center;
}
.layout-2 .garden-info-box {
    position: absolute;
    left: 0;
}
.othergarden {
    position: relative;
    display: block;
    padding: 50px 0 160px 0;
}

.gardenimg {
    position: relative;
    display: block;
    height: 430px;
    background-size: cover;
}
.other-garden-row .container-fluid {
    padding-left: 0;
}
.other-gn-box {
    position: relative;
    display: block;
    padding: 20px 0 20px 50px;
}
.other-gn-box h4 {
    font-size: 26px;
    color: #252525;
    width: 100%;
    margin-bottom: 0;
    font-weight: 600;
    padding-bottom: 40px;
}
.other-gn-info {
    position: relative;
    display: block;
    float: left;
    width: 50%;
}
.subheading h5 {
    color: #1d1d1d;
    font-size: 15px;
    position: relative;
    font-weight: 700;
}
.subheading h5:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0;
    width: 52px;
    height: 2px;
    background: #81a11c;
}
.info-row2 h3 {
    color: #1d1d1d;
    font-size: 13px;
    margin-bottom: 2px;
}
.info-row2 p {
    font-size: 13px;
}
.other-gn-info .subheading {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.info-row2 {
    position: relative;
    display: block;
    width: 45%;
    float: left;
}
.og-certify-wrap {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 50px;
}
.og-certify-wrap ul {
    position: relative;
    display: block;
    padding: 0;
    list-style: none;
}
.og-certify-wrap ul li {
    display: inline-block;
    margin-right: 30px;
}
.othergarden .other-garden-row:nth-child(odd) {
    background: #f9f9f9;
    padding: 40px 0;
}
.other-garden-row {
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.product-image {
    position: relative;
    display: block;
}
.product-image img {
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
}
.productwrap {
    position: relative;
    display: block;
    text-align: center;
}
.plider-wrap {
    position: relative;
    display: block;
    background-color: #f7d726;
    background-image: url(../img/slider-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 100%;
    padding-top: 104px;
    padding-left: 35px;
}
.plider-wrap .owl-theme .owl-nav.disabled+.owl-dots {
    text-align: left;
}
.plider-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: -156%;
    width: 160%;
    display: block;
    height: 100%;
    background-color: #f7d726;
}
.brands .intro-wrap.full {
    padding-top: 0;
}
.brand-title-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.btitles h2 {
    color: #91908e;
    font-size: 22px;
    margin-top: 5px;
}
.brandlogo {
    position: relative;
    display: block;
    margin-right: 55px;
}
.brand-para {
    position: relative;
    display: block;
    margin: 50px 77px 20px 0;
}
.plider-wrap .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 19px;
    background: #ffffff70;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}
.plider-wrap .owl-theme .owl-dots .owl-dot.active span {
    background: #0000006b !important;
}
.product-info h3 {
    color: #272620;
    font-size: 23px;
}
.product-info {
    position: relative;
    display: block;
    margin-top: 15px;
}
section.product-range {
    position: relative;
    display: block;
}
section.product-range h3 {
    color: #2d2d2c;
    font-size: 29px;
    font-weight: 400;
    margin-bottom: 80px;
}
.product-wrap {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 80px;
    padding-bottom: 70px;
}
.product-wrap a {
    color: #2d2d2c;
    display: block;
}
.product-wrap a h5 {
    font-size: 17px;
    margin-top: 40px;
    font-weight: 400;
    opacity: 0.2;
    transition: 0.5s;
}
.product-wrap a {
    text-decoration: none;
}
.product-wrap a img {
    transition: all 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    opacity: 0.3;
}
.product-wrap a:hover {
    opacity: 1;
}
.product-wrap a:hover img {
    transform: scale(1.1);
    opacity: 1;
}
.product-wrap a:hover h5 {
    transition-delay: 0.2s;
    opacity: 1;
}
.product-wrap a h6 {
    color: #c0bcb4;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    opacity: 0.2;
    transition: 0.5s;
}
.product-wrap a:hover h6 {
    transition-delay: 0.5s;
    opacity: 1;
}
.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    /*height: 100vh;*/
    height: 80vh;
    width: 100%;
    /*  overflow: hidden;*/
}
.wrapper .scene {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 800px;
}
.wrapper .scene-layer {
    position: absolute;
}
.wrapper .scene-layer .square-1 {
    top: 237px;
    left: -344px;
    width: 175px;
    height: 178px;
}
.wrapper .scene-layer .square-2 {
    top: 383px;
    left: 400px;
    width: 131px;
    height: 103px;
    opacity: 0.3;
}
.wrapper .scene-layer .square-3 {
    top: 663px;
    width: 121px;
    height: 145px;
    right: -1012px;
}
.wrapper .scene-layer .square-4 {
    top: 629px;
    left: -291px;
    width: 90px;
    height: 104px;
    opacity: 0.4;
}
.wrapper .square {
    position: absolute;
    display: -webkit-box;
    display: flex;
}
footer {
    position: relative;
    z-index: 999;
}
.for-mnu {}
.for-mnu ul {
    padding-left: 0px
}
.for-mnu ul li {
    display: inline-block;
    padding-right: 40px;
}
.for-mnu ul li a {
    font-size: 13px;
    font-family: "Open Sans";
    color: rgb(135, 129, 129);
    line-height: 2.462;
}
.fot-frm {
    background-color: #1a5583;
    padding: 45px 40px 30px;
    margin-left: -30px;
    margin-top: -100px;
    overflow: hidden;
    margin-bottom: -50px;
}
.fot-frm h4 {
    font-size: 28px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: uppercase;
}
.fot-frm p {
    font-size: 13px;
    font-family: "Myriad Pro";
    color: rgb(216, 216, 216);
    line-height: 1.615;
}
.fot-frm label {
    display: block;
    font-size: 13px;
    font-family: "Myriad Pro";
    color: rgb(255, 255, 255);
    margin-bottom: 2px;
    margin-top: 15px;
}
.fot-frm input {
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 7px;
    background-color: #fff;
    border: 0px
}
.fot-frm textarea {
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 7px;
    background-color: #fff;
    border: 0px;
    padding-top: 7px;
    height: 110px;
}
.fot-frm input[type="submit"] {
    background-color: #a82721;
    width: 150px;
    text-transform: uppercase;
    margin-top: 15px;
    color: #fff;
    float: right;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.gry-drk {
    background-color: #1b1f23
}
.copyrit {
    font-size: 13px;
    font-family: "Open Sans";
    color: rgb(135, 129, 129);
    margin: 27px 0px 20px;
    float: left;
}
.copyrit a {
    font-size: 13px;
    font-family: "Open Sans";
    color: rgb(135, 129, 129);
    line-height: 2.462;
}
.sendpress label {
    display: none !important;
}
.sendpress-submit {
    display: inline-block !important;
    background: #145386;
    border: 0;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
    padding: 19px 38px 16px 38px;
    font-weight: 400;
    text-align: center;
    transition: 0.5s;
    cursor: pointer;
}
.sendpress-submit:hover {
    background: #333;
}
.sendpress {
    position: relative;
    display: block;
    margin-right: 63px;
}
input.sp_email.required {
    border: 2px solid #4b4f52;
    background: transparent;
    height: 50px;
    color: #fff;
    padding-left: 9px;
}
p.submit {
    position: absolute;
    top: -20px;
    right: 0;
}
.sendpress-signup-form #error {
    color: #e24242 !important;
    margin: 10px 0px !important;
    position: absolute;
    top: 50px;
}
.sendpress-submit:focus {
    outline: 0 !important;
}
.ajaxloader {
    margin-left: 5px;
    display: none;
    position: absolute;
    top: 36px;
    left: 1px;
}

.wpcf7-not-valid-tip {
    color: #ff8383;
    font-size: 12px;
    font-weight: normal;
    display: block;
}
.wpcf7 {
    position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: transparent;
    color: #ea7b7b;
    padding: 17px 0 0 0;
    width: 100%;
    text-align: center;
}

.fot-lit .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    /*position: relative;*/
    position: absolute;
    bottom: -7px;
    margin-left: -15px !important;
    font-size: 12px;
    text-align: center;
}

.fot-lit .wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    color: #90ec15;
    bottom: -43px;
    position: relative;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
}

div#thanks {
    color: #3ccc00;
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}

.bradswrap .row.no-gutters .col-md-4:nth-child(1) {
    order: 3;
}

.anim-text:last-child:after {
    display: none;
}
.newsletter {
    display: none;
}

.modal-open .modal {
    z-index: 9999;
}
.modal-body {
    padding: 0;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 31px;
    position: absolute;
    right: -16px;
    top: -10px;
    opacity: 1;
    background-color: #fff;
    z-index: 99;
}

.modal-header {
    padding: 0;
    border-bottom: 0;
}
.modal-content {
    background-color: transparent;
    border: unset;
}
button.close {
    position: absolute;
    right: 5px;
    z-index: 9;
    font-size: 2.5rem;
}
.logo-slider a {
    display: inline-block;
    position: relative;
}
.logo-slider a p {
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    width: max-content;
    /*left: -5px;*/
    left: 10px;
    bottom: -45px;
    color: #04282D;
}