@font-face {
    font-family: "Inter";
    src: url("../fonts/AnyConv.com__Inter-Black.woff2") format("woff2"), url("../fonts/AnyConv.com__Inter-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/AnyConv.com__Inter-Bold.woff2") format("woff2"), url("../fonts/AnyConv.com__Inter-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/AnyConv.com__Inter-ExtraBold.woff2") format("woff2"), url("../fonts/AnyConv.com__Inter-ExtraBold.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/AnyConv.com__Inter-ExtraLight.woff2") format("woff2"), url("../fonts/AnyConv.com__Inter-ExtraLight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/AnyConv.com__Inter-Medium.woff2") format("woff2"), url("../fonts/AnyConv.com__Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/AnyConv.com__Inter-Regular.woff2") format("woff2"), url("../fonts/AnyConv.com__Inter-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/AnyConv.com__Inter-SemiBold.woff2") format("woff2"), url("../fonts/AnyConv.com__Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

:root {
    --orange: #ff8359;
    --black: #000000;
    --black2: #05000b;
    --white: #fff;
    --orangeRadiant: linear-gradient(266.97deg, #ff5957 4.45%, #fe8058 89.75%);
}

html {
    box-sizing: border-box;
}

html,
body div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

a:hover {
    color: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

h1 {
    font-family: "Poppins-SemiBold";
}

body {
    font-family: "Inter";
    vertical-align: middle;
    font-size: 16px;
    color: var(--black2);
    overflow-x: hidden;
    font-weight: 500;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

button {
    box-shadow: none;
    outline: none;
}

button:hover,
button:focus {
    box-shadow: none;
    outline: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* 
header css */

.overlay {
    height: 100%;
    background: rgba(4, 108, 109, 0.55);
    position: absolute;
    width: 100%;
}

.form-insider::before {
    content: url(../images/form-clip.svg);
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.form-insider {
    position: absolute;
    min-width: 320px;
    top: 30%;
    z-index: 99;
    right: 50%;
    transform: translate(calc(100% + 300px), -20%);
    background-color: #fff;
    border: 10px solid #f28a34;
    padding: 15px;
    padding-top: 30px;
    margin-top: 68px;
    font-size: 14px;
}

.form-block::after {
    content: url(../images/DotGrid.svg);
    position: absolute;
    top: 20%;
    transform: translate(50%, 0%);
    z-index: 3;
    top: 30%;
    right: 50%;
    transform: translate(calc(100% + 550px), -60%);
}

.border-inpt {
    border-radius: 20px;
    border: 1px solid #004445;
}

.border-inpt .country-code select,
.border-inpt .country-code input {
    border: 0;
}

.border-inpt .country-code select:focus,
.border-inpt .country-code input:focus {
    border: 0;
    box-shadow: none;
    outline: none;
}

.form-select,
.form-control {
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid #004445;
}

.form-select:focus,
.form-control:focus {
    box-shadow: none;
    border-color: #004445;
}

.header-content {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}

.header-inner {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    padding: 0;
}


/* header css */

.close-icon {
    display: none;
}

.modal-new .modal-header .btn-close {
    box-shadow: none;
}

.apply-now-mob-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    border: none;
    font-weight: 500 !important;
    background: var(--orangeRadiant);
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    text-transform: capitalize;
    color: var(--white);
    padding: 16px 10px;
    display: none;
    z-index: 1030;
    cursor: pointer;
}

.apply-now-mob-btn:hover,
.apply-now-mob-btn:focus,
.apply-now-mob-btn:active {
    box-shadow: none;
    color: var(--white);
}

.navbar.bg-white {
    background-color: var(--white);
    /* box-shadow: 0px 0px 10px #ff83593d; */
}

.nav-item {
    margin: 0 0 0 22px;
}

.nav-link {
    color: var(--orange);
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    opacity: 0.7;s
    cursor: pointer;
    padding: 0 !important;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active {
    color: var(--orange);
    opacity: 1;
}

.btn-mob {
    display: none;
}

.orange-btn {
    background: var(--orangeRadiant);
    padding: 10px 15px;
    border-radius: 4px;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}

.orange-btn:hover,
.orange-btn:focus,
.orange-btn:active {
    color: var(--white);
    background: linear-gradient(266.97deg, #eb514f 4.45%, #fe8058 89.75%);
    box-shadow: none;
}

.black-btn {
    background: var(--black2);
    padding: 10px 15px;
    border-radius: 4px;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}

.black-btn:hover,
.black-btn:focus,
.black-btn:active {
    color: var(--orange);
    box-shadow: none;
}


/* banner header bg */

.banner-section {
    background-color: rgba(255, 131, 89, 0.1);
    height: 100vh;
}


/* 
banner section */

.banner-body {
    padding-top: 140px;
    height: 100%;
    /*background-image: url(../images/placeholder.png); */
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 800px;
}

.banner-body .banner-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-body .banner-content h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    background: var(--orangeRadiant);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*  max-width: 493px;*/
    max-width: 100%;
    width: 100%;
}

.banner-body .banner-content hr {
    background-color: var(--orange);
    opacity: 1;
    max-width: 493px;
    width: 100%;
}

.banner-body .banner-content p {
    font-size: 16px;
    color: var(--black2);
    font-weight: 500;
    line-height: 160%;
    opacity: 0.7;
    margin: 1rem 0;
}

.get-started-btn {
    border-radius: 4px;
    padding: 10px 15px;
    background: var(--orangeRadiant);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
}

.get-started-btn:hover,
.get-started-btn:focus,
.get-started-btn:active {
    color: var(--white);
    box-shadow: none;
    background: linear-gradient(266.97deg, #f8413e 4.45%, #fe8058 89.75%);
}


/* Function section css */

.function-section {
    padding: 78px 0;
}

.function-box-circle {
    width: 80px;
    height: 80px;
    background: var(--orangeRadiant);
    border-radius: 50%;
    text-align: center;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.function-box {
    text-align: center;
}

.function-box p {
    max-width: 246px;
    width: 100%;
    margin: 0 auto 50px;
}


/* events section css 
.events-section {
  padding: 78px 0;
  background: rgba(255, 131, 89, 0.1);
}*/


/* events section css */

.organization-section {
    padding: 78px 0;
}


/* companies section css */

.companies-section {
    padding: 0 0 0 0;
}

.companies-section h1 {
    font-size: 48px;
    text-align: center;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 50px;
}

.companies-box {
    background: var(--white);
    box-shadow: 1px 4px 12px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    margin: 0 0 40px;
}


/* video section css */


/* .video-section {
  padding: 78px 0;
  background-image: url(../images/wave.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.video-frame {
  background-image: url(../images/frame.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 586px;
  background-position: center;
  position: relative;
}
#video-container {
  width: 760px;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;

  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
}
#video-container video {
  width: 100%;
  height: 500px;
  bottom: 0;
} */

.video-section {
    padding: 0 0 78px 0;
    background-image: url(../images/wave.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.video-frame {
    width: 100%;
    height: 100%;
    max-width: 1034px;
    margin: 0 auto;
}

#video-container {
    position: relative;
    padding-top: 0;
    padding-bottom: 67.5%;
    height: 0;
}

#video-container video {
    box-sizing: border-box;
    background: url(../images/frame.png) center center no-repeat;
    background-size: 1034px 504px;
    padding: 10.9% 15.5% 14.8%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.even-btn {
    border-radius: 78px;
    padding: 15px 90px;
    background: var(--orangeRadiant);
    filter: drop-shadow(10px 10px 53px #fe8058);
    color: var(--white);
    font-size: 30px;
    font-weight: 700;
    line-height: 160%;
    text-transform: capitalize;
    display: inline-block;
}

.even-btn:hover,
.even-btn:focus,
.event-btn:active {
    color: var(--white);
    filter: drop-shadow(12px 12px 53px #fe7f58a1);
    box-shadow: none;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
    width: 100px;
    height: 100px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}


/* action section css */

.light-box {
    background-color: #ffede7;
    padding: 50px;
    position: relative;
    height: 350px;
}

.light-box-content {
    position: absolute;
    transform: translate(calc(100% - 230px), 20%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 400px;
    width: 100%;
}

.light-box h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.light-box h2 span {
    color: var(--orange);
    font-weight: 700;
}

.dark-box {
    background: var(--orange);
    padding: 50px;
    position: relative;
    height: 350px;
}

.dark-box-content {
    position: absolute;
    transform: translate(calc(100% - 550px), 20%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 600px;
    width: 100%;
}

.dark-box h2 {
    color: var(--white);
    font-size: 42px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.dark-box h2 span {
    font-weight: 700;
}

.get-started-btn-light {
    border-radius: 4px;
    padding: 10px 15px;
    background: var(--orangeRadiant);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
}

.get-started-btn-light:hover,
.get-started-btn-light:focus,
.get-started-btn-light:active {
    color: var(--white);
    box-shadow: none;
    background: linear-gradient(266.97deg, #f8413e 4.45%, #fe8058 89.75%);
}

.contact-btn-dark {
    border-radius: 4px;
    padding: 10px 15px;
    background: var(--black2);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
}

.contact-btn-dark:hover,
.contact-btn-dark:focus,
.contact-btn-dark:active {
    color: var(--orange);
    box-shadow: none;
}


/* blogs section css */

.blogs-section {
    padding: 78px 0;
}

.blogs-section .owl-carousel .owl-item {
    display: unset;
}

.blogs-section .owl-carousel .owl-item img {
    max-height: 230px;
    height: 100%;
    object-fit: cover;
}

.blog-content img.w-100 {
    max-height: 230px;
    height: 100%;
    min-height: 200px;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}

.blogs-section h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
}

.blog-card {
    border-radius: 8px;
    margin-bottom: 30px;
    background: #fff4f0;
    display: block;
    color: var(--black);
}

.blog-text {
    padding: 20px 15px;
}

.blog-card .blog-text h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 4px;
    width: calc(100% - 40px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog-card .blog-text .date-p {
    font-size: 14px;
    display: flex;
    font-weight: 400;
    line-height: 160%;
    align-items: center;
    margin-bottom: 4px;
}

.blog-card .blog-text .date-p span {
    padding-left: 5px;
}

.blog-card .blog-text .decs-p {
    font-weight: 500;
    line-height: 160%;
    opacity: 0.7;
    margin-bottom: 4px;
}

.blog-card .blog-text .learn-more {
    color: var(--orange);
    font-size: 14px;
    font-weight: 600;
    line-height: 160%;
    text-decoration-line: underline;
}


/* faq section */

.faq-section {
    padding: 78px 0;
}

#faqSection .accordion-item {
    margin-bottom: 11px;
    border-radius: 8px;
}

#faqSection .accordion-button:focus {
    box-shadow: unset;
}

#faqSection {
    margin: 1rem 0;
}

.faq-section h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    /* 38.4px */
    text-transform: capitalize;
}

#faqSection .accordion-button.collapsed {
    border: 1px solid var(--black2);
    border-radius: 8px;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

#faqSection .accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--orange);
    box-shadow: unset;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    padding-bottom: 8px;
    border-radius: 8px 8px 0 0;
}

#faqSection .accordion-body {
    padding: 0 1.25rem 1rem 1.25rem;
    color: var(--white);
    font-size: 14px;
    border-radius: 0 0 8px 8px;
    font-weight: 500;
    line-height: 160%;
    background-color: var(--orange);
}

#faqSection .accordion-button:not(.collapsed)::after {
    background-image: url(../images/up.png);
    transform: unset;
}


/* Inqury form */

.modal-new .modal-dialog {
    max-width: 375px;
    margin: 1.75rem auto;
    border-radius: 32px;
}

.modal-new .modal-dialog .modal-content {
    border-radius: 32px;
}

.modal-new .modal-dialog .modal-header {
    padding: 0.1rem 1rem 0;
    border-bottom: 0;
}

.modal-new .modal-dialog .modal-body {
    padding: 0 1.3rem 1rem;
}

.modal-new .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: 0.8rem 0rem -0.5rem auto;
    width: 12px;
    height: 11.5px;
}

.modal-new .content h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
    background: var(--orangeRadiant);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal-new .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
    margin-top: 4px;
    margin-bottom: 20px;
}

.modal-new .form-control {
    border-radius: 8px;
    border: 1px solid #fe8058;
    height: 48px;
}

.modal-new textarea.form-control {
    border-radius: 8px;
    border: 1px solid #fe8058;
    height: 86px;
}

.modal-new .feedback-box [type="radio"]:checked,
.modal-new .feedback-box [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.modal-new .feedback-box [type="radio"]:checked+label,
.modal-new .feedback-box [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 14px;
}

.modal-new .feedback-box [type="radio"]:checked+label:before {
    border: 1px solid var(--orange) !important;
}

.modal-new .feedback-box [type="radio"]:checked+label:before,
.modal-new .feedback-box [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #CECECE;
    border-radius: 100%;
    background: #fff;
}

.modal-new .feedback-box [type="radio"]:checked+label:after,
.modal-new .feedback-box [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: var(--orange);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.modal-new .feedback-box [type="radio"]:not(:checked)+label:after {
    background: #CECECE;
}

.modal-new .feedback-box [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.star-rating {
    direction: rtl;
    display: inline-block;
    margin-bottom: 18px;
    cursor: default;
}

.star-rating input[type=radio] {
    display: none;
}

.star-rating label {
    color: #bbb;
    font-size: 22px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type=radio]:checked~label {
    color: #f2b600;
}

.submit-btn {
    border-radius: 8px;
    background: var(--orangeRadiant, linear-gradient(267deg, #ff5957 4.45%, #fe8058 89.75%));
    color: var(--white);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    width: 100%;
    display: block;
    padding: 12px 20px;
    border: 0;
}


/* common css */

.sub-heading {
    text-align: center;
    font-size: 20px;
    opacity: 0.8;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.heading-h2 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
    background: var(--orangeRadiant, linear-gradient(267deg, #ff5957 4.45%, #fe8058 89.75%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.t_c-h3.heading-h2 span {
    font-weight: 400;
}

.sub-heading-desc {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.7;
    max-width: 762px;
    width: 100%;
    margin: auto;
}

.card-div {
    text-align: center;
}

.card-box {
    width: 125px;
    height: 125px;
    border-radius: 8px;
    /* border: 1px solid var(--black2); */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.card-box:hover,
.card-box:active,
.card-box:focus {
    box-shadow: 0px 0px 10px #ff83593d;
    background-color: #ff83591a;
}

.owl-carousel .owl-item img {
    display: block;
    /* width: auto; */
}

.owl-carousel {
    padding-top: 20px;
}

.owl-carousel .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-prev {
    position: absolute;
    left: -4%;
    bottom: 50%;
}

.owl-next {
    position: absolute;
    right: -4%;
    bottom: 50%;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: unset;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"] img {
    width: 40px;
    height: 40px;
}

.card-div p {
    color: var(--black2);
    font-weight: 400;
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: unset;
}


/* about page css */

.about-section h3 {
    background: var(--orangeRadiant, linear-gradient(267deg, #ff5957 4.45%, #fe8058 89.75%));
    background-clip: text;
    font-size: 38px;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-section img {
    border-radius: 32px;
}

.about-section p {
    opacity: 0.7;
    color: var(--black2);
    font-size: 16px;
    font-weight: 400;
}

.about-highlight {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 160%;
}

.about-highlight span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: var(--orangeRadiant, linear-gradient(267deg, #ff5957 4.45%, #fe8058 89.75%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-section h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.8;
    display: none;
}


/* ----------------------------- */


/* terms & condition */

.t_c-h3 {
    font-size: 48px !important;
    margin-top: 93px;
}

.text_p {
    margin-top: 42px;
}

.text_p p {
    font-weight: 400;
}

.text_h5 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    background: var(--orangeRadiant);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 9px;
}

.main_text_p {
    margin-bottom: 45px;
}


/* footer start */

footer {
    background-color: var(--black2);
    padding: 70px 0px;
}


/* .footer_main {
    display: flex;
} */

.footer_p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    margin-bottom: 6px;
}

.footer--p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--white);
    padding-bottom: 4px;
    display: block;
}

.margin_76 {
    margin-top: 76px;
}

a.footer_p:hover {
    background: var(--orangeRadiant);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer_ul_li {
    display: flex;
    justify-content: space-around;
}

.footer_h5 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    background: var(--orangeRadiant);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25.34px;
}

.copyright {
    text-align: start;
    padding: 0 !important;
}

.footer_icon {
    margin-top: 25.34px;
}

.footer_icon img {
    margin-top: 8px;
    border-radius: 21px;
    border: 2px solid #fe5f5700;
    height: 36px;
    width: 36px;
}

.footer_icon img:hover {
    border-radius: 21px;
    border: 2px solid #ffffff;
}

.copyright_p {
    text-align: left;
    display: contents;
}

.copyright_p p {
    margin-top: 11px;
}

.footer_main h4 {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    /
}

.navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
}


/* ------------------------ */


/* blog details page css */

.blog-wrapper .blog-main h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 120%;
    background: var(--orangeRadiant, linear-gradient(267deg, #FF5957 4.45%, #FE8058 89.75%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 20px;
}

.blog-wrapper .blog-main .date-p {
    display: flex;
    align-items: center;
}

.blog-wrapper .blog-main .date-p span {
    font-size: 17px;
    margin-left: 4px;
}

.blog-wrapper .blog-main h4 {
    color: var(--orange);
    font-size: 22px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 20px;
}

.blog-wrapper .blog-main ul li {
    font-size: 17px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 4px;
    margin-left: 18px;
}

.blog-wrapper .blog-main ul {
    list-style-type: disc;
    margin-bottom: 20px;
}

.blog-wrapper .blog-main h5 {
    color: var(--orange);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}

.blog-wrapper .blog-main p {
    font-size: 17px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 20px;
}

.other-blog-sidebar {
    height: 100%;
    min-height: 200px;
    overflow: auto;
    position: sticky;
    top: 20%;
}

.blog-main {
    height: 100%;
    min-height: 1000px;
    display: flex;
    flex-direction: column;
}

.blog-main,
.other-blog-sidebar {
    color: #222;
    padding: 0 15px;
}

.blog-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 116px;
    padding: 78px 0;
}

.bg-orange {
    background-color: rgba(255, 131, 89, 0.1);
}

.upcomig-list {
    margin-top: 30px;
}

.upcomig-list .upcomig-block h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 160%;
    color: var(--black);
}

.blog-wrapper form label,
.contact-section form label {
    color: var(--orange);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

.blog-wrapper form textarea,
.contact-section form textarea {
    border-radius: 8px;
    border: 1px solid var(--orange);
    background: var(--white);
    min-height: 94px;
    padding: 15px;
}

.blog-wrapper form input,
.contact-section form input {
    border-radius: 8px;
    border: 1px solid var(--orange);
    background: var(--white);
    height: 42px;
    padding: 15px;
}

.blog-wrapper form textarea::placeholder,
.blog-wrapper form input::placeholder,
.contact-section form textarea::placeholder,
.contact-section form input::placeholder {
    color: var(--black);
    font-size: 17px;
    font-weight: 400;
    line-height: 160%;
}

.other-blog-sidebar h4 {
    color: var(--black2);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.other-blog-div p {
    display: flex;
    align-items: center;
    color: var(--black);
}

.other-blog-div p span {
    font-size: 17px;
    margin-left: 4px;
}

.other-blog-div h5 {
    color: var(--orange);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}

.other-blog-sidebar hr {
    background-color: #CECECE;
    margin: 0;
}

.other-blog-list {
    margin-bottom: 10px;
    margin-top: 10px;
}


/* contact us page css */

.contact-section {
    padding: 78px 0;
}

.contact-section h3 {
    color: var(--orange);
    font-size: 22px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 12px;
}

.box-slider-events {
    background-color: var(--white);
    padding: 25px;
    text-align: center;
    margin: 15px 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 15px;
    overflow: hidden;
    min-height: 300px;
}

.box-slider-events h5 {
    color: var(--black2);
    margin-top: 15px;
    margin-bottom: 15px;
}

.box-slider-events p {
    color: var(--black2);
}

.function-section .function-box h5 {
    margin: 10px 0;
}

.function-section .function-box p {
    max-width: unset;
}


/* For event-description */

#event-owl-carousel-description {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#event-owl-carousel-description .box-slider-events {
    flex: 1 1 calc(33.333% - 20px);
    /* Adjust the width and spacing as needed */
    min-height: 316px;
    margin: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

#event-owl-carousel-description .box-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.read-more,
.read-less {
    background-color: #ffffff00;
    color: #ff8359;
    border: none;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}