/* ====================================

01. Typography style
02. Preloader style
03. Owl-Theme & Custom style
04. Navbar style
05. Header style
06. Slider Fade & Slider style
07. Parallax Header style
08. Video Background style
09. Banner Header style
10. About style
11. Team style
12. Team-Single style
13. FAQs (Accordion) style
14. Gallery Scroll style
15. Video Gallery style
16. Video Popup style
17. Testimonials style
18. Clients style
19. Blog style
20. Post style
21. Contact style
22. Form style
23. Button style
24. Footer style
25. toTop Button style
26. Overlay Effect Bg Image style
27. Responsive style

==================================== */
@import url('page-css/navbar.css');
@import url('page-css/slider.css');
@import url('page-css/owl-common.css');
@import url('page-css/service-page.css');
@import url('page-css/team.css');
@import url('page-css/blog-page.css');
@import url('page-css/gallery.css');
@import url('page-css/faq.css');
@import url('page-css/contact.css');


:root {
    --theme-base-color: #72207b;
    /*  --theme-text-color-first: #1b8fe6;
  --color-secondary: #f4f5f6;
  --color-tertiary: #0d1013;
  --color-gray: #f6f6f6;
  --color-subtitle: #f9004d;
  --bg-color-primary: #0582c5;
  --background-color-white: #63b336;
  --color-dark: #4a4a4a;
  --color-text:#4a4a4a;
  --color-black:#000000;
  --color-white:#FFF;
  --theme-color-first: #1b8fe6;*/




}

/* ======= Typography style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #707070;
    overflow-x: hidden !important;
    letter-spacing: 0.03px;
}

p {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    /*color: #707070;*/
    color: #2c2b2b;
    margin-bottom: 15px;
}

p b {
    color: #141414;
    font-weight: 400;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 27px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    line-height: 1.25em;
    margin: 0 0 15px 0;
    color: #141414;
}

img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

b {
    font-weight: 600;
}

.text-dark {
    color: #141414;
}

.colr-white {
    color: #FFF !important;
}

.small,
small {
    font-size: 17px;
}

/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Oswald', sans-serif;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}

input[type="password"],
input[type="email"],
input[type="number"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 14px 20px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #707070;
    background-image: none;
    border: none;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
}

.form-control {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 20px;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
    color: #707070;
    background-color: transparent;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 30px;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #fff;
    border: none;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    color: #707070;
    border: none;
}

select {
    padding: 10px;
    border-radius: 5px;
}

textarea:focus,
textarea:active,
textarea::placeholder {
    color: #707070;
}

table,
th,
tr,
td {
    border: 0px solid #707070;
}

th,
tr,
td {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

button[type="submit"],
input[type="submit"] {
    display: inline-block;
    height: auto;
    padding: 16px 27px;
    border: none;
    border-radius: 30px;
    /* color: #fff;*/
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
}

button[type="submit"] i,
input[type="submit"] i {
    color: #fff;
}

button[type="submit"]:hover i,
input[type="submit"]:hover i {
    color: #fff;
}

button[type="submit"]:hover,
input[type="submit"]:hover {
    border: none;

}

select {
    max-width: 100%;
}

.form-select {
    display: block;
    width: 100%;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23887bb6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    color: #707070;
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 11px 20px;
    border: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    padding-left: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 15px;
    border: 1px solid rgba(203, 157, 85, 0.3);
    outline: none;
}

.form-control:focus,
.form-select:focus,
select:focus {
    outline: none;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid rgba(203, 157, 85, 0.3);
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin: 5px 30px 15px 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 12px;
}

input[type=checkbox]:before {
    content: '';
    width: 22px;
    height: 22px;
    border: 1px solid rgba(203, 157, 85, 0.3);
    background-color: rgba(203, 157, 85, 0.3);
    position: absolute;
    top: 0px;
    margin-left: -1px;
    border-radius: 3px;
}

input[type=checkbox]:after {
    font-family: "Font Awesome 6 Brands";
    content: '\f00c';
    font-weight: normal;
    color: #000;
    background: transparent;
    position: absolute;
    top: 1px;
    margin-left: -1px;
    left: 0;
    width: 22px;
    height: 22px;
    border: none;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.64, .09, .08, 1);
    will-change: opacity;
    font-size: 12px;
}

input[type=checkbox]:checked:after {
    opacity: 1
}

/* placeholder */
::-webkit-input-placeholder {
    color: #707070;
    font-family: "Urbanist", sans-serif;
    font-size: 17px;
    font-weight: 400;
}

:-moz-placeholder {
    color: #707070;
}

::-moz-placeholder {
    color: #707070;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #707070;
}

/* important */
.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100%;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-lightgray {
    background: linear-gradient(to bottom, #ffffff 0%, #9966ff 100%);


}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.pattern {
    background-repeat: repeat;
    background-size: auto;
}

.bold {
    font-weight: 400;
}

.count {
    font-family: "Manrope", sans-serif;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    /*    left: 0;*/
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
}

.v-middle2 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 12%;
    left: 0;
    -webkit-transform: translate(0%, -12%);
    transform: translate(0%, -12%);
    z-index: 9;
}

.rest {
    padding: 0 !important;
    margin: 0 !important;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.js .animate-box {
    opacity: 0;
}

:root {
    scroll-behavior: auto;
}

.position-relative {
    position: relative !important;
}

.icon-bg {
    background: #fff !important;
}

hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
}

.br-5005 {
    border-radius: 5px 0 0 5px;
}

.br-0550 {
    border-radius: 0 5px 5px 0;
}

.br-5 {
    border-radius: 5px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mt--120 {
    margin-top: -120px !important;
}

.mt--180 {
    margin-top: -180px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 15px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

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

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.plr-0 {
    padding-left: 0;
    padding-right: 0;
}

.pl-30 {
    padding-left: 30px;
}

.pl-50 {
    padding-left: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-60 {
    padding-top: 60px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.no-padding {
    padding: 0 !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.br-20 {
    border-radius: 20px;
}

.br-15 {
    border-radius: 15px;
}

/* list style */
.list {
    position: relative;
    display: block;
}

.list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.list li + li {
    margin-top: 10px;
}

.list-icon {}

.list-icon i {
    font-size: 17px;
    color: var(--theme-text-color-first);
}

.list-text {
    margin-left: 15px;
}

.list-text p {
    font-size: 17px;
    margin: 0;
    color: #141414;
}

.pricing-table {
    margin-left: 0%;
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
    /*box-shadow: 0 0 15px rgba(0,0,0,0.1);*/
    font-family: Manrope, sans-serif;
}

.pricing .pricing-table th {
    font-size: large;
}

.pricing .pricing-table th,
.pricing-table td {
    padding: 15px 0px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.pricing .pricing-table tbody tr:hover {
    background-color: #f1f5f9;
}

.pricing-table i {
    color: #5ca2e7;
    margin-right: 8px;
}

#indoornum {
    color: #2c76d1;
}

#athleteh2 {
    font-size: 25px;
}

.athlete-content ul {
    padding: 0;
    list-style: circle;
}

.athlete-content ul li {
    padding-bottom: 15px;
}

.vedio-bg-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.vedio-wrapper {
    text-align: center;
    position: relative;
}

.vedio-wrapper .video {
    position: relative;
}

/* ======= Preloader style ======= */
.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    overflow: hidden;
}

.preloader * {
    transition: all 0.3s;
}

.preloader .centered {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.preloader .centered:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.preloader .centered .cont {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
}

.preloader .centered .cont .loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    margin-left: -45px;
    margin-top: -45px;
}

.preloader .centered .cont .loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 45px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    overflow: hidden;
    transform-origin: 45px 45px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(215, 17, 14, 0.5));
    animation: rotate 1.2s infinite linear;
}

.preloader .centered .cont .loader-line-mask .loader-line {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(215, 17, 14, 0.5);
}

.preloader .centered .cont img {
    width: 38px;
    max-width: 38px;
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preloader [not-existing] {
    zoom: 1;
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

.preloader [not-existing] {
    zoom: 1;
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.preloader [not-existing] {
    zoom: 1;
}

/* ======= Section style ======= */
.section-padding {
    padding: 30px 0;
}

.section-title {
    position: relative;

}

.section-title h1 {
    font-family: 'Avega',
        sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 50px;
    /*color: #000;*/
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
}

.section-title h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    /*color: #000;*/
    font-size: 15px;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.white-color {
    color: #fff;
}

/* ======= About style ======= */

.about .img-box {}

.about {
    position: relative;
    overflow: hidden;
}

.about .container {}

.about .left-img {}

.about .cont {

    /*padding-right: 25%;*/
    padding: 0px 0 0px 50px;
}

@media screen and (max-width: 768px) {

    .about .cont {
        padding: 20px 0 0 0;
    }
}



/* ======= Start Plumber Service style ======= */

.service-area-bg {

    height: 1137px;
}

.service-area-bg-img {
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center;

}

.service-area {
    position: relative;
}

.service-area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    width: 100%;
    background: #f2f2f2;
    z-index: -1;
}

.services {}

.services .item {
    position: relative;
    display: block;
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services .item .img {
    position: relative;
}

.services .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(transparent));
    /* background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0, transparent 100%); */

}

.services .item .img img {
    width: 100%;
}

.services .item .con {
    position: absolute;
    top: 66px;
    left: 30px;
    right: 30px;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.services .item .con h2 {
    font-family: "Oswald", serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    display: inline;
    padding: 3px 10px;
    border-radius: 5px;
    background-color: #000;

}

.services .item .con h3 {
    font-size: 35px;
    color: #fff;
}

.services .item .con p {
    color: #dfdede;
    opacity: 2;
}

.services .item .con a {
    color: #fff;
    font-size: 17px;
}

.services .item .con a.text-decoration-line-bottom {
    border-bottom: 3px solid #fff;
    transition: all 0.5s ease;
}

.services .item .con a:hover.text-decoration-line-bottom {
    border-bottom: 3px solid #72207b;
    transition: all 0.5s ease;
    color: #72207b;
}

.services .owl-theme .owl-nav [class*=owl-]:hover {
    background: #72207b;
    border: 1px solid #72207b;
    color: #fff;
}

.service-area .service-area-cont {}

.service-area .service-area-cont p {
    color: #dfdede;
    padding-right: 50px;
}

.service-area .request-quote-form {
    width: 100%;
    float: left;
    padding: 30px 30px !important;
    background-color: #000;
    margin-top: 0px;
    border-radius: 15px;

}

.service-area .request-quote-form input[type="text"] {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 12px 20px;
    font-size: 15px;
    border-radius: 5px;
    font-family: "Oswald", sans-serif;
    background-color: #f4f4f4;
}

.service-area .request-quote-form textarea {
    border: 1px solid #e5e5e5;
    box-shadow: none;
    padding: 14px 20px;
    border-radius: 5px;
    background-color: #f4f4f4;
}

.service-area .request-quote-form textarea:focus {
    border: 1px solid #e5e5e5;
    box-shadow: none;
}

.service-area .request-quote-form input:focus {
    border: 1px solid #e5e5e5;
    box-shadow: none;
    background-color: #FFF;
}

.service-area .phone {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 15px;
}

.service-area .phone i {
    height: 55px;
    width: 55px;
    line-height: 55px;
    background: #72207b;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}

/*.service-area .item .con a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 11%;
    height: 3px;
    background: #b4b4b4;
    transition: all 0.5s ease;
}*/


/*-------------- Services 2 ------------------*/

.services2 {}

.services2 .item {
    position: relative;
    display: block;
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services2 .item .img {
    position: relative;
}

.services2 .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(transparent));
    /* background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0, transparent 100%); */

}

.services2 .item .img img {
    width: 100%;
}

.services2 .item .con {
    position: absolute;
    top: 90px;
    left: 30px;
    right: 30px;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.services2 .item .con h2 {
    font-family: "Oswald", serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    display: inline;
    padding: 3px 10px;
    border-radius: 5px;
    background-color: #000;
}

.services2 .item .con h3 {
    font-size: 35px;
    color: #fff;
}

.services2 .item .con p {
    color: #dfdede;
    opacity: 2;
}

.services2 .item .con a {
    color: #fff;
    font-size: 17px;
}

.services2 .item .con a.text-decoration-line-bottom {
    border-bottom: 3px solid #fff;
    transition: all 0.5s ease;
}

.services2 .item .con a:hover.text-decoration-line-bottom {
    border-bottom: 3px solid #72207b;
    transition: all 0.5s ease;
    color: #72207b;
}


/*-------------- Service 2 End- --------------*/

.black-bx {
    background-color: #000;
    padding: 60px 100px;
    width: 100%;
}

.black-bx h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 200;
    display: inline-block;
}

.why-choose {
    background-color: #e4e4df;
}

.why-choose .img-block {
    margin-left: 50px;
}

.why-choose .img-block img {}

.why-choose .why-bx {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.why-choose .why-bx .icon {
    margin-bottom: 10px;
}

.why-choose .why-bx .icon img {
    width: auto;
}

.why-choose .why-bx h3 {
    font-size: 22px;
}

.why-choose .why-bx p {
    font-size: 15px;
    margin: 0;
}

/* ======= Rotatext style ======= */
.rotatex {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    top: -252px;
}

.rotatex .rotate-box {
    position: absolute;
    width: 220px;
    height: 220px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    right: 53%;
}

.rotatex .rotate-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 54px;
    font-weight: 500;
    color: #72207b;
    border: 6px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rotatex .rotate-box .rotate-text {
    -webkit-animation: rotateText 20s linear infinite;
    animation: rotateText 20s linear infinite;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    border-radius: 50%;
    color: #000;
    font-size: 45px;
}

.rotatex .rotate-box .rotate-circle svg {
    width: 220px;
    height: 220px;
    fill: #000;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@-webkit-keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

}

@media screen and (max-width: 991px) {
    .rotatex {}

    .rotatex .rotate-box {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* =========== Start Testimonials Section =====*/


.testimonial-area {
    background-color: #1b1d1e;


}

.testimonial-area .testimonial-inner {
    width: 100%;
    height: 100%;
    padding: 0px 0 0px;
}

.testimonial-area .quoteshape {
    position: relative;
    text-align: center;
}

.testimonial-area .section-head {
    margin-bottom: 50px;
    border-top: 1px solid #f2f2f2;
    padding-top: 41px;
}

.testimonial-block-outer {
    padding: 15px;
    border-radius: 0px;
    background-color: transparent;
    /*border-radius: 50px;*/
    border-radius: 12px;
    margin-bottom: 20px;
}

.testimonial-block-outer .border-box {
    width: 346px;
    border-radius: 52px;
    background-color: transparent;
    /* border: 1px dashed #1b8fe6;*/
    padding: 8px;
    float: left;
}

.testimonial-block-outer .client-img {

    border-radius: 15px;
    margin: auto;
    background-color: transparent;
    overflow: hidden;
    padding: 0px;

}

.testimonial-block-outer .client-img img {
    border-radius: 15px;
}

.testimonial-block-outer .text-box {
    margin: auto;
    padding: 0px 30px 0px;
    color: #FFF;
    text-align: center;
    max-width: fit-content;
}

.testimonial-block-outer .text-box p {

    font-weight: 400;
    font-size: 17px;
    color: #FFF;
}

.testimonial-block-outer .quote-icon {
    margin: 0 auto 30px auto;
    background: url(../img/resource/quote-icon.png) no-repeat center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: var(--theme-base-color);
}

.testimonial-block-outer .quote-icon img {
    width: auto;

}

.testimonial-block-outer .name {
    font-size: 20px;
    line-height: 30px;
    padding-top: 0px;
    color: var(--color-primary);
    margin-top: 30px;
}

.testimonial-block-outer .name span {
    font-size: 16px;
    font-weight: 300;
}

.testimonial-block-outer .rating {
    margin: 20px auto 0 auto;
    text-align: center;
    display: table;
}

.testimonial-block-outer .rating img {
    width: auto !important;
}

.testimonial-area .owl-theme .owl-dots .owl-dot span {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
}

.testimonial-area .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    border: 1px solid #fff;
}

/* ======= Gallery Scroll style ======= */
.galleryscroll {
    position: relative;
}

.galleryscroll .item {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 0px;
    isolation: isolate;
}

.galleryscroll .item .img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    isolation: isolate;
}

.galleryscroll .item .img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.galleryscroll .item .img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.galleryscroll .item:hover .img > img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

#item-img-height {
    height: 450px;
}

/* magnific popup custom */
.mfp-counter {
    display: none;
}

.mfp-figure button {
    border: 0px solid transparent;
}

button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}

.mfp-bg,
body.mfp-zoom-out-cur {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}

/*=========== Start Video Section =============*/
.video-wrapper {}

.video-wrapper .rotatex {
    position: relative;
    background-attachment: fixed;
    background-position: center;
}

.video-wrapper .video-box {
    position: relative;
    width: 220px;
    height: 220px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

.video-wrapper .video-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: transparent;
    font-size: 17px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* =========== Start Blog  Style Sheet =====*/

.blog-area {}

.blog-area .item:hover {
    /*transform: translateY(-10px);*/
}

.blog-area .item {
    position: relative;
    border-radius: 5px;
    transition: all 0.4s ease;
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1);
}

.blog-area .item .img {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.blog-area .item .img .cate {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 4px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 5px;
    display: inline-block;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.8);
    color: #141414;
    font-weight: 400;
}

.blog-area .item:hover .img .cate {
    background: #fff;
}

.blog-area .item .img .cate {
    background: #fff;
}

.blog-area .item .content {
    padding: 40px 20px;
    position: relative;
    z-index: 2;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
}

.blog-area .item .content h4 {
    font-size: 21px;
    margin-bottom: 15px;
    color: #141414;
}

.blog-area .item .content h4 a:hover {}

.blog-area .item .content h5 {
    font-size: 17px;
    font-weight: 400;

}

.blog-area .item .content h5 a.text-decoration-line-bottom {
    border-bottom: 1px solid #72207b;
}

.blog-area .item .content h4 a {
    text-decoration: none;
    color: #141414;
}

.blog-area .item .content p {
    color: #707070;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 15px;
}

/* ======= Team style ======= */
.team {
    position: relative;
}

.team .item {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.team .item:hover .img::after {
    opacity: 1;
}

.team .item:hover .img .social-icons {
    opacity: 1;
    bottom: 15px;
}

.team .item .img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.team .item .img img {
    width: 100%;
    margin: 0;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    background-size: cover;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.team .item:hover .img {
    /*transform: scale(0.98);*/
}

.team .item .img::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team .item .img .social-icons {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 20px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    z-index: 20;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team .item .img .social-icons a {
    font-size: 17px;
    margin: 15px 1px;
    line-height: 1;
    color: #000;
    padding: 12px 15px;
    background-color: #FFF;
    border-radius: 4px;
}

.team .item .img .social-icons a:hover {
    color: #000;
    opacity: 1;
}

.team .item .info {
    padding: 30px 15px;

}

.team .item .info h5 {
    font-size: 26px;
    color: white;
    margin-bottom: 5px;
}

.team .item .info p {

    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0px;
}

/* ======= Team Single ======= */
.team-single h5 {
    padding-bottom: 10px;
}

/* ======= Video Gallery ======= */
.video-gallery {
    position: relative;
}

.video-gallery .video-gallery-carousel {
    position: relative;
    display: block;
    max-width: 80%;
    margin: 0 auto;
}

.video-gallery .video-gallery-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}

.video-gallery .item {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.video-gallery .item .img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 3px;

}

.video-gallery .item .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.video-gallery .video-box {
    position: relative;
    width: 220px;
    height: 220px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    top: 30%;
    position: absolute;
    left: 36%;
    z-index: +1;
}

.video-gallery .video-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 90px;
    width: 90px;
    border-radius: 50%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 17px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* owl nav */
.video-gallery .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}

.video-gallery .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.video-gallery .owl-theme .owl-prev,
.video-gallery .owl-theme .owl-prev {
    left: 10px !important
}

.video-gallery .owl-theme .owl-next {
    right: 10px !important
}

.video-gallery .owl-theme .owl-prev,
.video-gallery .owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 15px
}

.video-gallery .owl-theme .owl-prev > span,
.video-gallery .owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-gallery .owl-carousel .owl-nav button.owl-next,
.video-gallery .owl-carousel .owl-nav button.owl-prev {
    outline: none;
}

.video-gallery .owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    line-height: 44px;
    background: #fff;
    border-radius: 0;
    color: #1b1d1e;
    font-size: 12px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    border-radius: 100%;
    border: 2px solid #fff;
}

.video-gallery .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--theme-base-color);
    border: 2px solid var(--theme-base-color);
    color: #fff;
}

.video-gallery .owl-theme .owl-nav {
    top: 40% !important;
}

.video-gallery .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}

.video-gallery .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .video-gallery .video-gallery-carousel {
        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {

    .video-gallery .video-box {
        top: 20%;
        left: 30%;
    }

    .video-gallery .owl-theme .owl-nav {
        display: none;
    }

    .video-gallery .item .wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/*======== coaching ==============*/
/* Base Section Styling */
.latest-news-are {
    background-color: #ffffff;
    padding: 50px 15px;
    position: relative;
    z-index: 2;
}

/* Section Title */
.bd-section-title-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.bd-section-subtitle {
    color: #555;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.bd-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

/* News Box */
.single-news {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 20px;
    background: #fafafa;
    margin-bottom: 30px;
    transition: box-shadow 0.3s ease;
}

.single-news:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Image Styling */
.latest-news-thumb img {
    max-width: 100%;
    border-radius: 8px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.latest-news-thumb:hover img {
    transform: scale(1.03);
}

/* Text Box */
.news-box-content h4 a {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
}

.news-box-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
}

/* Responsive Styling */
@media (max-width: 1199px) {
    .bd-section-title {
        font-size: 28px;
    }
}

@media (max-width: 991px) {

    .prodetail,
    .prodetail2 {
        flex-direction: column-reverse !important;
    }

    .news-box-content h4 a {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .bd-section-title {
        font-size: 24px;
    }

    .news-box-content p {
        font-size: 15px;
    }

    .single-news {
        padding: 15px;
    }
}

/*Accordion*/
.accordion-button {
    font-size: 1.1rem;
    color: #000;
    background-color: #fff;
    border-radius: 8px;
}

.accordion-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

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

.accordion-body p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
}

.accordion-body i {
    color: #007bff;
    font-size: 1.1rem;
}

.membership-plans {
    font-family: "Oswald", sans-serif;
    font-size: 20px;

}

.membership-card {
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
    margin-bottom: 2rem;
}

.membership-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.card-img {
    object-fit: cover;
    height: 100%;
    max-height: 100%;
}

.silver {
    background: linear-gradient(to right, #ECEFF1, #CFD8DC);
}

.gold {
    background: linear-gradient(to right, #FFD700, #FFECB3);
}

.platinum {
    background: linear-gradient(to right, #D1C4E9, #EDE7F6);
}

.plan-title {
    font-weight: 700;
    font-size: 1.8rem;
}

.price {
    font-size: 1.4rem;
    font-weight: 600;
}

.feature i {
    font-size: 1.2rem;
}

.btn-plan {
    font-weight: 600;
    border-radius: 30px;
}

/*======== Video-Gallery ==============*/

.events {
    background-color: #121214;
}

.events .ev-wrap {
    background-color: #fff;
    width: 100%;
    float: left;
}

.events .img-bx {
    display: inline-block;
    float: left;
    width: 33%;
    height: 263px;
    overflow: hidden;
}

.events .ev-wrap .content {
    padding: 20px 20px 20px 40px;
    position: relative;
    z-index: 2;
    border-radius: 0 0 5px 5px;
    width: 63%;
    display: inline-block;
    float: left;
}

.events .ev-wrap .content h5 {
    font-size: 17px;
    font-weight: 400;
    color: #707070;
}

.events .ev-wrap .content h3 {
    font-size: 30px;
    font-weight: 400;
    color: #141414;
    text-transform: uppercase;
}

.events .ev-wrap .content p {
    margin: 0;
}

@media screen and (max-width: 1024px) {

    .events .img-bx {
        margin: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 735px) {


    .events .img-bx {
        width: auto;
    }

    .events .ev-wrap .content {
        width: auto;
        padding: 20px 20px 20px 20px;
    }
}

/*======== End Events ==============*/


/* ======= Footer style ======= */
.footer {
    position: relative;
    background-color: #ffffff;
}

/* footer top */
.footer .top {
    padding: 100px 0 20px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .top .item .logo {
    width: 220px;
    margin-bottom: 15px;
}

.footer .top .item h2 {
    color: #000000;
    font-size: 30px;
    margin-bottom: 20px;
}

.footer .top .item h3 {
    color: #000000;
    font-size: 24px;
}

.footer .top .item .addres {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    font-weight: 400;
}

.footer .top .item p,
.footer .top .item p a {
    color: #000000;
}

.footer .top .item .icon {
    margin-right: 10px;
    color: #000000;
    float: left;
}

.footer .top .item .phone {
    font-size: 16px;
    color: rgba(206, 224, 243, 0.6);
    position: relative;
    font-weight: 400;
}

.footer .top .item .phone a {
    color: #000000;
}

.footer .top .item .mail {
    font-size: 16px;
    font-weight: 400;
    line-height: 3em;
    color: #000000;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer .top .item .mail a {
    color: #000000;
}

/*.footer .top .item .mail:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255,255,255, 0.1);
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}*/
/* newsletter */
.footer .top .item .newsletter {
    position: relative;
    margin-top: 30px;
}

.footer .top .item .newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 17px;
    font-weight: 400;
    color: rgba(206, 224, 243, 0.6);
    outline: none;
    padding: 0 90px 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.footer .top .item .newsletter button {
    height: 50px;
    width: 50px;
    border: none;
    background: #72207b;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 1px;
    line-height: 50px;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.footer .top .item .newsletter input::placeholder {
    color: rgba(206, 224, 243, 0.6);
}

.footer .top .item .newsletter:hover button {
    background: #72207b;
    outline: none;
    /*    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);*/
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    color: #000000;
}

.footer .top .item .newsletter button[type="submit"] i {
    color: #000000;
}

.footer .top .item .newsletter:hover button[type="submit"] i {
    color: #000000;
}

/* social icons */
.footer .top .social-icons {
    margin-top: 20px;
}

.footer .top .social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    font-size: 15px;
    color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .top .social-icons li a {
    color: #000000;
}

.footer .top .social-icons .list-inline {
    margin: 0;
}

.footer .top .social-icons li:hover {
    background: #72207b;
    color: #000000;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

/* links */
.footer .top .links {}

.footer .top .links ul {
    margin: 0;
    padding: 0;
}

.footer .top .links ul li {

    margin: 10px;
    font-size: 16px;
    color: rgba(206, 224, 243, 0.6);
    line-height: 24px;
    display: table;
}

.footer .top .links ul li a {
    color: #000000;
    position: relative;
}

.footer .top .links ul li:hover,
.footer .top .links ul li:hover a {
    color: var(--theme-base-color);
}

/* footer bottom */
.footer .bottom {
    position: relative;
    display: block;
    padding: 10px 0;
}

.footer .bottom p {
    color: rgba(206, 224, 243, 0.6);
    font-size: 15px;
    margin: 10px;
}

.footer .bottom p a {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #000000;
    text-decoration: none;
    transition: background-size .2s;
    line-height: 1.75em;
}

.footer .bottom p a:hover {
    color: #b98e44;
}

/* ======= Button style ======= */
/* button 1 */
.button-1 {
    display: inline-block;
    height: auto;
    padding: 12px 20px;
    border: 1px solid #fff;
    border-radius: 1px;
    background-color: #fff;
    color: #141414;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    letter-spacing: 0.5px;

}

.button-1:hover {
    border: 1px solid var(--theme-base-color);
    background-color: var(--theme-base-color);
    color: #fff;
    /*transform: translate3d(0px, -6px, 0.01px);*/
}

/* button 2 */
.button-2 {
    display: inline-block;
    height: auto;
    padding: 12px 27px;
    border: 1px solid var(--theme-base-color);
    border-radius: 50px;
    background-color: var(--theme-base-color);
    color: #fff;

    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.button-2:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #141414;

}

/* button 3 */
.button-3 {
    display: inline-block;
    height: auto;
    padding: 12px 27px;
    border: 1px solid #72207b;
    border-radius: 1px;
    background-color: #72207b;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.button-3 i {
    margin-right: 5px;
}

.button-3:hover {
    border: 1px solid #141414;
    background-color: #141414;
    color: #fff;
    /*transform: translate3d(0px, -6px, 0.01px);*/
}

/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background-color: var(--theme-base-color);
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    content: '\f062';
    font-weight: 400;
    text-align: center;
    line-height: 55px;
    font-size: 17px;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--theme-base-color);
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap::after {
    color: #fff;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--theme-base-color);
}


/* ======= Overlay Effect Bg Image style ======= */
[data-overlay-dark] {
    position: relative;
}

[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #00000077;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}

[data-overlay-dark] p {
    color: #707070;
}

[data-overlay-dark="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before {
    opacity: 0.2;
}

[data-overlay-dark="3"]:before {
    opacity: 0.3;
}

[data-overlay-dark="4"]:before {
    opacity: 0.4;
}

[data-overlay-dark="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before {
    opacity: 0.7;
}

[data-overlay-dark="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before {
    opacity: 1;
}


/* ======= Responsive style ======= */
@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1220px;
    }
}

@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }

    .contact .item {
        margin-bottom: 30px;
    }

    .contact .item .contents .title {
        font-size: 21px;
    }
}

.feedback-form {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 100;
    min-height: 40px;


}

.feedback-form-show {
    right: 0 !important;
}

.feedback_form_area {
    margin-top: -200px;
    position: relative;
    display: none;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
}

.feedback_form_area_inner {
    width: 300px;
    min-height: 450px;
    color: #fff;
    padding: 5px;
}

.feedback_form_area h3 {
    margin-top: 0;
    color: white;
}

.custom-inp {
    width: 100%;
    height: 35px;
    padding-left: 15px;
    color: #fff;
    border: 1px #fff solid;
    background: transparent;
}

.custom-inp-txt {
    width: 100%;
    height: 100px;
    padding: 5px;
    color: #000000;
    border: 1px #fff solid;
    background: transparent;
}

.feedback-form-btn {
    position: absolute;
    left: -110px;
    color: #fff;
    background-color: #72207b;
    transform: rotate(360deg);
    top: 90%;
    border-radius: 0;
    font-size: 19px;
}



@media only screen and (max-width: 320px) {
    .feedback_form_area_inner {
        width: 260px;
        min-height: 450px;
        color: #fff;
        padding: 15px;
    }
}

.mt-50 {
    margin-top: 50px;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    right: 1280px;
    background-color: #02da63;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.float2 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 170px;
    right: 40px;
    background-color: #67a0d6;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float2 {
    margin-top: 16px;
}

.float3 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 240px;
    right: 40px;
    background-color: #67a0d6;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float3 {
    margin-top: 16px;
}

.floatingButtonWrap {
    display: block;
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 999999999;
}

.floatingButtonInner {
    position: relative;
}

.floatingButton {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    background: -webkit-linear-gradient(45deg, #8769a9, #507cb3);
    background: -o-linear-gradient(45deg, #8769a9, #507cb3);
    background: linear-gradient(45deg, #8769a9, #507cb3);
    color: #fff;
    line-height: 50px;
    position: absolute;
    border-radius: 30% 30%;
    bottom: 0px;
    right: 0px;
    border: 5px solid #b2bedc;
    /* opacity: 0.3; */
    opacity: 1;
    transition: all 0.4s;
}

.floatingButton .fa {
    font-size: 25px !important;
}

.floatingButton.open,
.floatingButton:hover,
.floatingButton:focus,
.floatingButton:active {
    opacity: 1;
    color: #fff;
}


.floatingButton .fa {
    transform: rotate(0deg);
    transition: all 0.4s;
}

.floatingButton.open .fa {
    transform: rotate(270deg);
}

.floatingMenu {
    position: absolute;
    bottom: 60px;
    right: 0px;
    /* width: 200px; */
    display: none;
}

.floatingMenu li {
    width: 100%;
    float: right;
    list-style: none;
    text-align: right;
    margin-bottom: 5px;
}

.floatingMenu li a {
    padding: 8px 15px;
    display: inline-block;
    background: #ffffff;
    color: #6077b0;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s;
    /* -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22); */
    -webkit-box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
    box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
}

.floatingMenu li a:hover {
    margin-right: 10px;
    text-decoration: none;
}

@keyframes blink {
    50% {
        opacity: 0.0;
    }
}

.blink {
    animation: blink 1s step-start 0s infinite;
}

a {
    text-decoration: none;
}

.floating_btn {
    position: fixed;
    bottom: 50px;
    /* right: 30px; */
    left: 58px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;

}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 200px;
    height: 50px;
    font-size: 40px;
    border-radius: 50px;
    text-align: ;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #2ee681;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;



}


.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;

}


.floating_btn-ind {
    position: fixed;
    bottom: 100px;
    left: 80px;
    /* right: 30px; */
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;

}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon-ind {
    background-color: #db4242;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #e62e2e;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;

}

.contact_icon-ind img {
    border-radius: 50%;
}

.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;

}

/* what we offer */
#wrapper {
    margin-top: 30px;
}

#filter {
    list-style-type: none;

    li {
        display: inline-block;
        margin-right: 15px;

        &:hover {
            color: red;
            cursor: pointer;
        }

        &.active {
            color: red;
        }
    }
}

#portfolio {
    list-style-type: none;
    padding-left: 0;

    li {
        float: left;
        margin: 20px;

        img {
            max-width: 100%;
            height: 300px;

        }
    }

    @keyframes blink {
        0% {
            opacity: 0;
        }

        50% {
            opacity: .5;
        }

        100% {
            opacity: 1;
        }
    }
}

/* annimation */
.blink2 {

    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0#731e7d;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;



}

/* contact form */
form input {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #fff;
    box-shadow: 0 4px 8px 0 rgb(157 37 28 / 20%), 0 6px 20px 0 rgb(157 37 28 / 19%);

}

form input:focus {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.textheading {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

.margin-top {
    margin-top: 10px;
}

.submit__generated {
    display: inline-block;
}

/* Tablet Layout: 768px. */
@media only screen and (max-width: 768px) {

    .submit__overlay {
        height: 5% !important;
        width: 94% !important;
        background-color: #ffffff66;
        position: absolute;
        margin-top: -90px;
        margin-left: 0px;
    }

}

.submit__generated span {
    display: inline-block;
    width: 50px;
    height: 40px;
    vertical-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.submit__generated.valid:after,
.submit__generated.unvalid:after {
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 10px;
}

.submit__generated.valid:after {
    content: "";
    color: #2ecc71;
}

.submit__generated.valid .submit__input {
    border: 1px solid #2ecc71;
    color: #2ecc71 !important;
}

.submit__generated.unvalid:after {
    content: "";
    color: #e74c3c;
}

.submit__generated.unvalid .submit__input {
    border: 1px solid #e74c3c;
    color: #e74c3c;
}

.submit__generated .submit__input {
    position: relative;
    outline: 0;
    height: 45px;
    width: 65px;
    border-radius: 4px;
    border: 1px solid #42A0DD;
    color: #42A0DD;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    top: -2px;
}

i.fa-refresh {
    margin: 4px 0 0px 5px;
    padding: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform-origin: center center;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
}

i.fa-refresh:hover {
    color: rgba(0, 0, 0, 0.4);
    transform: rotate(180deg);
}

i.fa-circle {
    font-size: 11px;
}

span.submit__error,
span.submit__error--empty {
    color: #e74c3c;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
}

.submit {
    display: block;
    margin: 50px 0;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    background-color: #731f7c;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 4px 0 #2C81BA;
    opacity: 1;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.submit:hover {
    background-color: #3498db;
}

.submit:active,
.submit.enter-press,
.submit.overlay {
    margin: 55px 0 46px 0;
    box-shadow: none;
}

.submit__overlay {
    height: 16%;
    width: 10%;
    background-color: #ffffff66;
    position: absolute;
    margin-top: -108px;
    margin-left: 0px;
}

.low-opa {
    opacity: 0.4;
}

.fadeOut {
    opacity: 0;
    transform: translateY(10px);
}

.fadeIn {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.form-fields,
.form-success {
    transition: all 0.2s ease-out;
}

.form-success {
    opacity: 0;
    transform: translateY(-10px);
    margin-top: 20px;
}

.captcha-heading {
    font-size: 20px;
    color: #ff1818;
    font-weight: 600;
}

.hide {
    display: none;
}

/* font */
.font {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.fontsize {
    font-size: 40px;
}

.logocolor {
    background: linear-gradient(to bottom, #ffffff 0%, #9966ff 100%);
}

.fontcolor {
    color: #72207b
}

.bg-pink {
    background-color: #72207b
}

.aboutimg {
    border-radius: 50%;
    width: 80%;
}

.p1 {
    font-size: 20px;
}

.p2 {
    font-size: 25px;
}

.headtitle {
    padding-top: 20px;
    font-weight: bold;
    font-size: 30px;
}

.product-content {
    background: linear-gradient(to bottom, #ffffff 0%, #9966ff 100%);
    ;
}

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

.section-padding p {
    line-height: inherit;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
}

.section-padding .text-box {
    margin: auto;
    padding: 0px 30px 0px;
    text-align: center;
    max-width: fit-content;
}

.brand-intro {
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    line-height: 1.7;
    font-size: 16px;

    margin: auto;
    padding: 20px;
}

.brand-intro strong {
    color: #007BFF;
}

.brand-intro h2 {
    font-size: 28px;
    color: #222;
    font-weight: bold;
    margin-bottom: 15px;
}

.highlight {
    color: #FF5722;
    font-weight: 600;
}

.brand-intro p {
    margin-bottom: 20px;
}

.cta {
    font-size: 18px;
    color: #00796B;
    font-weight: bold;
    margin-top: 10px;
}

.bg-darkblue {
    background-color: #0a0a2e;
}

.text-lightgray {
    color: silver;
}

.radius {

    border-radius: 100px;
}