/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / .header-con
4. Banner / .banner-con
5. Partners / .partners-con
6. Benefits / .benefits-con
7. video / .video-section
8. Pricing / .price-plan-con
9. Choose Us / .choose-us-con
10. Photo Gallery / .photo-gallery-con
11. Testimonial-con / .testimonial-con
12. Blog  / .blogs-outer-con
13. Faq / .faq-section
14. Instagram / .instagram-section
14. Join / .join-our-comunity-con
14. Footer / .footer-section
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes]

# --primary--color: #2f4fff;
# --black--color: #000;
# --dark-blue: #2f4ffe;
# --secondary--color: #ffffff;
# --text-color: #8b97ad;
# --green-color: #93dd58;
# --accent: #707792;
# --star-color: #f9970d;
# --light-grey: #f3f4f7;
# --bg-color: #f5f5f5;
/*------------------------------------------------------------------
[Typography]
Body copy:     'Inter', sans-serif;
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&family=Inter:wght@300;400;500;700&family=Plus+Jakarta+Sans:wght@700;800&family=Roboto:wght@700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a,
button input {
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
figure {
    margin: 0;
}
body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text-color);
    font-family: 'Inter', sans-serif;
}
:root {
    --primary--color: #2f4fff;
    --black--color: #000;
    --dark-blue: #2f4ffe;
    --secondary--color: #ffffff;
    --text-color: #8b97ad;
    --green-color: #93dd58;
    --accent: #707792;
    --star-color: #f9970d;
    --light-grey: #f3f4f7;
    --bg-color: #f5f5f5;
}
/* HEADER SECTION */
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: var(--black--color);
    font-weight: 500;
    line-height: 16px;
    padding: 10px 0 !important;
    position: relative;
}

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--dark-blue);
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 53px;
    margin-right: 30px;
}

.header-con {
    background-color: var(--secondary--color);
}

.header-contact ul {
    gap: 9px;
    display: flex;
    align-items: center;
}

.header-contact ul li .reservation-btn:hover {
    color: var(--dark-blue);
    background-color: transparent;
    box-shadow: inset 0 0 0px 2px #2f4ffe;
}

.comment-con a i:hover {
    background: transparent;
    box-shadow: inset 0 0 0px 1px var(--dark-blue);
    color: var(--dark-blue);
}

.header-contact ul li .reservation-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    border-radius: 12px;
    text-decoration: none;
    display: inline-block;
    background-color: var(--dark-blue);
    padding: 16px 20px;
    color: var(--secondary--color);
}

.comment-con a {
    text-decoration: none;
}

.comment-con a i {
    width: 48px;
    height: 47px;
    display: flex;
    font-size: 16px;
    border-radius: 20%;
    align-items: center;
    justify-content: center;
    color: var(--black--color);
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    box-shadow: inset 0 0 0px 1px var(--black--color);
}

.header-con .navbar {
    padding: 18px 0;
    background-color: var(--secondary--color);
}

.header-con .navbar-brand {
    margin-left: 86px;
}

.header-con .navbar-brand img {
    width: 188px;
}

.header-con .navbar-light .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.header-con .navbar-light .navbar-nav .nav-link::before {
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--primary--color);
    transition: ease-in-out 0.3s;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link:hover::after {
    width: 0;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
    width: unset;
    position: unset;
    background: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu {
    padding: 10px 0;
    margin: 0;
    background-color: var(--secondary--color);
    border: 0;
    border-radius: 10px;
    margin-top: 10px;
    top: 53px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
}

.header-con .navbar-light .navbar-nav .dropdown-menu::after {
    content: '';
    height: 40px;
    width: 18px;
    position: absolute;
    background-color: var(--secondary--color);
    top: -13px;
    left: 8%;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.header-con .navbar-light .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 25px;
    border-bottom: 1px solid var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

/* HEADER SECTION */
/* SEARCH FORM */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: none;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    outline: none;
    padding: 10px;
}

#search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    content: "\f00d";
    background-image: url('../images/close.png');
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

#search .close:hover {
    color: var(--primary--color);
    cursor: pointer;
    text-shadow: none;
}

/* BANNER SECTION */

.banner-con {
    position: relative;
    background: url(../images/banner-img.jpg) no-repeat center;
    background-size: cover;
    height: 815px;
}

.banner-con .con1 {
    width: 63%;
    margin-right: 45px;
    margin-top: 20px;
}

.banner-con .con2 {
    width: 446px;
}

.banner-con h1 {
    color: var(--secondary--color);
    margin-bottom: 36px;
    letter-spacing: -1.2px;
}

.banner-con h3 {
    color: var(--secondary--color);
    letter-spacing: -0.5px;
    margin-bottom: 13px;
}

.banner-con p.special-text {
    font-size: 24px;
    color: var(--secondary--color);
    margin-bottom: 87px;
    line-height: 34px;
}

.banner-con .social-icon ul li a i {
    color: var(--secondary--color);
    font-size: 16px;
}

.banner-con .social-icon ul li a i:hover {
    color: var(--primary--color);
}

.banner-con .social-icon ul {
    gap: 15px;
    display: flex;
}

.banner-con .form-con {
    background-color: var(--primary--color);
    border-radius: 10px;
    padding: 35px 36px;
    /* box-shadow: 30px 30px 50px rgb(126 103 154 / 30%); */
    margin-top: -28px;
}

.banner-con .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-con ul li input,
.form-con ul li select,
.form-con ul li textarea {
    width: 100%;
    border: none;
    font-size: 14px;
    line-height: 14px;
    border-radius: 10px;
    padding: 19px 20px 20px;
    color: var(--black--color);
}

.form-con ul li select {
    color: var(--text-color);
}

.form-con ul li label {
    color: var(--secondary--color);
    display: block;
    margin-bottom: 10px;
}

.form-con ul li textarea {
    resize: none;
    height: 100px;
}

.form-con ul li input::placeholder {
    font-size: 14px;
    line-height: 14px;
    color: var(--text-color);
}

.form-con ul li select {
    appearance: none;
    position: relative;
}

.form-con ul li i {
    position: absolute;
    right: 20px;
    top: 52px
}

.form-con ul li span.error {
    color: var(--secondary--color);
    font-size: 15px;
    display: block;
    margin-top: 10px;
}


.submit-btn button {
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    padding: 20px 10px;
    border-radius: 10px;
    font-weight: 500;
    background: linear-gradient(to top, #93dd58 0%, #bbfb7a 100%);
    color: var(--black--color);
    transition: all 0.3s ease-in-out;
}

.submit-btn button:focus {
    outline: none;
}

.submit-btn button:hover {
    color: var(--green-color);
    background: transparent;
    box-shadow: 0 0 0 2px #93dd58 inset;
}

.form-con ul {
    margin-bottom: 14px;
}

.form-con ul li {
    margin: 0 0 13px;
    position: relative;
}

.form-con ul li.var1 {
    margin-bottom: 17px;
}

.form-con ul li textarea {
    padding: 21px 20px 20px;
}

/* BANNER SECTION */

/* PARTNERS SECTION */
.partners-con .client-logo {
    padding: 109px 60px 82px;
    border-bottom: 1px solid #ededed;
}

.partners-con .client-logo ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.partners-con .client-logo ul li figure img {
    opacity: 50%;
    transition: all 0.5s ease-in-out;
    filter: grayscale(100%);
}

.partners-con .client-logo ul li figure img:hover {
    transform: translateY(-8px);
    filter: none;
}

/* BENEFITS SECTION */
.benefits-con {
    padding: 148px 0 118px;
}

.benefits-con h3 {
    margin-bottom: 12px;
}

.benefits-con h2 {
    margin-bottom: 70px;
}

.benefits-con .plan-feature {
    text-align: left;
    padding: 37px 17px 37px 26px;
    /* border: 1px solid #ededed; */
    box-shadow: 0 0 0 1px #ededed inset;
    border-radius: 10px;
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
}

.benefits-con .plan-feature img {
    margin-bottom: 27px;
}

.benefits-con .plan-feature h4 {
    margin-bottom: 24px;
    font-weight: 600;
    min-height: 48px;
    display: flex;
    align-items: center;
    position: relative;
}

.benefits-con .plan-feature p {
    color: var(--text-color);
    min-height: 72px;
    position: relative;
}

.benefits-con .plan-feature:hover {
    background-color: var(--dark-blue);
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}


.benefits-con .plan-feature:hover h4 {
    color: var(--secondary--color);
}

.benefits-con .plan-feature:hover p {
    color: var(--secondary--color);
}

.benefits-con .plan-feature:hover figure img {
    filter: brightness(0) invert(1);
    transform: translateY(10px);
    transition: ease-in-out 0.6s;
}


.benefits-con .plan-feature:hover::before {
    background: url(../images/benefits-glow.png);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -5px;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Video section */
.video-section {
    background-color: var(--black--color);
    height: 750px;
    position: relative;
}

.video-section::before {
    background: url('../images/video_section_background.jpg');
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* price plan section */
.price-plan-con {
    padding: 165px 0 134px;
    background: linear-gradient(to right, #fffbf2 0%, #edfafe 100%);
}

.price-plan-con h3 {
    margin-bottom: 12px;
}

.price-plan-con h2 {
    margin-bottom: 70px;
}

.price-plan-con .price-feature {
    background-color: var(--secondary--color);
    border-radius: 10px;
    border: 1px solid #ededed;
    padding: 50px 36px 46px 39px;
    text-align: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 59px;
}

.price-plan-con .price-feature h3 {
    color: var(--black--color);
    font-weight: 600;
    margin-bottom: 20px;
}

.price-plan-con .price-feature img {
    margin-bottom: 25px;
}

.price-plan-con .price-value {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    position: relative;
    margin-bottom: 17px;
    color: var(--black--color);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.price-plan-con .price-value small {
    top: -13px;
    font-size: 24px;
    position: relative;
    color: var(--black--color);
}

.price-plan-con .price-value span {
    font-size: 20px;
    color: var(--black--color);
}

.price-plan-con .price-feature p {
    margin-bottom: 19px;
    font-size: 18px;
    min-height: 48px;
}

.price-plan-con .price-feature ul li {
    font-size: 18px;
    margin-bottom: 16px;
}

.price-plan-con .price-feature ul li i {
    font-size: 7px;
    position: relative;
    top: -3px;
    margin-right: 10px;
}

.price-plan-con .price-feature ul {
    margin-bottom: 32px;
}

.price-plan-con .price-feature:hover {
    background-color: var(--dark-blue);
    transition: all 0.3s ease-in-out;
}

.price-plan-con .price-feature:hover h3 {
    color: var(--secondary--color);
}

.price-plan-con .price-feature:hover p {
    color: var(--secondary--color);
}

.price-plan-con .price-feature:hover .price-value {
    color: var(--secondary--color);
}

.price-plan-con .price-feature:hover .price-value small {
    color: var(--secondary--color);
}

.price-plan-con .price-feature:hover .price-value span {
    color: var(--secondary--color);
}

.price-plan-con .price-feature:hover ul li {
    color: var(--secondary--color);
}

.price-plan-con .price-feature:hover ul li i {
    color: var(--secondary--color);
}

.price-plan-con .price-feature:hover figure img {
    filter: brightness(0) invert(1);
    transform: translateY(10px);
    transition: ease-in-out 0.6s;
}

.price-plan-con .price-feature:hover::before {
    background: url(../images/price-glow.png);
    content: "";
    width: 351px;
    height: 430px;
    position: absolute;
    right: 0;
    top: 0;
    /* background-size: cover; */
    background-repeat: no-repeat;
}

.price-plan-con .price-feature:hover .generic-btn a {
    background-color: var(--secondary--color);
}

.special-offer span {
    font-size: 24px;
    color: var(--black--color);
    display: block;
}

.special-offer span a {
    color: var(--primary--color);
    position: relative;
    text-decoration: none;
}

.special-offer span a::after {
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--primary--color);
    transition: ease-in-out 0.3s;
}

.special-offer span a:hover::after {
    width: 100%;
}

/* choose us section  */
.choose-us-con h3 {
    margin-bottom: 12px;
}

.choose-us-con h2 {
    margin-bottom: 70px;
}

.choose-us-con .value-prop {
    border-radius: 10px;
    border: 1px solid var(--text-color);
    position: relative;
    overflow: hidden;
}

.choose-us-con .value-prop .prop-inner {
    padding: 44px 48px;
    position: relative;
    overflow: hidden;
}

.choose-us-con .value-prop .prop-inner h3 {
    font-weight: bold;
    color: var(--black--color);
    padding: 0 30px;
    line-height: 34px;
    margin-bottom: 13px;
    position: relative;
}

.choose-us-con .value-prop .prop-inner p {
    font-size: 18px;
    line-height: 28px;
    position: relative;
}

.choose-us-con .value-prop:hover {
    background-color: var(--dark-blue);
    transition: all 0.3s ease-in-out;
}

.choose-us-con .value-prop:hover h3 {
    color: var(--secondary--color);
}

.choose-us-con .value-prop:hover p {
    color: var(--secondary--color);
}

.choose-us-con .value-prop:hover .prop-inner::before {
    background: url(../images/value-prop-glow.png);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

/* photo gallery section  */
.photo-gallery-con {
    background: linear-gradient(to right, #fffbf2 0%, #edfafe 100%);
    padding-right: 10px;
    padding-left: 10px;
}

.photo-gallery-con .nav-pills .nav-link.active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    padding: 15px 20px;
    border-radius: 10px;
}

.photo-gallery-con .nav-pills .nav-link {
    color: var(--text-color);
    font-size: 20px;
    padding: 15px 0;
}

.photo-gallery-con .gallery p {
    margin-bottom: 73px;
    font-size: 20px;
}

.photo-gallery-con .gallery h2 {
    margin-bottom: 14px;
}

.photo-gallery-con .gallery h3 {
    margin-bottom: 12px;
}

.gallery-img-wapper {
    display: grid;
    gap: 15px;
    grid-template-columns: 31.8% 31.8% 31.8%;
}

.photo-gallery-con .project-tab .nav {
    justify-content: center;
    margin-bottom: 28px;
    display: inline-flex;
    background-color: var(--secondary--color);
    padding: 20px;
    border-radius: 10px;
    min-width: 1100px;
    align-items: center;
    gap: 40px;
}

.masonry-item img {
    display: block;
    object-fit: cover;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.photo-gallery-con .masonry-item.cell-4 img {
    width: auto;
}

.masonry .masonry-item {
    margin-bottom: 30px;
}

.masonry .masonry-item:last-child {
    margin-bottom: 0;
}

.masonry-con {
    gap: 30px;
    display: grid;
    grid-template-columns: 30.8% 30.8% 30.8%;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.photo-gallery-con .masonry-item {
    overflow: hidden;
    position: relative;
}

.photo-gallery-con .masonry-item img {
    transition: .4s ease-in-out;
}

.photo-gallery-con .masonry-item img {
    transition: .4s ease-in-out;
}

.photo-gallery-con .masonry-item:hover img {
    transform: scale(1.1);
}

.photo-gallery-con .nav-pills li.nav-item:first-child {
    margin-left: 0;
}

.photo-gallery-con .nav-pills li.nav-item:first-child {
    margin-right: 0;
}

.photo-gallery-con .masonry-item {
    overflow: hidden;
    position: relative;
}

/* .photo-gallery-con .masonry-item a{
    position: relative;
} */
.photo-gallery-con .masonry-item a::before {
    content: "";
    background: url(../images/Plus-icon.png) no-repeat center;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: none;
    transform: translate(-50%, -50%);
}

.photo-gallery-con .masonry-item a::after {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(47 79 255 / 55%);
    /* border-radius: 10px; */
    display: none;
}

.photo-gallery-con .masonry-item:hover a::before,
.photo-gallery-con .masonry-item:hover a::after {
    display: block;
}

/*Image size and transition*/
.panel .panel-body a img {
    display: block;
    margin: 0;
    width: 100%;
    height: 150px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

/*Transform scale effect when you hover over*/
.panel .panel-body a.zoom:hover img {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
}

/*Zoom Button*/
#lightbox .modal-content {
    display: inline-block;
    text-align: center;
    background: none;
    border: none;
}

.modal-header {
    border: none;
}

.modal-body {
    padding: 0;
}

button.close:focus {
    outline: none;
    border: none;
}

button.close {
    border: 0;
    position: fixed;
    right: -20px;
    top: -20px;
    color: #fff;
    background: var(--primary--color);
    opacity: 1;
    padding: 11px 16px 14px !important;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    z-index: 2;
}

button.close span i {
    font-size: 20px;
}

button.close:hover {
    background: var(--text-color);
    color: var(--secondary--color);
    opacity: 1;
}

.modal-dialog {
    max-width: fit-content;
    top: 20%;
    width: 55%;
}

.modal-content {
    height: 100vh;
    overflow: inherit;
}

/* testimonial section */
.testimonial-con {
    overflow: hidden;
}

.testimonial-con .testimonial-box ul {
    margin-bottom: 20px;
}

.testimonial-con .testimonial-box ul li {
    display: inline-block;
}

.testimonial-con .testimonial-box ul li i {
    color: var(--star-color);
    font-size: 18px;
    margin-right: 2px;

}

.testimonial-con .testimonial-box p.review {
    font-size: 24px;
    line-height: 34px;
    min-height: 102px;
    margin-bottom: 30px;
}

.testimonial-con .testimonial-box {
    padding: 45px 40px 45px;
    border-radius: 10px;
    border: 1px solid var(--text-color);
}

.testimonial-con h2 {
    margin-bottom: 70px;
}

.testimonial-con .testimonial-box .user-img {
    float: left;
    margin-right: 17px;
    margin-top: -2px;
}

.testimonial-con .testimonial-box .user-img img {
    width: auto;
}

.testimonial-con .testimonial-box .info {
    display: flex;
    align-items: center;
}

.designation-outer h6 {
    font-size: 24px;
    color: var(--black--color);
    font-weight: bold;
}

.owl-prev,
.owl-next {
    pointer-events: auto;
}

.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-carousel .owl-nav button.owl-prev {
    height: 46px;
    width: 46px;
    background-color: #8b97ad !important;
    border-radius: 100%;
    position: absolute;
    left: -80px;
    top: 40%;
    margin: 0 auto;
    color: var(--secondary--color) !important;
    font-size: 20px !important;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: var(--primary--color) !important;
}

.owl-carousel .owl-nav button.owl-prev:focus {
    box-shadow: none;
    outline: none;
}

.owl-carousel .owl-nav button.owl-next:focus {
    box-shadow: none;
    outline: none;
}

.owl-carousel .owl-nav button.owl-next {
    height: 46px;
    width: 46px;
    background-color: #8b97ad !important;
    border-radius: 100%;
    position: absolute;
    right: -80px;
    top: 40%;
    margin: 0 auto;
    color: var(--secondary--color) !important;
    font-size: 20px !important;
}

.owl-carousel .owl-nav button.owl-next:hover {
    background-color: var(--primary--color) !important;
}

/* .triangle-shape {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid var(--text-color);
    border-top-left-radius: 10px;
    transform: rotate(45deg);
    top: -8px;
    right: -33px;
    overflow: hidden;
} */
.testimonial-box::before {
    background: url(../images/triangle-con.png);
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    right: -2px;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial-box:hover::before {
    background: url(../images/triangle-blue-con.png);
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    right: -2px;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial-box:hover {
    border: 1px solid var(--primary--color);
}

/* blogs section */
.blogs-outer-con {
    padding-top: 167px;
    background: linear-gradient(to right, #fffbf2 0%, #edfafe 100%);
}

.blogs-outer-con h3 {
    margin-bottom: 12px;
}

.blogs-outer-con h2 {
    margin-bottom: 70px;
}

.blogs-outer-con .blog-card {
    text-align: left;
}

.blogs-outer-con .blog-card figure {
    margin-bottom: 22px;
}

.blogs-outer-con .blog-card span {
    color: #2e4efb;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
}

.blogs-outer-con .blog-card h4 {
    font-weight: bold;
    padding-right: 40px;
    line-height: 28px;
    margin-bottom: 17px;
}

.blogs-outer-con .blog-card p {
    padding-right: 80px;
}

.blogs-outer-con .blog-card a:hover {
    color: var(--primary--color);
}

.blogs-outer-con .blog-card a {
    color: var(--black--color);
}

.blogs-outer-con .blog-card a:hover {
    text-decoration: none;
}

/* join our comunity section */
.join-our-comunity-con {
    padding: 37px 0 35px;
    background-color: var(--dark-blue);
    position: relative;
}

.join-our-comunity-con .comunity-con1 h3 {
    font-size: 30px;
    font-weight: bold;
    color: var(--secondary--color);
    margin-bottom: 16px;
}

.join-our-comunity-con .comunity-con1 p {
    color: var(--secondary--color);
    font-size: 18px;
}

.join-our-comunity-con::before {
    background: url(../images/join-glow.png);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.join-our-comunity-con .comunity-outer {
    display: flex;
    align-items: center;
    position: relative;
}

.join-our-comunity-con .comunity-con1 {
    width: 60%;
}

.join-our-comunity-con .comunity-con2 {
    width: 40%;
    text-align: right;
}

/* instagram section */
.instagram-section {
    padding-top: 91px;
    /* background: linear-gradient(to right, #fffbf2 0%, #edfafe 100%); */
}

.instagram-section h3 {
    color: var(--black--color);
    font-weight: bold;
    margin-bottom: 55px;
    letter-spacing: 0.5px;
}

.instagram-section h3 i {
    color: var(--dark-blue);
    margin-right: 8px;
}

.instagram-section .insta-posts figure {
    display: inline-block;
    margin-right: 9px;
}

.instagram-section .insta-posts {
    margin-bottom: 12px;
}

/* faq section */
.faq-section .faq-generic p {
    font-size: 20px;
    margin-bottom: 52px;
}

.faq-section .faq-generic h2 {
    margin-bottom: 17px;
}

.faq-section .accordion-card .card-header {
    background-color: transparent;
    position: relative;
    border: none;
    padding: 0;

}

.faq-section .accordion-card .card-header a:focus {
    text-decoration: none;
}

.faq-section .accordion-card .card-header a:hover {
    text-decoration: none;
}

.faq-section .accordian-section-inner {
    text-align: left;
}

.faq-section .accordion-card {
    border-radius: 10px;
    border: 1px solid var(--black--color);
    margin-bottom: 30px;
}

.faq-section .accordion-card h4 {
    text-decoration: none;
    margin-bottom: 0;
    font-weight: bold;

}

.faq-section .accordion-card a {
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 27px 26px;
}

.faq-section .accordian-section-inner .card-header a i {
    float: right;
    display: inline-block;
    color: var(--black--color);
}

.faq-section .accordion-card .card-body p {
    font-size: 18px;
}

.faq-section .accordion-card .card-body {
    padding: 0px 26px 21px;
}

.faq-section .accordion-card.show {
    border-color: var(--primary--color);
}

.faq-section .accordion-card:hover {
    border-color: var(--primary--color);
}

.faq-section .accordion-card:hover h4 {
    color: var(--primary--color);
}

.faq-section .accordian-section-inner .accordion-card:hover .card-header a i {
    color: var(--primary--color);
}

.faq-section .accordion-card.show h4 {
    color: var(--primary--color);
}

.faq-section .accordian-section-inner .accordion-card.show .card-header a i {
    color: var(--primary--color);
}

/* footer section */
.footer-section {
    padding: 91px 0 119px;
}

.footer-section .footer-box img {
    margin-bottom: 21px;
    padding-right: 30px;
}

.footer-section .footer-box .footer-social-icon ul li {
    display: inline-block;
    box-shadow: inset 0 0 0px 1px #eeeeee;
    border-radius: 10px;
    height: 46px;
    width: 46px;
    line-height: 46px;
    margin: 0 4px;
}

.footer-section .footer-box .footer-social-icon ul li a {
    padding: 10px 13px;
}

.footer-section .footer-box .footer-social-icon ul li:first-child {
    margin-left: 0;
}

.footer-section .footer-box .footer-social-icon ul li:last-child {
    margin-right: 0;
}

.footer-section .footer-box p {
    line-height: 30px;
    margin-bottom: 21px;
    /* padding: 0; */
}

.footer-section .footer-box .footer-social-icon ul li a i {
    color: var(--text-color);
    font-size: 18px;
}

.footer-section .footer-box .footer-social-icon ul li:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    border: none;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
}

.footer-section .footer-box .footer-social-icon ul li:hover i {
    color: var(--secondary--color);
}

.footer-section .footer-social-icon {
    margin-bottom: 40px;
}

.footer-section .footer-contact-info ul li {
    display: inline-block;
    font-size: 16px;
    margin: 0 21px;
}

.footer-section .footer-contact-info ul li:first-child {
    margin-left: 0;
}

.footer-section .footer-contact-info ul li:last-child {
    margin-right: 0;
}

.footer-section .footer-contact-info ul li a {
    color: var(--text-color);
}

.footer-section .footer-contact-info ul li a:hover {
    color: var(--primary--color);
    text-decoration: none;
}

.footer-section .footer-contact-info ul li i {
    color: var(--primary--color);
    margin-right: 8px
}

.footer-section .footer-contact-info {
    background-color: var(--light-grey);
    padding: 26px 20px 24px;
    width: 1110px;
    margin-bottom: 22px;
    display: flex;
    justify-content: center;
}

.footer-section .copyright-con p {
    color: var(--text-color);
    font-size: 14px;
}

/* BACK TO TOP BUTTON */
#button {
    display: inline-block;
    background-color: var(--primary--color);
    width: 82px;
    height: 82px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 107px;
    right: 113px;
    transition: background-color .5s, opacity .8s, visibility .8s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    cursor: pointer;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgba(47, 79, 254, .99)
    }

    to {
        box-shadow: 0 0 0 45px rgba(126, 103, 154, .01)
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgba(47, 79, 254, .99)
    }

    to {
        box-shadow: 0 0 0 45px rgba(126, 103, 154, .01)
    }
}

#button::after {
    font-size: 26px;
    font-weight: 600;
    content: "\f062";
    line-height: 50px;
    color: var(--secondary--color);
    font-family: "Font Awesome 5 free";
}

#button:hover {
    cursor: pointer;
}

/* BACK TO TOP BUTTON */
/* LOADER SECTION */
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
}

.loader {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    text-indent: -9999em;
    display: inline-block;
    margin: -25px 0 0 -25px;
    color: var(--primary--color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader div {
    top: 0;
    left: 0;
    opacity: .5;
    float: none;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--primary--color);
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* LOADER SECTION */