.banner-container {
    padding-left: 60px;
    overflow: hidden;
}
.banner-container-arabic {
    padding-right: 60px;
    overflow: hidden;
}
.banner-bg-img {
    background-image: url(../img/banner/banner-line.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    display: flex;
    align-items: center;
}

.custom-slick-dots {
    display: none;
}

.slick-slide {
    width: 100%;
}

.slick-current {

    display: flex !important;
    flex-direction: column;
    justify-content: center;

}

.banner-text {
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 400;
}

.banner-blue-text {
    color: #123274;
       font-family: 'Open Sans', sans-serif !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    /* 126.667% */
}

.banner-black-bold-text {
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}

.banner-green-text {
    color: #62B394;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}

.counter {
    border-radius: 10px;
    padding: 8px 25px;
    color: #E2E2E2;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    right: 5%;
    margin: -46px 0 0 0;
}
.fixed-number {
    color: blue;
}

.counting-number {
    color: red;
}


.h-100-1vh {
    height: 100vh;
}

.h-100-2vh {
    height: 100vh;
}

.banner-slider-img {
    object-fit: cover;
	height: 629px;
    width: 100%;
}


.banner-viwe-box {
    position: absolute;
    bottom: 17%;
}

/* section banner start */
.section-banner-img {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/banner/section-banner.png);

}

.section-banner-align {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    height: 300px;
}

.banner-s-name {
    text-align: center;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    background: linear-gradient(178deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* 143.333% */
}

.breadcrumb-item a {
    color: #7C7C7C;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    /* 477.778% */
}

.breadcrumb-item.active {
    color: #65BA93;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.breadcrumb-item {
    font-family: 'Open Sans', sans-serif !important;
    color: #7C7C7C;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
    /* 477.778% */
}

.section-banner-blog-align {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    height: 215px;
}

.blog-breadcrumb.active {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    /* 477.778% */
    background: linear-gradient(90deg, #65BA93 0%, rgba(101, 186, 147, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* section banner end */



section.main-banner-1 {
    padding: 161px 0 100px 0;
	background: url(../img/banner/banner-line.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position: right top;
}
section.main-banner-1 h3 {
    color: #123274;
	font-family: 'Open Sans', sans-serif !important;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 44.964px;
}
.custom-btn-banner {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.custom-slick-arrow.custom-slick-arrow-left {
    margin: 0 92px 0 0px;
}
.custom-slider-bnr-right {
    border-right: 3px solid #65BA93 !important;
}
.b-slider-cnt p {
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.b-slider-cnt a {
    color: #868686;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 95px;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #A4A4A4;
    background: linear-gradient(134deg, rgba(255, 255, 255, 0.21) 2.18%, rgba(255, 255, 255, 0.26) 162.51%);
    box-shadow: 0px 4px 20px 0px rgba(73, 109, 159, 0.10);
    width: 195px;
    height: 55px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
section.main-banner-1 h3 {
    color: #123274;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 44.964px;
    margin: 0 0 56px 0;
}
@media only screen and (max-width: 768px)
.slick-slide {
    height: auto;
}