@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,300;1,300&family=Roboto:ital,wght@0,100..900;1,100..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: '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: 100px 0;
}

.all-section-btm {
    padding: 0px 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: "Cormorant", serif;
    font-size: 89px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 10px;
}

h2 {
    font-family: "Cormorant", serif;
    font-size: 80px;
    color: #1f1f1f;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: capitalize;
}

h3 {
    font-family: "Cormorant", serif;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Cormorant", serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Cormorant", serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    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: #000000;
    padding: 0;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .4s ease-in;
}

.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: #4b013b;
}

.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*/


.themebtn {
    color: #ffffff;
    border: 1px solid #ffffff;
    background: #520040;
    padding: 15px 15px 15px 25px;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    gap: 20px;
    border-radius: 50px;
    align-items: center;
}

.themebtn img {
    filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(2%) hue-rotate(96deg) brightness(109%) contrast(101%);
    object-fit: contain;
    height: 30px;
    width: 40px;
}

.themebtn2 {
    color: #000000;
    border: 1px solid #520040;
    background: #ffffff;
    padding: 15px 15px 15px 25px;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    gap: 20px;
    border-radius: 50px;
    align-items: center;
}

.themebtn2 img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(26%) saturate(6284%) hue-rotate(292deg) brightness(89%) contrast(116%);
    object-fit: contain;
    height: 30px;
    width: 40px;
}

.container-fluid {
    padding: 0 8%;
}

.header_btn {
    text-align: end;
}

.menuSection {
    padding: 20px 0;
}

/* banner */

.banner_text p {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    width: 86%;
}

.banner_text ul {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    align-items: center;
    margin-top: 30px;
}

.d_block {
    display: block;
}

.banner_playbtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #fff;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #bc9cb2;
}

.banner_playbtn span {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.banner_playbtn {
    width: fit-content;
    text-align: center;
    position: absolute;
    bottom: 12%;
    right: 12%;
}

.main_slider {
    position: relative;
}

.bnr_bg img {
    width: 100%;
    object-fit: cover;
    height: 770px;
}

/* banner */

/* about */

.about_top {
    text-align: center;
    position: relative;
}

.about_top::before {
    position: absolute;
    content: '';
    background: #4b013b;
    height: 100%;
    width: 100px;
    z-index: 1;
    border-radius: 10px;
    left: 0;
    top: 0;
}

.about_top p {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    color: #000;
    width: 77%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.about_btm {
    position: relative;
    text-align: center;
}

.about_btm::before {
    position: absolute;
    content: '';
    background: #4b013b;
    height: 250px;
    width: 100px;
    z-index: 1;
    border-radius: 10px;
    right: 0;
    bottom: 0;
}

/* about */

/* service */

.ser_img img {
    border-radius: 15px 15px 100px 15px;
    height: 435px;
    width: 100%;
    object-fit: cover;
}

.service_cards {
    background: transparent;
    border-radius: 15px;
    transition: all .3s ease-in;
}

.ser_txt {
    padding: 30px 0;
    transition: all .3s ease-in;
}

.ser_txt p {
    width: 90%;
    transition: all .3s ease-in;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.ser_txt h3 {
    margin-bottom: 10px;
    transition: all .3s ease-in;
    font-size: 37px;
    color: #1f1f1f;
}

.service_cards:hover .ser_img::before {
    transform: scale(1);
}

.ser_img {
    position: relative;
}

.ser_img::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 15px 15px 100px 15px;
    background: #000000a1;
    height: 100%;
    width: 100%;
    z-index: 1;
    transform: scale(0);
    transition: all .4s ease-in;
}

.ser_img a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #fff;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background: radial-gradient(circle, #4b1b4096 0%, #721f60 100%);
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    opacity: 0;
    transition: all .5s ease-in;
}

.service_cards:hover .ser_img a {
    opacity: 1;
}

.heading {
    text-align: center;
    margin-bottom: 40px;
}

.heading p {
    width: 64%;
    margin: 0 auto;
}

.services {
    padding: 100px 0;
    background: #f7f7f7;
}

.service_slider .slick-slide {
    opacity: 1;
}

.service_slider .slick-prev:before,
.service_slider .slick-next:before {
    font-family: 'FontAwesome';
    color: #aeaeae;
}

.service_slider .slick-prev:before {
    content: '\f104';
}

.service_slider .slick-next:before {
    content: '\f105';
}

.service_slider button {
    height: 50px;
    width: 50px;
    border: 1px solid #aeaeae;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.service_slider .slick-prev {
    left: -75px;
}

.service_slider .slick-next {
    right: -75px;
}

.service_slider .slick-prev:hover,
.service_slider .slick-next:hover {
    background: #4b013b;
}

.service_slider .slick-prev:hover:before,
.service_slider .slick-next:hover:before {
    color: #ffffff;
}

/* service */

/* why choose us */

.wcu_txt h2 {
    font-size: 96px;
}

.wcu_txt p {
    font-size: 17px;
    margin-bottom: 20px;
}

.wcu_btm img {
    height: 225px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.wcu_btm {
    width: 75%;
    margin-top: 50px;
    position: relative;
}

.wcu_img img {
    border-radius: 20px;
    height: 820px;
    width: 100%;
    object-fit: cover;
}

.wcu_txt {
    padding: 30px 30px 0;
    position: relative;
    z-index: 3;
    border-radius: 20px 20px 0px 20px;
    margin-right: -30%;
    position: relative;
}

.wcu_txt::before {
    position: absolute;
    content: '';
    background: #ffffff;
    height: 80%;
    width: 100%;
    z-index: -1;
    border-radius: 20px 20px 0px 20px;
    right: 0;
    bottom: 0;
}

.wcu_btm::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 15px 15px 15px 15px;
    background: #000000c9;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all .4s ease-in;
}

.wcu_btm a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #fff;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background: radial-gradient(circle, #4b1b4096 0%, #721f60 100%);
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    opacity: 1;
    transition: all .5s ease-in;
}

/* why choose us */

/* contact us */

.contact_left form input,
.contact_left form textarea {
    width: 95%;
    margin-bottom: 20px;
    padding: 15px;
    font-size: 14px;
    color: #000;
    border: none;
    background: transparent;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    border-bottom: 2px solid #0000001c;
    font-size: 15px;
}

.contact_left form textarea {
    height: 230px;
    resize: none;
}

.contact_left form input::placeholder,
.contact_left form textarea::placeholder {
    color: #767676;
}

.contact_left {
    padding-right: 50px;
}

.contact_right h2 {
    font-size: 80px;
    font-weight: 500;
}

.contact_right p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #00000087;
}

.contact {
    position: relative;
    z-index: 2;
    padding: 140px 0;
}

.contact::before {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 0;
    border-radius: 30px 30px 30px 0px;
    background: #fbfbfb;
    height: 105%;
    width: 67%;
    z-index: 2;
    transition: all .4s ease-in;
}

.contact .container {
    position: relative;
    z-index: 99;
}

/* contact us */

/* statics */

.statics {
    padding: 170px 0 100px;
    background: url(../images/statcics.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.statics_box h6 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.statics_box p {
    color: #b89bb2;
}

.statics_box {
    position: relative;
    z-index: 99;
    text-align: center;
}

.statics_box_icon_shape h3 {
    font-size: 43px;
    color: #ffffff;
    position: relative;
    z-index: 99;
}

.statics_box_icon_shape {
    margin: 0 auto 30px;
    position: relative;
    z-index: 99;
    height: 120px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.statics_box_icon_shape::before {
    content: '';
    position: absolute;
    top: -17px;
    left: -6px;
    clip-path: polygon(50% 0, 0 30%, 0 75%, 50% 100%, 100% 75%, 100% 30%);
    background: #fff;
    height: 150px;
    width: 130px;
    z-index: -1;
}

.statics_box_icon_shape::after {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    clip-path: polygon(50% 0, 0 30%, 0 75%, 50% 100%, 100% 75%, 100% 30%);
    background: #550b45;
    height: 140px;
    width: 120px;
    z-index: -1;
}

.statics::before {
    position: absolute;
    content: '';
    background: #4b013bdb;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: 10px;
    right: 0;
    bottom: 0;
}

/* statics */

/* testimonial */

.test_txt p span i {
    color: #4b013bdb;
    font-size: 60px;
    position: relative;
    right: 0;
    bottom: 00px;
}

.testi_main ul li h4 {
    font-size: 20px;
    color: #4f6b57;
}

.testi_main ul li p {
    font-size: 16px;
}

.testi_main ul li img {
    width: auto;
    object-fit: contain;
    height: 70px;
}

.testi_main ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.test_txt p {
    font-size: 15px;
    margin-bottom: 40px;
}

.testi_main {
    padding: 30px;
    box-shadow: 0 0px 10px #0000001f;
    border-radius: 15px;
}

.testi_main {
    perspective: 1300px;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testi_main {
    transform: rotateY(10deg) scale(1);
}

.testi_main {
    transform: rotateY(-8deg) scale(1);
    position: relative;
    overflow: hidden;
}

.testimonial_slider .slick-track {
    margin: 30px 0;
}

.testimonial_slider .slick-slide {
    opacity: 1;
}

.testi_main i {
    color: #f5f5f5;
    font-size: 130px;
    position: absolute;
    right: 0;
    bottom: -40px;
}

.testi_main:hover {
    background: #4b013b;
}

.testi_main:hover .test_txt p,
.testi_main:hover .test_txt p span i,
.testi_main:hover ul li h4,
.testi_main:hover ul li p {
    color: #ffffff;
}

.testi_main:hover i {
    color: #5d1b4f;
}

.testimonial_slider .slick-prev:before,
.testimonial_slider .slick-next:before {
    font-family: 'FontAwesome';
    color: #aeaeae;
}

.testimonial_slider .slick-prev:before {
    content: '\f104';
}

.testimonial_slider .slick-next:before {
    content: '\f105';
}

.testimonial_slider button {
    height: 50px;
    width: 50px;
    border: 1px solid #aeaeae;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.testimonial_slider .slick-prev {
    left: -75px;
}

.testimonial_slider .slick-next {
    right: -75px;
}

.testimonial_slider .slick-prev:hover,
.testimonial_slider .slick-next:hover {
    background: #4b013b;
}

.testimonial_slider .slick-prev:hover:before,
.testimonial_slider .slick-next:hover:before {
    color: #ffffff;
}

/* testimonial */

/* footer */

.footerSec h5 {
    font-size: 25px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #ffffff;
    position: relative;
}

.footerSec h5::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #4b013b;
    height: 2px;
    width: 50px;
    z-index: 1;
}

.footerSec {
    padding: 100px 0 0;
    background: #0a0a0a;
}

.footerSec p {
    color: #9d9d9d;
    margin-bottom: 30px;
    width: 90%;
}

.ftr_links ul li a {
    color: #9d9d9d;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
}

a.callusfont {
    font-size: 25px !important;
}

.newsletter form {
    position: relative;
}

.newsletter input {
    width: 100%;
    border: 1px solid #ffffff;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    color: #000;
    font-family: 'Montserrat';
}

.newsletter input::placeholder {
    color: #00000075;
}

.newsletter button {
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 10px;
    padding: 15px 30px;
    background: #4b013b;
    font-family: 'Montserrat';
    position: absolute;
    top: 0;
    right: 0;
}


.footer-btm {
    background: #48003a;
    text-align: center;
    padding: 20px 0;
}

.copy-txt p {
    margin-bottom: 0;
}

/* footer */