.about-banner h1 span,
.majles-btn.btn-light,
.majles-header .navbar-nav .nav-link.active,
.section-title.blue {
    color: var(--main-blue-color);
}
.list-with-check li,
.newsletter-form,
.outer-btn,
.overlay,
.select2-style-1 {
    position: relative;
}
.customer-support,
.experience-convene,
.features,
.introducing,
.introducing .overlay,
.meeting-process,
.real-time-broadcast .gray-bg {
    overflow: hidden;
}
.about-video-section .bg,
.half-text-img .bg,
.our-resources .item figure img,
aside.sidebar .popular .item figure img {
    object-fit: cover;
    object-position: center;
}
:root {
    --main-white-color: #fff;
    --main-blue-color: #4188f7;
    --main-black-color: #2d2d2d;
    --main-light-gray-color: #fafafa;
    --main-gray-color: #919191;
    --main-dark-gray-color: #58595b;
    --main-light-blue-color: #f5f9ff;
}
body {
    font-family: Poppins, sans-serif;
    color: var(--main-black-color);
}
.btn,
.btn:active:focus,
.btn:focus,
.form-control,
.form-control:focus,
.form-select:focus {
    outline: 0;
    box-shadow: none;
}
.outer-btn {
    padding: 10px;
    width: fit-content;
    z-index: 1;
}
.outer-btn:after,
.outer-btn:before {
    position: absolute;
    content: "";
    border-radius: 15px;
    z-index: -1;
}
.outer-btn:after {
    inset: 0;
}
.outer-btn:before {
    inset: 5px;
}
.outer-btn.blue:after {
    background: rgba(64, 134, 247, 0.05);
}
.outer-btn.blue::before {
    background: rgba(64, 134, 247, 0.2);
}
.outer-btn.white:after {
    background: rgba(255, 255, 255, 0.03);
}
.outer-btn.white::before {
    background: rgba(255, 255, 255, 0.15);
}
.majles-btn {
    font-size: 16px;
    padding-inline: 1.5rem;
    border-radius: 13px;
    padding-block: 0.7rem;
    min-width: 150px;
    font-weight: 500;
}
.majles-btn.btn-primary {
    background: var(--main-blue-color);
    border: 0;
}
.back-to-top,
.loader-wrapper,
.majles-btn.btn-light,
.majles-pills-tab.nav-pills .nav-link {
    background: var(--main-white-color);
}
.space-10 {
    height: 10px;
}
.space-15 {
    height: 15px;
}
.space-20 {
    height: 20px;
}
.space-30 {
    height: 30px;
}
.space-50 {
    height: 50px;
}
.mt-18 {
    margin-top: 18px;
}
.section-title {
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
}
.overlay::after {
    position: absolute;
    inset: 0;
    content: "";
    background: #093375;
    opacity: 0.36;
}
.section-big-padding {
    padding-block: 200px;
}
.majles-pills-tab.nav-pills .nav-item {
    margin: 0 15px;
}
.majles-pills-tab.nav-pills .nav-link {
    color: var(--main-black-color);
    border: 1px solid #e9e9e9;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 500;
}
.majles-pills-tab.nav-pills .nav-link.active {
    color: var(--main-blue-color);
    border: 1px solid var(--main-blue-color);
    position: relative;
}
.majles-pills-tab.nav-pills .nav-link.active:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7.5px 0;
    border-color: var(--main-blue-color) transparent transparent transparent;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
}
.list-with-check {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.list-with-check li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-inline-start: 40px;
    padding-block: 11px;
}
.list-with-check li:after {
    width: 30px;
    height: 30px;
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    background: url("../img/check-icon.svg") no-repeat;
}
.form-control {
    padding: 0.675rem 0.75rem;
}
.form-floating .form-control {
    border-radius: 0;
    border-width: 0 0 1px;
    font-size: 0.813rem;
    font-weight: 700;
    padding-inline: 0;
}
.form-floating .form-label {
    color: var(--main-gray-color);
    font-size: 0.813rem;
}
.form-floating textarea {
    height: 113px !important;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
}
.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 50px;
    width: 46px;
    height: 46px;
    border: 1px solid var(--main-blue-color);
    border-radius: 14px;
    font-size: 23px;
    text-align: center;
    line-height: 46px;
    transition: 0.3s;
    z-index: 10;
    transform: translateX(150px);
}
.back-to-top.show,
html[dir="rtl"] .back-to-top.show {
    transform: translateX(0);
}
.swiper-pagination.custom-pagination-style {
    bottom: 0;
}
.swiper-pagination.custom-pagination-style .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #dadada;
    opacity: 0.5;
}
.swiper-pagination.custom-pagination-style .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-white-color);
    opacity: 1;
}
.swiper-pagination.custom-pagination-style.blue .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-blue-color);
    opacity: 1;
}
.custom-breadcrumb .breadcrumb,
.social-icons li:last-child {
    margin: 0;
}
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: var(--main-white-color);
    line-height: 25px;
}
.contact-wrapper .form-info-wrapper .info-wrapper .contact-info .item .title,
.custom-breadcrumb .breadcrumb .breadcrumb-item,
.half-text-video .half-text,
.items-with-icon .item-with-icon:hover .icon,
footer.blue .contact-info .item .title,
footer.blue .footer-widgets .widget .title,
footer.blue .newsletter h5 {
    color: var(--main-white-color);
}
.custom-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--main-white-color);
    text-decoration: none;
    font-weight: 700;
}
.custom-pagination .pagination {
    flex-wrap: wrap;
}
.custom-pagination .pagination .page-item {
    margin-inline: 10px;
}
.custom-pagination .pagination .page-item .page-link {
    border-radius: 12px;
    background: 0 0;
    border: 1px solid var(--main-dark-gray-color);
    outline: 0;
    box-shadow: none;
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    text-align: center;
    color: var(--main-dark-gray-color);
}
.custom-pagination .pagination .page-item:first-child .page-link,
.custom-pagination .pagination .page-item:last-child .page-link {
    background: var(--main-blue-color);
    color: var(--main-white-color);
    border-color: var(--main-blue-color);
}
.custom-pagination .pagination .page-item .page-link.active {
    border-color: var(--main-blue-color);
    color: var(--main-blue-color);
}
.majles-header .lang,
.majles-header .navbar-nav .nav-link,
.request-demo-page .custom-breadcrumb .breadcrumb .breadcrumb-item,
.request-demo-page .custom-breadcrumb .breadcrumb .breadcrumb-item a,
.request-demo-page .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before,
footer {
    color: var(--main-black-color);
}
.loader {
    --duration: 3s;
    width: 44px;
    height: 44px;
    position: relative;
    display: inline-block;
    margin: 0 16px;
}
.loader:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    display: block;
    background: var(--main-black-color);
    top: 37px;
    left: 19px;
    transform: translate(-18px, -18px);
    -webkit-animation: dotRect var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
    animation: dotRect var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.loader svg {
    display: block;
    width: 100%;
    height: 100%;
}
.loader svg rect {
    fill: none;
    stroke: var(--main-blue-color);
    stroke-width: 10px;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-dasharray: 192 64 192 64;
    stroke-dashoffset: 0;
    -webkit-animation: 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite pathRect;
    animation: 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite pathRect;
}
@-webkit-keyframes pathRect {
    25% {
        stroke-dashoffset: 64;
    }
    50% {
        stroke-dashoffset: 128;
    }
    75% {
        stroke-dashoffset: 192;
    }
    100% {
        stroke-dashoffset: 256;
    }
}
@keyframes pathRect {
    25% {
        stroke-dashoffset: 64;
    }
    50% {
        stroke-dashoffset: 128;
    }
    75% {
        stroke-dashoffset: 192;
    }
    100% {
        stroke-dashoffset: 256;
    }
}
@-webkit-keyframes dotRect {
    25% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(18px, -18px);
    }
    75% {
        transform: translate(0, -36px);
    }
    100% {
        transform: translate(-18px, -18px);
    }
}
@keyframes dotRect {
    25% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(18px, -18px);
    }
    75% {
        transform: translate(0, -36px);
    }
    100% {
        transform: translate(-18px, -18px);
    }
}
.loader-wrapper {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.customer-support,
.experience-convene,
.features,
.introducing,
.items-with-icon,
.meeting-process,
.page-banner {
    position: relative;
}
.majles-header {
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.125);
}
.majles-header .navbar.bg-light {
    padding-block: 10px;
    background-color: var(--main-white-color) !important;
}
.majles-header .navbar-nav .nav-item {
    padding-inline: 10px;
}
.majles-header .lang {
    margin-inline-end: 20px;
    font-size: 18px;
}
.majles-header .lang .icon {
    margin-inline-end: 7px;
}
.majles-header .demo-link .btn {
    border: 1px solid var(--main-blue-color);
}
.majles-header .demo-link::before {
    border: 1px solid rgba(64, 134, 247, 0.2);
}
.majles-header .demo-link::after {
    border: 1px solid rgba(64, 134, 247, 0.05);
}
.majles-header .navbar-toggler {
    outline: 0;
    box-shadow: none;
    border-color: var(--main-blue-color);
}
.majles-header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(65, 136, 247, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.home-hero {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding-block: 125px;
    color: var(--main-white-color);
}
.clients,
.features {
    background: var(--main-light-gray-color);
}
.home-hero h1 {
    font-size: 50px;
    line-height: 70px;
}
.introducing .overlay {
    border-radius: 15px;
}
.overlay .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.customer-support .shapes,
.experience-convene .shapes,
.introducing .shapes {
    position: absolute;
    z-index: -1;
}
.introducing .shape-1 {
    width: 50px;
    height: 50px;
    border: 2.5px solid var(--main-blue-color);
    background: var(--main-white-color);
    border-radius: 15px;
    top: 20%;
    right: 6%;
    animation: 15s linear infinite animation_1;
}
.introducing .shape-2 {
    position: absolute;
    height: 115px;
    width: 115px;
    border-radius: 30px;
    border: 2.5px solid var(--main-blue-color);
    background: var(--main-white-color);
    right: -60px;
    top: 50%;
    animation: 20s linear infinite animation_1;
}
.introducing .shape-3,
.item-with-icon .icon,
.item-with-icon:hover {
    background: var(--main-light-blue-color);
}
.introducing .shape-3 {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    top: 9%;
    left: 6%;
    animation: 15s linear infinite animation_2;
}
.customer-support .shape-3,
.introducing .shape-4 {
    position: absolute;
    height: 375px;
    width: 375px;
    border-radius: 90px;
    background: var(--main-light-blue-color);
    left: -60px;
    top: 30%;
    animation: 20s linear infinite animation_2;
}
@-webkit-keyframes animation_1 {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    25% {
        -webkit-transform: translate(0, -150px) rotate(90deg);
        transform: translate(0, -150px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(-150px, -150px) rotate(180deg);
        transform: translate(-150px, -150px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(-150px, 0) rotate(270deg);
        transform: translate(-150px, 0) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(360deg);
        transform: translate(0, 0) rotate(360deg);
    }
}
@-webkit-keyframes animation_2 {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    25% {
        -webkit-transform: translate(0, 150px) rotate(90deg);
        transform: translate(0, 150px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(150px, 0) rotate(270deg);
        transform: translate(150px, 0) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(360deg);
        transform: translate(0, 0) rotate(360deg);
    }
}
.clients,
.meeting-process {
    padding: 50px 0;
}
.item-with-icon {
    padding: 50px 10px;
    transition: 0.3s;
    text-align: center;
    border-radius: 15px;
}
.countup,
.features,
.real-time-broadcast {
    padding: 100px 0;
}
.item-with-icon h4 {
    font-size: 16px;
}
.item-with-icon p {
    font-size: 14px;
}
.item-with-icon .icon {
    width: 110px;
    padding: 25px;
    height: 110px;
    border-radius: 15px;
    margin: 0 auto 15px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-with-icon .icon svg path {
    fill: var(--main-blue-color);
    transition: 0.3s;
}
.item-with-icon:hover .icon {
    background: #4188f730;
}
.contact-wrapper .form-info-wrapper .info-wrapper .contact-info .icon svg path,
.download-links .download_btn_bg,
.download_app .download_btn_bg,
.item-with-icon:hover .icon svg path,
footer.blue .contact-info .icon svg path,
footer.blue .download_app .download_btn_border,
footer.blue .download_app .download_btn_icon,
footer.blue .download_app .download_btn_text {
    fill: var(--main-white-color);
}
.features .shapes,
.meeting-process .shapes {
    position: absolute;
}
.meeting-process .shape-1 {
    width: 50px;
    height: 50px;
    border: 2.5px solid var(--main-blue-color);
    background: var(--main-white-color);
    border-radius: 15px;
    top: 26%;
    right: 26%;
    animation: 50s linear infinite animation_3;
    transform-origin: 200px;
    z-index: -1;
}
.meeting-process .shape-2 {
    width: 110px;
    height: 110px;
    background: var(--main-light-blue-color);
    border-radius: 15px;
    top: 34%;
    right: -2%;
    animation: 30s linear infinite animation_1;
}
@-webkit-keyframes animation_3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.features .nav-pills .nav-link {
    width: fit-content;
    color: #919191;
    padding: 15px;
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 20px;
    text-align: start;
}
.features .nav-pills .nav-link.active {
    background: var(--main-white-color);
    border-color: var(--main-blue-color);
    color: var(--main-blue-color);
}
.features .shape-1 {
    height: 400px;
    width: 400px;
    border-radius: 100px;
    border: 2.5px solid var(--main-blue-color);
    right: -15%;
    bottom: -20%;
    animation: 20s linear infinite animation_1;
}
.gray-bg {
    background: var(--main-light-blue-color);
    padding: 100px;
    border-radius: 20px;
}
.customer-support {
    padding: 100px 0;
}
.customer-support .shape-1 {
    width: 50px;
    height: 50px;
    border: 2.5px solid var(--main-blue-color);
    background: var(--main-white-color);
    border-radius: 15px;
    top: 26%;
    right: 26%;
    animation: 50s linear infinite animation_3;
    transform-origin: 200px;
}
.customer-support .shape-2 {
    width: 50px;
    height: 50px;
    background: var(--main-light-blue-color);
    border-radius: 15px;
    top: 9%;
    right: 19%;
    animation: 15s linear infinite animation_2;
}
.experience-convene {
    padding-bottom: 75px;
}
.experience-convene .shape-1 {
    width: 50px;
    height: 50px;
    border: 2.5px solid var(--main-blue-color);
    background: var(--main-white-color);
    border-radius: 15px;
    top: 48%;
    left: 10%;
    animation: 30s linear infinite animation_1;
}
.experience-convene .shape {
    z-index: -1;
    position: absolute;
    bottom: -25px;
    width: 100%;
}
.experience-convene .white-bg {
    padding: 80px;
    background: var(--main-white-color);
    border-radius: 20px;
}
.experience-convene .form-label {
    font-size: 12px;
    color: var(--main-gray-color);
}
.page-banner {
    padding: 110px 0 150px;
    z-index: 1;
    color: var(--main-white-color);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.half-text-img,
aside.sidebar .tags ul {
    background: var(--main-light-gray-color);
}
.page-banner:before {
    position: absolute;
    inset: 0;
    background: var(--main-blue-color);
    content: "";
    opacity: 0.89;
    z-index: -1;
}
.page-banner h1 {
    font-size: 50px;
}
.banner_text_swiper {
    padding-bottom: 20px;
}
.items-with-icon {
    margin-top: -120px;
    z-index: 8;
}
.items-with-icon .white-bg {
    background: var(--main-white-color);
    border-radius: 30px;
    padding-block: 70px 100px;
}
.items-with-icon .item-with-icon .icon {
    font-size: 50px;
    color: var(--main-blue-color);
}
.items-with-icon .item-with-icon p {
    max-width: 240px;
    margin-inline: auto;
}
.half-text-video,
.meet-you .blue-bg,
aside.sidebar .tags ul li a:hover,
aside.sidebar .widget h4:after {
    background: var(--main-blue-color);
}
.half-text-img .bg {
    width: 100%;
    height: 600px;
    transition: 0.3s;
}
.half-text {
    max-width: 560px;
    padding: 0 50px;
}
.half-text-img .half-text h6 {
    color: var(--main-gray-color);
}
.half-text-img .half-text h3 {
    color: var(--main-gray-color);
    font-size: 50px;
}
.half-text-video {
    padding: 30px 0;
    margin-bottom: 90px;
}
.about-banner,
.faq-contact {
    background-repeat: no-repeat;
}
.half-text-video .half-video {
    border-radius: 10px;
    overflow: hidden;
    margin-block: -150px;
}
.our-resources {
    padding: 60px 0;
}
.our-resources .item {
    box-shadow: 0 0 0.7rem rgb(0 0 0 / 13%);
}
.our-resources .item a {
    display: block;
    text-decoration: none;
}
.our-resources .resources_swiper .swiper-wrapper {
    padding: 15px 0;
}
.our-resources .item figure {
    position: relative;
    margin: 0;
}
.our-resources .item figure img {
    width: 100%;
    height: 200px;
}
.our-resources .item figure .date {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #4188f7;
    color: var(--main-white-color);
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    font-weight: 500;
    padding: 13px 5px;
    width: 56px;
    border-radius: 5px;
}
.our-resources .item .item-info {
    padding: 15px 20px;
}
.our-resources .item .item-info ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.our-resources .item .item-info h5,
aside.sidebar .popular .item h5 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.our-resources .item .item-info ul li,
aside.sidebar .popular .item .meta li {
    color: var(--main-gray-color);
    font-size: 13px;
}
.our-resources .item .item-info h5 {
    font-size: 15px;
    margin-bottom: 0;
    color: var(--main-dark-gray-color);
}
.about-banner {
    padding: 150px 0 100px;
    background-position: center top;
}
.about-video-section .bg {
    height: 400px;
}
.about-banner h5 {
    font-weight: 500;
    font-size: 18px;
    color: var(--main-blue-color);
}
.about-banner h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 59px;
    color: var(--main-dark-gray-color);
}
.about-banner p {
    font-size: 18px;
}
.download-links {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}
.download-links li {
    flex: 0 0 48%;
    max-width: 48%;
}
.contact-info .logo .colord_logo,
.download-links li a,
footer.blue .contact-info .logo .white_logo {
    display: block;
}
.download-links li a svg {
    width: 100%;
    height: auto;
}
.contact-info .icon svg path,
.download-links .download_btn_border,
.download-links .download_btn_icon,
.download-links .download_btn_text,
.download_app .download_btn_border,
.download_app .download_btn_icon,
.download_app .download_btn_text,
footer.blue .download_app .download_btn_bg {
    fill: var(--main-blue-color);
}
.countup .item {
    width: fit-content;
    margin: 0 auto;
}
.countup .item .num {
    font-size: 92px;
    color: var(--main-blue-color);
    font-weight: 700;
}
.countup .item .plus {
    font-size: 44px;
    color: var(--main-dark-gray-color);
}
.countup .item .title {
    text-align: center;
    color: var(--main-dark-gray-color);
    font-size: 18px;
}
.meet-you {
    margin-top: -50px;
    margin-bottom: 100px;
}
.meet-you .blue-bg {
    padding: 87px;
    border-radius: 24px;
    color: var(--main-white-color);
    position: relative;
}
.newsletter-form .btn,
aside.sidebar .tags ul li a {
    color: var(--main-blue-color);
    background: var(--main-white-color);
}
.all-resources {
    margin-top: -60px;
    z-index: 1;
    position: relative;
    padding: 0;
}
.all-resources .white-bg {
    background: var(--main-white-color);
    padding: 60px;
    border-radius: 10px;
}
.all-resources .item {
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.footer-widgets,
.newsletter,
.resource-inner {
    padding: 50px 0;
}
.article-padding {
    padding: 50px;
}
.article-border {
    border: 1px solid #e9e9e9;
}
.resource-inner .article-details p:last-child,
.resource-inner .article-img {
    margin-bottom: 0;
}
.article-reply .comment .meta,
.resource-inner .article-details .meta,
aside.sidebar .popular .item .meta {
    padding: 0;
    list-style: none;
    display: flex;
}
.article-reply .comment .meta li,
.resource-inner .article-details .meta li {
    color: var(--main-gray-color);
    font-size: 13px;
    margin-inline-end: 30px;
}
.article-section-title,
.resource-inner .article-details h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--main-dark-gray-color);
    margin-bottom: 30px;
}
.resource-inner .article-details p {
    margin-bottom: 30px;
    color: var(--main-dark-gray-color);
}
.article-reply .comment p,
aside.sidebar .popular .item h5 {
    margin-bottom: 0;
    color: var(--main-dark-gray-color);
}
.resource-inner .article-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.resource-inner .article-share h6 {
    margin: 0;
    font-weight: 400;
    margin-inline-end: 30px;
}
.article-reply .comment {
    padding: 30px;
    background: #e9e9e9;
    background: var(--main-light-gray-color);
    margin-bottom: 30px;
}
.article-section-title span {
    display: block;
    font-size: 18px;
    font-weight: 400;
}
aside.sidebar .widget {
    margin-bottom: 50px;
}
aside.sidebar .widget h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--main-dark-gray-color);
    position: relative;
    padding-inline-start: 10px;
    line-height: 24px;
    margin-bottom: 15px;
}
aside.sidebar .widget h4:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
aside.sidebar .popular .item {
    padding: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--main-light-gray-color);
    text-decoration: none;
}
aside.sidebar .popular .item figure {
    margin: 0;
    flex: 0 0 80px;
    margin-inline-end: 15px;
}
aside.sidebar .popular .item figure img {
    width: 80px;
    height: 80px;
}
aside.sidebar .popular .item h5 {
    font-size: 15px;
    font-weight: 600;
}
aside.sidebar .tags ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 15px 5px;
}
aside.sidebar .tags ul li a {
    border-radius: 15px;
    border: 1px solid var(--main-blue-color);
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    margin-inline-end: 10px;
    margin-block-end: 10px;
    font-size: 14px;
    transition: 0.3s;
}
aside.sidebar .tags ul li a:hover {
    color: var(--main-white-color);
}
#map {
    height: 400px;
}
.contact-wrapper {
    position: relative;
    z-index: 1;
}
.contact-wrapper .form-info-wrapper {
    margin-top: -80px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
}
.contact-wrapper .form-info-wrapper .gray-bg {
    border-radius: 10px 0 0 10px;
    padding: 70px;
    border: 1px solid #dadada;
}
.contact-wrapper .form-info-wrapper .blue-bg {
    background: var(--main-blue-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-wrapper .form-info-wrapper .form-wrapper .form-control {
    background: 0 0;
}
.contact-wrapper .form-info-wrapper .form-wrapper h5 {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
}
.contact-wrapper .form-info-wrapper .form-wrapper h2 {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin: 0;
}
.contact-wrapper .form-info-wrapper .form-wrapper h2:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    background: var(--main-blue-color);
    bottom: 0;
    left: 0;
}
.contact-wrapper .form-info-wrapper .info-wrapper {
    padding: 20px 10px;
}
.contact-wrapper .form-info-wrapper .info-wrapper h4 {
    font-size: 25px;
    font-weight: 700;
    color: var(--main-white-color);
}
.contact-wrapper .form-info-wrapper .info-wrapper .contact-info {
    padding: 0;
    margin: 0;
}
.contact-wrapper .form-info-wrapper .info-wrapper .contact-info li {
    padding: 10px 0;
    border-bottom: 1px solid #4d92ff;
}
footer.blue .newsletter-form .btn,
footer.blue .newsletter-form .form-control {
    border-color: var(--main-white-color);
}
.contact-wrapper .form-info-wrapper .info-wrapper .contact-info li:last-child,
.custom-accordion .accordion-item:last-child {
    border: 0;
}
.contact-wrapper .form-info-wrapper .info-wrapper .contact-info .item .info,
footer.blue .contact-info .item .info,
footer.blue .footer-widgets .widget .footer-menu li a,
footer.blue .footer-widgets .widget .info {
    color: #dadada;
}
.contact-wrapper .form-info-wrapper .info-wrapper h6 {
    color: var(--main-white-color);
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 15px;
}
.contact-wrapper .form-info-wrapper .info-wrapper .social-icons {
    justify-content: start;
}
.contact-wrapper .form-info-wrapper .info-wrapper .social-icons li a {
    color: var(--main-white-color);
    border-color: var(--main-white-color);
}
.request-demo-page .page-banner {
    padding-bottom: 330px;
}
.contact-info .logo .white_logo,
.request-demo-page .page-banner:before,
footer.blue .contact-info .logo .colord_logo {
    display: none;
}
.request-demo-page .white-bg {
    margin-top: -280px;
    position: relative;
    z-index: 1;
}
footer.blue {
    background: #0a3375;
    color: var(--main-white-color);
}
.newsletter h5 {
    font-size: 26px;
    margin: 0;
    color: var(--main-gray-color);
}
.newsletter-form .form-control {
    width: 390px;
    border-radius: 14px 0 0 14px;
    border-color: var(--main-blue-color);
}
.newsletter-form .btn {
    border-radius: 0 14px 14px 0;
    border-color: var(--main-blue-color);
    font-size: 16px;
    padding-inline: 25px;
}
footer.blue .newsletter-form .btn {
    background: var(--main-blue-color);
    color: var(--main-white-color);
}
.social-icons {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
}
.copyright .contact-info li,
.download_app li,
.social-icons li {
    margin-inline-end: 20px;
}
.social-icons li a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid var(--main-blue-color);
    text-align: center;
    line-height: 40px;
    border-radius: 12px;
    font-size: 18px;
    color: var(--main-blue-color);
}
footer.blue .social-icons li a {
    border: 1px solid var(--main-white-color);
    color: var(--main-white-color);
}
.contact-info .line {
    height: 60px;
    width: 1px;
    background: #f7f7f7;
    display: block;
}
footer.blue .contact-info .line {
    background: #4d92ff;
}
footer.blue .border-bottom {
    border-color: #244883 !important;
}
footer .border-bottom {
    border-color: #f7f7f7 !important;
}
.contact-info .item {
    display: flex;
    align-items: center;
}
.contact-info .item .icon {
    margin-inline-end: 10px;
}
.contact-info .item .title {
    font-size: 14px;
    font-weight: 700;
    color: var(--main-black-color);
}
.contact-info .item .info {
    font-size: 14px;
    font-weight: 500;
    color: var(--main-gray-color);
}
.footer-widgets .widget .title {
    font-size: 22px;
    position: relative;
    padding-inline-start: 10px;
    margin-bottom: 15px;
    font-weight: 500;
    color: var(--main-black-color);
}
.footer-widgets .widget .title:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--main-blue-color);
}
footer.blue .footer-widgets .widget .title:after {
    background: #f7d156;
}
.footer-widgets .widget .info {
    color: var(--main-gray-color);
    max-width: 460px;
    font-weight: 500;
    line-height: 32px;
}
.footer-widgets .widget .footer-menu {
    margin: 0;
    list-style: none;
    padding: 0;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}
.footer-widgets .widget .footer-menu li a {
    color: var(--main-gray-color);
    text-decoration: none;
    font-weight: 500;
    display: block;
    line-height: 50px;
}
.copyright {
    padding: 20px 0;
}
.copyright .contact-info,
.download_app {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
}
.copyright p {
    margin: 0;
    font-size: 14px;
}
.copyright .contact-info {
    justify-content: end;
}
.copyright .contact-info li:last-child,
.download_app li:last-child {
    margin-inline-end: 0;
}
.download_app {
    align-items: center;
    flex-wrap: wrap;
    width: 239px;
}
.download_app li:first-child {
    margin: 0 0 25px;
}
.faq-page .page-banner:before {
    opacity: 0.5;
}
.custom-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #ddd;
}
.custom-accordion .accordion-header .accordion-button {
    outline: 0;
    box-shadow: none;
    font-size: 20px;
    font-weight: 500;
    background: 0 0;
    color: var(--main-black-color);
}
.faq-contact {
    background-position: center;
    background-size: cover;
    padding: 150px 0;
    color: var(--main-white-color);
}
@media (max-width: 1366px) {
    .half-text-video {
        padding: 0;
    }
}
@media (max-width: 1024px) {
    .majles-header .navbar-nav .nav-item {
        padding-inline: 0px;
    }
    .majles-header .navbar-nav .nav-link {
        font-size: 14px;
    }
    .download_app li,
    .majles-header .lang {
        margin-inline-end: 10px;
    }
    .majles-header .lang .icon {
        margin-inline-end: 4px;
    }
    .majles-header .demo-link .btn {
        padding-inline: 1rem;
    }
    .home-hero {
        padding-block: 70px;
    }
    .home-hero h1 {
        font-size: 37px;
        line-height: 48px;
    }
    .section-big-padding {
        padding-block: 100px;
    }
    .countup .item .title,
    .features .nav-pills .nav-link {
        font-size: 16px;
    }
    .section-title {
        font-size: 30px;
        line-height: 50px;
    }
    .item-with-icon .icon {
        width: 90px;
        padding: 23px;
        height: 90px;
    }
    .newsletter h5 {
        font-size: 20px;
    }
    .newsletter-form .form-control {
        width: 280px;
    }
    .half-text-video .space-50 {
        height: 30px;
    }
    .about-banner h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .about-video-section .bg {
        height: 300px;
    }
    .countup .item .num {
        font-size: 75px;
    }
    .countup .item .plus {
        font-size: 35px;
    }
    .download_app li svg {
        width: 100px;
    }
}
@media (max-width: 768px) {
    body {
        font-size: 0.875rem;
    }
    .home-hero{
        background-color: #4187f7 !important;
        background-image: none !important;
    }
    .shapes{
        display: none !important;
    }
    .home-hero h1 {
        font-size: 26px;
        line-height: 30px;
        margin: 0;
    }
    .copyright p,
    .footer-widgets .widget .footer-menu li a {
        font-size: 14px;
    }
    .home-hero p {
        margin: 0;
    }
    .majles-btn {
        padding-inline: 1rem;
    }
    .section-title {
        font-size: 26px;
        line-height: 35px;
    }
    .gray-bg {
        padding: 35px;
    }
    .customer-support,
    .real-time-broadcast {
        padding: 50px 0;
    }
    .experience-convene {
        margin-bottom: 15px;
    }
    .experience-convene .white-bg {
        padding: 50px;
    }
    .experience-convene .shape {
        bottom: -15px;
    }
    .contact-info,
    .footer-widgets,
    .newsletter {
        padding: 20px 0;
    }
    .newsletter h5 {
        margin-bottom: 10px;
    }
    .contact-info .logo {
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-widgets .widget .info {
        line-height: 25px;
    }
    .copyright p {
        margin-top: 20px;
    }
    .page-banner h1 {
        font-size: 40px;
    }
    .half-text {
        padding: 20px;
    }
    .half-text-img .bg {
        height: 400px;
    }
    .article-section-title,
    .half-text-img .half-text h3,
    .resource-inner .article-details h2 {
        font-size: 30px;
    }
    .half-text-video .space-50 {
        height: 0;
    }
    .half-text-video .half-video {
        margin-block: -30px;
    }
    .half-text-video {
        margin-bottom: 30px;
    }
    .about-banner h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .about-banner p {
        font-size: 16px;
    }
    .meet-you {
        margin-bottom: 60px;
    }
    .meet-you .blue-bg {
        padding: 60px 30px;
    }
    .all-resources .white-bg {
        padding: 45px;
    }
    .sidebar {
        margin-top: 30px;
    }
    .contact-wrapper .form-info-wrapper .gray-bg {
        border-radius: 10px 10px 0 0;
    }
    .footer-widgets .widget .footer-menu {
        column-gap: 5px;
    }
    .footer-widgets .widget .logo {
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .home-hero {
        padding-block: 40px;
    }
    .home-hero .outer-btn {
        margin-bottom: 10px;
    }
    .section-big-padding {
        padding-block: 50px;
    }
    .majles-pills-tab.nav-pills .nav-item {
        margin: 0 5px;
    }
    .space-50 {
        height: 25px;
    }
    .space-30 {
        height: 15px;
    }
    .item-with-icon {
        padding: 25px 10px;
        margin-bottom: 15px;
    }
    .countup,
    .faq-contact,
    .features {
        padding: 50px 0;
    }
    .countup .item,
    .features .nav-pills .nav-link:last-child,
    .meet-you,
    .real-time-broadcast .overlay {
        margin-bottom: 30px;
    }
    .contact-info .item,
    .contact-info .logo,
    .customer-support .icon {
        margin-bottom: 15px;
    }
    .article-padding,
    .experience-convene .white-bg {
        padding: 25px;
    }
    .article-section-title span,
    .newsletter-form .btn {
        font-size: 14px;
    }
    .newsletter-form .form-control {
        width: 100%;
    }
    .social-icons {
        justify-content: center;
        margin-top: 15px;
    }
    .copyright .contact-info,
    .copyright ul,
    .download_app {
        justify-content: center;
    }
    .footer-widgets .widget .footer-menu {
        column-count: 1;
        margin-bottom: 20px;
        text-align: center;
    }
    .page-banner h1 {
        font-size: 30px;
    }
    .half-text-img .bg {
        height: 300px;
    }
    .half-text-video,
    .half-text-video .half-video {
        margin-bottom: 0;
    }
    .about-banner {
        background-position: left top;
        background-size: 220%;
        padding: 60px 0;
    }
    .about-banner h5 {
        margin-top: 30px;
    }
    .countup .item .title {
        text-align: center;
    }
    .all-resources .white-bg,
    .contact-wrapper .form-info-wrapper .gray-bg {
        padding: 30px;
    }
    .page-banner {
        padding: 80px 0 150px;
    }
    .resources-page .page-banner {
        padding: 60px 0 110px;
    }
    .contact-wrapper .form-info-wrapper .form-wrapper h2,
    .resource-inner .article-details h2 {
        font-size: 25px;
    }
    .resource-inner .article-share h6 {
        flex: 0 0 100%;
        margin: 0;
    }
    .article-section-title {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .contact-wrapper .form-info-wrapper .form-wrapper h5 {
        font-size: 13px;
    }
    .contact-wrapper .form-info-wrapper .info-wrapper h4 {
        font-size: 20px;
    }
    .request-demo-page .page-banner {
        background-position: left;
    }
    .request-demo-page .custom-breadcrumb .breadcrumb .breadcrumb-item,
    .request-demo-page .custom-breadcrumb .breadcrumb .breadcrumb-item a,
    .request-demo-page .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: var(--main-white-color);
    }
    .majles-pills-tab.nav-pills .nav-link {
        font-size: 15px;
    }
    .faq-contact .play {
        margin-top: 30px;
        display: block;
    }
    .download_app li:first-child {
        flex: 0 0 100%;
        text-align: center;
    }
}
.tel {
    direction: ltr;
}
.select2-style-1 .select2-container:focus,
.select2-style-1 .select2-selection {
    box-shadow: none;
    outline: 0;
}
.select2-style-1 .select2-container .selection .select2-selection {
    height: 40px;
    background: 0 0;
    transition: 0.3s;
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
}
.select2-style-1 .select2-container .selection .select2-selection .select2-selection__rendered {
    line-height: 40px;
    font-size: 0.813rem;
    font-weight: 700;
}
.select2-style-1 .select2-container .selection .select2-selection .select2-selection__clear {
    margin: 0 20px;
    font-size: 30px;
    font-weight: 300;
    line-height: 32px;
}
.select2-style-1 .select2-container .selection .select2-selection .select2-selection__arrow {
    height: 40px;
    width: 30px;
}
.select2-style-1 .select2-container .selection .select2-selection .select2-selection__arrow b {
    border: solid var(--main-dark-gray-color);
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    top: 15px;
    transition: 0.3s;
}
.select2-style-1 .select2-container--open .selection .select2-selection .select2-selection__arrow b {
    top: 18px;
    transform: rotate(225deg);
}
.select2-dropdown-style-1.select2-dropdown {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0 0 7.5px 7.5px;
    overflow: hidden;
    background: 0 0;
}
.select2-dropdown-style-1.select2-dropdown.select2-dropdown--above {
    border-radius: 7.5px 7.5px 0 0;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
}
.select2-dropdown-style-1.select2-dropdown .select2-results .select2-results__options .select2-results__option {
    color: var(--main-gray-color);
    font-size: 12px;
    line-height: 20px;
    padding: 6px 5px;
    background: var(--main-white-color);
}
.select2-dropdown-style-1.select2-dropdown .select2-results .select2-results__options .select2-results__option:last-child {
    border: none;
}
.select2-dropdown-style-1.select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-disabled="true"] {
    color: #ddd;
    cursor: not-allowed;
}
.select2-dropdown-style-1.select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected] {
    background: rgba(0, 0, 0, 0.1);
}
.select2-dropdown-style-1.select2-dropdown .select2-results .select2-results__options .select2-results__option--selected {
    background: var(--main-blue-color) !important;
    color: var(--main-white-color);
}
.select2-dropdown-style-1.select2-dropdown .select2-results > .select2-results__options {
    max-height: 264px;
    border-top: 0;
    border-radius: 0 0 10px 10px;
}
.select2-dropdown-style-1.select2-dropdown.select2-dropdown--above .select2-results > .select2-results__options {
    border-radius: 10px 10px 0 0;
}
html[dir="rtl"] .experience-convene .shape {
    transform: scaleX(-1);
}
html[dir="rtl"] .contact-wrapper .form-info-wrapper .form-wrapper h2:after,
html[dir="rtl"] .footer-widgets .widget .title:after,
html[dir="rtl"] .list-with-check li:after,
html[dir="rtl"] aside.sidebar .widget h4:after {
    right: 0;
    left: auto;
}
html[dir="rtl"] .newsletter-form .form-control {
    border-radius: 0 14px 14px 0;
}
html[dir="rtl"] .newsletter-form .btn {
    border-radius: 14px 0 0 14px;
}
html[dir="rtl"] .back-to-top {
    left: 50px;
    right: auto;
    transform: translateX(-150px);
}
html[dir="rtl"] .contact-wrapper .form-info-wrapper .gray-bg {
    border-radius: 0 10px 10px 0;
}
.swal-icon--warning__body,
.swal-icon--warning__dot {
    background-color: red;
}
@keyframes pulseWarning {
    0%,
    100% {
        border-color: red;
    }
}
.swal-icon--warning {
    border-color: red;
}
.swal-button--danger {
    background-color: #5795f8;
}
.emailInputText {
    position: absolute;
    top: 50px;
    right: 10px;
    color: red;
}
.CInputText {
    color: red;
}
.iti {
    width: 100%;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"] {
    padding-left: 90px;
    padding-right: 6px;
}
@media screen and (max-width: 768px) {
    .iti__country-name {
        display: none;
    }
    .iti__country-list {
        width: 125px !important;
    }
}
.brand-slider .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-blue-color);
}
