@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    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: 'Grotesk';
    src: url(../fonts/cy-grotesk-key-2.ttf);
}

@font-face {
    font-family: 'Resolve';
    src: url(../fonts/Resolve-Light.otf);
}

@font-face {
    font-family: 'demo';
    src: url(../fonts/Fontspring-DEMO-mersin-regular.otf);
}


@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** 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: 80px 0;
}

.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: 'Grotesk';
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    line-height: 85px;
    font-family: 'Grotesk';
    font-size: 84.1px;
    color: #000;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0 0 0px;
}

h3 {
    font-family: 'Grotesk';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'Grotesk';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'Grotesk';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'Grotesk';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: 'Resolve';
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

/*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;
    color: #393939;
    padding: 0;
    font-size: 20px;
}

.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: #28b16d;
}

.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;
}

/*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*/

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/

.banner_logo {
    text-align: center;
}

.main_slider {
    position: relative;
}

.main_slider h4 {
    position: absolute;
    width: 100%;
    color: #a1814b;
    text-transform: uppercase;
    bottom: 8%;
    font-size: 15px;
    font-weight: 700;
    left: 13%;
    font-family: 'demo';
    letter-spacing: 1px;
}

.main_slider img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}


.header-right-box ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-btn {
    position: relative;
    z-index: 10;
}

.menu-box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    z-index: 9;
    display: none;
}

.menu-box>nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.menu-box>nav a {
    font-size: 30px;
    color: white;
    text-transform: uppercase;
    font-family: 'Cinzel';
    line-height: 1;
    transition: 0.4s ease-in-out;
    position: relative;
    font-weight: bold;
}

/* menu-icon */

.menu-btn svg {
    width: 35px;
    height: 35px;
    filter: brightness(0) saturate(100%) invert(45%) sepia(100%) saturate(226%) hue-rotate(359deg) brightness(96%) contrast(84%);
}

.path1,
.path2 {
    stroke-dasharray: 104;
    stroke-dashoffset: -71;
    transition: 1s all ease;
}

.cross {
    stroke-dashoffset: 68;
    stroke: #fff;
}

.mline {
    stroke-dasharray: 41;
    stroke-dashoffset: -82;
    transition: 1s all ease;
}

.hide {
    stroke-dasharray: 43;
    stroke-dashoffset: 130;
}

/* menu-icon */

.menuSection .container-fluid {
    padding: 0 5%;
}

.text-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menuSection {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    padding: 30px 0;
}

/* about */

.about .container-fluid {
    padding: 0 5%;
}

.about {
    background: url(../images/abt_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 150px;
    background-attachment: fixed;
}

.row.abt_bg {
    position: relative;
    z-index: 1;
}

.row.abt_bg::after {
    content: '';
    background-color: #e6dbcec9;
    border-radius: 60px;
    position: absolute;
    z-index: -1;
    height: 370px;
    width: 100%;
}

.abt_txt {
    padding: 0px 40px;
}

.abt_txt p {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.themebtn {
    text-transform: uppercase;
    background: #b18e51;
    border-radius: 50px;
    padding: 17px 60px;
    color: #ffffff;
    font-family: 'Resolve';
    letter-spacing: 1px;
    font-size: 21px;
}

.abt_haeding h2 {
    color: #fbfbfb;
    margin-bottom: 30px;
}

.d-block {
    display: block;
}

/* about */

.ser_haeding h2 {
    color: #b18e51;
    margin-bottom: 80px;
}

.services .container-fluid {
    padding: 0 5%;
}

.services {
    background: url(../images/service_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 80px;
    background-attachment: fixed;
}

.ser_txt h3 {
    margin-top: 45px;
    letter-spacing: 1px;
    color: #b18e51;
    font-size: 14px;
    text-transform: uppercase;
}

.services_card {
    text-align: center;
}

.ser_img img {
    border: 5px solid #b18e51;
    border-radius: 50%;
}

.ser_img {
    position: relative;
}

.ser_img::before {
    content: '';
    position: absolute;
    background: url(../images/butterfly.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 60px;
    top: -30px;
    right: 55px;
}

/* services */

/* why choose us */

.wcu_haeding h2 {
    color: #ffffff;
    margin-bottom: 80px;
}

.wcu .container-fluid {
    padding: 0 5%;
}

.wcu {
    background: url(../images/wcu_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 100px;
    background-attachment: fixed;
}

.wcu_txt h3 {
    font-size: 23.61px;
    text-transform: uppercase;
}

.wcu_txt p {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.wcu_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wcu_txt h3 {
    font-size: 23.61px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.row.wcu_bg {
    position: relative;
    z-index: 1;
    padding: 15px 0;
}

.row.wcu_bg::after {
    content: '';
    background-color: #eadfcdc9;
    border-radius: 60px;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.wcu_img {
    padding: 20px;
}

.wcu_txt {
    padding-right: 80px;
}

/* why choose us */

/* hero */

.hero_haeding h2 {
    color: #bc9550;
    font-size: 60.67px;
    margin-bottom: 80px;
}

.hero .container-fluid {
    padding: 0 5%;
}

.hero {
    background: url(../images/signup_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 250px;
}

.hero_haeding .themebtn {
    background-color: #b18e51;
}

.hero_haeding {
    margin-top: 120px;
}

/* hero */

/* footer */

.footerSec {
    background: url(../images/contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 115px 0 120px;
    background-attachment: fixed;
}

.contact_haeding h2 {
    color: #ffffff;
    font-size: 98.64px;
    margin-bottom: 80px;
    line-height: 100px;
}

.footerSec .container-fluid {
    padding: 0 5%;
}

.contact_haeding form input,
.contact_haeding form select {
    width: 100%;
    padding: 20px 30px;
    border: none;
    background-color: #ede4d5;
    border-radius: 50px;
    margin-bottom: 20px;
}

.contact_haeding form button {
    border: none;
    background-color: #3d3425;
    border-radius: 50px;
    padding: 15px 50px;
    color: #ffffff;
    font-family: 'Resolve';
    letter-spacing: 1px;
    font-size: 21px;
}

/* footer */