@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***** General CSS *****/

html {
    overflow-x: hidden;
}

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background: linear-gradient(180deg, rgba(0, 111, 100, 1) 0%, rgba(0, 179, 182, 1) 100%);
}

body.inner-body {
    background: unset;
    background-color: #007d73;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

i {
    font-family: FontAwesome !important;
    font-style: normal;
}

i::before {
    font-family: FontAwesome !important;
}

.heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
    width: 52%;
    margin: 0 auto 50px auto;
}


.slick-prev,
.slick-next {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #fff;
}

.slick-next {
    right: -5%;
}

.slick-prev {
    left: -5%;
}

.slick-next:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 10px;
    width: 20px;
    background-image: url('../images/services-btn-arrow1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.slick-prev:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 10px;
    width: 20px;
    background-image: url('../images/services-btn-arrow2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'ponter';
    src: url(../fonts/ponter.ttf);
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

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

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.sec {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

/* Buttons Css Starts */

.theme1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 5px 60px 5px 10px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #006c61;
    border: none;
    overflow: hidden;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme1:hover {
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme1 span.theme1-txt {
    font-size: 12px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}

.theme1 span.theme1-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50px;
    /* padding: 0 11px; */
    background: linear-gradient(180deg, rgba(0, 111, 100, 1) 0%, rgba(0, 179, 182, 1) 100%);
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme1:hover span.theme1-icon {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme1 span.theme1-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    object-fit: contain;
}








.theme2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 5px 60px 5px 10px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0, 111, 100, 1) 0%, rgba(0, 179, 182, 1) 100%);
    border: none;
    overflow: hidden;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme2:hover {
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme2 span.theme2-txt {
    font-size: 12px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}

.theme2 span.theme2-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50px;
    /* padding: 0 11px; */
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme2:hover span.theme2-icon {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme2 span.theme2-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    object-fit: contain;
}







.theme3 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 5px 60px 5px 10px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0, 111, 100, 1) 0%, rgba(0, 179, 182, 1) 100%);
    border: none;
    overflow: hidden;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme3:hover {
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme3 span.theme3-txt {
    font-size: 12px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}

.theme3 span.theme3-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50px;
    background-color: #006c61;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme3:hover span.theme3-icon {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme3 span.theme3-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    object-fit: contain;
}

















.theme4 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme4::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme4:hover::before {
    width: 0;
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme4 span.theme4-txt {
    font-size: 14px;
    line-height: 20px;
    font-family: 'ponter';
    text-transform: uppercase;
}








.theme5 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 15px;
    border-radius: 100px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0, 111, 100, 1) 0%, rgba(0, 179, 182, 1) 100%);
    transition: ease-iout;
    transition-duration: 0.5s;
}

.theme5::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #006c61;
    border-radius: 100px;
    height: 0;
    width: 0;
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme5:hover::before {
    height: 100%;
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

span.theme5-icon {
    position: relative;
    z-index: 9;
}

/* Buttons Css Ends */

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'ponter';
    font-size: 55px;
    line-height: 60px;
    color: #006c61;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
}

h2 {
    font-family: 'ponter';
    font-size: 65px;
    line-height: 75px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    letter-spacing: 4px;
}

h3 {
    font-family: 'ponter';
    font-size: 30px;
    line-height: 34px;
    color: #000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'ponter';
    font-size: 24px;
    line-height: 29px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'ponter';
    font-size: 30px;
    line-height: 35px;
    color: #ffff;
    font-weight: 500;
    margin: 0;
    letter-spacing: 2px;
}

h6 {
    font-family: 'ponter';
    font-size: 18px;
    line-height: 23px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

header {
    padding: 0;
    background-color: #fff;
    height: 100%;
}

header .container,
header .row,
header .col-12 {
    height: 100%;
}

.menuSec {
    padding: 0px 0;
    height: 100%;
}

/* .menuSec img {
    margin: 0;
} */

.menu-box ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.menu-box ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menu-box li ul {
    display: none;
}

.menu-box ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 0 13px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    transition: ease-in;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
    z-index: 0;
}

.menu-box ul li a:hover {
    color: #fff;
    transition: ease-in;
    transition-delay: 0.5s;
    transition-duration: 0.5s;
}

.menu-box ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 5px solid #00b2ac;
    transition: ease-out;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
    z-index: -1;
}

.menu-box ul li a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.menu-box ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 0;
    background-color: #00b2ac;
    transition: ease-out;
    transition-duration: 0.5s;
    z-index: -1;
}

.menu-box ul li a:hover::after {
    height: 100%;
    transition: ease-out;
    transition-delay: 0.5s;
    transition-duration: 0.5s;
}

.menuSec ul li.active a::before {
    width: 100%;
}

.menu-box ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menu-box li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menu-box li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menu-box li>ul>li,
.menu-box li>ul>li>a {
    display: block;
    margin: 0;
}

.menu-box li>ul>li>a:before,
.menu-box li>ul>li>a:after {
    display: none;
}

.menu-box li:hover li {
    float: none;
}

.menu-box li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menu-box ul ul ul {
    left: 100%;
    top: 0;
}

/* .menuSec ul:before,
.menuSec ul:after {
    content: "";
    display: table;
} */

/* .menuSec ul:after {
    clear: both;
} */

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.header-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    POSITION: RELATIVE;
    height: 110px !important;
}

.header-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-right: 1px solid #0000006b;
}

.header-links ul li a img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    object-fit: contain;
}

/*header css start */

/*banner css start */

.main-banner-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    object-fit: cover;
    object-position: 0 40%;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.carousel-item {
    height: 150vh;
}

.banner_text {
    width: 48%;
    margin: 0 130px 0 auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    padding: 50px;
    background-color: #fff;
    border-radius: 5px;
}

.banner_text p {
    color: #000;
}

.socials {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 4%;
    right: 2%;
    background-color: #fff;
    flex-direction: column;
    gap: 70px;
    padding: 30px 15px;
    border-radius: 5px;
}

.socials ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.socials ul li {
    position: relative;
}

.socials ul li::before {
    content: '';
    position: absolute;
    top: 95%;
    right: 50%;
    border-right: 1px solid #0000006b;
    height: 55%;
}

.socials ul li:last-child::before {
    height: 60px;
}

.socials ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    border: 1px solid #000;
    font-size: 13px;
    color: #000;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.socials ul li a:hover {
    border: 1px solid #0000;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.socials ul li a i {
    position: relative;
    z-index: 9;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.socials ul li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(0, 111, 100, 1) 0%, rgba(0, 179, 182, 1) 100%);
    height: 0;
    width: 0;
    border-radius: 100px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.socials ul li a:hover::before {
    height: 100%;
    width: 100%;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.socials ul li a:hover {
    color: #fff;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.socials-txt h6 {
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 20px;
    writing-mode: sideways-lr;
    font-weight: 600;
}

.banner-scroll {
    position: absolute;
    top: 40%;
    left: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 100px;
    z-index: 999;
}

.banner-scroll::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 95px;
    border-right: 1px solid #fff;
}

.banner-scroll-txt h6 {
    writing-mode: sideways-lr;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.banner-scroll-icon-main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #fff;
}

.banner-scroll-icon-main a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-scroll-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10px;
    width: 10px;
    object-fit: contain;
}

/*banner css Ends*/

/*Inner-Banner Css Starts*/

section.inner-banner .carousel-item {
    height: 70vh;
}

section.inner-banner .banner_text {
    padding: 0;
    background-color: #0000;
    width: 41%;
}

section.inner-banner .banner_text h1 {
    color: #fff;
}

section.inner-banner .carousel-caption {
    background: linear-gradient(90deg, rgb(0 111 100 / 19%) 40%, rgb(0 179 182 / 64%) 100%);
}


/*Inner-Banner Css Ends*/

/*Search Box Start*/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4sease;
    z-index: 999999999;
}


.search-popup.active {
    opacity: 1;
    visibility: visible;
}

.search-box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-box input {
    width: 60%;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 100px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
    font-size: 20px;
    border: none;
    outline: none;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    background: #0000;
    /* box-shadow: 0 0 15px rgba(255, 255, 255, 0.3); */
    transition: all 0.3sease;
    text-transform: capitalize;
    transition: ease-in;
    transition-duration: 0.5s;
}

.search-box input::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: ease-out;
    transition-duration: 0.5s;
}

.search-box input:focus {
    background-color: #fff;
    color: #000;
    transition: ease-in;
    transition-duration: 0.5s;
}

.search-box input:focus::placeholder {
    color: #000;
    transition: ease-out;
    transition-duration: 0.5s;
}

.close-btn {
    padding: 8px 25px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    color: white;
    border-radius: 30px;
    transition: all 0.3sease;
    background: none;
    border: 1px solid #fff;
    position: absolute;
    top: 20px;
    right: 20px;
}

/*Search Box Ends*/

/*About Us Sec Starts*/

section.main_slider .container {
    height: 100%;
    margin-top: 360px;
}

img.about-ex1 {
    position: absolute;
    left: -10%;
    top: 70%;
}

section.about-sec {
    width: 90%;
    border-radius: 0 5px 5px 0;
    padding: 60px 50px;
    margin: -465px 0 0 0;
    z-index: 1;
    position: relative;
}

section.about-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 111, 100, 1) 0%, rgba(0, 179, 182, 1) 100%);
    height: 880px;
    width: 100%;
    border-radius: 0 5px 5px 0;
}

.about-heading {
    width: 90%;
    position: relative;
    z-index: 9;
}

.about-txt {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 9;
}

.about-txt h6 {
    color: #fff;
    letter-spacing: 3px;
}

/*About Us Sec Ends*/

/*Video Sec Starts*/

section.video-sec {
    padding: 0 0 80px 0;
}

section.watch-video .video-slide {
    margin: -100px 0 0 0;
}

.quote-bottom-video {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.quote-bottom-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00463fa1;
}

.quote-bottom-video img.quote-vid {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 640px;
    width: 100%;
    object-fit: cover;
}

.quote-bottom-video .svg_box a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-main {
    width: 75%;
    margin: 0 190px 0 auto;
}

.video-txt h2 {
    writing-mode: sideways-lr;
    font-size: 105px;
    line-height: 115px;
}

.video-box {
    position: relative;
    z-index: 9;
}

.video-txt {
    position: absolute;
    bottom: 0;
    left: 0;
}

/*Video Sec Ends*/

/*Categories Sec Starts*/

section.categories-sec {
    position: relative;
}

section.categories-sec::before {
    position: absolute;
    content: '';
    background: #05beb8;
    width: 100%;
    height: 50%;
    top: 0;
    z-index: -1;
}

.categories-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    width: 100%;
}

.categories-caard-main {
    position: relative;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    transition: ease-in;
    transition-duration: 0.5s;
}

.categories-caard-main:hover {
    transition: ease-out;
    transition-duration: 0.5s;
}

.categories-caard-main::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 111, 100, 0.253) 0%, rgba(0, 179, 182, 0.226) 100%);
    transition: ease-out;
    transition-duration: 0.5s;
}

.categories-caard-main::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 15%) 0%, rgba(0, 0, 0, 0.44) 100%);
    transition: ease-out;
    transition-duration: 0.5s;
}

.categories-caard4::before {
    z-index: 1;
}

.categories-caard-main:hover::before {
    height: 0;
    transition: ease-out;
    transition-duration: 0.5s;
}

.categories-caard-txt {
    width: 60%;
}

.categories-caard-txt {
    width: 56%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    position: absolute;
    bottom: 10%;
    left: 10%;
    z-index: 999;
}

.categories-caard2 .categories-caard-txt {
    width: 56%;
    bottom: 10%;
    left: unset;
    right: 5%;
}

.categories-caard4 .categories-caard-txt {
    width: 27%;
    bottom: 10%;
    left: unset;
    right: 5%;
}

.categories-caard4 .categories-caard-img {
    height: 280px;
    background-color: #040404;
}

.categories-caard5 .categories-caard-txt {
    top: 10%;
    bottom: unset;
    width: 56%;
}

.categories-caard2 .categories-caard-txt h5 {
    /* color: #000; */
}

.categories-caard-txt h5 {
    font-size: 24px;
    line-height: 35px;
    font-family: 'ponter';
}

.categories-caard-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    object-fit: cover;
}

.categories-caard-img img.categories1 {
    height: 310px;
}

.categories-caard-img img.categories2 {
    height: 330px;
}

.categories-caard-img img.categories3 {
    height: 360px;
}

.categories-caard-img img.categories4 {
    height: 250px;
    width: 250px;
    top: 5%;
    left: 7%;
    position: relative;
}

.categories-caard-img img.categories5 {
    height: 310px;
}

.categories-caard-img img.categories6 {
    height: 330px;
}
/*Categories Sec Ends*/

/*Donate Sec Starts*/

section.donate-sec {
    background-image: url('../images/donate-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 610px;
    margin: 0 0 150px 0;
}

.donate-txt-main {
    position: absolute;
    width: 100%;
    bottom: -15%;
}

.donate-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    background-color: #00b3b6;
    padding: 80px;
    width: 50%;
    margin: 0 0 0 auto;
    border-radius: 5px;
}

/*Donate Sec Ends*/

/*Services Sec Starts*/

section.services-sec {
    position: relative;
}

section.services-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 430px;
    background-color: #00b2ac;
    z-index: -1;
}

.services_slider .slick-active {
    opacity: 1;
}

.services-card-main {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin: 20px 0;
    transition: ease-in;
    transition-duration: 0.5s;
}

.services-card-main:hover {
    transition: ease-out;
    transition-duration: 0.5s;
}

.services-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.services-card-txt * {
    color: #000;
}

.services-card-txt {
    position: absolute;
    z-index: 9;
    bottom: 10%;
    left: 0;
    right: 0;
    height: 210px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.services-card-txt::before {
    content: '';
    position: absolute;
    bottom: 25%;
    left: 0;
    height: 70px;
    width: 2%;
    background-color: #f4e1a9;
    z-index: -1;
    transition: ease-out;
    transition-duration: 0.5s;
}

.services-card-main:hover .services-card-txt::before {
    width: 100%;
    height: 100%;
    bottom: 0;
    transition: ease-out;
    transition-duration: 0.5s;
}

.services-bottom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0 0;
}

/*Services Sec Ends*/

/*Quote Sec Starts*/

section.quote-sec {
    background-image: url('../images/quote-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 130px 0;
}

.quote-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    background-color: #fff;
    padding: 60px 30px;
    width: 49%;
    border-radius: 5px;
}

.quote-txt h2,
.quote-txt p {
    color: #203a17;
}

/*Quote Sec Ends*/

/*Product Sec Starts*/

.product-heading {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #ffffff61;
}

.product_slider .slick-active {
    opacity: 1;
}

.product-card-main {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    transition: ease-in-out;
    transition-duration: 0.5s;
    margin: 20px 0;
}

.product-card-main:hover {
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.product-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cfcfcf;
    height: 295px;
    width: 100%;
    overflow: hidden;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 230px;
    width: 230px;
    object-fit: contain;
    transition: ease-out;
    transition-duration: 0.5s;
}

.product-card-main:hover .product-card-img img {
    scale: 1.1;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.product-card-img img.product2 {
    height: 310px;
    width: 310px;
    object-fit: cover;
}

.product-card-txt {
    padding: 15px;
}

.product-card-txt a {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.product-card-txt h5 {
    font-size: 20px;
    line-height: 25px;
    color: #000;
}

.product-card-txt p {
    color: #000;
}

.product-card-price-btn {
    background-color: #006c61;
    position: relative;
}

.product-card-price {
    padding: 15px;
}

.product-card-price h6 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}

.product-card-btn {
    position: absolute;
    bottom: 40%;
    right: 5%;
}

/*Product Sec Ends*/


/*Testimonials STart*/


.test-users ul {
    display: flex;
}

.test-users ul li {
    margin-left: -10px;
}

.test-users {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #fff;
    padding: 18px 21px;
    width: 56%;
    border-radius: 35px;
    margin: 0 auto;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

.test-users h4 {
    font-size: 18px;
}

.testi-img img {
    width: 100%;
    border-radius: 10px;
}

.testi-quote ul {
    display: flex;
}

.testi-quote ul li i {
    color: #fff;
}

.testi-quote {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.testi-txt ul li h5 {
    font-size: 23px;
}

.testi-txt ul li h5 span {
    font-size: 18px;
    display: block;
}

.testi-txt ul {
    display: flex;
    gap: 19px;
    margin-top: 37px;
}

.testimonials-box {
    background-image: -moz-linear-gradient(-90deg, rgb(0, 108, 97) 0%, rgb(0, 178, 172) 55%, rgb(0, 179, 182) 96%);
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 108, 97) -30%, rgb(0, 178, 172) 52%, rgb(0, 179, 182) 37%);
    background-image: -ms-linear-gradient(-90deg, rgb(0, 108, 97) 0%, rgb(0, 178, 172) 55%, rgb(0, 179, 182) 96%);
    padding: 80px 60px;
    border-radius: 10px;
}

.testimonials-sec.sec {
    position: relative;
    padding: 70px 0px 100px;
    background: #00b2ab;
    z-index: 1;
}

.testimonials-sec.sec:before {
    position: absolute;
    content: '';
    background: #05beb8;
    width: 100%;
    height: 50%;
    top: 0;
    z-index: -1;
}

.testi-quote img {
    width: 60px;
}

.testi_slider .slick-dots li.slick-active button:before {
    opacity: 1.75;
}

.testi_slider .slick-dots li button:before {
    content: '';
}

.testi_slider .slick-dots li button {
    background: #06c4be;
    width: 21px;
    height: 11px;
    border-radius: 10px;
    opacity: 1;
}

.testi_slider li.slick-active button {
    background: #000;
}

.testi_slider .slick-dots {
    text-align: left;
    margin-left: 30px;
    bottom: -65px;
}

/*Testimonilas End*/


/*footer*/
ul.contact_links li {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.contact_links li i {
    color: #fff;
    font-size: 20px;
}

.news-latter-sec h2 {
    font-size: 43px;
    color: #fff;
    text-transform: uppercase;
}

.news-latter-sec {
    padding: 50px 0;
    background: #006c61;
}

.news-frm input::placeholder {
    color: #ddd;
}

.news-frm input {
    width: 100%;
    height: 70px;
    background: transparent;
    color: #fff;
    padding: 0 20px;
    font-family: 'brandon';
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.news-frm {
    position: relative;
}

.news-frm button {
    position: absolute;
    height: 100%;
    width: 80px;
    right: 0;
    font-size: 30px;
    background: #00b2ac;
    border: 0;
    border-radius: 6px;
}

.news-frm button i {
    transform: rotate(-5deg);
    color: #fff;
}

footer {
    background: #00b3b1;
    padding: 80px 0px 20px 0px;
}

.footer_inner1 p {
    color: #000;
    margin: 20px 0px;
    margin-top: 30px;
}

.footer_inner1 img {
    margin-top: 15px;
}

footer h2 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 4px;
    text-transform: uppercase;
    /* font-weight: 600; */
    line-height: 67px;
}

.footer-imgs img {
    position: absolute;
}

img.fot-1 {
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

img.fot-2 {
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.footer_inner1 {
    position: relative;
    text-align: unset !important;
    margin-left: 70px;
}

.footer_inner2.Quick-links {
    position: relative;
    margin-left: 50px;
}

.footer_inner2.f-product {
    position: relative;
}

.footer_inner2 {
    position: relative;
}

.footer_inner2 ul li a:hover {
    /* padding-left: 5px; */
    color: #035585;
}

.footer_inner2 ul li a {
    color: #ffff;
    font-size: 14px;
    transition: 0.3s ease-in-out;
    font-family: 'Montserrat';
}

ul.footer_links li {
    margin-bottom: 14px;
}


ul.contact_links li a i {
    margin-right: 15px;
    font-size: 20px;
    color: #035585;
    transition: 0.3s ease-in-out;
}

ul.contact_links li a span {
    padding-left: 35px;
    display: block;
}

ul.contact_links li {
    margin: 0px 0px 21px;
}

footer hr {
    color: #fff;
}

footer p {
    color: #000;
}

.footer_inner1 ul {
    margin-top: 20px;
}

.footer_inner1 ul a {
    color: #000;
    font-size: 20px;
    margin-right: 10px;
}

.footer_inner1 ul a:hover {
    color: #000;
}

.footer_inner1 ul a i {
    transition: 0.3s ease-in-out;
}

.footer_inner1 ul a i:hover {
    transform: scale(1.1);
    color: #333232;
}

.container.cpoywrite .row {
    align-items: center;
}

.footer_inner2.Quick-links ul {
    column-count: 2;
}

.footer_inner2.f-product {
    padding-left: 50px;
}

.footer_inner1 ul li a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
}

.f1 {
    background: #3b5998;
}

.f2 {
    background: #0e76a8;
}

.f3 {
    background: #2296f9;
}

.f4 {
    background: #cd1f29;
}

.container.cpoywrite p {
    color: #fff;
}

.container.cpoywrite p a {
    position: relative;
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}

.container.cpoywrite p a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.container.cpoywrite p a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}


.news-latter-sec .row {
    align-items: center;
}

.news-frm input::placeholder {
    font-family: 'Montserrat';
    font-size: 14px;
}

/*footer*/

/*About Us Page Css Starts*/

section.inner-about-sec {
    margin: -60px 0 0 0;
    width: 90%;
    padding: 60px 50px 60px 160px;
}

section.inner-about-sec .about-txt-ex {
    margin: 50px 0 0 0;
}

section.inner-video-sec .video-main {
    width: 85%;
    margin: 0 40px 0 auto;
}

/*About Us Page Css Ends*/

/* Product Page Start */

.product-inner-sec .product-side-bar {
    height: 900px;
    overflow-y: scroll;
}

.product-inner-sec .product-side-bar h4 {
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0;
    color: #fff;
    position: relative;
}

.themes-h4:after {
    height: 4px;
    position: absolute;
    content: '';
    width: 22px;
    top: 17px;
    right: 20px;
    background: #fff;
}

.product-inner-sec .product-side-bar ul li {
    margin: 10px 0;
    border-bottom: 1px solid #f2f2f230;
    padding: 5px 0;
}

.product-inner-sec .product-side-bar ul li a input {
    height: 15px;
    width: 15px;
    border: 2px solid #000;
    margin-right: 30px;
}

.product-inner-sec .product-side-bar ul li a label {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.product-inner-sec ::-webkit-scrollbar {
    width: 10px;
}

/* Track */

.product-inner-sec ::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 100px;
}

/* Handle */

.product-inner-sec ::-webkit-scrollbar-thumb {
    background: #00b3b4;
    border-radius: 5px;
}

.product-inner-sec select {
    width: 100%;
    padding: 10px 15px;
    height: 50px;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    font-size: 18px;
    border-radius: 0;
}

.product-inner-sec select option {
    color: #000;
}

.product-top-txt h6 {
    text-align: end;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.product-inner-sec .al-cent {
    align-items: center;
}

.product-inner-sec .load-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60%;
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    margin: 50px auto 0;
}

.product-inner-sec .product-b .prod-img {
    background: #fff;
}

.product-img img {
    width: 100%;
    height: 350px;
    margin-top: 0;
    border: 1px solid #fff;
    object-fit: cover;
}

img.pr1 {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
}

img.pr2 {
    position: relative;
    right: 0;
    top: 0;
}

.arrival-box.prd-pg-box {
    margin: 20px 0;
    border-radius: 20px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    text-align: center;
}

.arrival-box.prd-pg-box img {
    height: 100%;
    object-fit: cover;
    width: auto !important;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.arrival-box.prd-pg-box i {
    color: #0098db;
}

.arrival-imag {
    height: 250px;
}

.arrival-text h4 {
    font-size: 26px;
    color: #071a48;
    text-transform: capitalize;
}

.arrival-text h3 {
    font-size: 26px;
    color: #016dff;
    padding: 20px 0;
}

.product-cart i {
    font-size: 30px;
    color: #fff !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #02b5c6;
    border-radius: 60px;
}

.product-cart {
    margin-bottom: -15%;
}

img.prd-4 {
    position: absolute;
    right: 0;
    top: 0;
}

img.prd-7 {
    position: absolute;
    top: 1%;
    right: 30%;
}

img.prd-6 {
    position: absolute;
    right: -5%;
    bottom: 5%;
}

img.prd-5 {
    top: 50%;
    left: -5%;
    position: absolute;
}

img.prd-2 {
    position: absolute;
    top: 40%;
    left: 0;
}

img.prd-3 {
    position: absolute;
    bottom: 5%;
    left: 10%;
}

.al-cent {
    margin: 0 0 50px 0;
}

.product-side-bar ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

/* Product Page End */

/* Product Detail Page Start */

.productdetailsec {
    padding: 80px 0 50px;
}

img.pd-1 {
    position: absolute;
    top: 0;
    right: 0;
}

img.pd-2 {
    position: absolute;
    top: -7%;
    right: 0;
}

img.pd-3 {
    position: absolute;
    top: 10%;
    right: 10%;
}

img.pd-4 {
    position: absolute;
    top: 8%;
    left: 0;
}

img.pd-5 {
    position: absolute;
    right: -6%;
    bottom: 10%;
}

img.pd-9 {
    position: absolute;
    top: 10%;
    left: 10%;
}

img.pd-10 {
    position: absolute;
    right: 10%;
    top: 10%;
}

.productdetailtext h3 {
    /* font-size: 65px; */
    /* line-height: 70px; */
    color: #fff;
    /* width: 75%; */
    font-weight: 500;
    letter-spacing: 4px;
}

.sl-nv-mn {
    margin-top: 0;
    padding-left: 0px;
}

.sl-nv-mn .slick-slide {
    margin: 0 0 20px 0;
}

.productdetailtext span {
    color: #fff;
    font-size: 27px;
    line-height: 35px;
    font-weight: 600;
    position: relative;
    font-family: "Montserrat", sans-serif;
    /* letter-spacing: 4px; */
}

.productdetailtext span:after {
    position: absolute;
    width: 3px;
    height: 40px;
    background: #000;
    left: -20px;
    top: 0;
}

.productdetailtext ul {
    padding: 0;
    margin: 0 0 0px;
}

.productdetailtext ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 23px;
}

.productdetailtext ul li a i {
    color: #fff;
    font-size: 14px;
    margin-right: 3px;
}

.productdetailtext ul li:nth-child(1) a i {
    color: #fff;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group button.btn.btn-default.btn-number {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 0 15px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
    margin: 0;
    top: -13px;
    right: 5px;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul {
    padding: 0;
    margin: 0 0 40px;
}

.iconlist ul li {
    list-style: none;
    line-height: 30px;
    font-family: 'Montserrat';
    color: #fff;
    font-size: 18px;
}

.iconlist ul li i {
    margin: 0 17px 15px 0;
    font-size: 18px;
    color: #fff;
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
}

.productdetailsmallportion img {
    margin: auto;
    width: 100%;
}

.productdetailsmallportion {
    height: 130px;
    width: 170px;
    object-fit: cover;
    margin: 0 auto;
}

.productdetailsmallportion img {
    border-radius: 10px;
}

.productdetailsec .productdetailportion {
    position: relative;
    /* border: 2px solid #E1E1E1; */
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    border-radius: 10px;
    background-color: rgb(249, 247, 250);
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
}

.sl-dl-main {
    position: relative;
}

.sl-dl-main i {
    position: absolute;
    bottom: 3%;
    right: 7%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #007d73;
    color: #fff;
    border-radius: 100px;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
}

.product-detail span {
    margin: 0;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.product-detail span {
    width: 30px !important;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    height: 30px !important;
    margin: 11px 5px 5px;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: rgb(255, 255, 255) !important;
}

.product-details-btn.btn10 {
    background-color: #CFA55A !important;
    color: black;
    border-color: #CFA55A;
    font-size: 17px;
}

.quanity.product-detail {
    margin-left: 20px;
}

.product-detail span:hover {
    background-color: #007d73 !important;
}

ul.product-detail-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.product-detail-heading h3 span {
    font-size: 65px;
}

.product-details-btn {
    height: 60px;
    border: 0;
    width: 180px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #cfa55a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    cursor: pointer;
}

.related-prd-sec {
    position: relative;
}

/* .product-details-btn:hover{
color: white;
} */

.iconlist {
    margin-top: 40px;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    text-align: center;
    background: #151324;
    padding: 0 40px;
    margin-bottom: 0;
}

.description .nav-tabs {
    /* padding-bottom: 0px; */
    padding-bottom: 30px;
}

.nav-tabs {
    border-bottom: 0;
}

.description .tab-content p {
    color: #000;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 30px;
    padding: 20px 0 0;
}

.description .tab-content h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat';
}

.deatil-txttt h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 55px;
    line-height: 60px;
}

.deatil-txttt p {
    font-size: 20px;
    width: 80%;
}

.productdetailtext {
    padding: 0px 0px 0 0px;
}

.prdtc-price li ul {
    margin-top: 0;
}

ul.dummy-list.shop li {
    list-style: disc;
    display: list-item;
    margin-left: 40px;
    padding: 10px 0;
}

ul.prdtc-price li {
    margin-top: 10px;
    margin-bottom: 18px;
}

.productdetailsmallportion img {
    position: relative;
    z-index: 999999999999999;
    height: 100% !important;
    border: 1px solid #000 !important;
}

.productdetailsmallportion img {
    position: relative;
    z-index: 999999999999999;
}

.productdetailnav .slick-list.draggable {
    margin-top: 0px;
}

/* skin 2 */

.skin-2 .num-in {
    background: #F0F0F0;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 40px;
    width: 110px;
    float: left;
    border-radius: 12px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
    background-color: #ffffff;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
    font-family: 'Roboto';
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
}

.product-detail input.in-num {
    border: 1px solid #000;
    width: 50%;
    margin: 0 5px;
    height: 50px;
    color: #000;
    background: #fff;
    font-family: 'Montserrat';
}

.productdetailsec .btn10 {
    color: white;
}

.productdetailsec .img-1 {
    position: absolute;
    left: -7%;
    top: 34%;
    width: 275px;
}

.productdetailsec .img-2 {
    position: absolute;
    right: -7%;
    top: 79%;
    width: 245px;
}

.productdetailsec .img-6 {
    position: absolute;
    left: -8%;
    bottom: 3%;
    width: 277px;
}

.productdetailsec .img-3 {
    position: absolute;
    right: -4%;
    top: 43%;
    width: 275px;
}

.productdetailsec .img-4 {
    position: absolute;
    right: -18%;
    top: 13%;
    width: 587px;
}

/* / skin 2 */

.productdetailsec {
    position: relative;
}

.prod-det-bg {
    background-image: url(../images/pr-det-pag.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.deatil-mess h2 {
    font-size: 55px;
    text-transform: uppercase;
}

.deatil-mess p {
    font-size: 20.77px;
}

section.deatil-img-sec {
    padding: 50px 0 90px;
}

section.deatil-img-sec {
    position: relative;
}

.pro-detail h2 {
    font-size: 55px;
    line-height: 60px;
    text-transform: uppercase;
}

.rel-prdtc-mn .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.rel-prdtc-mn .slick-arrow {
    display: none !important;
}

.prodt-main {
    text-align: center;
    margin: 0 auto;
    background: #fff;
    box-shadow: 4px 6px 11px 0 #00000017;
    border: 1px solid #00000026;
    padding: 40px 30px;
}

.prodt-main h6 {
    font-size: 22.61px;
    font-family: 'Roboto';
    margin-top: 20px;
}

.prodt2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prodt2 ul li {
    margin: 0 14px 0 0;
}

.prodt2 ul li i {
    color: #e3a206;
}

.prodt2 p {
    font-size: 20px;
    font-weight: 600;
}

a.relaed-btn {
    background: #87d749;
    color: #fff;
    display: flex;
    width: 60%;
    align-items: center;
    font-size: 15px;
    height: 50px;
    font-family: 'Roboto';
    justify-content: space-evenly;
    margin: auto;
}

.prdt-cart {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

main.detail2 {
    position: relative;
}

main.detail2:before {
    content: '';
    position: absolute;
    background-image: url(../images/deatil-back-2.png);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.productdetailsec .slick-next:before {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-size: 35px;
}

.productdetailsec .slick-prev:before {
    content: '\f104';
    font-family: 'Font Awesome 6 Pro';
    font-size: 32px;
}

.productdetailsec .slick-prev {
    left: -17px;
    z-index: 1;
    top: 50%;
}

.productdetailsec .slick-next {
    right: -15px;
    top: 50%;
}

section.product.pg {
    padding: 100px 0;
    position: relative;
}

img.prd1 {
    position: absolute;
    bottom: -2%;
    left: -4%;
    width: 15%;
}

.product-pg-text h2 {
    font-size: 65px;
    color: #000;
}

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

.productdetailsmallportion img {
    border-radius: 0;
    object-fit: contain;
    padding: 10px;
    background-color: #cdcdcd;
    border-radius: 10px;
}

.productdetailsec .productdetailportion img {
    border-radius: 20px;
}

.productdetailtext h2 {
    font-size: 50px;
    line-height: 53px;
    margin: 15px 0;
}

ul.dummy-list.shop p {
    font-size: 19px;
    font-family: 'Montserrat';
    color: #fff;
}

ul.dummy-list.shop {
    margin: 20px 0;
}

ul.dummy-list.shop li::marker {
    color: #fff;
    font-size: 30px;
}

a.btn1.cat-sub-btn {
    margin: 0;
}

.related-head {
    width: 50%;
    margin: 0 auto 30px;
    text-align: center;
}

.related-head p {
    font-size: 18px;
    font-family: 'Roboto';
    color: #000;
}

.slick-active {
    opacity: 1;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 210px;
    height: 60px;
    background: linear-gradient(180deg, rgb(0 111 100 / 70%) 0%, rgba(0, 179, 182, 1) 100%);
    font-size: 17px;
    border-radius: 5px;
    font-weight: 300;
    color: #fff;
    font-family: 'Montserrat';
}

.description li.nav-item .nav-link.active {
    border: 0;
    background-color: #000;
    color: #ffffff;
}

.rev-btn {
    display: inline-block;
}

.rate {
    height: 46px;
    /* padding: 0 10px; */
    float: left;
    display: block;
    clear: both;
}

.rate input {
    top: 0;
    visibility: hidden;
}

.rate:not(:checked)>input {
    position: absolute;
    /* top: -9999px; */
}

.rate:not(:checked)>label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    color: #ccc;
    margin: 0 3px;
}

button.btn1.tabs-btn {
    font-size: 16px;
    padding: 10px 50px;
    margin-top: 20px;
    display: inline-block;
}

.rate:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
}

.rate>input:checked~label {
    color: #f9d71c;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.description .tab-content p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Montserrat';
    padding: 10px 0;
}

.review-heading {
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.review-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.review-box-container {
    display: block;
}

.review-box {
    width: 100%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profile {
    display: flex;
    align-items: center;
}

.name-user {
    display: flex;
    flex-direction: column;
}

.name-user strong {
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.name-user span {
    color: #979797;
    font-size: 0.8rem;
}

.reviews {
    color: #f9d71c;
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.client-comment p {
    font-size: 0.9rem;
    color: #4b4b4b;
}

.review-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.description .tab-content input[type="text"] {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    height: 50px;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.prdtc-rvw ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.description .tab-content form .row {
    align-items: center;
}

.prdtc-rvw i {
    font-size: 25px;
    margin-right: 10px;
}

.description .tab-content textarea {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.description .tab-content form {
    margin-bottom: 70px;
}

.prdtc-rvw i:hover {
    color: #FFC107;
}

.productdetailportion img {
    width: 100%;
    object-fit: contain;
    padding: 50px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
    background: #00afb1;
}

/* Product Detail Page End */

/* Cart Page Start */

.cart-sc-mn {
    background-image: url(../images/cart.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.add-to-cart {
    padding: 150px 0;
    position: relative;
    background-image: url(../images/cart-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.add-to-cart .img-1 {
    position: absolute;
    left: -9%;
    top: 22%;
    width: 250px;
}

.add-to-cart .img-2 {
    position: absolute;
    bottom: 20%;
    left: 13%;
}

.add-to-cart .img-3 {
    position: absolute;
    right: -10%;
    top: 0%;
    width: 290px;
}

.add-to-cart input {
    width: 100%;
    text-align: center;
    height: 55px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    font-size: 23px;
    color: #0000009c;
    font-weight: 500;
    margin-top: 24px;
    background: #f7f7f7;
}

.table-responsive .table th:last-child {
    /* border-top-right-radius: 40px; */
    /* border-bottom-right-radius: 40px; */
}

.table-responsive .table th:first-child {
    /* border-top-left-radius: 40px; */
    /* border-bottom-left-radius: 40px; */
}

.add-to-cart a {
    font-size: 20px;
    display: block;
    text-align: center;
    padding-top: 9px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.add-to-cart h4 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 600;
}

.add-to-cart .table>tbody>tr>td,
.add-to-cart .table>tbody>tr>th,
.add-to-cart .table>tfoot>tr>td,
.add-to-cart .table>tfoot>tr>th,
.add-to-cart .table>thead>tr>td,
.add-to-cart .table>thead>tr>th {
    vertical-align: middle;
}

.total-section {
    padding: 40px 20px;
    background: #00b2ac;
    /* box-shadow: 0 0 55px 0 #d9d9d9; */
    border: 1px solid #0000003b;
}

.total-section ul {
    font-family: 'trajan';
    list-style: none;
    margin-bottom: 0;
}

.total-section li {
    font-size: 27px;
    line-height: 40px;
    padding-bottom: 20px;
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat';
}

li.color-change {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 34px;
}

.total-section li.color-change span {
    font-size: 30px;
    color: #fff;
    font-family: 'Montserrat';
}

.total-section li span {
    float: right;
}

.ship-estimate {
    margin-top: 10%;
    padding: 15px 40px;
    background: #00b2ac;
    /* box-shadow: 0 0 55px 0 #d9d9d9; */
    border: 1px solid #0000003b;
}

.ship-estimate li {
    font-size: 27px;
    color: #fff;
    line-height: 40px;
    font-family: 'Montserrat';
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: capitalize;
}

.ship-estimate ul {
    margin-top: 15px;
    margin-bottom: 30px;
    list-style: none;
}

.ship-estimate .grey-style {
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 300;
    text-transform: capitalize;
}

.proceed a {
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat';
}

.or-amazon {
    margin-top: 50px;
    position: relative;
    border: 2px solid #cecece;
    padding: 30px 50px;
    border-radius: 5px;
    background: #fff;
    margin-left: -60%;
    width: 100%;
}

.or-amazon p {
    font-size: 17px;
    position: absolute;
    background: #f4f4f4;
    top: -18px;
    left: 0px;
    padding: 3px 20px;
    color: rgb(51, 51, 51);
    display: block;
    text-transform: uppercase;
    border: 0;
    font-family: Poppins;
    right: 0px;
    margin: 0px auto;
    width: 70%;
    font-weight: 600;
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.product-img {
    width: 100%;
    border-radius: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #0000002e; */
    margin-top: 50px;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
    font-size: 19px;
    font-weight: 400;
    color: #Fff;
    font-family: 'Montserrat';
    background-color: #00b2ac;
    padding: 21px 25px;
    border-radius: 0;
    text-transform: capitalize;
}

.table-space h3 {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 25px;
    color: #fff;
    text-transform: lowercase;
}

.space .row {
    align-items: center;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #ffffff;
    border-style: solid;
    border-width: 0;
}

th.qty {
    text-align: center;
}

a.remove {
    font-size: 22px;
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    background-color: #00b2ac;
    color: #fff;
    border: #fff;
}

.table-space h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-family: 'Montserrat';
    margin: 5px 0;
    text-transform: capitalize;
}

.table-space span {
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat';
}

li.color-change {
    margin-top: 8%;
}

.table-responsive {
    margin-bottom: 0%;
}

.table th:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.table th:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.table th:first-child {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.table th:last-child {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.product-img.cart img {
    margin-top: 0;
}

.product-img.cart img {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 10px;
    object-fit: contain;
}

.product-img.cart {
    margin: 0;
    height: 100px;
    width: 100px;
}

a.btn1.checkout-btn {
    font-size: 21px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px 0;
    background-color: #00b2ac;
}

img.crt-1 {
    position: absolute;
    top: 5%;
    right: 10%;
}

img.crt-2 {
    position: absolute;
    top: 5%;
    left: 10%;
}

img.crt-3 {
    position: absolute;
    right: -6%;
    bottom: 25%;
}

img.crt-4 {
    position: absolute;
    right: 0;
    top: 0;
}

img.crt-5 {
    position: absolute;
    left: 0;
    bottom: 47%;
}

img.crt-6 {
    position: absolute;
    top: 5%;
    right: 45%;
}

img.crt-7 {
    position: absolute;
    right: 45%;
    bottom: 9%;
}

/* Cart Page End */
/* Checkout Page Start */

.billing_form h3 {
    font-family: 'ponter';
    font-size: 40px;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 100;
    letter-spacing: 5px;
}

.billing_form label {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 600;
}

.radiosss p {
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    margin-bottom: 20px;
    padding-left: 15px;
    background: transparent;
    border-radius: 5px;
    color: #fff;
}

a.btn1.checkout_btn.mt-4.btn13 {
    width: 100%;
    font-size: 20px;
    text-align: center;
}

.billing_form input::placeholder {
    color: #fff;
    font-family: 'Montserrat';

}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
    font-family: 'Montserrat';
    color: #fff;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #000;
    font-family: 'Roboto';
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    font-family: 'Montserrat';
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 20px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #fff;
    border-radius: 0;
}

font {
    font-size: 24px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
    font-family: 'adoha';
    font-weight: 100;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    letter-spacing: 0;
}

.cart_sidebar h5 span {
    float: right;
    color: #fff;
}

.cart_sidebar h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: normal;
    padding-top: 0;
    font-family: 'Montserrat';
    font-size: 34px;
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-family: 'Montserrat';
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #00b2ac;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn:hover {
    /* color: white; */
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Montserrat';
    font-size: 30px;
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #00b2ac;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background: none;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
    margin: 10px 0;
}

section.checkout_page.all-section.all-side {
    padding: 100px 0 150px;
    position: relative;
}

img.ch1 {
    position: absolute;
    top: 4%;
    right: -5%;
}

img.ch2 {
    position: absolute;
    bottom: 12%;
    left: -3%;
}

img.ch3 {
    position: absolute;
    right: -7%;
    bottom: -5%;
}

.checkout_page .img-1 {
    position: absolute;
    left: -13%;
    top: 50%;
    width: 340px;
}

.checkout_page .img-2 {
    position: absolute;
    right: -7%;
    top: 60%;
    width: 230px;
    transform: rotate(200deg);
}

.billing_form {
    border: 1px solid #fff;
    padding: 50px 25px;
    border-radius: 5px;
}

.cart_sidebar h3 {
    /* font-family: 'reco'; */
    /* font-size: 36px; */
    /* line-height: 54px; */
    color: #fff;
    letter-spacing: 5px;
}

/* Checkout Page End */

/* Services Page Starts */

section.inner-services-sec::before {
    display: none;
}


section.watch-video h2:before,
section.video h2:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(96%) saturate(18%) hue-rotate(265deg) brightness(104%) contrast(107%);
}

.video-slide .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.5);
}

.video-slide .slick-slide.slick-active img {
    margin: 0 auto;
    width: 250px;
}

.video-slide .slick-slide.slick-current.slick-active.slick-center img {
    width: 90%;
    height: 300px;
    object-fit: cover;
    /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
}

.video-slide .slick-track {
    display: flex;
    align-items: center;
}

.vido-img img:not(a img) {
    border: 5px solid #fff;
}

.vido-img {
    position: relative;
}

.vido-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}

.vido-img a img {
    width: 52px !important;
    height: 56px !important;
    object-fit: cover;
}

.video-slide .slick-slide {
    margin: 50px 20px;
    opacity: 1;
}

section.watch-video h2.big-heading {
    color: #fff;
}

.watch-heading * {
    color: #fff;
}

.video-slide .slick-prev:before {
    content: "\f104";
}

.video-slide .slick-next:before {
    content: "\f105";
}

.video-slide .slick-prev:before,
.video-slide .slick-next:before {
    position: absolute;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 39px;
    color: #fff;
}

.video-slide .slick-next {
    right: 0;
}

section.watch-video .top-head p {
    color: #fff;
}

.sec-head.second-sec-head h2 {
    font-size: 55px;
    line-height: 61px;
    color: white;
}

.sec-head.second-sec-head {
    font-size: 15px;
    line-height: 28px;
    font-family: 'Montserrat';
    color: white;
}

.rental-btn-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rental-btn-right a i {
    font-size: 20px;
    color: rgba(3, 173, 239, 1);
}

section.inner-services-sec .services-card-txt {
    height: 260px;
}

/* Services Page Ends */

/* Services Details Page css Starts */

.services-detail-txt h2 {
    font-size: 50px;
    line-height: 55px;
}

.services-detail-img img {
    height: 420px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    border-radius: 10px;
}

.services-detail-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.services-detail-txt-bottom {
    margin: 50px 0 0 0;
}

.faqs-hadeing h2 {
    font-size: 50px;
    line-height: 55px;
}

/* Services Details Page css End */


/* Faqs Starts */

section.faqs-sec {
    position: relative;
}

section.faqs-sec::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 50%;
    margin: -50px 0 0 0;
    background-color: #00b2ac;
    z-index: -1;
}

.faqs-hadeing h3 {
    color: #fff;
}

.faqs-hadeing p {
    color: #fff;
    width: 93%;
    margin: 0 auto;
}

.gorilla-content .accordion-item {
    margin-bottom: 30px;
    border: unset;
    border-radius: 10px;
}

.gorilla-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: black;
    background: unset;
    border-bottom: unset;
    font-size: 23px;
    font-family: "Roboto";
    text-transform: uppercase;
    font-weight: 600;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    text-transform: uppercase;
}

.gorilla-content button:focus:not(:focus-visible) {
    box-shadow: none;
}

.gorilla-content .accordion-button::after {
    content: '\f078';
    font-weight: 900;
    font-family: "Font Awesome 5 free";
    background-image: none;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 25px;
}


.gorilla-content .accordion-button.collapsed {
    padding: 15px 20px;
    color: #000;
    background-color: #fff;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    /* border-radius: 10px; */
    transition: ease-in;
    transition-duration: 0.5s;
}

.gorilla-content .accordion-button.collapsed:hover {
    background-color: #006c61;
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.gorilla-content .gorrila-page-txt .color-red {
    color: #a60000;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 30px;
}

.gorrila-page-txt ul {
    list-style: auto;
}

.gorrila-page-txt ul li {
    color: #000000;
    font-size: 14px;
    line-height: 23px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    margin-left: 15px;
}

.gorrila-page-txt ul li::marker {
    color: #a60000;
}

.accordion-body.gorrila-page-txt {
    padding: 0px 30px 20px 30px;
    background: #ffffff;
    border-top: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.gorilla-content .accordion-item {
    margin-bottom: 20px;
    border: unset;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.gorilla-content .accordion-item h2 {
    width: 100%;
}

.gorilla-content .accordion-button:not(.collapsed) {
    padding: 20px 20px 0px 20px;
    color: #000;
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 10px;
    font-family: 'ponter';
}

.gorilla-content button:focus:not(:focus-visible) {
    box-shadow: none;
}

.gorilla-content .accordion-button:not(.collapsed)::after {
    content: \f068;
    font-weight: 900;
    font-family: "Font Awesome 5 free";
}

.gorilla-content .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.accordion-body p {
    color: #000;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
}

/* Faqs Ends */

/* Faqs Page Css Starts */

section.inner-faqs-sec::before {
    display: none;
}

.faqs-left {
    background: linear-gradient(180deg, rgba(0, 111, 100, 1) 0%, rgba(0, 179, 182, 1) 100%);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.faqs-left * {
    color: #fff;
}

.faqs-left-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.faqs-left-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    background-color: #fff;
}

.faqs-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 20px;
    background-color: #fff;
    color: #000;
    border-radius: 100px;
    font-weight: 500;
    transition: ease-in;
    transition-duration: 0.5s;
}

.faqs-btn a:hover {
    background-color: #006c61;
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

/* Faqs Page Css Ends */

/* Donation Page Css Starts */

.donation-ex {
    display: flex;
    align-items: start;
    justify-content: start;
    width: 100%;
}

.donation-contri-method-box {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 50px;
}

.donation-contri-main,
.donation-method-main {
    width: 50%;
}

.donation-contri-main {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.donation-contri-don-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 90px;
    margin: 10px;
    background-color: #fff;
    border: 2px solid #000;
    cursor: pointer;
    transition: ease-in;
    transition-duration: 0.5s;
}

.donation-active .donation-contri-don-txt {
    background-color: #00b2ac;
    border: none;
}

.donation-contri-don-txt h6 {
    font-family: 'Montserrat';
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    transition: ease-out;
    transition-duration: 0.5s;
}

.donation-contri-don-txt:hover {
    background-color: #00b2ac;
    border: none;
    transition: ease-in;
    transition-duration: 0.5s;
}

.donation-contri-don-txt:hover h6 {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.donation-active .donation-contri-don-txt h6 {
    color: #fff;
}

.donation-input input,
.donation-slec select {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #0000;
    margin: 10px 0;
    background-color: #ffff;
}

.donation-slec select {
    cursor: pointer;
}

.donation-slec {
    position: relative;
}

.donation-slec i {
    position: absolute;
    top: 40%;
    right: 2%;
}

.donation-input-txt label {
    display: INLINE-FLEX;
    align-items: center;
    justify-content: start;
    gap: 10px;
    cursor: pointer;
    margin: 10px 0;
    color: #fff;
}

.donation-contri-heading h5 {
    font-size: 50px;
    line-height: 55px;
    margin: 0 0 30px 0;
}

.donation-method-main {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    background-color: #fff;
    padding: 30px;
}

.donation-method-txt-main {
    width: 100%;
}

.donation-method-heading h2 {
    font-size: 55px;
    line-height: 65px;
    color: #000;
}

.donation-method-txt-main ul {
    border: none;
}

.donation-method-txt-main ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin: 0 0 10px 0;
}

.donation-method-txt-main ul li label {
    font-size: 17px;
    line-height: 25px;
    font-family: 'Montserrat';
    font-weight: 500;
    cursor: pointer;
}

.card.card-body p {
    color: #fff;
    margin: 20px 0;
}

.donation-method-check label {
    color: #000;
}

.donation-method-check label a {
    color: #000;
}

.donation-btn {
    width: 100%;
}

.donation-btn button {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
}

.donation-btn button span.theme1-txt {
    font-size: 24px;
    line-height: 30px;
}

/* Donation Page Css Ends */


/*Get A Quote Start*/

.get-a-quote-input input, .get-a-quote-input select {
    width: 100%;
    height: 60px;
    border: 1px solid #6a6d70;
    border-radius: 5px;
    padding: 0 20px;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 19px;
    cursor: pointer;
    transition: ease-in;
    transition-duration: 0.5s;
}

.get-a-quote-input select option {
    color: #000;
}

.get-a-quote-input input:focus, .get-a-quote-input select:focus, .get-a-quote-input textarea:focus {
    background: linear-gradient(180deg, rgba(0, 111, 100, 1) 0%, rgba(0, 179, 182, 1) 100%);
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.get-a-quote-input input:focus::placeholder, .get-a-quote-input select:focus::placeholder, .get-a-quote-input textarea::placeholder {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.get-a-quote-input-iocn i {
    font-size: 20px;
    color: #000;
}

.get-a-quote-input-iocn {
    position: absolute;
    right: 25px;
}

.get-a-quote-input {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.paga-link ul li:last-child a {
    color: #cb1a22;
}

.get-a-quote-input input::placeholder {
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 19px;
}

.get-a-quote-textarea textarea {
    width: 100%;
    height: 230px;
    border: 1px solid #6a6d70;
    border-radius: 5px;
    padding: 20px 20px;
    resize: none;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 19px;
}

.get-a-quote-textarea textarea::placeholder {
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 19px;
}

.get-a-quote-textarea {
    position: relative;
}

.get-a-quote-textarea-icon {
    position: absolute;
}

.get-a-quote-textarea-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.get-a-quote-textarea-icon i {
    font-size: 20px;
    color: #000;
}

.get-a-quote-button {
    margin-top: 50px;
    text-align: center;
}

.get-a-quote-button a {
    width: 13%;
    margin: 0 auto;
}

.inner-f {
    margin: 0;
    padding: 0;
}

.footer-bg .footer-sec:after {
    height: 100%;
}

.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    transition: background 0.3s ease;
}

.custom-file-upload:hover {
    background-color: #0056b3;
}

#myfile {
    display: none;
}

.get-a-quote-input label {
    width: 100%;
    height: 60px;
    border: 1px solid #6a6d70;
    border-radius: 5px;
    padding: 0 20px;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 19px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: start;
    cursor: pointer;
}

/*Get A Quote End*/


/* Copy Right Page Start */

.footer-in .news-latter-sec {
    display: none;
}

section.copyright-sec {
    padding: 130px 0 100px;
    text-align: center;
}

section.copyright-sec h1 {
    color: #fff;
    margin-bottom: 35px;
}

section.copyright-sec p {
    margin-bottom: 35px;
    line-height: 32px;
}

.copy-right-main {
    width: 82%;
    margin: 0 auto;
}

/* Copy Right Page End */


/*---------------------------------------------------- Accounts Section Start --------------------------------------------------------------*/

.login-txt form input {
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    padding: 16px 40px 16px 20px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 5px;
    background: transparent;
}

.login-txt form input::placeholder {
    color: #ffff;
    font-size: 15px;
}

.login-txt form input:focus {
    box-shadow: none;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.login-txt h2 {
    text-align: center;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 1.5;
}

.password-box {
    position: relative;
    margin-bottom: 20px;
}

.password-box-input input {
    padding: 10px 40px 10px 20px;
}

.password-icon {
    position: absolute;
    top: 20%;
    right: 3%;
}

.password-icon span {
    color: #fff;
    cursor: pointer;
    display: none;
}

.login-txt {
    padding: 45px 30px 30px;
    border-radius: 6px;
    background-color: transparent;
    box-shadow: 0 0 20px 0px #0000001a;
    border: 2px solid #fff;
}

.login-txt ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    gap: 10px;
}

li.head {
    font-size: 17px;
    font-weight: 600;
}

.login-txt ul li {
    display: flex;
    gap: 7px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.login-txt form button {
    width: 100%;
    padding: 5px 60px 5px 25px;
    justify-content: center;
}

li.head-ex {
    text-decoration: underline;
}

.login-txt ul li label {
    cursor: pointer;
    font-size: 15px;
    color: #fff;
}

.login-txt-ex ul {
    justify-content: space-between;
}

section.login.sec {
    padding: 130px 0;
}

.login-txt.login-txt-ex li.head a {
    font-size: 17px;
    color: #fff;
}

.login-txt ul li a {
    color: #fff;
    font-size: 19px;
}

.login-txt form button span.theme1-txt {
    font-size: 19px;
}

li.head.t a {
    text-transform: uppercase;
    text-decoration: underline;
}

/*---------------------------------------------------- Accounts Section End --------------------------------------------------------------*/

/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

section.contact-sec {
    padding: 100px 0;
    background-color: #f1f1f1;
}

.contact-img img {
    object-fit: cover;
    width: 100%;
    height: 580px;
}

.contact-img:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -17px;
    background: url(../images/contact-back.png);
    width: 100%;
    height: 420px;
    z-index: -1;
}

.contact-img {
    width: 90%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 0;
}

.contact-main h2 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.contact-main p {
    margin-bottom: 20px;
}

.contact-main input {
    width: 100%;
    margin-bottom: 20px;
    height: 55px;
    padding: 10px 15px;
    border: unset;
    box-shadow: 0 0 3px 0px #636363ad;
    text-transform: capitalize;
    background: #fff;
    font-weight: 600;
    color: #000;
}

.contact-main textarea {
    width: 100%;
    box-shadow: 0 0 3px 0px #636363ad;
    height: 200px;
    border: unset;
    text-transform: capitalize;
    padding: 10px 15px;
    resize: none;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

/*Contact Start*/

.contact-page {
    padding: 100px 0;
}

.contact1 h2 span,
.contact2 h2 span {
    color: #131b38;
}

.contact1 .theme-btn span {
    color: #fff;
    font-size: 20px;
}

.contact1 button.theme-btn {
    font-size: 26px;
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 108, 97) 0%, rgb(0, 178, 172) 55%, rgb(0, 179, 182) 96%);
    border: unset;
    width: 100%;
    height: 60px;
    border-radius: 5px;
}

.contact1 .theme-btn i {}

.contact1 p,
.contact2>p {
    margin-top: 10px;
    margin-bottom: 4%;
    color: #fff;
    width: 77%;
}

.contact1 input,
.contact1 textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 60px;
    padding: 20px;
    background: #fff;
    font-family: 'Montserrat';
    border-radius: 5px;
    border: unset;
}


.contact1 textarea {
    height: 150px;
    resize: none;
}

.contact2 ul li {
    display: flex;
    align-items: center !important;
    margin-bottom: 63px;
    align-items: flex-start;
}

.contact2 ul li h4 {
    font-size: 28px;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    border: unset;
    font-weight: 400;
}

.contact2 ul li h4 span {
    color: #fff;
}

.contact2 ul li p a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.contact2 .icon {
    height: 80px;
    width: 17%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 23px;
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 108, 97) 0%, rgb(0, 178, 172) 55%, rgb(0, 179, 182) 96%);
}

.contact2 .icon i {
    font-size: 30px;
    color: #fff;
}

.contact-page-banner h4.heading {
    font-size: 64px;
    text-transform: capitalize;
    font-family: 'lucidabrightRegular';
    color: #6d2800;
    font-weight: 500;
}

.contact-page-banner h4.heading span {
    color: #fe0034;
}

.map {
    margin-top: 70px;
}

h1.cnt:after {
    width: 25px;
    height: 25px;
    right: 5.1%;
    bottom: 21%;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
    color: #000;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
}

.contact2 .icon_info {
    width: 83%;
}

.map iframe {
    width: 100%;
    height: 430px;
}

.contact2 .icon_info p {
    margin: 0;
    font-family: 'Montserrat';
}

.contact1 {
    padding-right: 30px;
}

.contact1 .theme-btn:hover {
    color: #fff;
}

/*Contact end*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contact2 h2 {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 3px;
}

.contact1 h2 {
    font-size: 50px;
    letter-spacing: 2px;
    line-height: 1.2;
}


/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Blog Section Start ------------------------------------------------------------- */

section.blog-sec {
    padding: 110px 0;
}

.blog-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-text {
    background: #fff;
    padding: 20px 20px;
    border-radius: 6px;
    width: 92%;
    margin-top: -33px;
    position: relative;
    z-index: 1;
    height: 290px;
}

.blog-text p {
    color: #000;
    padding-bottom: 20px;
    font-weight: 600;
    border-bottom: 1px solid #00000042;
    margin: 0 0 10px 0;
}

section.blog-sec .row.RQ {
    margin-bottom: 50px;
}

ul.blog-user {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    gap: 20px;
}

.blog-text h4 {
    margin-bottom: 16px;
}

ul.blog-user li {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.blog-user li span {
    text-transform: uppercase;
    font-size: 13px;
    color: #000000b0;
    font-weight: 500;
}

.blog-txt-btn a {
    color: blue;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 15px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 108, 97) 0%, rgb(0, 178, 172) 55%, rgb(0, 179, 182) 96%);
}

/*---------------------------------------------------- Blog Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Blog Detail Section Start ------------------------------------------------------------- */
/* Blog Detail Page Start */


/* blog detail css */

.blog-image>img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 0;
}

.recent-blog-tle {
    display: flex;
    align-items: center;
    margin: 0px 0px 30px;
}

.recent-blog-tle>img {
    height: 140px;
    width: 50%;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 5px;
}

.recent-blog-tle h6 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.arichve-sm {
    color: #ebebeb;
    border-width: 1px 0px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #ebebeb;
    border-bottom-color: #ebebeb;
    border-image: initial;
    border-right-style: initial;
    border-right-color: initial;
    border-left-style: initial;
    border-left-color: initial;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    padding: 10px 0;
}

.arichve-sm span i {
    margin-right: 5px;
    color: #ffff;
    font-size: 21px;
}

section.blog-detail {
    padding: 100px 0px;
    position: relative;
}

section.blog-detail .blog-image img {
    height: 560px;
}

section.blog-detail::before {
    content: "";
    position: absolute;
    height: 330px;
    width: 300px;
    left: 0px;
    top: 0px;
    margin: auto;
    background: url("../images/about-bubbles.jpg");
    z-index: -1;
}

.recent-blog h3 {
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.recent-blog {
    padding-top: 10px;
}

section.blog-detail h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin: 20px 0px 20px;
    line-height: 40px;
    letter-spacing: 3px;
}

.arichve-sm span {
    width: 50%;
    color: #fff;
    font-size: 12px;
}

.arichve-sm span:nth-child(2) {
    text-align: right;
    border-left: 1px solid #ebebeb;
    padding: 7px;
}

.arichve-sm.no-bdr {
    justify-content: start;
    margin: 0px 0px 20px;
    width: 58%;
}

.arichve-sm.no-bdr span {
    width: auto;
}

.arichve-sm.no-bdr span:nth-child(2) {
    padding-left: 30px;
    margin-left: 30px;
}

.blog-detail p {
    margin-bottom: 20px;
    font-size: 15px;
}

.blog-sec.blog-pg-sec .blog-sc-inn {
    margin-bottom: 60px;
}

.recent-blog-tle>div {
    margin-left: 20px;
}

.blog-detail .img-001 {
    position: absolute;
    z-index: -1;
    top: 0;
}


/* Blog Detail Page  End */
