@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;
}

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 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 25px;
    font-family: 'cabin-regular-font';
}


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

@font-face {
    font-family: 'cabin-regular-font';
    src: url(../font/Cabin-Regular-TTF.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'quella-font';
    src: url(../font/quilla.otf);
    font-weight: 400;
    font-style: normal
}



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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 7px 25px;
    border: unset;
    border-radius: 55px;
    color: #000000;
    z-index: 1;
    background: #ffffff;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    border: 4px solid #a035bf;
    font-family: 'cabin-regular-font';
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #531c61;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #ffffff;
}

.theme_btn:hover::before {
    width: 100%;
}

.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: 'quella-font';
    font-size: 83px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'quella-font';
    font-size: 55px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 10px;
}

h3 {
    font-family: 'cabin-regular-font';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 400;
    margin: 0 0 7px;
}

h4 {
    font-family: 'quella-font';
    font-size: 37px;
    line-height: 1.2;
    color: #000000;
    font-weight: 400;
    margin: 0px 0 2px;
}

h5 {
    font-family: 'cabin-regular-font';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

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 */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: start;
    text-transform: capitalize;
}

.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: #ffffff;
    padding: 20px 40px;
    font-size: 14px;
    font-family: 'cabin-regular-font';
}



/* .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.current-menu-item a {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.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;
}

.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;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.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;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.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: 99%;
    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: rgb(81 27 96 / 26%);
}

.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*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */
.container-fluid {
    padding: 0px 80px;
}
.banner-img img {
    width: 100%;
    height: 116vh;
}

header {
    background: #321739;
    border-bottom: 1px solid #ffffff45;
    /* position: relative; */
}

.logo-img {
    margin-bottom: -77px;
    position: relative;
    z-index: 1;
}

.banner-side-img {
    position: absolute;
    top: 0;
    right: 0;
}

.banner-side-img img {
    width: 316px;
    height: auto;
}

.banner-social-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 114vh;
    width: 80px;
    background: #531c61;
}
.banner-img video {
    width: 100%;
}
.banner-social-icon ul {
    position: absolute;
    top: 28%;
    left: 20px;
}

.banner-social-icon ul li a i {
    height: 40px;
    width: 40px;
    background: #ff000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #9877a0;
    border: 1px solid #9877a0;
}
.banner-social-icon ul li a i:hover {
    background: #ffffff;
}

.banner-social-icon ul:before {
    position: absolute;
    content: '';
    top: -280px;
    left: 20px;
    height: 250px;
    width: 1px;
    background: #9877a0;
}

.banner-social-icon ul:after {
    position: absolute;
    content: '';
    bottom: -80px;
    left: 20px;
    height: 90px;
    width: 1px;
    background: #9877a0;
}

.banner-social-icon-text {
    position: absolute;
    bottom: 79px;
    left: -21px;
    transform: rotate(90deg);
}

.banner-social-icon-text h5 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.banner_text h3 {
    color: #fff;
}

.banner_text p {
    width: 90%;
}
.banner_img {
    text-align: end;
    position: relative;
    z-index: 1;
    margin-right: 130px;
}
.dis-block{
    display: block;
}
.about-text {
    background: #753488;
    /* height: 100%; */
    padding: 40px 50px;
    margin-left: 0px;
    width: 92%;
}

.about-text h2 {
    color: #fff;
}

.about-text p {
    color: #fff;
}
.about-img {
    position: relative;
    z-index: 1;
}
section.about-sec {
    margin: 100px 0px;
}
.theme_btn.btn-two {
    background: #321739;
    color: #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.our-team-box img {
    margin-bottom: 10px;
    width: 100%;
}

.our-team-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.our-team-box {
    text-align: center;
}

.our-team-box ul li a i {
    height: 35px;
    width: 35px;
    border: 2px solid #a035bf;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.our-team-box ul li a i:hover {
    background: #89369c;
    color: #fff;
}

.our-texm-top-heading {
    text-align: center;
    margin-bottom: 40px;
}

section.our-team-sec {
    margin: 100px 0;
}
section.services-sec {
    padding: 100px 0px 0px;
    background-image: url(../images/service-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-top-line {
    padding-bottom: 40px;
    border-bottom: 1px solid #ffffff5e;
}

.services-top-btn {
    text-align: end;
}


.services-box-img-hover img {
    transition: 0.3s ease-in-out;
    height: 630px;
    
}

.services-box {
    transition: 0.3s ease-in-out;

    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 640px;
    border-right: 1px solid #817583;
}
.services-box-text {
    transform: translateX(-50%);
    position: absolute;
    bottom: 70px;
    left: 50%;
    transition: 0.3s ease-in-out;
    width: 92%;
}

.services-box-text a {
    position: absolute;
    bottom: -40px;
    right: 40px;
}

.services-btn {
    height: 35px;
    width: 35px;
    background: #ffffff00;
    border-radius: 50%;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    border: 1px solid #ffffff5e;
}

.services-box-text h2 {
    color: #fff;
    font-size: 40px;
    margin: 10px 0px 5px;
}
.services-box-text > img {
    width: 17%;
}


.services-box-img-hover {
    display: none;
    transition: 0.3s ease-in-out;

}

.services-box:hover .services-box-img-hover {
    display: block;
    transition: 0.3s ease-in-out;

}

.services-box:hover {
    border-right: 1px solid #0000;
    margin-top: 0;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
    transform: scale3d(1.1, 1.1, 1);
}
.services-box-text p {
    color: #ffffff70;
}
.services-box.servicex-box-sd {
    border-right: unset;
}
.services-top-heading h2 {
    color: #fff;
}

.services-top-heading p {
    color: #fff;
}

/* Testimonial Section Start */

.slick-slide.slick-current.slick-active .testimonial-slide-box {
  display: block;
}

.slick-slide.slick-current.slick-active .client-profile-box {
  display: none;
}

.testimonial-slide-box {
  display: none;
}

.testimonial-sec {
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 4, 42) 0%,
    rgb(0, 49, 87) 100%
  );
  padding: 80px 0;
}

.testimonial-content h2 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #1c3557;
}

.testimonial-content h2::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 2px;
  background: #173d9b;
  bottom: -2px;
  left: 0;
}

.testimonial-content p {
  font-size: 14px;
  color: #ffffff8f;
  width: 90%;
}

ul.client-profile-list {
  width: 5vw;
  height: 345px;
  background-color: #e38e71;
  justify-content: space-between;
  justify-content: center;
  padding: 12px 0px;
  position: relative;
}

ul.stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  margin: 0 0 20px;
}

ul.stars i {
  color: #faf7e4;
}

ul.stars li:last-child i {
  color: #faf7e4;
}

.testimonial-slide-box {
  width: 36vw;
  padding: 7vh 25px;
  background-color: #84b067;
  border: 5px solid white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.testimonial-slide-box p {
  font-size: 14px;
  color: #faf7e4;
  font-weight: 500;
  padding: 10px 0;
}

ul.testimonial-profile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

ul.testimonial-profile h4 {
  font-size: 19px;
  color: #faf7e4;
  text-transform: capitalize;
  margin-bottom: 5px;
}

ul.testimonial-profile h5 {
  font-size: 14px;
  color: #344ead;
  text-transform: capitalize;
}

ul.client-profile-list h4 {
  font-size: 12px;
  color: #ffffff;
  writing-mode: tb;
  line-height: 30px;
  margin-top: 160px;
  text-align: center;
  text-transform: capitalize;
}

ul.client-profile-list h4 span {
  color: #fff;
  display: block;
  font-size: 14px;
  writing-mode: tb;
  margin-left: 3px;
}

.testimonial-slider .slick-slide {
  opacity: 1;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
  bottom: 9%;
  top: auto;
  left: -74%;
}

.testimonial-slider .slick-prev {
  left: -66%;
  right: auto;
}

.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
  background-image: url(../images/winter-prev.png);
  background-position: center;
  background-size: initial;
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  content: "";
  z-index: 2;
  left: 0px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: grid;
  place-content: center;
  border-radius: 50%;
}

.testimonial-slider .slick-prev:after,
.testimonial-slider .slick-next:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #e1d7c2;
  border-radius: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: #ffffff;
  border-radius: 50%;
}

.testimonial-slider .slick-prev:hover:after,
.testimonial-slider .slick-next:hover:after {
  background: #9cbe80;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.testimonial-slider .slick-prev:hover:before,
.testimonial-slider .slick-next:hover:before {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2%)
    hue-rotate(174deg) brightness(112%) contrast(100%);
}

.testimonial-slider .slick-prev:before {
  transform: rotate(180deg);
}

ul.client-profile-list img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 100px;
  margin: auto;
}

ul.testimonial-profile img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 100px;
}

.mains-testi-sdiedv {
  display: flex;
  gap: 20px;
  justify-content: end;
}

ul.testimonial-profile h4 span {
  display: block;
  font-size: 14px;
  color: #fff;
}

ul.client-profile-list:before {
  left: 0;
  right: 0;
  top: 78px;
  width: 1px;
  content: "";
  height: 53%;
  margin: 0 auto;
  position: absolute;
  background: #dde4ff;
}
.our-testimonails-heading h2 {
  text-transform: uppercase;
}
/* Testimonial Section End */


.client-text-box {
    background-image: url(../images/testimonilas.png);
    padding: 0px 93px;
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.client-text-box-ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.client-text-box-ul li i {
    color: #87399c;
}
.client-img img {
    border-radius: 10px;
}
.client-text-box-heaing {
    text-align: start;
}
.client-slider .slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/client-left-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    width: 40px;

}
.client-slider .slick-next:before {
   content: '';
    position: absolute;
    background-image: url(../images/client-right-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    width: 40px;

}
.client-slider .slick-next {
    right: 60px;
}
.client-slider .slick-prev {
    left: 15px;
    position: absolute;
    z-index: 1;
    top: 45% !important;
}
section.happy-client {
    margin-bottom: 100px;
}
.contact-us-row{
    background-image: url(../images/New-contact.png
);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 50px 40px 50px 100px;
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
    border: 5px solid #fff;
}
.contact-us-form h2 {
    color: #fff;
}

.contact-us-form p {
    color: #fff;
}

.input-contact input {
    height: 54px;
    width: 100%;
    padding: 0px 20px;
    margin-bottom: 20px;
    border-radius: 50px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.input-contact input::placeholder {
    color: #fff;
}

.input-contact textarea {
    height: 180px;
    width: 100%;
    border-radius: 20px;
    padding: 20px 20px;
    background: transparent;
    border: 1px solid #FFE;
    color: #fff;
}

.input-contact textarea::placeholder {
    color: #fff;
}



/*footer*/

footer {
    background: #161616;
}

section.footer-home {
    padding: 120px 0px 0;
}

section.footer-home p {
    font-weight: 400;
    color: #8c8c8c;
    font-size: 14px;
}

section.footer-home h4 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 30px;
   
    text-transform: uppercase;
}

.footer-links {
    padding-left: 0px;
}

.icon-link ul li i {
    color: #fff;
    font-size: 20px;
    padding-right: 15px;
}

.footer-links ul li {
    margin-bottom: 8%;
    width: 100%;
    padding-bottom: 5px;
}

.footer-links ul li a {
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
}

.news-letter input {
    width: 100%;
    height: 50px;
    border: 0;
    color: #000;
    border-radius: 50px;
}

.news-letter {
    position: relative;
    margin-bottom: 26px;
}

.news-letter input::placeholder {
    font-size: 14px;
    padding-left: 20px;
}

.sub-now ul {
    display: flex;
    align-items: center;
}

.copy-right p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom:0px;
}

.copy-right {
    border-top: 1px solid #4d4d4d;
}

section.footer-home button {
    font-size: 15px;
    background: #89369c;
    color: #000000;
    padding: 14px 30px;
    margin-top: 13px;
    text-transform: uppercase;
    border: 0;
    width: 100%;
    border-radius: 40px;
    color: #fff;
}

.sub-now p {
    color: #8c8c8c;
    margin-bottom: 20px;
}

ul.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 20px;
}

ul.footer-social i {
    color: #fff;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

ul.footer-social i:hover {
    background: #d678f9;
    border-color: #d678f9;
}

ul.footer-list {
    display: block;
    column-count: 1;
}

ul.footer-info a {
    color: #ffffff;
    font-size: 14px;
}

ul.footer-info li {
    padding-bottom: 15px;
    /* border-bottom: 2px solid; */
    margin-bottom: 15px;
}

ul.footer-info li:last-child {
    border: 0;
}
.footer-logo img {
    margin-bottom: 20px;
}

.icon-link h3 {
    font-family: 'barlow-semibold-font';
    color: #fff;
    font-size: 20px;
}

ul.footer-face-book {
    display: flex;
    gap: 10px;
}

ul.footer-face-book li a {
    color: #fff;
}




.copy-right ul li a {
    color: #fff;
}
ul.footer-logo-icons li a i {
    height: 45px;
    width: 45px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border: 1px solid #592662;
}

ul.footer-logo-icons {
    display: flex;
    gap: 10px;
}

.footer-logo img {
    width: 100%;
    margin-bottom: 30px;
}

.icon-link {
    padding-left: 30px;
}

ul.footer-logo-icons li a i:hover {
    background: #592662;
    color: #fff;
}

.copy-right {
    background: #89369c;
    text-align: center;
    padding: 18px 0px;
}




/*footer end*/
.about-text-slider .slick-next:before {
    content: '';
    position: absolute;
    background-image: url(../images/about-top-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    width: 100px;
    opacity: 1 !important;
}
.about-text-slider .slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/about-bottom-btn.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    height: 80px;
    width: 95px;
    opacity: 1 !important;
}
.about-text-slider .slick-next {
    right: 10%;
    top: 20px;
}
.about-text-slider .slick-prev {
    left: 88%;
    top: 100px !important;
    position: relative !important;
    z-index: 1;
}
.about-text-slider .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.about-img {margin-right: -30px;}


    .faq-wrapper {
      display: flex;
      grid-template-columns: repeat(4, 1fr);
      min-height: 80vh;
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .faq-item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-right: 1px solid #eee;
      cursor: pointer;
      transition: all 0.4s ease;
      overflow: hidden;
      position: relative;
      width: 140px;
    }

    /* collapsed state */
    .faq-item h2 {
      /* writing-mode: vertical-rl; */
      transform: rotate(90deg);
      margin: 0;
      font-size: 20px;
      color: #333;
      transition: 0.3s ease;
    }

    /* expanded active state */
    .faq-item.active {
      grid-column: span 3;
      align-items: flex-start;
      padding: 0px;
      background: #fff;
      width: fit-content;
      width: 70%;
    }

    .faq-item.active h2 {
      writing-mode: horizontal-tb;
      transform: none;
      font-size: 24px;
      color: #1e1d42;
      margin-bottom: 15px;
    }

    .faq-item .faq-content {
      display: none;
      flex-direction: column;
      gap: 12px;
    }

    .faq-item.active .faq-content {
      display: flex;
      animation: fadeIn 0.5s ease;
    }

    .faq-item img {
      width: 100%;
      border-radius: 10px;
      margin-top: 50px;
    }

    .faq-text {
      font-size: 14px;
      line-height: 1.6;
      color: #333;
    }

    @keyframes fadeIn {
      from {opacity: 0; transform: translateY(10px);}
      to {opacity: 1; transform: translateY(0);}
    }

.head-num {
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
    gap: 30px;
    width: 490px;
    height: 40px;
    flex-direction: row-reverse;
}

.head-num h4 {
    font-size: 15px;
}


.faq-item.active .head-num {
    display: none;
}
section.faq-sec {
    background-image: url(../images/faq-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    margin-bottom: 100px;
}

.faq-top-heading h4 {
    color: #fff;
}

.faq-top-heading h2 {
    color: #fff;
}

.faq-top-text p {
    color: #fff;
}

.banner-img.inner-banner img {
    height: 70vh;
}
section.about-inner-sec {
    margin: 100px 0px;
}
.number-box-sd h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
}

.number-box-sd {
    text-align: center;
}

section.number-sec {
    background-image: url(../images/number-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
    margin-bottom: 100px;
}
.number-box-sd h2 {
    color: #fff;
}
section.want-record-sec {
    margin-bottom: 100px;
    padding: 70px 0px;
    background-image: url(../images/want-record-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.want-record-text {
    text-align: center;
}

.want-record-text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.want-record-text h2 {
    color: #fff;
}

.want-record-text p {
    color: #fff;
}

.want-record-text ul li a {
    color: #fff;
    font-family: 'cabin-regular-font';
    font-size: 28px;
}
section.services-sec-sd {
    margin: 100px 0px;
}
section.our-team-inner-page {
    margin: 100px 0px;
}


.gorilla-content .accordion-button.collapsed {

padding: 0;

background-color: #00000000;

color: #000000;

font-size: 17px;

font-family: 'Poppins';

line-height: 30px;

/* border-radius: 10px !important;

  margin-bottom: 20px; */

text-transform: capitalize;

border-radius: 7px !important;
}

.gorilla-content .accordion-button.collapsed:hover {

    background-color: transparent;
}

.gorilla-content .accordion-button {

color: #ffff;

font-size: 20px;

padding: 0;

line-height: 30px;

background-color: transparent;

/* text-transform: uppercase; */

font-family: 'Poppins';
}







.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: 0;
}





.gorilla-content .accordion-item {

border: 1px solid #e5dacc !important;

margin-bottom: 30px;

border-radius: 10px;

background: transparent;

margin-bottom: 20px;

border: none;

padding: 10px 20px;
}





.gorilla-content .accordion-button:not(.collapsed) {

    box-shadow: none;

    /* border: 1px solid; */

    border-bottom: 0;

    border-radius: 10px 10px 0 0;

    padding: 10px 0;
}



.accordion-collapse.collapse {

    /* border: 1px solid #A60000; */

    border-top: 0;

    border-radius: 0 0 10px 10px;

    /* margin-bottom: 30px; */

}





.gorilla-content button:focus:not(:focus-visible) {

    box-shadow: none;

}



.gorilla-content .accordion-button::after {

content: '\f067';

font-weight: 700;

font-family: 'Font Awesome 5 Free';

background-image: none;

transform: rotate(0deg);

width: 50px;

height: 40px;

border-radius: 10px;

display: flex;

align-items: center;

justify-content: center;

background: #89369c;

color: #fff;
}



.accordion-button:not(.collapsed)::after {

content: '\f068';

font-weight: 700;

font-family: 'Font Awesome 5 Free';

background: #212224;
}

.accordion-body.gorrila-page-txt p {
    font-size: 15px;
    width: 94%;
    color: #fff;
}

.gorilla-content .accordion-item:has(.accordion-button:not(.collapsed)) {
    background-color: #89369c;
}
section.faq-sec-start {
    margin: 100px 0px;
}
section.services-detail-sec {
    margin: 100px 0px;
}
section.book-session-sd {
    margin-bottom: 100px;
}

.book-top-heading {
    text-align: center;
    margin-bottom: 60px;
}

.book-session-box ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #753488;
    margin-bottom: 30px;
}

.book-session-box ul {
    width: 90%;
    margin: 0 auto;
}

.book-session-box ul li p {
    font-size: 21px;
}



/*Inner Contact Us Start*/

.contact_detail_box figure img {
  margin: auto;
  height: 55px;
  width: 55px;
  object-fit: cover;
}

.contact_detail_box h2 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  margin: 30px 0 10px 0;
}

.contact_detail_box p {
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 400;
  display: block;
  width: 70%;
  margin: 0 auto;
}

.contact_detail_box {
  padding: 40px 40px;
  transition: 0.5s;
  /* border: 2px solid #d7b5b7; */
  border-radius: 40px;
  background: #89369c;
}

.contact_form {
  padding-bottom: 80px;
  padding-top: 30px;
  position: relative;
}

.sale-upto-off-flower.conatct-2 {
  top: inherit;
  bottom: 0;
  right: -110px;
  z-index: -1;
}

.contact_form label {
  font-size: 16px;
  color: #535252;
  margin-bottom: 7px;
  font-weight: 400;
  /* font-family: "Montserrat", serif; */
}

.contact_page {
  padding: 50px 0;
  position: relative;
}

.sale-upto-off-flower.conatct-1 {
  right: inherit;
  left: -120px;
  top: 50px;
}

.contact_form input {
  height: 48px;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 58px;
  padding: 0 25px;
  border: 1px solid #91919199;
}

/* 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;
}

.contact_form textarea {
  height: 200px;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #d1d1d1;
  padding: 25px 25px;
  resize: none;
  border-radius: 20px;
}

.section_head {
  margin-bottom: 40px;
}

.section_head p {
  width: 70%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
}

.section_head h3 {
  color: #000;
  margin-bottom: 2px;
  line-height: 75px;
  font-weight: 500;
  font-size: 60px;
  font-family: 'quella-font';
}

.br_gradient {
  padding: 2px;
  border-radius: 12px;
}

.contact_detail_box p span {
  display: block;
}

section.contact_page.chg2 {
  padding-bottom: 50px;
}

.contact_page h4 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 20px 0 5px;
  font-family: 'quella-font';
  color: #ffffff;
  font-weight: 400;
}

.section_head.chg h3 {
  color: #0883ec;
}

.btn_wrap {
  text-align: center;
}

.contact_detail_box a {
  display: block;
  font-size: 16px !important;
}

.inner-banner-sec {
  background-image: url(../images/inner-banner.jpg);
  width: 100%;
  height: 585px;
  display: flex;
  background-size: cover;
  align-items: center;
  text-align: center;
  background-repeat: no-repeat;
}

.inner-banner-heading p {
  font-size: 15px;
  width: 50%;
  margin: 0 auto;
}

.inner-banner-heading h2 {
  font-size: 120px;
  margin-bottom: 0;
  background-image: -webkit-linear-gradient(
    -92deg,
    rgb(243, 159, 144) 0%,
    rgb(209, 72, 59) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.inner-banner-heading {
  margin-top: 120px;
}
.contact_detail_box:hover {
    background: #27152e;
}
/*Inner Contact Us End */

.map-sec-sd iframe {
    width: 100%;
    border-radius: 20px;
}
section.map-sec {
    margin-bottom: 100px;
}
.team-detail-input-box input {
    height: 45px;
    width: 100%;
    margin-bottom: 18px;
    border-radius: 54px;
    padding: 0px 18px;
    border: 1px solid #91919199;
}
.skill-main .skill-wrrap .skill-name {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
}
.skill-main .skill-wrrap {
    display: flex
;
    flex-direction: column;
    gap: 5px;
}
.skill-main {
    width: 100%;
    max-width: 600px;
    display: flex
;
    flex-direction: column;
    gap: 20px;
    margin: 25px 0px;
}
.skill-main .skill-wrrap .skill-bar {
    height: 12px;
    background-color: #eaeaea;
    border-radius: 8px;
    position: relative;
}
.skill-main .skill-wrrap .skill-per {
    height: 12px;
    background: #89369c;
    border-radius: 8px;
    width: 0;
    transition: 1s linear;
    position: relative;
}
.skill-main .skill-wrrap .skill-per:before {
    content: attr(per);
    position: absolute;
    padding: 4px 6px;
    color: #000;
    font-size: 16px;
    top: -35px;
    right: 0;
    transform: translateX(50%);
    font-weight: 400;
}
.team-detail-img img {
    width: 100%;
}

ul.team-info li a i {
    color: #89369c;
    font-size: 20px;
}

ul.team-info li a {
    color: #000;
}

.team-detail-text {
    padding: 0px 80px;
}

.team-detail-input-box {
    background: #89369c;
    padding: 80px;
}

.team-detail-input-box textarea {
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px 15px;
    border: 1px solid #91919199;
}

.tem-btn {
    width: 100%;
    border: unset;
    padding: 10px;
    color: #fff;
    background: #441651;
    border-radius: 30px;
}

section.team-detail {
    margin: 100px 0px;
}

.head-num-active-sd {
    background: #06062a;
    height: 592px;
    text-align: center;
    margin-top: -1px;
    padding-top: 30px;
}

.head-num-active-sd h2 {
    color: #fff;
}

.head-num-active-sd h2 {
    color: #fff !important;
    font-size: 30px !important;
}

.head-num-active-sd h4 {
    /* display: flex; */
    /* align-items: center; */
    transform: rotate(-90deg);
    gap: 30px;
    width: 550px;
    height: 540px;
    font-size: 16px;
    color: #fff;
    top: 50px;
    left: 17px;
    position: absolute;
}
.active-faq-box-icon-img {
    position: relative;
}

.active-faq-box-icon-img-icon {
    position: absolute;
    bottom: 40px;
    right: 30px;
}

.active-faq-box-icon-img p {
    width: 72%;
    margin-top: 20px;
}




.carousel-item {
    position: relative;
    z-index: 0;
    margin: 0 0 0 70px;
}

.carousel-item:before {
    background: rgb(81 27 96 / 26%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    z-index: 0;
    content: '';
}

.carousel-caption {
    height: 90% !important;
    background: transparent;
}

.about-bann  .carousel-item {
    position: relative;
    z-index: 1;
    margin:0 !important;
}

.about-bann .carousel-caption {
    height: 90% !important;
    background: transparent;
}

.about-bann .carousel-item:before {
    background: rgb(81 27 96 / 26%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
}

section.contact_page .contact_detail_box.text-center.wow.fadeInUp p a {
    color: white !important;
}
.wpb_text_column.wpb_content_element section.main_slider .banner-social-icon ul {
    top: 23% !important;
}
.wpb_text_column.wpb_content_element section.main_slider .banner-social-icon-text {
    /*bottom: 165px !important;*/
}
