/*
  Theme Name: Eastend - Visa Consulting HTML Template
  Theme URL:
  Author: PearsTheme
  Author URI:
  Creation Date: 1 March 2019
  Description: A default stylesheet for Eastend - Visa Consulting HTML Template.
  Version: 1.0
*/

/*=======================================================================
              [Table of Contents]
=========================================================================

01. Typography
02. General
03. Preloader
04. Top bar
05. Top Nav Bar
06. Home Slider
07. Choose country
08. Visa Features
09. Visa Map
10. Visa Services
11. Testimonial
12. Blog
13. Visa Type
14. Patners
15. Visa Consultation
16. Footer
17. About Home Page
18. About Page
19. About Facts
20. About Patners
21. Team Our Staff
22. Team Contact Us
23. Faq Page
24. Coaching Page
25. Coaching Detail Page
26. Blog Page
27. Blog Detail Page
28. Service Page Country
29. Service Details Page
30. Country List Page
31. Details Page
32. Contact Us Page
33. Map
34. Contact Us Page Two

/* =============== Colors Used =====================

  Orange             : #8E612F;
  Dark-Blue          : #121B51;
  White              : #FFF;
  Gray               : #777;
  Black              : #232323;

 ===================================================*/

html,
body {
    color: #333;
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    max-width: 100vw;
    overflow-x: hidden;
}

/* ================================= */
/*===== Typography =====*/
/* ================================= */

body {
    /* font-family: "Tajawal", sans-serif; */
    font-family: "Cairo", sans-serif !important;
    font-weight: 900;
    color: #777;
    font-size: 20px;
    line-height: 1.4;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}

h1 {
    font-size: 38px;
    text-align: center;
}

@media (max-width: 768px) {
    h1 {
        font-size: 28px !important;
        line-height: 1.1;
    }
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

a {
    color: #8e612f;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}

a:active {
    color: #fff;
    text-decoration: none;
}

p {
    margin-bottom: 10px;
}

blockquote {
    font-style: italic;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ================================= */
/*===== General =====*/
/* ================================= */
.overlay-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.parallax {
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.btn-primary {
    background-color: #8e612f !important;
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
    font-size: 14px;
    font-weight: 600px;
    padding: 15px 28px;
    border: 1px solid #8e612f;
    text-transform: uppercase;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 2;
    transition: transform 0.3s ease, background-color 0.5s ease, color 0.5s ease;
    border-radius: 8px;
    /* display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px; */
}

.btn-primary:hover {
    background-color: #8e612f;
    color: #fff;
    border: 1px solid transparent;
    transform: scale(1.05);
    /* border-radius: 0px; */
}

.btn-primary:focus {
    background-color: #fff;
    color: #8e612f;
    border: 1px solid transparent;
}

.btn-outline-primary {
    border: 1px solid #8e612f;
    color: #8e612f;
    width: 125px;
    height: 60px;
}

.btn-outline-primary:hover {
    background-color: #8e612f;
    color: #fff;
    border: 1px solid transparent;
}

.btn-secondary {
    background-color: #121b51;
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
    font-size: 14px;
    font-weight: 500px;
    text-transform: uppercase;
    line-height: 1.71;
    padding: 19px 25px;
    border: 1px solid #121b51;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 8px;
    /* display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px; */
}

.btn-secondary:hover {
    background-color: #121b51;
    color: #fff;
    border: 1px solid transparent;
    transform: scale(1.05);
    /* border-radius: 0px; */
}

.btn-link {
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-link:hover {
    color: #8e612f;
    text-decoration: none;
}

.btn-white {
    background-color: #fff;
    display: inline-block;
    float: left;
    color: #8e612f;
    padding: 20px 40px;
    margin-right: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-white:hover {
    background-color: transparent;
    border: 1px solid #8e612f;
}

.btn-dark {
    background-color: transparent;
    display: inline-block;
    float: left;
    color: #8e612f;
    padding: 20px 40px;
    margin-right: 10px;
    border: 1px solid #8e612f;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-dark:hover {
    background-color: #fff;
    color: #8e612f;
    border: 1px solid #fff;
}

.form-control {
    padding: 16px 16px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 20px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    border-radius: 100%;
    border: 2px solid #fff;
    color: #fff;
    top: 50%;
    transform: translate(0, -10%);
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 40px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 2px solid #d3d3d3;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    text-align: center;
    margin-left: 0;
}

[class^="flaticon-"]:before,
[class^="flaticon-"]:after {
    font-size: 15px;
}

.owl-dots {
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
}

.owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    border: 1px solid #000;
    background: transparent;
    margin-right: 5px;
    display: inline-block;
}

.owl-carousel button.owl-dot.active {
    background: #22376d;
}

.owl-carousel button.owl-dot {
    background: #d6d6d6;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    margin-right: 15px;
}

.rating {
    unicode-bidi: bidi-override;
    margin-bottom: 10px;
    display: inline-block;
}

.rating input {
    position: absolute;
    left: -999999px;
}

.rating label {
    display: inline-block;
    font-size: 0;
}

.rating > label:before {
    position: relative;
    font: 16px/1 FontAwesome;
    display: block;
    content: "\f005";
    color: #b6c1c7;
    background: -webkit-linear-gradient(-45deg, #b6c1c7 0%, #b6c1c7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
    color: #8e612f;
    background: -webkit-linear-gradient(-45deg, #8e612f 0%, #d69a45 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h-center {
    margin: 0 auto;
    left: 0;
    right: 0;
}

.v-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-heading {
    position: relative;
    padding: 10px 0 20px 0;
    margin-bottom: 50px;
    font-weight: 700;
}

.section-heading:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #8e612f;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-banner-main-block {
    position: absolute;
    z-index: 99;
    margin-top: 120px;
    left: 0;
    width: 100%;
}

.page-banner-main-block .page-banner-heading {
    font-size: 50px;
}

.breadcrumb {
    background-color: inherit;
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: inline-flex;
    text-transform: uppercase;
}

.breadcrumb a {
    color: #fff;
}

.page-banner-block .breadcrumb li + li:before {
    padding: 0 5px;
    color: #fff;
    content: ">";
}

.img-fluid-img {
    width: 100%;
}

button:focus {
    outline: none;
}

.container-fluid {
    padding: 0;
    overflow: hidden;
}

.text-bold {
    font-weight: 600;
}

.btm-50 {
    margin-bottom: 50px;
}

.section p {
    font-size: 19px;
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
}

.top-40 {
    margin-top: 40px;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    box-shadow: none;
    background-color: #050d3c;
    color: #fff;
}

.none-case {
    text-transform: none;
}

@media (max-width: 576px) {
    .page-banner-main-block .page-banner-heading {
        font-size: 40px;
    }
}

/* ================================= */
/*===== Preloader =====*/
/* ================================= */
.preloader {
    background-color: #8e612f;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9999999;
}

.spinner {
    width: 60px;
    height: 60px;
    top: 30%;
    position: relative;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f5f5f5;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/* ================================= */
/*===== Top Bar =====*/
/* ================================= */
.top-bar-main-block {
    background-color: #040c39;
    padding: 15px 0;
}

.top-nav a {
    color: #ededed;
}

.top-nav a:hover {
    color: #8e612f;
}

.top-nav ul li {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
}

.top-nav ul li + li {
    margin-right: 15px;
}

.top-nav ul .login a:after {
    content: "/";
    color: #ededed;
    padding-left: 5px;
}

.language-select {
    z-index: 999999;
}

.top-nav .dropdown {
    border-left: 1px solid #ededed;
    padding-left: 10px;
}

.top-nav .dropdown i {
    margin-right: 10px;
    margin-left: 10px;
}

.top-nav ul li a i {
    margin-right: 3px;
}

.top-bar-social ul li {
    display: inline-block;
    color: #ededed;
    font-size: 14px;
    padding-right: 15px;
    line-height: 1;
}

.top-bar-social ul li:last-child {
    padding-right: 0;
}

.top-bar-social .call {
    font-size: 15px;
    border-right: 1px solid #ededed;
    margin-right: 15px;
}

.top-bar-social .call i {
    font-size: 13px;
    margin-right: 8px;
}

.top-bar-social .call a {
    font-size: 14px;
}

.top-bar-social ul li a {
    color: #ededed;
}

.top-bar-social ul li a:hover {
    color: #8e612f;
}

.dropdown-menu {
    padding: 10px;
}

.dropdown-menu li {
    margin-bottom: 10px;
}

.dropdown-menu li a {
    color: #040c39;
}

@media (max-width: 767px) {
    .top-nav {
        text-align: center;
    }

    .top-bar-social {
        text-align: center !important;
    }

    .top-bar-main-block {
        padding: 20px 0;
    }
}

/* ================================= */
/*===== Top Nav Bar =====*/
/* ================================= */
.nav-bar-main-block {
    z-index: 99999;
    width: 100%;
}

.logo {
    padding-top: 15px;
    padding-bottom: 20px;
}

.navigation-btn {
    text-align: right;
    padding-top: 25px;
}

#cssmenu > ul > li.has-sub > a {
    font-weight: 500;
}

#navLogin {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8E612F;
    /*padding-bottom: 12px;*/
}

@media (max-width: 785px) {
    #cssmenu > ul > li > a {
        padding: 0;
        padding-top: 10px;
    }

    #cssmenu.small-screen ul ul li a {
        padding-left: 25px;
        padding: 12px 25px;
        margin-left: 0;
    }

    #cssmenu.small-screen ul ul li:last-child a {
        margin-bottom: 0;
    }

    #cssmenu.small-screen ul ul,
    #cssmenu.small-screen ul ul ul,
    #cssmenu.small-screen.align-right ul ul {
        top: 0;
    }

    #cssmenu.small-screen .submenu-button.submenu-opened {
        background: #8e612f;
        color: #fff;
    }

    #cssmenu.small-screen .submenu-button {
        height: 45px;
        width: 45px;
    }

    #cssmenu.small-screen ul ul {
        border-top: none;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    }

    #cssmenu.small-screen #menu-button:after {
        height: 9px;
    }
}

@media (max-width: 960px) {
    .navigation-btn {
        text-align: center;
    }

    .nav-bar-main-block {
        padding: 15px 0;
    }

    .logo {
        text-align: center;
        display: none;
    }

    /*.navigation-btn {*/
    /*    display: none;*/
    /*}*/

    #navLogin {
        display: none;
    }


}

@media (max-width: 576px) {
    .nav-bar-main-block {
        padding: 15px 0;
    }

    .home-main-block .slider-heading {
        font-size: 48px;
    }
}

.nav-bar-main-block .btn-primary:hover,
.nav-bar-main-block .btn-primary:focus {
    background: #8e612f;
    color: #fff;
}

/* ================================= */
/*===== Home Slider =====*/
/* ================================= */
.home-main-block {
    position: relative;
}

.home-slider-bg .overlay-bg {
    opacity: 0.7;
    background-color: #121b51;
}

.home-slider-bg {
    width: 100%;
    height: 500px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.slider-dtl {
    margin-top: 272px;
}

.slider-sub-heading {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 40px;
}

.slider-heading {
    margin-bottom: 60px;
    font-size: 60px;
}

.slider-btn .btn-white i {
    margin-left: 10px;
}

.slider-btn .btn-dark i {
    margin-left: 10px;
}

#cssmenu > ul > li.has-sub > a {
    margin-right: 5px;
}

@media (max-width: 1200px) {
    .about-points-block {
        margin-top: -15px !important;
    }
}

@media (max-width: 768px) {
    .home-slider-bg {
        height: 500px !important;
    }
}

@media (max-width: 576px) {
    .slider-btn .btn-white {
        margin-bottom: 20px;
    }

    .slider-dtl {
        padding: 150px 0 190px 0;
    }

    .slider-dtl {
        margin-top: 30%;
    }
}

/* ================================= */
/*===== About =====*/
/* ================================= */

.about-main-block {
    max-height: 100%;
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: rgba(241, 241, 241, 0.3215686275);
    /*padding-bottom: 10px;*/
}

.about-points-block {
    padding: 31px 40px;
    background-color: #8e612f;
    position: relative;
    margin-top: -117px;
    z-index: 1;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px !important;
}

.about-points-icon {
    display: inline-block;
    color: #fff;
    padding-right: 8px;
    transition: all ease-in-out 0.5s;
}

.about-block:hover .about-points-icon {
    transform: scale(1.06);
}

.about-points-icon img {
    vertical-align: baseline;
}

.about-point-dtl {
    display: inline-block;
    color: #fff;
    vertical-align: top;
    transition: all ease-in-out 0.5s;
}

.about-block:hover .about-point-dtl {
    margin-left: 10px;
}

.about-point-heading {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.about-point-text {
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.about-type {
    padding: 40px 55px;
    background-color: #f5f5f5;
    margin-bottom: 100px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.about-block:hover .about-type {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.number {
    position: absolute;
    font-size: 110px;
    bottom: 70px;
    right: 20px;
    z-index: 10;
    opacity: 0.09;
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
    font-weight: 800;
}

.about-type p {
    margin-bottom: 34px;
    color: #1a1a1a;
}

.about-type i {
    color: #8e612f;
    margin-left: 12px;
}

.about-main-block .section-heading:after {
    margin: 0;
}

.about-icon {
    padding: 1px;
}

.about-heading {
    font-size: 22px;
}

.about-sub-heading p {
    margin-bottom: 35px;
}

.about-main-block .section {
    margin-bottom: 50px;
}

.about-main-block .section-heading {
    margin-bottom: 37px;
}

@media (max-width: 768px) {
    .d-flex.border {
        flex-direction: column;
    }

    .about-main-block {
        /* margin-top: 5rem; */
    }

    .schools-section .container div h1 {
        font-size: 30px !important;
    }
}

@media (max-width: 992px) {
    .about-icon {
        text-align: center !important;
        margin-bottom: 10px;
    }

    .about-sub-heading {
        text-align: center !important;
    }

    .about-img {
        display: none;
    }

    .about-dtl {
        margin-bottom: 30px;
    }

    .about-main-block .section-heading {
        text-align: center;
    }

    .about-main-block .section-heading:after {
        margin: 0 auto;
    }

    .about-main-block .section {
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .about-main-block .section-heading:after {
        margin: 0 auto;
    }

    .about-block {
        padding-bottom: 0px !important;
    }

    .number {
        bottom: 110px;
    }

    .about-main-block .section p {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .about-block {
        padding-bottom: 40px;
    }

    .number {
        bottom: 110px;
    }
}

@media (max-width: 1200px) {
    .d-flex.border {
        flex-direction: column;
    }

    .d-flex.border .col-md-3 {
        width: 100% !important;
        max-width: unset !important;
    }
}

/* =================================
    /*===== Choose Country =====*/
/* ================================= */
.choose-country-main-block {
    padding: 100px 0;
    background-color: #121b51;
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.choose-country-heading {
    margin-bottom: 15px;
}

.choose-country-main-block .overlay-bg {
    background-color: #050d3c;
    opacity: 0.9;
}

.choose-country-block {
    background-color: #fff;
    padding: 30px 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    height: 190px;
    transition: all ease-in-out 0.3s;
}

.choose-country-block:hover {
    scale: 1.04;
}

/* @media screen and (min-width: 768px) and (max-width: 995px) {
  .choose-country-block {
height: fit-content !important;
  }
  } */

.choose-country-heading a {
    color: #232323;
}

.choose-country-dtl i {
    margin-left: 10px;
    color: #8e612f;
}

.choose-country-dtl p {
    color: #5e5c5c;
    font-size: 18px;
}

.choose-country-dtl .btn-link {
    padding-left: 0;
}

@media (min-width: 992px) and (max-width: 1100px) {
    .choose-country-block {
        background-color: #fff;
        padding: 25px;
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .choose-country-block {
        text-align: center !important;
        height: 25rem;
    }

    .choose-country-icon {
        margin-bottom: 10px;
    }

    .choose-country-dtl p {
        text-align: center;
        max-width: 100%;
        margin: 0 auto 30px;
        color: #1a1a1a;
    }
}

@media (max-width: 768px) {
    .choose-country-block {
        text-align: center !important;
        height: 21rem;
    }

    .choose-country-dtl p {
        font-size: 18px;
    }
}

/* ================================= */
/*===== Visa Features =====*/
/* ================================= */
.visa-features-main-block {
    padding: 100px 0;
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.features-block {
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.features-block:hover {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.features-dtl {
    padding: 25px 30px;
    background-color: #fff;
}

.features-meta {
    font-size: 14px;
    margin-bottom: 13px;
}

.features-meta a {
    color: #8e612f;
    text-transform: uppercase;
}

.features-heading a {
    color: #232;
    font-width: 500;
}

@media (max-width: 992px) {
    .features-block {
        margin-bottom: 30px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .features-block {
        margin-bottom: 30px;
    }
}

/* ================================= */
/*===== Visa Map =====*/
/* ================================= */
.visa-map-main-block {
    padding: 100px 0;
}

.map-dtl .section-heading:after {
    margin: 0;
}

.map-dtl .section-heading {
    margin-bottom: 35px;
}

.map-dtl p {
    font-size: 19px;
    margin-bottom: 35px;
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
}

.map-dtl .btn-primary:hover {
    background-color: #121b51;
    color: #fff;
}

.map-dtl i {
    margin-left: 10px;
}

@media (min-width: 767px) and (max-width: 992px) {
    .visa-map-img {
        margin-bottom: 5px;
    }

    .map-dtl {
        padding: 60px;
    }

    .section-heading-lft-2 {
        width: 431px;
    }
}

@media (max-width: 576px) {
    .map-dtl p {
    }

    .section-heading-lft-2 {
        width: 331px;
    }
}

/* ================================= */
/*===== Visa Services =====*/
/* ================================= */
.visa-Services-main-block .section-heading:after {
    margin: 0;
    background-color: #fff;
}

.services-dtl .section-heading {
    margin-bottom: 37px;
}

.services-dtl {
    background-color: #8e612f;
    padding: 100px 44px;
    height: 670px;
}

.services-dtl p {
    color: #fff;
    font-size: 19px;
    margin-bottom: 35px;
}

.service-dtl a {
    padding: 5px;
}

.services-dtl i {
    margin-left: 10px;
}

.service-block {
    padding: 50px 30px;
    height: 670px;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}

.visa-service-heading {
    font-size: 22px;
}

.service-dtl-icon {
    margin-bottom: 70px;
    transition: all ease-in-out 0.3s;
}

.service-dtl-icon:hover {
    transform: scale(1.05);
}

.service-icon {
    transition: all ease-in-out 0.3s;
}

.service-icon i {
    font-size: 48px;
    color: #8e612f;
}

.service-dtl-icon:hover .service-icon {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.service-icon [class^="flaticon-"]:before,
[class^="flaticon-"]:after {
    font-size: 55px;
}

/*.visa-service-dtl {*/
/*    height: 600px;*/

/*}*/

.visa-service-dtl a {
    color: #fff;
}

.visa-service-dtl p {
    color: #f7f7f7;
}

.service-block .overlay-bg {
    opacity: 0.8;
    background-color: #121b51;
}

@media (max-width: 1400px) {
    .service-dtl-icon {
        margin-bottom: 30px;
    }

    .visa-service-dtl p {
        font-size: 17px;
        line-height: 23px;
    }
}

@media (max-width: 992px) {
    .service-block {
        height: fit-content;
    }

    .visa-service-dtl {
        text-align: center;
    }

    .service-block {
        padding: 50px 70px;
    }

    .service-icon i {
        text-align: center;
        left: 0;
        right: 0;
        display: block;
    }

    .services-dtl {
        padding: 50px 44px;
        /* height: 370px; */
        height: fit-content;
    }
}

@media (max-width: 767px) {
    .visa-service-dtl p {
        margin-bottom: 40px;
    }

    .service-block {
        height: 800px;
    }
}

@media (max-width: 576px) {
    .service-dtl-icon {
        margin-bottom: 0;
    }

    .service-block {
        /* height: 1000px; */
        height: fit-content;
    }

    .service-icon {
        text-align: center;
    }
}

/* ================================= */
/*===== Testimonial =====*/
/* ================================= */
.testimonial-main-block {
    padding: 100px 0 80px;
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-dtl {
    text-align: center;
}

.testimonial-block-slider {
    margin-bottom: 40px;
}

.testimonial-block-slider.owl-carousel .owl-item img {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-client-img {
    margin-bottom: 30px;
    position: relative;
}

.testimonial-client-img img {
    border-radius: 100%;
}

.testimonial-client-img i {
    position: absolute;
    color: #8e612f;
    top: 10px;
    right: 475px;
}

.testimonial-client-img [class^="flaticon-"]:before,
[class^="flaticon-"]:after {
    font-size: 40px;
}

.rating ul li {
    display: inline;
    margin-bottom: 19px;
}

.rating ul li i {
    color: #8e612f;
}

.testimonial-dtl p {
    font-size: 19px;
    padding: 0 190px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.testimonial-block-slider.owl-carousel .owl-item .testimonial-icon img {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-icon ul li {
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    color: #777;
    vertical-align: -webkit-baseline-middle;
}

.testimonial-icon {
    margin-bottom: 35px;
}

.testimonial-name {
    font-size: 14px;
    font-weight: 500;
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
    color: #232323;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.testimonial-main-block .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.testimonial-main-block .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.testimonial-main-block .owl-carousel .owl-nav button.owl-next,
.testimonial-main-block .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    border-radius: 100%;
    border: 2px solid #d3d3d3;
    background-color: #fff;
    color: #8e612f;
    font-size: 18px;
    top: 35%;
    transform: translate(0, -10%);
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 40px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.testimonial-main-block .owl-carousel .owl-nav button.owl-next:hover,
.testimonial-main-block .owl-carousel .owl-nav button.owl-prev:hover {
    color: #fff;
    background-color: #121b51;
}

.testimonial-post {
    font-size: 15px;
    font-style: italic;
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .testimonial-dtl p {
        padding: 20px;
    }

    .testimonial-client-img i {
        display: none;
    }
    #footer {
        display: none;
    }
}

@media (min-width: 1100px) and (max-width: 1270px) {
    .testimonial-main-block .owl-nav {
        display: none;
    }
}

/* ================================= */
/*===== Blog =====*/
/* ================================= */
.blog-main-block {
    padding: 100px 0;
}

.blog-main-block .section-heading:after {
    margin: 0;
}

.blog-btn {
    text-align: right;
}

.blog-img {
    position: relative;
}

.meta-dtl {
    padding: 3px 16px;
    position: absolute;
    z-index: 99999;
    background-color: #8e612f;
    top: 0;
    text-align: center;
    display: block;
}

.meta-dtl .date {
    font-size: 25px;
    font-weight: 700;
}

.meta-dtl .month {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.meta-dtl a {
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
    color: #fff;
}

.blog-block {
    border: 1px solid #eaeaea;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-block:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.blog-dtl {
    padding: 20px 25px 20px 35px;
}

.blog-sub-heading {
    font-size: 14px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.blog-heading {
    font-size: 17px;
    margin-bottom: 17px;
}

.blog-heading a {
    color: #222;
}

.blog-dtl .btn-link {
    padding: 0;
}

.blog-dtl .btn-link i {
    margin-left: 8px;
    color: #8e612f;
}

.blog-block:hover .btn-link {
    color: #8e612f;
}

.blog-icon a {
    color: #777;
    font-size: 14px;
    text-transform: uppercase;
}

.blog-icon i {
    font-size: 13px;
    margin-right: 5px;
}

.blog-btn .btn-primary i {
    padding-left: 8px;
}

.blog-btn .btn-primary:hover {
    background: #050d3c;
    color: #fff;
}

@media (max-width: 992px) {
    .blog-btn {
        text-align: center;
        margin-bottom: 40px;
        margin-top: 15px;
    }

    .blog-main-block .blog-img img {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .blog-btn {
        text-align: center;
        margin-bottom: 30px;
    }

    .template-demo.mt-2 {
        gap: 1rem;
        display: flex;
        flex-direction: column;
        width: 70%;
    }
}

/* ================================= */
/*===== Visa Type =====*/
/* ================================= */
.visa-type-block {
    padding: 70px 20px;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.visa-type-icon img {
    padding: 10px;
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-bottom: 28px;
    transition: transform 0.5s ease-in-out;
    transform-style: preserve-3d;
}

.visa-type-block .visa-type-icon:hover img {
    transform: rotateX(360deg);
}

.visa-type-heading {
    text-align: center;
}

.visa-type-block .visa-type-icon img {
    border: 5px solid #aaa;
}

.overlay-bg-blue {
    opacity: 0.8;
    background-color: #121b51;
}

.overlay-bg-black {
    opacity: 0.7;
    background-color: #000;
}

.visa-type-block p {
    text-align: center;
    margin-bottom: 25px;
}

.visa-type-block i {
    margin-left: 10px;
    width: 16px;
    height: 1px;
}

.visa-type-block:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .visa-type-block {
        padding: 60px 20px;
    }

    .visa-type-block .visa-type-icon {
        text-align: center;
        margin-bottom: 20px;
    }

    .visa-type-block p {
        text-align: center;
        margin-bottom: 20px;
    }

    .visa-type-block .btn {
        text-align: center;
    }
}

/* ================================= */
/*===== Patners =====*/
/* ================================= */
.patners-main-block {
    padding: 0px 0px;
    background-color: #fff;
}
.patners1-main-block {
    padding: 0px 0px;
    background-color: #fff;
}
.item-patners-img {
    margin-left: 50px;
}

.patners-slider.owl-carousel .owl-item img {
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    transition: all ease-in-out 0.3s;
}

.patners-slider.owl-carousel .owl-item:hover img {
    filter: brightness(0.5);
}

.patners-slider-2.owl-carousel .owl-item img {
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.patners-slider-3.owl-carousel .owl-item img {
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

/* ================================= */
/*===== Visa Consultation  =====*/
/* ================================= */
.visa-consultation-main-block {
    padding: 100px 0;
    position: relative;
    height: 770px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.visa-consultation-main-block .overlay-bg {
    background-color: rgba(246, 246, 246, 0.92);
}

.visa-consultation-form {
    padding: 80px 115px;
    background-color: #fff;
}

.visa-consultation-form span {
    color: #8e612f;
}

.visa-consultation-form .form-control {
    border-radius: 4px;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: #777;
    height: 50px;
}

.visa-consultation-form select.form-control:not([size]):not([multiple]) {
    height: 50px;
    padding: 8px 10px;
}

.visa-consultation-form .form-group label:after {
    content: "*";
    padding-left: 5px;
    color: #8e612f;
}

.visa-consultation-form label {
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
    color: #232;
}

.request-button .btn-primary {
    margin-top: 30px;
    padding: 13px 0px;
    width: 100%;
}

.request-button .btn-primary:hover {
    color: #fff;
    background: #050d3c;
}

.request-button i {
    margin-left: 8px;
}

.request-button a:hover {
    color: #fff;
}

.visa-consultation-dtl {
    background-color: #121b51;
    width: 100%;
    height: auto;
}

.visa-consultation-block {
    position: absolute;
    box-shadow: 0px 0px 30px 0px rgba(18, 27, 81, 0.1);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -33%);
    width: 90%;
}

.visa-consultation-dtl p {
    color: #fff;
    font-size: 20px;
    padding: 15px 150px;
    margin: 0;
}

.visa-consultation-dtl p i {
    color: #8e612f;
    padding-right: 15px;
    margin-top: 10px;
}

.visa-consultation-dtl [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: 28px;
    vertical-align: middle;
}

.visa-consultation-dtl a:hover {
    color: #8e612f;
}

@media (max-width: 992px) {
    .visa-consultation-main-block {
        /* padding: 30px 0 950px 0; */
        padding: 30px 0;
    }

    .visa-consultation-dtl p {
        padding: 20px;
    }

    .visa-consultation-form {
        padding: 60px;
    }

    .visa-consultation-block {
        transform: translate(-50%, -42%);
    }
}

@media (max-width: 576px) {
    .visa-consultation-dtl p {
        padding: 20px;
    }

    .visa-consultation-form {
        padding: 20px;
    }

    .visa-consultation-main-block {
        height: 120vh;
    }

    .visa-consultation-block {
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 1200px) {
    .visa-consultation-main-block {
        position: relative;
    }

    /* .visa-consultation-block {
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
    } */
}

/* ================================= */
/*===== Footer  =====*/
/* ================================= */
.footer-main-block {
    padding: 70px 0 0;
    background-color: #050d3c;
}

.about-widget {
    margin-bottom: 60px;
}

.logo-footer {
    margin-bottom: 20px;
}

.footer-icon {
    color: #8e612f;
    width: 100%;
    margin: 0 auto;
}

.footer-icon [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: 30px;
}

.footer-address ul li {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-address {
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-address-dtl {
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: 700;
}

.about-widget p {
    color: #e3e3e3;
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
    font-size: 17px;
    margin-bottom: 36px;
}

.visa-footer {
    /*font-family: 'Tajawal', sans-serif;
    */
    font-family: "Cairo", sans-serif !important;
    font-size: 17px;
    margin-bottom: 35px;
    padding-top: 17px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.visa-footer:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.visa-footer-list ul li {
    margin-bottom: 18px;
}

.visa-footer-list ul li i {
    color: #e3e3e3;
    font-size: 13px;
    margin-right: 5px;
}

.visa-footer-list ul li a {
    color: #e3e3e3;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
}

.visa-footer-list ul li:hover a {
    color: #8e612f;
}

.recent-news-footer p {
    color: #e3e3e3;
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
    font-size: 17px;
}

.date-footer {
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
    font-size: 13px;
    color: #8e612f;
}

.date-footer [class^="flaticon-"]:before,
[class^="flaticon-"]:after {
    font-size: 12px;
    margin-right: 5px;
}

.recent-news-widget hr {
    background-color: #d0d0d0;
    margin-bottom: 20px;
}

.news-widget p {
    color: #e3e3e3;
    font-size: 17px;
    margin-bottom: 27px;
}

.news-widget .form-group {
    display: inline-block;
    float: left;
}

.news-widget .form-control {
    width: 160px;
    height: 50px;
    border-radius: 0;
    background-color: #121b51;
    border-color: #121b51;
    color: rgba(255, 255, 255, 0.7);
}

.news-widget .form-control::placeholder {
    color: #fff !important;
}

.news-widget .btn-primary {
    width: 95px;
    height: 50px;
    padding: 4px;
    border-radius: 0;
}

.news-widget .footer-social ul li {
    display: inline-block;
    color: #cecece;
    font-size: 16px;
    padding-right: 4px;
    line-height: 1;
    text-transform: uppercase;
}

.footer-social ul li a {
    color: #cecece;
    font-size: 16px;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer-social ul li a:hover {
    color: #8e612f;
}

.tiny-footer {
    background-color: #000e2f;
    padding: 20px 0;
}

.copyright-footer-block {
    background-color: #000e2f;
    color: #ede;
    padding: 22px 0 16px;
}

.copyright-block p {
    color: #e4e4e4;
    font-size: 16px;
}

.copyright-block p a,
.copyright-block a {
    color: #e4e4e4;
    font-size: 16px;
}

.copyright-social ul li {
    font-size: 16px;
    display: inline;
}

.copyright-social ul li a {
    color: #e4e4e4;
    font-weight: 700;
}

.copyright-social ul .policy:after {
    content: "/";
    color: #e4e4e4;
    padding-left: 10px;
    padding-right: 10px;
}

.copyright-social .dropdown i {
    margin-left: 10px;
    margin-right: 10px;
}

.copyright-social .dropdown a {
    /* margin-left: 30px; */
    color: #e4e4e4;
}

.copyright-social .dropdown-menu li a {
    margin-bottom: 10px;
}

.copyright-social .dropdown-menu li a {
    color: #040c39;
}

@media (max-width: 767px) {
    .tiny-footer {
        text-align: center;
    }

    .copyright-social {
        text-align: center;
    }

    .news-widget .footer-social ul li {
        padding-right: 3px;
    }

    .news-widget .form-control {
        width: -webkit-fill-available;
    }

    .news-widget .btn-primary {
        width: 90px;
    }

    .recent-news-widget {
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .about-widget .footer-address {
        margin-bottom: 22px;
    }

    .footer-widget {
        margin-bottom: 30px;
    }

    .news-widget .btn-primary {
        width: 115px;
    }

    .news-widget p {
        margin-bottom: 40px;
    }

    .footer-social {
        margin-bottom: 20px;
    }

    .footer-form {
        margin-bottom: 20px;
    }

    .recent-news-widget .footer-img img {
        width: 50%;
        margin-bottom: 20px;
    }

    .copyright-social .dropdown a {
        display: none;
    }
}

/* ================================= */
/*===== About Home Page  =====*/
/* ================================= */
.home-slider-block-two {
    width: 100%;
    height: 350px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.home-slider-block-two .overlay-bg {
    opacity: 0.7;
    background-color: #121b51;
}

.page-banner-main-block {
    text-align: center;
}

/* ================================= */
/*===== About Page  =====*/
/* ================================= */
.about-main-block-two {
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0;
    z-index: 1;
    margin-bottom: 10px;
}

.about-block-dtl-two .section-heading {
    margin-bottom: 37px;
}

.about-block-dtl-two .section-heading:after {
    margin: 0;
}

.about-block-img-two {
    margin-bottom: 81px;
}

.about-block-img-two img {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.about-block-dtl-two p {
    margin-bottom: 37px;
}

.about-block-dtl-two .btn-primary:hover {
    background: #050d3c;
    color: #fff;
}

.about-block-dtl-two .btn-primary i {
    padding-left: 8px;
}

.about-block-two {
    border: 1px solid #e4e4e4;
    padding: 39px 42px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.about-block-two:hover {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.about-block-two {
    padding: 35px 40px;
}

.about-icon-two {
    height: 62px;
    margin-bottom: 25px;
}

.about-dtl-two .about-heading {
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .about-block-two {
        margin-bottom: 30px;
        text-align: center;
    }

    .about-block-dtl-two .section {
        margin-bottom: 40px;
    }

    .about-block-img-two {
        margin-bottom: 20px;
    }

    .about-block-dtl-two .btn-primary {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .about-block-img-two {
        margin-bottom: 20px;
    }
}

/* ================================= */
/*===== Facts =====*/
/* ================================= */
.facts-main-block {
    background-color: #8e612f;
    padding: 50px;
}

.facts-dtl {
    font-size: 20px;
}

.facts-heading {
    font-size: 60px;
    display: inline-block;
    font-weight: 500;
}

.facts-heading-sign {
    display: inline-block;
}

@media (max-width: 992px) {
    .facts-main-block {
        padding: 40px 0;
    }

    .facts-dtl {
        margin-bottom: 30px;
    }
}

/* ================================= */
/*===== About Patners  =====*/
/* ================================= */
.patners-main-block-two {
    padding: 118px;
}

.patners-main-block-two .section-heading {
    margin-bottom: 60px;
}

.patners-main-block-two .patners-img {
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
    padding: 60px 54px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.patners-main-block-two .patners-img:hover {
    border: 1px solid #8e612f;
}

/* ================================= */
/*===== Team Our Staff =====*/
/* ================================= */
.our-staff-main-block {
    padding: 100px 0;
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-staff-main-block .section-heading {
    font-weight: 600;
}

.our-staff-block {
    margin-bottom: 59px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.our-staff-img {
    width: 100%;
    position: relative;
}

.font-icon-hover {
    position: absolute;
    top: 149px;
    bottom: 0;
    right: 0;
    background-color: #8e612f;
    width: 175px;
    height: 30px;
    line-height: 1.8;
    padding-left: 18px;
    margin-right: -130px;
    border-radius: 15px 0 0 15px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.font-icon-hover:hover {
    margin-right: 0;
}

.font-icon-hover i {
    margin-right: 15px;
}

.font-icon-hover a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.font-icon {
    position: absolute;
    top: 149px;
    bottom: 0;
    right: 5px;
    background-color: #8e612f;
    width: 45px;
    height: 30px;
    margin-right: 15px;
    opacity: 1;
    border-radius: 15px 0 0 15px;
}

.our-staff-dtl {
    background-color: #fff;
    padding: 22px 26px;
}

.our-staff-heading {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.our-staff-heading a {
    color: #232;
}

.our-staff-dtl p {
    margin-bottom: 19px;
}

.social-icon-staff ul li {
    display: inline;
}

.social-icon-staff ul li a {
    display: inline;
    color: #bebebe;
    padding: 5px;
    font-size: 14px;
}

.social-icon-staff a:hover {
    color: #8e612f;
}

.social-icon-staff ul li:first-child a {
    padding-left: 0;
}

@media (max-width: 767px) {
    .font-icon-hover {
        top: 139px;
    }
}

@media (max-width: 567px) {
    .font-icon-hover {
        top: 229px;
    }
}

@media (max-width: 576px) {
    .patners-main-block-two {
        padding: 40px;
    }
}

/* ================================= */
/*===== Team Contact Us  =====*/
/* ================================= */
.team-contact-main-block {
    padding: 70px 30px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.team-contact-main-block .overlay-bg {
    opacity: 0.85;
    background-color: #8e612f;
}

.team-contact-main-block .contact-block {
    position: relative;
    padding: 0 80px;
}

.team-contact-main-block .contact-heading {
    font-size: 26px;
    margin-bottom: 40px;
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
    font-weight: 400;
}

.team-contact-main-block .contact-heading span {
    font-weight: 600;
}

.team-contact-main-block .contact-btn .btn-secondary i {
    padding-left: 8px;
}

@media (max-width: 767px) {
    .team-contact-main-block .contact-block {
        padding: 0 10px;
    }
}

/* ================================= */
/*===== Faq Page =====*/
/* ================================= */
.faq-main-block {
    background-color: #f6f6f6;
    /* padding: 100px 0; */
    padding: 40px 0;
}

.faq-block {
    padding: 60px 60px 10px 60px;
    background-color: #fff;
}

.faq-heading {
    margin-bottom: 30px;
    /*display: none; !*empty element *!*/
}

.faq-dtl .second-accordion {
    /* margin-bottom: 80px; */
}

.faq-dtl .second-accordion .card-header {
    background: transparent;
    border-bottom: 0;
}

.card-header .btn {
    padding: 0;
    font-size: 17px;
    font-weight: 500;
}

.faq-dtl .second-accordion .card-header button.btn {
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    color: #8e612f;
    font-weight: 500;
    position: relative;
    text-transform: none;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.faq-dtl .second-accordion .card-header button.btn:hover,
.faq-dtl .second-accordion .card-header button.btn.collapsed {
    color: #232323;
}

.faq-dtl .second-accordion .card {
    border: 0;
    border: 1px solid #e2e2e2;
    padding: 5px;
    margin-bottom: 10px;
}

.faq-dtl
.second-accordion
.card-header
button.btn[aria-expanded="false"]:after {
    position: absolute;
    content: "\+";
    right: 37px;
    color: #777;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 500;
}

.faq-dtl .second-accordion .card-header button.btn[aria-expanded="true"]:after {
    content: "\-";
    right: 37px;
    position: absolute;
    color: #777;
    width: 30px;
    text-align: center;
    font-size: 30px;
    height: 30px;
    line-height: 20px;
    font-weight: 500;
    color: #8e612f;
}

.faq-dtl
.second-accordion
.card-header
button.btn[aria-expanded="true"]:hover:after {
    color: #8e612f;
}

@media (max-width: 992px) {
    .faq-main-block .btn {
        white-space: initial;
    }
}

@media (max-width: 576px) {
    .faq-block {
        padding: 30px 30px 20px 30px;
    }

    .faq-main-block .btn {
        white-space: initial;
    }

    .faq-dtl .second-accordion .card-header button.btn {
        position: initial;
    }

    .faq-dtl
    .second-accordion
    .card-header
    button.btn[aria-expanded="false"]:after {
        right: 10px;
    }

    .faq-dtl
    .second-accordion
    .card-header
    button.btn[aria-expanded="true"]:after {
        right: 10px;
    }
}

/* ================================= */
/*===== Coaching Page =====*/
/* ================================= */
.coaching-main-block-two {
    padding: 20px 0;
    background-color: #f6f6f6;
}

.coaching-two {
    margin-bottom: 40px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.coaching-two:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.coaching-dtl {
    padding: 25px 38px;
    background-color: #fff;
}

.coaching-dtl .coaching-meta {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 13px;
    color: #8e612f;
    text-transform: uppercase;
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
}

.coaching-heading {
    font-size: 18px;
}

.coaching-dtl .coaching-heading a {
    color: #232;
    margin-bottom: 17px;
}

@media (max-width: 992px) {
    .tweet-block {
        text-align: center;
    }

    .country-contact-two img {
        text-align: center;
    }

    .pagination {
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .pagination {
        margin-bottom: 40px;
        text-align: center;
    }

    .country-contact-two img {
        text-align: center;
    }
}

/* ================================= */
/*===== Coaching Detail Page =====*/
/* ================================= */
.coaching-details-block-two {
    background-color: #fff;
}

.coaching-details-two {
    padding: 40px 40px 0;
}

.coaching-details-two hr {
    margin-bottom: 28px;
}

.coaching-details-two .details-button-two {
    margin-bottom: 30px;
}

.coaching-details-two .details-button-two a i {
    font-style: italic;
}

.coaching-details-meta {
    font-size: 12px;
    font-weight: 500;
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
    margin-bottom: 13px;
    color: #8e612f;
}

.coaching-details-heading-two {
    padding: 35px 0 0;
}

.coaching-list ul li {
    padding: 20px 0 0;
    font-size: 17px;
}

.coaching-list ul li:last-child {
    margin-bottom: 20px;
}

.fee-structure {
    color: #333;
}

.coaching-fee {
    color: #8e612f;
}

.applications-heading {
    color: #777;
    font-size: 18px;
    font-weight: 400;
}

.coaching-application p {
    margin-bottom: 30px;
}

.coaching-application ul li {
    padding: 5px 20px;
    font-style: italic;
    font-size: 18px;
}

.applications i {
    font-size: 14px;
    color: #8e612f;
    margin-right: 10px;
}

.exam-block {
    margin-bottom: 40px;
}

.coaching-exam .coaching-subheading {
    font-size: 18px;
}

.exam-Pattern-min {
    font-size: 16px;
    font-style: italic;
}

@media (max-width: 576px) {
    .coaching-application ul li {
        margin-bottom: 15px;
    }
}

/* ================================= */
/*===== Blog Page  =====*/
/* ================================= */
.blog-news-headinng {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-main-block-two {
    padding: 100px 0;
    background-color: #f6f6f6;
}

.blog-block-section {
    margin-bottom: 80px;
}

.blog-block {
    margin-bottom: 50px;
}

.blog-heading-one {
    font-size: 20px;
}

.blog-main-block-two .btn-link i {
    color: #8e612f;
    padding-left: 8px;
}

.blog-main-block-two .blog-block:hover {
    box-shadow: none;
}

.blog-main-block-two .form-group-two .form-control {
    padding: 20px 20px;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.blog-block [class^="flaticon-"]:before,
[class^="flaticon-"]:after {
    font-size: 15px;
    font-weight: 800;
}

.blog-img-two {
    position: relative;
}

.search-block .form-group {
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    margin-bottom: 50px;
}

.search-block .form-group i {
    position: absolute;
    right: 30px;
    top: 20px;
}

.search-block .form-control {
    height: 58px;
    border-radius: 2px;
    color: #777;
}

.news-block-dtl p {
    font-size: 15px;
    color: #222;
    margin-bottom: 5px;
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
}

.news-meta-block .date {
    font-size: 13px;
    color: #8e612f;
}

.date [class^="flaticon-"]:before,
[class^="flaticon-"]:after {
    font-size: 10px;
    font-weight: 800;
}

.news-meta-block .date:hover {
    color: #8e612f;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news-block {
    border-bottom: 1px solid #e8e8e8;
    padding: 18px 0;
}

.news-block:last-child {
    border-bottom: none;
}

.categories-block {
    margin: 50px 0;
}

.categories-list ul li {
    padding: 9px 0 14px;
    border-bottom: 1px solid #e8e8e8;
}

.categories-list ul li a {
    font-size: 17px;
    color: #777;
}

.categories-list ul li a:hover {
    color: #292929;
}

.categories-list ul li .active {
    color: #292929;
}

.tweet-block {
    margin-bottom: 30px;
}

.tweet-block .owl-dots {
    text-align: left;
}

.tweet-block .owl-carousel button.owl-dot {
    background: #d6d6d6;
    color: inherit;
    border: 1px solid transparent;
    border-radius: 1px;
    margin-right: 15px;
}

.tweet-block .owl-carousel button.owl-dot.active {
    border: 1px solid #8e612f;
    background: #fff;
}

.tweet-dtl {
    margin-bottom: 16px;
}

.tweet-dtl i {
    color: #20aeff;
    font-size: 14px;
    margin-right: 5px;
}

.tweet-link {
    font-size: 16px;
    margin-bottom: 20px;
}

.tweet-link a {
    border-bottom: 1px solid #8e612f;
}

.tweet-link a:hover {
    color: #8e612f;
}

.tag-widget .badge {
    padding: 11px 14px;
    color: #777;
    font-size: 15px;
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tag-widget .badge:hover {
    background-color: #121b51;
    color: #fff;
}

.tag-widget a {
    margin-right: 8px;
}

.video-item {
    text-align: center;
}

.video-device .bg_img {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.video-device {
    position: relative;
}

.video-item .video-preview,
.video-item .video-preview iframe {
    width: 100%;
    height: 422px;
}

.video-preview {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30;
    width: 100%;
}

.btn-video-play img {
    margin: 0 auto;
    position: relative;
    top: 35%;
    left: 5%;
    transform: translate(-50%, -50%);
    z-index: 30;
}

.btn-video-play:hover {
    opacity: 0.8;
}

.blog-block {
    position: relative;
}

.blog-slider-bg {
    width: 100%;
    height: 400px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.blog-block .owl-carousel .owl-nav button.owl-prev {
    left: 40px;
}

.blog-block .owl-carousel .owl-nav button.owl-next {
    right: 40px;
}

.blog-block .owl-carousel .owl-nav button.owl-next,
.blog-block .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    border: none;
    color: #fff;
    font-size: 25px;
    top: 50%;
    transform: translate(0, -10%);
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 40px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-block .owl-carousel .owl-nav button.owl-next:hover,
.blog-block .owl-carousel .owl-nav button.owl-prev:hover {
    color: #fff;
    background-color: transparent;
    border: none;
}

.page-item .page-link {
    margin-right: 5px;
    color: #9d9d9d;
    font-size: 17px;
    font-weight: 700;
    background-color: transparent;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
}

.page-item .page-link:last-child {
    border-radius: 0;
}

.page-item.active .page-link {
    margin-right: 5px;
    color: #8e612f;
    font-size: 17px;
    font-weight: 700;
    background-color: transparent;
    border: 1px solid #8e612f;
    border-radius: 0;
}

.page-item .page-link:hover {
    border: 1px solid #8e612f;
    color: #8e612f;
}

@media (max-width: 992px) {
    .blog-main-block-two .tweet-block {
        text-align: left;
    }

    .news-block-main {
        margin-bottom: 30px;
    }

    .tweet-block .owl-carousel button.owl-dot {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .news-block .news-block-img {
        margin-bottom: 30px;
    }
}

/* ================================= */
/*===== Blog Detail Page =====*/
/* ================================= */
.blog-detail {
    background-color: #fff;
    padding: 37px 40px;
}

.blog-detail-heading {
    font-size: 14px;
    margin-bottom: 15px;
    color: #8e612f;
    text-transform: uppercase;
}

.blog-detail p {
    margin-bottom: 16px;
}

.paragraph {
    padding: 23px 10px;
}

.paragraph p {
    font-size: 17px;
    color: #232;
    border-left: 4px solid #8e612f;
    padding-left: 23px;
    text-transform: uppercase;
}

.paragraph i {
    font-size: 16px;
    padding-right: 5px;
}

.paragraph [class^="flaticon-"]:before,
[class^="flaticon-"]:after {
    font-size: 10px;
    vertical-align: top;
    font-weight: 100;
}

.blog-detail hr {
    border: 1px solid #dadada;
    margin: 43px 0 20px;
}

.blog-social-list ul li {
    display: inline;
    border: 1px solid #e8e8e8;
    padding: 12px 0;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-social-list ul li a {
    color: #777;
    padding: 17px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-social-list ul li:first-child {
    padding: 0;
}

.blog-social-list ul li:hover {
    background-color: #8e612f;
}

.blog-social-list ul li:hover a {
    color: #fff;
}

.blog-social-list {
    text-align: right;
}

.blog-social-list ul li:first-child {
    border: none;
}

.blog-social-list .share {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
    text-transform: uppercase;
}

.blog-social-list .share:hover {
    background-color: #fff;
}

.blog-list-two ul li {
    display: inline;
    font-size: 15px;
    font-style: italic;
}

.blog-list-two ul li a {
    color: #777;
}

.blog-list-two .share {
    color: #333;
    font-weight: 550;
    text-transform: uppercase;
    font-style: normal;
}

.blog-list-two .share a {
    color: #333;
    font-weight: 550;
    text-transform: uppercase;
    font-style: normal;
}

.blog-detail-two {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 81px;
}

.blog-detail-img img {
    border-radius: 100%;
    width: 121px;
    height: 111px;
}

.author-name {
    padding: 15px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.author-title {
    margin-bottom: 33px;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.author-img img {
    display: inline-block;
    float: left;
    margin-right: 24px;
    border-radius: 100%;
}

.author-description {
    display: table;
}

.author-name {
    margin-bottom: 8px;
}

.author-date {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.author-description p {
    margin-bottom: 36px;
    padding-left: 15px;
    font-size: 18px;
}

.comment-title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.author-btn .btn-secondary {
    font-size: 12px;
    padding: 8px 13px;
    border-radius: 0;
}

.author-btn .btn-secondary:hover {
    color: #fff;
    background: #8e612f;
}

.about-author hr {
    margin-bottom: 33px;
    border-bottom: 1px solid #dadada;
}

.author-block-one {
    padding: 0 0 0 104px;
}

.author-block {
    margin-bottom: 40px;
}

.appointment-form .comment textarea {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 24px 19px 0;
    font-size: 16px;
    color: #777;
}

.appointment-form {
    margin-bottom: 22px;
}

.contact-form-btn .btn-primary {
    padding: 18px 44px;
}

.blog-main-block-two .contact-form-btn {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .appointment-form .comment textarea {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .blog-social-list {
        text-align: left;
    }

    .blog-list-two {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .blog-social-list {
        text-align: left;
    }

    .blog-list-two {
        margin-bottom: 20px;
    }
}

/* ================================= */
/*===== Service Page  =====*/
/* ================================= */
.choose-country-main-block-two {
    padding: 100px 0;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.choose-country-main-block-two .choose-country-block-two {
    background-color: #fff;
    padding: 20px;
}

.choose-country-main-block-two .choose-country-block {
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.choose-country-main-block-two .choose-country-block:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.choose-country-main-block-two .choose-country-icon {
    margin-bottom: 28px;
}

.choose-country-main-block-two .choose-country-heading {
    margin-bottom: 9px;
}

.choose-country-main-block-two .choose-country-heading a {
    color: #232;
}

.choose-country-main-block-two .choose-country-dtl p {
    color: #777;
}

.choose-country-main-block-two .choose-country-dtl i {
    padding-left: 10px;
}

@media (max-width: 992px) {
    .choose-country-main-block-two .choose-country-block {
        text-align: center;
        margin-bottom: 20px;
    }

    .choose-country-main-block-two .choose-country-dtl a {
        margin-bottom: 20px;
    }
}

/* ================================= */
/*===== Service Details Page  =====*/
/* ================================= */
.service-details-main-block {
    padding: 120px 0;
}

.service-img {
    margin-bottom: 37px;
}

.heading-resources {
    font-size: 22px;
}

.service-details-contant {
    padding: 40px 30px;
}

.service-details-contant i {
    color: #8e612f;
}

.service-benefits p {
    margin-bottom: 43px;
}

.service-benefits .second-accordion {
    margin-bottom: 80px;
}

.service-benefits .second-accordion .card-header {
    padding: 0;
    background: transparent;
    border-bottom: 0;
}

.service-benefits .second-accordion .card-header button.btn {
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    color: #232323;
    font-size: 17px;
    font-weight: 500;
    padding-left: 45px;
    position: relative;
    margin-bottom: 12px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-benefits .second-accordion .card-header button.btn:hover {
    color: #232323;
}

.service-benefits
.second-accordion
.card-header
button.btn[aria-expanded="true"] {
    margin-bottom: 10px;
}

.service-benefits .second-accordion .card {
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 18px;
    margin-top: 10px;
    margin-left: -10px;
}

.service-benefits .second-accordion .card-body {
    padding: 0;
    padding-left: 50px;
    padding-bottom: 20px;
}

.service-benefits
.second-accordion
.card-header
button.btn[aria-expanded="false"]:before {
    position: absolute;
    content: "\+";
    left: 0;
    color: #777;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    padding-left: -2px;
    border: 1px solid #e2e2e2;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 500;
}

.service-benefits
.second-accordion
.card-header
button.btn[aria-expanded="true"]:before {
    content: "\-";
    left: 0;
    position: absolute;
    color: #777;
    border: 1px solid #e2e2e2;
    border-radius: 100%;
    width: 30px;
    text-align: center;
    font-size: 30px;
    height: 30px;
    padding-left: 2px;
    line-height: 30px;
    font-weight: 500;
}

.service-details-list {
    margin-bottom: 45px;
}

.service-details-list .active {
    background-color: #8e612f;
    font-weight: 500;
}

.service-details-list .active a {
    color: #fff;
}

.service-details-list ul li {
    border: 1px solid #eaeaea;
    border-bottom: none;
    padding: 20px 30px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-details-list ul li:last-child {
    border-bottom: 1px solid #eaeaea;
}

.service-details-list ul li:hover {
    color: #fff;
    background-color: #8e612f;
}

.service-details-list ul li a {
    color: #555;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-details-list ul li:hover a {
    color: #fff;
}

.service-resources {
    margin-bottom: 45px;
}

.resources-type ul li {
    border: 1px solid #ededed;
    margin-bottom: 12px;
}

.resources-type ul li i {
    color: #8e612f;
    margin-right: 10px;
    border-right: 1px solid #ededed;
    padding: 0 18px;
    line-height: 3.5;
}

.resources-type ul li a {
    color: #777;
    font-size: 15px;
}

.country-contact-two .service-contact-dtl {
    padding: 40px 35px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    position: relative;
}

.service-contact-dtl {
    padding: 40px 70px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    position: relative;
}

.service-contact-dtl ul {
    margin-bottom: 29px;
}

.service-contact-dtl a {
    font-weight: 600;
}

.service-contact-dtl .btn-primary {
    padding: 15px 23px;
}

.service-contact {
    margin-bottom: 80px;
}

.service-contact-img {
    height: 260px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.service-contact-img .overlay-bg {
    opacity: 0.8;
    background-color: #121b51;
}

.service-benefits img {
    margin-bottom: 40px;
}

.service-strategy-heading {
    margin-bottom: 40px;
}

.service-strategy .nav-tabs {
    border-bottom: 1px solid #eaeaea;
}

.service-strategy .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #232323;
    font-size: 17px;
    padding: 21px 33px;
    border-color: #eaeaea;
}

.service-strategy .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    color: #232323;
    font-size: 17px;
    padding: 21px 33px;
}

.service-strategy .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.service-strategy .tab-pane {
    font-size: 18px;
}

.service-strategy .tab-content {
    border: 1px solid #eaeaea;
    border-top: none;
    padding: 35px 30px;
}

@media (max-width: 992px) {
    .service-contact-dtl {
        padding: 40px 240px;
        text-align: center;
    }

    .service-details-list ul li {
        text-align: center;
    }

    .service-details-contant i {
        display: none;
    }
}

@media (max-width: 767px) {
    .service-contact-dtl {
        padding: 40px 150px;
        text-align: center;
    }

    .country-contact-two .service-contact-dtl {
        padding: 40px 110px;
    }
}

@media (max-width: 576px) {
    .service-contact-dtl {
        padding: 40px 80px;
        text-align: center;
    }

    .country-contact-two .service-contact-dtl {
        padding: 33px 49px;
    }

    .service-benefits .second-accordion .card-header button.btn {
        white-space: initial;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .service-contact-dtl {
        padding: 35px 15px;
    }
}

/* ================================= */
/*===== Country List Page =====*/
/* ================================= */
.country-main-block-two {
    padding: 118px 0 120px;
    background-color: #f6f6f6;
}

.choose-country-two {
    background-color: #fff;
    padding: 35px 23px;
    margin-bottom: 30px;
}

.choose-country-icon-two {
    margin-bottom: 20px;
}

.choose-country-two:last-child {
    margin-bottom: 79px;
}

.choose-country-two {
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.choose-country-two:hover {
    box-shadow: 0px 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.choose-country-dtl-two p {
    margin-bottom: 20px;
}

.choose-country-dtl-two a {
    color: #232;
}

.choose-country-dtl-two a i {
    color: #8e612f;
    padding-left: 10px;
}

.country-form-heading {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.country-form {
    padding: 37px 25px;
    background-color: #fff;
    margin-bottom: 50px;
}

.country-form .form-group {
    margin-bottom: 20px;
}

.country-main-block-two select.form-control:not([size]):not([multiple]) {
    height: 56px;
}

.country-form .form-control {
    padding: 14px 18px;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.coaching-main-block-two select.form-control:not([size]):not([multiple]) {
    height: 64px;
}

.country-form span {
    color: #8e612f;
}

.country-form label {
    color: #232323;
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
}

.country-contact-two .service-contact-dtl i {
    margin-bottom: 30px;
    font-size: 30px;
    color: #8e612f;
}

.country-contact-two .service-contact-dtl ul li {
    font-size: 20px;
    margin-bottom: 5px;
}

.service-contact-dtl [class^="flaticon-"]:before,
[class^="flaticon-"]:after {
    font-size: 40px;
}

.country-contact-two .service-contact-dtl ul li a {
    color: #8e612f;
    border-bottom: 1px solid;
}

.country-form .request-button-two .btn-primary {
    padding: 16px 90px;
    width: 100%;
}

.country-form .request-button-two .btn-primary i {
    padding-left: 8px;
}

.request-button-two .btn-primary:hover {
    background: #121b51;
    color: #fff;
}

/* ================================= */
/*===== Country Details Page =====*/
/* ================================= */
.country-details-block {
    background-color: #fff;
}

.country-details-block {
    margin-bottom: 40px;
}

.country-details {
    padding: 33px 40px;
}

.country-details-heading {
    font-size: 20px;
    color: #232;
    padding: 33px 0 0;
}

.country-details p {
    color: #777;
}

.italic {
    font-style: italic;
}

.country-details i {
    color: #8e612f;
    font-size: 15px;
    padding-right: 20px;
}

.country-details-block hr {
    margin-bottom: 23px;
}

.details-button-two .btn-primary {
    margin-bottom: 28px;
}

.details-button-two .btn-primary i {
    padding: 5px;
}

.details-button-two .btn-primary:hover {
    background: #050d3c;
    color: #fff;
}

.country-applications ul li {
    padding: 5px 30px;
    font-size: 18px;
}

@media (max-width: 576px) {
    .country-applications ul li i {
        display: none;
    }
}

/* ================================= */
/*===== Contact Us Page =====*/
/* ================================= */
.contact-us-main-block {
    padding: 118px 0 50px;
    background-color: #f6f6f6;
}

.contact-us-heading {
    color: #232;
    font-size: 26px;
    margin-bottom: 34px;
    /* font-family: 'Tajawal', sans-serif; */
    font-family: "Cairo", sans-serif !important;
    font-weight: 500;
}

.contact-us-heading-two {
    text-transform: none;
}

.contact-us-block {
    margin-bottom: 60px;
}

.appointment-form .form-group-two {
    margin-bottom: 15px;
}

.appointment-form .form-group .form-control {
    padding: 12px 20px;
    margin-bottom: 17px;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.contact-form-btn i {
    padding-left: 8px;
}

.contact-form-btn .btn-primary:hover {
    background: #050d3c;
    color: #fff;
}

.contact-us-dtl .contact-dtl-heading {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 36px;
}

.contact-us-dtl p {
    font-size: 18px;
    margin-bottom: 35px;
}

.contact-us-main-block .contact-block i {
    font-size: 20px;
    color: #777;
    padding-right: 20px;
}

.contact-us-two [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: 20px;
    color: #777;
}

.contact-us-main-block .contact-block ul li i {
    display: inline-block;
    float: left;
}

.contact-us-main-block .contact-block ul li {
    color: #777;
    font-size: 16px;
    margin-bottom: 15px;
}

.contact-us-main-block .contact-block ul li a {
    color: #777;
    display: table;
}

/* =================================
    /*===== Map =====*/
/* ================================= */
.map-location {
    width: 100%;
    height: 440px;
}

/* ================================= */
/*===== Contact Us Page Two =====*/
/* ================================= */
.contact-two-heading {
    margin-bottom: 27px;
}

.brd-rgt {
    border-right: 1px solid #ddd;
}

.contact-us-two ul {
    margin-bottom: 25px;
}

.contact-us-two-main-block {
    background-color: #f6f6f6;
    padding: 22px 0 0;
}

.contact-us-two-form .form-group-two {
    margin-bottom: 14px;
}

.contact-us-two-main-block .contact-form-btn {
    margin-bottom: 120px;
}

@media (max-width: 767px) {
    .brd-rgt {
        border-right: none;
    }

    .contact-us-two {
        margin-bottom: 30px;
    }
}

/* ------------ table responsive ------------------ */
@media (max-width: 720px) {
    table td {
        background-color: #fefefe;
        font-size: 16px;
    }
}

/* -------------- scroll bar ----------------- */

/* Styling the entire scrollbar */
::-webkit-scrollbar {
    width: 5px; /* Horizontal scrollbar width */
    height: 12px; /* Vertical scrollbar height */
}

/* Styling the scrollbar track */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track color */
    border-radius: 10px;
}

/* Styling the scrollbar thumb (the part that moves) */
::-webkit-scrollbar-thumb {
    background: #8e612f;
    /*Thumbcolor*/
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

/* Styling when the scrollbar thumb is hovered */
::-webkit-scrollbar-thumb:hover {
    background: #555; /* Thumb color on hover */
}

/* Optional: Styling the corner (where both scrollbars meet) */
::-webkit-scrollbar-corner {
    background: #f1f1f1;
}


/* ----------- */







