:root {
    --main-white-color: #fff;
    --main-blue-color: #7FC9A2;
    --main-black-color: #2D2D2D;
    --main-light-gray-color: #FAFAFA;
    --main-gray-color: #919191;
    --main-dark-gray-color: #58595B;
    --main-light-blue-color: #F5F9FF;
}

/*---------------------------------*/
/* Start General */
/*---------------------------------*/
body {
    font-family: 'Poppins', sans-serif;
    color: var(--main-black-color);
    /* background: var(--main-blue-color); */
}

.btn,
.btn:focus,
.btn:active:focus {
    outline: none;
    box-shadow: none;
}

.outer-btn {
    position: relative;
    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.20);
}

.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;
}

.majles-btn.btn-light {
    color: var(--main-blue-color);
    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;
}

.section-title.blue {
    color: var(--main-blue-color);
}

.overlay {
    position: relative;
}

.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 {
    background: var(--main-white-color);
    color: var(--main-black-color);
    border: 1px solid #E9E9E9;
    transition: all ease 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 7.5px;
    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%;
    position: relative;
    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,
.form-control:focus,
.form-select:focus {
    outline: none;
    box-shadow: none;
}

.form-control {
    padding: 0.675rem 0.75rem;
}

.form-floating .form-control {
    border-radius: 0;
    border-width: 0;
    border-bottom-width: 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(.85) translateY(-1rem) translateX(0.15rem);
}

/* .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.312rem;
    padding-bottom: 0.946rem;
} */

.back-to-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 46px;
    height: 46px;
    background: var(--main-white-color);
    border: 1px solid var(--main-blue-color);
    border-radius: 14px;
    font-size: 23px;
    text-align: center;
    line-height: 46px;
    transition: all ease 0.3s;
    z-index: 10;
    transform: translateX(150px);
}

.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 {
    margin: 0;
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '>';
    color: var(--main-white-color);
    line-height: 25px;
}

.custom-breadcrumb .breadcrumb .breadcrumb-item {
    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: transparent;
    border: 1px solid var(--main-dark-gray-color);
    outline: none;
    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);
}

/*---------------------------------*/
/* End General */
/*---------------------------------*/

/*---------------------------------*/
/* Start Loader */
/*---------------------------------*/

.loader {
    --duration: 3s;
    width: 44px;
    height: 44px;
    position: relative;
}

.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;
}

.loader svg rect {
    stroke-dasharray: 192 64 192 64;
    stroke-dashoffset: 0;
    -webkit-animation: pathRect 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
    animation: pathRect 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}





@-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 {
    display: inline-block;
    margin: 0 16px;
}

.loader-wrapper {
    position: fixed;
    inset: 0;
    background: var(--main-white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


/*---------------------------------*/
/* End Loader */
/*---------------------------------*/

/*---------------------------------*/
/* Start Header Section */
/*---------------------------------*/
.majles-header {
    box-shadow: 0 0.1rem 0.7rem rgba(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 .navbar-nav .nav-link {
    color: var(--main-black-color);
}

.majles-header .navbar-nav .nav-link.active {
    color: var(--main-blue-color);
}

.majles-header .lang {
    margin-inline-end: 20px;
    color: var(--main-black-color);
    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.20);
}

.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");
}

/*---------------------------------*/
/* End Header Section */
/*---------------------------------*/


/*---------------------------------*/
/* Start Home Hero Section */
/*---------------------------------*/
.home-hero {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding-block: 125px;
    color: var(--main-white-color);
}

.home-hero h1 {
    font-size: 50px;
    line-height: 70px;
}

.home-hero p {}


/*---------------------------------*/
/* End Home Banner Section */
/*---------------------------------*/

/*---------------------------------*/
/* Start Introducing Section */
/*---------------------------------*/
.introducing {
    position: relative;
    overflow: hidden;
}

.introducing .overlay {
    border-radius: 15px;
    overflow: hidden;
}

.overlay .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.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: animation_1 linear 15s infinite;
}

.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: animation_1 linear 20s infinite;
}

.introducing .shape-3 {
    width: 50px;
    height: 50px;
    background: var(--main-light-blue-color);
    border-radius: 15px;
    top: 9%;
    left: 6%;
    animation: animation_2 linear 15s infinite;
}

.introducing .shape-4 {
    position: absolute;
    height: 375px;
    width: 375px;
    border-radius: 90px;
    background: var(--main-light-blue-color);
    left: -60px;
    top: 30%;
    animation: animation_2 linear 20s infinite;
}

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

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

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

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

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

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

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

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

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

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

/*---------------------------------*/
/* End Introducing Section */
/*---------------------------------*/
/*---------------------------------*/
/* Start clients Section */
/*---------------------------------*/
.clients {
    padding: 50px 0;
    background: var(--main-light-gray-color);
}

/*---------------------------------*/
/* End clients Section */
/*---------------------------------*/

/*---------------------------------*/
/* Start Meeting Process Section */
/*---------------------------------*/
.meeting-process {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

.item-with-icon {
    padding: 50px 10px;
    transition: all ease 0.3s;
    text-align: center;
    border-radius: 15px;
}

.item-with-icon h4 {
    font-size: 16px;
}

.item-with-icon p {
    font-size: 14px;
}

.item-with-icon .icon {
    width: 110px;
    padding: 25px;
    height: 110px;
    background: var(--main-light-blue-color);
    border-radius: 15px;
    margin: 0 auto 15px;
    transition: all ease 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-with-icon .icon svg path {
    fill: var(--main-blue-color);
    transition: all ease 0.3s;
}

.item-with-icon:hover .icon {
    background: #7FC9A230;
}

.item-with-icon:hover {
    background: var(--main-light-blue-color);
}

.item-with-icon:hover .icon svg path {
    fill: var(--main-white-color);
}

.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: animation_3 linear 50s infinite;
    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: animation_1 linear 30s infinite;
}

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


    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

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

/*---------------------------------*/
/* End Meeting Process Section */
/*---------------------------------*/
/*---------------------------------*/
/* Start Features Section */
/*---------------------------------*/
.features {
    padding: 100px 0;
    background: var(--main-light-gray-color);
    position: relative;
    overflow: hidden;
}

.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 .shapes {
    position: absolute;
}

.features .shape-1 {
    height: 400px;
    width: 400px;
    border-radius: 100px;
    border: 2.5px solid var(--main-blue-color);
    right: -15%;
    bottom: -20%;
    animation: animation_1 linear 20s infinite;
}

/*---------------------------------*/
/* End Features Section */
/*---------------------------------*/

/*---------------------------------*/
/* Start Real-time Broadcast Section */
/*---------------------------------*/
.real-time-broadcast {
    padding: 100px 0;
}

.gray-bg {
    background: var(--main-light-blue-color);
    padding: 100px;
    border-radius: 20px;
}

.real-time-broadcast .gray-bg{
    overflow: hidden;
}

/*---------------------------------*/
/* End Real-time Broadcast Section */
/*---------------------------------*/

/*---------------------------------*/
/* Start Customer Support Section */
/*---------------------------------*/
.customer-support {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.customer-support .shapes {
    position: absolute;
    z-index: -1;
}

.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: animation_3 linear 50s infinite;
    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: animation_2 linear 15s infinite;   
}
.customer-support .shape-3 {
    position: absolute;
    height: 375px;
    width: 375px;
    border-radius: 90px;
    background: var(--main-light-blue-color);
    left: -60px;
    top: 30%;
    animation: animation_2 linear 20s infinite;
}

/*---------------------------------*/
/* End Customer Support Section */
/*---------------------------------*/

/*---------------------------------*/
/* Start Experience Convene Section */
/*---------------------------------*/
.experience-convene {
    position: relative;
    padding-bottom: 75px;
    overflow: hidden;
}
.experience-convene .shapes{
    position: absolute;
    z-index: -1;
}
.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: animation_1 linear 30s infinite;
}

.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);
}

/*---------------------------------*/
/* End Experience Convene Section */
/*---------------------------------*/


/*---------------------------------*/
/* Start Page Banner Section */
/*---------------------------------*/
.page-banner {
    padding: 110px 0 150px;
    position: relative;
    z-index: 1;
    color: var(--main-white-color);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.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;
}

/*---------------------------------*/
/* End Page Banner Section */
/*---------------------------------*/


/*---------------------------------*/
/* Start Vitual AGM PAge */
/*---------------------------------*/

.items-with-icon {
    margin-top: -120px;
    position: relative;
    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:hover .icon {
    color: var(--main-white-color);
}

.items-with-icon .item-with-icon p {
    max-width: 240px;
    margin-inline: auto;
}

.half-text-img {
    background: var(--main-light-gray-color);
}

.half-text-img .bg {
    /* height: 400px;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat; */
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 600px;
    transition: all ease 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 {
    background: var(--main-blue-color);
    padding: 30px 0;
    margin-bottom: 90px;
}

.half-text-video .half-video {
    border-radius: 10px;
    overflow: hidden;
    margin-block: -150px;
}

.half-text-video .half-text {
    color: var(--main-white-color);
}

.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%;
    object-fit: cover;
    object-position: center;
    height: 200px;
}

.our-resources .item figure .date {
    position: absolute;
    right: 20px;
    top: 20px;
    background: rgba(65, 136, 247, 89);
    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 ul li {
    color: var(--main-gray-color);
    font-size: 13px;
}

.our-resources .item .item-info h5 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 15px;
    margin-bottom: 0;
    color: var(--main-dark-gray-color);
}

/*---------------------------------*/
/* End Vitual AGM Page */
/*---------------------------------*/

/*---------------------------------*/
/* Start About Page */
/*---------------------------------*/
.about-banner {
    padding: 150px 0 100px;
    background-repeat: no-repeat;
    background-position: center top;
}

.about-video-section .bg {
    object-fit: cover;
    object-position: center;
    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 h1 span {
    color: var(--main-blue-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%;
}

.download-links li a {
    display: block;
}

.download-links li a svg {
    width: 100%;
    height: auto;
}

.download-links .download_btn_bg {
    fill: var(--main-white-color);
}

.download-links .download_btn_border,
.download-links .download_btn_icon,
.download-links .download_btn_text {
    fill: var(--main-blue-color);
}


.countup {
    padding: 100px 0;
}

.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 {
    background: var(--main-blue-color);
    padding: 87px;
    border-radius: 24px;
    color: var(--main-white-color);
    position: relative;
}

/*---------------------------------*/
/* End About Page */
/*---------------------------------*/


/*---------------------------------*/
/* Start Resources Page */
/*---------------------------------*/
.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);
}

/*---------------------------------*/
/* End Resources Page */
/*---------------------------------*/

/*---------------------------------*/
/* Start Resource Inner Page */
/*---------------------------------*/

.resource-inner {
    padding: 50px 0;
}

.article-padding {
    padding: 50px;
}

.article-border {
    border: 1px solid #e9e9e9;
}

.resource-inner .article-img {
    margin-bottom: 0;
}

.resource-inner .article-details .meta {
    padding: 0;
    list-style: none;
    display: flex;

}

.resource-inner .article-details .meta li {
    color: var(--main-gray-color);
    font-size: 13px;
    margin-inline-end: 30px;
}

.resource-inner .article-details h2 {
    font-size: 35px;
    font-weight: bold;
    color: var(--main-dark-gray-color);
    margin-bottom: 30px;
}

.resource-inner .article-details p {
    margin-bottom: 30px;
    color: var(--main-dark-gray-color);
}

.resource-inner .article-details p:last-child {
    margin-bottom: 0;
}

.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 {
    font-size: 35px;
    font-weight: bold;
    color: var(--main-dark-gray-color);
    margin-bottom: 30px;
}

.article-section-title span {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.article-reply .comment .meta {
    padding: 0;
    list-style: none;
    display: flex;
}

.article-reply .comment .meta li {
    color: var(--main-gray-color);
    font-size: 13px;
    margin-inline-end: 30px;
}

.article-reply .comment p {
    color: var(--main-dark-gray-color);
    margin-bottom: 0;
}

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%);
    background: var(--main-blue-color);
}

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;
    object-fit: cover;
    object-position: center;
}

aside.sidebar .popular .item .meta {
    padding: 0;
    list-style: none;
    display: flex;
}

aside.sidebar .popular .item .meta li {
    color: var(--main-gray-color);
    font-size: 13px;
}

aside.sidebar .popular .item h5 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--main-dark-gray-color);
}

aside.sidebar .tags ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    background: var(--main-light-gray-color);
    padding: 15px;
    padding-bottom: 5px;
}

aside.sidebar .tags ul li a {
    color: var(--main-blue-color);
    background: var(--main-white-color);
    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: all ease 0.3s;
}

aside.sidebar .tags ul li a:hover {
    color: var(--main-white-color);
    background: var(--main-blue-color);
}

/*---------------------------------*/
/* End Resource Inner Page */
/*---------------------------------*/

/*---------------------------------*/
/* Start Contact Us Page */
/*---------------------------------*/
#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: transparent;
}

.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;
}

.contact-wrapper .form-info-wrapper .info-wrapper .contact-info li:last-child {
    border: 0;
}

.contact-wrapper .form-info-wrapper .info-wrapper .contact-info .icon svg path {
    fill: var(--main-white-color);
}

.contact-wrapper .form-info-wrapper .info-wrapper .contact-info .item .title {
    color: var(--main-white-color);
}

.contact-wrapper .form-info-wrapper .info-wrapper .contact-info .item .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);
}

/*---------------------------------*/
/* End Contact Us Page */
/*---------------------------------*/



/*---------------------------------*/
/* Start Request a Demo Page */
/*---------------------------------*/
.request-demo-page .custom-breadcrumb .breadcrumb .breadcrumb-item a,
.request-demo-page .custom-breadcrumb .breadcrumb .breadcrumb-item,
.request-demo-page .custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: var(--main-black-color);
}

.request-demo-page .page-banner {
    padding-bottom: 330px;
}

.request-demo-page .page-banner:before {
    display: none;
}

.request-demo-page .white-bg {
    margin-top: -280px;
    position: relative;
    z-index: 1;
}

/*---------------------------------*/
/* End Request a Demo Page */
/*---------------------------------*/





/*---------------------------------*/
/* Start Footer Section */
/*---------------------------------*/
footer {
    color: var(--main-black-color);
}

footer.blue {
    background:#0A3375;
    color: var(--main-white-color);
}

.newsletter {
    padding: 50px 0;
}

.newsletter h5 {
    font-size: 26px;
    margin: 0;
    color: var(--main-gray-color);
}

footer.blue .newsletter h5 {
    color: var(--main-white-color);
}

.newsletter-form {
    position: relative;
}

.newsletter-form .form-control {
    width: 390px;
    border-radius: 14px 0 0 14px;
    border-color: var(--main-blue-color);
    /* border-inline-end: 0; */
}

footer.blue .newsletter-form .form-control {
    border-color: var(--main-white-color);
}

.newsletter-form .btn {
    background: var(--main-white-color);
    border-radius: 0 14px 14px 0;
    border-color: var(--main-blue-color);
    font-size: 16px;
    padding-inline: 25px;
    color: var(--main-blue-color);
}

footer.blue .newsletter-form .btn {
    border-color: var(--main-white-color);
    background: var(--main-blue-color);
    color: var(--main-white-color);
}

.social-icons {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    /* justify-content: end; */
}

.social-icons li {
    margin-inline-end: 20px;
}

.social-icons li:last-child {
    margin: 0;
}

.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 .logo .white_logo {
    display: none;
}

.contact-info .logo .colord_logo {
    display: block;
}

footer.blue .contact-info .logo .colord_logo {
    display: none;
}

footer.blue .contact-info .logo .white_logo {
    display: block;
}


.contact-info .line {
    height: 60px;
    width: 1px;
    background: #f7f7f7;
    display: block;
}

footer.blue .contact-info .line {
    background: #4d92ff;
}

.contact-info .icon svg path {
    fill: var(--main-blue-color);
}

footer.blue .contact-info .icon svg path {
    fill: var(--main-white-color);
}

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);
}

footer.blue .contact-info .item .title {
    color: var(--main-white-color);
}

.contact-info .item .info {
    font-size: 14px;
    font-weight: 500;
    color: var(--main-gray-color);
}

footer.blue .contact-info .item .info {
    color: #DADADA;
}

.footer-widgets {
    padding: 50px 0;
}

.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.blue .footer-widgets .widget .title {
    color: var(--main-white-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.blue .footer-widgets .widget .info {
    color: #DADADA;
}

.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;
    /* margin-bottom: 20px; */
    display: block;
    line-height: 50px;
}

footer.blue .footer-widgets .widget .footer-menu li a {
    color: #DADADA;
}

.copyright {
    padding: 20px 0;
}

.copyright p {
    margin: 0;
    font-size: 14px;
}

.copyright .contact-info {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
    justify-content: end;
}
.copyright .contact-info li{
    margin-inline-end: 20px;
}
.copyright .contact-info li:last-child{
    margin-inline-end: 0;
}

.download_app {
    margin: 0;
    list-style: none;
    padding: 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 239px;
}

.download_app li {
    margin-inline-end: 20px;
    /* flex: 0 0 auto; */
}
.download_app li:first-child{
    margin: 0;
    margin-bottom: 25px;
    /* flex: 0 0 100%; */
}
.download_app li:last-child {
    margin-inline-end: 0;
} 

.download_app .download_btn_bg {
    fill: var(--main-white-color);
}

.download_app .download_btn_border,
.download_app .download_btn_icon,
.download_app .download_btn_text {
    fill: var(--main-blue-color);
}

footer.blue .download_app .download_btn_bg {
    fill: var(--main-blue-color);
}

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);
}

/*---------------------------------*/
/* Start Footer Section */
/*---------------------------------*/


.faq-page .page-banner:before{
    opacity: 0.5;
}
.custom-accordion .accordion-item{
    border: 0;
    border-bottom:1px solid #ddd;
}
.custom-accordion .accordion-item:last-child{
    border: 0;
}
.custom-accordion .accordion-header .accordion-button{
    outline: none;
    box-shadow: none;
    font-size: 20px;
    font-weight: 500;
    background: transparent;
    color: var(--main-black-color);
}
.faq-contact{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
    color: var(--main-white-color);
}


/*---------------------------------*/
/* Start Responsive */
/*---------------------------------*/

@media (max-width:1366px) {
    .half-text-video {
        padding: 0px 0;
    }
}

@media (max-width:1024px) {
    .majles-header .navbar-nav .nav-item {
        padding-inline: 0px;
    }

    .majles-header .navbar-nav .nav-link {
        font-size: 14px;
    }

    .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;
    }

    .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;
    }

    .countup .item .title {
        font-size: 16px;
    }
    .download_app li svg{
        width: 100px;
    }
    .download_app li {
        margin-inline-end: 10px;
    }
}

@media (max-width:768px) {
    body {
        font-size: 0.875rem;
    }

    .home-hero h1 {
        font-size: 26px;
        line-height: 30px;
        margin: 0;
    }

    .home-hero p {
        margin: 0;
    }

    .majles-btn {
        padding-inline: 1rem;
    }

    .section-title {
        font-size: 26px;
        line-height: 35px;
    }

    .gray-bg {
        padding: 35px;
    }

    .real-time-broadcast,
    .customer-support {
        padding: 50px 0;
    }

    .experience-convene {
        margin-bottom: 15px;
    }

    .experience-convene .white-bg {
        padding: 50px;
    }

    .experience-convene .shape {
        bottom: -15px;
    }

    .newsletter,
    .contact-info,
    .footer-widgets {
        padding: 20px 0;
    }

    .newsletter h5 {
        margin-bottom: 10px;
    }

    .contact-info .logo {
        margin-bottom: 30px;
        text-align: center;
    }

    .footer-widgets .widget .info {
        line-height: 25px;
    }
/* 
    .footer-widgets .widget .footer-menu li a {
        margin-bottom: 10px;
    } */

    .copyright p {
        font-size: 14px;
    }

    .page-banner h1 {
        font-size: 40px;
    }

    .half-text {
        padding: 20px;
    }

    .half-text-img .bg {
        height: 400px;
    }

    .half-text-img .half-text h3 {
        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;
    }

    .resource-inner .article-details h2,
    .article-section-title {
        font-size: 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 .footer-menu li a{
        font-size: 14px;
    }
    .footer-widgets .widget .logo{
        margin-bottom: 20px;
    }
    /* .social-icons{
        justify-content: center;
        margin: 15px 0;
    } */
    /* .copyright .contact-info{
        justify-content: center;
    } */
    .copyright p{
        margin-top: 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;
    }

    .features {
        padding: 50px 0;
    }

    .features .nav-pills .nav-link:last-child {
        margin-bottom: 30px;
    }

    .real-time-broadcast .overlay {
        margin-bottom: 30px;
    }

    .customer-support .icon {
        margin-bottom: 15px;
    }

    .experience-convene .white-bg {
        padding: 25px;
    }

    .newsletter-form .btn {
        font-size: 14px;
    }

    .newsletter-form .form-control {
        width: 100%;
    }

    .social-icons {
        justify-content: center;
        margin-top: 15px;
    }

    .contact-info .item,
    .contact-info .logo {
        margin-bottom: 15px;
    }

    .copyright ul {
        justify-content: center;
    }

    /* .copyright ul li:first-child {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0;
        text-align: center;
    } */
    .copyright .contact-info,.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 {
        padding: 50px 0;
    }

    .countup .item {
        margin-bottom: 30px;
    }

    .countup .item .title {
        text-align: center;
    }

    .meet-you {
        margin-bottom: 30px;
    }

    .all-resources .white-bg {
        padding: 30px;
    }

    .page-banner {
        padding: 80px 0 150px;
    }

    .resources-page .page-banner {
        padding: 60px 0 110px;
    }

    .article-padding {
        padding: 25px;
    }

    .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;
    }

    .article-section-title span {
        font-size: 14px;
    }

    .contact-wrapper .form-info-wrapper .gray-bg {
        padding: 30px;
    }

    .contact-wrapper .form-info-wrapper .form-wrapper h5 {
        font-size: 13px;
    }

    .contact-wrapper .form-info-wrapper .form-wrapper h2 {
        font-size: 25px;
    }

    .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 a,
    .request-demo-page .custom-breadcrumb .breadcrumb .breadcrumb-item,
    .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{
        padding: 50px 0;
    }
    .faq-contact .play{
        margin-top: 30px;
        display: block;
    }
    .download_app li:first-child{
        flex: 0 0 100%;
        text-align: center;
    }
}
.tel{
    direction: ltr;
}
/*---------------------------------*/
/* End Responsive */
/*---------------------------------*/

/*---------------------------------*/
/* Start Select2 */
/*---------------------------------*/

.select2-style-1 {
    position: relative;
}

.select2-style-1 .select2-container:focus,
.select2-style-1 .select2-selection {
    box-shadow: none;
    outline: none;
}

.select2-style-1 .select2-container .selection .select2-selection {
    height: 40px;
    background: transparent;
    transition: all ease 0.3s;
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    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: all 0.3s ease;
}

.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: transparent;
}

.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;
    /* border-bottom: solid 1px var(--main-border-gray-color); */
    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;
}

/*---------------------------------*/
/* End Select2 */
/*---------------------------------*/


/*---------------------------------*/
/* Start RTL */
/*---------------------------------*/
html[dir="rtl"] .experience-convene .shape{
    transform: scaleX(-1);
}
html[dir="rtl"] .list-with-check li:after,
html[dir="rtl"] .footer-widgets .widget .title:after,
html[dir="rtl"] .contact-wrapper .form-info-wrapper .form-wrapper h2: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"] .back-to-top.show{
    transform: translateX(0px);
}
html[dir="rtl"] .contact-wrapper .form-info-wrapper .gray-bg{
    border-radius: 0 10px 10px 0;
}
/*---------------------------------*/
/* End RTL */
/*---------------------------------*/


.swal-icon--warning__body, .swal-icon--warning__dot {
    background-color: red;
}

@keyframes pulseWarning {
    0% {
        border-color: red;
    }

    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);
}
