/*

Lava Landing Page

https://templatemo.com/tm-540-lava-landing-page

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. testimonials
08. contact
09. footer
10. preloader

--------------------------------------------- */
/*
---------------------------------------------
font & reset css
---------------------------------------------
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

/*Variables*/
:root {
    --primary: #fafafa;
    --secondary: #f4813f;
    --darkGray: #495057;
    --lightDarkGray: #55595e;
}

.w-full {
    width: 100% !important;
}

.owl-item.active {
    background-color: transparent;
}

/*
---------------------------------------------
reset
---------------------------------------------
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

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

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    background-color: var(--primary);
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
}

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

ul {
    margin-bottom: 0px;
}

p {
    font-size: 15px;
    line-height: 25px;
    color: #888;
}

/*
---------------------------------------------
global styles
---------------------------------------------
*/
html,
body {
    background: var(--primary);
    font-family: "Montserrat", sans-serif;
}

::selection {
    background: #f1556a;
    color: #fff;
}

::-moz-selection {
    background: #f1556a;
    color: #fff;
}

@media (max-width: 991px) {
    html,
    body {
        overflow-x: hidden;
    }

    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .mobile-bottom-fix {
        margin-bottom: 30px;
    }

    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}

a.main-button-slider {
    font-size: 14px;
    border-radius: 25px;
    padding: 15px 25px;
    background-color: var(--secondary);
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
    background-color: #f1556a;
}

a.main-button {
    font-size: 14px;
    border-radius: 0;
    padding: 15px 25px;
    border: 2px solid var(--secondary);
    background-color: transparent;
    border-color: var(--secondary);
    text-transform: uppercase;
    color: var(--secondary);
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

    &:hover {
        background-color: var(--secondary);
        color: #fff;
    }
}

button.main-button {
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 0;
    padding: 15px 25px;
    border: 2px solid var(--secondary);
    background-color: transparent;
    border-color: var(--secondary);
    text-transform: uppercase;
    color: var(--secondary);
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

    &:hover {
        background-color: var(--secondary);
        color: #fff;
    }
}

.center-heading {
    margin-bottom: 70px;
}

.center-heading h2 {
    margin-top: 0px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 25px;
}

.center-heading h2 em {
    font-style: normal;
    color: #f4813f;
}

.center-heading p {
    font-size: 15px;
    color: #888;
    text-align: center;
}

/*
---------------------------------------------
header
---------------------------------------------
*/

.background-header {
    background-color: #fff;
    height: 80px !important;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
    color: #1e1e1e !important;
}

.background-header .main-nav .nav li:hover a {
    color: #fba70b !important;
}

.background-header .nav li a.active {
    color: #fba70b !important;
}

.header-area {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header-area .main-nav {
    min-height: 80px;
    background: transparent;
}

.header-area .main-nav .logo {
    line-height: 80px;
    color: #191a20;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 27px;
    margin-left: 15%;
    margin-right: 0px;
    /*background-color: #fff;*/
    padding: 0px 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 20px;
    padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
    padding-right: 0px;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: #7a7a7a;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a {
    color: #fba70b;
}

.header-area .main-nav .nav li.submenu {
    position: relative;
    padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #7a7a7a;
    position: absolute;
    right: 18px;
    top: 12px;
}

.header-area .main-nav .nav li.submenu ul {
    position: absolute;
    width: 240px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 40px;
    opacity: 0;
    transform: translateY(-2em);
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
    display: block;
    background: #fff;
    color: #7a7a7a !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 40px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fba70b;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
    background: #fff;
    color: #fba70b !important;
    padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 23px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #1e1e1e;
}

.header-area.header-sticky {
    min-height: 80px;
}

.header-area.header-sticky .nav {
    margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
    color: #fba70b;
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }

    .header-area .main-nav:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .logo {
        text-align: center;
        float: left !important;
    }

    .header-area {
        background-color: #f7f7f7;
        padding: 0px 15px;
        height: 80px;
        box-shadow: none;
        text-align: center;
    }

    .header-area .container {
        padding: 0px;
    }

    .header-area .logo {
        margin-left: 30px;
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    .header-area .main-nav {
        overflow: hidden;
    }

    .header-area .main-nav .nav {
        float: left;
        width: 100%;
        margin-top: 0px !important;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
        position: fixed;
        right: 0;
        left: 0;
        top: 80px;
        height: 100vh;
        background: #fff;
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #fff !important;
        color: #191a20 !important;
    }

    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #fba70b !important;
    }

    .header-area .main-nav .nav li.submenu ul {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
    }

    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }

    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }

    .header-area .main-nav .nav li.submenu ul.active {
        height: auto !important;
    }

    .header-area .main-nav .nav li.submenu:after {
        color: #3b566e;
        right: 25px;
        font-size: 14px;
        top: 15px;
    }

    .header-area .main-nav .nav li.submenu:hover ul,
    .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
}

@media (min-width: 992px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}

/*
---------------------------------------------
welcome
---------------------------------------------
*/
.welcome-area {
    /*width: 100%;*/
    height: 100vh;
    min-height: 793px;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: 165% 30%;
    background-size: 70%;
    background-color: var(--primary);
}

.welcome-area .header-text .left-text {
    position: relative;
    align-self: center;
    margin-top: 28%;
    transform: perspective(1px) translateY(-30%) !important;
}

.welcome-area .header-text h1 {
    font-weight: 900;
    font-size: 52px;
    line-height: 80px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #191a20;
}

.welcome-area .header-text h1 em {
    font-style: normal;
    color: var(--secondary);
}

.welcome-area .header-text p {
    font-weight: 300;
    font-size: 17px;
    color: #7a7a7a;
    line-height: 30px;
    letter-spacing: 0.25px;
    margin-bottom: 40px;
    position: relative;
}

@media (max-width: 1420px) {
    .welcome-area .header-text {
        width: 70%;
        margin-left: 5%;
    }
}

@media (max-width: 1320px) {
    .welcome-area .header-text .left-text {
        margin-top: 50%;
    }

    .welcome-area .header-text {
        width: 50%;
        margin-left: 5%;
    }
}

@media (max-width: 1140px) {
    .welcome-area {
        height: auto;
    }

    .welcome-area .header-text {
        width: 92%;
        padding-top: 793px;
    }

    .welcome-area .header-text .left-text {
        margin-top: 5%;
        transform: none !important;
    }
}

@media (max-width: 810px) {
    .welcome-area {
        background-size: contain;
    }

    .welcome-area .header-text {
        padding-top: 100%;
        margin-left: 0;
    }

    .container-fluid .col-md-12 {
        margin-right: 0px;
        padding-right: 0px;
    }
}

/*
---------------------------------------------
about
---------------------------------------------
*/

#about {
    /*padding: 100px 0px;*/
    position: relative;
    z-index: 9;
    margin-top: -140px;
}

@media (max-width: 992px) {
    .features-item {
        margin-bottom: 45px;
    }
}

.features-item {
    border-radius: 5px;
    padding: 60px 30px;
    text-align: center;
    @media (max-width: 800px) {
        padding: 20px 30px;
    }
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
}

.features-item h2 {
    z-index: 9;
    position: absolute;
    top: 15px;
    left: 45px;
    font-size: 100px;
    font-weight: 600;
    color: #fdefe9;
    opacity: 0.05;
    display: none;

    img {
        width: 100px !important;
    }
}

.features-item img {
    z-index: 10;
    position: relative;
    max-width: 100%;
    margin-bottom: 40px;
}

.features-item h4 {
    margin-top: 0px;
    font-size: 22px;
    color: #1e1e1e;
    /*margin-bottom: 25px;*/
}

.features-item .main-button {
    margin-top: 35px;
    display: inline-block;
}

/*
---------------------------------------------
promotion
---------------------------------------------
*/

.left-image-decor {
    background-image: url(../images/left-bg-decor.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    display: inline-block;
    height: 110%;
    margin-top: -200px;
}

#promotion {
    padding: 100px 0px;
}

#promotion .left-image {
    align-self: center;
    border-radius: 45px;
    outline: 10px solid rgba(244, 129, 63, 0.51);
    padding: 10px;

    img {
        border-radius: 35px !important;
    }
}

#promotion .right-text ul {
    padding: 0;
    margin: 0;
}

#promotion .right-text ul li {
    display: inline-block;
    margin-bottom: 60px;
}

#promotion .right-text ul li:last-child {
    margin-bottom: 0px;
}

#promotion .right-text img {
    display: inline-block;
    float: left;
    margin-right: 30px;
    width: 100px;
    background: var(--secondary);
    border-radius: 50%;
    padding: 20px;
}

#promotion .right-text h4 {
    font-size: 22px;
    color: #1e1e1e;
    margin-bottom: 15px;
    margin-top: 3px;
}

/*
--------------------------------------------
testimonials
--------------------------------------------
*/
.right-image-decor {
    background-image: url(../images/right-bg-decor.png);
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    width: 100%;
    display: inline-block;
    height: 110%;
    margin-top: -200px;
}

#testimonials {
    padding-top: 100px;
    position: relative;
    z-index: 9;
}

#testimonials .item {
    position: relative;
}

#testimonials .item .testimonial-content {
    background: rgb(244, 129, 63);
    background: linear-gradient(
        145deg,
        rgba(244, 129, 63, 1) 0%,
        rgba(241, 85, 106, 1) 100%
    );
    margin-left: 60px;
    padding: 40px 30px;
    text-align: center;
    border-radius: 5px;
}

#testimonials .item .testimonial-content ul li {
    display: inline-block;
    margin: 0px 1px;
}

#testimonials .item .testimonial-content ul li i {
    color: #fff;
    font-size: 13px;
}

#testimonials .item .testimonial-content h4 {
    font-size: 22px;
    margin-top: 20px;
    color: #fff;
}

#testimonials .item .testimonial-content p {
    color: #fff;
    font-style: italic;
    font-weight: 200;
    margin: 20px 0px 15px 0px;
}

#testimonials .item .testimonial-content span {
    color: #fff;
    font-weight: 200;
    font-size: 13px;
}

#testimonials .author img {
    max-width: 120px;
    margin-bottom: -60px;
}

.owl-carousel .owl-nav button.owl-next span {
    z-index: 10;
    top: 45%;
    border-radius: 10px;
    font-size: 46px;
    color: #fff;
    right: -210px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    background: rgb(244, 129, 63);
    background: linear-gradient(
        145deg,
        rgba(244, 129, 63, 1) 0%,
        rgba(241, 85, 106, 1) 100%
    );
    position: absolute;
}

.owl-carousel .owl-nav button.owl-prev span {
    z-index: 9;
    top: 30%;
    border-radius: 10px;
    font-size: 46px;
    color: #fff;
    right: -150px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    background: rgb(244, 129, 63);
    background: linear-gradient(
        145deg,
        rgba(244, 129, 63, 1) 0%,
        rgba(241, 85, 106, 1) 100%
    );
    position: absolute;
}

@media screen and (max-width: 1060px) {
    .owl-carousel .owl-nav {
        display: none !important;
    }
}

/*
---------------------------------------------
footer
---------------------------------------------
*/

@media (max-width: 992px) {
    footer {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .contact-form {
        margin-bottom: 45px;
    }

    footer .right-content {
        text-align: center;
    }

    footer .footer-content {
        padding: 60px 0px !important;
    }
}

footer {
    margin-top: 200px;
    padding-top: 120px;
    /* background-image: url(../images/footer-bg.png); */
    background-color: var(--secondary);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
}

footer .footer-content {
    padding: 120px 0px;
}

.contact-form {
    position: relative;
    z-index: 10;
    padding: 45px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

footer .right-content {
    align-self: center;
}

.contact-form input,
.contact-form textarea {
    color: #777;
    font-size: 13px;
    border: 1px solid #eee;
    background-color: #f7f7f7;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 30px;
}

.contact-form textarea {
    height: 150px;
    resize: none;
    padding: 20px;
}

.contact-form {
    text-align: center;
}

.contact-form ::-webkit-input-placeholder {
    /* Edge */
    color: #7a7a7a;
}

.contact-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #7a7a7a;
}

.contact-form ::placeholder {
    color: #7a7a7a;
}

.footer-content .right-content {
    color: #fff;
}

.footer-content .right-content h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer-content .right-content h2 em {
    font-style: normal;
    color: #fba70b;
}

.footer-content .right-content p {
    color: #fff;
}

.footer-content .right-content a {
    color: #fff;
}

.footer-content .right-content a:hover {
    color: #fc3;
}

.footer-content .social {
    overflow: hidden;
    margin-top: 30px;
}

.footer-content .social li:first-child {
    margin-left: 0px;
}

.footer-content .social li {
    margin: 0px 7.5px;
    display: inline-block;
}

.footer-content .social li a {
    color: #fff;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

footer .social li a:hover {
    background-color: #fba70b;
    border-color: #fba70b;
    color: #fff;
}

footer .copyright {
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #4a4a4a;
    letter-spacing: 0.88px;
    text-transform: capitalize;
}

footer .sub-footer {
    padding: 60px 0px;
    border-top: 1px solid rgba(250, 250, 250, 0.3);
    text-align: center;
}

footer .sub-footer a {
    color: #fff;
}

footer .sub-footer a:hover {
    color: #fc3;
}

footer .sub-footer p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    footer .copyright {
        text-align: center;
    }

    footer .social {
        text-align: center;
    }
}

#page .right-content {
    h2 {
        color: var(--secondary);
    }

    p {
        color: var(--darkGray);
    }

    .social {
        li {
            a {
                color: var(--secondary);
                border-color: var(--secondary);
            }
        }
    }
}

/*
---------------------------------------------
preloader
---------------------------------------------
*/
#preloader {
    overflow: hidden;
    background: var(--secondary);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    color: #fff;
}

#preloader .jumper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px;
}

#preloader .jumper > div {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: jumper 1s 0s linear infinite;
    animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
    -webkit-animation-delay: 0.66666s;
    animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*ADDED*/
/*Banner*/
.shadow-container {
    outline: 10px solid rgba(250, 250, 250, 0.5);
    border-radius: 20px;
    box-shadow: 0px 0px 200px rgba(0, 0, 0, 0.3);
    background: var(--primary);
}

/*Services*/
#services {
    background: rgba(244, 129, 63, 0.1);
    padding-bottom: 100px;
    padding-top: 80px;
}

#services .service-item {
    border: 10px solid rgba(244, 129, 63, 0.19);
    margin: 10px;
    width: calc(100% / 2 - 20px);
    border-radius: 20px;
    background: var(--primary);

    .item-content {
        width: 100%;
        padding: 30px;
        position: relative;
        overflow: hidden;

        h1 {
            font-size: 25px;
            font-weight: 600;
            color: var(--darkGray);
            margin-bottom: 40px;
            text-align: right;
            @media (max-width: 800px) {
                font-size: 17px;
                margin-bottom: 30px;
            }
        }

        a {
            font-size: 13px;
            color: #FFFFFF;
            padding: 10px 30px;
            border-radius: 40px;
            background: var(--secondary);
            transition: 300ms;
            float: right;
            @media (max-width: 768px) {
                font-size: 12px;
                padding: 8px 20px;
            }
        }

        .image {
            position: absolute;
            top: -35px;
            left: -35px;
            width: 150px;
            height: 150px;
            padding-top: 45px;
            padding-right: 30px;
            border-radius: 50%;
            background: #eee;
            display: flex;
            align-items: start;
            justify-content: end;

            @media (max-width: 768px) {
                width: 115px;
                height: 115px;
                padding-top: 50px;
                padding-left: 30px;
            }

            img {
                width: 60%;
                @media (max-width: 768px) {
                    width: 60%;
                }
            }
        }
    }
}

/* Testimontals */
#testimontals {
    background: transparent;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-top: 80px;

    .testimontal-body {
        border: 10px solid #f4813f31;
        border-radius: 20px;
        padding: 50px;
        box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);

        .text {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        img {
            float: right;
            width: 240px;
        }
    }
}

/* Made for */
#made-for {
    background: rgba(244, 129, 63, 0.1);
    padding-top: 100px;
    padding-bottom: 100px;

    .tag-items {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;

        .tag {
            width: calc(100% / 4 - 20px);
            display: flex;
            justify-content: center;

            &:nth-child(5),
            &:nth-child(6),
            &:nth-child(7),
            &:nth-child(8),
            &:nth-child(9) {
                width: calc(100% / 5 - 20px);
            }

            .tag-body {
                max-width: 220px;
                width: 100%;
                padding: 3px;
                border-radius: 50px;
                background: var(--primary);
                display: flex;
                gap: 10px;
                justify-content: flex-start;
                align-items: center;

                img.tag-image {
                    width: 50px;
                    height: 50px;
                    border-radius: 50%;
                }

                .tag-name {
                    font-size: 13px;
                    font-weight: 600;
                }
            }
        }
    }
}

/* Blogs */
#blogs {
    background: transparent;
    padding-top: 100px;
    @media (max-width: 800px) {
        padding-bottom: 50px;
    }

    .blogs-container {
        display: flex;
        justify-content: center;
        gap: 40px;

        .blog {
            width: calc(100% / 2 - 20px);
            display: flex;
            flex-direction: column;
            gap: 20px;

            .blog-image {
                width: 100%;

                img {
                    width: 100%;
                    border-radius: 20px;
                }
            }

            .blog-title {
                font-size: 20px;
                font-weight: 600;
            }

            .blog-content {
                font-size: 15px;
                font-weight: 300;
            }
        }
    }
}

@media (max-width: 768px) {
    .row {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0px auto !important;
    }

    .welcome-area {
        background-position: 165% 15%;
    }

    #about {
        margin-top: -200px;
    }

    #services .service-item {
        width: calc(100% - 20px);
    }

    #testimontals .testimontal-body {
        flex-direction: column-reverse;

        img {
            float: none;
            width: 100%;
            padding: 20px;
            margin-bottom: 30px;
        }
    }

    #made-for .tag-items {
        gap: 10px;
        justify-content: center;

        .tag {
            width: calc(100% / 3 - 20px);

            &:nth-child(5),
            &:nth-child(6),
            &:nth-child(7),
            &:nth-child(8),
            &:nth-child(9) {
                width: calc(100% / 3 - 20px);
            }

            img.tag-image {
                width: 30px !important;
                height: 30px !important;
            }

            .tag-name {
                font-size: 10px !important;
            }
        }
    }

    #blogs .blogs-container {
        flex-direction: column;
        gap: 20px;
        align-items: center;

        .blog {
            width: calc(100% - 20px);

            &:nth-child(2) {
                display: none;
            }
        }
    }

    #promotion .text {
        width: calc(100% - 135px);
        float: right;
    }

    #promotion .text h4 {
        font-size: 15px;
    }

    #promotion .text p {
        font-size: 12px;
        line-height: 130%;
    }
}

#container {
    padding-top: 80px;
}

/* Added */
div#welcome {
    width: 100%;
    height: auto;
    /*background: radial-gradient(ellipse at right center, var(--secondary), #fff);*/
    /*background: linear-gradient(90deg, var(--secondary) 30%, transparent 100%);*/
    /*@media (max-width: 768px) {*/
    /*    background: linear-gradient(180deg, var(--secondary) 30%, transparent 100%);*/
    /*}*/


    .home-slider {
        .item {
            position: relative;
            padding-top: 120px;
            padding-bottom: 120px;
            @media (max-width: 768px) {
                padding-bottom: 170px;
            }

            &:before {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                width: 55%;
                height: 100%;
                background: var(--secondary);
                border-radius: 50% 0 0 50%;
                @media (max-width: 768px) {
                    bottom: 0;
                    left: 0;
                    width: 150%;
                    height: 60%;
                    border-radius: 50% 50% 0 0;
                    top: auto;
                }
            }


            .container {
                width: 100%;
                display: flex;
                justify-content: space-between;
                position: relative;

                img.hero-decor {
                    position: absolute;

                    &:first-of-type {
                        top: 20%;
                        width: 50px;
                        left: 50%;
                        animation: bounce 2s linear infinite;
                        @media (max-width: 768px) {
                            top: 60%;
                            left: 24%;
                            width: 35px;
                        }
                    }

                    &:nth-of-type(2) {
                        top: 10px;
                        width: 50px;
                        right: 5%;
                        animation: rotate 2s linear infinite;
                        @media (max-width: 768px) {
                            top: 40%;
                            right: 11%;
                        }
                    }
                }

                @media (max-width: 800px) {
                    flex-direction: column;
                }

                .content {
                    width: 35%;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: start;
                    gap: 20px;
                    color: #eee;
                    @media (max-width: 800px) {
                        width: 100%;
                    }

                    .heading {
                        font-size: 37px;
                        font-weight: 800;
                        color: #212121;
                        @media (max-width: 768px) {
                            font-size: 25px;
                        }
                    }

                    .description {
                        font-size: 13px;
                        color: #212121;
                    }

                    .button {
                        background-color: transparent;
                        padding: 10px 30px;
                        border: 2px solid #fff;
                        color: #fff;
                        font-size: 13px;
                        transition: 400ms;
                        background: var(--secondary);
                        border-radius: 40px;
                    }
                }

                img {
                    width: auto;
                    display: flex;
                    justify-content: end;
                    max-height: 530px;
                    height: auto;
                    @media (max-width: 800px) {
                        width: 100%;
                    }
                }
            }
        }
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

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

#about {
    .features-item {
        @media (max-width: 768px) {
            margin-bottom: 0px;
        }

        .features-icon {
            @media (max-width: 768px) {
                border: 10px solid rgba(244, 129, 63, 0.19);
                border-radius: 30px;
                padding: 20px 10px;
                .img-bg {
                    background: var(--secondary);
                    width: 90px;
                    height: 90px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border-radius: 50%;
                    margin-bottom: 20px;
                }
            }

            img {
                width: 65px;
                @media (max-width: 768px) {
                    filter: brightness(0) invert(1);
                    margin: 0px;
                    width: 55px;
                }
            }

            a {
                width: 100%;
                display: flex;
                color: #212121;
                font-weight: 600;
                justify-content: center;

                @media (max-width: 800px) {
                    justify-content: center;
                }
            }
        }
    }
}

.page-title {
    width: 100%;
    padding: 50px 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-radius: 5px;

    img {
        width: 100px;
    }

    h1 {
        font-size: 30px;
        font-weight: 600;
        @media (max-width: 1000px) {
            font-size: 23px;
        }
    }
}

.breadcrumb {
    background-color: #eee;
    border-radius: 6px;
    margin-top: 40px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;

    a {
        color: var(--darkGray);
        font-size: 12px;
    }
}

/*  */
.page-banner {
    width: 100%;
    margin-bottom: 60px;

    img {
        width: 100%;
        border-radius: 10px;
    }
}

.page-slider {
    .item {
        img {
            width: 100%;
            border-radius: 10px;
        }
    }
}

.page-content {
    p {
        word-wrap: break-word;
    }

    img {
        max-width: 100%;
        border-radius: 10px;
        height: auto;
    }
}

.blogs-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding-bottom: 40px;

    .blog {
        width: calc(100% / 3 - 20px);
        background-color: #fff;
        box-shadow: -15px 20px 25px 15px rgba(0, 0, 0, 0.06);
        border-radius: 40px;
        display: flex;
        flex-direction: column;
        align-items: start;
        padding: 10px;
        border: 10px solid rgba(244, 129, 63, 0.19);
        overflow: hidden;
        @media (max-width: 1000px) {
            width: calc(100% / 2 - 20px);
        }

        @media (max-width: 768px) {
            width: 100%;
        }

        a {
            width: 100%;

            img {
                width: 100%;
                height: 250px;
                object-fit: cover;
                border-radius: 20px;
            }
        }

        .content {
            display: flex;
            flex-direction: column;
            align-items: start;
            padding: 20px;
            gap: 10px;

            .time {
                font-size: 12px;
                font-weight: 600;
                color: var(--darkGray);
            }

            .blog-category {
                background-color: var(--secondary);
                color: #fff;
                font-size: 13px;
                padding: 2px 10px;
                border-radius: 20px;

                .today_event {
                    background: #fff;
                    color: red;
                    padding: 0px 10px;
                    border-radius: 34px;
                    margin-right: -7px;
                    font-size: 11px;
                    line-height: normal;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    max-height: 20px;
                    font-weight: 500;
                }
            }

            .title {
                font-weight: 600;
                font-size: 15px;
                display: -webkit-box;
                line-clamp: 2;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                text-overflow: ellipsis;
                overflow: hidden;
                line-height: 20px;
                color: var(--lightDarkGray);
                min-height: 35px;
            }

            a {
                font-weight: 600;
                font-size: 13px;
                color: #ffffff;
                background: var(--secondary);
                border-radius: 30px;
                padding: 10px 30px;
                width: min-content;
                white-space: nowrap;
            }
        }
    }
}

.blog-details {
    width: 100%;
    display: flex;
    justify-content: space-between;

    a.blog-category {
        background-color: var(--secondary);
        color: #fff;
        font-size: 13px;
        padding: 2px 10px;
        border-radius: 20px;
    }

    .blog-time {
        font-size: 12px;
        font-weight: 600;
        color: var(--darkGray);
    }
}

.single-featured-image {
    width: 100%;
    margin: 50px 0px;
    border-radius: 30px;
}

.single-blog-content {
    padding-bottom: 40px;

    p {
        word-wrap: break-word;
    }

    width: 100%;

    img {
        max-width: 100%;
        height: auto;
    }
}

.recommended-blogs {
    width: 100%;
}

.search-form-global {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    position: relative;

    input {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.06);
        height: 50px;
        border-radius: 30px;
        padding: 0px 20px;
    }

    button {
        position: absolute;
        right: 4px;
        background: var(--secondary);
        height: 42px;
        top: 4px;
        border: 0;
        outline: 0;
        color: #fff;
        padding: 0 30px;
        border-radius: 30px;
    }
}

/* Pagination */
li.page-item.active {
    .page-link {
        background-color: var(--secondary);
        border-color: var(--secondary);
    }
}

li.page-item {
    .page-link {
        color: var(--secondary);
        border-radius: 4px;
        margin: 0px 3px;
    }
}

.custom-heading {
    margin: 80px 0px;
    font-weight: 700;
    font-size: 30px;
    color: var(--lightDarkGray);
    @media (max-width: 1000px) {
        margin: 40px auto;
        font-size: 20px;
        text-align: center;
    }
}

/* LOGO */
.logo img {
    max-height: 80px;
}

/* RESET */
.form-control:focus {
    border-color: var(--secondary);
    box-shadow: none;
}

/* Necessary class */
.split-bg {
    background: #eee;
    width: 100%;
    border-radius: 6px;
    padding: 30px;
}

/* ABOUT */
#about-info {
    margin: 100px auto 100px auto;

    .image {
        img {
            width: 100%;
            border-radius: 20px;
            padding: 5px;
            outline: 5px solid var(--secondary);
            outline-offset: 1px;
        }
    }

    .content {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;

        .heading {
            font-size: 37px;
            font-weight: 700;
            color: var(--lightDarkGray);
            margin-bottom: 30px;
            @media (max-width: 800px) {
                margin-top: 30px;
            }
        }

        .text {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 20px;
        }

        a {
            background: transparent;
            padding: 12px 30px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 20px;
            transition: 300ms;
            border-radius: 40px;
            background: var(--secondary);
            color: #FFFFFF;
            @media (max-width: 800px) {
                margin-top: 20px;
            }
        }
    }
}

.home-blog-slider {
    .item {
        padding: 10px;

        .blog {
            width: 100%;
            border: 10px solid rgba(244, 129, 63, 0.19);
            border-radius: 40px;
            overflow: hidden;
            padding: 10px;

            img {
                border-radius: 20px;
                width: 100%;
                height: 230px;
                object-fit: cover;
            }

            .content {
                padding: 10px;
                display: flex;
                flex-direction: column;
                gap: 20px;

                .time {
                    font-size: 12px;
                    font-weight: 600;
                    color: var(--darkGray);
                }

                .blog-category {
                    background-color: var(--secondary);
                    color: #fff;
                    font-size: 13px;
                    padding: 2px 10px;
                    border-radius: 20px;
                }

                .title {
                    font-weight: 600;
                    font-size: 15px;
                    display: -webkit-box;
                    line-clamp: 2;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    line-height: 20px;
                    color: var(--lightDarkGray);
                    min-height: 35px;
                }

                a {
                    font-weight: 600;
                    font-size: 13px;
                    color: #ffffff;
                    background: var(--secondary);
                    border-radius: 40px;
                    padding: 10px 30px;
                    width: min-content;
                    white-space: nowrap;
                }
            }
        }
    }
}

.contact-success {
    background: var(--secondary);
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

/* CALENDAR */
/* Calendar Container */
.calendar-container {
    text-align: center;
    margin-bottom: 30px;

}

/* Month Header */
.month-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    font-weight: bold;
    color: var(--secondary);
    font-size: 20px;
}

#prevMonth, #nextMonth {
    cursor: pointer;
}

/* Days Container */
.days-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    scrollbar-width: none;
    /* Hide scrollbar */
    /* Active Date */

    .active {
        background: var(--darkGray);
    }
}

.days-container::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome */
}

/* Individual Day */
.day {
    display: inline-flex;
    width: 40px;
    /* height: 40px; */
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

/* Today’s Date Highlight */
.today {
    background: rgba(255, 0, 0, 0.2);
}


.today {
    background-color: var(--darkGray);
    color: white;
    font-weight: bold;
}

.selected {
    background-color: var(--secondary);
    color: white;
    font-weight: bold;
}


/*PARTNERS*/
.partners-container {
    width: 100%;
    padding-top: 60px;
    @media (max-width: 768px) {
        padding-bottom: 60px;
    }

    .partners {
        display: flex;
        justify-content: start;
        gap: 20px;
        flex-wrap: wrap;

        .partner {
            width: calc(100% / 5 - 20px);
            background: #eee;
            padding: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 10px;
            @media (max-width: 768px) {
                width: calc(100% / 3 - 20px);
            }

            img {
                width: 100%;
                height: auto;
            }
        }
    }
}


/*Useful Links*/
#useful-links {
    padding-top: 80px;

    @media (max-width: 1000px) {
        padding-bottom: 60px;
    }

    .home-useful-links-slider {
        .useful-link {
            overflow: hidden;
            border-radius: 50px;
            padding: 5px;
            background: rgba(244, 129, 63, 0.1);
            border: 1px solid rgba(0, 0, 0, 0.09);

            a {
                display: flex;
                justify-content: start;
                align-items: center;
                gap: 10px;

                img {
                    width: 60px;
                    height: 60px;
                    border-radius: 50%;
                    background: #fff;
                }

                .name {
                    font-size: 13px;
                    font-weight: 600;
                    color: var(--darkGray);
                }
            }
        }
    }
}

.manual-calendar {
    display: flex;
}


/*Sections slider*/
#sections {
    padding-bottom: 100px;

    .sections-slider {
        .section-item {
            background: #FFFFFF;
            border: 10px solid rgba(244, 129, 63, 0.19);
            margin-bottom: 10px;
            margin-top: 10px;
            display: flex;
            flex-direction: column;
            gap: 30px;
            padding: 50px;
            border-radius: 30px;
            align-items: center;

            .section-image {
                width: 40%;
                margin: 0px auto;

                img {
                    width: 100%;
                    filter: brightness(100%) sepia(1) hue-rotate(-37deg) saturate(103.2%) brightness(91.2%)
                }
            }

            .section-content {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 30px;

                .section-heading {
                    font-size: 18px;
                    font-weight: 700;
                    color: #212121;
                    text-align: center;
                }

                a {
                    font-size: 13px;
                    color: #FFFFFF;
                    padding: 10px 30px;
                    border-radius: 40px;
                    background: var(--secondary);
                    transition: 300ms;
                    float: right;
                }
            }
        }
    }
}
