@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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;
}

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;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'cutmark';
    src: url(../fonts/Cutmark-NrMedium.ttf);
}

@font-face {
    font-family: 'cutmarkbold';
    src: url(../fonts/Cutmark-Bold.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;
}

.all-section {
    padding: 100px 0;
}

.all-section-btm {
    padding: 0 0 100px;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.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: 'cutmark';
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h2 {
    font-family: 'cutmark';
    font-size: 50px;
    color: #000;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: uppercase;
}

h3 {
    font-family: 'cutmark';
    font-size: 40px;
    color: #399ee2;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: uppercase;
}

h4 {
    font-family: 'cutmark';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h5 {
    font-family: 'cutmark';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h6 {
    font-family: 'cutmark';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

p {
    color: #0000009e;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0 0 20px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ddc4ad;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*header css start */


/*banner css start */

.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 [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;
}


/*banner css end*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}

/* end search box css */

/* header */

.container-fluid {
    padding: 0 5%;
}

header {
    background: #065e99;
}

.top-bar-left ul li a span {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    transition: all .3s ease-in;
}

.top-bar-left ul li a:hover span,
.top-bar-left ul li a:hover {
    color: #ddc4ad;
}

.top-bar-left ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 15px;
    transition: all .3s ease-in;
}

.top-bar-left ul {
    display: flex;
    justify-content: flex-start;
    gap: 60px;
    position: relative;
    height: 50px;
    align-items: center;
}

.top-bar-right ul li a {
    height: 35px;
    width: 35px;
    border: 1px solid #83afcc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #83afcc;
    font-size: 14px;
    transition: all .3s ease-in;
}

.top-bar-right ul li a:hover {
    background: #ddc4ad;
    border: 1px solid #ddc4ad;
    color: #000;
}

.top-bar-right ul {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    position: relative;
    width: fit-content;
    margin: 0 0px 0px auto;
    padding-left: 40px;
    height: 50px;
}

.menuSection {
    padding: 30px 0;
}

.topSec {
    border-bottom: 1px solid #83afcc;
}

.top-bar-right ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #88b0cb;
    height: 100%;
    width: 1px;
}

.top-bar-left ul::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 29%;
    background: #88b0cb;
    height: 100%;
    width: 1px;
}

.header_btn {
    text-align: end;
}

.themebtn {
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all .3s ease-in;
}

.btn_txt {
    background: #ddc4ad;
    border: 1px solid #ddc4ad;
    padding: 0px 30px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in;
}

.btn_icon {
    border-radius: 5px;
    background: #ddc4ad;
    border: 1px solid #ddc4ad;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in;
}

.btn_icon img {
    height: 12px;
    width: auto;
    object-fit: contain;
    transition: all .3s ease-in;
}

.header_btn .themebtn {
    justify-content: end;
}

.themebtn:hover .btn_txt {
    color: #fff;
    background: #399ee2;
}

.themebtn:hover .btn_icon {
    background: #399ee2;
}

.themebtn:hover .btn_icon img {
    filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(0%) hue-rotate(1deg) brightness(115%) contrast(100%);
}

/* header */

/* banner */

.banner_text h1 {
    color: #ffffff;
    font-size: 76px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.banner_text h1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e0c4a7;
    width: 90px;
    height: 2px;
    z-index: 1;
}

.banner_text h1 span {
    font-size: 56px;
    display: block;
}

.banner_text p {
    margin-bottom: 20px;
}

.banner_text p {
    width: 94%;
    color: #99ccee;
}

.img-fluid {
    height: 700px;
    width: 100%;
    object-fit: cover;
}

.banner_img img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.banner_img {
    height: 70vh;
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 35%;
}

.main_slider h3 {
    font-size: 110px;
    -webkit-text-stroke: 1px #53aae582;
    color: transparent;
    transform: translateY(-50%) scale(0.95);
    writing-mode: sideways-lr;
    letter-spacing: 10px;
    position: absolute;
    height: max-content;
    width: auto;
    top: 50%;
    left: 30px;
    z-index: 1;
    text-transform: uppercase;
}

section.main_slider {
    position: relative;
}

.banner_text {
    position: relative;
    z-index: 99;
}

/* banner */

/* about */

.d_block {
    display: block;
}

.about_left img {
    border-radius: 5px;
    height: 530px;
    width: 100%;
    object-fit: cover;
}

.about {
    background: url(../images/abt-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about_right {
    padding-left: 40px;
}

.abt_mission p {
    width: 78%;
}

.abt_sm_imgs::before {
    content: '';
    position: absolute;
    bottom: 95px;
    right: 70px;
    background: #1e73be;
    height: 20px;
    width: 20px;
}

.abt_sm_imgs::after {
    content: '';
    position: absolute;
    left: 110px;
    top: 55px;
    background: #1e73be;
    height: 20px;
    width: 20px;
}

.abt_mission {
    position: relative;
}

.abt_sm_imgs {
    position: absolute;
    bottom: -90px;
    right: -40px;
    height: auto;
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    align-items: flex-end;
}

img.abt-2 {
    width: 130px;
    height: 120px;
    border-radius: 5px;
    object-fit: cover;
}

img.abt-3 {
    margin-bottom: 120px;
    width: 90px;
    height: 80px;
    border-radius: 5px;
    object-fit: cover;
}

/* about */

/* service */

.service {
    background: url(../images/service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.service_heading h2 {
    color: #ffffff;
}

.service_main {
    padding: 30px;
    position: relative;
    z-index: 1;
}

.ser_img img {
    margin-top: 30px;
    width: 100%;
    height: 290px;
    border-radius: 5px;
    object-fit: cover;
}

.service_icon {
    height: 80px;
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #ddc4ad;
    margin-bottom: 20px;
}

.service_wrap::before {
    content: '';
    position: absolute;
    background: #ddc4ad;
    width: 100%;
    height: 7px;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all .4s ease-in;
}

.service_wrap:hover::before {
    height: 100%;
}

.service_wrap {
    border-radius: 5px;
    position: relative;
    background: #fff;
    margin-bottom: 20px;
}

.service_wrap:hover .service_icon {
    background: #fff;
}

.service_wrap:hover .themebtn .btn_icon {
    background: #fff;
}

.service_wrap:hover .themebtn .btn_txt {
    border: 1px solid #fff;
}

.service_wrap:hover .themebtn .btn_icon img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(0%) hue-rotate(83deg) brightness(108%) contrast(99%);
}

.service_slider .slick-slide {
    opacity: 1;
}

.service_icon img {
    width: auto;
    height: 40px;
    object-fit: contain;
}

.service_slider_btns {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.service_slider_btns button {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff;
    background: transparent;
    transition: all .3s ease-in;
}

.service_slider_btns button:hover {
    border: 1px solid #ddc4ad;
    background: #ddc4ad;
}

.service_slider_btns button img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(92deg) brightness(103%) contrast(101%);
    width: auto;
    height: 12px;
    object-fit: contain;
    transition: all .3s ease-in;
}

.service_slider_prev img {
    transform: rotate(180deg);
}

.service_slider_btns button:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7459%) hue-rotate(59deg) brightness(89%) contrast(111%);
}

/* service */

/* why choose us */

.wcu_right ul {
    column-count: 2;
    margin: 40px 0 20px;
}

.wcu_right ul li {
    color: #0000009e;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}

.wcu_right ul li::before {
    position: absolute;
    content: '';
    background: url(../images/checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 0;
    z-index: 1;
}

.wcu_left {
    padding: 50px 0 0;
    background: url(../images/wcu-bg.png);
    background-repeat: no-repeat;
    background-size: 80% 100%;
    text-align: end;
    position: relative;
    height: 100%;
}

.wcu_left img {
    width: 90%;
    height: auto;
    object-fit: cover;
}

.wcu .container-fluid {
    padding: 0 5% 0 0;
}

.wcu_playbtn {
    position: absolute;
    width: 130px;
    height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #399ee2;
    bottom: 90px;
    right: 90px;
}

.wcu_playbtn a {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #ffffff;
    color: #000;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* why choose us */

/* gallery */

.gallery_heading {
    text-align: center;
    margin-bottom: 30px;
}

.gallery_heading h2 {
    color: #ffffff;
}

.gallery_heading p {
    color: #9fcff0;
    margin: 0 auto;
    width: 50%;
}

.gallery {
    background: url(../images/gallery-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery_main>img {
    height: 485px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.gallery_txt ul li:first-child {
    width: 80%;
}

.gallery_txt ul li:nth-child(2) {
    width: 20%;
}

.gallery_txt a {
    background: #ddc4ad;
    height: 40px;
    width: 45px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 0 auto;
}

.gallery_txt a img {
    width: auto;
    object-fit: contain;
    height: 10px;
    transform: rotate(325deg);
}

.gallery_txt ul {
    display: flex;
    justify-content: space-between;
}

.gallery_main {
    position: relative;
}

.gallery_txt {
    border: 1px solid #ffffff;
    background: url(../images/gallery-txt-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    padding: 20px 15px 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 91%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .3s ease-in;
}

.gallery_main:hover .gallery_txt {
    opacity: 1;
}

.gallery_slider .slick-slide {
    opacity: 1;
}

.gallery-prev,
.gallery-next {
    height: 60px;
    width: 60px;
    background: #3d9ddd;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 99;
}

.gallery-prev {
    left: -10px;
}

.gallery-next {
    right: -10px;
}

.gallery-prev img,
.gallery-next img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(7483%) hue-rotate(101deg) brightness(106%) contrast(103%);
    width: auto;
    height: 13px;
    object-fit: contain;
    transition: 0.3s;
}

.gallery-prev:hover,
.gallery-next:hover {
    border: 2px solid #fff;
    background: #ddc4ad;
}

.gallery-prev img {
    transform: rotate(180deg);
}

/* gallery */

/* contact */

.contact_left img {
    border-radius: 5px;
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.contact_right form input,
.contact_right form textarea {
    width: 100%;
    border: none;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    background: #f7f7f7;
    color: #000;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.contact_right form textarea {
    height: 200px;
    resize: none;
}

.contact_right form input::placeholder,
.contact_right form textarea::placeholder {
    color: #7b7b7b;
    text-transform: uppercase;
}

.contact_right form button {
    background: none;
    padding: 0;
    border: none;
}

.contact_right {
    padding-left: 30px;
}

/* contact */

/* footer start  */

.newsletter_txt h3 {
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 1px;
}

.newsletter_txt p {
    color: #ffffff;
    width: 85%;
    margin-bottom: 0;
}

.footerSec {
    background: #399ee2;
}

.newsletter_left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.newsletter_right {
    text-align: center;
}

.newsletter_right form input {
    width: 100%;
    border-radius: 5px;
    padding: 17px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border: none;
    font-family: 'Montserrat';
}

.newsletter_right form input::placeholder {
    color: #000000ab;
    text-transform: uppercase;
}

.newsletter_right form button {
    border: none;
    border-radius: 5px;
    padding: 17px 35px;
    background: #ddc4ad;
    color: #000000;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    width: 36%;
}

.newsletter_right form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.ftr_top {
    padding: 40px 0;
    border-bottom: 1px solid #9ccff1;
}

.ftr_mid {
    padding: 60px 0 40px;
}

.ftr_about p {
    color: #ffffff;
    margin: 30px 0 20px;
    width: 75%;
}

.ftr_about ul li a {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b0d8f3;
    border: 1px solid #b0d8f3;
    font-size: 12px;
    border-radius: 50%;
    transition: all .3s ease-in;
}

.ftr_about ul li a:hover {
    color: #000;
    background: #ddc4ad;
    border: 1px solid #ddc4ad;
}

.ftr_about ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.quick_links ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Montserrat';
    text-transform: capitalize;
    margin-bottom: 10px;
}

.footerSec h5 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: 'cutmarkbold';
}

.contact_info ul li a span {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Montserrat';
}

.contact_info ul li a i {
    font-size: 20px;
    color: #ffffff;
}

.contact_info ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 45px;
}

.training_links ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Montserrat';
    margin-bottom: 30px;
}

.training_links {
    padding-left: 50px;
}

.footer_btm {
    padding: 20px 0;
    border-top: 1px solid #9ccff1;
}

.copy-txt p {
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}

.ftr_about h5 {
    margin-bottom: 20px;
}

.contact_info {
    padding: 0 50px;
}

.quick_links ul li a:hover,
.training_links ul li a:hover {
    color: #ddc4ad;
    transform: translateX(10px);
    text-decoration: underline;
}

/* footer end  */

/* testimonial */

.testi_txt .rating i {
    color: #000;
    font-size: 14px;
}

.testi_txt p {
    margin: 20px 0;
}

.testi_txt h6 {
    font-size: 14px;
}

.testi_txt h6 span {
    display: block;
    color: #000000;
}

.testi_txt {
    padding: 20px;
    border-radius: 5px;
    background: #ddc4ad;
    height: 100%;
    width: 50%;
}

.testi_img {
    width: 50%;
    height: 100%;
}

.testi_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.testi_main {
    height: 370px;
    display: flex !important;
    align-items: center;
    gap: 20px;
}

.testi_slider .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.testi_slider .testi_main.slick-slide.slick-current.slick-active .testi_txt h6 span {
    color: #399ee2;
}

.testi_slider .testi_main.slick-slide.slick-current.slick-active .testi_txt {
    background: #f6f6f6;
}

.testimonial_slider_btns {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.testimonial_slider_btns button {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #7f7f7f;
    background: #ffffff;
    transition: all .3s ease-in;
}

.testimonial_slider_btns button:hover {
    border: 2px solid #1e73be;
}

.testimonial_slider_btns button img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(6%) saturate(0%) hue-rotate(140deg) brightness(89%) contrast(94%);
    width: auto;
    height: 12px;
    object-fit: contain;
    transition: all .3s ease-in;
}

.testimonial_slider_prev img {
    transform: rotate(180deg);
}

.testimonial_slider_btns button:hover img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(62%) saturate(607%) hue-rotate(165deg) brightness(94%) contrast(87%);
}

/* testimonial */