@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
/*Main Css */

::selection {
    background: #ff5e14;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #78b3b9;
}

html{ 
    scroll-padding: 10px;
}

/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}


/* Accordion CSS */

.myaccordion li .faq-opt {
    display: none;
}

.myaccordion li.active .faq-opt {
    display: block;
}

.myaccordion li.active .faq-ang h4:before {
    content: "\f077";
}

:root{
    --gradient: linear-gradient(to right, #F09819 0%, #EDDE5D 51%, #F09819 100%);

}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
    font-family: 'Jost', sans-serif;
}

h2{
    font-size: 50px;
    font-weight: bold;
    letter-spacing: normal;
    color: #78b3b9;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

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

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #ff5e14;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}

.para{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #fff;
 }
 p{ margin-bottom: 1rem; }


/* Padding Classes */

.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

.ovr-hiddn {
    overflow: hidden;
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}

/* Custom Slick Css */

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #f3c919;
    width: 11px;
    height: 11px;
}


/*header css*/

header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    padding: 0px 0;
    background: #000;
}

.main-header {
    border: 1px solid rgb(255 255 255 / 15%);
    padding: 10px 0;
    margin-bottom: 0px;
}

.logo {
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-size: 50px;
    font-weight: bold;
    line-height: 2.4;
    letter-spacing: normal;
    color: #01312e;
    margin-top: -70.7px;
    background: #000;
    padding: 0px 20px;
}

.logo:hover {
    color: #01312e;
}

.logo img {
    display: block;
    max-width: 130px;
}


/* Hamburger Menu */

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #0f4c97;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}


/* Menu Css */

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 35px;
}

.menu li a {
    display: block;
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Inter', sans-serif;
}

.menu li:hover a,
.menu li.active a {
    color: #78b3b9;
}


/* Menu Dropdown CSS */

.dropdown-nav {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.dropdown-nav:hover {
    overflow: visible;
}

ul.dropdown {
    position: absolute;
    width: 100%;
    left: -0px;
    margin: auto;
    background: #fff;
    padding: 20px;
    text-align: left;
    border-radius: 2px;
    box-shadow: 0 0 10px 3px #00000014;
    opacity: 0;
    animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

ul.dropdown li a {
    padding: 0;
    font-size: 14px;
    color: #000 !important;
    display: block;
    width: 100%;
    margin: 0px 0 15px;
    text-align: center;
    font-weight: 600;
    background: transparent !important;
}

ul.dropdown li.last a {
    margin-bottom: 0px;
}

ul.dropdown li a:hover {
    color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
    animation: btot 0.5s forwards;
    z-index: 9;
}


/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}


/* Main Banner CSS */

.mainBanner {
    background-size: cover;
    background-position: top;
    height: 835px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #f2f2f2;
}

.mainBanner h6{
    font-size: 22px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.mainBanner h1{
    margin: 16px 0 0;
    font-size: 70px;
    font-weight: bold;
    letter-spacing: normal;
    color: #000;
}

.mainBanner h1 span{
    font-size: 130px;
}

.mainBanner .para{
    margin: 30.3px 50px 39px 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #000;
}

.mainBanner .img-wrap img{
    width: 891.7px;
    height: 739.6px;
}

.mainBanner .img-wrap{
    position: absolute;
    bottom: 0;
    right: 150px;
}

.mainBanner .theme-btn{ background-image: var(--gradient); background-color: transparent;     background-size: 200% auto; }
.mainBanner .theme-btn:hover{ background-position: right center; color: #000; }

.theme-btn{
    padding: 20.5px 42.5px;
    background-color: #78b3b9;
    text-align: center;
    font-size: 12.9px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 30px;
    letter-spacing: normal;
    color: #01312e;
}

.theme-btn:hover{
    background-color: #01312e;
    color: white;
}
header .notice {
    padding: 18px 0 23px;
}

header .notice span{
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    font-family: 'Inter', sans-serif;
}

header .notice .menu i a {
    font-size: 18px;
    color: #000;
}

header .notice .menu .icon-fb {
    padding-left: 58px;
}

header .notice .menu .icon-twi{
    padding-left: 30px;
}

header .main-header .boxed {
    display: flex;
    align-items: center;
}

header .main-header .boxed h6 a{
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

header .main-header .boxed .img1{
    width: 53px;
    height: 53px;
    margin: 0 15.4px 0 0;
}

header .main-header .boxed .img2{
    width: 53px;
    height: 43px;
    margin: 0 17.1px 0 0;
}

header .main-header .boxed p{
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #78b3b9;
}

header .main-header .deta a{
    width: 51.5px;
    height: 51px;
    margin: 0 0 0 5.8px;
    padding: 15.5px 17px 17.5px 16.5px;
    border-radius: 50%;
    border: solid 1px #78b3b9;
    text-align: center;
}

header .main-header .deta a:hover{
    background-color: rgba(1, 49, 46, 1);
    border-color: rgba(1, 49, 46, 1);
}

header .main-header .deta a:hover i{
    color: #fff;
} 

header .main-header .deta a i{
    color: #fff;
    font-size: 17px;
}

header .main-header .deta a span{
    width: 19.1px;
    height: 18.9px;
    padding: 1.9px 7.4px 2px 6.7px;
    background-color: #78b3b9;
    border-radius: 50%;
    font-size: 10.4px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    top: 0;
    right: -4px;
}

.sec2{
    padding: 100px 155px;
}

.sec2 span{
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.sec2 h2{
    margin: 8.9px 0 0;
}

.sec2 .tabing li{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    display: inline-block;
}

.text-e{
    text-align: end;
}

.sec2 ul .circle{
    width: 11px;
    height: 11px;
    background-color: rgba(1, 49, 46, 1);
    margin: 0 15px;
    position: relative;
    border-radius: 50%;
}

.sec2 ul .circle:before{
    content: '';
    position: absolute;
    top: 5px;
    left: -4px;
    width: 18px;
    height: 1px;
    background-color: #01312e;
}

.sec2 .mar-t{
    margin-top: 21px;
    gap: 38px 0;
}
.sec2 .mar-t .boxed{ display: block; }
.sec2 .mar-t .boxed .img-wrap{
    font-size: 0;
    position: relative;
    overflow: hidden;
}

.sec2 .mar-t .boxed .img-wrap img{
    transition: .6s ease;
    height: 410px;
    object-fit: cover;
    width: 416px;
}

.sec2 .mar-t .boxed:hover .img-wrap img{
    transform: scale(1.1) rotate(4deg);
}

.sec2 .mar-t .boxed .title{
    padding: 28px 47.2px 32.9px ;
    border: solid 1px rgba(1, 49, 46, 0.1);
    background-color: #f2fffe;
    border-radius: 0 0 10px 10px;
}

.sec2 .mar-t .boxed .title h5{
    margin: 0 0 21.1px;
    font-size: 23px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #01312e;
}

.sec2 .mar-t .boxed .title .para{
    font-size: 20.5px;
    font-weight: 600;
    line-height: normal;
    font-family: 'Jost', sans-serif;
    letter-spacing: normal;
    color: #78b3b9;
}

.sec2 .mar-t .boxed .img-wrap span{
    padding: 4.6px 11.2px 0.9px 13.5px;
    position: absolute;
    top: 28px;
    left: 0;
    transform: translateX(-100%);
    background-color: #2cc25d;
    font-size: 17.8px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    line-height: normal;
    transition: .6s ease;
    letter-spacing: normal;
    text-align: center;
    z-index: 1;
    color: #fff;
}

.sec2 .mar-t .boxed:hover .img-wrap span{
    transform: translateX(35.6px);
}

.sec2 .categ li.active{ color: #78b3b9; }

.sec2 .categ li{
    display: inline-block;
    font-size: 15px;
    padding-right: 25px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #979899;
    cursor: pointer;
}

.sec2 .theme-fl{
    font-size: 18px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding: 8.7px 22.4px 4.3px 18.5px;
    border: solid 1px #eaeaeb;
}

.sec2 .theme-sort{
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    font-family: 'Jost', sans-serif;
    margin: 0 11px;
    padding: 11.3px 19.1px 5.7px 19.9px;
    border: solid 1px #eaeaeb;
    letter-spacing: normal;
    color: #fff;
}

.sec2 .theme-sort i{
    margin-left: 8px;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #262626;
}

.sec2 .theme-fl i{
    font-size: 18px;
    margin-right: 2.1px;
    color: #fff;
}

.sec2 .filt li{
    display: inline-block;
    vertical-align: middle;
}

.sec2 .filt .gri .active{
    background-color: #79b4ba;
    border-color: #79b4ba;
}

.sec2 .filt .gri a{
    padding: 11px 13px;
    border: solid 1px #eaeaeb;
    margin: 0 -2px;
}

.sec2 .filt .gri .active i{
    font-size: 12px;
    color: white;
}

.sec2 .filt .gri a i{
    font-size: 12px;
    color: #a8aaab;
}

.sec3{
    background: linear-gradient(120deg, #f2f2f2 60%, #01312e 60%);
    padding: 100px 0 99px;
}

.sec3 .span{
    margin: 30px 0 5px 0;
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #78b3b9;
}

.sec3 h6 span{
    padding: 3.4px 8.1px 0.6px 9.9px;
    background-color: #2cc25d;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.sec3 h5{
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    margin: 20px 0;
    color: #01312e;
}

.sec3 h5 span{
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    text-decoration: line-through;
    letter-spacing: normal;
    margin-left: 15px;
    color: #b0b0b0;
} 

.sec3 h4 {
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #01312e;
    margin-bottom: 6.2px;
}

.sec3 ul {
    margin-bottom: 49px;
}

.sec3 ul li{
    display: inline-block;
}

.sec3 ul .boxed1{
    width: 34px;
    height: 31px;
    margin: 0 6px 0 0;
    border: solid 1px #000;
    background-color: #dee2e3;
}

.sec3 ul .boxed2{
    width: 34px;
    height: 31px;
    margin: 0 6px 0 0;
    background-color: #131a22;
}

.sec3 ul .boxed3{
    width: 34px;
    height: 31px;
    background-color: #54463f;
}

.sec3 .para{
    font-size: 17px;
    margin: 0 74px 18px 0;
    font-weight: normal;
    line-height: 1.65;
    letter-spacing: normal;
    color: #919090;
}

.sec3 img{
    width: 386px;
    height: 665px;
    object-fit: contain;
}

.sec4 {
    padding: 151px 0 148px;
}

.sec4 h2 {
    margin: 8.9px 0 27px;
    line-height: normal;
}

.sec4 span{
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #78b3b9;
}

.sec4 .boxed .img-wrap1{
    padding: 46px 69.1px 43px;
    position: relative;
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius: 10px 10px 0 0;
}

.sec4 .boxed .img-wrap2{
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    background-color: #f2f2f2;
    font-size: 0;
}

.sec4 .boxed .img-wrap1 img{
    transition: .6s ease;
    width: 160.8px;
    height: 256.2px;
    object-fit: contain;
}

.sec4 .boxed .img-wrap2 img{
    width: 329px;
    height: 347px;
}

.sec4 .boxed .img-wrap1 span, .sec4 .boxed .img-wrap2 span{
    padding: 3.4px 8.1px 0.6px 9.9px;
    background-color: #2cc25d;
    font-size: 13px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    transition: .6s ease;
    position: absolute;
    top: 21px;
    left: 0;
    transform: translateX(-72px);
}

.sec4 .boxed:hover .img-wrap1 span, .sec4 .boxed:hover .img-wrap2 span {
    transform: translateX(26px);
}

.sec4 .boxed .title{
    padding: 19px 50px 24px 32.5px;
    border: solid 1px rgba(1, 49, 46, 0.1);
    background-color: #f2fffe;
    border-radius: 0 0 10px 10px;
}

.sec4 .boxed .title h5{
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #01312e;
}

.sec4 .boxed .title .para{
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #78b3b9;
}

.sec5{
    background-color: #05655f;
    padding: 98px 0 50px;
    position: relative;
    z-index: 0;
}

.sec5:before{
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background-color: #f2fffe;
    height: 100%;
}

.sec5 .boxed1 h6{
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.sec5 .boxed1 h3{
    margin: 10px 0 12.8px;
    font-size: 35px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.sec5 .boxed1 a{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    font-family: 'Jost', sans-serif;
    letter-spacing: normal;
    color: #fff;
}

.sec5 .boxed1 a:hover::before{
    width: 100%;
}

.sec5 .boxed1 a::before{
    content: "";
    transition: .6s ease;
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    background-color: white;
    height: 1px;
}

.sec5 .boxed2 h6{
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #01312e;
}

.sec5 .boxed2 h3{
    margin: 10px 0 12.8px;
    font-size: 35px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #01312e;
}

.sec5 .boxed2 a{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    font-family: 'Jost', sans-serif;
    letter-spacing: normal;
    color: #01312e;
}

.sec5 .boxed2 a:hover::before{
    width: 100%;
}

.sec5 .boxed2 a::before{
    content: "";
    transition: .6s ease;
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    background-color: #01312e;
    height: 1px;
}

.sec6{
    padding: 86px 0 145px;
}

.sec6 .boxed{
    position: relative;
}
/*
.sec6 .boxed span{
    padding: 2.8px 19.5px 3.9px 18.7px;
    background-color: #509c0c;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 12.3px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    position: absolute;
    top: 28px;
    left: 35px;
    color: #fff;
}
*/
.sec6 .padd-r img{
    border-radius: 5px;
}

.sec6 .padd-r{
    padding-right: 50px;
}

.sec6 .slider-nav .slick-prev.slick-arrow{
    position: absolute;
    top: 43px;
    left: -100px;
    border-radius: 50%;
    padding: 13px 15.7px 13px 11.3px;
    width: 41px;
    height: 41px;
    background-color: #e9e9e9;
    font-size: 0;
}

.sec6 .slider-nav .slick-prev.slick-arrow:before{
    content: '\f177';
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #585858;
}

.sec6 .slider-nav .slick-next.slick-arrow{
    position: absolute;
    top: 43px;
    right: -100px;
    border-radius: 50%;
    padding: 13px 15.7px 13px 11.3px;
    width: 41px;
    height: 41px;
    background-color: #e9e9e9;
    font-size: 0;
}

.sec6 .slider-nav .slick-next.slick-arrow:before{
    content: '\f178';
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #585858;
}

.sec6 .rev {
    text-align: end;
}

.sec6 .rev i{
    color: #ffc107;
    font-size: 14px;
}

.sec6 .rev span{
    font-size: 14.3px;
    font-weight: normal;
    margin: 48.1px 0 19.9px 30px;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
}

.sec6 h3{
    margin: 0 0 15px;
    font-size: 37px;
    font-weight: bold;
    line-height: 1.22;
    letter-spacing: normal;
    color: #01312e;
}

.sec6 h5 {
    font-size: 27px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #585858;
}

.sec6 h5 span{
    margin: 0 0 0 16.6px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #8c8c8c;
}

/*.sec6 .para{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.78;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 36px;
    margin: 12px 0 34px ;
    letter-spacing: normal;
    color: #3d3d3d;
}

.sec6 h4{
    margin: 0 0 5px;
    font-size: 17px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.68px;
    color: #000;
}*/
/*
.sec6 ul {
    margin-bottom: 70px;
}*/

/*.sec6 ul li{
    display: inline-flex;
    margin-right: 21px;
    align-items: center;
}
*/
/*.sec6 ul li span{
    width: 29px;
    height: 28px;
    margin: 0 5px 0 0;
    border-radius: 50%;
    padding: 3px 3.4px;
    border: solid 1px #b6b8ba;
}

.sec6 ul li p{
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #979899;
}

.sec6 ul .boxed1 a{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #bb9754;
} 

.sec6 ul .boxed2 a{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #b6b8ba;
} 

.sec6 ul .boxed3 a{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000000;
} */

.sec6 .wishl{
    display: flex;
    margin-bottom: 29px;
}

.sec6 .wishl .boxed1 span{
    width: 37px;
    height: 37px;
    margin: 0 11px 0 0;
    padding: 9px 11px 11px 9px;
    background-color: #000;
}

.sec6 .wishl .boxed1 {
    margin-right: 48px;
    display: inline-flex;
    align-items: center;
}

.sec6 .wishl .boxed1 h6{
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    font-family: 'Jost', sans-serif;
    letter-spacing: normal;
    color: #3d3d3d;
}

.sec6 .wishl .boxed1 span i {
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}
/*
.sec6 .cart{
    display: flex;
}*/

/*.sec6 .cart .count{
    padding: 12px 13px;
    border: solid 1px #030303;
    border-radius: 5px;
    display: flex;
}

.sec6 .cart .count input{
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3d3d3d;
    width: 79px;
    text-align: center;
}

.sec6 .cart .count span {
    width: 29px;
    height: 27px;
    text-align: center;
    padding: 1.5px 9.5px 0.5px 8.5px;
    background-color: #e9e9e9;
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3d3d3d;
}*/

/*.sec6 .cart .theme1 {
    padding: 14px 83px 12.9px 67px;
    background-color: #f92950;
    font-size: 14.7px;
    font-weight: bold;
    line-height: normal;
    margin-left: 9px;
    border-radius: 5px;
    letter-spacing: -0.59px;
    color: #fff;
}

.sec6 .cart .theme1 i {
    font-size: 19px;
    margin-right: 9px;
    color: white;
}
*/
.sec6 .det {
    margin-top: 41px;
}

.sec6 .det p{
    font-size: 17.9px;
    font-weight: normal;
    line-height: normal;
    font-family: 'Jost', sans-serif;
    letter-spacing: normal;
    color: #3d3d3d;
} 

.sec6 .det p span{
    font-weight: bold;
}

.sec7 {
    padding: 0 0 65px;
}

.sec7 ul {
    border-bottom: 1px solid  #d2d2d2;
    padding-bottom: 11px;
    margin-bottom: 55px;
}

.sec7 ul li {
    font-size: 20px;
    font-family: 'Jost', sans-serif;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 50px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #ccc;
}

.sec7 ul .active {
    color: #fb491d;
}

.sec7 ul .active::before{
    position: absolute;
    top: 40px;
    left: 0;
    height: 2.4px;
    content: '';
    width: 100%;
    background-color: #fb491d;
}

.sec7 h3{
    margin: 0 0 9.6px;
    font-size: 50px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.sec7 .mar-b{
    margin-bottom: 156px;
}

.sec7 h2{
    margin-bottom: 21px;
}

.sec7 .para{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.94;
    letter-spacing: normal;
    color: #fff;
}


.sec7 .boxed .img-wrap{
    font-size: 0;
    position: relative;
    overflow: hidden;
}

.sec7 .boxed .img-wrap img{
    transition: .6s ease;
}

.sec7 .boxed:hover .img-wrap img{
    transform: scale(1.1) rotate(4deg);
}

.sec7 .boxed .title{
    padding: 28px 47.2px 32.9px ;
    border: solid 1px rgba(1, 49, 46, 0.1);
    background-color: #f2fffe;
    border-radius: 0 0 10px 10px;
}

.sec7 .boxed .title h5{
    margin: 0 0 21.1px;
    font-size: 23px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #01312e;
}

.sec7 .boxed .title .para{
    font-size: 20.5px;
    font-weight: 600;
    line-height: normal;
    font-family: 'Jost', sans-serif;
    letter-spacing: normal;
    color: #78b3b9;
}

.sec7 .boxed .img-wrap span{
    padding: 4.6px 11.2px 0.9px 13.5px;
    position: absolute;
    top: 28px;
    left: 0;
    transform: translateX(-100%);
    background-color: #2cc25d;
    font-size: 17.8px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    line-height: normal;
    transition: .6s ease;
    letter-spacing: normal;
    text-align: center;
    z-index: 1;
    color: #fff;
}

.sec7 .boxed:hover .img-wrap span{
    transform: translateX(35.6px);
}

.sec8{
    padding: 79px 0 57px;
    z-index: 0;
    position: relative;
}

.sec8:before{
    position: absolute;
    content: '';
    z-index: -1;
    top: 80px;
    left: 0;
    background-color: #83b9bf;
    width: 810px;
    height: 682px;
}

.sec8 .col-md-7 h2{
    margin-bottom: 17px;
}

.sec8 .col-md-5 h2{
    color: #fefcfb;
}

.sec8 .addr {
    margin: 12px 0 27px;
}

.sec8 .addr li a{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.83;
    letter-spacing: normal;
    color: #fff;
}

.sec8 .socail a {
    margin: 0 21px 0 0;
}

.sec8 .socail a i{
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
}

.sec8 .form input{
    padding: 17px 30px;
    margin-bottom: 21px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #d3d3d3;
    width: 100%;
    border: solid 1px #959494;
}

.sec8 .form .theme-send{
    padding: 22px 200px;
    width: 100%;
    background-color: #01312e;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1.18;
    letter-spacing: -0.2px;
    color: #fff;
    border: unset;
}

.sec8 .form .theme-send i{
    font-size: 17px;
    color: white;
    margin-left: 13px;
} 

.sec8 .form textarea{
    padding: 17px 30px;
    margin-bottom: 41px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #d3d3d3;
    width: 100%;
    border: solid 1px #959494;
}

footer {
    padding: 86px 0;
}

footer .para{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: normal;
    margin-right: 18px;
    margin-bottom: 31px;
    color: #fff;
}

footer .socail a {
    padding-right: 32px;
}

footer .socail a i{
    font-size: 17px;
    color: #fff;
}

footer .socail a:hover i{
    color: #05655f;
}

footer .link li a{
    font-size: 21px;
    font-weight: normal;
    line-height: 1.9;
    letter-spacing: normal;
    color: #fff;
}

footer h5{
    margin-bottom: 50px;
    font-size: 21px;
    text-decoration: underline;
    line-height: 1.9;
    letter-spacing: normal;
    font-weight: bold;
    color: #fff;
}

footer .cust .boxed{
    display: flex;
    align-items: center;
}

footer .cust li {
    border-bottom: 1px solid hsl(176, 96%, 10%, 0.23);
    padding-bottom: 17px;
    margin-bottom: 20px;
}

footer .cust li:last-child{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

footer .cust .boxed img{
    width: 90px;
    height: 90px;
    margin: 0 16px 0 0;
    object-fit: cover;
    font-size: 0;
}

footer .cust .boxed i{
    color: #ffc107;
    font-size: 16px;
}

footer .cust .boxed h6{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    line-height: normal;
    margin: 10px 0 9px;
    letter-spacing: normal;
    color: #fff;
}

footer .cust .boxed h5{
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    color: #77b3bb;
}

footer .cust .boxed h5 span{
   /* font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: line-through;
    color: #000;*/
}

footer .addr li a{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.83;
    margin: 0 0 0px 7.5px;
    letter-spacing: normal;
    color: #fff;
}

.copyright .container {
    border-top: 1px solid hsl(0deg 0% 100% / 28%);
    padding: 26px 0 37px;
}

.copyright p{
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.copyright img{
    width: 323.1px;
    height: 30px;  
}

.innerpage{
    height: 344px;
    background-color: #01312e;
}

.innerpage h1{
    font-size: 130px;
    margin: 0;
    font-weight: bold;
    line-height: 0.92;
    letter-spacing: normal;
    color: #fff;
}

.slider-for .boxed img,
.slider-for .boxed video{ width: 100%; height: 635px; object-fit: cover; }
.slider-nav img,
.slider-nav video{ width: 100%; height: 120px; object-fit: cover; }

.aboutCont{ padding: 5rem 0; }
.aboutCont h2{margin-bottom: 1.5rem;font-size: 30px;}
.aboutCont ul{ list-style: disc; padding-left: 20px; padding-bottom: 30px; }
.aboutCont ul li{ padding: 10px 0 0; color: #fff; font-size: 18px; font-weight: normal; line-height: 1.56; }
.aboutCont ul li a{ color: #fff; font-size: 22px; }
.aboutCont ul li a:hover{ color: #78b3b9; }
.aboutCont ul li strong{ font-weight: 800; }
.aboutCont img{ width: 100% ; }


.mainCta{ background: url(../images/ctaBg1.jpg) no-repeat; background-repeat: no-repeat; background-size: cover; background-position: center; padding: 8rem 0; 
    position: relative; z-index: 1; }
.mainCta:before{ content: ''; position: absolute; width: 100%; height: 100%; background: #0000006e; top: 0; z-index: -1;  }
.mainCta h2{ color: #fff; margin-bottom: 10px; }
.mainCta span{ font-size: 22px; font-weight: normal; line-height: normal; letter-spacing: normal; color: #fff; display: block; margin-bottom: 10px; }
.mainCta p{ color: #fff; }


footer .logo img{ margin-bottom: 1rem; }

.videoSecs{ padding-bottom: 5rem; }

.videoSechm{ text-align: center; }
.videoSechm video{ height: 560px; width: 100%; } 

.productDetails h3{ color: #78b3b9;  }
.productDetails .rev span,
.productDetails p.para,
.productDetails .wishl .boxed1 h6,
.productDetails .det p{ color: #fff; }
.productDetails ul li p{ margin-bottom: 0; }
.productDetails .cart .count{  border: solid 1px #585858; }

.sec7 ul.listDetails{ padding-bottom: 3rem; }
.sec7 ul.listDetails li{     display: block !important; }

.aboutBann{ position: relative; z-index: 1; }
.aboutBann img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }

.videoSecs video{ width: 100%; }

.wc-block-components-button:not(.is-link){ background-color: #78b3b9; color: #000; }
.is-large.wc-block-cart .wc-block-cart-items{    border-bottom: 1px solid hsl(0deg 0% 100% / 11%);  }
.wc-block-components-title.wc-block-components-title{ color:#fff; }

.mainCta:before{ left:0; }

.innerpage h1{ font-size:80px; }

.woocommerce .woocommerce-ordering select{ background:#000; }

 
@media (max-width: 1440px) {
    .mainBanner .img-wrap img {
        width: 750.7px;
        height: 600px;
    }
    .innerpage h1{
        font-size: 100px;
    }
    .mainBanner .img-wrap {
        right: 70px;
    }
    .sec2 .tabing li {
        font-size: 18px;
    }
    .sec2 ul .circle {
        width: 10px;
        height: 10px;
        margin: 0 10px;
    }
    .sec2 ul .circle:before {
        top: 4px;
    }
    .sec2 .mar-t .boxed .title h5 {
        font-size: 20px;
    }
    .sec3 img {
        height: 600px;
    }
    .sec7 .boxed .title h5 {
        font-size: 21px;
    }
    .sec8:before {
        width: 590px;
    }
}

@media (max-width: 1200px) {
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #0f4c97;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw;
    }
    ul.menu li {
        display: block;
    }
    ul.menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }
    .logo img {
        max-width: 50%;
    }
    .container {
        position: relative;
    }
    header .main-header ul.menu>li {
        display: block;
        margin: 0px;
        padding: 0;
    }
    header .main-header ul.menu>li a {
        color: #fff;
    }
    header .main-header ul.menu>li a:before {
        display: none;
    }
}

@media (max-width:767px) {
	.popup{width:100% !important;}
	header .notice{ padding: 10px 0 10px; }
	header .notice span{ font-size: 14px; text-align:center; }
	.menuWrap{ justify-content: center !important;  }
	.menuWrap .menu{ display: flex; justify-content: center; }
	#menu-header-menu{ display:block; }
	header .notice .menu .icon-fb{ padding-left: 0; }
	.menu li{ padding-left:0; }
	.main-header .col-md-5 .row .col-md-6{ flex: 0 0 auto; width: 50%; }
	.logo{ margin-top: 0px; }
	.logo img{ max-width:70px; }
	header .main-header .boxed .img1{ width: 30px; height: initial; }
	header .main-header .boxed .img2{ width: 30px; height: initial; }
	header .main-header .boxed h6 a{ font-size: 13px; }
	.deta{ justify-content: center !important; margin-top: 2rem; }
	.menu-Bar span{ background: #ffffff; }
	.mainBanner{ height:initial; padding:3rem 0; text-align:center; }
	.mainBanner .para{ margin: 30px 0px; }
	.mainBanner h1{ font-size:50px; }
	.mainBanner h1 span{ font-size: 60px; }
	.sec2{  padding: 30px 0px; text-align:center; }
	ul.tabing{  margin-top: 2rem; display: flex; flex-flow: wrap; align-items: center; }
	.sec2 .tabing li { font-size: 16px; }
	.aboutCont{ padding: 3rem 0 0; text-align:center; }
	.mainCta{ padding: 3rem 0; text-align:center;  }
	footer{ padding: 30px 0; text-align: center; }
	footer h5{ margin-top:2rem; }
	footer .cust li{ text-align:left; }
	.copyright{ text-align: center; }
	.aboutCont img{ margin-bottom:2rem; }
	
	.aboutCont .row:nth-child(2n) .col-md-6{ order:2; }
	.aboutCont .row:nth-child(2n) .col-md-6 + .col-md-6 { order:1; }
	
	footer .para{ margin-right:0; }
	footer .socail a:last-child{ padding-right:0; }
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{ width:100%; }
	.sec2 .mar-t .boxed .img-wrap img{ height: 300px; object-fit: cover; width: 100%; }
	.woocommerce ul.products li.product a { display:block; }
	
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count,
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{ float:initial; }
	.single-product .innerpage h1{ font-size: 30px; }
	.sec6 { padding: 50px 0 20px; }
	
	.sec8:before{ display:none; }
	.sec8 .col-md-7 h2{ margin-top:30px; }
	.sec8 .form .theme-send{ padding: 22px 20px; }
	.theme-send-icon i{  right: 10%;  }
	.sec8{     padding: 40px 0 20px; }
	.single-product .innerpage h1{ font-size:30px !important }
	
	.main-header .col-md-5{ display:none; }
	
	header .main-header .deta a{ 
	width: 30px;
    height: 30px;
    margin: 0 0 0 5.8px;
    padding: 0;
    border-radius: 50%;
    border: solid 1px #78b3b9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	header .main-header .deta a span{ 
		width: 14px;
		height: 14px;
		padding: 0;
	}
	.deta{ margin-top:0; }
	header .main-header .row{ flex-flow: unset; }
	header .main-header .col-md-3,
	header .main-header .col-md-4{ width:initial; }
	header .main-header .deta a i{ font-size:12px; }
	.mainBanner h1{ font-size: 30px; }
	.sec2 .wc-block-product-categories-list li {
		width: 100%;
		border:1px solid #78b3b9;
		padding:10px 10px; 
		text-align:center;
	}

	.sec2 .wc-block-product-categories-list li+li {
		width: 49.4%;
	}
	.sec2 .wc-block-product-categories-list li span{ font-size: 16px;  }

	ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 {
		display: flex;
		flex-flow: wrap;
		gap: 4px;
	}
	
}




