




@font-face {
    font-family: Al-Jazeera;
    src: url(../fonts/Al-Jazeera.ttf);

}

@font-face {
    font-family: light;
    src: url("../fonts/Al-Jazeera-Arabic-Light.ttf") format("opentype");
}

@font-face {
    font-family: Al-Jazeera;
    src: url("../fonts/Al-Jazeera-Arabic-Regular.ttf") format("opentype");
}

@font-face {
    font-family: en-regular;
    src: url("../fonts/JF-Flat-regular.ttf") format("opentype");
}

@font-face {
    font-family:  Al-Jazeera-meduim;
    src: url("../fonts/Al-Jazeera-Arabic-Bold.ttf") format("opentype");
}

:root {
    --navy: #403e68;
    /********/
    --sback: #e2e2e9;
    --white: var(--navy);
    --aback: #eeeef3;
    --navbarcolor: #e0e0e9;
    --green: #016B68a1;
    --topheaderbgcolor: #f7f8fc;
    --secheaderbgcolor: #e0e0e9;
    --topheadertextcolorforgreen: #dedede;
    --topheadertextcolor: #403e68;
    --carouselCaptionbgColor: #403E68;
    --eventbgColor: #403E68;
    --copyright: #48476e;
    --texthover : #f6ebc8ed;
}


body {
    font-size: 15px;
    font-family: 'Al-Jazeera', Cairo;
    background-color: #F5F7F7;
    overflow-x: hidden;
    line-height: 1.5;


}

a:hover {
    text-decoration: none;
    /*color: var(--navy);*/
    color: var(--navy);
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}


h2,
h3,
h4,
h5,
h6 {
    color: #B6DEFD;
    font-weight: bold;
    font-family: Al-Jazeera, Cairo;


}

/*
h3 {
	line-height: 1.5;
}
*/


.d-table-cell {
    padding: 350px 550px;
}

p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.8;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    /*	height: auto;*/
}

.form-control {
    height: 50px;
    color: var(--navy);
    border: 1px solid #e1e1e1;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
}

.form-control::-webkit-input-placeholder {
    color: #676a6a;
}

.form-control:-ms-input-placeholder {
    color: #676a6a;
}

.form-control::-ms-input-placeholder {
    color: #676a6a;
}

.form-control::placeholder {
    color: #676a6a;
}

.form-control:focus {
    color: #000000;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid var(--navy);
}

.form-control:hover:focus,
.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

textarea.form-control {
    height: auto;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 100px;
}


.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-40 {
    padding-bottom: 40px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-minus-100 {
    margin-top: -100px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

/*
Bg-color Style*/
.bg-color {
    background-color: #f9fbfe;
}

/*
Default Btn Area Style*/
.default-btn {
    font-size: 16px;
    color: white;
    line-height: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    background-color: var(--navy);
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-table;
    padding: 18px 35px;
    border-radius: 4px;
}

.default-btn span {
    position: relative;
    padding-right: 25px;
}

.default-btn span i {
    position: absolute;
    top: 4px;
    right: 0;
}

.default-btn.btn-two {
    background-color: #fde0db;
    color: var(--navy);
    border: 1px solid var(--navy);
}

.default-btn:hover {
    background-color:white;
    color: var(--navy);
    border: 1px solid var(--navy);
}

.default-btn:hover.btn-two {
    border-color: #B6DEFD;
}

/*
Read More Btn Area Style*/
.read-more {
    font-size: 15px;
    color: #B6DEFD;
    font-weight: 700;
}

.read-more i {
    position: relative;
    top: 3px;
}

.read-more:hover {
    color: var(--navy);
    letter-spacing: 1px;
}

/*
Section Title Area Style*/
.section-title {
    max-width: 750px;
    margin: -13px auto 50px;
    text-align: center;
    position: relative;
}

.section-title span {
    font-size: 16px;
    color: var(--navy);
    display: block;
    margin-bottom: 15px;
}

.section-title h2 {
    font-size: 32px;
    margin-bottom: 20px;
    position: relative;
    margin-top: -11px;
}

.section-title h2:last-child {
    margin-bottom: 0;
}

.section-title p {
    max-width: 600px;
    margin: auto;
}

.section-title.white-title span {
    color: var(--navy);
}

.section-title.white-title h2 {
    color: var(--navy);
}

.section-title.white-title p {
    color: var(--navy);
}

.section-title.green-title span {
    color: var(--navy);
}

.section-title.green-title h2 {
    color: var(--navy);
}

.section-title.green-title p {
    color: var(--navy);
}

/*
Header Area Style
======================================================*/
.top-header {
    background-color: var(--topheaderbgcolor);
    padding-top: 5%;
    padding-bottom: 15px;
}

.top-header .header-left-content {
    line-height: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.top-header .header-left-content li {
    display: inline-block;
    /*margin-right: 15px;*/
}

.top-header .header-left-content li a {
    color: var(--topheadertextcolor);
    font-size: 16px;
    font-weight: 800;
}

.top-header .header-left-content li a i {
    font-size: 18px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: var(--topheadertextcolor);
    /*  #403f68 */
    text-align: center;
    border-radius: 50%;
    line-height: 1;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.top-header .header-left-content li a:hover {
    color: var(--topheadertextcolor);
}

.top-header .header-left-content li:last-child {
    margin-right: 0;
}

@media(max-width: 766px){
    .top-header .header-right-content {
        line-height: 1;

        position: relative;
        top: -21px;
    }
}


.top-header .header-left-content {
    line-height: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    color: white;
}

.top-header .header-right-content .my-account {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    margin-right: 30px;
}

.top-header .header-right-content .my-account li .dropdown-control {
    color: var(--topheadertextcolor);
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 15px;
}

.top-header .header-right-content .my-account li .dropdown-control i {
    color: var(--topheadertextcolor);
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.top-header .header-right-content .my-account li .dropdown-control .ri-arrow-down-s-line {
    font-size: 17px;
    color: var(--topheadertextcolor);
    top: 4px;
}

.top-header .header-right-content .my-account li .my-account-link {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: var(--navy);
    padding: 20px;
    list-style-type: none;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    width: 150px;
    z-index: 9999;
}

.top-header .header-right-content .my-account li .my-account-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--topheadertextcolor);
    border-left: 8px solid transparent;
    top: -8px;
    right: 0;
    left: 0;
    margin: auto;
}

.top-header .header-right-content .my-account li .my-account-link li {
    margin-bottom: 15px;
}

.top-header .header-right-content .my-account li .my-account-link li a {
    color: #6b6b6b;
    font-size: 14px;
    display: block;
}

.top-header .header-right-content .my-account li .my-account-link li a:hover {
    color: var(--topheadertextcolor);
}

.top-header .header-right-content .my-account li .my-account-link li:last-child {
    margin-bottom: 0;
}

.top-header .header-right-content .my-account:hover .my-account-link {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.top-header .header-right-content .languages-switcher {
    position: relative;
    padding-left: 20px;
    display: inline-block;
}

.top-header .header-right-content .languages-switcher i {
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--topheadertextcolor);
    margin-right: 0;
}

.top-header .header-right-content .languages-switcher select {
    padding: 0;
    background-color: transparent;
    border: none !important;
    cursor: pointer;
    color: var(--topheadertextcolor);
    font-size: 15px;
}

.top-header .header-right-content .languages-switcher select option {
    color: #6b6b6b;
}

.top-header .header-right-content .languages-switcher select:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

/*
Navbar Area Style
======================================================*/
.navbar-area {
    position: relative;
}

.navbar-area .navbar-brand {
    margin-right: 0;
    margin-left: 50px;
    padding: 0;
}

.navbar-area.is-sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    background-color: var(--navy) !important;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.desktop-nav {
    background-color: #f9fbfe;
    padding-top: 0;
    padding-bottom: 0;
}

.desktop-nav .navbar {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 2;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.desktop-nav .navbar ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.desktop-nav .navbar .navbar-nav {
    margin-left: auto;
    margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-bottom: 35px;
    padding-top: 35px;
    padding-right: 0;
    padding-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item a {

    font-size: 15px;
    color: var(--navy);
    line-height: 1;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover,
.desktop-nav .navbar .navbar-nav .nav-item a:focus,
.desktop-nav .navbar .navbar-nav .nav-item a.active {
    color: var(--navy);
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 4px;
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a,
.desktop-nav .navbar .navbar-nav .nav-item:focus a,
.desktop-nav .navbar .navbar-nav .nav-item.active a {
    color: var(--navy);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    background: var(--navy);
    position: absolute;
    visibility: hidden;
    border-radius: 0;
    display: block;
    width: 250px;
    border: none;
    z-index: 99;
    opacity: 0;
    top: 80px;
    left: 0;

    padding: 0;
}

/****/

.desktop-nav .navbar .navbar-nav .nav-item1 {
    position: relative;
    padding-bottom: 35px;
    padding-top: 35px;
    padding-right: 0;
    padding-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item1 a {
    font-weight: 700;
    font-size: 15px;
    color: #6b6b6b;
    line-height: 1;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
}

.desktop-nav .navbar .navbar-nav .nav-item1 a:hover,
.desktop-nav .navbar .navbar-nav .nav-item1 a:focus,
.desktop-nav .navbar .navbar-nav .nav-item1 a.active {
    color: var(--navy);
}

.desktop-nav .navbar .navbar-nav .nav-item1 a i {
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 4px;
}

.desktop-nav .navbar .navbar-nav .nav-item1:last-child a {
    margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item1:first-child a {
    margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item1:hover a,
.desktop-nav .navbar .navbar-nav .nav-item1:focus a,
.desktop-nav .navbar .navbar-nav .nav-item1.active a {
    color: var(--navy);
}

.desktop-nav .navbar .navbar-nav .nav-item1 .dropdown-menu {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
;
    background: var(--navy);
    position: absolute;
    visibility: hidden;
    border-radius: 0;
    display: block;
    width: 100px;
    border: none;
    z-index: 99;
    opacity: 0;
    top: 80px;
    left: 0;
    padding: 0;
}

/****/

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #000000;
    padding: 15px;
    border-bottom: 1px dashed #eee;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: block;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    float: right;
    top: 7px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: var(--navy);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {

    top: 0;
    right: 150px;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #000000;
    border-bottom: 1px dashed #eee;
    font-size: 14px;
    line-height: 1;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: var(--navy);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--navy);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--navy);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--navy);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--navy);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--navy);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--navy);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--navy);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -1px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--navy);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    top: -1px;
    visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--navy);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    top: -15px;
    visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: var(--navy);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: var(--navy);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    top: 80%;
    opacity: 1;
    margin-top: 0;
    visibility: visible;
}

.desktop-nav .navbar .others-options {
    border-left: 0px solid #d7d7d7;
    margin-left: 0px;
    padding-left: 0px;
}

.desktop-nav .navbar .others-options ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 1;
}

.desktop-nav .navbar .others-options ul li {
    display: inline-block;
    margin-right: 25px;
}

.desktop-nav .navbar .others-options ul li:last-child {
    margin-right: 0;
}

.desktop-nav .navbar .others-options ul li .call {
    font-family: 'Al-Jazeera', Cairo;
    font-size: 18px;
    font-weight: 600;
    color: #B6DEFD;
    position: relative;
    top: -6px;
}

.desktop-nav .navbar .others-options ul li .call i {
    position: relative;
    font-size: 20px;
    top: 4px;
    color: var(--navy);
    margin-right: 5px;
}

.desktop-nav .navbar .others-options ul li .option-item {
    color: #6b6b6b;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 0;
}

.desktop-nav .navbar .others-options ul li .option-item span {
    position: relative;
    top: -7px;
    margin-left: 5px;
    font-weight: 600;
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay {
    display: none;
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    background: var(--navy);
    z-index: 2;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-top: 18px;
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form {
    position: relative;
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eeeeee;
    color: #B6DEFD;
    outline: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 15px;
    padding-top: 4px;
    padding-left: 15px;
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form .search-input:focus {
    border-color: var(--navy);
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: var(--navy);
    border: none;
    width: 50px;
    outline: 0;
    color: var(--navy);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 0;
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form .search-button:hover {
    background-color: #B6DEFD;
}

.desktop-nav .navbar .others-options ul li .option-item .search-btn {
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #B6DEFD;
    text-align: center;
    font-size: 25px;
    display: inline-block;
}

.desktop-nav .navbar .others-options ul li .option-item .search-btn:hover {
    color: var(--navy);
}

.desktop-nav .navbar .others-options ul li .option-item .close-btn {
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #B6DEFD;
    text-align: center;
    display: none;
    font-size: 25px;
}

.desktop-nav .navbar .others-options ul li .option-item .close-btn:hover {
    color: var(--navy);
}

.desktop-nav .navbar .others-options ul li .option-item .close-btn.active {
    display: block;
    color: var(--navy);
}

.mobile-responsive-nav {
    display: none;
}

@media only screen and (max-width: 767px) {

    /* CSS styles for small devices go here */
    .navbar-brand {
        display: none;
    }
}


/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
    display: none;
}

.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    right: 60px;
    top: -31px;
}

.others-option-for-responsive .dot-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: var(--navy);
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: var(--navy);
}

.others-option-for-responsive .container {
    position: relative;
}

.others-option-for-responsive .container .container {
    position: absolute;
    right: -2px;
    top: 10px;
    max-width: 320px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.others-option-for-responsive .others-option {
    background-color: #eeeeee;
    padding: 10px;
}

.others-option-for-responsive .others-option ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 1;
}

.others-option-for-responsive .others-option ul li {
    display: inline-block;
    margin-right: 15px;
}

.others-option-for-responsive .others-option ul li:last-child {
    margin-right: 0;
}

.others-option-for-responsive .others-option ul li .call {
    font-family: 'Al-Jazeera', Cairo;
    font-size: 18px;
    font-weight: 600;
    color: #B6DEFD;
    position: relative;
    top: -3px;
}

.others-option-for-responsive .others-option ul li .call i {
    position: relative;
    font-size: 20px;
    top: 4px;
    color: var(--navy);
    margin-right: 5px;
}

.others-option-for-responsive .others-option ul li .option-item {
    color: #6b6b6b;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 5px;
}

.others-option-for-responsive .others-option ul li .option-item .search-overlay {
    display: none;
}

.others-option-for-responsive .others-option ul li .option-item .search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    background: var(--navy);
    z-index: 2;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-top: 18px;
}

.others-option-for-responsive .others-option ul li .option-item .search-overlay.search-popup .search-form {
    position: relative;
}

.others-option-for-responsive .others-option ul li .option-item .search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eeeeee;
    color: #B6DEFD;
    outline: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 15px;
    padding-top: 4px;
    padding-left: 15px;
}

.others-option-for-responsive .others-option ul li .option-item .search-overlay.search-popup .search-form .search-input:focus {
    border-color: var(--navy);
}

.others-option-for-responsive .others-option ul li .option-item .search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: var(--navy);
    border: none;
    width: 50px;
    outline: 0;
    color: var(--navy);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 0;
}

.others-option-for-responsive .others-option ul li .option-item .search-overlay.search-popup .search-form .search-button:hover {
    background-color: #B6DEFD;
}

.others-option-for-responsive .others-option ul li .option-item .search-btn {
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #B6DEFD;
    text-align: center;
    font-size: 25px;
    display: inline-block;
}

.others-option-for-responsive .others-option ul li .option-item .search-btn:hover {
    color: var(--navy);
}

.others-option-for-responsive .others-option ul li .option-item .close-btn {
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #B6DEFD;
    text-align: center;
    display: none;
    font-size: 25px;
}

.others-option-for-responsive .others-option ul li .option-item .close-btn:hover {
    color: var(--navy);
}

.others-option-for-responsive .others-option ul li .option-item .close-btn.active {
    display: block;
    color: var(--navy);
}

.mfp-iframe-holder .mfp-content {
    border: 20px solid #eeeeee;
}

.mfp-iframe-holder .mfp-close {
    top: -50px;
    right: -20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #f30000;
}

/*
Modal Area Style
======================================================*/
.modal .account-title {
    margin-left: -12px;
    margin-right: -12px;
}

.modal .account-title h2 {
    font-size: 24px;
    margin-bottom: 15px;
    background-color: #e7f4eb;
    padding: 30px;
    margin-bottom: 0;
}

.modal .forgot-login {
    float: right;
}

.modal .default-btn {
    margin-top: 2px;
    width: 100%;
    display: block;
}

.modal .modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.modal .modal-body {
    padding: 0;
    border: none;
}

.modal .close {
    background-color: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    right: 29px;
    top: 31px;
    z-index: 9999;
    color: #B6DEFD;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 25px;
    line-height: 1;
}

.modal .close:hover {
    color: var(--navy);
}

.modal .contact-form-action {
    padding: 30px 15px;
}

.modal .contact-form-action .form-group {
    margin-bottom: 20px;
}

.modal .contact-form-action .form-group label {
    margin-bottom: 10px;
}

.modal .contact-form-action .login-action {
    margin-bottom: 20px;
}

.modal .contact-form-action .show {
    text-align: right;
}

/*
Hero Slider Area Style
======================================================*/
.hero-slider-area {
    position: relative;

}

.hero-slider {}

.hero-slider-area .container-fluid {
    max-width: 1300px;


}

.hero-slider-area .thumbs-wrap {
    position: absolute;
    bottom: 5px;
    right: 20px;
    z-index: 1;
    display: flex;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item {
    padding: 40px 0;
    margin: 40px
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span {
    font-family: 'Al-Jazeera', Cairo;
    font-weight: 600;
    font-size: 18px;

    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    cursor: pointer;
    position: relative;
    display: block;
    line-height: 1.3;
}


.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span::after {
    content: "";
    position: absolute;
    top: 9px;
    right: -10px;
    height: 40px;
    width: 60px;


    background-color: #B6DEFD;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
    color: var(--navy);
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span::before {
    background-color: #B6DEFD
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span::after {
    background-color: #B6DEFD
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
    color: #B6DEFD
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span::before {
    background-color: #B6DEFD
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span::after {
    background-color: #B6DEFD
}

.hero-slider-item {

    background-image: url(../../assets/images/test.jpg);
    background-image: url(../../assets/images/test.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 800px !important;
    display: flex;
}

.slider-header {
    background: rgba(28, 23, 21, 0.7);
    border-top: 5px solid #B6DEFD;
    color: white;
    height: 200px;
    width: 50%;
    align-self: flex-end;
    justify-content: center;
    align-content: center;
    text-align: center;
    position: relative;
    margin: 80px auto;
    padding-top: 70px;
    font-size: 30px;
    animation-name: example;
    animation-duration: 4s;
}

@keyframes example {
    0% {
        left: 0px;
        top: 200px;
    }

    100% {
        left: 0px;
        top: 0px;
    }
}


.hero-slider-item .slider-shape {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

.hero-slider-item .slider-shape img {
    width: auto;
    margin: auto;
}

.hero-slider-content .top-title {
    background-color: #d4f1e1;
    color: var(--navy);
    display: inline-block;
    margin-bottom: 15px;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 50px;
}

.hero-slider-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.hero-slider-content p {
    margin-bottom: 30px;
}

.slider-img {
    position: relative;
    z-index: 1;
}

/*
Banner Area Style
======================================================*/
.banner-area {
    position: relative;
    z-index: 1;
    height: 100vh;
    overflow: hidden;
}

.banner-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#96c74f), to(#32ba9f));
    background-image: linear-gradient(to right, #96c74f, #32ba9f);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 55%, 0% 100%);
    -webkit-clip-path: none;
    clip-path: none;
    z-index: -1;
}

.banner-area .banner-shape-1 {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

.banner-area .container-fluid {
    max-width: 1400px;
}

.banner-area ul {

    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;

    flex-flow: column nowrap;
    position: absolute;
    top: 28%;
    left: 5px;
    z-index: 1;
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.banner-area ul li {
    margin: 35px 0;
}

.banner-area ul li a {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: var(--navy);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
}

.banner-area ul li a:hover {
    color: var(--navy);
}

.banner-area.banner-area-style-three {
    background-image: url(../../assets/images/banner/banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.banner-area.banner-area-style-three .container-fluid {
    max-width: 100%;
    padding-right: 0;
}

.banner-area.banner-area-style-three::before {
    background-image: none;
    -webkit-clip-path: none;
    clip-path: none;
    background-color: #B6DEFD;
    opacity: 0.9;
}

.banner-area.banner-area-style-three .banner-img {
    margin-top: 30px;
    margin-right: -150px;
    margin-bottom: -150px;
}

.banner-area.banner-area-style-three .banner-img img {
    border-radius: 50%;
}

.banner-area.banner-area-style-three .banner-img .banner-shape-3 {
    position: absolute;
    top: -25px;
    left: -35px;
}

.banner-area.banner-area-style-three .banner-img .banner-shape-3 img {
    border-radius: 0;
}

.banner-area.banner-area-style-three .pr-0 {
    padding-right: 0;
}

.banner-area.banner-area-style-three .banner-content span {
    color: var(--navy);
}

.banner-area.banner-area-style-three .banner-content h1 {
    margin-bottom: 30px;
}

.banner-area.banner-area-style-three .banner-content p {
    color: var(--navy);
}

.banner-area.banner-area-style-three .banner-content .default-btn {
    background-color: var(--navy);
    color: var(--navy);
}

.banner-area.banner-area-style-three .banner-content .default-btn:hover {
    background-color: var(--navy);
    color: var(--navy);
}

.banner-content .top-title {
    color: var(--navy);
    display: inline-block;
    margin-bottom: 15px;
    font-size: 15px;
}

.banner-content h1 {
    font-size: 3rem;
    margin-bottom: 40px;
    color: var(--navy);
}

.banner-content p {
    margin-bottom: 40px;
    max-width: 600px;
}

.banner-content .default-btn {
    background-color: var(--navy);
    color: var(--navy);
}

.banner-content .default-btn:hover {
    background-color: var(--navy);
    color: var(--navy);
}

.banner-img {
    position: relative;
    z-index: 1;
}

.banner-img .banner-shape-2 {
    position: absolute;
    bottom: -40px;
    right: -40px;
    z-index: -1;
}

.background-video {
    width: 100%;
}

/*
Services Area Style
======================================================*/
.services-area.services-area-style-two {
    position: relative;
    background-color: transparent;
    padding-left: 120px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;

}

.services-area.services-area-style-two .single-services-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--navy)), to(var(--navy)));
    background-image: linear-gradient(to right, var(--navy), var(--navy));
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
    z-index: -1;
}

.services-area.services-area-style-two .single-services-box span {
    position: absolute;
    top: 25px;
    left: 30px;
    text-align: center;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear, left top, right top, from(#96c74f), to(#32ba9f));
    background-image: linear-gradient(to right, #96c74f, #32ba9f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.services-area.services-area-style-two .single-services-box h3 {
    margin-top: -10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-bottom: 10px;
}

.services-area.services-area-style-two .single-services-box p {
    margin-bottom: -3px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.services-area.services-area-style-two .single-services-box:hover::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#96c74f), to(#32ba9f));
    background-image: linear-gradient(to right, #96c74f, #32ba9f);
    opacity: 1;
}

.services-area.services-area-style-two .single-services-box:hover span {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--navy)), to(var(--navy)));
    background-image: linear-gradient(to right, var(--navy), var(--navy));
}

.services-area.services-area-style-two .single-services-box:hover h3 a {
    color: var(--navy);
}

.services-area.services-area-style-two .single-services-box:hover p {
    color: var(--navy);
}

.services-area.services-area-style-three .single-services-box {
    position: relative;
    padding-left: 120px;
    background-color: var(--navy);
    margin-bottom: 30px;
}

.services-area.services-area-style-three .single-services-box span {
    position: absolute;
    top: 25px;
    left: 30px;
    color: var(--navy);
}

.services-area.services-area-style-three .single-services-box h3 {
    margin-top: -6px;
    margin-bottom: 10px;
}

.services-area.services-area-style-three .single-services-box p {
    margin-bottom: -3px;
}

.services-area.services-area-style-three .single-services-box:hover {
    background-color: var(--navy);
}

.single-services-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    height: 100% !important;
}

.single-services-box span {
    line-height: 1;
    font-size: 70px;
    color: var(--navy);
    margin-bottom: 20px;
    display: block;
}

.single-services-box h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.single-services-box h3 a {
    color: #B6DEFD;
}

.single-services-box p {
    margin-bottom: 13px;
}

.single-services-box .services-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-services-box:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-services-box:hover .services-shape {
    -webkit-filter: none;
    filter: none;
}

.single-services-box:hover .read-more {
    color: var(--navy);
}

.awesome-single-services {
    background-color: var(--navy);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.awesome-single-services .awesome-services-content {
    padding: 30px;
}

.awesome-single-services .awesome-services-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    line-height: 1;
}

.awesome-single-services .awesome-services-content ul li {
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
}

.awesome-single-services .awesome-services-content ul li:last-child {
    border-right: none;
}

.awesome-single-services .awesome-services-content ul li i {
    color: var(--navy);
    position: relative;
    top: 1.5px;
    margin-right: 5px;
}

.awesome-single-services .awesome-services-content h3 {
    font-size: 25px;
    margin-top: -9px;
    margin-bottom: 15px;
}

.awesome-single-services .awesome-services-content h3 a {
    color: #B6DEFD;
}

.awesome-single-services .awesome-services-content p {
    margin-bottom: 15px;
}

.awesome-single-services:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.awesome-single-services:hover .blog-content h3 a {
    color: var(--navy);
}

.awesome-single-services:hover .blog-content .read-more {
    color: var(--navy);
}

/*
Who We Are Area Style
======================================================*/
.who-we-are-content {
    margin-top: -5px;
    margin-bottom: 30px;
}

.who-we-are-content .top-title {
    font-size: 16px;
    color: var(--navy);
    display: block;
    margin-bottom: 12px;
}

.who-we-are-content h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.who-we-are-content h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

.who-we-are-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.who-we-are-content ul li {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    line-height: 1.8;
}

.who-we-are-content ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: var(--navy);
    border-radius: 50%;
}

.who-we-are-content ul li:last-child {
    margin-bottom: 0;
}

.who-we-are-content.who-we-are-content-two ul {
    margin-bottom: 30px;
}

.who-we-are-img {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.who-we-are-img::before {
    content: "";
    position: absolute;
    top: -50px;
    right: 22px;
    width: 360px;
    height: 360px;
    background-color: #d4f0e1;
    border-radius: 0 40px 0 0;
    z-index: -1;
    display: none;
}

.who-we-are-img.who-we-are-img-2::before {
    top: auto;
    bottom: -35px;
    right: 35px;
    border-radius: 0 0 40px 0;
}

.who-we-are-img.who-we-are-img-2 .who-we-are-img-shape-2 {
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: -1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
    display: none;
}

.who-we-are-img.who-we-are-img-2 .who-we-are-img-shape-2 img {
    border-radius: 0;
}

.who-we-are-img.who-we-are-img-3 {
    margin-top: 0;
}

.who-we-are-img.who-we-are-img-3::before {
    display: none;
}

/*
Discover Area Style
======================================================*/
.discover-area .pr-0 {
    padding-right: 0;
}

.discover-area .pl-0 {
    padding-left: 0;
}

.discover-area.discover-area-style-two .col-lg-3:first-child .single-counter::before {
    border-right: none;
}

.discover-area.discover-area-style-two .counter-bg {
    margin-bottom: 30px;
}

.discover-area.discover-area-style-two .discover-bg {
    background-image: url(../../assets/images/discover-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
}

.discover-area.discover-area-style-two .discover-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #B6DEFD;
    opacity: 0.9;
    z-index: -1;
    border-radius: 10px;
}

.discover-area.discover-area-style-two .discover-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: var(--navy);
    z-index: -1;
}

.discover-area.discover-area-style-three .discover-bg {
    background-color: transparent;
}

.discover-area.discover-area-style-three .discover-bg .row {
    margin-left: -10px;
    margin-right: -10px;
}

.discover-area.discover-area-style-three .discover-bg .discover-content {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.discover-area.discover-area-style-three .discover-img-3 {
    text-align: center;
    position: relative;
    z-index: 1;
}

.discover-area.discover-area-style-three .discover-img-3 img {
    border-radius: 50%;
}

.discover-area.discover-area-style-three .discover-img-3 .discover-img-shape-3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.discover-area.discover-area-style-three .discover-img-3 .discover-img-shape-3 img {
    border-radius: 0;
}

.discover-area.discover-area-style-three .discover-img-3 .video-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.discover-area.discover-area-style-three .discover-img-3 .video-button i {
    color: var(--navy);
    font-size: 80px;
    background-color: rgba(255, 255, 255, 0.7);
    line-height: 1;
    border-radius: 50%;
    display: block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.discover-area.discover-area-style-three .discover-img-3 .video-button:hover i {
    background-color: var(--navy);
    color: var(--navy);
}

.discover-bg {
    background-color: #B6DEFD;
    position: relative;
    z-index: 1;
}

.discover-bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: var(--navy);
    z-index: -1;
}

.discover-bg .shape {
    position: absolute;
}

.discover-bg .shape.discover-shape-1 {
    top: 30px;
    left: 30px;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

.discover-bg .shape.discover-shape-2 {
    bottom: 180px;
    right: 20px;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

.discover-bg .row {
    margin-left: 100px;
    margin-right: 100px;
}

.discover-content {
    background-color: var(--navy);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 38px;
}

.discover-content h2 {
    font-size: 35px;
    margin-top: -11px;
    margin-bottom: 15px;
}

.discover-content h3 {
    font-size: 23px;
    margin-bottom: 10px;
}

.discover-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: -3px;
}

.discover-content ul li {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    line-height: 1.8;
}

.discover-content ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: var(--navy);
    border-radius: 50%;
}

.discover-content ul li:last-child {
    margin-bottom: 0;
}

.discover-img {
    background-image: url(../../assets/images/discover-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

.discover-img.discover-img-2 {
    background-image: url(../../assets/images/discover-img-2.jpg);
}

.discover-img .video-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.discover-img .video-button i {
    color: var(--navy);
    font-size: 80px;
    background-color: var(--navy);
    line-height: 1;
    border-radius: 50%;
    display: block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.discover-img .video-button:hover i {
    background-color: var(--navy);
    color: var(--navy);
}

/*
Counter Area Style
======================================================*/
.counter-area .counter-bg {
    background-image: url(../../assets/images/counter-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.counter-area .counter-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #B6DEFD;
    opacity: 0.9;
    z-index: -1;
    border-radius: 10px;
}

.counter-area .counter-bg .col-lg-3:first-child .single-counter::before {
    display: none;
}

.single-counter {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.single-counter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    border-right: 1px dashed var(--navy);
}

.single-counter .count-title {
    text-align: center;
}

.single-counter .count-title h2 {
    font-size: 40px;
    color: var(--navy);
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 600;
}

.single-counter .count-title h2 .target {
    position: relative;
    top: 2px;
    margin-left: -10px;
    font-size: 40px;
}

.single-counter .count-title h4 {
    font-size: 18px;
    margin-bottom: 0;
    color: var(--navy);
    font-weight: normal;
}

/*
Counselor Area Style
======================================================*/
.counselor-img {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;

}

.counselor-img .shape {
    position: absolute;
    z-index: -1;
    display: none;
}

.counselor-img .shape img {
    border-radius: 0 !important;
}

.counselor-img .shape.counselor-shape-1 {
    top: -30px;
    right: 0;
}

.counselor-img .shape.counselor-shape-2 {
    bottom: -50px;
    left: -50px;
}

.counselor-content {
    margin-bottom: 30px;
}

.counselor-content .counselor-title h2 {
    font-size: 48px;
    margin-bottom: 40px;
}

.single-counselor {
    position: relative;
}

.single-counselor i {
    font-size: 5px;
    line-height: 1;
    color: #acdfd2;
    display: block;
    margin-bottom: 25px;
}

.single-counselor p {
    font-size: 18px;
    margin-bottom: 22px;
}

.single-counselor h3 {
    font-size: 20px;
    margin-bottom: 0;
}

/*
Events Area Style
======================================================*/
.single-event-box {
    padding: 10px;
    border: 5px solid #eef0ef;
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;

}


.single-event-box .event-content {
    padding: 30px;
}

.single-event-box .event-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 35px;
    line-height: 1;
}

.single-event-box .event-content ul li {
    color: var(--navy);
}

.single-event-box .event-content ul li:last-child {
    border-right: none;
}

.single-event-box .event-content ul li span {
    float: right;
    color: #6b6b6b;
}

.single-event-box .event-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.single-event-box .event-content h3 a {
    color: var(--navy);
}

.single-event-box .event-content p {
    margin-bottom: 15px;

    padding-left: 25px;
    margin-bottom: 15px;
    position: absolute;
    padding-left: 25px;
    top: 62%;
    left: 5%;
}

.single-event-box .event-content p i {
    position: absolute;
    top: -3px;
    left: 0;
    color: var(--navy);
    font-size: 18px;
}

.single-event-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-event-box:hover .blog-content h3 a {
    color: var(--navy);
}

.single-event-box:hover .blog-content .read-more {
    color: var(--navy);
}

/*
Local Councils Area Style
======================================================*/
.local-councils-services-area {
    overflow: hidden;
}

.local-councils-services-area.local-councils-services-area-style-two .local-councils-img::before {
    top: auto;
    bottom: -30px;
    right: auto;
    left: 35px;
    border-radius: 0 0 0 40px;
}

.local-councils-services-area.local-councils-services-area-style-two .local-councils-img .local-councils-img-shape {
    position: absolute;
    top: -30px;
    left: auto;
    right: -30px;
    z-index: -1;
    display: none;
}

.local-councils-content {
    margin-top: -5px;
    margin-bottom: 30px;
}

.local-councils-content .top-title {
    font-size: 16px;
    color: var(--navy);
    display: block;
    margin-bottom: 12px;
}

.local-councils-content h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.local-councils-content h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

.local-councils-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}

.local-councils-content ul li {
    font-size: 15px;
    position: relative;
    padding-left: 25px;
    line-height: 1.8;
}

.local-councils-content ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: var(--navy);
    border-radius: 50%;
}

.local-councils-content ul li:last-child {
    margin-bottom: 0;
}

.local-councils-img {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    text-align: right;
}

.local-councils-img::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 22px;
    width: 360px;
    height: 360px;
    background-color: #d4f0e1;
    border-radius: 40px 0 0 0;
    z-index: -1;
    display: none;
}

/*
Project Area Style
======================================================*/
.project-area {
    overflow: hidden;
}

.project-area .owl-nav {
    margin-top: 0 !important;
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.project-area .owl-nav .owl-prev,
.project-area .owl-nav .owl-next {
    margin: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: white !important;
    color: var(--navy);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-33px);
    transform: translateY(-33px);
}

.project-area .owl-nav .owl-prev i,
.project-area .owl-nav .owl-next i {
    font-size: 25px;
    color: var(--navy);
    line-height: 35px;
}

.project-area .owl-nav .owl-prev:hover i,
.project-area .owl-nav .owl-next:hover i {
    color: var(--navy);
}

.project-area .owl-nav .owl-next {
    left: auto;
    right: 50px;
}

.project-area .owl-nav .owl-next i {
    position: relative;
    right: -1px;
}

.project-area:hover .owl-nav {
    opacity: 1;
}

.single-project {
    position: relative;
    margin-bottom: 30px;
    position: relative;
}



.single-project img {
    border-radius: 10px;
}

.single-project .project-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.single-project .project-content a {
    font-size: 18px;
    color: white;
    font-weight: bold;
    background-color: black;
    display: none;
  
}

.single-project:hover .project-content a {
    font-size: 18px;
    color: white;
    font-weight: bold;
    background-color: black;
    display: block;
  
}




/*
Councillor Area Style
======================================================*/
.counselor-area .owl-nav {
    margin-top: 10px !important;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 30px;
}

.counselor-area .owl-nav .owl-prev,
.counselor-area .owl-nav .owl-next {
    margin: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: var(--navy) !important;
    color: var(--navy);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
}

.counselor-area .owl-nav .owl-prev i,
.counselor-area .owl-nav .owl-next i {
    font-size: 25px;
    color: var(--navy);
    line-height: 35px;
}

.counselor-area .owl-nav .owl-prev:hover i,
.counselor-area .owl-nav .owl-next:hover i {
    color: var(--navy);
}

.counselor-area .owl-nav .owl-next {
    left: auto;
    right: -30px;
}

.counselor-area .owl-nav .owl-next i {
    position: relative;
    right: -1px;
}

.single-councillor {
    margin-bottom: 30px;
}

.single-councillor .councillor-content {
    text-align: center;
    background-color: var(--navy);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    z-index: 1;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-councillor .councillor-content h3 {
    font-size: 20px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-councillor .councillor-content span {
    font-size: 14px;
    display: block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-councillor .councillor-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    visibility: hidden;
    opacity: 0;
}

.single-councillor .councillor-content ul li {
    display: inline-block;
    margin-right: 10px;
}

.single-councillor .councillor-content ul li:last-child {
    margin-right: 0;
}

.single-councillor .councillor-content ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
    color: var(--navy);
    font-size: 18px;
    text-align: center;
}

.single-councillor .councillor-content ul li a:hover {
    color: var(--navy);
    background-color: var(--navy);
}

.single-councillor:hover .councillor-content {
    background-color: #B6DEFD;
    max-width: 100%;
    border-radius: 0;
}

.single-councillor:hover .councillor-content h3 {
    color: var(--navy);
}

.single-councillor:hover .councillor-content span {
    color: var(--navy);
}

.single-councillor:hover .councillor-content ul {
    top: -60px;
    visibility: visible;
    opacity: 1;
}

/*
Blog Area Style
======================================================*/
.blog-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

. {
    background-color: var(--sback);
}

.blog-area.blog-area-two .single-blog-box {
    background-color: var(--navy);
}


.blog-area.blog-area-three {
    position: relative;
    z-index: 1;
}

.blog-area.blog-area-three .single-blog-box {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-area.blog-area-three .single-blog-box .blog-content {
    padding: 0;
    margin-top: 30px;
}

.blog-area.blog-area-three .shape {
    position: absolute;
    z-index: -1;
}

.blog-area.blog-area-three .shape.blog-shape-2 {
    bottom: 30px;
    right: 30px;
}

.single-blog-box {
    background-color: var(--navy);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-blog-box .blog-content {
    padding: 30px;
}

.single-blog-box .blog-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1;
}

.single-blog-box .blog-content ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
}

.single-blog-box .blog-content ul li:last-child {
    border-right: none;
}

.single-blog-box .blog-content ul li i {
    color: var(--navy);
    position: relative;
    top: 1.5px;
    margin-right: 5px;
}

.single-blog-box .blog-content h3 {
    font-size: 25px;
    margin-bottom: 12px;
}

.single-blog-box .blog-content h3 a {
    color: #B6DEFD;
}

.single-blog-box .blog-content p {
    margin-bottom: 14px;
}

.single-blog-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-blog-box:hover .blog-content h3 a {
    color: var(--navy);
}

.single-blog-box:hover .blog-content .read-more {
    color: var(--navy);
}

/*
Footer Area Style
======================================================*/
.footer-area {
    background-color: var(--sback);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-area .shape {
    position: absolute;
    z-index: -1;
}

.footer-area .shape.footer-shape-1 {
    top: 30px;
    left: 30px;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

.footer-area .shape.footer-shape-2 {
    bottom: 30px;
    right: 30px;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

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

.single-footer-widget.single-bg {
    position: relative;
    z-index: 1;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.single-footer-widget.single-bg::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 423px;
    background-color: #B6DEFD;
    z-index: -1;
    display: none;
}

.single-footer-widget .logo {
    margin-bottom: 25px;
    display: inline-block;
}

.single-footer-widget p {
    margin-bottom: 25px;
    color: var(--navy);
}

.single-footer-widget .social-icon {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.single-footer-widget .social-icon li {
    display: inline-block;
}

.single-footer-widget .social-icon li a {
    display: block;
    color: var(--navy);
    text-transform: capitalize;
    font-size: 18px;
    padding-right: 0px;
}

.single-footer-widget .social-icon li a:hover {
    color: var(--navy);
}

.single-footer-widget .social-icon li:last-child a {
    padding-right: 0;
}

.single-footer-widget h3 {
    font-size: 25px;
    margin-bottom: 20px;
    color: var(--navy);
}

.single-footer-widget .address {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.single-footer-widget .address li {
    position: relative;
    margin-bottom: 20px;
    color: var(--navy);
    padding-left: 30px;
}

.single-footer-widget .address li i {
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--navy);
    margin-right: 5px;
}

.single-footer-widget .address li a {
    display: block;
    color: var(--navy);
}

.single-footer-widget .address li a:hover {
    color: var(--navy);
}

.single-footer-widget .address li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .import-link {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.single-footer-widget .import-link li {
    margin-bottom: 15px;
}

.single-footer-widget .import-link li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .import-link li a {
    color: var(--navy);
}

.single-footer-widget .import-link li:hover::before {
    border-radius: 50%;
}

.single-footer-widget .import-link li:hover a {
    color: var(--navy);
}

.single-footer-widget .newsletter-form .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #8c8f93;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    color: var(--navy);
}

.single-footer-widget .newsletter-form .form-control::-webkit-input-placeholder {
    color: #cccccc;
}

.single-footer-widget .newsletter-form .form-control:-ms-input-placeholder {
    color: #cccccc;
}

.single-footer-widget .newsletter-form .form-control::-ms-input-placeholder {
    color: #cccccc;
}

.single-footer-widget .newsletter-form .form-control::placeholder {
    color: #cccccc;
}

.single-footer-widget .newsletter-form .subscribe {
    margin-top: 10px;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: var(--navy);
}

.single-footer-widget .newsletter-form .subscribe i {
    position: relative;
    top: 3px;
}

.single-footer-widget .newsletter-form .subscribe:hover {
    color: var(--navy);
}

.single-footer-widget .newsletter-form #validator-newsletter {
    color: #f30000;
    margin-top: 10px;
}

.single-footer-widget.newsletter p {
    margin-bottom: 15px;
}

/*
Copy Right Area Style
======================================================*/
.copy-right-area {
    background-color: #243763;
    border-top: 1px solid #444158;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.copy-right-area p {
    color: #ffffff;
}

.copy-right-area p i {
    position: relative;
    top: 2px;
}

.copy-right-area p a {
    color: white;
    font-weight: 600;
}

.copy-right-area p a:hover {
    color: white;
    font-size: large;
}

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

/*====================================================
INNER PAGES STYLE AREA
======================================================*/
/*
Page Title Area Style
=====================================================*/
.page-title-area {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.page-title-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #B6DEFD !important;
    opacity: 0.9;
    z-index: -1;
}

.page-title-area .page-title-content {
    position: relative;
    margin-top: -6px;
    text-align: center;
}

.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    font-size: 48px;
    color: var(--navy);
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: -5px;
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    margin-left: 15px;
    color: var(--navy);
}

.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -3px;
    background-color: var(--navy);
    width: 1px;
    height: 15px;
}

.page-title-area .page-title-content ul li.active {
    color: var(--navy);
}

.page-title-area .page-title-content ul li:first-child {
    margin-left: 0;
}

.page-title-area .page-title-content ul li:last-child {
    padding-right: 0;
}

.page-title-area .page-title-content ul li:last-child::before {
    display: none;
}

.page-title-area .page-title-content ul li a {
    color: var(--navy);
}

.page-title-area .page-title-content ul li a:hover {
    color: var(--navy);
}

/*
Gallery Area Style
======================================================*/
/*
Gallery Area Style
=====================================================*/
.gallery-area .shorting .mix {
    display: none;
}

.shorting-menu {
    background-color: #e2e2e9 !important;
    max-width: 545px;
    margin: auto;
    margin-bottom: 50px;
    color:white !important;
    text-align: center;
    padding: 5px;
    border-radius: 50px;
}

.shorting-menu .filter {
    background-color: transparent;
    padding: 12px 25px;
    font-weight: 600;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.shorting-menu .filter.active {
    background-color: var(--navy);
    color: white;
    border-radius: 50px;
}

.gallery-item {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery-item .gallery-item-content {
    background-color: var(--navy);
    padding: 30px;
    position: absolute;
    bottom: -100%;
    left: 30px;
    right: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.gallery-item .gallery-item-content a {
    display: block;
    font-size: 22px;
    font-family: 'Al-Jazeera', Cairo;
    font-weight: 700;
    color: white !important;
    margin-bottom: 5px;

}

.gallery-item .gallery-item-content span {
    font-size: 15px;
    color:white !important;
}

.gallery-item:hover .gallery-item-content {
    bottom: 30px;
}

/*
FAQ Area CSS
======================================================*/
.faq-accordion {
    max-width: 930px;
    margin: auto;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
    padding: 20px 60px 17px 25px;
    color: #B6DEFD;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    background-color: #e7f4eb;
    border-bottom: 1px solid var(--navy);
    z-index: 1;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 18px;
    top: 13px;
    font-size: 25px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\ea4e";
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -6px;
    padding: 23px;
    background-color: #f1f9f4;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}

/*
Privacy Policy Style
=====================================================*/
.privacy-policy {
    max-width: 930px;
    margin: 0 auto -14px;
}

.privacy-policy .privacy-content {
    margin-bottom: 30px;
}

.privacy-policy .privacy-content h3 {
    margin-bottom: 10px;
    font-size: 25px;
}

.privacy-policy .privacy-content p {
    margin-bottom: 10px;
}

.privacy-policy .privacy-content ul {
    margin-top: 20px;
    padding-left: 18px;
}

.privacy-policy .privacy-content ul li {
    margin-bottom: 10px;
}

.privacy-policy .privacy-content ul li:last-child {
    margin-bottom: 0;
}

.privacy-policy .privacy-content ul li::marker {
    color: var(--navy);
}

.privacy-policy .privacy-content.content-8 {
    margin-bottom: 0;
}

/*
Terms-conditions Style
=====================================================*/
.terms-conditions {
    max-width: 930px;
    margin: 0 auto -14px;
}

.terms-conditions .terms-content {
    margin-bottom: 30px;
}

.terms-conditions .terms-content h3 {
    margin-bottom: 10px;
    font-size: 25px;
}

.terms-conditions .terms-content p {
    margin-bottom: 10px;
}

.terms-conditions .terms-content ul {
    margin-top: 20px;
    padding-left: 18px;
}

.terms-conditions .terms-content ul li {
    margin-bottom: 10px;
}

.terms-conditions .terms-content ul li:last-child {
    margin-bottom: 0;
}

.terms-conditions .terms-content ul li::marker {
    color: var(--navy);
}

.terms-conditions .terms-content.content-8 {
    margin-bottom: 0;
}

/*
Accessibility Style
=====================================================*/
.accessibility-conditions {
    max-width: 930px;
    margin: 0 auto -14px;
}

.accessibility-conditions .accessibility-content {
    margin-bottom: 30px;
}

.accessibility-conditions .accessibility-content h3 {
    margin-bottom: 10px;
    font-size: 25px;
}

.accessibility-conditions .accessibility-content p {
    margin-bottom: 10px;
}

.accessibility-conditions .accessibility-content ul {
    margin-top: 20px;
    padding-left: 18px;
}

.accessibility-conditions .accessibility-content ul li {
    margin-bottom: 10px;
}

.accessibility-conditions .accessibility-content ul li:last-child {
    margin-bottom: 0;
}

.accessibility-conditions .accessibility-content ul li::marker {
    color: var(--navy);
}

.accessibility-conditions .accessibility-content.content-8 {
    margin-bottom: 0;
}

/*
Main Contact Area Style
=====================================================*/
.main-contact-area .contact-bg {

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;

    z-index: 1;
    padding-top: 100px;
}

.main-contact-area .contact-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #27b5f1;
    opacity: 0.9;
    z-index: -1;
    border-radius: 10px;
}

.main-contact-area .contact-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: var(--navy);
    z-index: -1;
}

.main-contact-area .contact-bg .contact-info {
    padding-bottom: 30px;
}

.main-contact-area .contact-bg .contact-info .col-lg-4:first-child .single-contact-info::before {
    border-right: none;
}

.main-contact-area #contactForm {
    margin-left: 100px;
    margin-right: 100px;
    padding: 40px;
    background-color: var(--navy);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.main-contact-area .form-group {
    margin-bottom: 30px;
}

.main-contact-area .form-group label {
    font-size: 16px;
    margin-bottom: 10px;
}

.main-contact-area .form-group .form-control {
    background-color: #f9fbfe;
}

.main-contact-area .form-group .form-control::-webkit-input-placeholder {
    color: #cccccc;
}

.main-contact-area .form-group .form-control:-ms-input-placeholder {
    color: #cccccc;
}

.main-contact-area .form-group .form-control::-ms-input-placeholder {
    color: #cccccc;
}

.main-contact-area .form-group .form-control::placeholder {
    color: #cccccc;
}

.main-contact-area .form-group.checkboxs {
    position: relative;
    margin-bottom: 30px;
}

.main-contact-area .form-group.checkboxs #chb2 {
    position: absolute;
    top: 8px;
    left: 0;
}

.main-contact-area .form-group.checkboxs p {
    padding-left: 20px;
}

.main-contact-area .form-group.checkboxs p a {
    color: var(--navy);
}

.main-contact-area .form-group.checkboxs p a:hover {
    color: #B6DEFD;
}

.list-unstyled {
    color: #dc3545;
    margin-top: 10px;
    font-size: 14px;
}

.hidden {
    display: none;
}

#msgSubmit {
    margin-top: 30px;
    font-size: 20px;
}

.map-area iframe {
    height: 480px;
    border: none !important;
    display: block;
    width: 100%;
}

.single-contact-info {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.single-contact-info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    border-right: 1px dashed var(--navy);
}

.single-contact-info h3 {
    color: var(--navy);
    font-size: 25px;
}

.single-contact-info p {
    font-size: 16px;
    color: var(--navy);
}

.single-contact-info p i {
    color: var(--navy);
    position: relative;
    top: 2px;
    margin-right: 5px;
    display: inline-block;
}

.single-contact-info p a {
    color: var(--navy);
}

.single-contact-info p a:hover {
    color: var(--navy);
}

/*
Main Contact Area Style
=====================================================*/
.book-action {
    background-color: var(--navy);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 50px;
    max-width: 930px;
    margin: auto;
    text-align: center;
    position: relative;
}

.book-action h2 {
    font-size: 35px;
    margin-top: -6px;
    margin-bottom: 40px;
}

.book-action .form-group {
    margin-bottom: 30px;
    position: relative;
}

.book-action .form-group i {
    position: absolute;
    top: 17px;
    right: 15px;
}

.book-action .form-group .form-control {
    color: #B6DEFD;
    border: none;
    border: 1px solid #ddcdca;
    background-color: transparent;
    padding: 10px 15px;
}

.book-action .form-group .form-control::-webkit-input-placeholder {
    color: #B6DEFD;
    font-size: 14px;
}

.book-action .form-group .form-control:-ms-input-placeholder {
    color: #B6DEFD;
    font-size: 14px;
}

.book-action .form-group .form-control::-ms-input-placeholder {
    color: #B6DEFD;
    font-size: 14px;
}

.book-action .form-group .form-control::placeholder {
    color: #B6DEFD;
    font-size: 14px;
}

.book-action .form-group .form-control:focus {
    border-color: var(--navy);
}

.book-action .form-group select {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #ddcdca;
    padding: 0 11px;
    font-size: 14px;
    font-weight: 400;
}

.book-action .form-group select:focus {
    outline: none;
    border-color: var(--navy);
}

.book-action .default-btn {
    width: 100%;
}

.table-condensed {
    border-collapse: collapse;
    width: 256px;
    text-align: center;
}

.table-condensed .prev {
    background-color: #f2f9fc;
    border-radius: 4px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    cursor: pointer;
}

.table-condensed .prev:hover {
    background-color: var(--navy);
}

.table-condensed .next {
    background-color: #f2f9fc;
    border-radius: 4px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    cursor: pointer;
}

.table-condensed .next:hover {
    background-color: var(--navy);
}

.table-condensed .day {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    cursor: pointer;
    transition: all ease 0.5s;
    border-radius: 4px;
    font-size: 14px;
}

.table-condensed .day:hover {
    background-color: var(--navy);
    color: var(--navy);
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    border-radius: 0 !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background-color: var(--navy);
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    background-color: var(--navy);
    border-color: var(--navy);
}

/*
User Area CSS
=====================================================*/
.user-area {
    position: relative;
    z-index: 1;
}

.user-area .user-form-content h3 {
    font-size: 24px;
    background-color: #f0f0fa;
    padding: 20px 30px;
    margin-bottom: 0;
    border-radius: 30px 0 0 0;
}

.user-area .user-form-content .user-form {
    border-bottom: none;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: var(--navy);
    padding: 30px;
    margin: auto;
}

.user-area .user-form-content .user-form .form-group {
    margin-bottom: 30px;
}

.user-area .user-form-content .user-form .form-group label {
    font-size: 16px;
    margin-bottom: 12px;
}

.user-area .user-form-content .user-form .form-group .form-control {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.user-area .user-form-content .user-form .login-action {
    margin-bottom: 30px;
}

.user-area .user-form-content .user-form .login-action .log-rem {
    display: inline-block;
}

.user-area .user-form-content .user-form .login-action .log-rem label {
    margin-bottom: 0;
    font-size: 16px;
}

.user-area .user-form-content .user-form .login-action .forgot-login {
    display: inline-block;
    float: right;
}

.user-area .user-form-content .user-form .default-btn {
    width: 100%;
    margin-bottom: 30px;
}

.user-area .user-form-content .or {
    text-align: center;
    font-size: 16px;
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.user-area .user-form-content .or::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 45%;
    height: 1px;
    background-color: #cccccc;
    z-index: -1;
}

.user-area .user-form-content .or::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    width: 45%;
    height: 1px;
    background-color: #cccccc;
    z-index: -1;
}

.user-area .user-form-content .or-login {
    display: block;
    text-align: center;
    border: 1px solid #cccccc;
    padding: 15px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    font-size: 16px;
}

.user-area .user-form-content .or-login i {
    color: #3b5998;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.user-area .user-form-content .or-login.google i {
    color: #ed1d24;
}

.user-area .user-form-content .or-login:hover {
    background-color: var(--navy);
    color: var(--navy);
    border-color: var(--navy);
}

.user-area .user-form-content .or-login:hover i {
    color: var(--navy);
}

.user-area .user-form-content .create {
    text-align: center;
    font-size: 16px;
}

.user-area .user-form-content .create a {
    color: var(--navy);
}

.user-area .user-form-content.log-in-width {
    max-width: 930px;
    margin: auto;
}

.user-area .user-form-content.register-width {
    max-width: 930px;
    margin: auto;
}

/*
Sidebar Widget Style
=====================================================*/
.blog-details-area .col-lg-4 .sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget {
    margin-bottom: 35px;
}

.sidebar-widget h3 {
    font-size: 25px;
    background-color: #e7f4eb;
    padding: 15px 30px;
    margin-bottom: 0;
    border-radius: 30px 0 0 0;
}

.sidebar-widget ul {
    padding: 30px;
    margin: 0;
    list-style-type: none;
    background-color: var(--navy);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding-top: 15px;
    padding-bottom: 15px;
}

.sidebar-widget.councilor {
    text-align: center;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-radius: 30px 0 0 0;
}

.sidebar-widget.councilor .councilor-content {
    padding: 30px;
}

.sidebar-widget.councilor .councilor-content img {
    margin-bottom: 20px;
}

.sidebar-widget.councilor .councilor-content h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.sidebar-widget.councilor .councilor-content span {
    display: block;
    margin-bottom: 15px;
    color: var(--navy);
}

.sidebar-widget.councilor .councilor-content p {
    margin-bottom: 18px;
}

.sidebar-widget.councilor .councilor-content ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    line-height: 1;
}

.sidebar-widget.councilor .councilor-content ul li {
    display: inline-block;
}

.sidebar-widget.councilor .councilor-content ul li a {
    display: block;
    color: #B6DEFD;
    font-size: 18px;
    padding: 0 10px;
}

.sidebar-widget.councilor .councilor-content ul li a:hover {
    color: var(--navy);
}

.sidebar-widget.search .search-form {
    background-color: #e7f4eb;
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 30px 0 0 0;
}

.sidebar-widget.search .search-form .form-control {
    background-color: var(--navy);
}

.sidebar-widget.search .search-form .search-button {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 29px;
    right: 31px;
    font-size: 20px;
    color: var(--navy);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: transparent;
}

.sidebar-widget.search .search-form .search-button:hover {
    color: var(--navy);
}

.sidebar-widget.categories ul li {
    position: relative;
    margin-bottom: 11.60px;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 11.60px;
}

.sidebar-widget.categories ul li i {
    font-size: 15px;
    margin-right: 5px;
}

.sidebar-widget.categories ul li a {
    font-weight: 600;
    color: #B6DEFD;
}

.sidebar-widget.categories ul li a i {
    float: right;
    position: relative;
    top: 1px;
}

.sidebar-widget.categories ul li:hover a {
    color: var(--navy);
}

.sidebar-widget.categories ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-widget.tags ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.sidebar-widget.tags ul li a {
    border: 1px solid #eeeeee;
    padding: 8px 12px;
    display: inline-block;
    background-color: var(--navy);
}

.sidebar-widget.tags ul li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: var(--navy);
    color: var(--navy);
    border-color: var(--navy);
}

.sidebar-widget.tags ul li:last-child {
    margin-bottom: 0;
}

.sidebar-widget.advertizing {
    background-color: var(--navy);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-radius: 30px 0 0 0;
    padding-bottom: 1px;
}

.sidebar-widget.advertizing .advertizing-img {
    margin: 30px;
}

/*
Blog Details Content Style
=====================================================*/
.blog-details-content .blog-details-img {
    margin-bottom: 30px;
    position: relative;
}

.blog-details-content .blog-details-img ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: var(--navy);
    display: inline-block;
    padding: 10px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.blog-details-content .blog-details-img ul li {
    border-bottom: 1px solid var(--navy);
    padding-bottom: 5px;
    margin-bottom: 2px;
    color: var(--navy);
    text-align: center;
}

.blog-details-content .blog-details-img ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog-details-content .blog-top-content .news-content .admin {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 5px;
}

.blog-details-content .blog-top-content .news-content .admin li {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.blog-details-content .blog-top-content .news-content .admin li i {
    color: var(--navy);
    display: inline-block;
    margin-right: 5px;
}

.blog-details-content .blog-top-content .news-content .admin li::before {
    content: "";
    position: absolute;
    top: 4px;
    right: -4px;
    width: 1px;
    height: 85%;
    background-color: #6b6b6b;
}

.blog-details-content .blog-top-content .news-content .admin li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.blog-details-content .blog-top-content .news-content .admin li:last-child::before {
    display: none;
}

.blog-details-content .blog-top-content .news-content .admin li:nth-child(2) i {
    position: relative;
    top: 3px;
}

.blog-details-content .blog-top-content .news-content h3 {
    font-size: 35px;
    margin-bottom: 20px;
}

.blog-details-content .blog-top-content .news-content-2 {
    margin-top: 25px;
}

.blog-details-content .blog-top-content .news-content-2 h4 {
    font-size: 25px;
    margin-bottom: 25px;
}

.blog-details-content .blog-top-content .news-content-2 .single-recent-post {
    position: relative;
    height: 152px;
    padding: 20px;
    padding-left: 225px;
    background-color: #f1faf4;
    margin-bottom: 30px;
}

.blog-details-content .blog-top-content .news-content-2 .single-recent-post h3 {
    line-height: 1;
}

.blog-details-content .blog-top-content .news-content-2 .single-recent-post h3 a {
    font-size: 20px;
}

.blog-details-content .blog-top-content .news-content-2 .single-recent-post p {
    margin-bottom: 10px;
}

.blog-details-content .blog-top-content .news-content-2 .single-recent-post img {
    position: absolute;
    top: 0;
    left: 0;
}

.blog-details-content .blog-top-content .news-content-3 {
    margin-top: 25px;
}

.blog-details-content .blog-top-content .news-content-3 h4 {
    font-size: 25px;
    margin-bottom: 25px;
}

.blog-details-content .blog-top-content .news-content-3 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-content .blog-top-content .news-content-3 ul li {
    position: relative;
    padding-left: 150px;
    margin-bottom: 40px;
}

.blog-details-content .blog-top-content .news-content-3 ul li img {
    position: absolute;
    top: 0;
    left: 0;
}

.blog-details-content .blog-top-content .news-content-3 ul li h5 {
    font-size: 18px;
    margin-bottom: 15px;
}

.blog-details-content .blog-top-content .news-content-3 ul li h5 span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
    display: inline-block;
}

.blog-details-content .blog-top-content .news-content-3 ul li a {
    font-weight: 600;
    color: var(--navy);
    font-size: 14px;
}

.blog-details-content .blog-top-content .news-content-3 ul li a i {
    position: relative;
    top: 3px;
    margin-left: 5px;
    color: var(--navy);
}

.blog-details-content .blog-top-content .news-content-3 ul li.active {
    margin-left: 50px;
}

.blog-details-content .leave-reply h3 {
    background-color: #e7f4eb;
    padding: 15px 30px;
    margin-bottom: 0;
    border-radius: 30px 0 0 0;
    font-size: 24px;
}

.blog-details-content .leave-reply form {
    background-color: var(--navy);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.blog-details-content .leave-reply form p {
    margin-top: -10px;
}

.blog-details-content .leave-reply form .form-group {
    margin-bottom: 30px;
}

.blog-details-content .leave-reply form .form-group label {
    margin-bottom: 12px;
    font-weight: 600;
}

.blog-details-content .leave-reply form .form-group .form-control {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.blog-details-content .leave-reply form .form-group .form-control::-webkit-input-placeholder {
    color: #cccccc;
}

.blog-details-content .leave-reply form .form-group .form-control:-ms-input-placeholder {
    color: #cccccc;
}

.blog-details-content .leave-reply form .form-group .form-control::-ms-input-placeholder {
    color: #cccccc;
}

.blog-details-content .leave-reply form .form-group .form-control::placeholder {
    color: #cccccc;
}

/*
Blog Post Area Style
=====================================================*/
.blog-post-area .single-blog-box {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 40px;
}

.blog-post-area .single-blog-box.active {
    background-color: #f2f9f4;
}

.blog-post-area .single-blog-box.active .blog-content {
    padding: 30px;
    margin-top: 0;
}

.blog-post-area .single-blog-box .blog-content {
    padding: 0;
    margin-top: 30px;
}

/*
Services Content Style
=====================================================*/
.services-content {
    margin-bottom: 30px;
}

.services-content h3 {
    margin-bottom: 10px;
    font-size: 28px;
}

.services-content p {
    margin-bottom: 10px;
}

.services-content ul {
    margin-top: 20px;
    padding-left: 18px;
}

.services-content ul li {
    margin-bottom: 10px;
}

.services-content ul li:last-child {
    margin-bottom: 0;
}

.services-content ul li::marker {
    color: var(--navy);
}

.services-content.mb-0 {
    margin-bottom: -10px !important;
}

/*
Project Details Style
=====================================================*/
.project-details-area .project-details-content {
    max-width: 930px;
    margin: auto;
}

/*
Event Details Style
=====================================================*/
.event-content {
    margin-bottom: 30px;
}

.event-content h3 {
    font-size: 25px;
    margin-bottom: 15px;

}

.event-content.event-content-two .event-date {
    background-color: #e7f4eb;
    padding: 20px 40px;
}

.event-content.event-content-two .event-date h4 {
    font-size: 20px;
}

.event-content.event-content-three ul {
    padding-left: 18px;
}

.event-content.event-content-three ul li {
    margin-bottom: 10px;
}

.event-content.event-content-three ul li::marker {
    color: var(--navy);
}

.event-content.event-content-three ul li:last-child {
    margin-bottom: 0;
}

.event-content.event-content-five iframe {
    width: 100%;
    height: 400px;
    border: none;
}

.event-content.event-content-six h3 {
    margin-bottom: 15px;
}

.event-content.event-content-six .single-recent-post {
    position: relative;
    height: 152px;
    padding: 20px;
    padding-left: 225px;
    background-color: #f1faf4;
    margin-bottom: 30px;
}

.event-content.event-content-six .single-recent-post h3 {
    line-height: 1;
    margin-top: revert;
}

.event-content.event-content-six .single-recent-post h3 a {
    font-size: 20px;
}

.event-content.event-content-six .single-recent-post p {
    margin-bottom: 10px;
}

.event-content.event-content-six .single-recent-post img {
    position: absolute;
    top: 0;
    left: 0;
}

.event-content.one {
    margin-bottom: 0;
}

.event-widget-sidebar {
    margin-bottom: 30px;
}

.event-widget-sidebar .single-another {
    margin-right: 1px;
}

.headeranotherslider {
    font-size: 32px;
    background-color: var(--aback);
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--topheadertextcolor);
    margin-top: 10px
}

.event-widget-sidebar .single-another h3 {
    font-size: 23px;
    background-color: var(--aback);
    padding: 15px;
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
}

.event-widget-sidebar .single-another .another-content {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border: 1px solid #eeeeee;
}

.event-widget-sidebar .single-another .another-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.event-widget-sidebar .single-another .another-content h4 a {
    color: var(--navy);
}

.event-widget-sidebar .single-another .another-content.single-event-box .event-content {
    padding: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

.event-widget-sidebar .owl-theme .owl-nav {
    margin-bottom: 0;
}

.event-widget-sidebar .owl-theme .owl-nav .owl-prev,
.event-widget-sidebar .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 8px;
    left: 22px;
    background-color: transparent;
    margin: 0;
}

.event-widget-sidebar .owl-theme .owl-nav .owl-prev i,
.event-widget-sidebar .owl-theme .owl-nav .owl-next i {
    font-size: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.event-widget-sidebar .owl-theme .owl-nav .owl-prev:hover i,
.event-widget-sidebar .owl-theme .owl-nav .owl-next:hover i {
    color: var(--navy);
}

.event-widget-sidebar .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 22px;
}

.datepickers {
    background-color: #fdfdfd;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 1rem;
}

.datepickers .datepickers-top {
    margin-bottom: 1rem;
}

.datepickers .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    margin-top: -.5rem;
}

.datepickers .tag {
    margin-right: .5rem;
    margin-top: .5rem;
    border: 0;
    background-color: #6b6b6b;
    border-radius: 10px;
    padding: .5em .75em;
    font-weight: 600;
}

.datepickers .month-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.datepickers .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;

    border-radius: 12px;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.datepickers .arrow:hover {
    background-color: var(--navy);
    color: var(--navy);
}

.datepickers .month-name {
    font-weight: 600;
}

.datepickers .datepickers-calendar {
    display: -ms-grid;
    display: grid;

    grid-template-columns: repeat(7, 1fr);
    grid-row-gap: 1rem;
}

.datepickers .day,
.datepickers .date {
    -ms-grid-column-align: center;
    justify-self: center;
}

.datepickers .day {
    color: #6b6b6b;
    font-size: .875em;
    font-weight: 500;
    -ms-grid-column-align: center;
    justify-self: center;
}

.datepickers .date {
    border: 0;
    padding: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 600;
    border: 2px solid transparent;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.datepickers .date:focus {
    outline: 0;
    color: var(--navy);
    border: 2px solid var(--navy);
}

.datepickers .date:hover {
    background-color: var(--navy);
    color: var(--navy);
}

.datepickers .faded {
    color: #6b6b6b;
}

.datepickers .current-day {
    color: white;
    border-color: var(--navy);
    background-color: var(--navy);
}

.datepickers .current-day:focus {
    background-color: var(--navy);
    color: white;
}

/*
404 Error Area Style
=====================================================*/
.error-area {
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #e9fcff;
}

.error-area .error-content {
    z-index: 1;
    position: relative;
}

.error-area .error-content h1 {
    font-size: 300px;
    line-height: 1;
    font-weight: 700;
    color: var(--navy);
    margin-top: -48px;
}

.error-area .error-content h1 .a {
    display: inline-block;
}

.error-area .error-content h1 .red {
    color: #ff0000;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.error-area .error-content h1 .b {
    display: inline-block;
}

.error-area .error-content h3 {
    margin: 30px 0 0;
    position: relative;
    color: #ff0000;
}

.error-area .error-content p {
    margin: 20px 0 20px;
    font-size: 19px;
    color: var(--navy);
}

/*
Coming Soon Area CSS
=====================================================*/
.coming-soon-area {
    height: 100vh;
    position: relative;
    background-image: url(../../assets/images/coming-soon-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.coming-soon-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--navy);
    opacity: 0.8;
    z-index: -1;
}

.coming-soon-area .coming-soon-content {
    max-width: 700px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 40px 60px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
    background-image: url(../../assets/images/coming-soon-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.coming-soon-area .coming-soon-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--navy);
    z-index: -1;
}

.coming-soon-area .coming-soon-content .logo {
    display: inline-block;
}

.coming-soon-area .coming-soon-content h2 {
    font-size: 48px;
    margin-top: -10px;
    margin-bottom: 0;
}

.coming-soon-area .coming-soon-content #timer {
    margin-top: 40px;
}

.coming-soon-area .coming-soon-content #timer div {
    border: 4px solid var(--navy);
    color: var(--navy);
    width: 100px;
    height: 105px;
    border-radius: 5px;
    font-size: 40px;
    font-weight: 800;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px 0 20px 0;
}

.coming-soon-area .coming-soon-content #timer div span {
    display: block;
    margin-top: -2px;
    font-size: 17px;
    font-weight: 600;
}

.coming-soon-area .coming-soon-content form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.coming-soon-area .coming-soon-content form .form-group {
    margin-bottom: 25px;
    width: 100%;
    position: relative;
}

.coming-soon-area .coming-soon-content form .form-group .label-title {
    margin-bottom: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    color: #B6DEFD;
}

.coming-soon-area .coming-soon-content form .form-group .label-title i {
    position: absolute;
    left: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    top: 9px;
    font-size: 22px;
}

.coming-soon-area .coming-soon-content form .form-group .label-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background: var(--navy);
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter {
    border-radius: 0;
    border: 1px solid #eeeeee;
    padding: 10px 20px;
    color: #B6DEFD;
    height: 50px;
    display: block;
    width: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 16px;
    font-weight: 400;
    background-color: var(--navy);
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
    color: #6b6b6b;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
    color: #6b6b6b;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
    color: #6b6b6b;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::placeholder {
    color: #6b6b6b;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus {
    border-color: var(--navy);
    outline: 0 !important;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
    color: transparent;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
    color: transparent;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::placeholder {
    color: transparent;
}

.coming-soon-area .coming-soon-content form .default-btn {
    border-radius: 0;
    position: relative;
    height: 46px;
    line-height: 0;
}

.coming-soon-area .coming-soon-content form .default-btn::before {
    border-radius: 0;
}

.coming-soon-area .coming-soon-content form .validation-danger {
    margin-top: 15px;
    color: #ff0000;
}

.coming-soon-area .coming-soon-content form .validation-success {
    margin-top: 15px;
}

.coming-soon-area .coming-soon-content form p {
    margin-bottom: 0;
    margin-top: 20px;
}

.coming-soon-area .coming-soon-content .newsletter-form {
    position: relative;
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
    position: absolute;
    top: 2px;
    right: 2px;
}

.coming-soon-area .online-treatment-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.coming-soon-area .online-treatment-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

/*====================================================
OTHERS STYLE AREA
=====================================================*/
/*
Preloader Area Style*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: var(--navy);
    top: 0;
    left: 0;
    z-index: 99999;
}

.preloader .lds-ripple {
    position: absolute;
    width: 80px;
    height: 80px;
    -webkit-animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
    animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-40px, -50px);
    transform: translate(-40px, -50px);
}

.preloader .preloader-container {
    width: 80px;
    height: 80px;
}

.preloader .pl-spark-1 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin: 0 auto 18px auto;
    position: relative;
    width: 50px;
    height: 50px;
}

.preloader .pl-spark-1:before,
.preloader .pl-spark-1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: var(--navy);
    display: block;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.preloader .pl-spark-1.pl-spark-2:before {
    -webkit-animation-name: scaleA;
    animation-name: scaleA;
}

.preloader .pl-spark-1.pl-spark-2:after {
    -webkit-animation-name: scaleB;
    animation-name: scaleB;
}

.preloader.preloader-deactivate {
    visibility: hidden;
}

@-webkit-keyframes scaleA {

    from,
    50%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25%,
    75% {
        -webkit-transform: scale(-1);
        transform: scale(-1);
    }
}

@keyframes scaleA {

    from,
    50%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25%,
    75% {
        -webkit-transform: scale(-1);
        transform: scale(-1);
    }
}

@-webkit-keyframes scaleB {

    from,
    50%,
    to {
        -webkit-transform: rotate(90deg) scale(0);
        transform: rotate(90deg) scale(0);
    }

    12.5%,
    62.5% {
        -webkit-transform: rotate(90deg) scale(1);
        transform: rotate(90deg) scale(1);
    }

    37.5%,
    87.5% {
        -webkit-transform: rotate(90deg) scale(-1);
        transform: rotate(90deg) scale(-1);
    }
}

@keyframes scaleB {

    from,
    50%,
    to {
        -webkit-transform: rotate(90deg) scale(0);
        transform: rotate(90deg) scale(0);
    }

    12.5%,
    62.5% {
        -webkit-transform: rotate(90deg) scale(1);
        transform: rotate(90deg) scale(1);
    }

    37.5%,
    87.5% {
        -webkit-transform: rotate(90deg) scale(-1);
        transform: rotate(90deg) scale(-1);
    }
}

/*
Go Top Style*/
.go-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 87%;
    background-color: var(--navy);
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--navy);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover {
    color: #ffffff;
    background-color: var(--navy);
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top:focus {
    color: var(--navy);
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 87%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*
Video wave Style*/
.video-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 0;
    color: var(--navy);
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: rgba(98, 189, 94, 0.8);
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.video-btn i {
    font-size: 42px;
    color: var(--navy);
    position: absolute;
    top: 0;
    left: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.video-btn::after,
.video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    background-color: rgba(98, 189, 94, 0.8);
}

.video-btn:hover {
    background-color: rgba(27, 27, 27, 0.8);
}

.video-btn:hover::before,
.video-btn:hover::after {
    background-color: rgba(27, 27, 27, 0.8);
}

@-webkit-keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

/*
Nice select Area Style*/
.nice-select .list {
    width: 100%;
    border-radius: 0;
    height: 200px;
    overflow-y: scroll;
}

.nice-select .option:hover {
    background-color: var(--navy);
    color: var(--navy);
}

.nice-select .option.selected.focus {
    color: var(--navy);
}

.nice-select .current {
    font-size: 16px;
}

/*
Page-navigation Area Style*/
.pagination-area {
    margin: auto;
    text-align: center;
    margin-top: 10px;
}

.pagination-area .page-numbers {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #B6DEFD;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 17px;
    background-color: #f1faf4;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #eeeeee;
}

.pagination-area .page-numbers:hover {
    color: var(--navy);
    border-color: var(--navy);
    background-color: var(--navy);
}

.pagination-area .page-numbers i {
    font-size: 20px;
}

.pagination-area .page-numbers.next {
    top: 3px;
}

.pagination-area .page-numbers.current {
    color: var(--navy);
    border-color: var(--navy);
    background-color: var(--navy);
}

/*# sourceMappingURL=style.css.map */


/***

====================================================================
  Reset
====================================================================

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


@media (min-width:1200px) {
    .container {
        max-width: 1170px;
        padding: 0px 15px;
    }
}

.large-container {
    max-width: 1450px;
    padding: 0px 15px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}


a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
    outline: none;
}

input,
button,
select,
textarea {
    font-family: 'Al-Jazeera', Cairo;
    font-weight: 400;
    font-size: 15px;
}

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

input {
    transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

p {
    position: relative;
    font-family: 'Al-Jazeera', Cairo;
    color: black;
    font-weight: normal;
    margin: 0px;
    line-height: 1.4;
    transition: all 500ms ease;

}


/* Preloader */

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #252638;
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 14px;
    color: #fff;
    padding: 5px 20px 2px 20px;
    cursor: pointer;
    right: 0;
    top: 0;
    font-weight: 600;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 45px auto;
    width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: 'Al-Jazeera', Cairo;
    font-weight: 700;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.handle-preloader .loader-section {
    background-color: var(--navy);
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {}

.handle-preloader .animation-preloader .spinner {
    border-top-color: rgba(255, 255, 255, 0.5);
}

/* AnimaciÃƒÂ³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 30px;
        letter-spacing: 10px;
    }
}


.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    /*height: auto;*/
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

/** button **/

.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Al-Jazeera', Cairo;
    font-weight: 700;
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
    padding: 16.5px 38px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
}

.theme-btn:hover {
    background: #252638;
}

.theme-btn:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background: #252638;
    z-index: -1;
    border-radius: 5px 0px 0px 5px;
    transition: all 500ms ease;
}

.theme-btn:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background: #252638;
    z-index: -1;
    border-radius: 0px 5px 5px 0px;
    transition: all 500ms ease;
}

.theme-btn:hover:before,
.theme-btn:hover:after {
    width: 50%
}


.pagination {
    position: relative;
    display: block;
}

.pagination li {
    display: inline-block;
    margin: 0px 3px;
}

.pagination li a {

    font-family: 'Al-Jazeera', Cairo;


    text-align: center;
    color: #252638;
    background: #f2f2f2;
    border-radius: 5px;
    z-index: 1;

}

.pagination li a:hover,
.pagination li a.current {
    color: var(--navy);
}


.sec-pad {
    padding: 103px 0px 110px 0px;
}

.sec-pad-2 {
    padding: 110px 0px;
}

.mr-0 {
    margin: 0px !important;
}

.scroll-top {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    font-size: 30px;
    z-index: 99;
    color: #252638;
    border-radius: 5px;
    text-align: center;
    background: var(--navy);
    cursor: pointer;
    font-weight: 400;
    transition: 1s ease;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.scroll-top.open {
    bottom: 50px;
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.sec-title h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.sec-title h6 span {
    margin-left: 10px;
}

.sec-title.centred h6 span {
    margin-right: 10px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sec-title .title-shape {
    position: relative;
    width: 50px;
    height: 4px;
    margin-left: 8px;
}

.sec-title.centred .title-shape {
    margin: 0 auto;
}

.sec-title .title-shape:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: -8px;
    top: 0px;
}

.sec-title.centred .title-shape:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    right: -8px;
    top: 0px;
}

.sec-title.light h2 {
    color: var(--navy);
}


/***********************************************/
.snav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--navy);
    color: #fff;
    padding: 10px;
}

.nav-item {
    margin: 0 20px;
    cursor: pointer;
}

.sbox {
    display: none;
    width: 100%;
    height: 200px;
    background-color: #ccc;
    margin: 20px 0;
    text-align: center;
}

.box-icon {
    font-size: 80px;
    margin: 20px 0;
}

.box-title {
    font-size: 24px !important;
    font-weight: bold !important;
    color: var(--topheadertextcolor) !important;
}

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

    .nav-item {
        margin: 10px 0;
    }

    .sbox {
        height: 150px;
    }

    .box-icon {
        font-size: 60px;
    }

    .box-title {
        font-size: 20px;
    }
}


/************************************************/

/***

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: relative;
    opacity: 0;
    visibility: hidden;
    background: var(--navy);
    border-bottom: 1px solid rgba(37, 38, 56, 0.1);
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/** header-top **/

.header-top {
    position: relative;
    width: 100%;
}

.main-header.style-one .header-top {
    background: #252638;
    padding: 11.5px 0px;
}

.header-top .weathre-box {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    font-size: 16px;
    font-family: 'Al-Jazeera', Cairo;
    color: var(--navy);
    padding-right: 17px;
    margin-right: 11px;
}

.header-top .weathre-box:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 8px;
    top: 0px;
    right: 0px;
}

.header-top .weathre-box:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 8px;
    bottom: 4px;
    right: 0px;
}

.header-top .weathre-box i {
    position: absolute;
    left: 0px;
    top: -2px;
    font-size: 18px;
}

.main-header .weathre-box a {
    position: relative;
    display: inline-block;
    color: var(--navy);
    padding-right: 21px;
}

.main-header .weathre-box a:before {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    top: -2px;
    right: 0px;
    color: rgba(255, 255, 255, 0.5);
}

.main-header .weathre-box a:hover {}

.header-top .links-box {
    position: relative;
    display: inline-block;
}

.header-top .links-box li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Al-Jazeera', Cairo;
    color: var(--navy);
    margin-right: 18px;
}

.header-top .links-box li:last-child {
    margin: 0px !important;
}

.header-top .links-box li a {
    color: var(--navy);
}

.header-top .links-box li a:hover {}

.header-top .info-list {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.header-top .info-list li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Al-Jazeera', Cairo;
    color: var(--navy);
    padding-left: 26px;
    margin-right: 11px;
    padding-right: 16px;
}

.header-top .info-list li:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 8px;
    top: 0px;
    right: 0px;
}

.header-top .info-list li:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 8px;
    bottom: 4px;
    right: 0px;
}

.header-top .info-list li:last-child {
    margin: 0px !important;
}

.header-top .info-list li:last-child a {
    padding-right: 18px;
}

.header-top .info-list li:last-child a:before {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    top: 1px;
    right: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.header-top .info-list li a {
    color: var(--navy)
}

.header-top .info-list li a:hover {}

.header-top .info-list li i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 18px;
}

.header-top .social-links {
    position: relative;
    display: inline-block;
}

.header-top .social-links li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-right: 14px;
    color: var(--navy);
}

.header-top .social-links li:last-child {
    margin: 0px !important;
}

.header-top .social-links li a {
    display: inline-block;
    color: var(--navy);
}

.header-top .social-links li a:hover {}

.main-header .menu-right-content {
    position: relative;
    float: left;
    margin-top: 25px;
    margin-left: 12px;
    padding-left: 30px;
}

.main-header .menu-right-content:before {
    position: absolute;
    content: '';
    background: #e3e3e3;
    width: 1px;
    height: 50px;
    left: 0px;
    top: 1px;
}

.main-header .menu-right-content .language-box,
.main-header .menu-right-content .other-option {
    position: relative;
    float: left;
    display: inline-block;
}

.main-header .menu-right-content .language-box {
    margin-right: 30px;
    line-height: 50px;
}

.main-header .menu-right-content .other-option {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 12px 0px 9px 0px;
}

.main-header .menu-right-content .other-option li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0px 15px;
}

.main-header .menu-right-content .other-option li button,
.main-header .menu-right-content .other-option li.nav-box .nav-toggler {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #989aaa;
    background: transparent;
    cursor: pointer;
    font-weight: 700;
    transition: all 500ms ease;
}

.main-header .menu-right-content .other-option li button:hover {}

.main-header .menu-right-content .other-option li.nav-box .nav-toggler:hover {}

.main-header .menu-right-content .other-option li.nav-box .nav-toggler:before {
    position: absolute;
    content: '';
    background: #e0e0e0;
    width: 1px;
    height: 9px;
    top: 2px;
    left: -15px;
}

.main-header .menu-right-content .other-option li.nav-box .nav-toggler:after {
    position: absolute;
    content: '';
    background: #e0e0e0;
    width: 1px;
    height: 9px;
    bottom: 4px;
    left: -15px;
}

.main-header .menu-right-content .language-box .text {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    font-family: 'Al-Jazeera', Cairo;
    color: #252638;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 16px 0px 28px;
    cursor: pointer;
}

.main-header .menu-right-content .language-box .text i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 18px;
}

.main-header .menu-right-content .language-box .text:before {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    top: 0px;
    right: 1px;
    color: #8e91a2;
}

.main-header .menu-right-content .language-box .language-list {
    position: absolute;
    left: 0px;
    top: 50px;
    width: 120px;
    padding: 10px 0px;
    background: #252638;
    border-radius: 5px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 500ms ease;
}

.main-header .menu-right-content .language-box:hover .language-list {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.main-header .menu-right-content .language-box .language-list li {
    position: relative;
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    color: var(--navy);
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-header .menu-right-content .language-box .language-list li:last-child {
    border-bottom: none;
}

.main-header .menu-right-content .language-box .language-list li a {
    display: inline-block;
    color: var(--navy);
}

.main-header .menu-right-content .language-box .language-list li a:hover {}

.main-header .logo-box {
    position: relative;
    padding: 25px 0px;
}


/** search-popup **/

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: var(--navy);
    cursor: pointer;
    z-index: 5;
    transition: all 500ms ease;
}

.search-popup .search-form {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
    position: relative;
    border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 250px 20px 30px;
    background: var(--navy);
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: var(--navy) !important;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover {
    transform: translateY(0px);
}

.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 20px;
    margin-top: 30px;
    letter-spacing: 1px;
    text-align: center;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: var(--navy);
    text-align: center;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid var(--navy);
    padding: 7px 15px;
    color: var(--navy);
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup .recent-searches li a:hover {}


/** main-menu **/

.main-menu {
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    margin: 0px;
}

.main-menu .navigation>li {
    position: inherit;
    float: left;
    z-index: 2;
    padding: 35px 0px;
    margin: 0px 14px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
    margin-left: 0px !important;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    padding-right: 15px;
    font-family: 'Al-Jazeera', Cairo;
    font-weight: 700;
    opacity: 1;
    color: #252638;
    z-index: 1;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {}

.main-menu .navigation>li.dropdown>a:before {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #8e91a2;
    top: 0px;
    right: 0px;
}

.sticky-header .outer-box {
    position: relative;
}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 220px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 7px 30px;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    opacity: 0;
    visibility: hidden;
    border-bottom: 1px solid #e6e6ea;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li:hover>ul>li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation>li>ul>li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+6) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+7) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+8) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a {
    position: relative;
    display: block;
    padding: 7px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Merriweather Sans', Cairo;
    text-transform: capitalize;
    color: #696b7e;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a:hover {
    padding-left: 23px;
}

.main-menu .navigation>li>ul>li>a:before {
    position: absolute;
    content: "\f127";
    font-family: 'Flaticon';
    font-size: 16px;
    left: 0px;
    top: 7px;
    opacity: 0;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a:hover:before {
    opacity: 1;
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {}

.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>.megamenu li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 8px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0%;
    width: 220px;
    z-index: 100;
    display: none;
    margin-left: 10px;
    padding: 10px 0px;
    filter: alpha(opacity=0);
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.main-menu .navigation>li>ul>li>ul:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 100%;
    left: -10px;
    top: 0px;
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 7px 30px;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    opacity: 0;
    border-bottom: 1px solid #e6e6ea;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.main-menu .navigation>li>ul>li:hover>ul>li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 7px 0px;
    line-height: 24px;
    font-size: 15px;
    font-family: 'Merriweather Sans', Cairo;
    text-transform: capitalize;
    color: #696b7e;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    padding-left: 23px;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
    position: absolute;
    content: "\f127";
    font-family: 'Flaticon';
    font-size: 16px;
    left: 0px;
    top: 7px;
    opacity: 0;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover:before {
    opacity: 1;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.megamenu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #252638;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar {
    background-color: #222;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0px;
}


/** megamenu-style **/

.main-menu .navigation>li.dropdown>.megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    font-weight: 500;
    padding: 3px 0px;
    margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all 900ms ease;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: left;
    padding-bottom: 100px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    right: 100%;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #070719;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: var(--navy);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: var(--navy);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: var(--navy);
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    color: var(--navy);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    padding: 0px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: var(--navy);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {}

div#mCSB_1_container {
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: var(--navy);
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.80);
}

.mobile-menu .contact-info ul li a:hover {}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0px;
}

.main-header .outer-box {
    position: relative;
}


/** xs-sidebar **/

.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all .4s ease-in .8s;
    -o-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s;

    z-index: 999999;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .9;
    visibility: visible;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    right: 100%;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #252638;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 100px 30px;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in .3s;
    -o-transition: all .3s ease-in .3s;
    transition: all .3s ease-in .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 0;
}

.xs-bg-black {
    background: #070719;
}

.xs-menu-tools>li {
    display: inline-block;
    margin-right: 15px;
}

.xs-menu-tools>li:last-child {
    margin-right: 0;
}

.xs-menu-tools>li>a {
    color: #000000;
    text-decoration: none;
}

.sidebar-info-contents {
    position: relative;
}

.close-side-widget {
    position: relative;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.close-side-widget:hover {}

.sidebar-info-contents .content-inner {
    position: relative;
}

.sidebar-info-contents .content-inner .logo {
    padding: 0px 0px 40px;
}

.sidebar-info-contents .content-inner .logo img {
    display: inline-block;
    max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
    position: relative;
}

.sidebar-info-contents .content-inner .content-box h4 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .content-box .booking-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .content-box .booking-form .form-group:last-child {
    margin-bottom: 0px;
}

.sidebar-info-contents .content-inner .content-box .booking-form .form-group input[type='text'],
.sidebar-info-contents .content-inner .content-box .booking-form .form-group input[type='email'],
.sidebar-info-contents .content-inner .content-box .booking-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: transparent;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 10px 20px;
    color: var(--navy);
    transition: all 500ms ease;
}

.sidebar-info-contents .content-inner .content-box .booking-form .form-group input::-webkit-input-placeholder {
    color: #fff;
}

.sidebar-info-contents .content-inner .content-box .booking-form .form-group textarea::-webkit-input-placeholder {
    color: #fff;
}

.sidebar-info-contents .content-inner .content-box .booking-form .form-group textarea {
    resize: none;
    height: 120px;
}

.sidebar-info-contents .content-inner .content-box .booking-form .form-group input:focus,
.sidebar-info-contents .content-inner .content-box .booking-form .form-group textarea:focus {}

.sidebar-info-contents .content-inner .content-box .booking-form .form-group button {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Al-Jazeera', Cairo;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 15px 38px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
}

.sidebar-info-contents .content-inner .content-box .booking-form .form-group button:hover {
    background: var(--navy);
}

.sidebar-info-contents .content-inner .contact-info {
    position: relative;
    margin-top: 60px;
}

.sidebar-info-contents .content-inner .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: #ccc;
    margin-bottom: 3px;
}

.sidebar-info-contents .content-inner .contact-info ul li a {
    color: #ccc;
}

.sidebar-info-contents .content-inner .contact-info ul li a:hover {}

.sidebar-info-contents .content-inner .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .social-box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a {
    position: relative;
    width: 36px;
    height: 36px;
    color: #ccc;
    z-index: 1;
    font-size: 13px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    border: 1px solid #ededed;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-info-contents .content-inner .social-box li a:hover {}


/** banner-section **/

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    padding: 144px 0px 256px 0px;
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #252638;
    top: 0px;
    right: 0px;
    opacity: 0.65;
    z-index: 1;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.banner-carousel .content-box {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    z-index: 5;
}

.banner-carousel .content-box h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    padding-left: 22px;
    text-transform: uppercase;
    padding-left: 22px;
    margin-bottom: 14px;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .content-box h6 i {
    position: absolute;
    left: 0px;
    top: 0px;
}

.banner-carousel .active .content-box h6 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box h1 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 72px;
    line-height: 76px;
    font-weight: 700;
    margin-bottom: 21px;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box p {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 33px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box .theme-btn {
    padding: 16.5px 40px;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important;
}

.banner-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.banner-section .owl-nav .owl-prev,
.banner-section .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: var(--navy);
    text-align: center;
    border: 2px solid var(--navy);
    border-radius: 5px;
    cursor: pointer;
    background: transparent;
    transition: all 500ms ease;
}

.banner-section .owl-nav .owl-prev {
    left: 50px;
}

.banner-section .owl-nav .owl-next {
    right: 50px;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {}


/** activities-section **/

.activities-section {
    position: relative;
}

.activities-section .inner-container {
    position: relative;
    background: var(--navy);
    border-radius: 5px;
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 8%);
    z-index: 2;
    margin-top: -50px;
}

.activities-section .single-item {
    position: relative;
    padding: 0px 20px 23px 20px;
}

.activities-section .single-item:before {
    position: absolute;
    content: '';
    background: #dddddd;
    width: 1px;
    height: 100%;
    top: 0px;
    right: -15px;
}

.activities-section .single-column:last-child .single-item:before {
    display: none;
}

.activities-section .single-item .icon-box {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 33px;
    text-align: center;
    background: transparent;
    top: -5px;
    margin-bottom: -15px;
    margin-top: -28px;
}

.activities-section .single-item .icon-box:before {
    position: absolute;
    content: '';
    background: var(--navy);
    width: 70px;
    height: 70px;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    transform: rotate(45deg);
    z-index: -1;
}

.activities-section .single-item .icon-box:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    left: 0px;
    top: -10px;
    border-radius: 4px;
    transform: rotate(45deg);
    z-index: -2;
}

.activities-section .single-item h6 {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #616373;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.activities-section .single-item h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}


/** about-section **/

.about-section {
    position: relative;
}

.content_block_1 .content-box .text h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 24px;
}

.content_block_1 .content-box .text h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}

.content_block_1 .content-box .text {
    display: block;
    margin-bottom: 33px;
}

.content_block_1 .content-box .inner-box .signature {
    position: relative;
    margin-right: 40px;
}

.content_block_1 .content-box .inner-box .signature:before {
    position: absolute;
    content: '';
    background: #dddddd;
    width: 1px;
    height: 56px;
    top: 0px;
    right: -20px;
}

.social-style-one li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.social-style-one li:last-child {
    margin: 0px !important;
}

.social-style-one li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--navy);
    border-radius: 50%;
}

.social-style-one li:first-child a {}

.social-style-one li:nth-child(2) a {}

.social-style-one li:nth-child(3) a {}

.social-style-one li:last-child a {}

.content_block_1 .content-box .inner-box {
    margin-bottom: 40px;
}

.bg-color-1 {
    background: #f5f5f6;
}

.content_block_1 .content-box .inner-box .social-style-one {
    position: relative;
    top: 3px;
}

.content_block_1 .content-box .lower-box .single-item {
    position: relative;
    display: block;
    background: var(--navy);
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    padding: 16px 15px 17px 83px;
}

.content_block_1 .content-box .lower-box .single-item .icon-box {
    position: absolute;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    border: 1px solid #e6e6ea;
    border-radius: 50%;
    text-align: center;
    left: 20px;
    top: 20px;
    transition: all 500ms ease;
}

.content_block_1 .content-box .lower-box .single-item:hover .icon-box {
    color: var(--navy);
}

.content_block_1 .content-box .lower-box .single-item h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 3px;
}

.content_block_1 .content-box .lower-box .single-item p {
    color: #616373;
}

.content_block_1 .content-box .lower-box .single-item p a {
    display: inline-block;
    color: #616373;
}

.content_block_1 .content-box .lower-box .single-item p a:hover {}

.content_block_1 .content-box .sec-title {
    margin-bottom: 33px;
}

.image_block_1 .image-box {
    position: relative;
    display: block;
    padding: 0px 30px;
    margin-top: 7px;
}

.image_block_1 .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 5%);
}

.image_block_1 .image-box .image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    content: '';
    -webkit-transition: -webkit-transform .9s;
    transition: transform .9s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.image_block_1 .image-box .image:hover::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.image_block_1 .image-box .image img {
    width: 100%;
    border-radius: 5px;
}

.image_block_1 .image-box .text {
    position: absolute;
    right: 0px;
    bottom: 40px;
    width: calc(100% - 60px);
    padding: 20px 30px 25px 30px;
    background: var(--navy);
    border-radius: 5px;
    box-shadow: 15px -10px 30px 0px rgb(0 0 0 / 8%);
    z-index: 1;
}

.image_block_1 .image-box .text h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.bg-color-2 {
    background: #252638;
}


/** explore-section **/

.explore-section {
    position: relative;
    overflow: hidden;
    padding: 103px 0px 200px 0px;
}

.explore-section .vector-image {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.explore-section .pattern-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 568px;
    height: 556px;
    background-repeat: no-repeat;
}

.explore-block-one .inner-box {
    position: relative;
    display: block;
}

.explore-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.explore-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 5px;
}

.explore-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
}

.explore-block-one .inner-box:hover:before {
    height: 100%;
    opacity: 1;
}

.explore-block-one .inner-box .content-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.explore-block-one .inner-box .content-box .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--navy);
    border-radius: 5px;
    width: 210px;
    padding: 30px 15px 22px 15px;
    transition: all 500ms ease;
}

.explore-block-one .inner-box:hover .content-box .text {
    transform: translate(-50%, -50%) scale(0, 0);
    opacity: 0;
}

.explore-block-one .inner-box .content-box .text .icon-box {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    color: #999cab;
    border-radius: 50%;
    margin-bottom: 26px;
    background: -webkit-linear-gradient(-90deg, #e6e6ea, var(--navy) 100%);
}

.explore-block-one .inner-box .content-box .text .icon-box:before {
    position: absolute;
    content: '';

    width: 66px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
    background-repeat: no-repeat;
}

.explore-block-one .inner-box .content-box .text h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.explore-block-one .inner-box .content-box .overlay-content {
    position: absolute;
    left: 0px;
    bottom: -30px;
    width: 100%;
    padding: 22px 20px 0px 20px;
    border-radius: 0px 0px 5px 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}

.explore-block-one .inner-box:hover .content-box .overlay-content {
    visibility: visible;
    bottom: 0px;
    opacity: 1;
}

.explore-block-one .inner-box .content-box .overlay-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: var(--navy);
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 28px;
}

.explore-block-one .inner-box .content-box .overlay-content h4:before {
    position: absolute;
    content: '';

    width: 66px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
    background-repeat: no-repeat;
}

.explore-block-one .inner-box .content-box .overlay-content p {
    color: var(--navy);
    margin-bottom: 20px;
    font-weight: 300;
}

.explore-block-one .inner-box .content-box .overlay-content .link-box li {
    position: relative;
    display: inline-block;
    margin: 0px 3px;
}

.explore-block-one .inner-box .content-box .overlay-content .link-box li a {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    background: var(--navy);
    color: #8e91a2;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
}

.explore-block-one .inner-box .content-box .overlay-content .link-box li span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -26px;
    background: #fff;
    color: #8e91a2;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Al-Jazeera', Cairo;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    padding: 5px 5px;
    min-width: 86px;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
}

.explore-block-one .inner-box .content-box .overlay-content .link-box li:hover span {
    visibility: visible;
    opacity: 1;
    top: -36px;
}

.explore-block-one .inner-box .content-box .overlay-content .link-box li span:before {
    position: absolute;
    content: '';
    background: var(--navy);
    width: 10px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -5px;
}

.explore-block-one .inner-box .content-box .overlay-content .link-box {
    position: relative;
    margin-bottom: -27px;
}

.explore-banner .inner-container {
    position: relative;
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -65px;
    border-radius: 5px;
    background: var(--navy);
    overflow: hidden;
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 6%);
    z-index: 1;
}

.explore-banner .single-item {
    position: relative;
    float: left;
    width: 33.333%;
}

.explore-banner .single-item .title-box {
    position: relative;
    padding: 28px 20px 34px 30px;
}

.explore-banner .single-item .title-box h3 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: var(--navy);
    font-weight: 700;
    margin-bottom: 2px;
}

.explore-banner .single-item .title-box p {
    color: var(--navy);
    font-weight: 300;
}

.explore-banner .single-item .inner-box {
    position: relative;
    display: block;
    padding: 35px 20px 35px 110px;
    border-right: 1px solid #e3e3e3;
}

.explore-banner .single-item:last-child .inner-box {
    border: none !important;
}

.explore-banner .single-item .inner-box .icon-box {
    position: absolute;
    left: 30px;
    top: 35px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #f5f5f6;
    border-radius: 50%;
}

.explore-banner .single-item .inner-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 4px;
}

.explore-banner .single-item .inner-box p {
    display: inline-block;
}

.explore-banner .single-item .inner-box p a {
    color: #616373;
}

.explore-banner .single-item .inner-box p a:hover {}


/** service-section **/

.service-section {
    position: relative;
    width: 100%;
    padding: 110px 0px 80px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service-section:before {
    position: absolute;
    content: '';
    background: #f5f5f6;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.85;
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    background: var(--navy);
    border-radius: 5px;
    padding: 24px 30px 30px 30px;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 7%);
    margin-bottom: 30px;
}

.service-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: 0px;
    top: 31px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.service-block-one .inner-box:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 38px;
    left: 0px;
    top: 39px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover:before,
.service-block-one .inner-box:hover:after {
    transform: scale(1, 1);
}

.service-block-one .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 33px;
}

.service-block-one .inner-box h4 a {
    display: inline-block;
    color: #252638;
}

.service-block-one .inner-box h4 a:hover {}

.service-block-one .inner-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Al-Jazeera', Cairo;
    color: #696b7e;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 23px;
    text-align: center;
    border: 2px solid #e6e6ea;
    border-radius: 4px;
}

.service-block-one .inner-box .btn-box a:hover {
    color: var(--navy);
}

.service-block-one .inner-box .icon-box {
    position: absolute;
    right: 30px;
    bottom: 28px;
    font-size: 50px;
    line-height: 50px;
    color: #8e91a2;
    z-index: 1;
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon-box {}

.service-block-one .inner-box .icon-box:before {
    position: absolute;
    left: 0px;
    top: -10px;
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: -webkit-linear-gradient(-90deg, #e6e6ea, #f2f2f2 100%);
    z-index: -1;
}

.service-section .sec-title {
    margin-bottom: 45px;
}

.service-section .sec-title .links {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Al-Jazeera', Cairo;
    color: #616373;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 33px;
}

.service-section .sec-title .links i {
    position: relative;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
    top: -1px;
}

.service-section .sec-title .links:hover {}


/** schedules-section **/

.schedules-section {
    position: relative;
}

.schedules-section .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 513px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.schedules-section .sec-title {
    margin-bottom: 40px;
}

.schedules-section .title-inner .text {
    position: relative;
    display: block;
    margin-top: 29px;
}

.schedules-section .title-inner .text p {
    color: #8e91a2;
}

.schedules-section .bg-layer:before {
    position: absolute;
    content: '';
    background: #252638;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.94;
}

.schedules-section .schedule-tab-btns li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
    width: 270px;
    padding: 22px 15px;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Al-Jazeera', Cairo;
    background: #696b7e;
    color: var(--navy);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    transition: all 500ms ease;
}

.schedules-section .schedule-tab-btns li.active-btn {
    background: var(--navy);
    color: #252638;
}

.schedule-tab .p-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
}

.schedule-tab .p-tab.active-tab {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.schedule-tab .p-tabs-content {
    position: relative;
    display: block;
}

.schedules-section .inner-content {
    position: relative;
    padding-top: 80px;
}

.schedules-section .inner-content:before {
    position: absolute;
    content: '';
    background: #f5f5f6;
    width: 5000px;
    height: 100%;
    left: 0px;
    top: 0px;
}

.schedules-section .subscribe-inner {
    position: relative;
    display: block;
    margin-left: 40px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 8%);
}

.schedules-section .subscribe-inner .upper-box {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 74px 15px 66px 15px;
}

.schedules-section .subscribe-inner .upper-box:before {
    position: absolute;
    content: '';
    background: #000000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.4;
}

.schedules-section .subscribe-inner .upper-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    color: var(--navy);
    margin-bottom: 13px;
}

.schedules-section .subscribe-inner .upper-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: var(--navy);
    font-weight: 700;
    margin-bottom: 1px;
}

.schedules-section .subscribe-inner .upper-box p {
    color: var(--navy);
    font-weight: 300;
}

.schedules-section .subscribe-inner .lower-box {
    position: relative;
    padding: 23px 30px 36px 30px;
}

.schedules-section .subscribe-inner .subscribe-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.schedules-section .subscribe-inner .subscribe-form .form-group:last-child {
    margin-bottom: 0px;
}

.schedules-section .subscribe-inner .subscribe-form .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    text-align: center;
    font-size: 16px;
    color: #696b7e;
    background: transparent;
    border-bottom: 1px solid #e6e6ea;
    padding: 10px 0px;
    transition: all 500ms ease;
}

.schedules-section .subscribe-inner .subscribe-form .form-group input:focus {}

.schedules-section .subscribe-inner .subscribe-form .form-group button {
    width: 100%;
    padding: 16.5px 30px;
}

.schedules-section .subscribe-inner .lower-box .text {
    position: relative;
    margin-top: 13px;
}

.schedule-tab .p-tab.active-tab .schedule-block-one {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.schedule-tab .p-tab .schedule-block-one {
    position: relative;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
}

.schedule-block-one .inner-box {
    position: relative;
    display: block;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #e0e0ea;
    background: transparent;
    transition: all 500ms ease;
}

.ion-android-settings,
.ion-ios-book-outline,
.ion-ios-list-outline,
.ion-ios-paperplane-outline {
    font-size: 30px !important;
    padding-left: 20px;
}

.schedule-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #252638;
    border-radius: 5px 5px 0px 0px;
}

.schedule-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8)10%, rgba(0, 0, 0, 0.0) 50%);
    left: 0px;
    bottom: 0px;
    z-index: 1;
    transition: all 500ms ease;
}

.schedule-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
}

.schedule-block-one .inner-box .image-box .image img {
    width: 100%;
    transition: all 500ms ease;
}

.schedule-block-one .inner-box:hover .image-box .image img {
    opacity: 0.1;
}

.schedule-block-one .inner-box .image-box .content-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
    z-index: 2;
}

.schedule-block-one .inner-box .image-box .content-box .post-date {
    position: absolute;
    top: 0px;
    right: 0px;
}

.schedule-block-one .inner-box .image-box .content-box .post-date h3 {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #f5f5f6;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    padding: 26px 0px 20px 0px;
    top: -15px;
    right: -15px;
}

.schedule-block-one .inner-box .image-box .content-box .post-date h3:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    left: -5px;
    top: -5px;
    border: 1px solid #f5f5f6;
    border-radius: 50%;
}

.schedule-block-one .inner-box .image-box .content-box .post-date h3 span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.schedule-block-one .inner-box .image-box .content-box .text {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
    padding: 0px 20px 0px 20px;
}

.schedule-block-one .inner-box .image-box .content-box .text .category {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--navy);
    font-weight: 300;
    padding: 2px 7px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 17px;
}

.schedule-block-one .inner-box .image-box .content-box .text .category i {
    margin-right: 6px;
    font-size: 14px;
}

.schedule-block-one .inner-box .image-box .content-box .text h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: var(--navy);
    font-weight: 700;
}

.schedule-block-one .inner-box .image-box .content-box .text h4 a {
    display: inline-block;
    color: var(--navy);
}

.schedule-block-one .inner-box .image-box .content-box .text h4 a:hover {
    text-decoration: underline;
}

.schedule-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    background: var(--navy);
    padding: 19px 20px 16px 20px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
    transition: all 500ms ease;
}

.schedule-block-one .inner-box:hover .lower-content {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
}

.schedule-block-one .inner-box .lower-content .post-info li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #696b7e;
    padding-left: 25px;
    margin-bottom: 4px;
}

.schedule-block-one .inner-box .lower-content .post-info li:last-child {
    margin-bottom: 0px;
}

.schedule-block-one .inner-box .lower-content .post-info li i {
    position: absolute;
    left: 0px;
    top: 0px;
}

.schedule-block-one .inner-box .lower-content .post-info {
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e3e3e3;
}

.schedule-block-one .inner-box .lower-content .links a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Al-Jazeera', Cairo;
    font-weight: 700;
    text-transform: uppercase;
    color: #252638;
}

.schedule-block-one .inner-box .lower-content .links a i {
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-left: 6px;
}

.schedule-block-one .inner-box .lower-content .links a:hover {}

.schedule-block-one .inner-box .lower-content .share-box {
    position: absolute;
    right: 20px;
    bottom: 16px;
}

.schedule-block-one .inner-box .lower-content .share-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Al-Jazeera', Cairo;
    font-weight: 700;
    color: #8e91a2;
}

.schedule-block-one .inner-box .lower-content .share-box a i {
    margin-left: 6px;
}

.schedule-block-one .inner-box .lower-content .share-box a:hover {}

.schedules-section .owl-nav {
    position: absolute;
    top: -150px;
    right: 0px;
    width: 90px;
    height: 70px;
    line-height: 70px;
    background: #f5f5f6;
    z-index: 1;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
}

.schedules-section .owl-nav .owl-prev,
.schedules-section .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    font-size: 36px;
    color: #8e91a2;

    background: transparent;
    cursor: pointer;
    transition: all 500ms ease;
}

.schedules-section .owl-nav .owl-prev:hover,
.schedules-section .owl-nav .owl-next:hover {}


/** solutions-section **/

.solutions-section {
    position: relative;
    padding-top: 103px;
}

.solutions-section .inner-container {
    position: relative;
    display: block;
    background: #f5f5f6;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: -138px;
    z-index: 1;
}

.solutions-section .inner-container .solution-block-one {
    position: relative;
    float: left;
    width: 33.333%;
}

.solution-block-one .inner-box {
    position: relative;
    display: block;
    background: #f5f5f6;
    padding: 21px 20px 23px 80px;
    border-right: 1px solid var(--navy);
    border-bottom: 1px solid var(--navy);
    min-height: 102px;
}

.solution-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
}

.solution-block-one .inner-box:hover:before {
    width: 100%;
}

.solution-block-one:nth-child(3) .inner-box,
.solution-block-one:nth-child(6) .inner-box,
.solution-block-one:last-child .inner-box {
    border-right: none;
}

.solution-block-one:nth-child(7) .inner-box,
.solution-block-one:nth-child(8) .inner-box,
.solution-block-one:last-child .inner-box {
    border-bottom: none;
}

.solution-block-one .inner-box .icon-box {
    position: absolute;
    left: 30px;
    top: 34px;
    font-size: 36px;
    line-height: 36px;
    color: #a1a3b1;
    transition: all 500ms ease;
}

.solution-block-one .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 1px;
    transition: all 500ms ease;
}

.solution-block-one .inner-box p {
    position: relative;
    transition: all 500ms ease;
}

.solution-block-one .inner-box:hover .icon-box,
.solution-block-one .inner-box:hover h4,
.solution-block-one .inner-box:hover p {
    color: var(--navy);
}

.solutions-section .lower-box {
    position: relative;
    background: var(--navy);
    padding: 36px 30px 40px 30px;
}

.solutions-section .lower-box .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.solutions-section .lower-box .bg-layer:before {
    position: absolute;
    content: '';
    background: var(--navy);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.7;
}

.solutions-section .lower-box .text {
    position: relative;
    padding-left: 78px;
}

.solutions-section .lower-box .text .icon-box {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    color: var(--navy);
    text-align: center;
    border-radius: 50%;
}

.solutions-section .lower-box .text h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 4px;
}

.solutions-section .lower-box .btn-box {
    position: relative;
    margin-top: 4px;
}

.solutions-section .lower-box .btn-box .theme-btn {
    padding: 16.5px 42px;
}

.solutions-section .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
}

.solutions-section .pattern-box .pattern-1 {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 157px;
    height: 323px;
    background-repeat: no-repeat;
}

.solutions-section .pattern-box .pattern-2 {
    position: absolute;
    left: 10px;
    bottom: 150px;
    width: 212px;
    height: 181px;
    background-repeat: no-repeat;
}

.solutions-section .pattern-box .pattern-3 {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 212px;
    height: 181px;
    background-repeat: no-repeat;
}

.solutions-section .pattern-box .pattern-4 {
    position: absolute;
    top: 125px;
    right: 0px;
    width: 367px;
    height: 390px;
    background-repeat: no-repeat;
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-x;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-x;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-x;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-x;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


/** testimonial-section **/

.testimonial-section {
    position: relative;
    padding: 250px 0px 105px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.testimonial-section:before {
    position: absolute;
    content: '';
    background: #252638;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.95;
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
    padding: 0px 30px;
}

.testimonial-block-one .inner-box .image-box {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    padding: 8px;
    border-radius: 50%;
    margin-bottom: 39px;
}

.testimonial-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .image-box:before {
    position: absolute;
    content: "\f10e";
    font-family: 'Flaticon';
    left: 46px;
    bottom: -28px;
    width: 44px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    color: var(--navy);
    text-align: center;
    border-radius: 30px;
    border: 3px solid #252638;
    z-index: 1;
}

.testimonial-block-one .inner-box .text {
    margin-bottom: 20px;
}

.testimonial-block-one .inner-box .text p {
    color: #8e91a2;
}

.testimonial-block-one .inner-box .author-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: var(--navy);
    font-weight: 700;
    margin-bottom: 0px;
}

.testimonial-block-one .inner-box .author-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
}


/** team-section **/

.team-section {
    position: relative;
}

.team-section .sec-title .theme-btn {
    position: absolute;
    right: 0px;
    bottom: 3px;
}

.team-block-one .inner-box {
    position: relative;
    display: block;
    background: var(--navy);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 8%);
}

.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-block-one .inner-box .image-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.team-block-one .inner-box:hover .image-box::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.team-block-one .inner-box .image-box img {
    width: 100%;
}

.team-block-one .inner-box .lower-content {
    position: relative;
}

.team-block-one .inner-box .lower-content .author-box {
    position: relative;
    display: block;
    background: var(--navy);
    border-radius: 5px;
    margin: 0px 30px;
    margin-top: -25px;
    padding-top: 17px;
    text-align: center;
}

.team-block-one .inner-box .lower-content .author-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.team-block-one .inner-box .lower-content .author-box h4 a {
    display: inline-block;
    color: #252638;
}

.team-block-one .inner-box .lower-content .author-box h4 a:hover {}

.team-block-one .inner-box .lower-content .author-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
}

.team-block-one .inner-box .lower-content .othre-info {
    position: relative;
    padding: 20px 30px 30px 30px;
}

.team-block-one .inner-box .lower-content .othre-info li {
    position: relative;
    display: inline-block;
    float: left;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: #9497a7;
    background: #f5f5f6;
    margin-right: 10px;
    cursor: pointer;
    transition: all 500ms ease;
}

.team-block-one .inner-box .lower-content .othre-info li i {
    font-size: 20px;
}

.team-block-one .inner-box .lower-content .othre-info li:last-child {
    margin: 0px !important;
}

.team-block-one .inner-box .lower-content .othre-info li.mail-box {
    width: 100px;
}

.team-block-one .inner-box .lower-content .othre-info li.mail-box i {
    margin-right: 8px;
}

.team-block-one .inner-box .lower-content .othre-info li.mail-box a {
    color: #9497a7;
}

.team-block-one .inner-box .lower-content .othre-info li.mail-box i {
    font-size: 18px;
}

.team-block-one .inner-box .lower-content .othre-info li.mail-box:hover a {
    color: var(--navy);
}

.team-block-one .inner-box .lower-content .othre-info li.mail-box:hover {}

.team-block-one .inner-box .lower-content .othre-info li.phone-box a {
    position: absolute;
    left: -38px;
    top: -27px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Al-Jazeera', Cairo;
    color: var(--navy);
    font-weight: 500;
    text-align: center;
    padding: 1px 5px;
    border-radius: 4px;
    width: 120px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}

.team-block-one .inner-box .lower-content .othre-info li.phone-box:hover a {
    top: -37px;
    opacity: 1;
    visibility: visible;
}

.team-block-one .inner-box .lower-content .othre-info li.phone-box a:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -3px;
}

.team-block-one .inner-box .lower-content .othre-info li.phone-box {
    border: 1px solid #f5f5f6;
}

.team-block-one .inner-box .lower-content .othre-info li.phone-box:hover {
    background: transparent;
}

.team-block-one .inner-box .lower-content .othre-info li.share-option {
    border: 1px solid #f5f5f6;
}

.team-block-one .inner-box .lower-content .othre-info li.share-option:hover {
    background: transparent;
}

.team-block-one .inner-box .lower-content .othre-info li.share-option .share-links {
    position: absolute;
    left: 0px;
    bottom: 50px;
    width: 44px;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: all 500ms ease;
}

.team-block-one .inner-box .lower-content .othre-info li.share-option:before {
    position: absolute;
    content: '';
    background: transparent;
    width: 100%;
    height: 10px;
    left: 0px;
    top: -10px;
}

.team-block-one .inner-box .lower-content .othre-info li.share-option:hover .share-links {
    transform: scaleY(1);
}

.team-block-one .inner-box .lower-content .othre-info li.share-option .share-links li {
    position: relative;
    display: block;
    margin-bottom: 6px;
    margin-right: 0px;
    background: transparent;
}

.team-block-one .inner-box .lower-content .othre-info li.share-option .share-links li:last-child {
    margin-bottom: 0px;
}

.team-block-one .inner-box .lower-content .othre-info li.share-option .share-links li a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: var(--navy);
    text-align: center;
    border-radius: 5px;
}

.team-block-one .inner-box .lower-content .othre-info li.share-option .share-links li a i {
    font-size: 15px;
}

.team-block-one .inner-box .lower-content .othre-info li.share-option .share-links li:first-child a {}

.team-block-one .inner-box .lower-content .othre-info li.share-option .share-links li:nth-child(2) a {}

.team-block-one .inner-box .lower-content .othre-info li.share-option .share-links li:last-child a {}

.team-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 521px;
    background-size: cover;
    background-repeat: no-repeat;
}

.team-section .sec-title {
    margin-bottom: 40px;
}


/** news-section **/

.news-section {
    position: relative;
    padding-bottom: 110px;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
}

.news-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 10px);
    left: 10px;
    top: 10px;
    border: 1px solid #e0e0ea;
    border-radius: 5px;
    z-index: 2;
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
}

.news-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 8%);
}

.news-block-one .inner-box .image-box .image:before {
    position: absolute;
    content: '';
    background: #252638;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.15;
    z-index: 1;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image:before {
    opacity: 0.9;
}

.news-block-one .inner-box .image-box .image a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 0px;
    color: var(--navy);
    z-index: 2;
}

.news-block-one .inner-box .image-box .image img {
    width: 100%;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img {
    transform: scale(1.05);
}

.news-block-one .inner-box .image-box .post-date {
    position: absolute;
    top: 10px;
    right: 10px;
}

.news-block-one .inner-box .image-box .post-date h3 {
    position: relative;
    display: inline-block;
    width: 64px;
    font-size: 24px;
    font-weight: 700;
    background: var(--navy);
    padding: 11px 0px 5px 0px;
    text-align: center;
    border-radius: 0px 5px 0px 5px;
    line-height: 24px;
    z-index: 2;
}

.news-block-one .inner-box .image-box .post-date h3 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.news-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    background: transparent;
    padding: 33px 30px 15px 30px;
    z-index: 2;
}

.news-block-one .inner-box .lower-content .category {
    position: absolute;
    left: 30px;
    top: -15px;
}

.news-block-one .inner-box .lower-content .category a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: var(--navy);
    border-radius: 4px;
    text-align: center;
    padding: 3px 12.5px;
}

.news-block-one .inner-box .lower-content .category a i {
    margin-right: 7px;
}

.news-block-one .inner-box .lower-content .category a:hover {
    background: #252638;
}

.news-block-one .inner-box .lower-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 17px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e0e0ea;
}

.news-block-one .inner-box .lower-content h4 a {
    display: inline-block;
    color: #252638;
}

.news-block-one .inner-box .lower-content h4 a:hover {}

.news-block-one .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
    padding-left: 22px;
    font-size: 16px;
    color: #696b7e;
}

.news-block-one .inner-box .lower-content .post-info li a {
    display: inline-block;
    color: #696b7e;
}

.news-block-one .inner-box .lower-content .post-info li a:hover {}

.news-block-one .inner-box .lower-content .post-info li i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 14px;
}

.news-block-one .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: '';
    background: #cbcbcb;
    width: 1px;
    height: 14px;
    top: 6px;
    right: -13px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before {
    display: none;
}


/** funfact-section **/

.funfact-section {
    position: relative;
    padding-top: 103px;
}

.funfact-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 110px;
    width: 100%;
    height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
}

.funfact-section .funfact-content {
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.funfact-section .funfact-content .funfact-inner {
    position: relative;
    margin-top: 11px;
}

.funfact-block-one .inner-box {
    position: relative;
    display: block;
}

.funfact-block-one .inner-box .count-outer {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 60px;
    font-family: 'Al-Jazeera', Cairo;
    color: #252638;
    font-weight: 700;
    margin-bottom: 4px;
}

.funfact-block-one .inner-box h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.funfact-section .funfact-content .sec-title {
    position: relative;
}

.funfact-section .funfact-content .sec-title:before {
    position: absolute;
    content: '';
    background: #e6e6ea;
    width: 3px;
    height: 102px;
    right: 0px;
    bottom: 0px;
}

.funfact-section .twitter-feed {
    position: relative;
    margin-bottom: -110px;
    z-index: 1;
}

.twitter-feed .inner-content {
    position: relative;
    display: block;
    background: var(--navy);
    border-radius: 5px;
    overflow: hidden;
}

.twitter-feed .inner-content .single-item {
    position: relative;
    float: left;
    width: 34%;
}

.twitter-feed .inner-content .single-item:first-child {
    width: 32%;
}

.twitter-feed .inner-content .single-item .title-box {
    position: relative;
    display: block;
    padding: 72px 30px 62px 30px;
}

.twitter-feed .inner-content .single-item .title-box .pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.twitter-feed .inner-content .single-item .title-box .icon-box {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: var(--navy);
    text-align: center;
    border-radius: 50%;
    font-size: 36px;
    margin-bottom: 22px;
}

.twitter-feed .inner-content .single-item .title-box .icon-box:before {
    position: absolute;
    content: '';
    width: 120px;
    height: 120px;
    left: -10px;
    top: -10px;
    border: 2px solid var(--navy);
    border-radius: 50%;
}

.twitter-feed .inner-content .single-item .title-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: var(--navy);
    font-weight: 700;
    margin-bottom: 22px;
}

.twitter-feed .inner-content .single-item .title-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Al-Jazeera', Cairo;
    color: #252638;
    background: var(--navy);
    border-radius: 5px;
    text-align: center;
    padding: 14px 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.twitter-feed .inner-content .single-item .title-box a:hover {
    background: #252638;
    color: var(--navy);
}

.twitter-feed .inner-content .single-item .inner-box {
    position: relative;
    display: block;
    padding: 46px 30px 45px 30px;
    border: 1px solid #e6e6ea;
}

.twitter-feed .inner-content .single-item:last-child .inner-box {
    border-left: none;
    border-radius: 0px 5px 5px 0px;
}

.twitter-feed .inner-content .single-item .inner-box h5 {
    position: relative;
    display: block;
    font-size: 16px;
    color: #696b7e;
    font-weight: 500;
    margin-bottom: 28px;
}

.twitter-feed .inner-content .single-item .inner-box h5 i {
    font-size: 14px;
    margin-right: 8px;
}

.twitter-feed .inner-content .single-item .inner-box .text {
    position: relative;
    display: block;
    min-height: 147px;
    margin-bottom: 47px;
}

.twitter-feed .inner-content .single-item .inner-box .text p {
    display: block;
    margin-bottom: 17px;
}

.twitter-feed .inner-content .single-item .inner-box .text a {
    display: inline-block;
}

.twitter-feed .inner-content .single-item .inner-box .text a:hover {
    text-decoration: underline;
}

.twitter-feed .inner-content .single-item .inner-box .post-info li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #696b7e;
    margin-right: 25px;
}

.twitter-feed .inner-content .single-item .inner-box .post-info li:last-child {
    margin: 0px !important;
}

.twitter-feed .inner-content .single-item .inner-box .post-info li i {
    font-size: 14px;
    margin-right: 8px;
}

.twitter-feed .inner-content .single-item .inner-box .post-info li a {
    display: inline-block;
    color: #696b7e;
}

.twitter-feed .inner-content .single-item .inner-box .post-info li a:hover {}

.twitter-feed .inner-content .single-item .inner-box .post-info li:before {
    position: absolute;
    content: '';
    background: #d6d6da;
    width: 1px;
    height: 14px;
    top: 7px;
    right: -13px;
}

.twitter-feed .inner-content .single-item .inner-box .post-info li:last-child:before {
    display: none;
}

.twitter-feed .inner-content .single-item .inner-box .share {
    position: absolute;
    right: 30px;
    bottom: 45px;
}

.twitter-feed .inner-content .single-item .inner-box .share a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #696b7e;
}

.twitter-feed .inner-content .single-item .inner-box .share a i {
    margin-right: 8px;
    font-size: 14px;
}

.twitter-feed .inner-content .single-item .inner-box .share a:hover {}


/** main-footer **/

.main-footer {
    position: relative;
    background: #252638;
}

.footer-top {
    position: relative;
    display: block;
    padding: 211px 0px 46px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top .footer-logo {
    position: relative;
    display: block;
}

.footer-top .footer-logo:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    top: 0px;
    right: 0px;
}

.footer-top .footer-logo img {
    max-width: 170px;
    width: 100%;
}

.footer-top .text {
    position: relative;
    display: block;
    margin-top: -6px;
}

.footer-top .text h3 {
    font-size: 24px;
    line-height: 32px;
    color: var(--navy);
    font-weight: 700;
    margin-bottom: 2px;
}

.footer-top .text p {
    color: #8e91a2;
}

.footer-top .postcode-form .form-group {
    position: relative;
    display: block;
    margin: 0px;
    padding-right: 100px;
    border-radius: 5px;
    overflow: hidden;
}

.footer-top .postcode-form .form-group input[type='text'] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: var(--navy);
    border: 1px solid var(--navy);
    font-size: 16px;
    color: #696b7e;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.footer-top .postcode-form .form-group button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Al-Jazeera', Cairo;
    color: var(--navy);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 12.5px 15px;
    cursor: pointer;
    transition: all 500ms ease;
}

.footer-top .postcode-form .form-group input:focus {}

.main-footer .widget-section {
    position: relative;
    padding: 94px 0px 93px 0px;
}

.main-footer .widget-section .widget-title {
    position: relative;
    display: block;
    margin-bottom: 21px;
}

.main-footer .widget-section .widget-title h3 {
    font-size: 22px;
    line-height: 30px;
    color: var(--navy);
    font-weight: 700;
}

.main-footer .widget-section .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.main-footer .widget-section .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .widget-section .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #8e91a2;
    padding-left: 26px;
}

.main-footer .widget-section .links-widget .links-list li a:before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 13px;
    font-weight: 700;
    left: 0px;
    top: 0px;
}

.main-footer .widget-section .links-widget .links-list li a:hover {
    color: var(--navy);
}

.main-footer .widget-section .contact-widget .info li {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.main-footer .widget-section .contact-widget .info li:last-child {
    margin-bottom: 0px;
}

.main-footer .widget-section .contact-widget .info h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: var(--navy);
    font-weight: 700;
    margin-bottom: 1px;
}

.main-footer .widget-section .contact-widget .info p {
    display: block;
    color: #8e91a2;
}

.main-footer .widget-section .contact-widget .info p a {
    color: #8e91a2;
}

.main-footer .widget-section .contact-widget .info p a:hover {
    color: var(--navy);
}

.main-footer .widget-section .register-widget .inner-box {
    position: relative;
    display: block;
    border-radius: 5px;
    padding: 25px 20px 30px 20px;
    margin-top: 6px;
}

.main-footer .widget-section .register-widget .inner-box .upper {
    position: relative;
    padding: 0px 0px 0px 65px;
    margin-bottom: 12px;
    min-height: 56px;
}

.main-footer .widget-section .register-widget .inner-box .upper .icon-box {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    background: var(--navy);
    text-align: center;
    border-radius: 50%;
}

.main-footer .widget-section .register-widget .inner-box .upper h4 {
    font-size: 20px;
    line-height: 28px;
    color: var(--navy);
    font-weight: 700;
}

.main-footer .widget-section .register-widget .inner-box p {
    color: var(--navy);
    font-weight: 300;
    margin-bottom: 23px;
}

.main-footer .widget-section .register-widget .inner-box a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Al-Jazeera', Cairo;
    color: #252638;
    background: var(--navy);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 12.5px 30px;
    border-radius: 5px;
    transition: all 500ms ease;
}

.main-footer .widget-section .register-widget .inner-box a:hover {
    background: #252638;
    color: var(--navy);
}

.footer-bottom {
    position: relative;
    width: 100%;
    background: #202130;
    padding: 22px 0px;
}

.footer-bottom p,
.footer-bottom a {
    color: #8e91a2;
}

.footer-bottom .copyright p a:hover {
    text-decoration: underline;
}

.footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.footer-bottom .footer-nav li:last-child {
    margin: 0px !important;
}

.footer-bottom .footer-nav li a:hover {
    color: var(--navy);
}


/***

====================================================================
                        Home-Page-Two
====================================================================

***/

/** header-style-two **/

.main-header.style-two {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: transparent;
}

.main-header.style-two .top-inner {
    position: relative;
    width: 100%;
    padding: 8px 0px;
}

.main-header.style-two .top-inner:before {
    position: absolute;
    content: '';
    width: calc(100% + 200px);
    height: 100%;
    left: -100px;
    top: 0px;
}

.main-header.style-two .top-inner .info-list li a:hover,
.main-header.style-two .top-inner .links-box li a:hover {
    text-decoration: underline;
}

.main-header.style-two .header-top .info-list li:before,
.main-header.style-two .header-top .info-list li:after {
    background: rgba(255, 255, 255, 0.6);
}

.main-header.style-two .header-top .info-list li:before {
    top: 4px;
}

.main-header.style-two .header-top .info-list li:last-child::before,
.main-header.style-two .header-top .info-list li:last-child::after {
    display: none;
}

.main-header.style-two .header-top .info-list li:last-child a:before {
    color: var(--navy);
}

.main-header.style-two .header-top .links-box {
    position: relative;
    padding-right: 17px;
    margin-right: 16px;
    float: left;
    line-height: 32px;
}

.main-header.style-two .header-top .links-box:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.6);
    width: 1px;
    height: 8px;
    top: 8px;
    right: 0px;
}

.main-header.style-two .header-top .links-box:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.6);
    width: 1px;
    height: 8px;
    bottom: 9px;
    right: 0px;
}

.main-header.style-two .header-top .social-links li {
    margin-right: 10px;
}

.main-header.style-two .header-top .social-links li a {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-align: center;
}

.main-header.style-two .header-top .social-links li a:hover {
    background: var(--navy);
}

.main-header.style-two .header-top .info-list {
    margin-top: 3px;
    margin-right: 0px;
}

.main-header.style-two .header-lower .outer-box {
    position: relative;
    background: var(--navy);
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 5%);
    z-index: 999;
}

.main-header.style-two .outer-box:before {
    position: absolute;
    content: '';
    background: var(--navy);
    width: calc(100% + 200px);
    height: 100%;
    left: -100px;
    top: 0px;
    z-index: -1;
    border-radius: 0px 0px 5px 5px;
}

.main-header .header-down {
    position: relative;
}

.main-header .header-down .inner-box {
    position: relative;
    width: 100%;
    background: #f6f6fa;
    overflow: hidden;
    border-radius: 0px 0px 5px 5px;
    padding: 0px 215px 0px 155px;
}

.main-header .header-down .update-box {
    position: absolute;
    left: 0px;
    top: 0px;
}

.main-header .header-down .update-box h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: var(--navy);
    background: #252638;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px 12px 20px;
}

.main-header .header-down .update-box h6 i {
    font-size: 20px;
    position: relative;
    margin-right: 10px;
    font-weight: 400;
    top: 3px;
}

.main-header .header-down .live-news {
    position: relative;
    display: block;
    padding: 0px 85px 0px 17px;
}

.main-header .header-down .live-news .text p {
    position: relative;
    line-height: 50px;
}

.main-header .header-down .owl-nav {
    position: absolute;
    top: 13px;
    right: 0px;
    width: 49px;
    border-radius: 5px;
    overflow: hidden;
}

.main-header .header-down .owl-nav .owl-prev,
.main-header .header-down .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: var(--navy);
    font-size: 20px;
    text-align: center;
    color: #252638;
    cursor: pointer;
    transition: all 500ms ease;
}

.main-header .header-down .owl-nav .owl-prev {
    margin-right: 1px;
}

.main-header .header-down .owl-nav .owl-prev:hover,
.main-header .header-down .owl-nav .owl-next:hover {}

.main-header .header-down .news-carousel {
    padding-right: 65px;
}

.main-header .header-down .weathre-box {
    position: absolute;
    top: 10px;
    right: 20px;
}

.main-header .header-down .weathre-box a {
    color: #686a7d;
    font-size: 15px;
    padding-right: 19px;
}

.main-header .header-down .weathre-box a:before {
    color: #8e91a1;
    top: 0px;
}

.main-header .header-down .weathre-box i {
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.main-header .header-down .weathre-box a:hover {}


/** banner-style-two **/

.banner-section.style-two .banner-carousel .slide-item {
    padding: 380px 0px 190px 0px;
}

.banner-section.style-two .banner-carousel .slide-item:before {
    opacity: 0.55;
}

.banner-section.style-two .content-box {
    max-width: 100%;
}

.banner-section.style-two .banner-carousel .content-box h1 {
    padding-bottom: 18px;
    font-size: 80px;
    line-height: 84px;
    margin-bottom: 24px;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section.style-two .banner-carousel .active .content-box h1 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.banner-section.style-two .banner-carousel .content-box h1:before {
    position: absolute;
    content: '';
    background: var(--navy);
    width: 100px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

.banner-section.style-two .banner-carousel .content-box p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section.style-two .banner-carousel .active .content-box p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms;
}

.bg-color-3 {
    background: #f8f8fa;
}


/***






/***

====================================================================
                        Blog-Page
====================================================================

***/

.blog-grid .news-block-one .inner-box {
    margin-bottom: 50px;
}

.sidebar-page-container {
    position: relative;
}

.news-block-three .inner-box {
    position: relative;
    display: block;
    padding: 20px 20px;
    border: 1px solid #e1e1e5;
    border-radius: 5px;
    background: var(--navy);
    margin-bottom: 50px;
    transition: all 500ms ease;
}

.news-block-three .inner-box:hover {
    border-color: var(--navy);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.news-block-three .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.news-block-three .inner-box .image-box:before {
    position: absolute;
    content: '';
    background: #252638;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 1;
    transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box:before {
    opacity: 0.5;
}

.news-block-three .inner-box .image-box img {
    width: 100%;
    border-radius: 5px;
    transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box img {
    transform: scale(1.02);
}

.news-block-three .inner-box .image-box a {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    font-size: 0px;
    color: var(--navy);
    z-index: 2;
}

.news-block-three .inner-box .post-date {
    position: absolute;
    top: -1px;
    right: -1px;
}

.news-block-three .inner-box .post-date h3 {
    position: relative;
    display: inline-block;
    width: 64px;
    font-size: 24px;
    font-weight: 700;
    color: var(--navy);
    padding: 11px 0px 5px 0px;
    text-align: center;
    border-radius: 0px 4px 0px 4px;
    line-height: 24px;
    z-index: 2;
}

.news-block-three .inner-box .post-date h3 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.news-block-three .inner-box .lower-content {
    position: relative;
    padding: 36px 20px 20px 20px;
}

.news-block-three .inner-box .lower-content .category {
    position: absolute;
    left: 20px;
    top: -15px;
    z-index: 2;
}

.news-block-three .inner-box .lower-content .category a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: var(--navy);
    border-radius: 4px;
    text-align: center;
    padding: 3px 12.5px;
}

.news-block-three .inner-box .lower-content .category a i {
    margin-right: 7px;
}

.news-block-three .inner-box .lower-content .category a:hover {
    background: #252638;
}

.news-block-three .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 14px;
}

.news-block-three .inner-box .lower-content h3 a {
    display: inline-block;
    color: #252638;
}

.news-block-three .inner-box .lower-content h3 a:hover {}

.news-block-three .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 26px;
    padding-left: 22px;
    font-size: 16px;
    color: #696b7e;
}

.news-block-three .inner-box .lower-content .post-info li:last-child {
    margin: 0px !important;
}

.news-block-three .inner-box .lower-content .post-info li a {
    display: inline-block;
    color: #696b7e;
}

.news-block-three .inner-box .lower-content .post-info li a:hover {}

.news-block-three .inner-box .lower-content .post-info li i {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 14px;
}

.news-block-three .inner-box .lower-content .post-info {
    position: relative;
    display: block;
    padding-bottom: 24px;
    border-bottom: 1px solid #e6e6ea;
    margin-bottom: 24px;
}

.news-block-three .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: '';
    background: #d6d6da;
    width: 1px;
    height: 14px;
    top: 6px;
    right: -13px;
}

.news-block-three .inner-box .lower-content .post-info li:last-child:before {
    display: none;
}

.news-block-three .inner-box .lower-content p {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.news-block-three .inner-box .lower-content .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Al-Jazeera', Cairo;
    color: #252638;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #e6e6ea;
    border-radius: 4px;
    padding: 14px 38px;
}

.news-block-three .inner-box .lower-content .btn-box a:hover {
    color: var(--navy);
}

.news-block-three .inner-box .lower-content .share-option {
    position: absolute;
    right: 20px;
    bottom: 17px;
}

.news-block-three .inner-box .lower-content .share-option .share-icon {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    background: #f5f5f6;
    border: 1px solid #f5f5f6;
    border-radius: 5px;
    font-size: 20px;
    color: #9295a6;
    text-align: center;
}

.news-block-three .inner-box .lower-content .share-option:hover .share-icon {
    background: var(--navy);
}

.news-block-three .inner-box .lower-content .share-option h6 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 58px;
    font-weight: 700;
    margin-right: 10px;
    transition: all 500ms ease;
}

.news-block-three .inner-box .lower-content .share-option:hover h6 {
    opacity: 0;
}

.news-block-three .inner-box .lower-content .share-option .social-links {
    position: absolute;
    top: 0px;
    right: 68px;
    width: 180px;
    height: 58px;
    border: 1px solid #e6e6ea;
    background: var(--navy);
    border-radius: 5px;
    text-align: center;
    transform: scaleX(0);
    transform-origin: right center;
    transition: all 500ms ease;
}

.news-block-three .inner-box .lower-content .share-option:hover .social-links {
    transform: scaleX(1);
}

.news-block-three .inner-box .lower-content .share-option .social-links li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin: 0px 12px;
    line-height: 58px;
}

.news-block-three .inner-box .lower-content .share-option .social-links li:before {
    position: absolute;
    content: '';
    background: #e6e6ea;
    width: 1px;
    height: 24px;
    top: 16px;
    right: -13px;
}

.news-block-three .inner-box .lower-content .share-option .social-links li:last-child:before {
    display: none;
}

.news-block-three .inner-box .lower-content .share-option .social-links li a {
    display: inline-block;
    color: #8e91a2;
}

.news-block-three .inner-box .lower-content .share-option .social-links li a:hover {}

.blog-sidebar {
    position: relative;
    display: block;
}

.blog-sidebar .search-widget .search-form .form-group {
    position: relative;
    margin: 0px;
}

.blog-sidebar .search-widget .search-form .form-group input[type='search'] {
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    background: var(--navy);
    border: 1px solid #e6e6ea;
    border-radius: 5px;
    font-size: 16px;
    color: #696b7e;
    padding: 10px 70px 10px 30px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group button {
    position: absolute;
    top: 20px;
    right: 29px;
    font-size: 20px;
    color: #989aaa;
    background: transparent;
    cursor: pointer;
    font-weight: 700;
    transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group input:focus {}

.blog-sidebar .search-widget .search-form .form-group input:focus+button,
.blog-sidebar .search-widget .search-form .form-group button:hover {}

.blog-sidebar .search-widget {
    position: relative;
    margin-bottom: 44px;
}

.blog-sidebar .sidebar-widget {
    margin-bottom: 44px;
}

.blog-sidebar .sidebar-widget .widget-content {
    position: relative;
    background: var(--navy);
    border: 1px solid #e6e6ea;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    padding: 11px 30px 14px 30px;
}

.blog-sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.blog-sidebar .widget-title {
    position: relative;
    display: block;
    margin-bottom: 22px;
    padding-left: 68px;
}

.blog-sidebar .widget-title:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: 0px;
    top: 15px;
}

.blog-sidebar .widget-title:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    left: 8px;
    top: 15px;
}

.blog-sidebar .widget-title h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.blog-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    padding: 12px 0px 11px 0px;
    border-bottom: 1px solid #e6e6ea;
}

.blog-sidebar .category-widget .category-list li:last-child {
    border-bottom: none;
}

.blog-sidebar .category-widget .category-list li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #696b7e;
    padding-left: 28px;
}

.blog-sidebar .category-widget .category-list li a span {
    float: right;
}

.blog-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: 0px;
    top: 6px;
    border: 1px solid #8e91a2;
    background: var(--navy);
    border-radius: 50%;
    transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:before {}

.blog-sidebar .category-widget .category-list li a:after {
    position: absolute;
    content: '';
    background: #8e91a2;
    width: 4px;
    height: 4px;
    left: 5px;
    top: 11px;
    border-radius: 50%;
    transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:after {
    background: var(--navy);
}

.blog-sidebar .category-widget .category-list li a:hover {}

.blog-sidebar .post-widget .post {
    position: relative;
    padding-left: 90px;
    padding-bottom: 27px;
    margin-bottom: 24px;
    min-height: 107px;
    border-bottom: 1px solid #e6e6ea;
}

.blog-sidebar .post-widget .post:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.blog-sidebar .post-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

.blog-sidebar .post-widget .post .post-thumb img {
    width: 100%;
    border-radius: 5px;
    transition: all 500ms ease;
}

.blog-sidebar .post-widget .post:hover .post-thumb img {
    opacity: 0.5;
}

.blog-sidebar .post-widget .post h6 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.blog-sidebar .post-widget .post h6 a {
    display: inline-block;
    color: #252638;
}

.blog-sidebar .post-widget .post h6 a:hover {}

.blog-sidebar .post-widget .post p i {
    margin-right: 8px;
}

.blog-sidebar .post-widget .widget-content {
    padding: 23px 30px 0px 30px;
}

.blog-sidebar .archives-widget .select-box {
    position: relative;
    min-height: 60px;
}

.blog-sidebar .archives-widget .widget-content {
    padding: 30px 30px;
}

.blog-sidebar .archives-widget .select-box .icon-box {
    position: absolute;
    left: 21px;
    top: 17px;
    color: #696b7e;
    font-size: 14px;
    z-index: 1;
}

.blog-sidebar .archives-widget .nice-select {
    height: 60px;
    line-height: 60px;
    background: #f5f5f6;
    border: 1px solid #e6e6ea !important;
    border-radius: 5px;
    font-size: 16px;
    color: #757788;
    padding: 0px 30px 0px 42px;
}

.blog-sidebar .tags-widget .tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.blog-sidebar .tags-widget .tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    background: #f5f5f6;
    color: #696b7e;
    border-radius: 4px;
    border: 1px solid #e6e6ea;
    padding: 4px 7px;
    text-align: center;
}

.blog-sidebar .tags-widget .tags-list li a:hover {
    color: var(--navy);
}

.blog-sidebar .tags-widget .widget-content {
    padding: 30px 30px 20px 30px;
}

.page-title .lower-box {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 70px;
}

.page-title.blog-page {
    padding-bottom: 0px;
}

.page-title .lower-box .left-column {
    position: relative;
    padding: 21px 0px 23px 100px;
}

.page-title .lower-box .left-column .post-date {
    position: absolute;
    left: 0px;
    top: 0px;
}

.page-title .lower-box .left-column .post-date h3 {
    position: relative;
    display: inline-block;
    width: 70px;
    font-size: 24px;
    font-weight: 700;
    color: var(--navy);
    padding: 14px 0px 8px 0px;
    text-align: center;
    line-height: 24px;
    z-index: 2;
}

.page-title .lower-box .left-column .post-date h3 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.page-title .lower-box .left-column .post-info li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 26px;
    padding-left: 22px;
    font-size: 16px;
    color: #fff;
}

.page-title .lower-box .left-column .post-info li:last-child {
    margin: 0px !important;
}

.page-title .lower-box .left-column .post-info li:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 14px;
    top: 6px;
    right: -13px;
}

.page-title .lower-box .left-column .post-info li:last-child:before {
    display: none;
}

.page-title .lower-box .left-column .post-info li i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 14px;
}

.page-title .lower-box .left-column .post-info li a {
    display: inline-block;
    color: #fff;
}

.page-title .lower-box .left-column .post-info li a:hover {}

.page-title .lower-box .right-column {
    position: relative;
    padding: 22px 0px 20px 0px;
}

.page-title .lower-box .right-column .share-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Al-Jazeera', Cairo;
    color: var(--navy);
    font-weight: 700;
}

.page-title .lower-box .right-column .share-box a i {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin-left: 10px;
}

.page-title .lower-box .right-column .share-box a:hover {}

.page-title .lower-box .post-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}


.activities-section .single-item .icon-box:after {
    background: var(--navy);
}

.activities-section .single-item .icon-box {
    color: var(--navy);
}

.rowx {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-left: calc(var(--bs-gutter-x)/ -2);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    flex-direction: row-reverse;
}

@media only screen and (max-width: 600px) {
    .rowx {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: 100px;
        margin-left: 100px;
        margin-right: 100px;
        flex-direction: column-reverse;

    }

    .activities-section .single-item {
        position: relative;
        padding: 0px 20px 23px 20px;
        margin: 20px;
    }

    .activities-section .single-item:before {
        position: absolute;
        content: '';
        /* background: #dddddd; */
        width: 0px;
        height: 100%;
        top: 0px;
        right: -15px;
    }
}


@media (max-width: 989px) {
    .row {
        display: flex;
        flex-wrap: wrap;


    }

    .col-md-6 {
        flex: 0 0 auto;
        flex-direction: column-reverse;


    }

    .activities-section .single-item .icon-box {
        position: relative;
        display: inline-block;
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 33px;
        text-align: center;
        background: transparent;

        /* margin-bottom: -15px; */
        /* margin-top: -28px; */
        margin: 20px;
    }

    .activities-section .single-item {
        position: relative;
        padding: 0px 20px 23px 20px;
        margin: 20px;
    }

    .activities-section .single-item:before {
        position: absolute;
        content: '';
        background: #dddddd;
        width: 0px;
        height: 100%;
        top: 0px;
        right: -15px;
    }


    .mainslider2 {
        background-color: #696b7e;
        opacity: .65;
    }

    .go-top.active {
        left: auto !important;
        left: 3%;
    }

    a#sphone {

        direction: ltr;
    }


    a:hover .fa-solid {
        display: none;
    }

    .event-rank {
        padding-top: 20px;
    }
}


/*--------------------------------------------------------------
# m1-library
--------------------------------------------------------------*/
.m1-library .box {
    padding: 20px 0;
    background: #fff;
    text-align: center;
    border: 1px solid #eef0ef;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
}

.m1-library .small-boxes .row {
    margin: -5px !important;
}

.m1-library .small-boxes .column {
    padding: 5px !important;
}

.m1-library .small-boxes .column {
    padding: 5px !important;
}

.m1-library .box:hover {
    /* box-shadow: 0px 2px 20px rgb(1 41 112 / 30%);
     transform: scale(1.05);
     background: #f8f8f8;*/
}

.m1-library h3 {
    font-weight: 400;
    margin: -20px -20px 0px -20px;
    padding: 20px 15px;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    font-weight: 700;
    background: #f8f8f8;
    color: var(--navy);
}


.m1-library h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.m1-library h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.m1-library ul {
    padding: 0;
    list-style: none;
    color: var(--navy);
    text-align: center;
    line-height: 20px;
    min-height: 180px
}


.m1-library ul li {
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    padding: 12px 15px;
    position: relative;
}

.m1-library ul li:last-child {
    border: 0px;
}

.m1-library ul li:hover {
    border-right: 5px solid var(--navy);
    background: #f8f8f8
}


.m1-library ul li a {
    color: var(--navy);
}

.m1-library ul li a:hover {
    color: var(--navy);
}

.m1-library ul .fa {
    color: var(--navy);
    font-size: 18px;
    padding-right: 4px;
}

.m1-library ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.m1-library .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.m1-library .more-btn {
    background: var(--navy);
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 30px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    transition: 0.3s;
}

.m1-library .more-btn:hover {
    color: var(--navy);
    background: white;
}


.m1-library .btn-wrap .fa {
    font-size: 10px
}

.m1-library .btn-buy {
    background: var(--navy);
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 5px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;

    font-weight: 700;
    transition: 0.3s;
}

.m1-library .btn-buy:hover {
    background: black;
}

.m1-library .featured h3 {
    color: #fff;
    background: var(--navy);
}

.m1-library .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: wheat;
    color: #fff;
}

.m1-library .icon-boxes .icon-box {

    text-align: center;
    padding: 15px;
    width: 100%;
    border: 1px solid #eef0ef;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
    background: #f8f8f8;

}

.m1-library .icon-boxes .icon-box:hover {
    box-shadow: 0px 2px 20px rgb(1 41 112 / 30%);
    border: 1px solid white;
    transform: scale(1.05);
    background: #fff;
}

.m1-library .icon-boxes .icon-box .fa,
.m1-library .icon-boxes .icon-box .mdi {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
    background: var(--navy);
    box-shadow: 0px 0 25px rgb(0 0 0 / 10%);
    border-radius: 30%;
    transition: 0.3s all ease-in-out;
    border: 2px dotted #f8f8f8;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.m1-library .icon-boxes .icon-box h6 {
    font-size: 18px;
    color: var(--navy);
    transition: 0.3s all ease-in-out;
}


.m1-library .icon-boxes .icon-box p {
    color: var(--navy);
}


@media (max-width: 575px) {
    .m1-library .box {
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .m1-library .icon-boxes .icon-box {
        margin-bottom: 15px;
    }
}

body {
    background-color: #F5F7F7;
}


/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
/************/

.author {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-family: 'Open Sans', Cairo;
    font-size: 14px;
    color: #999;
}

.author a {
    color: #777;
    text-decoration: none;
}

.author a:hover {
    color: blue;
}

header.dark blockquote {
    color: #fff;
}

header.light blockquote {
    color: #000;
}

blockquote {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    border-left: 0px;
    padding: 20px;
}

blockquote h2 {
    padding-right: 40px;
    margin: 0px;
}

header.dark blockquote a {
    color: orange;
    text-decoration: underline;
}

header.light blockquote a {
    text-decoration: underline;
}

/*header { min-height: 450px; }*/
header.dark {
    background-color: #f6f9fc;
}

header.light {
    background-color: #fff;
}

/* Navigation Styles */
nav {
    position: relative;
}

header.light nav {
    background-color: rgba(0, 0, 0, 0.5);
}

ul.main-nav {
    list-style-type: none;
    padding: 0px;
    /* max-width: 1000px;*/
    margin: 0 auto;
    background-color: var(--navbarcolor);
}

ul.main-nav>li {
    display: inline-block;
    padding: 0;
}

ul.main-nav>li>a {
    display: block;
    padding: 20px 10px;
    position: relative;
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;

    box-sizing: border-box;
}


ul.main-nav>li:focus {
    background-color: var(--navy);
}

ul.main-nav>li:focus>a {
    color: #333;
    font-weight: 400;
}

ul.main-nav>li ul.sub-menu-lists {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: block;
}


ul.main-nav>li ul.sub-menu-lists>li {
    padding: 20px 0;
}

ul.main-nav>li ul.sub-menu-lists>li>a {
    font-size: 1rem;

}


.ic.close {
    opacity: 0;
    font-size: 0px;
    font-weight: 300;
    color: #fff;
    top: 8px;
    height: 40px;
    display: block;
    outline: none;
}

/* Menu Icons for Devices*/
.ic.menu {
    top: 25px;
    z-index: 20;
}

.ic.menu .line {
    height: 4px;
    width: 100%;
    display: block;
    margin-bottom: 6px;
    background: var(--navy);
}

.ic.menu .line-last-child {
    margin-bottom: 0px;
}

.sub-menu-head {
    margin: 10px 0;
}

.banners-area {
    margin-top: 20px;
    padding-top: 15px;
}

.banners-area img {
    width: 150px;
}


@media only screen and (max-width:768px) {
    .sub-menu-head {
        color: white;
    }

    .ic.menu {
        display: block;
    }

    header.dark .ic.menu .line {
        background-color: white;
    }

    header.light .ic.menu .line {
        background-color: white;
    }

    .ic.menu .line {
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

    .ic.menu:hover .line {
        background-color: #fff !important;
    }

    .ic.menu:hover .line:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .ic.menu:hover .line:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -10px;
    }

    .ic.menu:hover .line:nth-child(3) {
        transform: translateY(15px);
        opacity: 0;
    }

    .ic.menu:hover {
        outline: none;
    }

    .ic.menu:hover~.ic.close {
        opacity: 1;
        z-index: 21;
        outline: none;
    }

    /*

    .ic.menu:focus ~ .ic.close { opacity: 1.0; z-index : 21;  }
    .ic.close:focus { opacity: 0; }
    */
    .ic.menu:active,
    .ic.menu:hover {
        opacity: 1;
    }


    nav {
        background-color: transparent;
    }

    /* Main Menu for Handheld Devices  */
    ul.main-nav {
        cursor: pointer;
        z-index: 2;
        padding: 50px 0;
        position: fixed;
        right: 0px;
        top: 0px;
        width: 0px;
        /*background-color: rgba(0, 0, 0, 1);*/
        height: 100%;
        overflow: auto;
        /*CSS animation applied : Slide from Right*/
        -webkit-transition-property: background, width;
        -moz-transition-property: background, width;
        -o-transition-property: background, width;
        transition-property: background, width;
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
    }

    .ic.menu:hover~.main-nav {
        width: 60%;
        background-color: var(--navy)
    }

    ul.main-nav>* {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        opacity: 0;
    }

    .ic.menu:hover~.main-nav>* {
        opacity: 1;
    }

    ul.main-nav>li>a:after {
        display: none;
    }

    ul.main-nav>li:first-child {
        border-radius: 0px;
    }

    ul.main-nav>li {
        display: block;
        border-bottom: 1px solid #444;
    }

    ul.main-nav>li>a {
        font-weight: 600;
    }

    ul.main-nav>li ul.sub-menu-lists>li a {
        color: #eee;
        font-size: 14px;
    }

    .sub-menu-head {
        font-size: 16px;
    }

    ul.main-nav>li:hover {
        background-color: transparent;
    }

    ul.main-nav>li:hover>a {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
    }

    .ic.menu:hover~ul.main-nav>li>div.sub-menu-block {
        border-left: 0px solid #ccc;
        border-right: 0px solid #ccc;
        border-bottom: 0px solid #ccc;
        position: relative;
        visibility: visible;
        opacity: 1.0;
    }

    .sub-menu-block {
        padding: 0 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .banners-area {
        padding-bottom: 0px;
    }

    .banners-area div {
        margin-bottom: 15px;
    }

    .banners-area {
        border-top: 1px solid #444;
    }
}

@media only screen and (min-width:769px) {
    .ic.menu {}

    /* Main Menu for Desktop Devices  */
    ul.main-nav {
        display: block;
        position: relative;
        text-align: center;
    }

    .sub-menu-block {
        padding: 15px;
    }

    /* Sub Menu */
    ul.main-nav>li>div.sub-menu-block {
        visibility: hidden;
        background-color: #fff;
        position: absolute;
        margin-top: 0px;
        width: 100%;
        color: #333;
        left: 0;
        box-sizing: border-box;
        z-index: 11;
        font-size: 16px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        opacity: 0;

        /*CSS animation applied for sub menu : Slide from Top */
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;

    }

    ul.main-nav>li:hover>div.sub-menu-block {
        background-color: #fff;
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    ul.main-nav>li>div.sub-menu-block>* {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        opacity: 0;
    }

    ul.main-nav>li:hover>div.sub-menu-block>* {
        opacity: 1;
    }

    .sub-menu-head {
        font-size: 20px;
    }

    /* List Separator: Outer Border */
    header.dark ul.main-nav>li>a {
        border-right: 0px solid #bbb;
        font-weight: bolder
    }

    header.light ul.main-nav>li>a {
        border-right: 1px solid #666;
    }

    /* List Separator: Inner Border */

    header.dark ul.main-nav>li>a:after {
        background-color: #777;
    }

    header.light ul.main-nav>li>a:after {
        background-color: #999;
    }

    /* Drop Down/Up Arrow for Mega Menu */
    ul.main-nav>li>a.mega-menu>span {
        display: block;
        vertical-align: middle;
    }

    ul.main-nav>li>a.mega-menu>span:after {


        content: '\f3d0';
        font-family: Ionicons;

        background-color: transparent;
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }

    ul.main-nav>li:hover>a.mega-menu span:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 0px solid transparent;
        border-bottom: 5px solid #666;
    }

    .banners-area {
        border-top: 1px solid #ccc;
    }
}

.header-line {
    display: block;
    width: 100%;
    height: 1px;
    background: #2d676429;
    margin: 8px 0 8px;
    position: relative;

}


html[dir="rtl"] .section-title {
    text-align: right;
}

h2.section-title {
    color: var(--navy);
    font-size: 32px;
}

h2.section-title {
    display: flex;
    justify-content: space-between;
}

.section-title {
    font-size: 1.625rem;
    font-weight: 600;
    position: relative;
    margin: 0;
    text-align: left;
}

hr.section-hr,
hr.card-hr {
    position: relative;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

hr.section-hr:before,
hr.card-hr:before {
    content: "";
    display: block;
    position: absolute;
    height: 7px;
    width: 200px;
    background-color: var(--navy);
    top: -4px;
    border-radius: 50px;
}

span.title {
    font-size: .95rem;
    color: var(--navy);
    font-weight: bold;
}

/**************/

.events {
    background-image: url(../../assets/images/test.jpg);
    background-size: cover;
    position: relative;
    direction: ltr;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 50px;
}

.events::before {
    content: '';
    background-color: #243763;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: .75;
}

.events h3 {

    font-weight: 700;
    font-size: 30px;
    color: #B6DEFD;
    text-align: center;
}

.events p {

    text-align: justify;

    color: white;
    font-weight: bold;
}


.eventbtn {
    background-color: var(--navy);
    color: #fff;
    font-size: 14px;


    text-align: center;
    left: 100px;
    top: 300px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
    padding: 10px;
    border-radius: 10px;

    float: left;
    margin: 0 auto;
}

.eventbtn:hover {
    background-color: #243763;
}

.eventbtn a {
    color: white;
}

/**************/
ul.main-nav {
    cursor: pointer !important;
}

#testpolldet {
    position: fixed;
    top: 200px;
    right: -240px;
    z-index: 10100;
    padding-left: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
}


/******************/


@media only screen and (min-width: 768px) and (max-width: 1199px) {

    /* CSS for medium devices goes here */
    ul.main-nav>li>a {
        color: var(--navy);
    }
}

@media only screen and (min-width: 1200px) {

    /* CSS for large devices goes here */
    ul.main-nav>li>a {
        color: var(--navy);
    }
}


/*****************/


/*--------------------------------------------------------------
    # page setting start
    --------------------------------------------------------------*/

/* Breadcrumb styles */
.breadcrumb {
    background-color: #f8f9fa;
    margin-bottom: 30px;
}

.breadcrumb-item {
    font-size: 14px;
    text-transform: uppercase;
    color: #6c757d;
}

.breadcrumb-item.active {
    color: #343a40;
}

/* Page title and image styles */
.page-title {
    font-size: /*2rem*/ 1.2rem !important;
    font-weight: bold;

    background-color: var(--navy) !important;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: auto;
    padding: 20px;
    color: white !important;
}

.page-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.page-details {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 27px;
    text-align: justify !important;
}

/* Side navigation bar styles */
.sidenav {
    margin-bottom: 30px;
    margin-top: 10px;
}

.sidenav-link {
    display: block;
    padding: 10px 15px;
    color: var(--navy);
    margin: 5px;
    border-right: 2px solid;

    background-color: var(--sback);
    border-radius: 5px;
    transition: background-color 0.2s ease-in-out;
}

.sidenav-link:hover {
    text-decoration: none;
    background-color: var(--navy);
    color: white;
}

/* Responsive styles */
@media (max-width: 767px) {
    .page-title {
        font-size: 24px;
    }

    .breadcrumb {
        font-size: 12px;
    }
}


.sidenav-link {
    position: relative;
}

.sidenav-link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #777;
}

.sidenav-link:hover:before {
    animation: rotate-triangle 0.5s ease-in-out;
}

@keyframes rotate-triangle {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(90deg);
    }
}

/*--------------------------------------------------------------
    # end page
    --------------------------------------------------------------*/


/*--------------------------------------------------------------
    # setting
    --------------------------------------------------------------*/
.poll {
    position: fixed;
    top: 150px;
    right: -240px;
    z-index: 9;
    padding-left: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
}

.poll>.inner {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    width: 100%;
    text-align: right;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.poll>.inner>i.fa-eyedropper {
    position: absolute;
    background-color: #fff;
    color: #333;
    font-size: 24px;
    line-height: 40px;
    width: 50px;
    text-align: center;
    right: 260px;
    top: 0px;
    cursor: pointer;
    border: 1px solid #E5E5E5;
    border-right-width: 1px;
    border-right-width: 0px;
}

.poll>.inner h3 {

    font-weight: bold;
    text-transform: uppercase;
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    padding-bottom: 7px;
    margin-bottom: 15px;
    border: 0px solid #E5E5E5;
    border-bottom-width: 1px;
}

.poll>.inner ul,
.poll>.inner ul li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.poll>.inner ul {
    display: inline-block;
}

.poll>.inner ul.skin li {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #E5E5E5;
    margin-bottom: 9px;
    margin-right: 9px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ccc;
}

.poll>.inner ul.skin li span {
    width: 33.33333333333%;
    float: right;
    height: 100%;
}

/*
    Color #1
*/
.poll>.inner ul.skin li.s1 span.c1 {
    background-color: #E14D43;
}

.poll>.inner ul.skin li.s1 span.c2 {
    background-color: #FBF2F1;
}

.poll>.inner ul.skin li.s1 span.c3 {
    background-color: #363B3F;
}

/*
    Color #2
*/
.poll>.inner ul.skin li.s2 span.c1 {
    background-color: #5B3269;
}

.poll>.inner ul.skin li.s2 span.c2 {
    background-color: #ECF9F0;
}

.poll>.inner ul.skin li.s2 span.c3 {
    background-color: #444;
}

/*
    Color #3
*/
.poll>.inner ul.skin li.s3 span.c1 {
    background-color: #00C387;
}

.poll>.inner ul.skin li.s3 span.c2 {
    background-color: #ECF9F0;
}

.poll>.inner ul.skin li.s3 span.c3 {
    background-color: #202B5D;
}

/*
    Color #4
*/
.poll>.inner ul.skin li.s4 span.c1 {
    background-color: #926AA8;
}

.poll>.inner ul.skin li.s4 span.c2 {
    background-color: #FAF8FB;
}

.poll>.inner ul.skin li.s4 span.c3 {
    background-color: #365067;
}

/*
    Color #5
*/
.poll>.inner ul.skin li.s5 span.c1 {
    background-color: #F65879;
}

.poll>.inner ul.skin li.s5 span.c2 {
    background-color: #FF93A7;
}

.poll>.inner ul.skin li.s5 span.c3 {
    background-color: #341910;
}

/*
    Color #6
*/
.poll>.inner ul.skin li.s6 span.c1 {
    background-color: #AAAC8F;
}

.poll>.inner ul.skin li.s6 span.c2 {
    background-color: #EDEDE7;
}

.poll>.inner ul.skin li.s6 span.c3 {
    background-color: #0B0B0B;
}

/*
    Color #7
*/
.poll>.inner ul.skin li.s7 span.c1 {
    background-color: #DDBC2D;
}

.poll>.inner ul.skin li.s7 span.c2 {
    background-color: #F3F0E5;
}

.poll>.inner ul.skin li.s7 span.c3 {
    background-color: #343838;
}

/*
    Color #8
*/
.poll>.inner ul.skin li.s8 span.c1 {
    background-color: #202124;
}

.poll>.inner ul.skin li.s8 span.c2 {
    background-color: #202124;
}

.poll>.inner ul.skin li.s8 span.c3 {
    background-color: #202124;
}

ul.main-nav:hover+.poll {
    display: none;
}


/*****************/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--navy) !important;
}

.single-services-box h3 a {
    color: var(--navy) !important;
}

.events::before {
    background-color: #B6DEFD;
    opacity: .75;
}

.events h3 {
    color: #070f33;
}

.blog-area.blog-area-two {
    background-color: #B6DEFD;
}

.footer-area {
    background-color: #B6DEFD;
}

.card {
    border: 0px solid white !important;
}


@media (min-width: 1200px) {

    .h2,
    h2 {
        font-size: 3rem !important;
    }

}


/*************/

.swiper-container {
    width: 100%;
    overflow-x: hidden;
    height: 100%;
}

/*************/

.myslider {
    /*	height: auto;*/
    width: 800px;
    margin: 10px auto;
}

.myslider .item {
    /*	height: auto;*/
    width: 100%;
    background: #eeeeee;
}

.myslider .item img {
    /*	height: auto;*/
    width: 100%;
}

.owl-dots .owl-dot {
    margin: 0px 5px;
}

.owl-dots .owl-dot button {
    background: none;
    border: none;
    padding: 0;
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.owl-dots .owl-dot button:focus {
    outline: none;
}

.owl-dots .owl-dot.active button {
    color: #000000;
}


/******************/


/*.carousel-item {
	min-height: 280px;
}*/

.carousel-dark .carousel-caption {
    color: white;
    width: 50%;
    background: black;
    opacity: .5;
}


.w-100 {
    width: 50% !important;
    margin-left: 10%;


}

.carousel-caption::after {
    content: attr(data-text);
}


.carousel-item {

    position: relative;
    animation: animatedBackground 20s linear infinite alternate;

}


.control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    color: #fefefe;

}


.carousel-control-prev {
    left: 50%;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;


    margin-bottom: 1rem;
    margin-left: -30%;
    list-style: none;
}


.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 45%;
    bottom: 0;
    width: 2% !important;
}

@media (max-width:766px){
    .carousel-control-prev,
.carousel-control-next {
    position: absolute;
    bottom: 26% !important;
    width: 2% !important;
}

.carousel-control-prev {
    right: 14% !important;
}
.carousel-control-next {
    right: 84% !important;
}


}

@media(min-width:766px){

    .carousel-control-prev {
        right: 55%  !important;
    }
    
}


#event {

    position: relative;
}

#event::before {
    content: '';
    background-color: #243763;
    opacity: .7;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;

}

.img-class {
    position: relative;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: white;

}


.slider-title {
    color: #fff;
    font-weight: 800 !important;
    margin: 10px 0px;

}

.slider-title a {
    color: #fff !important;
    text-decoration: none;
}

.slider-date {
    /*background: #f0eff5;
    border-radius: 10px;
    padding: 3px 10px;
    display: inline-block !important;*/
    color: #ccc;
    font-size: 1rem;
}

.slider-desc {
    color: #fff;
    font-size: 1rem;
    line-height:1.5
}


/*.carousel-item {
	min-height: 280px;
}*/


.w-100 {
    width: 50% !important;
    margin-right: 10%;
    margin-left: 10%;


}

.carousel-caption {
    position: absolute;
    left: 15%;
    bottom: 1.25rem;

    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: justify;
}

.carousel-dark .carousel-caption {
    color: white;
    width: 40%;
    background: var(--carouselCaptionbgColor);
    opacity: .8;
    margin-right: 40%;
    height: 320px;
    border-radius: 15px;
    padding-left: 80px;
    padding-right: 80px;


}


@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}


.carousel-item {

    position: relative;
    animation: animatedBackground 20s linear infinite alternate;

}


.control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    color: #fefefe;

}


.carousel-control-prev {
    right: 50%;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;

    list-style: none;
}


.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 45%;
    bottom: 0;
}


#event {

    position: relative;
}

#event::before {
    content: '';
    background-color: var(--eventbgColor);

    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;

}

.img-class {
    position: relative;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: white;

}


.slider-title {
    color: white !important;
    font-weight: normal;
    margin: 10px 0px;
    font-size: 1.2rem;
}

.slider-title a {

    text-decoration: none;
}

.slider-date {
    /*background: #f0eff5;
    border-radius: 10px;
    padding: 3px 10px;
    display: inline-block !important;*/
    color: #ccc;
    font-size: 1rem;
}


.slider-link a {
    color: #fff;
    text-decoration: none;

    font-weight: bold;
}


.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(0) grayscale(100) !important;
}


.carousel-control-next {
    left: 0;
    margin-left: 5%;
}


/***********/

h2.section-title {
    font-size: 2rem !important;

}

/********/

header.dark {
    background-color: #e0e0e9;
}

.carousel-indicators li {
    height: 7px !important;
}

.blog-area.blog-area-two {
    background-color: var(--sback);
}

.footer-area {
    background-color: var(--sback);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.copy-right-area {
    background-color: #243763;
}


/***********************/


@media only screen and (max-width: 767px) {

    .slider-section {
        position: relative;
    }

    #myCarousel {

        /*	height: auto;*/


        right: 0%;

    }

    .carousel-dark .carousel-caption {
        color: white;
        background: var(--carouselCaptionbgColor);
        /* --carouselCaptionbgColor:#403E68; #016B68a1 */
        opacity: 1 !important;
        border-radius: 15px;
        padding-left: 10px;
        padding-right: 10px;
        width: 80%;
        margin-right: 2px;
        font-size: .8rem;
        height: 55%;
        overflow: hidden;
    }


    .carousel-caption {
        position: absolute;
        left: 15%;
        bottom: 0.1rem;
        right: 15%;
        padding-top: 1rem;
        padding-bottom: 1rem;
        color: #fff;
        text-align: justify;
    }


    .w-100 {
        width: 100% !important;
        margin-right: 0%;
        margin-left: 0%;
    }

    .carousel-item {
       /* max-height: 280px;*/
        width: 100%;

    }

    .carousel-dark .carousel-control-next-icon,
    .carousel-dark .carousel-control-prev-icon,
    .carousel-dark .carousel-indicators {
        position: absolute;
        right: -45%;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;

    }


    .slider-link {
        text-align: center !important;
        margin-left: 50%;
        position: absolute !important;

    }

    .top-header {
        text-align: left;
    }

    header.dark .ic.menu .line {
        background-color: var(--navy);
    }

}


/*****/


.sub-menu-block {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px
}

/************/


@media only screen and (min-width: 768px) {
    /* CSS styles for medium screens go here */

    .w-100 {
        height: 512px;
    }
}

@media only screen and (min-width: 1024px) {
    /* CSS styles for large screens go here */

    .w-100 {
        height: 512px;
    }
}


ul.main-nav>li ul.sub-menu-lists>li {
    /* padding: 20px 0; */

    padding: 0px 0px 10px 0px;

}


.read-more {
    color: var(--navy);
}

.copy-right-area {
    background-color: var(--copyright);
}


.list-group-item {
    background-color: var(--navy);
    border: none;
    padding: 10px 10px;
    font-size: 16px;
    height: 80px;
    /* set the height of each item */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;

}

/* Style the list */
.list-group {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Add hover effect to list items */
.list-group-item:hover {
    background-color: #fff;
    color: var(--navy);
    cursor: pointer;
}


/************/




@media (max-width: 767px) {
    .list-group-item {
        margin-top: 10px;
    }
}

/* Add animation on hover */
.list-group-item:hover::after {
    transform: scale(1);
}

/**************/


.color-picker {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.color-picker li {
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.color-preview {}


/***************/


.custom-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-list-item {
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.custom-list-item:hover {
    background-color: #f1f1f1;
}


/*************/


.custom-list {
    list-style: none;
    padding: 0;
}

.custom-list-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-color: var(--navy) !important;
}

.custom-list-item-icon {
    position: absolute;
    top: 0;
    left: -70px;
    width: 70px;
    height: 100%;
    text-align: center;
    background-color: #f2f2f2;
    padding: 20px;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
}

.custom-list-item:hover .custom-list-item-icon {
    transform: translateX(70px);
}

.custom-list-item-icon i {
    font-size: 24px;
    color: var(--navy);
}

.custom-list-item-content {
    flex: 1 1 auto;
    padding: 20px;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
}

.custom-list-item:hover .custom-list-item-content {
    transform: translateX(70px);
}

.custom-list-item-title {
    font-size: 18px;
    margin: 0 0 0px;
}

.custom-list-item-title a:hover {
    font-size: 16px;
    color: white !important;
}

.custom-list-item-description {
    font-size: 14px;
    margin: 0;
}

@keyframes custom-list-item-animation {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-list-item:nth-child(odd) .custom-list-item-icon {
    animation: custom-list-item-animation 0.5s ease-in-out 0.2s forwards;
}

.custom-list-item:nth-child(odd) .custom-list-item-content {
    animation: custom-list-item-animation 0.5s ease-in-out 0.4s forwards;
}

.custom-list-item:nth-child(even) .custom-list-item-icon {
    animation: custom-list-item-animation 0.5s ease-in-out 0.6s forwards;
}

.custom-list-item:nth-child(even) .custom-list-item-content {
    animation: custom-list-item-animation 0.5s ease-in-out 0.8s forwards;
}

@media (max-width: 767px) {
    .custom-list-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .single-services-box {

        margin-top: 15px !important;
    }
}


.custom-list-item-icon {
    position: static;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    transform: translateY(0);
}

.custom-list-item-content {
    transform: translateY(0);
}

.custom-list-item:hover .custom-list-item-content,
.custom-list-item:hover .custom-list-item-icon {
    transform: translateY(0);
}



/*******************/


.slider-link {
    text-align: center !important;
    margin-left: 50%;


}


/**************************/


@media (min-width: 768px) {
    /* styles for medium screens and above */

    .slider-link {
        position: relative;
        right: 85%;
        top: 20%;
        color: white;
        border: 2px solid white;
        padding: 10px;
        border-radius: 10px;
    }

    .slider-link:hover {
        color: var(--navy);
        background-color: white;
    }
}


@media (min-width: 992px) {

    /* styles for large screens and above */
    .slider-link {
        position: relative;
        right: 85%;
        top: 20%;
        color: white;
        border: 2px solid white;
        padding: 10px;
        border-radius: 10px;
    }

    .slider-link:hover {
        color: var(--navy);
        background-color: white;
    }
}

@media only screen and (max-width: 767px) {

    .nav-icon {
        display: none;
    }

    .nav-title {
        display: none;
    }

    .header-line {
        display: none;
    }


    ul.main-nav>li>a {
        font-weight: 600;
        text-align: center;
        background: white;
        color: var(--navy);
    }


    ul.main-nav>li ul.sub-menu-lists>li:hover {
        /* padding: 20px 0; */
        background: #ffffff;
        color: var(--navy);
    }

    .slider-link {
        /* text-align: center !important; */
        /* margin-left: 50%; */
        /* position: absolute !important; */

        color: white;
        /* margin-left: 100px; */
        right: 80%;
        position: relative;
        border: 1px solid white;
        padding: 1px;
        border-radius: 2px;
    }

    .slider-link:hover {
        color: var(--navy);
        background-color: white;
    }

    .slider-date {
        color: #ccc;
        font-size: .5rem;
    }

    .slider-title {
        color: white !important;
        font-weight: normal;
        font-size: .8rem;

    }
}


/*************/


@media only screen and (min-width: 768px) and (max-width: 1199px) {

    /* CSS for medium devices goes here */
    .ic .menu {
        display: none;
    }

    .ic.close,
    .ic.menu {
        display: none;
    }

    ul.main-nav>li>a {
        font-weight: bold;

    }
}

@media only screen and (min-width: 1200px) {

    /* CSS for large devices goes here */
    ul.main-nav>li>a {
        font-weight: bold;

    }

    .ic .menu {
        display: none;
    }

    .ic.close,
    .ic.menu {
        display: none;

    }
}

.ic.close {
    display: none;
}


/**************************/


.box-title {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1%;
    margin-bottom: 1%;
    background: var(--navbarcolor);
    text-align: center;
    padding: 5px;
}

.box-title2 {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1%;
    margin-bottom: 1%;
    background: var(--navy);
    text-align: center;
    padding: 5px;
}

.box-title2:hover {

    font-size: 1rem;
    font-weight: bold;
    margin-top: 1%;
    margin-bottom: 1%;
    background: var(--navbarcolor);
    text-align: center;
    padding: 5px;
}

.box-title2:hover a{
    color: var(--navy);
}


/****************************/


.box-bottom {
    position: absolute;
    /* This positions the bottom content relative to the parent */
    bottom: 0;
    left: 0;
    width: 100%;
}


/*********************************/


@media only screen and (max-width: 767px){
    .slider-title {
        color: white !important;
        font-weight: normal;
        font-size: 1.5rem;
    }

}


/*************************/


.event-content.event-content-two .event-date {
    background-color: var(--navbarcolor);
    padding: 20px 40px;
}


/************************/


@media only screen and (min-width: 769px) {

    ul.main-nav>li>a:after {
        content: '\f107';
        display: inline-block;
        font: 14px/1 FontAwesome;
        font-size: 14px;
        font-size: inherit;
        text-rendering: auto;

        padding-right: 10px;

    }

   
    ul.main-nav>li:hover>a {

       
        color: #e0e0e9 !important;
        background-color: var(--navy);
        border-radius: 10px;
       

    }

}


/*************/


.fa-home:hover {

    color: white;

}


.top-header .header-left-content li a i:hover {
    color: var(--topheadertextcolor);

}

/***********/


.nav-title {
    font-weight: bold;
    color:var(--navy);
}


/***********/


.user-manual {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: var(--navy);
    color: white;
    z-index: 1000000;
}

.colors-option {
    display: flex;

}

.color {

    width: 50px;
    height: 50px;
    border: 1px solid black;
    margin: 10px;
}

.color-1 {
    background-color: var(--green);
}

.color-2 {
    background-color: #403e68;
}

.copy-right-area {
    background-color: var(--copyright);
}


/********* updates *************/


@media (max-width:768px) {

    .carousel-dark .carousel-caption {

        color: white;
        background: var(--carouselCaptionbgColor);
        opacity: .8;
        border-radius: 3px;
        /* padding-left: 0px; */
        padding-right: 5px;

        margin-right: .0px;
        font-size: .8rem;
        height: 60%;
        width: 80%;
        /* overflow: hidden; */
        margin-left: 20px;
        padding: 0 5px 0 5px;
    }

    .slider-title {
        font-size: 16px;
    }

    .img-responsive-logo2 {
        height: auto !important;
    }

}

.sub-menu-block {}


/***********/


@media (min-width: 769px) and (max-width: 1024px) {
    /* Styles for iPads and tablets in landscape orientation */

    .carousel-control-next {
        left: 0;
        margin-left: 0%;
    }

    .carousel-dark .carousel-caption {
        color: white;
        width: 50%;
        background: var(--carouselCaptionbgColor);
        opacity: .8;

        height: 320px;
        border-radius: 15px;
        padding-left: 80px;
        padding-right: 80px;
    }
}


#vote-buttons button {
    margin-right: 10px;
}

.vote-btn {
    background-color: var(--navy);
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
}


.sub-menu-block {
    background-color: white;
}


@media only screen and (min-width: 769px){
    ul.main-nav>li>div.sub-menu-block {
        visibility: hidden;
        background-color: #fff;
        position: absolute;
        margin-top: 0px;
        width: 100%;
        color: #333;
        left: 0;
        box-sizing: border-box;
        z-index: 11;
        font-size: 16px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        opacity: 0;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
    }


}

area[title]:hover:after {
    content: attr(title);
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
}

area[title]:hover .tooltip-arrow-left {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #000;
}

area[title]:hover .tooltip-arrow-right {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #000;
}

area[title]:hover .tooltip-arrow-top {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
}

area[title]:hover .tooltip-arrow-bottom {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
}


.CitizenServices {

    margin: 30px 10px 30px 10px;

}

.citizenSercicesHeader {
    margin: 20px 0px 20px 0px;
    margin: 20px 0px 20px 0px;
    text-align: center;
    background: #d4af37;
    padding: 10px 0px 10px 0px;
    color: white !important;
}


.voteSection {}

.vote-question {

    font-size: 1.4rem;
    margin: 10px 0px 10px 0px;

}

.svgicon {
    margin-left: 10px;
}

@media only screen and (max-width: 768px) {
    ul.main-nav>li ul.sub-menu-lists>li a {
        color: var(--navy) !important;
        font-size: 14px;
    }

}


.ic {

    position: initial !important;
    cursor: pointer;
    display: inline-block;
    right: 25px;
    width: 32px;
    height: 24px;
    text-align: center;
    top: 20px;
    outline: none;
}

@media only screen and (max-width: 767px) {

    .w-100 {
        width: 100% !important;
        margin-right: 0%;
        /* margin-left: 0%; */
        margin-top: -15%;

    }

    .image-container {
        position: relative;
        height: 545px;
    }

}


.image-container {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #016b68a1;
    opacity: .5;
    /* Change the color and opacity as needed */
}

.overlay:hover {
    background-color: rgba(0, 0, 0, 0.1);
    /* Change the color and opacity on hover as needed */
}

.image-container img {
    display: block;
    width: 100%;
    /*height: auto;*/
}


/************ cookies ***************************/



/************ website cookies **********/


.cookies-box {
    position: fixed;
    max-width: 1000px;
    left: 0;
    right: 0;
    bottom: -225px;
    width: 100%;
    background-color: var(--navy);
    padding: 25px;
    margin: 0 auto;
    color: white !important;
    transition: all 0.3s ease;
    z-index: 999999;
    border-radius: 20px;
}
.cookies-box.show {
    bottom: -20px;
}
.cookies__title {
    margin: 0;
    padding: 0;
    line-height: 18px;
}
.cookies__text {
    font-size: 20px;
    color: white !important;
}
.cookies__title,
.cookies__text {
    margin-bottom: 15px;
    color: white !important;
}
.cookies__link {
    margin-left: 10px;
    display: inline-block;
    color: #8fc1e3;
}
.cookies__btn {
    font-size: 16px;
    padding: 10px 25px;
    background-color: var(--navbarcolor);
    color: #112d32;
    border-radius: 3px;
    border: none;
    transition: background 0.3s;
    cursor: pointer;
}
.cookies__btn--accept {
    margin-right: 15px;
}
.cookies__btn:hover {
    background-color: var(--navy);
    color: white !important;
}
.cookies__link:hover {

}


/******************** new card ************/


img{
    /*height:auto !important;*/
    width:100%;
}

.item{
    padding-left:5px;
    padding-right:5px;
}
.item-card{
    transition:0.5s;
    cursor:pointer;
}
.item-card-title{
    font-size:15px;
    transition:1s;
    cursor:pointer;
}
.item-card-title i{
    font-size:15px;
    transition:1s;
    cursor:pointer;
    color:#ffa710
}
.card-title i:hover{
    transform: scale(1.25) rotate(100deg);
    color:#18d4ca;

}
.card:hover{
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.card-text{
    height:80px;
}

.card::before, .card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
}
.card::before {
    transform-origin: left top;
}
.card::after {
    transform-origin: right bottom;
}
.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
    transform: scale3d(1, 1, 1);
}
/************************** updates on the css general ******************/
.breadcrumb-alink{


    text-decoration: none;
    color: var(--navy) !important
}

/************ mega menu test *****************/



/************ mega menu **************/

/* Navbar */
.navbar {
    padding: 1rem 1rem;
}

/* Brand link */
.navbar-brand {
    font-size: 1.5rem;
}

/* Hamburger icon */
.hamburger span {
    display: block;
    height: 3px;
    width: 25px;
    margin: 5px auto;
    border-radius: 1px;
    transition: all 0.3s ease-in-out;
    background-color: #000;
}

.hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger span:nth-child(2) {
    opacity: 0;
}

.hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Active link */
.nav-item .active {
    font-weight: bold;
}

/* Dropdown menu */
.dropdown-menu {
    padding: 0.5rem 0;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Submenu */
.dropdown-submenu {
    position: static;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 0.5rem;
    box-shadow: none;
}

/* Mega Menu */
.dropdown-mega {
    position: static;
}

.dropdown-mega .dropdown-menu {
    width: 100%;
    padding: 1rem;
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.dropdown-mega .mega-content {
    display: flex;
    flex-wrap: wrap;
}

.dropdown-mega .mega-content .col-md-3 {
    margin-top: 1rem;
}

.dropdown-mega .list-group {
    margin-bottom: 1rem;
}

.dropdown-mega .card {
    border: none;
}

.dropdown-mega .card img {
    border-radius: 0.25rem;
}

/********* member page styling *************/

#testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.testimonial-heading{
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}
.testimonial-box{
    width:1200px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}
.profile-img{
    width:250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 20px;

}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.client-comment p{
    font-size: 0.9rem;
    color: #4b4b4b;
}
.testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

@media(max-width:1060px){
    .testimonial-box{
        width:45%;
        padding: 10px;
    }
}
@media(max-width:790px){
    .testimonial-box{
        width:100%;
    }
    .testimonial-heading h1{
        font-size: 1.4rem;
    }
}
@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top: 10px;
    }
}
::selection{
    color: #ffffff;
    background-color: #252525;
}

.page-details p{
    font-size: 18px !important;
    line-height: 2 !important;
}

.breadcrumb-link {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: var(--navy) !important;
}


.card-img-top{
    width:100px;
    margin:auto
}


a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;

}

td > a{
    color:black;
}

td:hover{
    background-color: white;
}

.breadcrumb-item a{
    color: var(--navy);
}

.component-card{
    text-align: center !important;
}

.card-img-top {
    width: 100px;
    margin: auto;
    margin-top: 20px;
}

.card-text {
    height: 30px !important;
}

.btn-componet{
    background-color: var(--navy) !important;
    border: 0px;
}






@media only screen and (min-width: 600px) {
    .container-component{
        display: flex;
    }
}

.component-card{
    margin-bottom: 20px;
}

.sidnav-container{
    margin-right: 50px;
}


.img-responsive-logo{
    width:12%;
    height:12%;
}


@media (max-width:766px){
    .top-header{
        position:relative;
    }

    .navigation-mombile{

        position: absolute;
        top: 2%;
        left: 91%;


    }
}

@media (min-width:766px){
    .img-responsive-logo2{
        display:none
    }
}




.single-counter-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    z-index: 1;
    height: 100% !important;
}

.single-counter-box span {
    line-height: 1;
    font-size: 50px;
    color: var(--navy);
    margin-bottom: 20px;
    display: block;
}

.single-counter-box h3 {
    font-size: 25px;
    margin-bottom: 12px;
}

.single-counter-box h3 a {
    color: #B6DEFD;
}

.single-counter-box p {
    margin-bottom: 13px;
}

.single-counter-box i {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
    background: #403e68;
    box-shadow: 0px 0 25px rgb(0 0 0 / 10%);
    border-radius: 50%;
    transition: var(--transition);
    border: 2px #f8f8f8;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-top: 5px;
}
.single-counter-box .services-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-counter-box:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-counter-box:hover .services-shape {
    -webkit-filter: none;
    filter: none;
}

.single-counter-box:hover .read-more {
    color: var(--navy);
}

/*
.main-nav{
	padding: 7px;
}*/
.list-group-item{
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
}

.list-group-item:hover {
    background-color: var(--aback);
    color: black;
    cursor: pointer;

}

.list-group-item:hover a{
    color:black;

}
.page-details > ul{
    margin-right: 40px !important;
    text-align: justify;
}
.page-details > ul > li {
    list-style-type: disc !important;
}
a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: white;
}
@media(max-width:766px){

    .mobile-container{
        position: relative;
    }

    .img-responsive-logo2{
        text-align: center;
        position: absolute;
        left: 40%;
        top:7%;
        width:40%;
        height:100%;
    }



}
list-group-item{
    font-size: 22px;
    font-weight: bold;
}

.list-group-item:hover {
    background-color: #e2e2e9;
    color: var(--navy);
    cursor: pointer;
}

.list-group-item:hover a {

    color: var(--navy);
    cursor: pointer;
}
/*
.main-nav{
	padding: 8px !important;
}*/
@media (min-width:766px){

    .image-container{
        max-height: 500px !important;
    }

}



@media (max-width: 768px){
    .carousel-dark .carousel-caption {
        color: white;
        background: var(--carouselCaptionbgColor);
        opacity: .8;
        border-radius: 3px;
        /* padding-left: 0px; */
        padding-right: 5px;
        margin-right: 0px;
        font-size: 1.3rem;
        /* height: 58%; */
        width: 80%;
        /* overflow: hidden; */
        /* margin-left: 20px; */
        padding: 34px;
    }
   .main-carousel .carousel-item {
        min-height: 541px;
    }


    .carousel-caption {
        position: absolute;
        left: 15%;
        bottom: 1.25rem;
        right: 12%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
    }

    .image-container {
        position: relative;
        margin-top: 57px;
    }


    .slider-link {
        text-align: center !important;
        /* margin-left: 50%; */
        position: absolute !important;
        top: 72%;
        right: 70%;
        font-size: 12px !important;
        border: 2px solid white;
        padding: 10px;
        border-radius: 10px;
    }


    slider-link:hover {
        color: var(--navy);
        background-color: white;
        padding: 10px;
    }
}

@media (max-width: 766px){
    .navigation-mombile {
        position: absolute;
        top: 2%;
        left: 91%;
    }


    .slider-date {
        color: #ccc;
        font-size: 1rem;
        /* float: left; */
    }

    .social-icon{
        display: none;
    }

    .top-header .header-right-content .my-account li .dropdown-control {
        color: var(--topheadertextcolor);
        font-size: 12px;
        font-weight: 800;
        padding-bottom: 15px;
    }

    .mobile-container{
        height: 90px;
    }


}






.fixedIcon div:first-child {
    position: fixed;
    bottom: 15%;
    z-index: 99999;
    left:1% ;
    animation: shake 2s infinite;
}

.confernce-advertisment{
    width: 100px;
}



@keyframes shake {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0);
    }
}






.video-gallery .video-item {
    flex-basis: calc(33.333% - 30px);
    margin: 15px;
}

.video-gallery .card {
    height: 100%;
}

.video-gallery .card .card-body {
    padding: 0;
}

.video-gallery .card .card-title {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.video-gallery .card .card-text {
    padding: 15px;
}

.video-gallery .card iframe {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    border: none;
}


.list-group-item{
    text-align: center !important;
    border-radius: 12px !important;
}

.list-group-item svg{
    height: 45px !important;
    width: 45px !important;
    margin-left: 10px;
}


@media (min-width:766px){
    .flashcard:hover .front img {
        transform: scale(1.8); /* Increase the image size on hover */
    }
}


.breadcrumb-static{
    margin-bottom: unset !important;
    background-color: var(--secheaderbgcolor) !important;
}

.box-title img{
    height: 323px !important;
}


.blink{
    width:200px;
    height: 50px;
    background-color: transparent;
    padding: 15px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}
.spanconf{
    font-size: 18px;

    color: #403e68;
    animation: blink 10s linear infinite;
}

@media (max-width: 667px){
    .spanconf{
        font-size: 12px !important;

        color: #403e68;
        animation: blink 10s linear infinite;
    }
}
@keyframes blink{
    0%{opacity: 1; color:#312e4d}

    40%{opacity: 1; color:#c09200 }
    60%{opacity: 1; color:#312e4d}


    80%{opacity: 1; color:#c09200 }
    100%{opacity: 1; color: #312e4d}

}
@media (min-width: 766px){

    .mobile-conference{
        display: none;
    }

}

.mobile-eservice{
    margin-bottom: 10px;
}


.more-details{
    position: absolute;
    left:22px;
    top: 83%;
}


.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
    position: relative;
    height: 400px;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    /*margin: -12px 15px 8px 15px;*/
    /*margin-left: -10px;*/
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #403e68;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #403e68;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #c8c9d3;
    border-radius: 25px;
    text-transform: uppercase;
    bottom: 10px;
    left: 13px;
    position: absolute;
}

.post-slide .read-more:hover {
    background: #403e68;
    text-decoration: none;
    color: #fff;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

.article-title{
    color: #403e68 !important;
    font-size: 16px;
    font-weight: bold;
}


#owl-demo .item{
    margin: 3px;
  }
  #owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
  }

  
.slide_wrap{
    width: 100%; padding: 10px 20px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute; left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
  }
  .slide_show{
    width: 860px;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
  }
  .slide_show .slide_img{
    width: 5000px; overflow: hidden;
  }
  .slide_show .slide_img > div{
    float: left; width: 280px; padding: 5px;
  }
  .slide_btn a{
    position: absolute; top: 50%; 
    transform: translateY(-50%);
    color: #fff;
    width: 60px; height: 60px; line-height: 58px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    transition: all 0.3s;
  }
  .slide_btn a:hover{background-color: rgba(255, 255, 255, 0.3);}
  
  .slide_btn a.prev{left: 10px}
  .slide_btn a.next{right: 10px;}


  .video-card .project-overlay {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #403e68bf;
    color: black;
    padding: 10px;
    width: 356px;
    height: 204px;
    margin: 100 auto;
    font-size: 22px;
    padding: 50px;
    justify-content: center;
    opacity: 0;
    text-align: center;
    transition: opacity 0.3s ease;
    border-radius: 12px;
}

.video-card:hover .project-overlay {
    display: block;
    opacity: 1;
}

.vedio-link:hover{

    color: white !important;

}

.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{

    background: #403e68;
color: white;
padding: 10px;
width: 50px;
height: 50px;
border-radius: 50%;

}


/* .owl-item {
    width: 350px !important;
  } */


  .project-slider .owl-item {
    width: 350px;
}

.project-slider .owl-stage {
    display: flex;
    flex-wrap: nowrap;
}

.project-slider .owl-stage .owl-item {
    flex:0 0 350px;
    margin-right: 10px; /* Optional: Adjust the margin as needed */
}

.project-slider .owl-stage .owl-item:last-child {
    margin-right: 0;
}


.vedio-gallary{
    position: relative;
}

.owl-prev{
    position: absolute;
    top: 25%;
    right: -6%;
}

.owl-next{

    position: absolute;
    top: 25%;
    left: -6%;

}


@media(max-width:766px){
    



  .project-slider .owl-item {
    width: 400px;
}

.project-slider .owl-stage {
    display: flex;
    flex-wrap: nowrap;
}

.project-slider .owl-stage .owl-item {
    flex: 0 0 12.8%;
    margin-right: 10px; /* Optional: Adjust the margin as needed */
}

.project-slider .owl-stage .owl-item:last-child {
    margin-right: 0;
}


.vedio-gallary{
    position: relative;
}

.owl-prev{
    position: absolute;
    top: 25%;
    right: -1%;
}

.owl-next{

    position: absolute;
    top: 25%;
    left: -3%;

}

}

.project-thumbnail:hover {
    position: relative;
  }
  
  .project-thumbnail:hover::after {
    content: "";
    position: absolute;
    bottom: 149px;
    left: 9px;
    width: 26px;
    height: 26px;
    border-top: 4px solid white;
    border-left: 4px solid white;
    z-index: 999;
  }
  
  .project-thumbnail:hover::before {
    content: "";
    position: absolute;
    top: 158px;
    right: 15px;
    width: 26px;
    height: 26px;
    border-bottom: 4px solid white;
    border-right: 4px solid white;
    z-index: 999;
  }
  

 
  ul.main-nav>li ul.sub-menu-lists>li>a{
    color: var(--navy) !important;
  }
  ul.main-nav>li ul.sub-menu-lists>li>a:hover{
    color: #767593 !important;
  }

  .owl-next > .ri-arrow-right-s-line:before{
   
    font-size: 34px !important;
}

.owl-prev .ri-arrow-left-s-line:before{
    font-size: 34px !important;
} 


.list-group:hover {
   
    transform: translateY(-5px);
    border:1px solid var(--navy);
}


@media(max-width:766px){


    .event-widget-sidebar .single-another .another-content{
        height: 460px !important;

    }
}


::selection {
    color: white;
    background: navy;
  }




.submenu-list-li:hover{
    background-color: var(--navy);
    color: white !important;
    border-right: 7px solid #e0e0e9;
    position: relative;
    width: 60%;
    margin: 0 auto;
}

.submenu-list-li:hover a{

    color: white !important;
}

ul.main-nav>li ul.sub-menu-lists>li:hover a{
    color: white !important;
    

    
   
}


.carousel-dark1 .carousel-indicators [data-bs-target] {
    background-color:var(--navy);
}


@media(min-width:766px){
    .myCarousel-image2{
        width: 700px !important;
        height: 400px !important;
    }
    

}

@media(max-width:766px){

    .carousel-indicators-position {
        position: relative;
        right: -23% !important;
    }

}

@media(min-width:766px){

.carousel-indicators-position{
    position: relative;
    right: -28%;
}

}


.conference-hint{
    font-size: 30px !important;
    color: #ffc107 !important;
}

@keyframes hintAnimation {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    50% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(-20px);
    }
  }
  
  #hint-container {
    position: relative;
    text-align: center;
    padding: 10px;
    display: flex;
  }
  
  #hint-text {
    display: inline-block;
    background-color: #ffc107;
    padding: 16px;
    border-radius: 5px;
   
  }
  
  #hint-text:hover {
    animation-play-state: paused;
  }
  


  .bell{
    display:block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin:12px auto 0;
    color: #9e9e9e;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
  }
  
  @-webkit-keyframes ring {
    0% { -webkit-transform: rotateZ(0); }
    1% { -webkit-transform: rotateZ(30deg); }
    3% { -webkit-transform: rotateZ(-28deg); }
    5% { -webkit-transform: rotateZ(34deg); }
    7% { -webkit-transform: rotateZ(-32deg); }
    9% { -webkit-transform: rotateZ(30deg); }
    11% { -webkit-transform: rotateZ(-28deg); }
    13% { -webkit-transform: rotateZ(26deg); }
    15% { -webkit-transform: rotateZ(-24deg); }
    17% { -webkit-transform: rotateZ(22deg); }
    19% { -webkit-transform: rotateZ(-20deg); }
    21% { -webkit-transform: rotateZ(18deg); }
    23% { -webkit-transform: rotateZ(-16deg); }
    25% { -webkit-transform: rotateZ(14deg); }
    27% { -webkit-transform: rotateZ(-12deg); }
    29% { -webkit-transform: rotateZ(10deg); }
    31% { -webkit-transform: rotateZ(-8deg); }
    33% { -webkit-transform: rotateZ(6deg); }
    35% { -webkit-transform: rotateZ(-4deg); }
    37% { -webkit-transform: rotateZ(2deg); }
    39% { -webkit-transform: rotateZ(-1deg); }
    41% { -webkit-transform: rotateZ(1deg); }
  
    43% { -webkit-transform: rotateZ(0); }
    100% { -webkit-transform: rotateZ(0); }
  }
  
  @-moz-keyframes ring {
    0% { -moz-transform: rotate(0); }
    1% { -moz-transform: rotate(30deg); }
    3% { -moz-transform: rotate(-28deg); }
    5% { -moz-transform: rotate(34deg); }
    7% { -moz-transform: rotate(-32deg); }
    9% { -moz-transform: rotate(30deg); }
    11% { -moz-transform: rotate(-28deg); }
    13% { -moz-transform: rotate(26deg); }
    15% { -moz-transform: rotate(-24deg); }
    17% { -moz-transform: rotate(22deg); }
    19% { -moz-transform: rotate(-20deg); }
    21% { -moz-transform: rotate(18deg); }
    23% { -moz-transform: rotate(-16deg); }
    25% { -moz-transform: rotate(14deg); }
    27% { -moz-transform: rotate(-12deg); }
    29% { -moz-transform: rotate(10deg); }
    31% { -moz-transform: rotate(-8deg); }
    33% { -moz-transform: rotate(6deg); }
    35% { -moz-transform: rotate(-4deg); }
    37% { -moz-transform: rotate(2deg); }
    39% { -moz-transform: rotate(-1deg); }
    41% { -moz-transform: rotate(1deg); }
  
    43% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(0); }
  }
  
  @keyframes ring {
    0% { transform: rotate(0); }
    1% { transform: rotate(30deg); }
    3% { transform: rotate(-28deg); }
    5% { transform: rotate(34deg); }
    7% { transform: rotate(-32deg); }
    9% { transform: rotate(30deg); }
    11% { transform: rotate(-28deg); }
    13% { transform: rotate(26deg); }
    15% { transform: rotate(-24deg); }
    17% { transform: rotate(22deg); }
    19% { transform: rotate(-20deg); }
    21% { transform: rotate(18deg); }
    23% { transform: rotate(-16deg); }
    25% { transform: rotate(14deg); }
    27% { transform: rotate(-12deg); }
    29% { transform: rotate(10deg); }
    31% { transform: rotate(-8deg); }
    33% { transform: rotate(6deg); }
    35% { transform: rotate(-4deg); }
    37% { transform: rotate(2deg); }
    39% { transform: rotate(-1deg); }
    41% { transform: rotate(1deg); }
  
    43% { transform: rotate(0); }
    100% { transform: rotate(0); }
  }

  

  .text-snippet {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    animation: snipping 2s infinite, movement 5s infinite;
    background: #ffc107;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 9px;
    font-weight: 700;
  }

  @media(max-width:766px){
    .text-snippet {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        animation: snipping 2s infinite, movement 5s infinite;
        background: #ffc107;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 12px;
        padding-right: 12px;
        border-radius: 9px;
        font-size: 12px;
        font-weight: 700;
      }
  }
  

  
  @keyframes movement {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(0);
    }
  }
  

  .gallary_more {
    color: #403e68 !important;
    text-align: center;
    margin-top: 16px;
  }
  

  .album-master{
    height: 250px !important;
  }

  .gallary_modal{
    position: relative;
  }

  .previous_button{

    position: absolute;
    left: 102%;
    top: 50%;

  }

.next_button{

    position: absolute;
  top: 50%;
  right:173%;

}

@media(max-width:766px){

    .gallary_modal{
        position: relative;
      }
    
    .previous_button{

        position: absolute;
        left:85%;
        top: 50%;
    
      }
    
    .next_button{
    
        position: absolute;
      top: 50%;
      right: 85%;
    
    }
}
  

  @media(min-width:766px){

    .modal-image{
        width: 170% !important;
        height: 100% !important;
      }

      .gallarymodal {
        position: fixed;
        top: 0;
        right: -14%;
        z-index: 1050;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
        outline: 0;
    }

  }


  .cancel-max-width{
    max-width: none !important;

  }

  .gallary_icon{
    position: absolute;
    top: 35%;
    left: 45%;
    z-index: 999999;
    background: #403e68;

  }


  .carousel_gallary{
    position: relative;
  }

  .expand_icon{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 48px;
    color: var(--navy);
    transition:  font-size 2s;
  }


  .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #403e68;
    border-color: #ffffff;
}

  .video-area{
      background-color: var(--sback);
  }

