@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body {
    overflow-x: hidden;
    background: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    overflow-x: hidden;
}

p {
    text-align: left;
    margin: 0;
    color: #000;
    padding: 0;
}

button,
button:focus,
button:active {
    outline: none !important;
    box-shadow: 0 0 !important;
}

form input::placeholder {
    font-size: 15px;
    color: #888;
    text-align: left !important;
}
.parsley-error,.parsley-required {
    border-color: #bf0303 !important;
    color :#bf0303 !important;
}
ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a,
a:hover,
a,
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
    transition: 0.35s all;
}

button,
button:focus,
button:active {
    text-decoration: none;
    border: 0;
    outline: 0;
}

.form-control,
.form-control:focus,
input,
input:focus{
    border: 1px solid #ddd;
    box-shadow: 0 0;
    transition: 0.35s ease-in-out;
    height: 37px;
    border-radius: 5px;
    outline: 0 !important;
}
img {
    max-width: 100%;
    height: 100%;
}

button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Rubik", sans-serif;
}

svg {
    height: 16px;
    width: 16px;
}
x`.cursor {
    cursor: pointer;
}

.philosopher {
    font-family: "Philosopher", sans-serif;
}

.font-700 {
    font-weight: 700;
}

.font-1-5 {
    font-size: 24px;
}

.font-2-25 {
    font-size: 36px;
}

.font-small {
    font-size: 16px;
    width: 96%;
    margin: 0 auto;
}

/*==== Common css end ====*/

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: #222;
}

p {
    margin: 0;
    padding: 0;
}

.section-padding {
    padding: 40px 0;
}
.section_title {
    padding: 0px 0 25px;
}
.section_title p {
    color: #FFBC09;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
}

img {
    width: 100%;
}

.section-title h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
}

.section-title h2 {
    text-transform: uppercase;
    text-align: left;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 15px;
}

.section-title span {
    margin-right: 0px;
}

/*==== common css End ====*/

/*==== Topbar css start ====*/
.topbar {
    background:#008b3c;
    height: 45px;
    line-height: 45px;
}
.top_bar_menu {
    display: none;
}
.header-top {
    text-align: -webkit-auto;
}
.main_header_top_bar{
    display:none;
}
.header-top ul li {
    margin: 0 10px;
}
.event_venue p {
    text-align: center;
}
.event_price p {
    text-align: center;
}
.event_price strong {
    color:#008b3c;
}
.event_venue strong {
    color:#008b3c;
}
.header-top ul li a i {
    color: #fff !important;
    margin-right: 6px;
}

.main__header_top {
    display: flex;
    justify-content: space-between;
}

.mobile-header {
    display: none;
}

.heder-social ul li a {
    margin-left: 6px;
    background: #FFBC09;
    height: 30px;
    width: 30px;
    line-height: 32px;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 50px;
}

.header-top ul li a {
    color: #fff !important;
    display: inline-block;
}

.header-branches {
    text-align: right;
}

.header-social {
    text-align: right;
}

.header-branches ul li a {
    color: #fff;
    margin-right: 10px;
}

li.custom-dropdown a i {
    font-size: 15px;
    margin-left: 1px;
}
.header-book {
    text-align: right;
}

.booknow_btn,
.booknow_btn:hover {
    background: #FFBC09;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
}

.heder-social {
    text-align: end;
}

/*Topbar Css End*/

/*==== Mobile Menu Css Start ====*/
.logo-area {
    width: auto;
    height: 80px;
    margin-top: 0;
}
.logo-area a {
    height: 100%;
    display: block;
    padding: 5px;
    position: relative;
}

.logo-area a span,
.footer-logo a span {
    position: absolute;
    top: 0;
    left: 18px;
    font-size: 10px;
    font-weight: 600;
    color: #7c043d;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.footer-logo a span {
    top: 10px;
    left: 38px;
}

.logo-area a img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.mobile-menu {
    display: none;
}

.menu-area {
    text-align: right;
}
.menu-area ul li a {
    color: #190238;
    text-align: right;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 80px;
    padding: 8px 6px;
    transition: all 0.5s ease;
    text-transform: uppercase;
}
.col-sm-12.application__form {
    width: 75%;
    margin: 0 auto !important;
    padding: 50px 0;
}
button.btn__application {
    background: #fff;
    width: 100%;
    border: 1px solid#008b3c;
    border-radius: 3px;
    padding: 8px;
    color:#008b3c;
    transition: all 0.3s ease-in-out;
}
button.btn__application:hover {
    background:#008b3c;
    color:#fff;
}
.menu-area ul li a:hover {
    color: #FFBC09;
}

.menu-area .active {
    transition: all 0.5s ease;
    color: #FFBC09;
}

.menu-area .active:hover {
    color: #FFBC09;
}

.menu {
    cursor: pointer;
}

.menu-area ul li {
    position: relative;
    display: inline-block;
}

.cont_menu a {
    background: #FFBC09;
    border-radius: 50px;
    color: #fff !important;
    transition: 0.35s all;
    padding: 10px 12px !important;
}

.cont_menu a:hover {
    background: #FFBC09;
}

.menu {
    cursor: pointer;
}

.custom-dropdown {
    position: relative;
    transition: all 0.5s ease;
}

.submenu {
    position: absolute;
    background: #fff;
    width: 270px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    top: 110%;
    z-index: 9;
    right: -112px;
    padding: 0px;
}

.custom-dropdown:hover .submenu {
    visibility: visible;
    opacity: 1;
    transition: all 0.35s ease;
    top: 100%;
}

.submenu li {
    display: block !important;
}

.submenu li a {
    margin: 0 !important;
    color: #222 !important;
    padding: 5px 10px !important;
    text-align: left !important;
    line-height: 28px !important;
    transition: 0.35s all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.submenu li a:hover {
    color: #fff !important;
    background:#008b3c;
}

/*==== header area starts ====*/
section.header {
    background-color: #fff;
    box-shadow: 0px 1px 10px #6c6c6c;
}

/*==== header area end ====*/

/*==== slider css start ====*/
.slider-area {
    position: relative;
    z-index: 1;
}

.slider-area:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #f7f7ff;
    z-index: -1;
}

.slider-item {
    width: 100%;
    height: 480px;
}
.slider-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 540px;
}
.slider-content h2 {
    font-size: 44px;
    font-weight: 400;
    color: #232725;
}

.slider-content a {
    padding: 8px 24px;
    background: linear-gradient(263.28deg,#ff6a56 1.1%,#fdaf4d 141.83%);
    font-size: 22px;
    border-radius: 50px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    transition: 0.35s all;
}

.slider-content a:hover{
   background:#008b3c;
}

/*==== Slider css end ====*/

/*==== Why choose css start ====*/
.whychoose_section {
    padding-top: 50px;
    background: #DBE8FF;
    padding-bottom: 0 !important;
}
.whychoose-title p {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 600;
    color: #FFBC09;
}
.whychoose-content {
    padding-right: 80px;
    padding-bottom: 45px;
}
.whychoose-content ul {
    padding-left: 30px;
}
.whychoose-content ul li {
    position: relative;
}
.whychoose-content li {
    margin: 3px 0;
}
 .whychoose-content ul li:before {
    content: '\f14a';
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900; 
    color: #2ECC71;
    position: absolute;
    left: -30px;
    top: 0;
}
/*==== Why choose css end ====*/

/*==== partners css start ====*/
.partner_section {
    background: #DBE8FF;
    padding-bottom: 60px !important;
}
.partner_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.partner_item_box {
    height: 75px;
    width: 150px;
    margin: 4px;
    padding: 1px;
    /*background: #fff;*/
    border-radius: 8px;
}

.partner_item_box img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/*==== partners css end ====*/

/*==== Single package css start ====*/

.breadcrumb-section {
     background-image: url('../images/breadcrumb.jpg'); 
    padding: 65px 0px !important;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.breadcrumb-section::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6,5,81,0.8);
    z-index: -1;
}
.bread-crumb {
    text-align: center;
}
.bread-crumb ul li a {
    color: #FFBC09 !important;
    font-size: 18px;
    margin: 0 5px;
}
.service-d-description p {
    font-size: 15px;
    color: #232323e6;
}
.service-d-title h3 {
    font-size: 30px;
    font-weight: 600;
}
.service-area-box {
    margin: 0px 6px 0 0;
}
.service-d-image {
    margin: 25px 0px;
    border-radius: 50px;
    overflow: hidden;
}
.service-list-box {
    margin: 0px 0px 0px 6px;
}

.service-list-card {
    box-shadow: 1px 3px 15px #ddd;
    padding: 20px;
    transition: 0.35s all;
    border-radius: 5px;
    background: #fff;
}
h4.select_prefared {
    text-align: center;
    font-size: 16px;
    background: #ddd;
    width: 98%;
    margin: 0 auto;
    padding: 7px;
    color:#008b3c;
    border-radius: 3px;
}
.service-list-title {
    text-align: center;
    margin-bottom: 10px;
}
.service-list-item label {
    margin-bottom: 8px !important;
}
.service-list-item ul li {
    display: block;
}
.service-list-item ul li a {
    display: block;
    border-bottom: 1px solid #ddd;
    margin: 2px 0;
    padding: 6px 0;
}
.service-list-item ul li a:hover {
    background:#008b3c;
    color: #fff;
}
.service-list-item ul li:last-child > a {
    border-bottom: 0;
}
.service-d-title h3 {
    color: #000000;
}
.all__university_sec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.part__page_title {
    text-align: center !important;
    margin: 8px 0px 13px;
}
.service-list-title h3 {
    font-size: 15px;
    background:#008b3c;
    color: #fff;
    padding: 10px 0px;
    border-radius: 5px;
}
.section-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.section-title p {
    text-align: center;
}

section.package-section {
    padding: 80px 0;
    background: #ededed;
}

.single-package {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    transition: 0.35s all;
    margin-bottom: 10px;
}

/* .single-package:hover {
    transform: translateY(-10px);
} */

.single-package ul li i {
    color: #FFBC09;
    margin-right: 5px;
}

.package-title {
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
}

.service-info {
    padding: 15px;
    padding-top: 0;
}

.package-info ul li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    border-radius: 5px;
    line-height: 20px;
    font-size: 14px;
}

.package-info ul li:nth-child(odd) {
    background: #f2f2f2;
}

.package-info ul li>span:first-child:after {
    top: 0px;
    right: 8px;
    display: table;
    content: ":";
    position: absolute;
}

.package-info ul li>span:first-child {
    position: relative;
    padding-right: 10px;
}

.book-now {
    text-align: center;
}

.book-now a {
    background: darkcyan;
    padding: 8px 50px;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    margin-top: 15px;
    transition: 0.35s all;
    font-weight: 700;
    text-transform: uppercase;
}

.book-now a:hover {
    background: #FFBC09;
    margin-top: 15px;
}

.service_title {
    margin: 18px 0 12px;
}

.service_title span {
    font-size: 23px;
    font-weight: 500;
}



.service_description p {
    font-size: 15px;
    font-weight: 400;
    color: #616161f7;
}

/*==== Single package css end ====*/

/*==== Banner image  css start ====*/
.banner-section {
    background: url("https://psacunion.ca/sites/psac/files/styles/panopoly_image_full/public/psac-scholarship_960x488.jpg?itok=1pIvHTzr");
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.banner-content {
    max-width: 790px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0;
    z-index: 99;
    position: relative;
}

.banner-section:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    content: "";
    z-index: 1;
}
.banner-content h1 {
    text-align: center;
    color: #FFBC09;
    font-weight: 700;
    margin: 20px 0;
}

.banner-content p {
    text-align: center;
    color: #f1f1f1;
}

.banner-content a {
    background: #FFBC09;
    color: #fff;
    margin-top: 25px;
    display: inline-block;
    padding: 7px 31px;
    font-size: 17px;
    border-radius: 50px;
    transition: 0.35s all;
}

.banner-section a:hover {
    background:#008b3c;
}

/* ==== Client css Start ==== */
.client-bg {
    background: #edf6fd;
}

.section-title h3 {
    color: #4659A7;
    text-transform: uppercase;
    font-weight: 600;
}

.logo-item {
    height: 130px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 5px;
}

.logo-item img {
    object-fit: contain;
}

/* ==== Client css End ==== */

.testimonial-section {
    position: relative;
    z-index: 9;
    padding: 90px 0;
    padding-bottom: 105px;
}

.testimonial-title h3 {
    text-align: center;
    color: #000;
    font-weight: 600;
    margin-bottom: 35px;
    font-family: "Poppins", sans-serif;
}

.testimonial-body {
    background: #ebc344;
    color: #f9f9f9;
    padding: 25px;
    position: relative;
}

.t-icon {
    position: absolute;
    left: 10px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background:#008b3c;
    text-align: center;
    border-radius: 50px;
}

.testimonial-person {
    display: grid;
    grid-template-columns: 70px auto;
    grid-gap: 15px;
    margin-top: 35px;
    align-items: center;
}

.testimonial-img {
    height: 70px;
    width: 70px;
}

.testimonial-img img {
    border-radius: 50px;
    border: 4px solid #fff;
    padding: 0px;
}

.client-info h6 {
    margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.client-info p {
    color: #000;
}

.team-slider {

    /* css nesting rules */
    button.owl-prev span,
    button.owl-next span {
        font-size: 39px;
        color: #fff;
    }

    button.owl-prev span::after,
    button.owl-next span::after {
        color: #FFBC09;
        font-family: "fontAwesome";
    }

    button.owl-prev span::after {
        content: "\f053";
    }

    button.owl-next span::after {
        content: "\f054";
    }

    .owl-nav {
        display: flex;
        justify-content: flex-end;
    }
}

/* ============footer css==================start========== */

/* ============Application form css==================start========== */
section.submit-application {
    text-align: -webkit-center;
    padding-top: 0;
}

.fixed-button {
    padding: 13px 32px;
}

.content-start {
    text-align: start;
}

.modal-title {
    font-weight: 600 !important;
    font-size: 18px !important;
}

label {
    display: inline-block;
    font-size: 15px !important;
}

.form-label {
    margin-bottom: 8px !important;
    position: relative;
}

.onload_message {
    width: 490px;
    height: 440px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: white;
    z-index: 99;
    padding: 0px;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
    transition: 0.35s all;
}



.this_show {
    width: 490px;
    height: 455px;
    visibility: visible;
    opacity: 1;
    transition: 0.35s all;
    top: 0px;
    position: fixed;
    box-shadow: 1px 1px 9px 3px #00000030;
}

.event_img {
    height: 350px;
}

.event_img img {
    height: 100%;
    width: 100%;
}

.event-box {
    border: 1px solid #FFBC09;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 1px 3px 15px #ddd;
}
.event_date p {
    color: #FFBC09;
    font-weight: 700;
}
.event__data {
    padding: 10px 20px;
    text-align: center;
}
.event-title h5 {
    color:#008b3c;
    padding-bottom: 6px;
}
.event_date {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: white;
    top: -18px;
    padding: 5px 40px;
    border-radius: 6px;
    box-shadow: 1px 3px 15px #ddd;
    border: 1px solid #FFBC09;
}
.event-d-img {
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
}

.event-section {
    background: #f1f1f1;
}

.event-booking-btn button {
    display: block;
    background: #FFBC09;
    color: #fff;
    outline: none;
    width: 100%;
    padding: 10px;
    transition: 0.35s all;
    border-radius: 0px;
}

.event-booking-btn button:hover {
    display: block;
    color: #fff;
    background:#008b3c;

}

.onload_message_close {
    position: absolute;
    top: 0px;
    right: 0px !important;
    color: white;
    background: red;
    z-index: 9999;
    font-size: 22px;
    width: 32px;
    text-align: center;
    border-radius: 2px;
}

.event_title {
    padding: 0px 7px;
}

.event_title h5 {
    color: #000;
    margin-top: 20px;
    font-weight: 600;
    font-family: inherit;
}

.event_btn button {
    padding: 10px 31px;
    background:#008b3c;
    color: white;
    border-radius: 3px;
    margin-top: 20px;
    display: block;
    width: 100%;
}

.main-blog-item-gird {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.main-blog-box {
    border: 1px solid #FFBC09;
    padding: 15px;
    text-align: center;
    box-shadow: 1px 3px 15px #ddd;
    border-radius: 5px;
}
a.btn_blogs {
    background:#008b3c;
    padding: 5px 7px;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    transition:all 0.3s ease-in-out;
}
a.btn_blogs:hover {
    background: #FFBC09;
}

.main-blog-img {
    height: 270px;
    width: 100%;
    margin-bottom: 20px;
}

.main-blog-img img {
    width: 100%;
    height: 100%;
}

.main-blog-title {
    height: 43px;
    overflow: hidden;
}

.main-blog-title h5 {
    font-size: 17px;
    font-weight: 400;
    text-align: start;
}

.main-blog-btn {
    margin: 15px 0 0;
    text-align: start;
}

/* single blog news */
.blognews-single-img {
    margin-bottom: 10px;
}

.blognews-single-img img {
    width: 100%;
    height: 100%;
    border: 2px solid#008b3c;
    border-radius: 5px;
}

.blognews-single-des-title {
    background-color:#008b3c;
    text-align: center;
    padding: 15px;
    color: white;
    border-radius: 3px;
    margin: 22px 0;
}

.recent-blognews-single {
    background: #06055112;
    padding: 10px;
    /* border-radius: 3px; */
}
.blognews-single-item-info {
    padding: 7px 3px;
}
.blognews-single-item {
    display: grid;
    grid-template-columns: 25% 75%;
    gap: 5px;
    background-color: #ffffffcc;
    border-radius: 5px;
}
.blognews-single-item-img {
    width: 80px;
    height: 80px;
    position: relative;
    transition: 0.35s all;
    margin: 9px;
}
.blognews-single-des {
    margin-bottom: 20px;
}

.blognews-single-item-img:hover::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(255, 249, 249, 0.384);
    left: 0;
    border-radius: 11px;
}

.blognews-single-item-img img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.blognews-single-item-img::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    background-color: rgba(255, 249, 249, 0.384);
    left: 0;
    border-radius: 11px;
    transition: 0.35s all;
}

.blognews-single-item-info p {
    margin-bottom: 5px;
    letter-spacing: 1px;
}


.blognews-single-item-info li a {
    font-size: 13px;
    font-weight: 600;
    color: #434040;
}
/* ============Blog News css==================end========== */

.container_footers {
    width: 1400px;
    margin: 0 auto;
}

.main__footer__section {
    background: #333;
    padding: 80px 0px 60px;
}

.item__logo_footer {
    height: 80px;
    width: auto;
    display: flex;
    justify-content: center;
}

.item__logo_footer img {
    width: auto;
    height: 100%;
}

.footer_des p {
    color: white;
    margin: 15px 0px;
    text-align: justify;
}

.footer__social__media i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px 0;
    border-radius: 50%;
    border: 1px solid #ebc344;
    color: white;
    transition: 0.3s all ease-in-out;
}

.footer__social__media li:hover i {
    background: green;
    transform: scale(0.9);
    border: 1px solid green;
}

.items__title {
    font-size: 24px;
    color: white;
    margin-bottom: 10px;
}

.footer__item li {
    display: block;
}

.footer__item li a {
    color: white;
}

.footer__social__media li {
    display: inline;
    border-bottom: none !important;
}

.footer__gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin-top: 27px;
}

.footer__gallery_img {
    height: 80px;
    width: 100%;
    border: 2px solid #ebc344;
    border-radius: 3px;
    overflow: auto;
}

.footer__gallery_img img {
    object-fit: cover;
}

.footer__item li {
    position: relative;
    line-height: 32px;
}

.footer__item li.item-list {
    display: flex;
    align-items: center;
}

.footer__item li.item-list span {
    display: inline-block;
    width: 15px;
}

.footer__item li.item-list span i {
    color: #ebc344;
    font-size: 10px;
}

.footer__item li.item-list a {
    display: block;
    padding: 5px 0;
    transition: 0.3s all ease-in-out;
}

.footer__item li.item-list:hover a {
    color: #e8c144;
    margin-left: 5px;
    transition: 0.3s all ease-in-out;
}

.footer__bottom_section {
    border-top: 2px solid #ebba3f;
    background: #333;
    height: 70px;
    line-height: 70px;
}

.footer__bottom_section li a {
    color: white;
}

.footer__bottom_section p {
    text-align: end;
    color: white;
}

.footer__bottom_section p a {
    color: #ebc344;
}

a.terms__con {
    position: relative;
    padding: 0 0 0 5px;
}

a.terms__con::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 17px;
    background: white;
    left: -2px;
    top: 3px;
}

.footer__bottom_section li:first-child {
    margin-left: 0px;
}

.footer__bottom_section li {
    margin-left: 5px;
}

.footer_top_container {
    width: 1100px;
    margin: 0 auto;
}

.item_top-main {
    display: grid;
    grid-template-columns: 12% 88%;
}

.footer_top_item_data h4 {
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.footer_top_item_data h3 {
    font-size: 19px;
    color: #fff;
}

.icon__top {
    line-height: 53px;
    font-size: 23px;
    padding-left: 11px;
    color: white;
}

.footer_top_item.center_item {
    background: #ebc344;
}

.footer_top_item {
    padding: 25px 0px;
}

.footer__section {
    margin-bottom: -35px;
}

.fotter__top_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background:#008b3c;
    border: 10px solid #fff;
    border-radius: 3px;
}

.footer_top_item_data {
    margin: 6px 0 0 0;
}

.footer_social_media li {
    display: inline-block;
    border: 1px solid;
    border-color: #ddd;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.footer_social_media li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}



.footer-contact ul li i {
    background: white;
    padding: 10px;
    border-radius: 7px;
    color: #515151;
    font-weight: 800;
    width: 35px;
}

/*==== FOOTER  CSS START ====  */
.footer-about h6 {
    color: #fff;
    margin-top: 16px;
    margin-bottom: 8px;
}

.section-title-right ul li a {
    text-transform: capitalize;
    margin-left: 10px;
    cursor: pointer;
}

li.con_title a {
    color: #0071dc !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-top: 25px;
}



.footer-menu ul li a {
    color: #959595;
    margin: 8px 0;
    display: block;
    transition: 0.35s all;
}

.footer-top {
    padding: 50px 0;
    background:#008b3c;
}

.footer-about {
    text-align: center;
    padding-right: 70px;
}

.footer-about p {
    text-align: center;
    margin: 5px 0;
    color: #fff;
    font-size: 16px;
}

.footer-about h3 {
    font-size: 16px;
    font-weight: bold;
    color: #dee5e5;
    margin: 10px 0;
}

.footer-about ul li a {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 50px;
    margin: 0 2px;
    text-align: center;
    color: #fff;
}

.footer-menu ul li a:hover {
    color: #FFBC09;
    margin-left: 2px !important;
}

.footer-about ul li a .feather {
    color: #fff;
}



.footer-about a {
    display: block;
    color: #fff;
}

.footer-about a img {
    height: auto;
    width: 110px;
    object-fit: contain;
}

.footer-menu .title {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    font-size: 17px;
}

.social_link li {
    display: inline-block !important;
}

.social_list {
    width: 35px;
    background: #FFBC09;
    text-align: center;
    border-radius: 19%;
    height: 35px;
}

.social_list i {
    font-size: 19px;
    color: #ffffff;
}

.footer-menu ul li {
    display: block;
}

.footer-menu ul li a {
    color: #fff;
    margin: 8px 0 !important;
    display: block;
}

.footer-bottom {
    background: #027031;
    padding: 10px;
}

.copyright a {
    color: #fff !important;
}

.footer-hotlint {
    color: #f1ffe7;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.copyright p {
    text-align: center;
    color: #fff;
}

.section-padding {
    padding: 50px 0;
}

section.feature__box {
    padding-top: 65px;
}
.contact-item {
    box-sizing: border-box;
    padding: 10px 10px;
    margin-bottom: 5px;
    box-shadow: 2px 2px 13px -1px rgba(0, 0, 0, 0.75);
    position: relative;
}

.contact-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    content: "";
    background:#008b3c;
}

.contact-icon a {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    right: 0;
    color: #fff;
    font-size: 35px;
}

.contact-address {
    margin-left: 100px;
    padding: 10px 10px;
}

.contact-address p {
    color: #262626;
}

.contact-form {
    padding: 5px 5px;
}

.contact-form h2 {
    font-size: 18px;
    font-weight: 600;
}

.form-group .form-control {
    box-shadow: none !important;
    border: 1px solid #ddd;
    margin-top: 0px;
}

.custom-breadcrumb {
    background: url("../images/banner-bg.jpg");
    padding: 65px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.bread-title {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left;
}

.custom-breadcrumb::after {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: -1;
}

.custom-breadcrumb1 {
    background: url("../images/fac.jpg");
    padding: 65px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    /*    background-size: cover;*/
}

.bread-title1 {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left;
}

.custom-breadcrumb1::after {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: -1;
}

.costome-btn {
    width: 100px;
    transition: 0.35s all;
}

.costome-btn:hover {
    background-color: #000;
    margin-left: 5px;
}

/*============contact css==================end==========*/
/*============gallery css==================start==========*/
.gallery-section {
    background: linear-gradient(to top, #effffc, transparent 30%);
    padding: 100px 0px 20px;
    position: relative;
}

.sample-widget {
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px;
    background: #FFBC09;
}

.equipments-image {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.equipments-image img {
    height: 100%;
    width: 100%;
}

.overlay {
    position: absolute;
    background: rgb(6 5 81 / 65%);
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    top: 100%;
    left: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 22px;
    color: #FFBC09;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.sample-widget:hover .overlay {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.gal_title p {
    color: white;
    text-align: center;
}

/*============Gallery css==================end==========*/

/*===== Branch css start ====*/
.branch-section {
    background-image: url('https://coolbackgrounds.io/images/backgrounds/white/white-trianglify-b79c7e1f.jpg');
    object-fit: cover;
    background-size: cover;
    padding-bottom: 87px;
}

.main-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.branch-item {
    display: grid;
    place-items: center;
    text-align: center;
    height: 100%;
    border: 1px solid #b5b2b2ad;
    border-radius: 6px;
    padding: 30px 23px;
    background-color: white;
    transform: scale(0.97);
    transition: 0.35s;
}

.branch-item:hover {
    transform: scale(1);
}

.branch-item h4 {
    margin-bottom: 20px;
    font-size: 20px;
}

.branch-flag {
    height: 80px;
    width: 80px;
    display: flex;
}

.branch-flag img {
    height: 100%;
    width: 100%;
}

.branch-info {
    margin-top: 30px;
}

.branch-info li {}

.branch-info li strong {}

.branch-info p {
    line-height: 32px;
}
/*===== Branch css end*/

/*======about css start======*/
.about-content {
    padding: 30px;
    position:relative;
}
.about-content:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    border: 4px solid #FFBC09;
    content: "";
    z-index: -1;
}
.about-content:after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 80%;
    width: 50%;
    border-right: 4px solid #FFF;
    content: "";
    z-index: -1;
    transform: translateY(-50%);
}
.about-content p {
    color: #666;
}
.about-title h4 {
    font-size: 24px;
    margin-bottom: 15px;
}
.about-content span {
    line-height: 24px;
    color: #000;
}

.custom-breadcrumb {
    background: url("../images/bc.jpg");
    padding: 65px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-mission-section {
    background: #fff;
    padding: 50px 0px;
}

.section-title h2 {
    text-transform: uppercase;
    text-align: left;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 15px;
}

.section-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 26px;
}

.about_btn {
    margin-top: 15px;
}
.about_btn:hover button {
    margin-left: 10px;
    background: #FFBC09;
}

.about_btn button {
    background:#008b3c;
    color: white;
    padding: 6px 22px;
    border-radius: 4px;
    transition: 0.35s all;
}
/*==== Why Choose us end====*/

/*==== Service slider start ====*/
.hservice-item {
    box-shadow: 0px 6px 8px #ddd;
    margin-bottom: 15px;
    border-radius: 5px;
}

.hservice-content {
    padding: 15px;
}

.hservice-content p {
    font-size: 18px;
    margin-bottom: 15px;
}
.hservice-view-btn a {
    border: 1px solid#008b3c;
    padding: 6px 15px;
    display: inline-block;
    border-radius: 5px;
    color:#008b3c;
}
.hservice-view-btn a:hover {
    background :#008b3c;
    color: #fff;
}
/*==== Service slider end ====*/
.success-doc-item {
    border: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 5px;
}

.client_success_section {
    background: #f5f5dcb0;
    padding-top: 90px;
}

.success_stroy_area p {
    text-align: center;
    font-size: 22px;
    font-family: inherit;
    font-weight: 600;
    color: #FFBC09;
    position: relative;
}

.success_after::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 101%;
    background-color: #FFBC09;
    left: 0;
    bottom: -3px;
}

.success-slider {
    position: relative;
}

.success-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    content: "";
}

.success-slider .owl-dots .owl-dot {
    height: 17px;
    width: 17px !important;
    margin: 0px 5px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.success-slider .owl-dots .owl-dot.active {
    background: #ffff !important;
}

.success-item {
    width: 100%;
    text-align: center;
    padding: 23px 40px;
}

.success-item h6 {
    font-size: 16px;
}

.success_icon {
    height: 40px;
    padding: 0 173px;
}

.success_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.success-item p {
    font-size: 15px;
    color: #434242cf;
    font-weight: 500;
}
.success_round_img {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 6px;
    margin-top: 13px;
}

.success_round_img img {
    width: 100%;
    height: 100%;
}

.success-item img {
    height: 100%;
    border-radius: 50%;
}

.success-item img {
    height: 100%;
}


.success-slider button.owl-prev {
    position: absolute;
    top: 50%;
    left: -93px;
    outline: none;
}

.success_stroy_area {
    text-align: center;
}
.success-slider-area {
    background: #DBE8FF;
    margin-top: 30px;
}
p.success_after {
    position: relative;
    display: inline-block;
}
.feedback-banner img {
    margin-top: 20px;
    padding: 23px;
}
.feedback-banner img {
    margin-top: 20px;
    padding: 23px;
}
.success-slider button.owl-prev i {
    background-color:#008b3c;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    border-radius: 5px;
}

.success-slider button.owl-next {
    position: absolute;
    top: 50%;
    right: -93px;
    outline: none;
}

.success-slider button.owl-next i {
    background-color:#008b3c;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    border-radius: 5px;
}

.video-container {
    height: 339px;
    margin-bottom: 15px;
}

.video-container iframe {
    width: 100%;
    height: 100%;
}

/*============success stoty slider css==================end==========*/

.col-sm-8.mb-3.event__section {
    margin: 0 auto;
}
/*==== CEO Css Start ====*/
.owner-message {
    margin: 30px 0;
    border: 2px solid #ddd;
    padding: 35px 15px;
    border-radius: 5px;
}

.owner-info {
    margin: 12px 0;
}

.owner-info p {
    text-align: center;
    font-size: 16px;
}

.owner-message .title {
    color: #ed450c;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
    padding-left: 15px;
}

.messge-description {
    padding-left: 15px;
}

.imgr {
    border-radius: 50%;
    border: 5px;
    height: 200px;
    width: 200px;
    background: #f1f1f1;
}

.owner-info img {
    margin-bottom: 12px;
}

.box1 {
    padding: 4px;
    border-style: solid;
    border-color:#008b3c;
    border-width: 7px;
}

.mission-section {
    padding: 50px 0;
}


.vision-section {
    background: #f4fbf6;
    padding: 50px 0;
}
.mv_img {
    padding: 50px;
}

/*==== CEO Css END ====*/

/*============facilities css==================start==========*/
section.visa__processing {
    padding: 60px 0;
}

section.visa__document {
    padding: 60px 0;
}

section.visa__apply {
    padding: 60px 0;
    background: #eaf9e4;
}

section.visa__step {
    padding: 60px 0;
    background: #eaf9e4;
}

.facilities_title h3 {
    font-style: normal;
    margin-bottom: 16px;
    font-family: "Philosopher", sans-serif;
    font-weight: 900;
}

.facilities__title h2 {
    font-family: "Philosopher";
    font-weight: 900;
    text-transform: capitalize;
}

.facilities_btn {
    margin-top: 30px;
}

.facilities_btn a {
    background: #ebc344;
    color: white;
    padding: 8px 30px;
    border-radius: 30px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    z-index: 99;
}

.facilities_btn a:hover {
    background: green;
    transition: 0.3s ease-in-out;
}

.visa__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.facilities__title {
    padding: 50px 0 30px 0;
    text-align: center;
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #FFBC09 !important;
}

section.visa__accordian {
    padding: 47px 0px;
}

/*============facilities css==================end==========*/
/* 
.service-sec {
    position: relative;
    z-index: 1;
    background-color: #b7dcbf;
}

.service-sec .image-column {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 55%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.service-sec .content-column {
    position: relative;
    width: 50%;
    padding: 150px 0 99px 0;
    z-index: 20;
}

.service-sec .content-column .inner-column {
    position: relative;
    max-width: 870px;
    margin: 0 auto;
    box-shadow: 29px 0px 51px rgba(0, 0, 0, 0.24);
    background-color: #fff;
}

.service-sec .content-column .text-column {
    position: relative;
    z-index: 1;
}

.service-sec .content-column .text-column .inner-box {
    position: relative;
    padding: 90px 120px 167px 243px;
    z-index: 2;
}

.large-heading {
    font-size: 38px;
    margin-bottom: 1rem;
}

.large-heading a {
    color: #0e7c00;
}

.large-heading a:hover {
    text-decoration: underline;
    color: yellow;
}

.inner-box p {
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
}

.dvService-area {
    border: 3px solid #000000;
    padding: 3px;
}

.dvService-area {
    border-width: 0;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 40%);
}

.dvCity-list-content {
    overflow: auto;
    margin: 0;
    overflow-y: scroll;
    height: 300px;
    position: relative;
    background: rgb(0 0 0 / 30%);
    padding: 0 10px;
}

.dvCity-list-content {
    padding: 10px;
    background: rgb(225 225 225 / 30%);
}

.dvCity-list-content ul.cities {
    column-count: inherit;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 0;
}

.dvCity-list-content ul.cities li {
    margin: 0;
}

.dvCity-list-content ul.cities li a {
    color: #047e3d;
    position: relative;
    padding-left: 30px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    transition: all 0.3s ease;
}

.dvCity-list-content ul.cities li a:before {
    left: 12px;
    top: 10px;
    content: "\f041";
    position: absolute;
    font-family: FontAwesome;
}

.dvCity-list-content::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.dvCity-list-content::-webkit-scrollbar {
    width: 5px;
}

.dvCity-list-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgb(255 255 255 / 30%);
    background-color: #000;
}

/*====  LOGIN CSS START ====  */
.auth-section input,
.auth-section input:focus {
    border: 1px solid #ddd;
}

.register-now.no-account a {
    text-align: center;
    display: block !important;
    width: 100%;
}

.form-content form .form-group {
    position: relative;
}

.form-content form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.no-account p {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.form-content {
    background: #fff;
    border-radius: 5px;
    margin: 25px 0;
    border: 1px solid #ddd;
    overflow: hidden;
}

.form-content form {
    padding: 0 15px;
}

.auth-title {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    text-align: left;
    margin-bottom: 7px;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 15px;
    background: #f5f7f9;
}

.resend_otp .feather {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.resend_otp button {
    border-bottom: 1px solid #db2c2c;
    color: #db2c2c;
}

.submit-btn {
    background: #f99502 !important;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 7px 0;
    text-transform: uppercase;
    margin: 6px 0;
    color: #fff;
}

.register-now.no-account {
    background: #fff;
    padding: 0 10px 15px 10px;
}

.register-now.no-account a {
    text-align: center;
    display: block !important;
    width: 100%;
}

.register-now a {
    border: 1px solid #ddd;
    width: 100%;
    padding: 6px 0;
    border-radius: 5px;
    transition: 0.35s all;
}

.register-now a:hover {
    background: #f99502;
    color: #fff;
}

.auth-inner {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

.auth-inner h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.form-label span {
    font-size: 20px;
    position: absolute;
    top: 3px;
    right: -15px;
    color: #ff2020;
}

/*====  LOGIN CSS END ====  */

/*====  PROFILE CSS START ====  */
.customer-auth {
    display: grid;
    grid-template-columns: 60px auto;
    grid-gap: 10px;
    background: #f5f7f9;
    padding: 10px;
    border-radius: 5px;
}

.customer-img img {
    border-radius: 50px;
}

.customer-section {
    padding: 20px 0;
    background: #e1e1e1;
}

.sidebar-menu {
    background: #f5f7f9;
    margin: 15px 0;
    border-radius: 5px;
}

.sidebar-menu ul li {
    display: block;
}

.sidebar-menu li a {
    padding: 10px 10px;
    display: block;
    font-size: 15px;
}

.customer-content {
    background: #f5f7f9;
    padding: 30px 15px;
    border-radius: 5px;
    position: relative;
}

.customer-content a.package-create-button {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color:#008b3c;
    padding: 4px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding-right: 30px;
}

.customer-content a.package-create-button::after {
    content: "\f067";
    font-family: fontAwesome;
    position: absolute;
    right: 10px;
}

.customer-content a.package-view-button {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color:#008b3c;
    padding: 4px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding-right: 30px;
}

.customer-content a.package-view-button::after {
    content: "\f06e";
    font-family: fontAwesome;
    position: absolute;
    right: 10px;
}

.backend_img {
    height: 80px;
    width: 80px;
    border-radius: 50px;
}

.account-title {
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    text-align: center;
    font-weight: 600;
}
.post-count {
    text-align: center;
    border-radius: 5px;
    padding: 10px 10px;
    color: #fff;
}

.post-count i {
    font-size: 18px;
}

.post-count h6 {
    margin: 5px 0;
}

.post-count p {
    color: #f1f1f1;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}
.new-message {
    margin-top: 35px;
}
.new-message h5 {
    font-size: 18px;
}
.invoice_btn,
.invoice_btn:focus {
    background: #e74b2c;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}

.sidebar-menu li a.active {
    color: #e74b2c;
}

/*====  PROFILE CSS END ====  */

/* ====== package details section starts ======== */
.package-info-section {
    padding-top: 80px;
    padding-bottom: 40px;
}

/* ====== package details section ends ======== */

.section-part-title {
    text-align: center;
    position: relative;
    z-index: 3;
}

.section-part-title h1 {
    font-size: 19px;
    background-color: #fff;
    display: inline-block;
    z-index: 3;
    position: relative;
    padding: 0px 20px;
}

.section-part-title::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: red;
    left: 0;
    top: 11px;
}

.section-part-title::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: red;
    right: 0;
    top: 11px;
}

.grid-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

.common-check-icon ul li {
    display: block;
    position: relative;
    line-height: 30px;
}

.common-check-icon ul li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: green;
    position: absolute;
    left: 0;
}

.section-end-line {
    width: 100%;
    height: 2px;
    background-color: black;
    margin: 70px 0;
}

.package-section-title {
    position: relative;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.package-section-title svg {
    height: 45px;
    width: 45px;
}

.package-section-title::after {
    position: absolute;
    bottom: 0;
    content: "";
    background-color:#008b3c;
    height: 1px;
    width: 100%;
}

.package-detail-title {
    font-size: 31px;
    color: #adad00;
    margin-bottom: 20px;
}

.footer_nav {
    display: none;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #ddd;
}

.footer_nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.footer_nav ul li {
    position: relative;
}

.footer_nav ul li a span {
    display: block;
}

.footer_nav ul li i {
    font-size: 16px;
}

.footer__bottom_bellow {
    display: flex;
    justify-content: space-between;
}

.footer__section {
    padding-bottom: 0px;
}

.footer_top_item_data h3 {
    font-size: 16px;
    color: #fff;
}

.key-highlights h4 {
    color:#008b3c;
    font-size: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.key-highlights h5 {
    font-size: 27px;
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.logo-image-icon ul li {
    position: relative;
    display: block;
}

.hotel-in-makkah {
    margin-bottom: 20px;
}

.hotel-in-makkah h4 {
    margin-bottom: 15px;
}

.hotel-in-madinah h4 {
    margin-bottom: 15px;
}

.makkah-madinah {
    margin-bottom: 15px;
}

.makkah-ziyarah {
    margin-bottom: 20px;
}

.makkah-ziyarah h4 {
    margin-bottom: 15px;
}

.madinah-ziyarah {
    margin-bottom: 20px;
}

.madinah-ziyarah h4 {
    margin-bottom: 15px;
}

.odd {
    background-color: #efefef;
}

.section-padding-details {
    padding-top: 50px;
    padding-bottom: 50px;
}

.apply-submit-button {
    display: inline-block;
    background-color:#008b3c;
    color: #fff;
    border-radius: 5px;
    padding: 8px 16px;
    transition: all 0.3s ease;
}

.apply-submit-button:hover {
    background-color: #ebc344;
    color: #000;
}

.grid-column-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gap-4 {
    grid-gap: 1rem;
}

.servicearea-section {
    padding-bottom: 100px;
}

.package-img {
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

.package-img a {
    display: block;
}

.package-item {
    height: 220px;
}

a.single-member-image {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid;
    border-color: #ddd;
    z-index: 9;
}

.package-img a img {
    object-fit: cover;
}

/* ==== section banner part ===== */
.section-banner {
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
}

.section-banner::after {
    position: absolute;
    content: "";
    background-color: rgb(0 0 0 / 30%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.section-banner .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
}

.section-banner .owl-dots .owl-dot {
    height: 15px;
    width: 15px !important;
    margin: 0px 5px;
    background: #190238 !important;
    border-radius: 50%;
}

.section-banner .owl-dots .owl-dot.active {
    background: #060551 !important;
}

.section-banner .banner-item {
    overflow: hidden;
    height: 300px;
}

.section-banner .banner-item img {
    height: 100%;
    object-fit: cover;
}

.section-banner h3 {
    color: #fff;
}


.section-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
    margin-top: 15px;
}

.section-item {
    overflow: hidden;
    height: 280px;
}

.section-item a {
    display: block;
    position: relative;
    height: 100%;
}

.section-item img {
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.section-item:hover img {
    transform: rotate(5deg) scale(1.3);
}

.section-item-desc {
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(0deg, black, transparent);
    padding: 0px;
    width: 100%;
}

.section-item-desc h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 30px !important;
}

.section-item-desc p {
    color: #fff;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-item-desc h4 {
    color: #000;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background-color: #ffc107;
    padding: 3px;
}

.view-more-items {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    background-color: #dc3545;
}

.view-more-items a {
    display: inline-block;
    border: 1px solid;
    padding: 5px 10px;
    transition: all 0.3s ease;
    color: #fff;
    border-color:#008b3c;
}

.view-more-items a:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.pro_details_name {
    margin: 20px 0;
}

.pro_details_name h3 {
    font-size: 30px;
}

.pro__description {
    margin: 20px 0;
    min-height: 100px;
}

.pro__titles {
    margin-bottom: 10px;
}

.form-content .input-group {
    border: 1px solid;
    border-color: #ddd;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 6px;
}

.input-group-text {
    padding: 2px 5px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: .375rem;
}
.toggle_password {
    height: 42px;
}
.product_img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
}

.product_img img {
    width: 100px;
    height: auto;
}

.details_img {
    height: 450px;
}

.details_img img {
    height: 450px;
    object-fit: cover;
}

.indicator_thumb {
    display: flex;
    column-gap: 10px;
    margin-top: 10px;
}

.indicator-item {
    max-width: 100px;
    height: 100px;
    border: 2px solid;
    border-color: transparent;
    overflow: hidden;
}

.indicator-item.active {
    border-color:#008b3c;
}

.indicator-item img {
    width: auto;
    height: 100px;
    object-fit: cover;
}

.offwhite {
    background-color: #ddd;
}

/* ============== switch buttons =================== */
.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 50px;
    height: 14px;
    margin: 5px;
    margin-left: 25px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: relative;
}

.slider {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    background: #B7B7B7;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: visible;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: #706F6F;
    border-radius: 100px;
    top: -8px;
    -webkit-transform: translateX(-0px);
    transform: translateX(-0px);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    background: #43AD50;
}

.off {
    position: absolute;
    left: -25px;
    top: -5px;
    color: #706F6F;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.on {
    position: absolute;
    right: -30px;
    top: -5px;
    color: #d3d3d3;
    font-family: 'roboto_light', sans-serif;
    transition: all ease .4s;
}

.switch input:checked~.off {
    color: #d3d3d3;
    top: -5px;
}

.switch input:checked~.on {
    color: #43AD50;

}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single {
    min-height: 38px;
    line-height: 35px;
}

.select2-results__option {
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    right: 5px;
}

.insert-review a {
    background: red;
    width: 300px;
    text-align: center;
    padding: 5px 9px;
    color: white;
    font-weight: 500;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
}

.rating>label {
    display: inline-block;
    position: relative;
    width: 28px;
    font-weight: 600;
    color: #009e60;
}

.rating label {
    font-size: 20px !important;
    cursor: pointer !important;
}

textarea#message-text {
    border: 2px solid;
    border-color: #009e60;
    max-width: 450px;
}

.rating>label.active:before,
.rating>label.active~label:before,
.rating>label:hover:before,
.rating>label:hover~label:before {
    content: "\2605";
    position: absolute;
    color: #009e60;
}

.rating input {
    display: none;
}

.review-section-inner {
    max-width: 500px;
    background-color: #ebebeb;
    padding: 30px;
    border-radius: 15px;
    box-shadow: inset 0px 0px 5px #999;
    display: block;
    margin: 0 auto;
}

button.details-review-button {
    background-color: green;
    COLOR: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 8px;
}

.review-card {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    margin: 10px 0;
}

.review_star {
    color: #ff7e22;
    margin-bottom: 7px;
}

a.details-member-name {
    font-size: 16px;
    color:#008b3c;
    text-decoration: underline;
    display: block;
}

.details-rating-box {
    font-size: 16px;
    color: #ebc344;
}

.bottom-line {
    border-bottom: 10px solid;
    border-color: #656565;
}



.package-slider {
    height: 220px;
}

.member-image {
    position: relative;
}

.member-image img {
    height: 150px;
    width: 150px;
    border: 2px solid;
    border-color: #ddd;
    border-radius: 50%;
    top: -90px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.rating-stars i {
    color: #ebc344;
}

button.btn-submit {
    background: #149777;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
}
.quick_link {
    margin-top: 15px;
    color: #e13b20;
}
.customer-sidebar {
    background: #fff;
    padding: 20px 15px;
    border-radius: 5px;
}
.small_img {
    height: 80px;
    width: 80px;
    border-radius: 50px;
}
.box_item {
    height: 100%;
    position: relative;
    height: 170px;
}
.box__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin-bottom: 60px;
    overflow: hidden;
}
.toggle_top{
    display:none;
}
.box_item_img img {
    height: 100%;
}
.box_item_title {
    background: rgb(0 139 60 / 87%);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 4px 0px;
    font-size: 16px;
}

.box_item_img {
    height: 100%;
}
.box_item_title p {
    text-align: center;
    padding: 0 5px;
    color:white;
}
.box_item_description {
    background:#008b3c;
    padding: 5px;
    position: absolute;
    right: -10%;
    width: 100%;
    top: 0;
    height: 100%;
    transition: all 0.5s ease-in-out;
    padding: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}
.box_item:hover .box_item_description {
    right: 0px;
    visibility: visible;
    opacity: 1;
}
.box_item_description p {
    color:white;
    text-align:center;
}
.phone_code {
    display: grid;
    grid-template-columns: 30% auto;
    gap: 5px;
}
/*footer__bar*/
.footer_bar_section {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
    height: auto;
    line-height: 42px;
    background:#008b3c;
    width: 120px;
    text-align: center;
    z-index: 99;
    border-radius: 10px;
}
.footer_bar_section a {
    background:#008b3c;
    font-size: 17px;
    color: white;
    border-top: 1px solid #fff;
    display: block;
    transition: 0.35s all;
}
.footer_bar_section a:hover {
    background: #FFBC09;
}
.footer_bar_section a:first-child{
    border-top:0;
}

.counter-cont-wrap {
    text-align: center;
}
.count-nums {
    color: #1d438d;
    font-weight: 500;
    font-size: 36px;
}
.count-title {
    font-size: 16px;
    font-weight: 600;
}
.counter-wrap {
    padding: 45px 40px;
    border-radius: 28px;
    border: 2px solid transparent;
    background: linear-gradient(#e8edf4, #e8edf4) padding-box, linear-gradient(252deg, #c6d3e3, #e8edf4, #dde5ee) border-box;
}

.w30 {
    padding-left: 15px;
    padding-right: 15px;
}
.book-counseller-form {
    border-radius: 40px;
    border: 2px solid #c6d3e3;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(252deg, #c6d3e3, #ffffff, #dde5ee) border-box;
    padding: 40px;
}
.dtl-cont-wrap p, input {
    border-radius: 5px;
    font-size: 13px;
}
.bookcounsr-title {
    font-size: 18px;
    color: #1d438d;
    font-weight: 600;
    margin-bottom: 24px;
}

.contact-form .form-field {
    height: 56px;
    padding: 16px 20px;
    border: 1px solid #c6d3e3;
    border-radius: 12px;
}
.form-field {
    border: 0;
    border-bottom: 1px solid #c6d3e3;
    width: 100%;
    z-index: 2;
    position: relative;
    background: transparent;
    color: #C6D3E3;
    outline: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.book-counseller-form .form-grp, .book-counseller-form .form-textarea-group {
    color: #1d438d;
    border: thin solid  #c6d3e3;
    border-radius: 12px;
    margin-bottom: 10px;
}

.contact-form .button {
    height: 52px;
    width: fit-content;
    font-weight: 500;
    padding: 0 18px;
}
.book-counseller-form .button {
    margin-top: 30px;
}
.button.line {
    background: transparent;
    border: 1px solid #c6d3e3;
    color: #1d438d;
}
.button.line:hover {
    background: #1d438d;
    border: 1px solid #1d438d;
    color: #fff;
}
.button {
    font-family: var(--button-font);
    background: var(--button-fill);
    border: none;
    outline: none;
    border: 1px solid transparent;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    line-height: 46px;
    padding: 0 24px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

section.sabroud-details-section {
    padding: 100px 0;
}
.checkbox-box .chk-label {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 5px;
    padding-left: 36px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    margin-top: -51px;
}
.contact-form .comm-form label {
    line-height: 32px;
    font-size: 15px;
}

.sec-title {
    font-size: 42px;
    text-transform: capitalize;
}
.comm-para p {
    font-size: 18px;
    text-align: center;
}

.center-btn {
    text-align: center;
    margin-top: 50px;
}

.comm-paras p {
    font-size: 18px;
}
.sec-dtl {
    width: 100%;
    max-width: 758px;
    text-align: center;
    margin: 10px auto 60px;
}

.comm-section.lBlue-bg-2 {
    background: #E8EDF4;
    padding: 64px;
    border-radius: 43px;
}
section.course__section {
    padding: 100px 0;
}
.course__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.course_item {
    border: 2px solid #e0e7f0;
    height: 335px;
    border-radius: 50px;
    overflow: hidden;
}

.course_name {
    padding: 18px 20px;
    font-size: 19px;
    font-weight: 500;
}

.course_image {
    overflow: hidden;
    height: 265px;
}

.course_image img {
    height: 100%;
    width: 100%;
}
.univer-box {
    border-radius: 40px;
    border: 2px solid transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(252deg, #c6d3e3, #ffffff, #dde5ee) border-box;
    padding: 30px;
    width: 100%;
}
.univer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}
.univer-logo {
    width: 64px;
    height: 64px;
}
.univer-name {
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}
.unvier-hdr {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    border-bottom: 1px solid #c6d3e3;
    padding-bottom: 20px;
    margin-bottom: 12px;
}
.univer-dtl-div .comm-para p {
    display: flex;
    flex-direction: column;
}
.univer-dtl-div .comm-paras p {
    display: flex;
    flex-direction: column;
}
.univer-dtl-div {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 16px;
}
.fixed_whats a {
    width: 42px;
    height: 42px;
    background: #00D757;
    text-align: center;
    line-height: 42px;
    font-size: 25px;
    position: fixed;
    bottom: 55px;
    right: 34px;
    border-radius: 50px;
    color: #fff;
    z-index: 9999;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.logo-area.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform 1s;
}
.scrolltop {
    position: fixed;
    right: 34px !important;
    bottom: 10px !important;
    width: 40px !important;
    background: #15c8f3;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #ffff !important;
    font-size: 24px !important;
    cursor: pointer;
    z-index: 99;
}