* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body {
    color: #000000;
    background: white;
    font-style: normal;
    line-height: 30px;
    font-size: 18px;
    font-family: 'Muli', sans-serif;
}

a {
    color: #000000;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:focus,
a:visited,
a.active {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #ba9008;
}

a.active {
    color: #000000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #031031;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a {
    color: black;
}

h1 {
    line-height: 1.13;
    font-size: 48px;
}

h2 {
    line-height: 1.25;
    font-size: 30px;
}

h3 {
    line-height: 1.3;
    font-size: 28px;
    margin-bottom: 0px;
}

h4 {
    line-height: 1.45;
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    line-height: 1.5;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    padding-top: 5px;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

mark {
    background: transparent;
    text-decoration: underline;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

input,
select,
textarea,
.nice-select,
.form-control {
    width: 100%;
    height: auto;
    border-radius: 3px;
    padding: 6px 12px;
    background: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

textarea {
    display: inherit;
}

label {
    cursor: pointer;
    font-weight: 500;
    /* margin-bottom: 5px; */
    color: #000000;
    margin-top: 15px;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-group label {
    top: 20px;
    right: 30px;
    font-size: 16px;
    position: absolute;
}

input:focus,
button:focus,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.1);
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    font-weight: 400;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    font-weight: 400;
}

input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    font-weight: 400;
}

input::placeholder,
select::placeholder,
textarea::placeholder,
.form-control::placeholder {
    font-weight: 400;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

input[type=checkbox],
input[type=radio] {
    height: auto;
    width: auto;
}

.page-wrapper {
    position: relative;
    z-index: 9;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    min-width: 300px;
    background: #FFFFFF;
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.row {
    --bs-gutter-x: 30px;
}

.no-gap {
    margin-left: 0;
    margin-right: 0;
}

.no-gap>div {
    padding-left: 0;
    padding-right: 0;
}

.small-gap {
    margin-left: -10px;
    margin-right: -10px;
}

.small-gap>div {
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (min-width: 1400px) {
    .large-gap {
        margin-left: -40px;
        margin-right: -40px;
    }

    .large-gap>div {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 375px) {
    .row>* {
        width: 60%;
    }
}

@media only screen and (max-width: 576px) {
    .row>* {
        width: 100%;
    }
}

.col-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}



.sub-title {
    font-size: 20px;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #f8cb00;
    text-transform: capitalize;
}

.sub-title:before {
    content: '';
    height: 1px;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 15px;
    background: #f8be00;
}

.sub-title.style-two {
    z-index: 1;
    font-size: 17px;
    font-weight: 500;
    padding-left: 10px;
    position: relative;
    color: #031031;
}

.sub-title.style-two:before {
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    z-index: -1;
    background: transparent;
    border-top: 2px solid #b38600;
    border-left: 2px solid #dfa405;
}

.sub-title.style-three {
    font-size: 17px;
    font-weight: 500;
}

.sub-title.style-three:before {
    display: none;
}

@media only screen and (max-width: 575px) {
    .sub-title {
        font-size: 18px;
    }
}

.section-title h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title h2 {
        font-size: 30px;
    }
}

.section-title p {
    font-size: 20px;
}

@media only screen and (max-width: 575px) {
    .section-title p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 375px) {
    .section-title p {
        font-size: 16px;
    }
}

.section-title p span {
    color: #EE9322;
}

.text-center .sub-title:after {
    content: '';
    height: 1px;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 15px;
    background: #EE9322;
}

.text-center .sub-title.style-two {
    padding-right: 10px;
}

.text-center .sub-title.style-two:after {
    position: absolute;
    right: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    z-index: -1;
    background: transparent;
    border-top: 2px solid #d19f06;
    border-right: 2px solid #af8300;
}

.text-white .sub-title {
    color: #EE9322;
}

.text-white .sub-title.style-two {
    color: white;
}

.theme-btn,
a.theme-btn {
    color: white;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    border-radius: 0;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    padding: 2px 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 60px;
    justify-content: center;
    background-position: 0 0;
    text-transform: uppercase;
    background-size: 100% 300%;
    background-image: -webkit-gradient(linear, right top, left top, from(#9d0237), color-stop(117.45%, #00408f), color-stop(0%, #990c0c), color-stop(117.45%, #015fa9));
    background-image: -webkit-linear-gradient(right, #9d0237 0%, #00408f 117.45%, #990c0c 0%, #015fa9 117.45%);
    background-image: -o-linear-gradient(right, #9d0237 0%, #00408f 117.45%, #990c0c 0%, #015fa9 117.45%);
    background: rgb(181, 113, 9);
    background: linear-gradient(122deg, rgba(181, 113, 9, 1) 0%, rgba(228, 188, 0, 0.9976365546218487) 100%);
}
.theme-btn,
a.theme-btn-1 {
    color: white;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    border-radius: 0;
    letter-spacing: 1px;
    text-align: center;
    padding: 4px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 60px;
    justify-content: center;
    background-position: 0 0;
    text-transform: uppercase;
    background-size: 100% 300%;
    background-image: -webkit-gradient(linear, right top, left top, from(#9d0237), color-stop(117.45%, #00408f), color-stop(0%, #990c0c), color-stop(117.45%, #015fa9));
    background-image: -webkit-linear-gradient(right, #9d0237 0%, #00408f 117.45%, #990c0c 0%, #015fa9 117.45%);
    background-image: -o-linear-gradient(right, #9d0237 0%, #00408f 117.45%, #990c0c 0%, #015fa9 117.45%);
    background: rgb(8, 14, 70);
    background: linear-gradient(122deg, rgba(181, 113, 9, 1) 0%, rgba(228, 188, 0, 0.9976365546218487) 100%);
}

.theme-btn i,
a.theme-btn i {
    font-size: 13px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: 3px;
    margin-right: 3px;
}

.theme-btn:hover,
a.theme-btn:hover {
    background-size: 200% 300%;
    background-position: -100% 100%;
}

.theme-btn:hover i,
a.theme-btn:hover i {
    margin-left: 3px;
    margin-right: 3px;
}

.theme-btn1,
a.theme-btn1 {
    color: white;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    border-radius: 0;
    letter-spacing: 1px;
    text-align: center;
    padding: 3px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 20px;
    justify-content: center;
    background-position: 0 0;
    text-transform: uppercase;
    background-size: 100% 300%;
    background-image: -webkit-gradient(linear, right top, left top, from(#9d0237), color-stop(117.45%, #00408f), color-stop(0%, #990c0c), color-stop(117.45%, #015fa9));
    background-image: -webkit-linear-gradient(right, #9d0237 0%, #00408f 117.45%, #990c0c 0%, #015fa9 117.45%);
    background-image: -o-linear-gradient(right, #9d0237 0%, #00408f 117.45%, #990c0c 0%, #015fa9 117.45%);
    background: rgb(0 84 159);
    background: linear-gradient(122deg, rgb(0 84 159) 0%, rgba(48, 125, 212, 0.998) 100%);
}


.theme-btn.style-two, a.theme-btn.style-two
 {
    padding: 1px 8px;
    background: #ffc10736;
   
}


.theme-btn.style-two:hover,
a.theme-btn.style-two:hover {
    background: rgb(3, 62, 114);
    border-color: #004299;
}

.theme-btn.style-2,
a.theme-btn.style-2 {
    padding: 8px 20px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.theme-btn.style-2:hover,
a.theme-btn.style-2:hover {
    background: #EE9322;
    border-color: #EE9322;
}

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

    .theme-btn.style-two,
    a.theme-btn.style-two {
        padding: 0px 8px;
    }
}

.theme-btn.style-three,
a.theme-btn.style-three {
    background: #1F1F27;
}

.theme-btn.style-three:hover,
a.theme-btn.style-three:hover {
    background: white;
    color: #EE9322;
}

.theme-btn.style-four,
a.theme-btn.style-four {
    padding: 3px 18px;
    color: #9d7500;
    background: transparent;
    border: 1px solid #ad8100;
}

.theme-btn.style-four:hover,
a.theme-btn.style-four:hover {
    color: white;
    background: #EE9322;
}

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

    .theme-btn.style-four,
    a.theme-btn.style-four {
        padding: 8px 24px;
    }
}

.theme-btn.btn-small,
a.theme-btn.btn-small {
    font-size: 13px;
    padding: 3px 12px;
}

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

    .theme-btn,
    a.theme-btn {
        font-size: 15px;
        padding: 3px 18px;
    }
}

.social-style-one {
    font-size: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.social-style-one a {
    opacity: 0.8;
    color: white;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
}

.social-style-one a:hover {
    opacity: 1;
    background: #bd8e00;
}

.social-style-one a:not(:first-child) {
    margin-left: 5px;
}

.social-style-one a:not(:last-child) {
    margin-right: 5px;
}

.slick-dots {
    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;
}

.slick-dots li {
    position: relative;
    cursor: pointer;
    margin: 10px;
    width: 8px;
    height: 8px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    background: #FF9800;
}

.slick-dots li button {
    opacity: 0;
}

.slick-dots li:before {
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    opacity: 0.1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: white;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slick-dots li.slick-active:before {
    width: 18px;
    height: 18px;
}

/* .back-to-top {
    position: fixed;
    bottom: 7px;
    right: 20px;
    width: 44px;
    height: 44px;
    z-index: 99;
    color: white;
    display: none;
    cursor: pointer;
    line-height: 44px;
    text-align: center;
    background: #c79500;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@media only screen and (max-width: 991px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
} */

.text-white *,
.text-white a {
    color: black;
}

.text-white * li li .dropdown-btn span,
.text-white a li li .dropdown-btn span {
    color: #031031;
}

.rel {
    position: relative;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

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

.overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.75;
    background: #031031;
}

.bgs-cover {
    background-size: cover;
    background-position: center;
}

.bgc-yellow {
    background-color: #e1a72b;
}

.bgc-dark {
    background-color: #0f0f0f;
}

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

.bgc-red {
    background-color: #911130;
}

.bgc-cream {
    background-color: #FFF5E1;
}

.bgc-black {
    background-color: #1F1F27;
}

.bgc-navy {
    background-color: rgb(0 84 159);
    font-family: "Muli", sans-serif;
}

.bgc-orange {
    background-color: #a30037;
}

.bgc-gold {
    background-color: #FFD700;
}

.bgc-lighter {
    background-color: #FBFBF9;
}

.bgc-primary {
    background-color: #EE9322;
}

.bgc-gradient {
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #FB5D4A 0%, #FF9B07 117.45%);
}

.color-primary {
    color: #EE9322;
}

h1,
h2,
h3,
h4,
h5,
h6,
.counter-item .content .count-text,
.blog-details-content blockquote {
    font-weight: 400;
    color: #b97106;
    font-family: "Muli", serif;
}

.pt-5,
.py-5 {
    padding-top: 5px !important;
}

.pt-10,
.py-10 {
    padding-top: 10px;
}

.pt-15,
.py-15 {
    padding-top: 15px;
}

.pt-20,
.py-20 {
    padding-top: 20px;
}

.pt-30,
.py-30 {
    padding-top: 30px;
}

.pt-45,
.py-45 {
    padding-top: 45px;
}

.pt-50,
.py-50 {
    padding-top: 50px;
}

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

.pt-110,
.py-110 {
    padding-top: 110px;
}

.pb-5,
.py-5 {
    padding-bottom: 5px !important;
}

.pb-10,
.py-10 {
    padding-bottom: 1px;
}

.pb-15,
.py-15 {
    padding-bottom: 15px;
}

.pb-20,
.py-20 {
    padding-bottom: 20px;
}

.pb-25,
.py-25 {
    padding-bottom: 25px;
}

.pb-45,
.py-45 {
    padding-bottom: 45px;
}

.pb-50,
.py-50 {
    padding-bottom: 50px;
}

.pb-100,
.py-100 {
    padding-bottom: 100px;
}

.pb-110,
.py-110 {
    padding-bottom: 110px;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}

.mt-5,
.my-5 {
    margin-top: 5px !important;
}

.mt-10,
.my-10 {
    margin-top: 10px;
}

.mt-15,
.my-15 {
    margin-top: 15px;
}

.mt-20,
.my-20 {
    margin-top: 20px;
}

.mt-25,
.my-25 {
    margin-top: 25px;
}

.mt-45,
.my-45 {
    margin-top: 45px;
}

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

.mt-55,
.my-55 {
    margin-top: 55px;
}

.mt-100,
.my-100 {
    margin-top: 100px;
}

.mb-5,
.my-5 {
    margin-bottom: 5px !important;
}

.mb-10,
.my-10 {
    margin-bottom: 10px;
}

.mb-15,
.my-15 {
    margin-bottom: 15px;
}

.mb-20,
.my-20 {
    margin-bottom: 20px;
}

.mb-45,
.my-45 {
    margin-bottom: 45px;
}

.mb-50,
.my-50 {
    margin-bottom: 50px;
}

.mb-100,
.my-100 {
    margin-bottom: 100px;
}

@media only screen and (max-width: 991px) {
    .rp-0 {
        padding: 0px !important;
    }

    .rp-5 {
        padding: 5px !important;
    }

    .rp-10 {
        padding: 10px;
    }

    .rp-15 {
        padding: 15px;
    }

    .rp-20 {
        padding: 20px;
    }

    .rpt-0,
    .rpy-0 {
        padding-top: 0px !important;
    }

    .rpt-5,
    .rpy-5 {
        padding-top: 5px !important;
    }

    .rpt-10,
    .rpy-10 {
        padding-top: 10px;
    }

    .rpt-15,
    .rpy-15 {
        padding-top: 15px;
    }

    .rpt-20,
    .rpy-20 {
        padding-top: 20px;
    }

    .rm-0 {
        margin: 0px !important;
    }

    .rm-5 {
        margin: 5px !important;
    }

    .rm-10 {
        margin: 10px;
    }

    .rm-15 {
        margin: 15px;
    }

    .rm-20 {
        margin: 20px;
    }

    .rmt-0,
    .rmy-0 {
        margin-top: 0px !important;
    }

    .rmt-5,
    .rmy-5 {
        margin-top: 5px !important;
    }

    .rmt-10,
    .rmy-10 {
        margin-top: 10px;
    }

    .rmt-15,
    .rmy-15 {
        margin-top: 15px;
    }

    .rmt-20,
    .rmy-20 {
        margin-top: 20px;
    }

    .rmb-0,
    .rmy-0 {
        margin-bottom: 0px !important;
    }

    .rmb-5,
    .rmy-5 {
        margin-bottom: 5px !important;
    }

    .rmb-10,
    .rmy-10 {
        margin-bottom: 10px;
    }

    .rmb-15,
    .rmy-15 {
        margin-bottom: 15px;
    }

    .rmb-20,
    .rmy-20 {
        margin-bottom: 20px;
    }
}

.delay-1-0s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-2-0s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-0-1s {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.delay-0-2s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay-0-3s {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.delay-0-4s {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay-0-5s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-0-6s {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay-0-7s {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay-0-8s {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes sticky {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

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

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

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

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

@-webkit-keyframes slideUpDown {

    0%,
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
    }
}

@keyframes slideUpDown {

    0%,
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
    }
}

@-webkit-keyframes shapeAnimationOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(0px, 150px) rotate(90deg);
        transform: translate(0px, 150px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(150px, 0px) rotate(270deg);
        transform: translate(150px, 0px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(0px, 150px) rotate(90deg);
        transform: translate(0px, 150px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(150px, 0px) rotate(270deg);
        transform: translate(150px, 0px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-150px, 0px) rotate(270deg);
        transform: translate(-150px, 0px) rotate(270deg);
    }

    50% {
        -webkit-transform: translate(-150px, -150px) rotate(180deg);
        transform: translate(-150px, -150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(0px, -150px) rotate(90deg);
        transform: translate(0px, -150px) rotate(90deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-150px, 0px) rotate(270deg);
        transform: translate(-150px, 0px) rotate(270deg);
    }

    50% {
        -webkit-transform: translate(-150px, -150px) rotate(180deg);
        transform: translate(-150px, -150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(0px, -150px) rotate(90deg);
        transform: translate(0px, -150px) rotate(90deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationThree {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(50px, 150px) rotate(90deg);
        transform: translate(50px, 150px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(150px, 50px) rotate(270deg);
        transform: translate(150px, 50px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationThree {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(50px, 150px) rotate(90deg);
        transform: translate(50px, 150px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(150px, 50px) rotate(270deg);
        transform: translate(150px, 50px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationFour {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-150px -50px) rotate(90deg);
        transform: translate(-150px -50px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(-150px, -150px) rotate(180deg);
        transform: translate(-150px, -150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(-50px, -150px) rotate(270deg);
        transform: translate(-50px, -150px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationFour {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-150px -50px) rotate(90deg);
        transform: translate(-150px -50px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(-150px, -150px) rotate(180deg);
        transform: translate(-150px, -150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(-50px, -150px) rotate(270deg);
        transform: translate(-50px, -150px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes shapeAnimationFive {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-100px -100px) rotate(90deg);
        transform: translate(-100px -100px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(100px, 50px) rotate(180deg);
        transform: translate(100px, 50px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(200px, -150px) rotate(270deg);
        transform: translate(200px, -150px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@keyframes shapeAnimationFive {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-100px -100px) rotate(90deg);
        transform: translate(-100px -100px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(100px, 50px) rotate(180deg);
        transform: translate(100px, 50px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(200px, -150px) rotate(270deg);
        transform: translate(200px, -150px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

@-webkit-keyframes down-up-one {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(25px);
        transform: rotateX(0deg) translateY(25px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@keyframes down-up-one {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(25px);
        transform: rotateX(0deg) translateY(25px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes down-up-two {
    0% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translate(25px, -25px);
        transform: rotateX(0deg) translate(25px, -25px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }
}

@keyframes down-up-two {
    0% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translate(25px, -25px);
        transform: rotateX(0deg) translate(25px, -25px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translate(0px);
        transform: rotateX(0deg) translate(0px);
    }
}

@-webkit-keyframes moveLeftRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }

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

@keyframes moveLeftRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }

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

@-webkit-keyframes zoomInOut {
    0% {
        -webkit-transform: scale(0.35);
        transform: scale(0.35);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.35);
        transform: scale(0.35);
    }
}

@keyframes zoomInOut {
    0% {
        -webkit-transform: scale(0.35);
        transform: scale(0.35);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.35);
        transform: scale(0.35);
    }
}

@-webkit-keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    }
}
/* 
.navbar-top ul {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.35;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3px;
    margin-bottom: 3px;
}

@media only screen and (max-width: 575px) {
    .navbar-top ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.navbar-top ul li:not(:last-child) {
    margin-right: 8px;
    padding-right: 8px;
    padding-left: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 375px) {
    .navbar-top ul li:not(:last-child) {
        margin-right: 15px;
        padding-right: 15px;
    }
}

.navbar-top ul li>i {
    margin-right: 6px;
}

.navbar-top ul li a:not(:hover) {
    color: white;
}

.navbar-top ul li.social-area span {
    margin-right: 10px;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) {
    .navbar-top ul li.social-area span {
        font-size: 18px;
    }
}

.navbar-top ul li.social-area a {
    font-size: 14px;
    margin-left: 12px;
    color: rgba(255, 255, 255, 0.35);
}

.navbar-top ul li.social-area a:hover {
    color: #EE9322;
}

@media only screen and (max-width: 991px) {
    .navbar-top .topbar-left li:not(:last-child) {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .navbar-top .topbar-left .contact-info-wrap {
        display: none;
    }
}

.navbar-top .topbar-left .contact-info-item {
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 35px;
}

@media only screen and (max-width: 1199px) {
    .navbar-top .topbar-left .contact-info-item:last-child {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-top .topbar-left .contact-info-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-top .topbar-left .contact-info-item:not(:last-child) {
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.03);
}

@media only screen and (max-width: 767px) {
    .navbar-top .topbar-left .contact-info-item:not(:last-child) {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-top .topbar-left .contact-info-item:not(:first-child) {
        display: none;
    }
}

.navbar-top .topbar-left .contact-info-item:after {
    display: none;
}

.navbar-top .topbar-left .contact-info-item .icon {
    width: auto;
    height: auto;
    font-size: 30px;
    background: transparent;
}

.navbar-top .topbar-left .contact-info-item .content {
    line-height: 1.65;
}

.navbar-top .topbar-left .contact-info-item .content span {
    opacity: 0.4;
}

.navbar-top .topbar-left .contact-info-item .content b {
    font-weight: 400;
}

@media only screen and (min-width: 992px) {
    .navbar-top.style-one .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-top.style-two .container {
        max-width: 1780px;
    }
} */

.navbar-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
}

.topbar-right {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.topbar-right li {
    display: inline-block;
}

.topbar-right a {
    text-decoration: none;
    padding: 8px 15px;
    /* border-radius: 5px; */
    font-size: .7rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .navbar-top {
        justify-content: center;
    }

    .topbar-right {
        justify-content: center;
        flex-wrap: wrap;
    }

    .topbar-right a {
        font-size: 0.7rem;
        padding: 6px 12px;
    }
}

@media (max-width: 480px) {
    .topbar-right {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}


.andrews-list{
    margin-top: 65px;  
    /* background-image: url('../images/2.jpg'); */
    background: linear-gradient(180deg, #ffffff, #f8f9fa, #dff9fb);
    /* background: linear-gradient(135deg, #f8f9fa, #e3f2fd, #fce4ec); */
    
}


.slick-initialized .slider-single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider-single-item {
    text-align: center;
    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;
    z-index: 1;
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 70px);
}

.slider-single-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.55;
    background: black;
}

.slide-content {
    z-index: 2;
    max-width: 785px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    .slide-content {
        padding-top: 50px;
    }
}

.slide-content h1 {
    color: white;
    margin-bottom: 22px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
    .slide-content h1 {
        font-size: 0px;
    }
     .slide-content {
        padding-top: 65px;
    }
}

@media only screen and (max-width: 991px) {
    .slide-content h1 {
        font-size: 45px;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 767px) {
    .slide-content h1 {
        font-size: 42px;
    }
     .slide-content {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .slide-content h1 {
        font-size: 35px;
    }
     .slide-content {
        padding-top: 25px;
    }
}

@media only screen and (max-width: 479px) {
    .slide-content h1 {
        font-size: 30px;
        
    }
     .slide-content {
        padding-top: 15px;
    }
}

.slide-content p {
    color: white;
    font-size: 18px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.95;
}

@media only screen and (max-width: 479px) {
    .slide-content p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 375px) {
    .slide-content p {
        font-size: 15px;
    }
}

.slider-btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    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;
}

@media only screen and (max-width: 991px) {
    .slider-btns {
        padding-top: 5px;
    }
}

.slider-btns .theme-btn {
    margin: 15px 10px 0;
}

.main-slider-active .slick-dots {
    z-index: 2;
    left: 35px;
    position: absolute;
    top: calc(50% + 50px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
    .main-slider-active .slick-dots {}
}

.main-slider-active .slick-dots li:before {
    width: 18px;
    height: 18px;
}

.main-slider-active .slick-dots li.slick-active {
    width: 1px;
    height: 30px;
}

.main-slider-active .slick-dots li.slick-active:before {
    display: none;
}

.slider-shpe-one {
    position: absolute;
    max-width: 30%;
    bottom: 30%;
    left: 0;
}

.slide-content * {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slick-active .slide-content h1,
.slick-active .slide-content p {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.slick-active .slide-content .slider-btns .theme-btn {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.slick-active .slide-content .slider-btns .theme-btn:first-child {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.slick-active .slide-content .slider-btns .theme-btn:last-child {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.slick-active .slide-content h1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.slick-active .slide-content p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.service-inner-video {
    border-color: white;
    border-style: solid;
    border-width: 60px 80px 0;
    z-index: 1;
    position: relative;
}

.service-inner-video::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.4;
    background: black;
}

@media only screen and (max-width: 991px) {
    .service-inner-video {
        border-left-width: 50px;
        border-right-width: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .service-inner-video {
        border-width: 25px 25px 0;
    }
}

.service-inner-video:before {
    z-index: 1;
}

.service-inner-video .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.best-sellers-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}

.best-sellers-wrap .best-sellers {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(20% - 30px);
}

@media only screen and (max-width: 1599px) {
    .best-sellers-wrap .best-sellers {
        width: calc(25% - 30px);
    }
}

@media only screen and (max-width: 1399px) {
    .best-sellers-wrap .best-sellers {
        width: calc(33.333% - 30px);
    }
}

@media only screen and (max-width: 991px) {
    .best-sellers-wrap .best-sellers {
        width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 575px) {
    .best-sellers-wrap .best-sellers {
        width: calc(100% - 30px);
    }
}

.best-sellers {
    color: #ffffff;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.best-sellers img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.best-sellers .team-hover {
    position: absolute;
    bottom: 0;
    left: 1%;
    width: 98%;
    z-index: 2;
    padding: 0px 3px 3px 3px;
}

.best-sellers .content {
    padding: 2px;
    margin-bottom: 0;
    padding-bottom: 10px;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: rgb(93, 45, 73);
    background: linear-gradient(36deg, rgba(93, 45, 73, 1) 35%, rgba(37, 42, 82, 1) 100%);
    margin-top: 0 !important;
}

.best-sellers .content h4 {
    color: white;
    margin-bottom: 0;
}

.best-sellers .content h4 a {
    color: white;
}

.best-sellers .content .designation {
    font-size: 14px;
}

.best-sellers .social-style-one {
    width: 100%;
    padding: 18px 5px 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1F1F27;
}

.best-sellers .social-style-one a {
    color: white;
    margin-bottom: 10px;
}

.best-sellers .content,
.best-sellers .social-style-one {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.best-sellers.style-two {
    z-index: 1;
    position: relative;
    background: #ffffff;
    padding: 3px;
}

.best-sellers.style-two::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    background: #1F1F26;
}

.best-sellers.style-two:before {
    z-index: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.best-sellers:hover .content,
.best-sellers:hover .social-style-one {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.best-sellers:hover .content {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.best-sellers:hover:before {
    opacity: 0.6;
}

/* .footer-area .widget-title {
    font-size: 22px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-family: 'Muli', serif;
}

.footer-area .widget-title:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 30px;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #FF9800 0%, #000000 117.45%);
}

.footer-area .widget {
    margin-bottom: 50px;
}

.footer-area .widget .title {
    font-size: 22px;
}

.footer-area.text-white a,
.footer-area.text-white p {
    opacity: 0.8;
    font-size: 15px;
}

.footer-area.text-white a:hover {
    opacity: 1;
}

.footer-area .more-info .number {
    font-size: 20px;
    font-weight: 500;
    margin-top: -5px;
    display: inline-block;
}

.footer-area .more-info .number:not(:hover) {
    color: #feffea;
}

.footer-area .footer-logo a {
    opacity: 1;
}

.footer-area .widget_nav_menu li:not(:last-child) {
    margin-bottom: 8px;
}

.footer-area .widget_nav_menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-area .widget_nav_menu li a:before {
    content: '';
    width: 7px;
    height: 7px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 2px;
    margin-right: 13px;
    background: #ffffff;
}

.footer-area .widget_nav_menu li a:hover:before {
    background: #EE9322;
}

.footer-area .widget_contact_info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-area .widget_contact_info li:not(:last-child) {
    margin-bottom: 22px;
}

.footer-area .widget_contact_info li .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 20px;
    padding-top: 2px;
    margin-right: 15px;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
}

.footer-area .widget_contact_info li .icon i {
    color: #EE9322;
}

.footer-area .widget_contact_info li .content span {
    font-size: 15px;
    display: block;
    opacity: 0.5;
}

.footer-area .widget_contact_info li .content b,
.footer-area .widget_contact_info li .content b a {
    opacity: 1;
    font-size: 18px;
    font-weight: 500;
}

.footer-area .widget_news li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-area .widget_news li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-area .widget_news li .image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 70px;
    margin-right: 28px;
}

.footer-area .widget_news li .date {
    color: #757575;
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}

.footer-area .newslatter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 25px 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-area .newslatter-form input {
    padding: 0;
    border: none;
    line-height: 1;
    font-size: 16px;
    border-radius: 0;
    margin-right: 22px;
    background: transparent;
    border-right: 1px solid #C4C4C4;
}

.footer-area .newslatter-form input::-webkit-input-placeholder {
    color: white;
    font-weight: 400;
    font-family: "Muli", sans-serif;
}

.footer-area .newslatter-form input:-ms-input-placeholder {
    color: white;
    font-weight: 400;
    font-family: "Muli", sans-serif;
}

.footer-area .newslatter-form input::-ms-input-placeholder {
    color: white;
    font-weight: 400;
    font-family: "Muli", sans-serif;
}

.footer-area .newslatter-form input::placeholder {
    color: white;
    font-weight: 400;
    font-family: "Muli", sans-serif;
}

.footer-area .newslatter-form button {
    background: transparent;
}

.footer-area .widget_gallery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2.2px;
}

.footer-area .widget_gallery ul li {
    max-width: 96px;
    margin: 4.4px 2.2px 0;
}

.footer-area.footer-two .widget-title:before {
    width: 20px;
}

.footer-area.footer-two .widget-title:after {
    position: absolute;
    width: 40px;
    height: 2px;
    content: '';
    bottom: 0;
    left: 20px;
    background: #ffffff;
}

.footer-top {
    background: #1B1B22;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
}

.footer-client-logo {
    padding: 40px;
}

.footer-client-logo .footer-cl-item {
    margin: 20px;
}

.footer-client-logo .footer-cl-item img {
    margin: auto;
}

.footer-hotline {
    padding: 33px;
    text-align: center;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #FB5D4A 0%, #FF9B07 117.45%);
}

.footer-hotline h3 {
    font-weight: 500;
    margin-bottom: 5px;
    font-family: "Muli", sans-serif;
    text-transform: uppercase;
}

@media only screen and (max-width: 375px) {
    .footer-hotline h3 {
        font-size: 25px;
    }
}

.footer-hotline a.number {
    opacity: 1;
    font-size: 30px;
    font-weight: 500;
}

@media only screen and (max-width: 375px) {
    .footer-hotline a.number {
        font-size: 25px;
    }
}

.footer-bottom {
    background: #141414;
}

.footer-bottom-logo .footer-cl-item {
    margin-bottom: 15px;
    display: inline-block;
}

.footer-bottom-logo .footer-cl-item:not(:last-child) {
    margin-right: 40px;
}

@media only screen and (max-width: 375px) {
    .footer-bottom-logo .footer-cl-item:not(:last-child) {
        margin-right: 20px;
    }
}

.footer-bottom-logo .footer-cl-item img {
    max-height: 24px;
} */


/* Footer Styles */
.footer-area {
    background: #222;
    color: #fff;
    padding: 30px 0 0 0;
}

.widget {
    margin-bottom: 20px;
}

.widget-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.footer-logo img {
    max-width: 150px;
    margin-bottom: 10px;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li {
    margin-bottom: 3px;
}

.widget ul li a {
    color: #bbb;
    text-decoration: none;
    transition: 0.3s;
}

.widget ul li a:hover {
    color: #fff;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-icons a {
    display: inline-block;
    background: #444;
    color: #fff;
    padding: 8px 16px;
    border-radius: 0;
    font-size: 20px;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #f39c12;
}

/* Footer Bottom */
.footer-bottom {
    text-align: center;
    background: #111;
    padding: 10px 0;
    font-size: 0.7rem;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .footer-area {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .widget-title {
        font-size: 1.1rem;
    }

    .social-icons a {
        padding: 6px;
        font-size: 0.9rem;
    }
}

/* Back to Top Button */

    .back-to-top {
        line-height: 18px;
        position: fixed;
        bottom: 50px;
        right: 20px;
        display: none;
        background: #f39c12;
        color: #fff;
        padding: 8px 10px;
        /* border-radius: 50%; */
        cursor: pointer;
        transition: 0.3s;
    
}

.back-to-top:hover {
    background: #e67e22;
}

.back-top i {
    font-size: 1.2rem;
}


.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.flex-item {
    flex: 1 1 250px;
}

@media screen and (max-width: 768px) {
    .flex-item {
        flex: 1 1 100%;
    }
}

@media screen and (max-width: 1200px) {
    .grid-container {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}

@media screen and (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.mtb-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.testimonial-active {
    margin-left: -15px;
    margin-right: -15px;
}

.testimonial-active .testimonial-item {
    margin-left: 15px;
    margin-right: 15px;
}

.testimonial-item {
    background: #ffffff;
    text-align: center;
    position: relative;
    margin: 50px 0 30px;
    border-radius: 10px;
    padding: 0 30px 45px;
}

@media only screen and (max-width: 375px) {
    .testimonial-item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.testimonial-item:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.2;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #d3ab04 0%, #b78900 117.45%);
}

.testimonial-item .author-image {
    z-index: 1;
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.testimonial-item .author-image:before {
    position: absolute;
    width: 100%;
    height: 70%;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    background: -webkit-linear-gradient(270.3deg, #FB5D4A -1.89%, #FF9B07 105.7%);
    background: -o-linear-gradient(270.3deg, #FB5D4A -1.89%, #FF9B07 105.7%);
    background: linear-gradient(179.7deg, #FFC107 -1.89%, #bd8e00 105.7%);
}

.testimonial-item .author-image:after {
    position: absolute;
    content: '\e95a';
    color: white;
    left: 50%;
    bottom: 0;
    font-size: 20px;
    font-family: 'icomoon';
    -webkit-transform: translate(-50%, 35%);
    -ms-transform: translate(-50%, 35%);
    transform: translate(-50%, 35%);
    width: 42px;
    height: 42px;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #FFC107 0%, #d5a000 117.45%);
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
}

.testimonial-item .author-image img {
    max-width: 60px;
    margin: 2px 2px 0;
    border: 1px solid white;
}

.testimonial-item p {
    font-style: italic;
}

.testimonial-item .name {
    margin: 20px 0 3px;
}

.testimonial-item .designation {
    font-size: 14px;
}

.testimonial-item:hover:after {
    opacity: 1;
}

.slider-arrows button:first-child {
    margin-right: 12px;
}

.navbar-area.style-two .nav-right-part .search-bar-btn {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    margin-right: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

@media only screen and (max-width: 1299px) {
    .navbar-area.style-two .nav-right-part .search-bar-btn {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-area.style-two .nav-right-part .search-bar-btn {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 375px) {
    .navbar-area.style-two .nav-right-part .search-bar-btn {
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.navbar-area.style-two .nav-right-part .search-bar-btn i {
    font-size: 20px;
}

.navbar-area.style-two .nav-right-part .search-bar-btn span {
    margin-left: 14px;
    margin-right: 30px;
}

@media only screen and (max-width: 575px) {
    .navbar-top ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 375px) {
    .navbar-top ul li:not(:last-child) {
        margin-right: 15px;
        padding-right: 15px;
    }
}

.navbar-top ul li>i {
    margin-right: 6px;
}

.navbar-top ul li a:not(:hover) {
    color: white;
}

@media only screen and (max-width: 991px) {
    .navbar-top .topbar-left li:not(:last-child) {
        display: none;
    }
}


@media only screen and (min-width: 992px) {
    .navbar-top.style-one .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-top.style-two .container {
        max-width: 1780px;
    }
}

.navbar-area {
    position: absolute;
    width: 100%;
    z-index: 99;
    padding: 0;
}

.navbar-area .nav-container {
    position: relative;
}

.navbar-area .nav-container.navbar-bg {
    position: relative;
}

@media only screen and (min-width: 992px) {
    .navbar-area .nav-container.navbar-bg {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.navbar-area .nav-container.navbar-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
}

.navbar-area .nav-container .logo {
    max-width: 235px;
    margin: 5px 0;
}

@media only screen and (max-width: 1199px) {
    .navbar-area .nav-container .logo {
        max-width: 235px;
        margin: 5px 0;
    }
}


.navbar-area .nav-container .logo a {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

.navbar-area .nav-container .btn-transparent {
    font-size: 13px;
    font-weight: 700;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    width: 100%;
    text-align: left;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: inline-block;
    font-weight: 500;
    line-height: 60px;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) {
    .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
        font-size: 20px;
    }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover>a {
    color: #000000;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
    margin-left: 17px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    position: relative;
    z-index: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    content: "";
    position: absolute;
    right: 4px;
    top: 49%;
    height: 10px;
    width: 2px;
    background: #555555;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-top: 0;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        top: 20px;
    }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    height: 2px;
    width: 10px;
    background: #555555;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
        top: 20px;
    }
}

@media only screen and (min-width: 992px) {

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after,
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        display: none;
    }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
    text-align: left;
    min-width: 210px;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    top: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    background-color: white;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
    border-bottom: 0px !important;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    display: block;
    margin-left: 0;
    line-height: 22px;
    font-size: 15px;
    border-top: 1px solid #f5f5f5;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 15px;
    white-space: nowrap;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
    background: #cd9c09;
}

@media only screen and (min-width: 992px) {
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover>a {
        color: #fff;
        padding: 10px 20px 10px 20px;
    }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover>a:before {
    visibility: visible;
    opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
    position: relative;
    z-index: 0;
    padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
    position: absolute;
    top: 20px;
    content: '';
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    left: 100%;
    top: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu .sub-menu .sub-menu {
    left: auto;
    right: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
    color: white;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav>li {
    margin-right: 15px;
}

.navbar-area.style-two {
    -webkit-backdrop-filter: blur(12px);
}

@media only screen and (min-width: 1200px) {
    .navbar-area.style-two .container {
        max-width: 1780px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-area.style-two .navbar-collapse .navbar-nav {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.navbar-area.style-two .navbar-collapse .navbar-nav>li>a {
    color: #b97106;
}

@media only screen and (min-width: 992px) {
    .navbar-area.style-two .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu li:first-child {
        border-top: none;
    }
}

.navbar-area.style-two.sticky-active {
    background: rgb(255 255 255);
}

.navbar-area.style-two .nav-right-part .search-bar-btn {
    color: #dba502;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    margin-right: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 20px;
}

@media only screen and (max-width: 1299px) {
    .navbar-area.style-two .nav-right-part .search-bar-btn {}
}

@media only screen and (max-width: 991px) {
    .navbar-area.style-two .nav-right-part .search-bar-btn {}
}

@media only screen and (max-width: 375px) {
    .navbar-area.style-two .nav-right-part .search-bar-btn {
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.navbar-area.style-two .nav-right-part .search-bar-btn i {
    font-size: 20px;
}

.navbar-area.style-two .nav-right-part .search-bar-btn span {
    margin-left: 14px;
    margin-right: 30px;
}

@media only screen and (max-width: 1399px) {
    .navbar-area.style-two .nav-right-part .search-bar-btn span {
        display: none;
    }
}

.navbar-area.style-two .toggle-btn {
    top: 15px;
}

.navbar-area.style-two .toggle-btn .icon-left:after,
.navbar-area.style-two .toggle-btn .icon-left:before,
.navbar-area.style-two .toggle-btn .icon-right:after,
.navbar-area.style-two .toggle-btn .icon-right:before {
    background-color: white;
}

.navbar-area.style-two .toggle-btn:not(.open) .icon-left,
.navbar-area.style-two .toggle-btn:not(.open) .icon-right {
    background-color: white;
}

.navbar-area.style-three {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.04);
}

.navbar-area.style-three.sticky-active {
    background: rgba(0, 0, 0, 0.85);
}

@media only screen and (max-width: 991px) {
    .navbar-area.style-three .navbar-collapse .navbar-nav {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.navbar-area.style-three .navbar-collapse .navbar-nav>li>a {
    color: white;
}

@media only screen and (min-width: 992px) {
    .navbar-area.style-three .navbar-collapse .navbar-nav>li.menu-item-has-children .sub-menu li:first-child {
        border-top: none;
    }
}

.navbar-area.style-three .nav-right-part .search-bar-btn {
    color: white;
    padding: 28px 22px;
    display: inline-block;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #FB5D4A 0%, #FF9B07 117.45%);
}

@media only screen and (max-width: 991px) {
    .navbar-area.style-three .nav-right-part .search-bar-btn {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

.navbar-area.style-three .toggle-btn {
    top: 15px;
}

.navbar-area.style-three .toggle-btn .icon-left:after,
.navbar-area.style-three .toggle-btn .icon-left:before,
.navbar-area.style-three .toggle-btn .icon-right:after,
.navbar-area.style-three .toggle-btn .icon-right:before {
    background-color: white;
}

.navbar-area.style-three .toggle-btn:not(.open) .icon-left,
.navbar-area.style-three .toggle-btn:not(.open) .icon-right {
    background-color: white;
}

.navbar-nav {
    opacity: 0;
    margin-right: -30px;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sticky-active {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.05);
    box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.05);
    border-bottom: 0;
    background: #fff;
}

.sticky-active .nav-container.navbar-bg {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding-left: 15px;
    padding-right: 15px;
}

.menu-open {
    opacity: 1;
    margin-right: 0;
    visibility: visible;
}

.responsive-mobile-menu button:focus {
    outline: none;
    border: none;
}

.nav-right-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-right-part .search-bar-btn {
    font-size: 22px;
    margin-left: 15px;
    color: #031031;
}

.nav-right-part .search-bar:hover {
    background: #FB683E;
    border: 1px solid #FB683E;
}

.nav-right-part .more-info {
    line-height: 1.3;
    margin-left: 35px;
    padding-left: 35px;
    position: relative;
}

.nav-right-part .more-info:before {
    content: '';
    height: 18px;
    width: 1px;
    left: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid #4C7475;
}

.nav-right-part .more-info span {
    display: block;
}

.nav-right-part .more-info a {
    margin-left: 0;
    font-size: 20px;
    font-weight: 500;
    color: #FB683E;
}

.nav-right-part-desktop {
    margin-left: 20px;
}

.nav-right-part-mobile {
    display: none;
}

@media only screen and (max-width: 991px) {
    .navbar-area {
        background: #fff;
    }

    .nav-right-part {
        margin-right: 60px;
    }

    .nav-right-part .btn .right {
        padding-left: 5px;
        font-size: 13px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav>li {
        margin-right: 0;
        padding-right: 0;
    }

    .navbar-area .nav-container {
        position: relative;
        z-index: 0;
    }

    .navbar-area .nav-container .navbar-toggler {
        padding: 0px;
    }

    .navbar-area .nav-container .navbar-collapse {
        margin-top: 13px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        display: block;
        margin-top: 20px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: block;
        text-align: left;
        line-height: 30px;
        padding: 6px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
        display: block;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
        border-bottom: none;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
        margin-left: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
        position: initial;
        display: block;
        width: 100%;
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 0;
        padding-bottom: 0;
        height: auto;
        max-height: 250px;
        background-color: transparent;
        border-radius: 10px;
        padding: 0px;
        border-bottom: none;
        display: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible;
        opacity: 1;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
        content: "\f107";
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
        padding: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
        border-top: none;
    }
}

.sopen {
    -webkit-animation: 0.5s fadeIn;
    animation: 0.5s fadeIn;
    display: block !important;
}

.toggle-btn {
    left: auto;
    right: 0;
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border: 0;
    background: #bf8f00;
}

.toggle-btn .icon-left {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 11px;
    top: 18px;
    background-color: #031031;
    left: 7px;
}

.toggle-btn .icon-left:before {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #031031;
    content: "";
    top: -7px;
    left: 0;
}

.toggle-btn .icon-left:after {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #031031;
    content: "";
    top: 7px;
    left: 0;
}

.toggle-btn .icon-left:hover {
    cursor: pointer;
}

.toggle-btn .icon-right {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 11px;
    top: 18px;
    background-color: #031031;
    left: 18px;
}

.toggle-btn .icon-right:before {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #031031;
    content: "";
    top: -7px;
    left: 0;
}

.toggle-btn .icon-right:after {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #031031;
    content: "";
    top: 7px;
    left: 0;
}

.toggle-btn .icon-right:hover {
    cursor: pointer;
}

.toggle-btn.open .icon-left {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: transparent;
}

.toggle-btn.open .icon-left:before {
    -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
    -ms-transform: rotate(45deg) scaleX(1.4) translate(2px, 1px);
    transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}

.toggle-btn.open .icon-left:after {
    -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
    -ms-transform: rotate(-45deg) scaleX(1.4) translate(2px, -1px);
    transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}

.toggle-btn.open .icon-right {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: transparent;
}

.toggle-btn.open .icon-right:before {
    -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
    -ms-transform: rotate(-45deg) scaleX(1.4) translate(-2px, 1px);
    transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}

.toggle-btn.open .icon-right:after {
    -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
    -ms-transform: rotate(45deg) scaleX(1.4) translate(-2px, -1px);
    transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}

.toggle-btn:hover {
    cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        font-size: 16px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
        margin-left: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .responsive-mobile-menu {
        display: block;
        width: 100%;
        position: relative;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .margin-xlt-80 {
        margin-top: 0px;
    }

    .contact-widget .contact_info_list li.single-info-item .details {
        padding-left: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-collapse {
        background: white;
        margin-top: 0px;
        width: 100%;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        margin-bottom: 20px;
    }

    .navbar-area {
        padding-bottom: 0px;
    }

    .party-box-wrapper {
        padding: 50px 0px;
    }

    .party-box-wrapper .party-box-content h4 {
        font-size: 30px;
        line-height: 45px;
    }

    .navbar-expand-lg .navbar-collapse {
        margin-top: 0px;
    }

    .contact-widget .contact_info_list li.single-info-item .details {
        padding-left: 25px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
        padding: 0 0 0 20px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        padding: 8px 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover i {
        opacity: 0;
        margin-right: -18px;
    }

    .nav-right-part-mobile {
        display: block;
    }

    .nav-right-part-desktop {
        display: none;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
        background: none;
        color: #d6c102;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
        color: #333333;
    }
}

@media only screen and (max-width: 767px) {
    .logo-wrapper.mobile-logo {
        display: block;
        width: 100%;
    }

    .responsive-mobile-menu {
        display: block;
        width: 100%;
        position: relative;
    }

    .responsive-mobile-menu .navbar-toggler {
        position: absolute;
        left: calc(100% - 130px);
        top: 10px;
    }

    .table-responsive {
        display: block !important;
    }

    .btn-custom-default,
    .btn-custom-white {
        font-size: 14px;
        line-height: 33px;
        padding: 3px 18px;
    }

    .navbar-area .logo {
        padding-top: 0px !important;
    }
}

@media only screen and (max-width: 575px) {
    .navbar-area .nav-container {
        margin: 0px 0px;
    }

    .navbar-area .logo {
        padding-top: 10px;
    }

    .widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control {
        padding: 15px 20px;
    }

    .widget.footer-widget .subscribe-form.subscribe-form-style2 .btn {
        padding: 15px 20px;
    }
}

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

    .btn-custom-default,
    .btn-custom-white {
        padding: 3px 18px;
    }
}

@media only screen and (max-width: 320px) {
    .responsive-mobile-menu .navbar-toggler {
        left: calc(100% - 95px);
    }
}



.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.95);
    z-index: 999;
    content: "";
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.body-overlay.active {
    visibility: visible;
    opacity: 0.97;
}


.product-bg1 {
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 15px;
    border: 1px solid #f1f1f1;
}

.product-bg {
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 5px;
    border: 1px solid #f1f1f1;
}

.text-red {
    color: #FF204E;
}

.text-navy {
    color: #002B5B;
}

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

.mt-0 {
    margin-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
    margin-bottom: 0px !important;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
}

.page-banner {
    z-index: 1;
    /* overflow: auto; */
    position: relative;
}

.page-title {
  
    text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
    .page-title {
        font-size: 50px;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .page-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .page-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 375px) {
    .page-title {
        font-size: 35px;
    }
}

.page-title:after,
.page-title:before {
    position: absolute;
    /* content: ''; */
    /* left: 50%; */
    bottom: 0;
    width: 33px;
    /* height: 4px; */
    border-radius: 2.5px;
    background: #dda808;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page-title:before {
    width: 40px;
    bottom: 6px;
}


.about-image-part {
    z-index: 1;
    max-width: 510px;
    position: relative;
    padding-left: 55px;
    padding-bottom: 55px;
}

.about-image-part img {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 28%, 28% 0);
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 28%, 28% 0);
}

.about-image-part .year-experience {
    position: absolute;
    padding: 20px 35px;
    left: 27px;
    bottom: 0;
    text-align: center;
    background: #0158b5;
}

@media only screen and (max-width: 375px) {
    .about-image-part .year-experience {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.about-image-part .year-experience .number {
    line-height: 1;
    font-weight: 700;
    font-size: 36px;
    color: #FFC107;
    font-family: "DM Serif Display", serif;
}

@media only screen and (max-width: 575px) {
    .about-image-part .year-experience .number {
        font-size: 80px;
    }
}

.about-image-part .year-experience h4 {
    color: white;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .about-image-part .year-experience h4 {
        font-size: 20px;
    }
}

.about-image-part:before {
    position: absolute;
    height: 45%;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    width: 2px;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #0956d5 0%, #0390f4 117.45%);
}

.about-feature-item {
    margin-bottom: 30px;
}

.about-feature-item h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-feature-item h4 span {
    font-size: 35px;
    margin-right: 15px;
    color: transparent;
    -webkit-text-stroke: 1px #FFC107;
}

.about-feature-item h4 i {
    font-size: 40px;
    margin-right: 15px;
    padding-left: 10px;
    border-left: 3px solid #FB683E;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #FB5D4A 0%, #FF9B07 117.45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* About Section Two */
.about-images-two {
    max-width: 510px;
    position: relative;
    
}

@media only screen and (max-width: 479px) {
    .about-images-two {
        padding-left: 30px;
        padding-bottom: 113px;
    }
}

.about-images-two .image.one {
    z-index: 1;
    position: relative;
}

.about-images-two .image.one img {
    border-radius: 8px;
}

.about-images-two .image.one:after,
.about-images-two .image.one:before {
    content: '';
    width: 3px;
    height: 50%;
    position: absolute;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #0175d1 0%, #025ee7 117.45%);
}

.about-images-two .image.one:before {
    top: 10%;
    left: -55px;
}

@media only screen and (max-width: 479px) {
    .about-images-two .image.one:before {
        left: -30px;
    }
}

.about-images-two .image.one:after {
    top: 22%;
    left: -38px;
}

@media only screen and (max-width: 479px) {
    .about-images-two .image.one:after {
        left: -15px;
    }
}

.about-images-two .image.two {
    left: 0;
    bottom: 0;
    width: 52%;
    z-index: 1;
    position: absolute;
    border-radius: 8px;
    display: inline-block;
    border-top: 8px solid white;
    border-right: 8px solid white;
}

.about-images-two .image.two img {
    border-radius: 8px;
}

.about-images-two .year-experience {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 48%;
    color: white;
    padding: 20px;
    border-radius: 8px;
    background: -webkit-linear-gradient(269.56deg, #FB5D4A 0.42%, #FF9B07 165.71%);
    background: -o-linear-gradient(269.56deg, #FB5D4A 0.42%, #FF9B07 165.71%);
    background: linear-gradient(180.44deg, #0385f4 0.42%, #002c50 165.71%);
}

.about-images-two .year-experience .years {
    font-size: 80px;
    line-height: 52px;
    font-family: "DM Serif Display", serif;
}

.about-images-two .year-experience .years span {
    font-size: 30px;
}

@media only screen and (max-width: 479px) {
    .about-images-two .year-experience .years {
        line-height: 1;
        font-size: 30px;
    }

    .about-images-two .year-experience .years span {
        font-size: 20px;
    }
}

.about-images-two .year-experience .experience {
    display: block;
    font-size: 24px;
    letter-spacing: 0.205em;
}

@media only screen and (max-width: 479px) {
    .about-images-two .year-experience .experience {
        font-size: 18px;
        letter-spacing: 0;
    }
}

.about-content-two {
    max-width: 470px;
}

.about-content-two p {
    font-size: 18px;
}

@media only screen and (min-width: 480px) {
    .about-content-two .list-style-one {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.about-content-two .list-style-one li {
    line-height: 1.4;
    font-size: 17px;
}

@media only screen and (min-width: 480px) {
    .about-content-two .list-style-one li {
        width: 50%;
    }
}

.about-content-two .about-btns .theme-btn {
    margin-top: 15px;
}

.about-content-two .about-btns .theme-btn:not(:last-child) {
    margin-right: 25px;
}

/* List style One */
.list-style-one li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-style-one li:not(:last-child) {
    margin-bottom: 10px;
}

.list-style-one li:before {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    content: '';
    width: 8.5px;
    height: 8.5px;
    margin-top: 8px;
    margin-right: 10px;
    border-radius: 20px;
    -webkit-transform: rotate(-146.6deg);
    -ms-transform: rotate(-146.6deg);
    transform: rotate(-146.6deg);
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #cf8b00 0%, #ffca07 117.45%);
}

/* List style Two */
.list-style-two li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.list-style-two li:not(:last-child) {
    margin-bottom: 18px;
}

.list-style-two li:after,
.list-style-two li:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 1px;
}

.list-style-two li:before {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-top: 6px;
    margin-right: 15px;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #FB5D4A 0%, #FF9B07 117.45%);
}

.list-style-two li:after {
    left: 3px;
    top: 9px;
    position: absolute;
    border: 1px solid #FB683E;
}

@media only screen and (min-width: 1200px) {
    .contact-information {
        max-width: 400px;
    }
}

@media only screen and (max-width: 479px) {
    .contact-information {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.contact-information .contact-info-item {
    line-height: 1;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-information .contact-info-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.contact-information .contact-info-item:after {
    display: none;
}

.contact-information .contact-info-item .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #e7b202 0%, #fad710 117.45%);
}

.contact-information .contact-info-item .icon i {
    color: white;
}

.contact-information .contact-info-item .content span {
    margin-bottom: 8px;
}

.contact-information .contact-info-item .content b {
    color: #031031;
}

@media only screen and (max-width: 375px) {
    .contact-information .contact-info-item .content b {
        font-size: 16px;
        line-height: 1.3;
    }
}

.contact-information .contact-info-item .content b a:not(:hover) {
    color: #031031;
}


.contact-information {
    padding: 50px 40px;
    background: #FAFAFA;
}

.contact-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 30px;
    padding-right: 30px;
}

.contact-info-item:after {
    /* content: ''; */
    width: 2px;
    height: 30px;
    position: absolute;
    /* background: white; */
    right: 0;
    /* top: 50%; */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) {
    .contact-info-item:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    .contact-info-item:last-child:after {
        display: none;
    }
}

.contact-info-item .icon {
    font-size: 20px;
    margin-right: 17px;
    width: 42px;
    height: 42px;
    background: #ffffff00;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
}

.contact-info-item .icon i {
    color: #dda808;
}

.contact-info-item .content span {
    display: block;
    font-size: 15px;
}

.contact-info-item .content b {
    font-size: 18px;
    font-weight: 500;
}

.breadcrumb {
    font-size: 20px;
}

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

.breadcrumb .breadcrumb-item.active {
    color: black;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    margin-left: 15px;
    margin-right: 15px;
    background: #dda808;
    outline: 4px solid rgba(255, 255, 255, 0.1);
}


.pricing-plan-item {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 20px;
    background: #FAFAFA;
    padding: 0 25px 25px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.pricing-plan-item .icon {
    width: 64px;
    height: 64px;
    color: white;
    /* font-size: 40px; */
    line-height: 58px;
    border-radius: 50%;
    margin-bottom: -22px;
    background: #fff !important;
    display: inline-block;
    border: 2px solid #890000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07)); */
    /* background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%); */
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    /* background: linear-gradient(270deg, #cb8c0a 0%, #d98f07 117.45%); */
}

.pricing-plan-item h3 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 375px) {
    .pricing-plan-item h3 {
        font-size: 25px;
    }
}

.pricing-plan-item .price {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    color: #031031;
}

@media only screen and (max-width: 375px) {
    .pricing-plan-item .price {
        font-size: 30px;
    }
}

.pricing-plan-item .price1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    color: #031031;
}

@media only screen and (max-width: 375px) {
    .pricing-plan-item .price1 {
        font-size: 30px;
    }
}

.pricing-plan-item .price:before {
    content: '';
     /* content: '?';*/
}

.pricing-plan-item .price:after {
    font-size: 20px;
    font-weight: 400;
    content: '/Month';
}

.pricing-plan-item .price1:before {
   /* content: '?';*/
    content: '';
}

.pricing-plan-item .price1:after {
    font-size: 20px;
    font-weight: 400;
    content: '/Year';
}

.pricing-plan-item .price2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    color: #031031;
}
.pricing-plan-item .price2:before {
   /* content: '?';*/
    content: '';
}

.pricing-plan-item .price2:after {
    font-size: 20px;
    font-weight: 400;
    content: '/Free Forever';
}

.pricing-plan-item .price3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    color: #031031;
}

.pricing-plan-item .price4:after {
    font-size: 20px;
    font-weight: 400;
    content: '/3 Years';
}

.pricing-plan-item .price4 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    color: #031031;
}


.pricing-plan-item .price3:before {
   /* content: '?';*/
    content: '';
}

.pricing-plan-item .price3:after {
    font-size: 20px;
    font-weight: 400;
    content: '/2 Years';
}


.pricing-plan-item .price4 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    color: #031031;
}

.pricing-plan-item .price4:before {
   /* content: '?';*/
    content: '';
}

.pricing-plan-item .price4:after {
    font-size: 20px;
    font-weight: 400;
    content: '/3 Years';
}



.pricing-plan-item .theme-btn {
    margin-top: 3px;
    border-radius: 60px;
    padding: 3px 25px;
    margin-bottom: 30px;
}

.pricing-plan-item ul {
    font-size: 14px;
    text-align: left;

    padding: 15px 0% !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.pricing-plan-item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

.pricing-plan-item ul li i {
    font-size: 12px;
    margin-right: 10px;
    color: #dfbd00;
}


/* FAQ Three */
.faq-area-three:before {
    content: '';
    width: calc(50vw - 15px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #1F1F27; }
  
  .for-white-bg:before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    border-radius: 8px;
    background: #FAFAFA;
    left: 15px;
    top: 0;
    z-index: -1; }
    @media only screen and (max-width: 575px) {
      .for-white-bg:before {
        left: 10px; } }
        .faq-image-part {
            z-index: 1;
            position: relative; }
            .faq-image-part:before {
              position: absolute;
              width: 300px;
              height: 300px;
              content: '';
              left: 0;
              bottom: 0;
              z-index: -1;
              background: -webkit-linear-gradient(55.28deg, #FB5D4A 1.03%, #FF9B07 40.49%);
              background: -o-linear-gradient(55.28deg, #FB5D4A 1.03%, #FF9B07 40.49%);
              background: linear-gradient(270deg, #cb8c0a 0%, #d98f07 117.45%); }
              @media only screen and (max-width: 575px) {
                .faq-image-part:before {
                  width: 200px;
                  height: 200px; } }
            .faq-image-part img {
              border-bottom-left-radius: 300px; }
              @media only screen and (max-width: 575px) {
                .faq-image-part img {
                  border-bottom-left-radius: 200px; } }
          
          .accordion-item {
            border-left: 0;
            border-right: 0;
            background: transparent;
            padding-top: 8px;
            padding-bottom: 8px; }
            .accordion-item:last-of-type, .accordion-item:first-of-type {
              border-radius: 0; }
            .accordion-item .accordion-header button {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              text-align: left;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              background: transparent; }
              @media only screen and (max-width: 375px) {
                .accordion-item .accordion-header button {
                  font-size: 20px; } }
              .accordion-item .accordion-header button:before {
                -webkit-box-flex: 0;
                -ms-flex: none;
                flex: none;
                content: '\e95f';
                font-size: 12px;
                -webkit-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s;
                font-weight: 400;
                border: 2px solid;
                margin-right: 25px;
                color: #d7a308;
                font-family: 'icomoon';
                width: 42px;
                height: 42px;
                background: transparent;
                line-height: 42px;
                border-radius: 50%;
                text-align: center;
                line-height: 38px;
                }
                @media only screen and (max-width: 375px) {
                  .accordion-item .accordion-header button:before {
                    width: 38px;
                    height: 38px;
                    line-height: 34px;
                    margin-right: 15px; } }
              .accordion-item .accordion-header button.collapsed:before {
                color: #D9D9D9;
                content: '\e95e'; }
            .accordion-item .accordion-body {
              padding: 10px 0 0 55px; }
          
          .text-white .accordion-item {
            border-color: #29292F; }
          
          .text-white .accordion-body {
            opacity: 0.8; }
  .faq-three-image {
    padding-left: 65px; }
    @media only screen and (max-width: 479px) {
      .faq-three-image {
        padding-left: 25px; } }
    @media only screen and (max-width: 375px) {
      .faq-three-image {
        padding-left: 15px; } }
    .faq-three-image img {
      border-radius: 8px; }
  
  .faq-content-part.content-three {
    /* margin-left: 50px; */
    }
    @media only screen and (max-width: 991px) {
      .faq-content-part.content-three {
        /* margin-left: 65px; */
        } }
    @media only screen and (max-width: 479px) {
      .faq-content-part.content-three {
        margin-left: 25px; } }
    @media only screen and (max-width: 375px) {
      .faq-content-part.content-three {
        margin-left: 15px; } }
    .faq-content-part.content-three .accordion-item:last-child {
      padding-bottom: 0;
      border-bottom: none; }
    .faq-content-part.content-three .accordion-item .accordion-header button:before {
      border-radius: 2px; }
     
      .blog-clssic-wrap .blog-item.style-two:not(:last-child) {
        margin-bottom: 80px; }
      
      .blog-clssic-wrap .blog-item.style-two.blog-quote {
        padding-top: 10px;
        background: #FAFAFA; }
        .blog-clssic-wrap .blog-item.style-two.blog-quote .content {
          border: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-bottom: 0; }
          .blog-clssic-wrap .blog-item.style-two.blog-quote .content:after {
            font-size: 55px;
            content: '\e902';
            margin-left: 44px;
            font-family: 'icomoon';
            background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
            background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
            background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
            background: linear-gradient(270deg, #cb8c0a 0%, #d98f07 117.45%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
            @media only screen and (max-width: 767px) {
              .blog-clssic-wrap .blog-item.style-two.blog-quote .content:after {
                margin-left: 0; } }
            @media only screen and (max-width: 575px) {
              .blog-clssic-wrap .blog-item.style-two.blog-quote .content:after {
                position: absolute;
                bottom: 40%;
                right: 25px;
                z-index: -1;
                opacity: 0.25; } }
        .blog-clssic-wrap .blog-item.style-two.blog-quote .blog-meta {
          border: none;
          padding-bottom: 50px;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          .blog-clssic-wrap .blog-item.style-two.blog-quote .blog-meta li:not(:last-child) {
            margin-right: 20px; }
          .blog-clssic-wrap .blog-item.style-two.blog-quote .blog-meta li i {
            font-size: 15px;
            margin-right: 8px; }

            .blog-item.style-two .image .slick-arrow {
                position: absolute;
                color: white;
                top: 50%;
                z-index: 2;
                right: 10px;
                font-size: 14px;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 44px;
                height: 44px;
                background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
                background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
                background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
                background: linear-gradient(270deg, #cb8c0a 0%, #d98f07 117.45%);
                line-height: 44px;
                /* border-radius: 50%; */
                text-align: center;
                }
                @media only screen and (max-width: 575px) {
                  .blog-item.style-two .image .slick-arrow {
                    width: 40px;
                    height: 40px;
                    font-size: 15px;
                    line-height: 40px; } }
                .blog-item.style-two .image .slick-arrow.blog-prev {
                  left: 10px;
                  }
              .blog-item.style-two .content {
                text-align: left;
                padding-left: 30px;
                padding-right: 30px; }
                @media only screen and (max-width: 575px) {
                  .blog-item.style-two .content {
                    padding-left: 25px;
                    padding-right: 25px; } }
              .blog-item.style-two .blog-meta {
                padding: 13px 30px; }
                @media only screen and (max-width: 575px) {
                  .blog-item.style-two .blog-meta {
                    padding-left: 25px;
                    padding-right: 25px; } }
                .blog-item.style-two .blog-meta li i {
                  color: #d3b403; }
      .p-10{padding: 10px !important;}
      .page-banner{margin-top: 75px !important;background: #ececec !important;}

.blinking-heading {
      font-size: 2em;
      font-weight: bold;
      color: #b97106;
      animation: blink 1s step-start infinite;
    }

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

/* News Marquee Add Css */



    .news-ticker {
    display: flex;    
    height: 36px;
     background: #ffffff;
    width: auto;
    border-radius: 25px;
    justify-content: flex-start;
    }
    .label1 {
    white-space: nowrap;
background: linear-gradient(to right, #800000, #b22222);

    color: white;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 0 5px;
    position: relative;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    }

   .label1::after {
    content: "";
    position: absolute;
    right: -20px;
    border: 10px solid transparent;
    border-left-color: #b22222;
    
    }
    .headlines {
    list-style: none;
    padding-right: 5px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    }

    .headlines li {
    color: #000;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    line-height: 36px;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: all 1s ease-in-out;
    }

    .headlines li.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

      .cube-slider-wrapper {
     position: relative;
  width: 100%;
  height: 95%;
  perspective: 1170px;
  overflow: hidden;
  max-width: 1170px;
  max-height: 680px;}    

    .cube-slider-cube {
      width: 100%;
      height: 100%;
      position: relative;
      transform-style: preserve-3d;
      transform: translateZ(-75vh);
      transition: transform 1s ease-in-out;
    }

    .cube-slide-face {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: white;
      overflow: hidden;
    }

    .cube-slide-face img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0;
      z-index: -1;
    }

    .cube-caption h3 {
      font-size: clamp(16px, 3vw, 24px);
      background: rgb(0 0 0 / 81%);
      padding: 10px 20px;
      border-radius: 6px;
      margin-bottom: 10px;
      width:600px;
      text-align: center;
    }

    .cube-caption p {
      font-size: clamp(14px, 2vw, 20px);
      background: rgba(0, 0, 0, 0.5);
      padding: 8px 16px;
      border-radius: 5px;
       width:600px;
        text-align: center;
    }

    .cube-controls {
      position: absolute;
      bottom: 15px;
      width: 100%;
      text-align: center;
      z-index: 10;
    }

    .cube-controls button {
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid #fff;
      color: #fff;
      font-size: 18px;
      margin: 0 10px;
      padding: 8px 14px;
      cursor: pointer;
      border-radius: 5px;
      transition: 0.3s;
    }

    .cube-controls button:hover {
      background: rgba(255, 255, 255, 0.3);
    }

    @media (max-width: 768px) {
      .cube-slider-wrapper {
        width: 90vw;
        height: 60vw;
      }

      .cube-caption h2 {
        font-size: 20px;
        padding: 6px 14px;
      }

      .cube-caption p {
        font-size: 14px;
        padding: 6px 10px;
      }

      .cube-controls button {
        font-size: 16px;
        padding: 6px 12px;
        margin: 0 5px;
      }
    }