@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    background-color: #3b1d57;
    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: 'Foda';
    src: url(../font1/Regular.ttf);
}

@font-face {
    font-family: 'Blosta';
    src: url(../font2/Regular.ttf);
}

/* @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: 90px 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: 'Foda';
    font-size: 65.5px;
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 30px;
    margin: 0 0 30px;
    line-height: 80px;
    border-bottom: 1px solid #4e3365;
}

h2 {
    font-family: 'Foda';
    font-size: 55px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'Foda';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'Foda';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'Foda';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'Foda';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    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: center;
    gap: 70px;
}

.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: 0;
    font-size: 12px;
    font-family: 'Lato';
    text-transform: uppercase;
    font-weight: 600;
    transition: color 0.3s ease;
}

.menuSec ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #d4af37;
    transition: width 0.3s ease;
}

.menuSec ul li a:hover {
    color: #d4af37;
}

.menuSec ul li a:hover::after {
    width: 100%;
}

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

.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 {
    font-family: "Lato", sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 10px 10px 10px 20px;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: visible;
    background: #fff;
    border-radius: 40px;
    box-shadow: -5px 9px 0 0px #d1ae41;
    transition: all ease 0.3s;
}

.themebtn:hover {
    color: #fff;
    background: #d4af37;
    box-shadow: -5px 9px 0 0px #7e44ec;
}

.themebtn:hover .icon {
    background-color: #7e44ec;
}

.themebtn .icon {
    width: 55px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d4af37;
    border-radius: 20px;
}

.themebtn .icon img {
    width: 15px;
    height: 20px;
    object-fit: contain;
}

.menuSection .container-fluid {
    padding: 0 5%;
}

.header_btn {
    text-align: end;
    position: relative;
    z-index: 99;
}

.menuSection::before {
    position: absolute;
    content: '';
    background: #4e3365;
    width: calc(100% - 766px);
    bottom: -25%;
    height: 1px;
    z-index: 1;
}

.menuSection {
    position: relative;
    z-index: 1;
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 15px 0;
}

.banner_text h3 {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Blosta';
}

.banner_text p {
    color: #9d8eab;
    margin-bottom: 20px;
    width: 85%;
}

.main_slider .container-fluid {
    padding: 0 5%;
}

.main_slider {
    position: relative;
    z-index: 1;
}

.banner_img {
    position: absolute;
    right: 0;
    top: 0;
    height: 850px;
    width: 850px;
    object-fit: cover;
    z-index: 2;
}

/* about */

.abt_btn {
    margin-top: 30px;
}

.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_txt p {
    color: #aca7b2;
    margin-bottom: 10px;
    line-height: 27px;
}

.about_txt p b {
    color: #eae8ed;
}

.about_txt h2 {
    margin-bottom: 20px;
}

.abt_box {
    padding-left: 40px;
}

.about_txt {
    padding-left: 50px;
}

.about .row {
    background-color: #2d1346;
    padding: 60px;
    border-radius: 90px 20px 90px 20px;
}

/* about */

/* services */

.ser_card_img img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 40px 10px;
}

.ser_card_txt h3 {
    color: #ffffff;
    font-size: 28.79px;
    margin-bottom: 40px;
}

.ser_card_txt h4 {
    color: #ffffff;
    font-size: 18.75px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Blosta';
}

.ser_card:hover .ser_card_img img {
    filter: grayscale(1);
    transform: translate(0, -13px);
}

.ser_card_txt p {
    color: #9689a3;
    margin-bottom: 20px !important;
}

.ser_card_txt {
    padding: 25px;
}

.ser_card {
    background-color: #2d1346;
    border-radius: 10px 10px 40px 10px;
    transition: 0.3s ease-in-out;
}

.ser_static_txt h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18.73px;
    margin-bottom: 10px;
    font-family: 'Blosta';
}

.ser_static_txt p {
    color: #9689a3;
    margin-bottom: 10px;
}

.ser_static {
    position: relative;
}

.sstat_btn {
    margin-top: 20px;
}

.ser_static_txt {
    position: absolute;
    margin-bottom: 10px;
    padding: 40px 40px 40px 0px;
    background-color: #3b1d57;
    border-radius: 0px 10px 40px 0px;
    width: 80%;
    left: 0;
    bottom: 10%;
}

/*.custom-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: 40px 0;
}
*/

.custom-slider-controls {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 25px;
    margin: 40px 20px;
}

.slider-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    transition: all ease-in 0.3s;
}

.slider-btn.prev {
    border: 1px solid #d4af37;
    background: transparent;
    color: #d4af37;
}

.slider-btn.next {
    border: 1px solid #d4af37;
    background: transparent;
    color: #d4af37;
}

.slider-btn.prev:hover {
    border: 1px solid #7e44ec;
    background: #7e44ec;
    color: #fff;
}

.slider-btn.next:hover {
    border: 1px solid #7e44ec;
    background: #7e44ec;
    color: #fff;
}

.current-slide {
    font-size: 39.57px;
    color: #ffffff;
    font-family: 'Blosta';
    margin-bottom: 0px;
    font-weight: 500;
}

.divider {
    width: 100px;
    height: 1px;
    background-color: #4f3468;
}

.total-slide {
    color: #ffffff;
    font-size: 15.74px;
    font-family: 'Blosta';
    font-weight: bold;
    letter-spacing: 2px;
}

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

.service_slider .slick-prev:before,
.service_slider .slick-next:before {
    color: #3a1d56;
}

.services_heading {
    text-align: center;
    margin-bottom: 50px !important;
}

.services_heading h2 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.services_heading p {
    color: #9d8eab;
    margin: 0 auto;
    width: 48%;
}

/* services */

/* how it works */

.work_txt h2 {
    color: #ffffff;
    margin-bottom: 10px;
}

.work_txt p {
    color: #9d8eab;
    margin-bottom: 30px !important;
}

.work_txt ul::before {
    position: absolute;
    content: '';
    background: #4e3365;
    width: 1px;
    height: 190%;
    top: 23px;
    left: 8px;
    z-index: 0;
}

.work_txt ul {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
}

.work_txt ul li p {
    color: #fff;
    font-family: 'Blosta';
}

.work_txt ul li p span {
    font-size: 24.1px;
}

.work_txt {
    background-color: #3b1d57;
    padding: 70px 55px;
    border-radius: 90px 10px 90px 10px;
}

.work {
    background: url(../images/how-work.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 124px 0;
    background-attachment: fixed;
}

.work .container-fluid {
    padding: 0 5%;
}

/* how it works */

/* contact sec */

button.themebtn {
    border: none;
    margin-top: 20px;
}

.contact-pag-form .form-group {
    position: relative;
}

.contact-pag-form .form-group:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
}

.contact-pag-form .form-group i {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 20px;
    color: #d4af37;
}

.contact-pag-form form input.form-control {
    height: 60px;
    font-size: 12px;
    padding-left: 75px;
    border: 2px solid #503669;
    line-height: 0;
    box-shadow: none;
    color: rgb(255, 255, 255);
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    font-family: "Lato", sans-serif;
    display: flex;
    border-radius: 0;
    text-transform: capitalize;
}

.contact-pag-form form textarea.form-control {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    padding-left: 75px;
    padding-top: 13px;
    border: 2px solid #503669;
    letter-spacing: 0;
    box-shadow: none;
    resize: none;
    background-color: transparent;
    margin-top: 20px;
    color: #ffffff;
    border-radius: inherit;
    border-radius: 0;
}

.contact-pag-form form input::placeholder,
.contact-pag-form form textarea::placeholder {
    color: #fff;
    text-transform: uppercase;
}

textarea.form-control {
    height: 170px;
    padding: 140px 0 0 0;
}

.contact-pag-form .form-group::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    left: 50px;
    top: 5px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-pag-form select {
    width: 100%;
    height: 60px;
    font-size: 12px;
    padding-left: 55px;
    border: 2px solid #503669;
    line-height: 60px;
    box-shadow: none;
    color: #ffffff;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    display: block;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    appearance: none;
}

.contact-pag-form select {
    background-image: url('data:image/svg+xml;utf8,<svg fill="white" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 25px;
    padding: 0px 20px;
}

.contact-pag-form select option {
    background-color: #3b1d57;
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
}

.contact_img img {
    height: 100%;
    width: 100%;
    padding-right: 30px;
}

.contact .row {
    background-color: #2d1346;
    border-radius: 10px;
}

.contact-pag-form {
    padding: 30px;
}

.contact-pag-form p {
    color: #aca7b2;
    margin: 10px 0;
}

/* contact sec */

/* footer */

.footerSec {
    background-color: #2d1346;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 20px;
}

.newsletter {
    background-color: #3b1d57;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.newsletter h2 {
    /* font-size: 52.62px; */
    margin-bottom: 15px;
    color: #ffffff;
    text-transform: uppercase;
}

.newsletter p {
    font-size: 14px;
    color: #9d8eab;
    margin: 0 auto 25px;
    width: 80%;
    font-weight: 600;
}

.newsletter form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.newsletter input[type="email"] {
    padding: 17px 30px;
    width: 60%;
    border: 2px solid #4f3468;
    border-radius: 40px;
    font-size: 16px;
    background: transparent;
    font-family: "Lato", sans-serif;
    color: #fff;
}

.newsletter input::placeholder {
    color: #9d8eab;
    text-transform: uppercase;
    font-size: 14px;
}

.newsletter button {
    padding: 18px 55px;
    background-color: #d4af37;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
}

.newsletter button:hover {
    background-color: transparent;
    color: #7e44ec;
    border: 1px solid #7e44ec;
}

.footer_content {
    border-top: 2px solid #4f3468;
    padding-top: 40px;
    padding-bottom: 30px;
}

.ftr_logo img {
    max-width: 150px;
    margin-bottom: 20px;
}

.ftr_links ul,
.ftr_social_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftr_links ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 65px;
}

.ftr_links a {
    color: #fef7f6;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 600;
}

.ftr_links a:hover {
    color: #7e44ec;
}

.ftr_social_links ul {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.ftr_social_links a {
    color: #fff;
    font-size: 16px;
    transition: background 0.3s, color 0.3s;
    height: 35px;
    height: 45px;
    width: 45px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ftr_social_links a:hover {
    color: #fff;
    background-color: #7e44ec;
}

.footer-btm {
    border-top: 2px solid #4f3468;
    padding-top: 20px;
    text-align: center;
}

.footer_content .container-fluid {
    padding: 0 5%;
}

.copy-txt p {
    color: #897b97;
    font-weight: 600;
    font-size: 14px;
}

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

/* footer */

/* before you begin */

.begin_txt p {
    color: #9689a3;
    margin: 20px 0;
}

.begin .row {
    padding: 30px;
    background-color: #2d1346;
    border-radius: 10px;
}

.accordion-button {
    font-family: 'Blosta';
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 16px;
    color: #9d8eab;
    text-align: left;
    background-color: #3b1d57;
    border: 1px solid #3b1d57;
    border-radius: 10px;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #3b1d57;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion-item {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #3b1d57;
    margin-bottom: 15px !important;
}

.accordion-header {
    margin-bottom: 0;
    background-color: #3b1d57;
}

.accordion-body {
    padding: 1rem 1.25rem;
    background-color: #3b1d57;
}

.accordion-body p {
    color: #897b97;
    margin-bottom: 20px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
    background-color: #2c1345;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-left: auto;
    content: "";
    background-color: #ffffff;
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    transition: transform 0.2s ease-in-out;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* before you begin */

html,
body {
    overflow-x: hidden;
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
     .banner_img {
        height: 850px !important;
        width: 850px !important;
    }

    .menuSec ul {
        gap: 60px;
    }

    section.main_slider img {
        height: 1000px;
    }
}

@media only screen and (min-width: 1291px) and (max-width: 1365px) {
    .banner_img {
        height: 650px !important;
        width: 650px !important;
    }

    .menuSec ul {
        gap: 60px;
    }

    section.main_slider img {
        height: 800px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
    h1 {
        font-size: 50px;
        line-height: 60px;
}
    .banner_img {
        height: 750px !important;
        width: 450px !important;
        border-radius: 0px 0px 0px 200px;
    }

    .menuSec ul {
        gap: 60px;
    }

    section.main_slider img {
        height: 800px;
    }

    .all-section {
        padding: 60px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner_img {
        height: 610px !important;
        width: 320px !important;
        object-fit: cover;
        border-radius: 0px 0px 0px 110px;
    }

    .menuSec ul {
        gap: 20px;
    }

    section.main_slider img {
        height: 700px;
    }

    .themebtn {
        gap: 10px;
        padding: 5px 5px 5px 15px;
        font-size: 12px;
        box-shadow: -5px 5px 0 0px #d1ae41;
    }

    h1 {
        font-size: 30px;
        padding-bottom: 20px;
        margin: 0 0 20px;
        line-height: 40px;
    }

    .banner_text p {
        margin-bottom: 20px;
        width: 100%;
    }

    .all-section {
        padding: 50px 0;
    }

    .about .row {
        padding: 20px;
    }

    .about_txt {
        padding-left: 0px;
    }

    .abt_box {
        padding-left: 20px;
    }

    p {
        font-size: 13px;
        line-height: 25px;
    }

    .about_txt p {
        line-height: 25px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 35px;
    }

    .work_txt ul li p span {
        font-size: 17.1px;
    }

    .accordion-button {
        gap: 10px;
        font-size: 14px;
    }

    .accordion-button::after {
        width: 30px;
        height: 30px;
        background-size: 30%;
    }

    .newsletter form {
        flex-wrap: nowrap;
    }

    .newsletter button {
        font-size: 13px;
        padding: 10px 35px;
    }

    .ftr_links ul {
        gap: 45px;
    }
    .services_heading p {
        width: 80%;
    }
    .ser_static_txt {
        padding: 20px 20px 20px 0px;
        width: 98%;
    }
    .ser_card_txt {
        padding: 10px !important;
        height:  auto !important;
    }
    .work_txt {
        padding: 70px 38px;
    }
    .work {
        padding: 60px 0;
    }
    html .inner-banner img.img-fluid {
        height: 350px !important;
    }
    html .box-1 {
        padding: 10px !important;
        border-radius: 13px !important;
    }

}

@media only screen and (min-width: 520px) and (max-width: 767px) {


    header {
        position: unset;
    }

    .header-logo {
        text-align: start;
    }

    .header_btn {
        text-align: end;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .themebtn {
        gap: 10px;
        padding: 5px 5px 5px 15px;
        font-size: 12px;
        box-shadow: -5px 5px 0 0px #d1ae41;
    }

    .themebtn .icon {
        width: 50px;
        height: 30px;
    }

    .themebtn .icon img {
        width: 13px;
        height: 15px;
    }

    .themebtn:hover {
        box-shadow: -5px 5px 0 0px #7e44ec;
    }

    .banner_img {
        position: absolute;
        right: unset;
        top: unset;
        height: 300px !important;
        width: 300px;
    }

    section.main_slider img {
        height: 500px;
    }
    html .inner-banner img.img-fluid{
        height: 300px !important;
    }

    h1 {
        font-size: 35.5px;
        padding-bottom: 20px;
        margin: 0 0 20px;
        line-height: 40px;
    }

    .banner_text h3 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .banner_text p {
        width: 100%;
    }

    p {
        line-height: 20px;
        font-size: 12px;
    }

    .about .row {
        padding: 30px 0;
        border-radius: 0;
    }

    .about {
        margin-top: 30px;
    }

      .about {
        margin-top: 30px;
    }

    .abt_box {
        padding-left: 20px;
    }

    .about_txt p {
        margin-bottom: 10px;
        line-height: 20px;
    }

    .about_txt h2 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 30px;
    }

    .abt_box img {
        width: 60%;
    }

    .services_heading p {
        width: 100%;
    }

    .all-section {
        padding: 30px 0;
    }

    .ser_static_txt h3 {
        font-size: 15.73px;
    }

    .ser_static_txt {
        padding: 30px 30px 30px 0px;
        width: 70%;
        bottom: 5%;
    }

    .ser_static {
        margin-bottom: 30px;
    }

    .ser_card_txt p {
        margin-bottom: 10px;
    }

    .ser_card_txt h3 {
        font-size: 23.79px;
        margin-bottom: 20px;
    }

    .ser_card_txt h4 {
        font-size: 15.75px;
        margin-bottom: 10px;
    }

    .ser_card_txt {
        padding: 20px;
    }

    .current-slide {
        font-size: 20.57px;
    }

    .total-slide {
        font-size: 10.74px;
        letter-spacing: 1px;
    }

    .divider {
        width: 50px;
    }

    .custom-slider-controls {
        gap: 15px;
    }

    .slider-btn {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    .work_txt {
        padding: 40px 25px;
        border-radius: 10px 10px 10px 10px;
    }

    .work_txt ul li p span {
        font-size: 12px;
    }

    .work_txt ul::before {
        display: none;
    }

    .work {
        padding: 60px 0
    }

    .begin .row {
        padding: 30px 10px;
    }

    .accordion-button {
        padding: 10px;
        font-size: 10px;
        gap: 10px;
    }

    .accordion-button::after {
        width: 30px;
        height: 30px;
        background-size: 40%;
    }

    .contact_img img {
        padding-right: 0px;
    }

    .contact-pag-form .form-group:before {
        width: 50px;
        height: 50px;
    }

    .contact-pag-form form input.form-control {
        height: 50px;
        font-size: 10px;
        padding-left: 70px;
    }

    .contact-pag-form .form-group i {
        font-size: 12px;
    }

    .contact-pag-form .form-group::after {
        height: 50px;
        background-size: 10px 40px;
    }

    .newsletter p {
        font-size: 12px;
        width: 100%;
    }

    .newsletter {
        padding: 40px 20px;
        border-radius: 10px;
    }

    .newsletter form {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
        flex-direction: column;
    }

    .newsletter input[type="email"] {
        padding: 10px 20px;
        width: 100%;
        font-size: 12px;
    }

    .ftr_logo {
        margin-bottom: 0px;
    }

    .ftr_links ul {
        justify-content: center;
    }

    .ftr_social_links ul {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 30px;
    }

    .ftr_social_links a {
        font-size: 12px;
        height: 35px;
        width: 35px;
    }

    .newsletter button {
        font-size: 12px;
    }
    .slicknav_nav a:hover {
        background: #3b1d57;
        color: #fff;
    }
    .menuSection .col-xl-2.col-lg-2.col-md-2.col-sm-6.col-12 {
        width: 50%;
    }

    .menuSection .col-xl-6.col-lg-6.col-md-5.col-sm-6.col-12 {
        width: 50%;
    }
    html .ser_card_txt {
        padding: 10px 20px !important;
        height: auto !important;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {

    header {
        position: unset;
    }

    .header-logo {
        text-align: center;
    }

    .header_btn {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .themebtn {
        gap: 10px;
        padding: 5px 5px 5px 15px;
        font-size: 12px;
        box-shadow: -5px 5px 0 0px #d1ae41;
    }

    .themebtn .icon {
        width: 50px;
        height: 30px;
    }

    .themebtn .icon img {
        width: 13px;
        height: 15px;
    }

    .themebtn:hover {
        box-shadow: -5px 5px 0 0px #7e44ec;
    }

    .banner_img {
        position: relative;
        right: unset;
        top: unset;
        height: 300px !important;
        width: 100%;
        left: 0;
        object-fit: cover;
        object-position: -16px 10px;
    }

    section.main_slider img {
        height: 500px;
    }

    h1 {
        font-size: 30px;
        padding-bottom: 20px;
        margin: 0 0 20px;
        line-height: 40px;
    }

    .banner_text h3 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .banner_text p {
        width: 100%;
    }

    p {
        line-height: 20px;
        font-size: 12px;
    }

    .about .row {
        padding: 30px 0;
        border-radius: 0;
    }

    .about {
        margin-top: 0px;
    }
    .about_txt {
        padding-left: 0px;
    }

    .abt_box {
        padding-left: 20px;
    }

    .about_txt p {
        margin-bottom: 10px;
        line-height: 20px;
    }

    .about_txt h2 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 22px;
    }

    h2 {
        font-size: 30px;
    }

    .abt_box img {
        width: 60%;
    }

    .services_heading p {
        width: 100%;
    }

    .all-section {
        padding: 30px 0;
    }

    .ser_static_txt h3 {
        font-size: 15.73px;
    }

    .ser_static_txt {
        padding: 30px 10px 30px 0px;
        width: 80%;
        bottom: 5%;
    }

    .ser_static {
        margin-bottom: 30px !important;
    }

    .ser_card_txt p {
        margin-bottom: 10px;
    }

    .ser_card_txt h3 {
        font-size: 23.79px;
        margin-bottom: 20px;
    }

    .ser_card_txt h4 {
        font-size: 15.75px;
        margin-bottom: 10px;
    }

    .ser_card_txt {
        padding: 20px !important;
        height: auto !important;
    }

    .current-slide {
        font-size: 20.57px;
    }

    .total-slide {
        font-size: 10.74px;
        letter-spacing: 1px;
    }

    .divider {
        width: 50px;
    }

    .custom-slider-controls {
        gap: 15px;
    }

    .slider-btn {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    .work_txt {
        padding: 15px 10px 0px;
        border-radius: 10px 10px 10px 10px;
    }

    .work_txt ul li p span {
        font-size: 12px;
    }

    .work_txt ul::before {
        display: none;
    }

    .work {
        padding: 30px 0;
    }

    .begin .row {
        padding: 30px 10px;
    }

    .accordion-button {
        padding: 10px;
        font-size: 10px;
        gap: 10px;
    }

    .accordion-button::after {
        width: 30px;
        height: 30px;
        background-size: 40%;
    }

    .contact_img img {
        padding-right: 0px;
    }

    .contact-pag-form .form-group:before {
        width: 50px;
        height: 50px;
    }

    .contact-pag-form form input.form-control {
        height: 50px;
        font-size: 10px;
        padding-left: 70px;
    }

    .contact-pag-form .form-group i {
        font-size: 12px;
    }

    .contact-pag-form .form-group::after {
        height: 50px;
        background-size: 10px 40px;
    }

    .newsletter p {
        font-size: 12px;
        width: 100%;
    }

    .newsletter {
        padding: 40px 20px;
        border-radius: 10px;
    }

    .newsletter form {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
        flex-direction: column;
    }

    .newsletter input[type="email"] {
        padding: 10px 20px;
        width: 100%;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .ftr_links ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        flex-direction: column;
    }

    .ftr_social_links ul {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 30px;
    }

    .ftr_social_links a {
        font-size: 12px;
        height: 35px;
        width: 35px;
    }

    .newsletter button {
        font-size: 12px;
    }
    .begin_txt h2 {
        font-size: 18px !important;
    }
    
    .contact-pag-form {
        padding: 10px;
    }
    html section.vc_section.contact.all-section .vc_column_container>.vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    html .gform_wrapper.gravity-theme .gfield_label {
        font-size: 15px !important;
        font-weight: 600 !important;
    }
    .textwidget h2 {
        font-size: 25px;
    }
    html .inner-banner img.img-fluid {
        height: 200px !important;
    }
    .slicknav_nav a:hover {
        background: #3b1d57;
        color: #fff;
    }
    html .vc_row.vc_column-gap-35>.vc_column_container {
        padding: 3px !important;
    }
    .services_heading h2 {
        font-size: 20px;
    }
    .about_txt h4 {
        font-size: 18px;
    }
    .box-1 {
        padding: 12px 12px;
    }
    
    
    
    
    
    
}

/*Media Query End*/



/* clients Section start  */

section.say {
  position: relative;
  padding: 0px 0px 100px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/say-bg-img.png);
  background-position: 100% 100%;
}

section.say .row {
  margin: 0px auto;
  align-items: center;
}

.say-heading {
  margin-bottom: 60px;
}

.sysitems {
  position: relative;
}

.testi_heads {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: self-end;
  padding: 0px 32px 0px 0px;
  border-bottom: 1px solid #2c2c2c;
  margin-bottom: 40px;
}

.testi_heads h4 {
  font-size: 32px;
  margin: 0px;
  line-height: 40px;
  position: relative;
  padding-bottom: 14px;
  color: #fff;
}

.testi_heads ul.actionbtn {
  margin: 0px;
  display: flex;
  position: relative;
  gap: 20px;
  padding: 20px 0px;
}

.testi_heads ul.actionbtn button {
  background: transparent;
  border: 0px;
  transition: 0.2s;
  width: 90%;
  padding: 0px;
}

.testi_heads ul.actionbtn button img {
  filter: brightness(0) invert(1);
  opacity: 40%;
  transition: 0.3s;
}

.testi_heads ul.actionbtn button:hover img {
  opacity: 1;
}

.testi_heads h4:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0px;
  background: #fff;
  opacity: 90%;
}

.testi_heads ul.actionbtn:before {
  position: absolute;
  content: "";
  width: 1px;
  bottom: 0px;
  background: #fff;
  opacity: 20%;
  height: 100%;
  right: 0;
  left: -4px;
  margin: 0px auto;
  display: table;
}

.auther-header {
  margin-bottom: 30px;
}

.auther-header h5 {
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.auther-header span.desination {
  font-size: 13px;
  text-transform: uppercase;
  color: #a1a1a1;
  font-weight: 500;
}

.saySlider .autmessg p {
  font-size: 14px;
  line-height: 26px;
  margin: 0px;
  color: #000;
  opacity: 1;
}

.saySlider .autmessg {
  padding: 24px 14px 24px 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.aut-rating {
  position: relative;
  margin-top: 30px;
}

.aut-rating .rating i {
  color: #ffb400;
  font-size: 12px;
}

.aut-rating .rating span:nth-child(5) i {
  opacity: 40%;
}

.say-main-img {
  position: relative;
}

.say-main-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.saySlider .slick-slide {
  margin: 0px;
}

.ct-profiles {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.top-poster {
  width: 100%;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d1ae41;
  transition: 0.2s;
}

.top-poster img {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  filter: drop-shadow(2px 4px 86px black);
  transition: 0.2s;
}

.top-poster:hover img {
  filter: unset;
  transform: scale(1.04);
}

.top-poster:hover {
  background: #ffffffbf;
}

.ct-profiles ul {
  margin: 0px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  padding: 70px 0;
  gap: 40px;
  background: #fff;
  height: 100%;
}

.proflsBoxs {
  position: relative;
}

.proflsBoxs .authPf {
  position: relative;
}

.proflsBoxs .authPf img {
  width: 80px;
  height: 80px;
  transition: 0.2s;
  border-radius: 100px;
}

.proflsBoxs .rated {
  position: relative;
  text-align: right;
}

.proflsBoxs .rated span i {
  position: absolute;
  top: 22px;
  right: 3px;
  z-index: 1;
  font-size: 22px;
  color: #ffb400;
}

.proflsBoxs .rated span:first-child {
  font-size: 12px;
  font-family: "Roboto";
  opacity: 70%;
  margin-right: -30px;
  top: 8px;
  position: relative;
}

.ct-profiles ul:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  left: 0;
  margin: 0px auto;
  display: table;
  background: #fff;
  opacity: 30%;
  top: 0;
}

/* clients Section start  */