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

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5

 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Fonts
    - Social Icon Hover
    - Header And Navigation
    - Slider
    - About
    - Team
    - Portfolio
    - Price
    - Parallax
    - Testimonial
    - Client
    - Blog
    - Contact
    - Map
    - Footer
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

/* @import url('https://fonts.googleapis.com/css?family=Noto+Kufi+Arabic:300,400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@200;300;400;500;600;700&display=swap');
@import url('https: //fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');


/* .main-font{font-family: 'Noto+Kufi+Arabic', sans-serif;}
.alt-font{font-family: 'Noto+Kufi+Arabic', sans-serif;} */
.main-font {
    font-family: 'Noto+Kufi+Arabic', sans-serif;
}

#style-customizer {
    height: 265px;
}

#style-customizer input {
    max-width: inherit;
}


/* ===================================
    General
====================================== */
html, body {
    overflow-x: hidden !important;
}

body {
    font-family: 'Noto+Kufi+Arabic', sans-serif !important;
    font-size: 20px;
    color: #2b2b2b;
    font-weight: 300;
    line-height: 25px;
    width: 100%;
    background-color: #F6F6F6;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: 200;
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    text-transform: capitalize !important;
    color: #207f84 !important;
}

.h1,
h1 {
    font-size: 20px;
}

a,
*::before,
*::after,
img,
span,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

section,
.section-padding {
    position: relative;
    overflow: hidden;
}

.section-top-margin {
    margin-top: 7.5rem;
}

a {
    color: inherit;
    text-decoration: none;
}

.rev_slider_wrapper {
    width: 100% !important;
}

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

p:last-child {
    margin-bottom: 0 !important;
    text-align: justify !important;

}

.fa,
.far,
.fas {
    display: inline;
}

a:active,
a:hover {
    color: #02aeb3;
}

blockquote {
    border-right: 2px solid;
    padding: 10px 35px 10px 15px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
}

blockquote > cite {
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.hidden {
    display: none;
}

section {
    padding: 2rem 0;
}

/* transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}

/* overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* opacity */
.opacity-full {
    opacity: 1;
}

.opacity-1 {
    opacity: .1;
}

.opacity-2 {
    opacity: .2;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

/*font-weight*/
.font-weight-100 {
    font-weight: 100;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500;
}

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

/* button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    /*position: fixed;*/
    z-index: 2;
    display: inline-block;
    font-size: 17px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: 'Noto+Kufi+Arabic, sans-serif';
    font-weight: 500;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

/* button size */
.btn.btn-small {
    font-size: 12px;
    padding: 4px 1.8em;
}

.btn.btn-medium {
    font-size: 12px;
    padding: 6px 1.8em;
}

.btn.btn-large {
    font-size: 14px;
    padding: 11px 25px;
    line-height: 1.8em;
}

.btn.btn-rounded {
    border-radius: 50px;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    margin-top: 20px !important;
}

/* button background */
.btn.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #585858
}

.btn.btn-white:hover,
.btn.btn-white:focus {
    background: transparent !important;
    border-color: #ffffff;
    color: #ffffff !important
}

.btn.btn-transparent-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff
}

.btn.btn-transparent-white:hover,
.btn.btn-transparent-white:focus {
    background: #ffffff !important;
    color: #585858 !important
}

.btn.btn-transparent-black {
    background: transparent;
    border-color: #2b2b2b;
    color: #2b2b2b
}

.btn.btn-transparent-black:hover,
.btn.btn-transparent-black:focus {
    background: #2b2b2b !important;
    color: #ffffff !important
}

.btn.btn-black-white-background {
    background: #202020;
    border-color: #202020;
    color: #ffffff
}

.btn.btn-black-white-background:hover,
.btn.btn-transparent-black:focus {
    background: #ffffff !important;
    color: #202020 !important;
    border-color: transparent !important;
}

.btn.btn-transparent-purple {
    background: transparent;
    border-color: #02aeb3;
    color: #02aeb3
}

.btn.btn-transparent-purple:hover,
.btn.btn-transparent-purple:focus {
    background: #02aeb3 !important;
    color: #ffffff !important
}

.btn.btn-black {
    background: #2b2b2b;
    border-color: #2b2b2b;
    color: #ffffff
}

.btn.btn-black:hover,
.btn.btn-black:focus {
    background: transparent !important;
    border-color: #2b2b2b;
    color: #2b2b2b !important
}

.btn.btn-purple {
    background: #02aeb3;
    border-color: #02aeb3;
    color: #ffffff
}

.btn.btn-purple:hover,
.btn.btn-purple:focus {
    background: transparent !important;
    border-color: #02aeb3;
    color: #02aeb3 !important
}

.btn.btn-hvr-white:hover,
.btn.btn-hvr-white:focus {
    background: #ffffff !important;
    border-color: #ffffff;
    color: #585858 !important
}


.white-tran-black-btn {
    font-size: 12px;
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    padding: 10px 30px;
    color: #ffffff !important;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #ffffff !important;
    border-radius: 0px;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
    cursor: pointer
}

.white-tran-black-btn:hover {
    color: #202020 !important;;
    background-color: #ffffff !important;
    border: 1px solid transparent !important;
}

.white-tran-black-btn-solid-border {
    font-size: 12px;
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    padding: 10px 30px;
    color: #ffffff !important;
    font-weight: 500;
    background-color: transparent;
    border: 2px solid #207e83 !important;
    border-radius: 0px;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
    cursor: pointer
}

.white-tran-black-btn-solid-border:hover {
    color: #ffffff !important;

    background-color: #207e83 !important;
    border: 2px solid transparent !important;
}

.white-blue-btn {
    font-size: 12px;
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    padding: 10px 25px;
    color: #FFFFFF;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 0px;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
    cursor: pointer
}

.white-blue-btn:hover {
    color: #ffffff;;
    background-color: #236e76 !important;
    border: 1px solid #236e76;
}

.white-tran-yellow-btn {
    font-size: 12px;
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    padding: 10px 30px;
    color: #ffffff !important;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #ffffff !important;
    border-radius: 0px;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
    cursor: pointer
}

.white-tran-yellow-btn:hover {
    color: #202020 !important;;
    background-color: #e8d716 !important;
    border: 1px solid transparent !important;
}

.blue-and-black-btn {
    font-size: 12px;
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    padding: 7px 35px;;
    color: #ffffff;;
    font-weight: 500;
    background-color: #5bbdbb;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
    cursor: pointer
}

.blue-and-black-btn:hover {
    color: #ffffff !important;;
    background-color: #202020 !important;
    border: 1px solid transparent;
}

.black-and-black-btn {
    font-size: 12px;
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    padding: 7px 35px;;
    color: #ffffff;;
    font-weight: 500;
    background-color: #202020;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
    cursor: pointer
}

.black-and-black-btn:hover {
    color: #ffffff !important;;
    background-color: #5bbdbb !important;
    border: 1px solid transparent;
}


/* background color */
.bg-main {
    background: #02aeb3;
}

.bg-black {
    background: #202020;
}

.bg-black-light {
    background: #2b2b2b;
}

.bg-dark {
    background-color: #1d1d21 !important;
}

.bg-blue {
    background-color: #02aeb3;
}

.bg-pink {
    background-color: #f033b5;
}

.bg-purple {
    background-color: #9556f5;
}

/* text-color */
.main-color {
    color: #02aeb3;
}

/*Max Width*/
.mx-570 {
    max-width: 570px;
    display: inline-block;
}

/* ===================================
   Social Icon Bg
====================================== */

.social-icon-bg a i.fa-facebook-f {
    background-color: #3B5998;
}

.social-icon-bg a i.fa-twitter {
    background-color: #02aeb3;
}

.social-icon-bg a i.fa-google-plus {
    background-color: #DD4B39;
}

.social-icon-bg a i.fa-linkedin-in {
    background-color: #0976B4;
}

.social-icon-bg a i.fa-instagram {
    background-color: #c13584;
}

.social-icon-bg a i.fa-youtube {
    background-color: #dd4b39;
}

.social-icon-bg a i.fa-pinterest-p {
    background-color: #B7242A;
}

.social-icon-bg a i.fa-instagram {
    background-color: #e8715c;
}

.social-icon-bg a i.fa-vimeo {
    background-color: #1ab7ea;
}

.social-icon-bg a i.fa-vk {
    background-color: #4c75a3;
}

.social-icon-bg a i.fa-youtube {
    background-color: #cd201f;
}

.social-icon-bg a i.fa-pinterest {
    background-color: #bd081c;
}

.social-icon-bg a i.fa-tumblr {
    background-color: #34465d;
}

.social-icon-bg a i.fa-behance {
    background-color: #131418;
}

.social-icon-bg a i.fa-dribbble {
    background-color: #ea4c89;
}

.social-icon-bg a i.fa-google-plus {
    background-color: #dd4b39;
}

.social-icon-bg a i.fa-xing {
    background-color: #026466;
}

.social-icon-bg a i.fa-yelp {
    background-color: #af0606;
}

.social-icon-bg a i.fa-vine {
    background-color: #00b489;
}

/* ===================================
   Social Icon Bg Hover
====================================== */

.social-icon-bg-hvr a:hover i.fa-facebook-f {
    background-color: #3B5998;
}

.social-icon-bg-hvr a:hover i.fa-twitter {
    background-color: #02aeb3;
}

.social-icon-bg-hvr a:hover i.fa-google-plus {
    background-color: #DD4B39;
}

.social-icon-bg-hvr a:hover i.fa-linkedin-in {
    background-color: #0976B4;
}

.social-icon-bg-hvr a:hover i.fa-instagram {
    background-color: #c13584;
}

.social-icon-bg-hvr a:hover i.fa-youtube {
    background-color: #dd4b39;
}

.social-icon-bg-hvr a:hover i.fa-pinterest-p {
    background-color: #B7242A;
}

.social-icon-bg-hvr a:hover i.fa-instagram {
    background-color: #e8715c;
}

.social-icon-bg-hvr a:hover i.fa-vimeo {
    background-color: #1ab7ea;
}

.social-icon-bg-hvr a:hover i.fa-vk {
    background-color: #4c75a3;
}

.social-icon-bg-hvr a:hover i.fa-youtube {
    background-color: #cd201f;
}

.social-icon-bg-hvr a:hover i.fa-pinterest {
    background-color: #bd081c;
}

.social-icon-bg-hvr a:hover i.fa-tumblr {
    background-color: #34465d;
}

.social-icon-bg-hvr a:hover i.fa-behance {
    background-color: #131418;
}

.social-icon-bg-hvr a:hover i.fa-dribbble {
    background-color: #ea4c89;
}

.social-icon-bg-hvr a:hover i.fa-google-plus {
    background-color: #dd4b39;
}

.social-icon-bg-hvr a:hover i.fa-xing {
    background-color: #026466;
}

.social-icon-bg-hvr a:hover i.fa-yelp {
    background-color: #af0606;
}

.social-icon-bg-hvr a:hover i.fa-vine {
    background-color: #00b489;
}

/* ===================================
   Social Icon Color
====================================== */

.social-icon-clr a i.fa-facebook-f {
    color: #3B5998;
}

.social-icon-clr a i.fa-twitter {
    color: #0976B4;
}

.social-icon-clr a i.fa-google-plus {
    color: #DD4B39;
}

.social-icon-clr a i.fa-linkedin-in {
    color: #0976B4;
}

.social-icon-clr a i.fa-instagram {
    color: #c13584;
}

.social-icon-clr a i.fa-youtube {
    color: #dd4b39;
}

.social-icon-clr a i.fa-pinterest-p {
    color: #B7242A;
}

.social-icon-clr a i.fa-instagram {
    color: #e8715c;
}

.social-icon-clr a i.fa-vimeo {
    color: #1ab7ea;
}

.social-icon-clr a i.fa-vk {
    color: #4c75a3;
}

.social-icon-clr a i.fa-youtube {
    color: #cd201f;
}

.social-icon-clr a i.fa-pinterest {
    color: #bd081c;
}

.social-icon-clr a i.fa-tumblr {
    color: #34465d;
}

.social-icon-clr a i.fa-behance {
    color: #131418;
}

.social-icon-clr a i.fa-dribbble {
    color: #ea4c89;
}

.social-icon-clr a i.fa-google-plus {
    color: #dd4b39;
}

.social-icon-clr a i.fa-xing {
    color: #026466;
}

.social-icon-clr a i.fa-yelp {
    color: #af0606;
}

.social-icon-clr a i.fa-vine {
    color: #00b489;
}

/* ===================================
   Social Icon Hover
====================================== */

.social-icon-clr-hvr a i:hover.fa-facebook-f {
    color: #3B5998;
}

.social-icon-clr-hvr a i:hover.fa-twitter {
    color: #0976B4;
}

.social-icon-clr-hvr a i:hover.fa-google-plus {
    color: #DD4B39;
}

.social-icon-clr-hvr a i:hover.fa-linkedin-in {
    color: #0976B4;
}

.social-icon-clr-hvr a i:hover.fa-instagram {
    color: #c13584;
}

.social-icon-clr-hvr a i:hover.fa-youtube {
    color: #dd4b39;
}

.social-icon-clr-hvr a i:hover.fa-pinterest-p {
    color: #B7242A;
}

.social-icon-clr-hvr a i:hover.fa-instagram {
    color: #e8715c;
}

.social-icon-clr-hvr a i:hover.fa-vimeo {
    color: #1ab7ea;
}

.social-icon-clr-hvr a i:hover.fa-vk {
    color: #4c75a3;
}

.social-icon-clr-hvr a i:hover.fa-youtube {
    color: #cd201f;
}

.social-icon-clr-hvr a i:hover.fa-pinterest {
    color: #bd081c;
}

.social-icon-clr-hvr a i:hover.fa-tumblr {
    color: #34465d;
}

.social-icon-clr-hvr a i:hover.fa-behance {
    color: #131418;
}

.social-icon-clr-hvr a i:hover.fa-dribbble {
    color: #ea4c89;
}

.social-icon-clr-hvr a i:hover.fa-google-plus {
    color: #dd4b39;
}

.social-icon-clr-hvr a i:hover.fa-xing {
    color: #026466;
}

.social-icon-clr-hvr a i:hover.fa-yelp {
    color: #af0606;
}

.social-icon-clr-hvr a i:hover.fa-vine {
    color: #00b489;
}

/* ===================================
        Header
======================================*/

/*upper-nav*/

/*html{*/
/*    scroll-behavior: smooth;*/
/*}*/

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 11111;
    /* top:50px; */
}

.upper-nav {
    padding: 25px 0;
}

.upper-nav .contact-info {
    display: flex;
    align-content: center;
}

.contact-info span {
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    font-weight: 200;
    color: #ffffff;
    font-size: 18px;
}

.contact-social-icons .upper-social-icons {
    margin-bottom: 0;
}

.contact-social-icons .upper-social-icons li:first-child {
    margin-right: 0;
}

.contact-social-icons .upper-social-icons li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}

.contact-social-icons .upper-social-icons li a {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.contact-social-icons .upper-social-icons li a i {
    display: flex;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.contact-social-icons .upper-social-icons li a:hover {
    background-color: #FFFFFF;
    color: #2B2B2B;
}

/*.contact-social-icons .upper-social-icons li .facebook-text-hvr:hover {*/
/*    color: #4267B2 !important;*/
/*}*/

/*.contact-social-icons .upper-social-icons li .twitter-text-hvr:hover {*/
/*    color: #0976B4 !important;*/
/*}*/

/*.contact-social-icons .upper-social-icons li .linkedin-text-hvr:hover {*/
/*    color: #0976B4 !important;*/
/*}*/

/*.contact-social-icons .upper-social-icons li .instagrams-text-hvr:hover {*/
/*    color: #c13584 !important;*/
/*}*/

/*.contact-social-icons a i:hover.fa-facebook-f {color: #3B5998;}*/
/*.contact-social-icons a i:hover.fa-twitter {color: #0976B4;}*/
/*.contact-social-icons a i:hover.fa-linkedin-in {color: #0976B4;}*/
/*.contact-social-icons a i:hover.lni-instagram-filled {color: #e8715c;}*/

.navbar-collapse {

    padding-right: 215px !important;
}

.main-nav {
    background-color: #FFFFFF;
    position: relative;
}

.navbar {
    padding: 0 !important;
    direction: rtl !important;
}

.navbar .navbar-brand {
    padding: 15px 20px;
    margin-right: 0px;
}

.navbar .navbar-brand img {
    max-width: 100px;
}

.navbar-nav {
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    font-weight: 100;
    font-size: 17.5px;
}

.navbar-nav .nav-item {
    margin-right: 15px;
}

.navbar-nav .nav-item:first-child {
    margin-right: 0;
}

.navbar-nav .nav-item:last-child {
    margin-left: 15px;
}

.navbar-nav .nav-item .nav-link {
    color: #202020;
    text-wrap: nowrap !important;
}

@media screen and (width: 1024px) {
    .navbar-nav .nav-item .nav-link {
        text-wrap: nowrap !important;
    }
}

/*HEADER APPEAR*/
.header-appear {
    height: 90px;
    position: fixed;
    z-index: 11111;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    /*To Align Items into the center*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-appear .main-nav {
    background-color: #FFFFFF;
}

.header-appear .navbar-nav .nav-item .nav-link {
    color: #202020;
    visibility: visible !important;
}


@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.hide {
    display: none;
}

.header-appear .sidemenu_btn {
    top: 27px;
}

.header-appear .sidemenu_btn i {
    color: #202020;
}

.logo-with-background {
    display: block;
}

.logo-without-background {
    display: none;
}

.header-appear .logo-with-background {
    display: none;
}

.header-appear .logo-without-background {
    display: block;
}

.header-appear .navbar .navbar-brand img {
    max-width: 100px;
}


/* ===================================
    Side Menu
====================================== */
#site-mmenu-svg {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    transform: rotateY(180deg);
    z-index: 1;
    height: 200px;
}

.side-menu {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #202020;
    z-index: 1114 !important;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
    /*opacity:0;*/
}

.side-menu-opacity {
    opacity: 0;
}

.side-menu.left {
    right: 0;
    left: auto;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active {
    opacity: 1;
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

.side-menu .navbar-brand {
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 50px;
}

.side-menu .navbar-brand img {
    width: 60%;
    margin: auto;
    display: block;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 100px;
    cursor: pointer;
}

.side-menu.before-side .btn-close {
    display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
    right: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #FFFFFF;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-left: 1rem;
    position: absolute;
    left: 15px;
    top: 108px;
    display: inline-block;
}

.sidemenu_btn i {
    font-size: 30px;
    color: #ffffff;
}

.side-menu .inner-wrapper {
    padding: 5.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*align-items: center;*/
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.side-nav .navbar-nav {
    display: block;
}

.side-nav .navbar-nav .nav-item {
    display: inline-block;
    margin: 10px 20px;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.description-text {
    color: #ffffff !important;
    width: 700px !important;
    margin: auto !important;
    font-weight: bold !important;
    text-shadow: 0 0 5px #000000, 0 0 5px #000000
}

.title-text {
    color: #1d1d21 !important;
    width: 574px !important;
    margin: auto !important;
    font-weight: bold !important;
    text-shadow: 0 0 3px #ffffff, 0 0 5px #ffffff

}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #FFFFFF !important;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    text-transform: uppercase;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #FFFFFF;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    right: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu p {
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple {
    margin-bottom: 0;
    margin-right: -10px;
}

.social-icons-simple li {
    display: inline-block;
    margin-left: 10px;
}

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

.side-footer p {
    color: #FFFFFF;
}


.social-icons-simple li a {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li a:hover {
    background-color: #02aeb3;
}

.social-icons-simple li.animated-wrap a:hover {
    background-color: transparent;
    color: #ffffff;
}


/*nav line*/

.nav-line .navbar-nav .nav-link.active:before,
.nav-line .navbar-nav .nav-link:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.nav-line .navbar-nav .nav-link:before {
    position: relative;
    content: '';
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: 3px;
    border-radius: 2px;
    bottom: -28px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #429dab;
    visibility: hidden;
    opacity: 0;
}


/* Slider next and previous  starting*/
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    opacity: 1 !important;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

/* Slider next and previous ending */

/* background color for slider */

.carouselExampleCaptions {
    background-color: black !important;
}

/* background color for slider */

/* ===================================
    Side Menu
====================================== */

/* .banner{
    background-image: url("{{ ../img/banner1.jpg }}");
    background: rgb(8,70,73);
    background: linear-gradient(262deg, rgba(8,70,73,1) 0%, rgba(66,157,171,1) 48%, rgba(8,70,73,1) 100%);
    z-index: 111;
} */

.banner .banner-row {
    height: 100vh;
    padding-top: 0;
}

.banner-text-left {
    margin-top: -90px;
}

.banner-text-left h1 {
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    font-weight: 200;
    font-size: 60px;
    margin-top: -55px;
    color: #FFFFFF;
}

.banner-text-left p {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    margin-top: 10px;
    font-size: 18px;
    color: #FFFFFF;
}

.overlay-yellow-box {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #dbd527;
}


#banner_svg {
    /* position:absolute; */
    right: 0;
    left: 0;
    bottom: 0;
    transform: rotateY(180deg);
    z-index: 1;
    height: 200px;
}

.image-holder1 {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 0px;
    /* transform: translate(-50%, -50%); */
    width: 40%;
    z-index: 11;
}

.image-holder1 img {
    width: 100%;
}

.image-holder2 {
    position: absolute;
    right: 30%;
    transform: translateX(50%);
    top: 0px;
    /* transform: translate(-50%, -50%); */
    z-index: 11;
}

/*HOT SPOT*/

.map-popup {
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 99;
    width: 60%;
    padding: 2rem;
    background-color: #fff;
    transition: all 300ms ease-in;
    transform: translate(50%, -50%);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;

}

.map-popup a {
    padding-right: 0;
}

.map-popup > *:first-child {
    margin-top: 0;
}

.map-popup > *:last-child {
    margin-bottom: 0;
}

.map-popup.open {
    opacity: 1;
    visibility: visible;
}

.marker {
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    transition: .5s ease;
}

.marker:hover,
.marker:visited,
.marker:focus {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 1);
}

.marker1 {
    top: 63%;
    right: 15%;
}

.marker2 {
    top: 50%;
    right: 64%;
}

.marker3 {
    top: 70%;
    right: 73%;
}

.marker4 {
    top: 30%;
    right: 83%;
}

.marker5 {
    top: 49%;
    right: 33%;
}


@media (min-width: 992px) {
    .map-item {
        position: absolute;
        width: 36px;
        height: 36px;
    }

    .map-item .marker {
        top: auto;
        right: auto;
    }

    .map-item1 {
        top: 63%;
        right: 15%;
    }

    .map-item2 {
        top: 50%;
        right: 64%;
    }

    .map-item3 {
        top: 70%;
        right: 73%;
    }

    .map-item4 {
        top: 30%;
        right: 83%;
    }

    .map-item5 {
        top: 49%;
        right: 33%;
    }

    .map-popup {
        position: absolute;
        right: 58px;
        width: 280px;
        transform: translateY(-50%);
        z-index: 11111;
    }

    .map-popup:before {
        content: "";
        position: absolute;
        top: 50%;
        right: -16px;
        margin-top: -16px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 0 16px 16px;
        border-color: transparent transparent transparent #fff;
    }

    .map-popup.edge {
        right: auto;
        left: calc(100% + 24px);
    }

    .map-popup.edge:before {
        right: auto;
        left: -16px;
        border-width: 16px 16px 16px 0;
        border-color: transparent #fff transparent transparent;
    }
}


/*RIPPLE EFFECT*/


.marker:before,
.marker:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    border: 1.4px solid #429dab;
}

.marker:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.marker:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

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

    75% {
        -webkit-transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* ===================================
   ABOUT US
====================================== */

.textabout {
    text-align: start !important;
}

.about-sec .heading-area {
    width: 90%;
}

.about-sec .detail-area .text {
    font-size: 15px;
    margin-top: 35px;
}

.about-sec .heading-area .sub-heading {
    font-size: 16px;
    color: #236e76;
    margin-bottom: 10px;
    font-weight: 200;
}

.about-sec .heading-area .heading {
    font-size: 48px;
    color: #202020;
    font-weight: 200;
}

.features {
    padding-top: 80px;
}

.features .feature-card {
    cursor: pointer;
    transition: .8s ease-in;
}

.features .feature-card span {
    color: #236e76;
    font-size: 42px;
    display: inline-block;
    font-family: 'Noto+Kufi+Arabic', sans-serif;
}

.features .feature-card .feature-heading {
    font-size: 26px;
    color: #202020;
    margin-top: 24px;
    font-weight: 300;
}

.features .feature-card .text {
    opacity: 1;
    margin-top: 10px;
    padding: 10px;
    font-size: 16px;
}


.features .feature-card:hover span {
    transform: translateY(-15px);
}

.features .feature-card:hover .feature-heading {
    color: #236e76;
}


/* ===================================
   Skill Section
====================================== */


.skill-sec {
    background-color: #202020;
    padding-bottom: 155px;
}

.skill-sec .skill-details .title {
    color: #FFFFFF;
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    font-size: 45px;
    font-weight: 200;
    margin-bottom: 30px;
}

.skill-sec .skill-details .title span {
    display: block;
}


.skill-sec .skill-bars {
    padding-top: 30px;
}

.skill-sec .skill-bars .progress-item .progress-bar {
    background-color: #236e76 !important;
    position: relative;

}

.skill-sec .progress-item .progress-bar span {
    display: block;
    position: absolute;
    top: -32px;
    font-size: 13px;
    line-height: 10px;
    left: -1.4em;
    border-radius: 2px;
    color: #FFFFFF;
    font-family: Noto+Kufi+Arabic, sans-serif;
    font-weight: 200;
    background-color: #236e76;
    padding: 7px;
}

.skill-sec .progress-item .progress-bar i {
    color: #236e76;
    position: absolute;
    bottom: -8px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.skill-sec .skill-bars .progress-item .progress {
    height: 15px !important;
    overflow: visible;
    /*margin-right: 15px;*/
}

.skill-sec .skill-bars .progress-item {
    padding-left: 15px;
}

.skill-sec .skill-bars .progress-item h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 15px;
    color: #142022;
    margin-bottom: 15px;
    text-transform: initial !important;
}

.skill-sec .skill-bars .progress-item {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    float: right;
}

.skill-sec a.btn {
    margin-top: 30px;
}

.skill-sec .skill-img-area .skill-image-heading h4 {
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 200;
}

.skill-sec .skill-img-area .skill-image-heading span {
    opacity: .6;
    color: #FFFFFF;
    font-size: 18px;
}

#skill-footer-svg {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 200px;
}

.skill-img-holder {
    position: absolute;
    z-index: 1;
    bottom: -133px;
    width: 60%;
    left: 93px;
}

/* ===================================
   Team SECTION
====================================== */
.team-section {
    background-color: #FFFFFF;
}

.team-section .team-details {
    width: 50%;
    margin: auto;
    margin-bottom: 80px;
}

.team-section .team-details .sub-title {
    color: #236e76;
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: initial !important;
    margin-bottom: 20px;
}

.team-section .team-details .title {
    color: #202020;
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    font-size: 50px;
    font-weight: 200;
    margin-bottom: 30px;
}

.team-section .team-member-area {
    margin-top: 20px;
}

.team-section .image-holder {
    cursor: pointer;
}

.team-section .image-holder:hover ~ .team-name {
    color: #202020;
}

.team-section .image-holder img {
    height: 250px;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.team-section .team-name {
    margin-top: 20px;
    color: #202020;
    font-weight: 200;
    transition: .5s ease all;
}

.team-section .text {
    padding: 15px 50px;
    font-size: 16px;
    color: #202020;
    font-weight: 300;
}

.testimonial-team .owl-item .item {
    transition: .5s ease;
    cursor: pointer;
    margin: 15px;
}

.team-section .testimonial-team .owl-item .item:hover {
    box-shadow: -1px 1px 30px rgba(179, 161, 179, 0.3);
}

.team-section .testimonial-team .owl-item .item:hover .team-name,
.team-section .testimonial-team .owl-item .item:hover .text {
    color: #236e76;
}

.team-section .circle {
    position: absolute;
    z-index: 1111;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#team-circle-left {
    top: 70%;
    right: -4%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .5s ease;
}

#team-circle-right {
    top: 70%;
    left: -4%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .5s ease;
}

#team-circle-right i {
    font-size: 22px;
    z-index: 1111;
    color: #202020;
}

#team-circle-left i {
    font-size: 22px;
    z-index: 1111;
    color: #202020;
}

.team-section:hover #team-circle-right,
.team-section:hover #team-circle-left {
    opacity: 1;
}

/***********************************/
/*  PORTFOLIO CSS                   /
/***********************************/
.portfolio-sec {
    margin-bottom: 30px;
    padding-bottom: 0;
    /*transition: .8s ease;*/
}

.portfolio-sec .container {
    max-width: 1140px;
}

.portfolio-sec .heading {
    color: #202020;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 300;
}

.portfolio-sec .cbp-wrapper-outer {
    overflow: visible;
}

.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    padding: 12px 32px;
}

.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link:hover,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link:focus,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link:focus {
    color: #fff;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item {
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 13px;
    font-weight: 300;
    color: #202020;
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    margin-left: 15px;
    border-bottom: solid 2px transparent;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    color: #236e76;
    background: transparent;
    border-bottom: solid 3px #236e76;

}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item,
.portfolio-sec .cbp-item.even {
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
}

.portfolio-sec .cbp-item.even {
    margin-top: -190px;
}

.portfolio-sec .cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background: rgba(35, 110, 118, 0.8);
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item:hover {
    color: #202020;
    border-color: #236e76;
}

.portfolio-sec .cbp-l-caption-title {
    color: #ffffff !important;
    font-family: 'Noto+Kufi+Arabic', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

.portfolio-sec .portfolio-detail-text {
    color: #FFFFFF;
    font-style: italic;
}

.portfolio-sec .portfolio-hover-effect .hover-text {
    padding-right: 3%;
    padding-bottom: 2%;
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content span {
    background-color: #FFFFFF;
    height: 3px;
    width: 70px;
    display: block;
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content span:nth-child(2) {
    transform: rotate(-90deg);
}

.portfolio-sec .portfolio-hover-effect .hover-text .p-hover-title {
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 0;
}

.portfolio-sec .portfolio-hover-effect .hover-text .p-hover-des {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}

.portfolio-sec #js-loadMore-lightbox-gallery {
    margin-top: 45px;
}

.portfolio-sec #js-loadMore-lightbox-gallery.active {
    margin-top: -150px;
    position: relative;
    /*z-index: -1 !important;*/
}

.portfolio-sec #js-loadMore-lightbox-gallery.active-outer {
    margin-top: -250px;
}

.portfolio-sec .cbp-caption-active .cbp-caption-activeWrap {
    width: 94%;
    position: absolute;
    z-index: 2;
    height: 94%;
}

.portfolio-sec .cbp-caption-active .cbp-caption-activeWrap:hover .text-data {
    z-index: -1 !important;
}

.portfolio-sec .cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 3%;
    right: 3%;
}

.portfolio-sec .portfolio-foot-detail {
    padding-bottom: 3%;
}

.portfolio-sec .portfolio-foot-detail .p-text {
    color: #202020;
    font-size: 13px;
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 8px;
    opacity: 0.7;
}

.portfolio-sec .portfolio-foot-detail .p-text:last-child {
    margin-bottom: 0;
}

.portfolio-sec .portfolio-foot-detail .p-num {
    color: #202020;
    font-size: 50px;
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    font-weight: bold;
}

/* ===================================
   Testimonial
====================================== */

.testimonial-sec {
    padding-bottom: 240px;
    background-color: #202020;
    overflow: initial;
}

#testimonial-foot-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotateY(180deg);
    height: 230px;
}

.testimonial-sec .testimonial-title .heading {
    font-family: "Noto+Kufi+Arabic", sans-serif;
    font-weight: 200;
    color: #ffffff;
    font-size: 35px;
    text-transform: initial !important;
}

.testimonial-sec .testimonial-title .heading span {
    color: #ffffff;
    display: block;
    font-size: 50px;
    font-weight: 200;
}

.testimonial-sec .testimonial-area .testimonial-carousel {
    margin-top: 40px;
}

.testimonial-sec
.testimonial-area
.testimonial-carousel
.testimonial-box
.icon-holder {
    display: block;
    margin-bottom: 30px;
}

.testimonial-sec
.testimonial-area
.testimonial-carousel
.testimonial-box
.icon-holder
i {
    color: #ffffff;
    font-size: 32px;
    display: inline-block;
    font-style: italic;
}

.testimonial-sec
.testimonial-area
.testimonial-carousel
.testimonial-box
.text {
    color: #ffffff;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.8;
    font-family: Noto+Kufi+Arabic, "sans-serif";
}

.testimonial-sec
.testimonial-area
.testimonial-carousel
.testimonial-box
.img-holder {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
}

.testimonial-sec
.testimonial-area
.testimonial-carousel
.testimonial-box
.img-holder
img {
    border-radius: 50%;
    width: 100%;
}

.testimonial-sec
.testimonial-area
.testimonial-carousel
.testimonial-box
.user-name {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-family: Noto+Kufi+Arabic, sans-serif;
    text-transform: initial !important;
}

.test-img-holder {
    position: absolute;
    bottom: -250px;
    width: 83%;
    right: 42px;
    z-index: 11;
}

.title-testimonial {
    font-size: 52px !important;
    font-weight: bold !important;
}

/* ===================================
   Partners Slider
====================================== */

.partners-slider .logo-item img {
    max-width: 170px;
    opacity: .9;
    display: inline-block;
}

/* ===================================
   Partners Slider
====================================== */

.lastest-blog {
    background-color: #236e76;
    padding-top: 180px;
    padding-bottom: 200px;
    overflow: initial;
}

#blog-foot-svg {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.lastest-blog .blog-content h1 {
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    font-weight: 200;
    color: #FFFFFF;
    font-size: 40px;
}

.lastest-blog .blog-content p {
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 88%;

}

.lastest-blog .blog-img {
    width: 53%;
    position: absolute;
    bottom: -62%;
    left: 20px;
    z-index: 1111;
}

.lastest-blog .blog-img img {
    width: 100%;
}


/* ===================================
      Contact sec css
====================================== */

.contact-sec {
    padding-bottom: 0;
}

.contact-sec .heading {
    color: #202020;
    font-family: Noto+Kufi+Arabic, sans-serif;
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 40px;
}

.contact-sec .contact-form {
    width: 95%;
}

.contact-sec .contact-form input {
    color: #8799a3;
    font-size: 16px;
    height: 50px;
    padding: 25px;
}

.contact-sec .contact-form .form-control {
    border-radius: 0;
    border: solid 2px #eceef2;
}

.contact-sec .contact-form input::placeholder {
    color: #8799a3;
    font-size: 16px;
}

.contact-sec .contact-form textarea {
    padding: 13px;
    padding-right: 25px;
    height: 202px;
    color: #8799a3;
    font-size: 16px;
}

.contact-sec .contact-form .purple-btn {
    margin-top: 15px;
}

/*contact details*/
.contact-sec .contact-background {
    position: absolute;
    left: 0;
    top: -35px;
    z-index: -1;
}

.contact-sec .contact-details {
    font-family: Noto+Kufi+Arabic, sans-serif;
    width: 90%;
    margin-right: 20px;
}

.contact-sec .contact-details .heading {
    margin-bottom: 35px;
}

.contact-sec .contact-details .text {
    color: #202020;
    opacity: .8;
}

.contact-sec .contact-details ul {
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 50px;
}

.contact-sec .contact-details ul li {
    color: #202020;
    opacity: .8;
    list-style: none;
    margin-bottom: 22px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.contact-sec .contact-details ul li:first-child {
    width: 60%;
}

.contact-sec .contact-details ul li span {
    display: inline-block;
    padding-left: 30px;
}

.contact-sec .contact-details ul li span:last-child {
    padding-left: 0;
}

.contact-sec .contact-details ul li i {
    font-size: 28px;
    margin-left: 20px;
    margin-bottom: 8px;
    color: #92d3d2;
}

.contact-sec .contact-details ul li i.addr {
    color: #f71c52;
    font-size: 44px;
}

.contact-sec .contact-details ul li i.phone {
    color: #554c86;
}

.contact-sec .contact-details ul li i.email {
    color: #39d47a;
    transform: rotate(30deg);
}

/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-text {
    height: 90px;
    overflow: hidden;
}

.team-item .team-text .bg-light,
.team-item .team-text .bg-primary {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}

.team-item .team-text .bg-primary {
    flex-direction: row;
}

.team-item:hover .team-text .bg-light {
    margin-top: -90px;
}

.team-item .team-text .bg-primary .btn {
    color: #207e83;
    background: #ffffff;
}

.team-item .team-text .bg-primary .btn:hover {
    color: #ffffff;
    background: var(--secondary);
}

.teamsocial {
    background-color: #207e83 !important;
}

.title-team {
    font-size: 52px !important;
    color: #207e83 !important;
    /* padding-bottom: 50px !important; */
    font-weight: bold !important;

}

/*edit paginate color */

.page-item.active .page-link{
    background-color: #207e83;
    border-color: #207e83;
}

.page-link{
    color: #207e83;
}


.fa-quote-right:before{
    font-size: 37px !important;
    color: #207e83 !important;
    text-shadow: 0 0 1px #ffffff, 0 0 3px #ffffff;
}

.fa-quote-left:before{
    font-size: 37px !important;
    color: #207e83 !important;
    text-shadow: 0 0 1px #ffffff, 0 0 3px #ffffff;
}


.pagination{
    padding-top: 36px;
}



/* ===================================
   Footer
====================================== */

/*** Footer ***/
.footer {
    color: #7F8499;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: right;
    color: #7F8499;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    margin-right: -9px !important;
    text-decoration: none !important;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #7F8499;
    margin-left: 10px;
    padding-right: 9px !important;
}

.footer .btn.btn-link:hover {
    color: #207e83;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #7F8499;
    border: 1px solid #7F8499;
}

.footer .btn.btn-square:hover {
    color: var(--light);
    border-color: var(--primary);
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #236e76;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: #236e76;
}

.copyright-marawan {
    background-color: rgba(35, 110, 118, 1.000) !important;
    font-size: 0.8rem;
    color: #ffffff !important;
    width: 100% !important;
    text-align: center !important;
    margin: auto !important;
    /*padding: 0px !important;*/
    /*padding-right: 20rem !important;*/
    /* padding-left: 3rem !important; */
    /* text-align: center !important; */
}

.copyright-sama-dim {
    height: 50px !important;
    font-size: 0.8rem !important;
    width: 100% !important;
    margin: auto !important;
    /*padding-right: 16rem !important;*/
    text-align: center !important;
}

.footer-logo {
    width: 500px !important;

}

.footer-description {
    padding-top: 1rem !important;
}

.footer-title .imglogo {
    margin-top: 0 !important;
    padding-bottom: 1rem !important;
    max-width: 15%;
}

/* ===================================
   Scroll Top
====================================== */

.scroll-top-arrow,
.scroll-top-arrow:focus {
    font-size: 23px;
    line-height: 47px;
    color: #fff;
    background-color: #02aeb3;
    display: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 20px;
    left: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 80;
    border-radius: 50px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.scroll-top-arrow:hover {
    background-color: #02aeb3;
}


/* ===================================
    Background images
====================================== */

.bg-img1 {
    /*background-image: url("../img/cover-background.jpg");*/
}

.bg-img2 {
    /*background-image: url("../img/testimionial.jpg");*/
}

[class*=bg-img] {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}


/**/
/*STAND ALONE PAGE*/


.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des {
    padding-right: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des {
    padding-right: 0;
    padding-left: 30px;
}

.standalone-detail .sub-heading {
    color: #236e76;
    margin-bottom: 10px;
}

.standalone-area .sub-heading {
    color: #236e76;
    margin-bottom: 8px;
}

.standalone-detail .heading {
    margin-bottom: 20px;
    font-size: 50px;
    color: #202020;
    font-weight: 300;
    font-family: 'Noto+Kufi+Arabic', sans-serif;
}

.standalone-detail .para_text {
    color: #202020;
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    line-height: 2.1;
}

.standalone-detail {
    padding-bottom: 100px;
}

.standalone-area .gradient-text1 {
    font-weight: 300;
    margin-bottom: 12px;
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    font-size: 45px;
}

.standalone-area .stand-img-des .para_text {
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    color: #202020;
}


/* ===================================
   Fix Nav
====================================== */

.fixed-nav-on-scroll {
    background-color: #202020;
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 1111;
    width: 100px;
    padding: 20px 10px;
    animation: .5s fadeInRight;
}

.fixed-nav-on-scroll .row {
    /*width: 0%;*/
}

.fixed-nav-on-scroll .logo-fixed-scroll {
    width: 50%;
    display: inline-block;
    float: right;
}

.fixed-nav-on-scroll .logo-fixed-scroll img {
    width: 100%;
    margin: auto;
    display: inline-block;
}

.fixed-nav-on-scroll .fixed-icon-scroll {
    display: inline-block;
    width: 30%;
    float: left;
    margin-right: 10%;
}

.fixed-nav-on-scroll .fixed-icon-scroll i {
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
}

.fixed-nav-appear {
    display: block;
}

/*.fixed-nav-on-scroll .box-content img{*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/


/* ===================================
   Other Page
====================================== */

.page-title {
    position: relative;
    text-align: center;
    background: url("../img/standalone.jpg");
    background-size: cover;
    background-position: top center;
    height: 80vh;
}

.standalone-content-data {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

#standalone-svg {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    transform: rotateY(180deg);
    z-index: 1;
    height: 150px;
}

.page-title .auto-container {
    position: relative;
}

.page-title h2 {
    position: relative;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 4rem;
    text-transform: initial;
}

.page-breadcrumb {
    position: relative;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding-left: 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f101";
    left: -5px;
    top: 1px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-left: 0px;
    margin-left: 0px;
}


.page-breadcrumb li a {
    color: #FFFFFF;
    font-weight: 200;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-size: 17px;
}

.page-breadcrumb li a .icon {
    margin-left: 4px;
    color: #FFFFFF;
}

.page-breadcrumb li a:hover {
    color: #ffffff;
}

/* ===================================
        Product Listing
====================================== */

.page-title1 {
    position: relative;
    text-align: center;
    background: rgb(8, 70, 73);
    background: linear-gradient(-262deg, rgba(8, 70, 73, 1) 0%, rgba(66, 157, 171, 1) 48%, rgba(8, 70, 73, 1) 100%);
    background-size: cover;
    background-position: top center;
    height: 80vh;
}


.page-title1 .auto-container {
    position: relative;
}

.page-title1 h2 {
    position: relative;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 4rem;
    text-transform: initial;
}


.listing-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}


.listing-categories li {
    padding: 15px 0;
    border-top: 3.2px dotted rgba(32, 32, 32, 0.2);
    transition: .3s ease-in;
    cursor: pointer;
}


.listing-categories li:hover + li {
    border-top: 3.2px dotted transparent;
}

.listing-categories li:hover {
    background-color: #236e76;
    border-top: 3.2px dotted transparent;
}

.listing-categories li i {
    font-size: 12px;
    color: #236e76;
    margin-left: 15px;
    margin-right: 5px;
    transition: .1s ease-in;
}

.listing-categories li:hover a {
    color: #FFFFFF;
}

.listing-categories li:hover i {
    color: #FFFFFF;
}

.listing-categories li:last-child {
    border-bottom: 3.2px dotted rgba(32, 32, 32, 0.2);
}

.product-content p {
    margin: 0 0 15px;
}

.product-content h1 {
    font-weight: 300;
}

.product-item:first-child {
    margin-top: 70px;
}


.product-item .image-holder img {
    height: 250px;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.product-item .team-price {
    margin-top: 20px;
    margin-bottom: 10px;
    transition: .5s ease-in;
}

.product-item p {
    transition: .5s ease-in;
}


.product-item {
    padding: 10px;
    cursor: pointer;
    transition: .5s ease;
}

.product-item:hover {
    /*-webkit-box-shadow: 0px 16px 12px -6px rgba(179, 161, 179, 0.25);*/
    /*-moz-box-shadow: 0px 16px 12px -6px rgba(179, 161, 179, 0.25);*/
    /*box-shadow: 0px 16px 12px -6px rgba(179, 161, 179, 0.25);*/
    box-shadow: -1px 1px 30px rgba(179, 161, 179, 0.3);
}

.product-item:hover .team-price {
    color: #236e76;
}

.product-item:hover p {
    color: #236e76;
}


/* ===================================
        Preloader
====================================== */

.loader {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 11111111;
    background: #FFFFFF;
}

.loader-spinner {
    position: relative;
    height: 100px;
    width: 100px;
    border: 4px solid transparent;
    border-top-color: #02aeb3;
    border-right-color: #02aeb3;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader-spinner::before {
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    content: "";
    border: 4px solid transparent;
    border-top-color: #236e76;
    border-right-color: #236e76;
    border-radius: 50%;
    -webkit-animation: spinBack 1s linear infinite;
    animation: spinBack 1s linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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


@-webkit-keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

@keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}


/* ---- Loader ends ---- */


/* ===================================
    Media Queries
   ====================================== */


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 768px) {


    /*LAMP*/
    .image-holder2 {
        right: 49%;
        width: 78%;
    }


    .image-holder1 {
        position: relative;
        width: 88%;
        bottom: 60px;
    }

    /*MARKER*/
    .marker1 {
        top: 66%;
        right: 18%;
    }

    .marker2 {
        top: 40%;
        right: 58%;
    }

    .marker3 {
        top: 71%;
        right: 69%;
    }

    .marker4 {
        top: 25%;
        right: 77%;
        z-index: 111111111;
    }

    .marker5 {
        top: 30%;
        right: 11%;
    }

    /*manage svg line border at small screen*/
    .skill-sec {
        padding-bottom: 338px;
        overflow: initial;
    }

    .sidemenu_btn {
        top: 108px !important;
    }

    .header-appear .sidemenu_btn {
        top: 28px !important;
    }

    .about-sec .heading-area {
        width: 100%;
    }

    .heading-area {
        margin-bottom: 0rem !important;
    }

    .features .feature-card {
        margin-bottom: 30px;
    }

    .skill-image-heading {
        margin-top: 30px;
    }

    .skill-img-holder {
        position: absolute;
        z-index: 1;
        bottom: auto;
        width: 50%;
        left: 137px;
        margin-top: 50px;
    }


    .portfolio-sec {
        margin-top: 50px;
    }

    .testimonial-sec {
        padding-top: 80px !important;
    }

    .testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .text {
        width: 96% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .test-img-holder {
        position: absolute;
        bottom: auto;
        width: 65%;
        left: 20%;
        z-index: 11;
        margin-top: 29px;
    }

    .team-section {
        padding-top: 250px !important;
    }

    .team-section .team-details {
        width: 100% !important;
        margin: auto;
        margin-bottom: 50px;
    }


    .lastest-blog .blog-img {
        width: 50% !important;
        position: absolute;
        top: 30px;
        right: 136px;
    }

    .lastest-blog {
        padding-top: 80px;
        padding-bottom: 380px;
    }


    .contact-sec {
        padding-bottom: 0;
        margin-top: 180px;
    }


    /*LISTING PAGE */
    .listing-categories li {
        text-align: right;
    }

    .listing-categories {
        margin-top: 50px;
    }


    .product-item:first-child {
        WIDTH: 80%;
        margin: auto;
        margin-top: 25px;
    }

    .product-item {
        padding: 10px 10px 0 10px;
        padding-bottom: 30px;
    }


}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    /*IMAGE POSITION MANAGE*/
    /*LAMP*/
    .image-holder2 {
        right: 49%;
        width: 78%;
    }

    /*SOFA*/
    .image-holder1 {
        width: 88%;
    }

    /*MARKER*/
    .marker1 {
        top: 66%;
        right: 18%;
    }

    .marker2 {
        top: 40%;
        right: 58%;
    }

    .marker3 {
        top: 71%;
        right: 69%;
    }

    .marker4 {
        top: 25%;
        right: 77%;
        z-index: 111111111;
    }

    .marker5 {
        top: 30%;
        right: 11%;
    }

    /*manage svg line border at small screen*/
    .skill-sec {
        padding-bottom: 290px;
        overflow: initial;
    }

    .sidemenu_btn {
        top: 108px !important;
    }

    .header-appear .sidemenu_btn {
        top: 28px !important;
    }

    .about-sec .heading-area {
        width: 100%;
    }

    .heading-area {
        margin-bottom: 0rem !important;
    }

    .features .feature-card {
        margin-bottom: 30px;
    }

    .skill-image-heading {
        margin-top: 30px;
    }

    .skill-img-holder {
        position: absolute;
        z-index: 1;
        bottom: auto;
        width: 50%;
        left: 137px;
        margin-top: 50px;
    }


    .portfolio-sec {
        margin-top: 150px;
    }

    .testimonial-sec {
        padding-top: 80px !important;
    }

    .testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .text {
        width: 96% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .test-img-holder {
        position: absolute;
        bottom: auto;
        width: 51%;
        left: 23%;
        z-index: 11;
        margin-top: 56px;
    }

    .team-section {
        padding-top: 300px !important;
    }

    .team-section .team-details {
        width: 75% !important;
        margin: auto;
        margin-bottom: 50px;
    }


    .lastest-blog .blog-img {
        width: 39% !important;
        position: absolute;
        top: 30px;
        right: 30%;
        margin-top: 30px;
    }

    .lastest-blog .blog-content p {
        color: #ffffff;
        margin-top: 50px;
        margin-bottom: 50px;
        width: 100%;
    }

    .lastest-blog {
        padding-top: 80px;
        padding-bottom: 380px;
    }

    .contact-sec {
        padding-bottom: 0;
        margin-top: 180px;
    }


    /*LISTING PAGE */
    .listing-categories li {
        text-align: right;
    }

    .listing-categories {
        margin-top: 50px;
    }


    .product-item:first-child {
        WIDTH: 80%;
        margin: auto;
        margin-top: 25px;
    }

    .product-item {
        padding: 10px 10px 0 10px;
        padding-bottom: 30px;
    }


}


@media (min-width: 991px) and (max-width: 1069px) {
    .sidemenu_btn {
        display: none;
    }
}


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

    .standalone-content-data {
        width: 100%;
    }

    section {
        padding: 4.5rem 0;
    }

    .home-banner {
        padding: 7rem 0 4.5rem;
    }

    .sidemenu_btn {
        position: relative;
        left: 0;
        margin: 0;
    }

    .parallax-box {
        padding: 1.5rem 0;
    }

    .parallax-box i {
        font-size: 2.2rem;
    }

    .parallax-box h2 {
        font-size: 2.2rem;
    }

    .parallax-box h5 {
        font-size: 1rem;
    }

    .partners-slider {
        margin: 0;
    }

    .slider-right {
        float: none;
        margin-top: 5rem;
    }

    .heading-box h2 {
        font-size: 2.3rem;
        line-height: 1.1;
    }

    .heading-area {
        margin-bottom: 3rem;
    }

    .heading-area .title {
        font-size: 2rem;
    }

    #blog .heading-area {
        margin: 0;
        padding: 4.5rem 0;
    }

    .address-item {
        margin: 3rem 0;
    }

    .footer-social {
        margin-bottom: 1rem;
    }

    .side-menu {
        width: 380px;
    }


}


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

    body {
        text-align: center;
    }

    #home {
        top: -5px !important;
    }

    .home-banner {
        padding: 10rem 0 7.5rem;
    }

    .sidemenu_btn {
        position: relative;
        left: 0;
        margin: 0;
    }

    .slider-right {
        float: none;
        margin-top: 6rem;
    }

    .heading-box h2 {
        font-size: 3.5rem;
        line-height: 1.1;
    }

    .heading-area {
        margin-bottom: 3rem;
    }

    .heading-area .title {
        font-size: 2.5rem;
    }

    .services-skill {
        margin-bottom: 2rem;
    }

    .team-item {
        margin-top: 4rem;
    }

    .about-list li {
        display: inline-block;
    }

    .testimonial-post {
        display: inline-block;
    }

    .testimonial-post .post {
        display: inline-block;
    }

    #blog .col-lg-4:not(:nth-last-child(1)) .news-item {
        margin-bottom: 3rem;
    }

    #blog .heading-area {
        margin: 0;
        padding: 7.5rem 0;
    }

    .address-item {
        margin: 3rem 0;
    }

    .footer-social {
        margin-bottom: 1rem;
    }

    .blog-comment {
        margin-bottom: 4rem;
    }

    .page-title h2 {
        font-size: 2.5rem;
    }

    .page-title1 h2 {
        font-size: 2.5rem;
    }

    .blog-post-navigation {
        padding: 4rem 0;
    }

    /* STANDALONE */
    .standalone-detail {
        padding-bottom: 70px;
    }

    .standalone-area .gradient-text1 {
        font-size: 30px;
    }

    .standalone-detail .heading {
        font-size: 30px;
    }

    .standalone-area .sub-heading {
        margin-top: 3rem;
    }

    .standalone-row .stand-img-des {
        padding-right: 0;
        padding-left: 0;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-right: 0;
        padding-left: 0;
    }

    .standalone-row:nth-child(2) {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}

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

    .side-menu .btn-close {
        top: 38px;
        left: 40px;
    }

    .side-nav .navbar-nav .nav-item {
        display: block;
    }

    .side-nav .navbar-nav {
        margin-bottom: 50px;
    }

    /*toggle btn*/
    .sidemenu_btn {
        position: absolute;
        left: 150px;
        top: 90px;
    }

    .sidemenu_btn i {
        font-size: 30px;
        color: #202020;
    }

    /*side menu*/
    #site-mmenu-svg {
        bottom: 0;
        height: 100px;
    }

    .side-menu .side-nav {
        margin-bottom: 0;
    }

    /*banner*/
    .banner {
        position: relative;
    }

    .banner .banner-row {
        height: 160vh;
        padding-top: 200px;
        width: 60%;
        margin: 0 auto;
    }

    .banner-text-right {
        padding-bottom: 50px;
        margin-left: 0;
        transform: translateY(-70px);
    }


    /*Skill Section Css*/
    .skill-sec .skill-details .title {
        font-size: 60px;
    }

    .skill-sec .skill-bars .progress-item:nth-child(even) {
        padding-right: 0;
    }

    .skill-sec .skill-bars .progress-item {
        padding-left: 0;
    }

    .skill-sec .skill-bars .progress-item {
        width: 100%;
    }

    /*Team section css*/
    #team-header-svg {
        top: -1px;
        height: 160px;
    }

    .team-section {
        padding-top: 180px;
    }

    .team-section .team-details .title {
        font-size: 45px;
    }

    .team-section .circle {
        display: none;
    }

    .testimonial-team .owl-item.center .item {
        margin-top: 0;
    }

    .testimonial-team .owl-item.center ~ .owl-item .item {
        margin-top: 0;
    }

    #team-foot-svg {
        bottom: -1px;
        height: 150px;
    }

    /*Portfolio section css*/
    .portfolio-sec .heading {
        font-size: 60px;
    }

    .portfolio-sec #js-loadMore-lightbox-gallery.active {
        margin-top: 30px;
    }


    /*Testimonial section css*/
    .testimonial-sec {
        padding-top: 200px;
        padding-bottom: 150px;
    }

    #testimonial-header-svg {
        top: -1px;
        height: 150px;
    }

    .testimonial-sec .testimonial-title .heading {
        font-size: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #testimonial-foot-svg {
        bottom: -1px;
        height: 150px;
    }

    /*sponsers section css*/
    /*Blog section Css*/
    #blog-header-svg {
        top: -1px;
        height: 150px;
    }

    .lastest-blog .blog-content h1 {
        font-size: 60px;
    }

    .lastest-blog .blog-content h1 span {
        font-size: 60px;
    }

    .lastest-blog .blog-img {
        width: 100%;
    }

    .lastest-blog .pot-2 {
        position: absolute;
        z-index: 1111;
        right: 322px;
        bottom: 20px;
        width: 19%;
    }

    #blog-foot-svg {
        position: absolute;
        bottom: -1px;
        height: 150px;
    }

    .lastest-blog .circle {
        display: none;
    }

    .contact-sec .contact-form {
        width: 100%;
        margin-right: 0;
    }

    .contact-sec .contact-details {
        width: 100%;
        margin-right: 0;
        margin-top: 80px;
    }

    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }

    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 30px;
    }

    .contact-sec .contact-details ul li i {
        margin-left: 0;
        margin-bottom: 15px;
        display: block;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media screen and (max-width: 855px) {
    .sidemenu_btn {
        left: 90px;
    }
}

/*@media (max-width: 575.98px) {*/
@media (max-width: 767px) {

    /*toggle btn*/
    .sidemenu_btn {
        position: absolute;
        left: 130px;
        top: 92px;
    }

    .sidemenu_btn i {
        font-size: 30px;
        color: #202020;
    }

    /*side menu*/
    #site-mmenu-svg {
        bottom: 0;
        height: 100px;
    }

    .side-menu .side-nav {
        margin-bottom: 0;
    }

    /*banner*/
    .banner {
        position: relative;
    }

    .banner .banner-row {
        /*height: 110vh;*/
        /*padding-top: 200px;*/
        width: 80%;
    }

    .banner-text-right {
        padding-bottom: 50px;
        margin-left: 0;
        transform: translateY(-70px);
    }


    /*Skill Section Css*/
    .skill-sec .skill-details .title {
        font-size: 45px;
    }

    .skill-sec .skill-bars .progress-item:nth-child(even) {
        padding-right: 0;
    }

    .skill-sec .skill-bars .progress-item {
        padding-left: 0;
    }

    .skill-sec .skill-bars .progress-item {
        width: 100%;
    }

    /*Team section css*/
    #team-header-svg {
        top: -2px;
        height: 100px;
    }

    .team-section {
        padding-top: 150px;
    }

    .team-section .team-details .title {
        font-size: 45px;
    }

    .team-section .circle {
        display: none;
    }

    .testimonial-team .owl-item.center .item {
        margin-top: 0;
    }

    .testimonial-team .owl-item.center ~ .owl-item .item {
        margin-top: 0;
    }

    #team-foot-svg {
        bottom: -1px;
        height: 100px;
    }

    /*Portfolio section css*/
    .portfolio-sec .heading {
        font-size: 45px;
    }

    .portfolio-sec #js-loadMore-lightbox-gallery.active {
        margin-top: 30px;
    }

    .blue-and-black-btn {
        padding: 7px 30px;
    }

    /*Testimonial section css*/
    #testimonial-header-svg {
        top: -1px;
        height: 100px;
    }

    .testimonial-sec .testimonial-title .heading {
        font-size: 45px;
    }

    #testimonial-foot-svg {
        bottom: -2px;
        height: 100px;
    }


    /*sponsers section css*/
    .brand-sec .partners-slider .owl-item:nth-child(2) .logo-item {
        margin-top: 0px;
    }

    .brand-sec .partners-slider .owl-item:nth-child(3) .logo-item {
        margin-top: 0px;
    }

    .brand-sec .partners-slider .owl-item:nth-child(4) .logo-item {
        margin-top: 0px;
    }

    /*Blog section Css*/
    #blog-header-svg {
        top: -1px;
        height: 100px;
    }

    .lastest-blog .blog-content h1 {
        font-size: 45px;
    }

    .lastest-blog .blog-content h1 span {
        font-size: 45px;
    }

    .lastest-blog .blog-img {
        width: 100%;
    }

    #blog-foot-svg {
        position: absolute;
        bottom: -1px;
        height: 100px;
    }

    .contact-sec .contact-form {
        width: 100%;
        margin-right: 0;
    }

    .contact-sec .contact-details {
        width: 100%;
        margin-right: 0;
        margin-top: 80px;
    }

    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }

    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 30px;
    }

    .contact-sec .contact-details ul li i {
        margin-left: 0;
        margin-bottom: 15px;
        display: block;
    }

    /*standalone svg*/
    #standalone-svg {
        height: 100px;
    }
}

@media (max-width: 622.98px) {
    .sidemenu_btn {
        left: 80px;
    }
}

@media (max-width: 575.98px) {


    /*IMAGE POSITION MANAGE*/
    .marker:before {
        -webkit-animation: none;
        animation: none;
    }

    .marker:after {
        -webkit-animation: none;
        animation: none;
    }

    /*LAMP*/
    .image-holder2 {
        right: 49%;
        width: 78%;
    }

    /*SOFA*/
    .image-holder1 {
        width: 88%;
    }

    /*MARKER*/
    .marker1 {
        top: 72%;
        right: 18%;
    }

    .marker2 {
        top: 47%;
        right: 82%;
    }

    .marker3 {
        top: 71%;
        right: 69%;
    }

    .marker4 {
        top: 25%;
        right: 77%;
        z-index: 111111111;
    }

    .marker5 {
        top: 49%;
        right: 8%;
    }

    /*manage svg line border at small screen*/
    .skill-sec {
        padding-bottom: 70px;
        overflow: initial;
    }


    /*TABLE*/
    .test-img-holder {
        width: 72%;
        margin: auto;
        position: relative;
        transform: translateY(21%);
        right: auto;
        left: auto;
        bottom: auto;
        top: auto;
    }

    /*PADDING TOP MANAGE*/
    .testimonial-sec {
        padding-top: 50px;
        padding-bottom: 0;
    }


    /*PARAGRAPH TEXT WIDTH EXTEND*/
    .testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .text {
        width: 95%;
    }

    /*blog section*/
    .lastest-blog .blog-content p {
        width: 96%;
        margin-right: auto;
        margin-left: auto;
    }


    .lastest-blog .blog-img {
        width: 50%;
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        margin: auto;
        transform: translateY(20%);
    }

    .lastest-blog {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .side-menu {
        width: 100%;
    }

    .sidemenu_btn {
        left: 27px;
    }

    .banner .banner-row {
        height: 110vh;
        padding-top: 200px;
        width: 100%;
    }

    .navbar .navbar-brand img {
        max-width: 50px;
    }

    .sidemenu_btn {
        left: 27px;
        top: 96px;
    }

    .lastest-blog .pot-2 {
        right: 100px;
        bottom: 0px;
        width: 40%;
    }

    .contact-social-icons .upper-social-icons li a {
        height: 30px;
        width: 30px;
    }

    .side-menu {
        width: 100%;
    }

    .side-menu .inner-wrapper {
        padding-top: 0;
    }

    .side-menu .navbar-brand img {
        width: 50%;
    }

    .side-nav .navbar-nav .nav-link {
        font-size: 1.3rem;
    }


    /*  ABOUT SECTION*/
    .about-sec .heading-area {
        width: 100%;
    }

    .about-sec .heading-area .heading {
        font-size: 32px;
    }

    .heading-area {
        margin-bottom: 0rem;
    }

    .features .feature-card:hover span {
        transform: translateY(-10px);
    }

    /*CARD SECTION*/
    .features .feature-card {
        margin-bottom: 30px;
    }

    /*  SKILL SECTION*/
    .skill-sec .skill-details .title {
        font-size: 32px;
    }

    .skill-sec .skill-bars {
        padding-top: 5px;
    }

    .skill-img-holder {
        top: 50%;
        position: relative;
        right: 50%;
        transform: translate(50%, -50%);
    }

    .skill-image-heading {
        margin-top: 30px;
    }

    /* TESTIMONIAL  */
    .testimonial-sec .testimonial-title .heading {
        font-size: 32px;
        margin-top: 30px;
    }

    .testimonial-sec .testimonial-title .heading span {
        margin-bottom: 30px;
        font-size: 32px;
    }

    /* TEMA */
    .team-section .team-details {
        width: 96%;
        margin: auto;
        margin-bottom: 20px;
    }

    .team-section .team-details .title {
        font-size: 32PX;
    }


    /* BLOG*/
    .lastest-blog .blog-content h1 {
        font-size: 32px;
    }

    .lastest-blog .blog-content p {
        margin-top: 20px;
        margin-bottom: 20px;
    }


    /*LISTING PAGE */
    .listing-categories li {
        text-align: right;
    }

    .listing-categories {
        margin-top: 50px;
    }


    .product-item:first-child {
        WIDTH: 80%;
        margin: auto;
        margin-top: 25px;
    }

    .product-item {
        padding: 10px 10px 0 10px;
        padding-bottom: 30px;
    }


}

@media (max-width: 360.98px) {
    .banner .banner-row {
        height: 140vh;
        padding-top: 200px;
        width: 100%;
    }

    .side-menu .inner-wrapper {
        padding: 0 5rem;
    }

    .side-menu .navbar-brand {
        margin-top: 50px;
        margin-bottom: 25px;
    }

    .side-nav .navbar-nav {
        margin-bottom: 45px;
    }
}

@media (max-width: 400px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    .sidemenu_btn {
        top: 105px !important;
    }
}

@media screen and (min-width: 1024px) {

    #sidemenu_toggle {
        display: none !important;
    }

}

@media (max-width: 320px) {

    .contact-social-icons .upper-social-icons li a {
        height: 15px;
        width: 15px;
    }

    .upper-nav .contact-info {
        font-size: 13px;
    }

    .sidemenu_btn {
        top: 87px;
    }

    .contentAboutUs {

        padding-left: 0px !important;
    }

    .footer .btn.btn-link {
        margin-right: 75px !important;
    }

    .socialmediaicons {
        padding-right: 30px !important;
    }

    .mediagallery {
        margin: 0px !important;
        padding: 0px !important;

    }

    .ui-block-12.team-sec .box-team {
        margin-bottom: 10px !important;
        padding: 0px !important;
    }

    .gallerysection {
        padding-left: 0px !important;
        margin-right: -25px !important;
    }

}


@media (min-width: 1200px) and (max-width: 1599px) {

    /*custom classes*/
    .btn.btn-large {
        font-size: 14px;
        padding: 7px 25px;
        line-height: 1.8em;
    }

    /*Banner SECTION*/
    #banner_svg {
        height: 100px;
    }

    .banner-text-right {
        padding: 30px 20px;
    }

    .banner-text-left h1 {
        font-size: 50px;
    }

    .banner-right-area-content h2 {
        font-size: 50px;
        margin-bottom: 10px;
    }

    .banner-text-left p {
        font-size: 15px;
        margin-bottom: 15px;
    }


    /* Skill*/
    .skill-sec .skill-details .title {
        font-size: 50px;
    }

    /* Team */
    .team-section .team-details .title {
        font-size: 50px;
    }

    #team-header-svg {
        height: 100px;
    }

    #team-foot-svg {
        height: 100px;
    }

    #team-circle-left {
        right: -3%;
    }

    #team-circle-right {
        left: -3%;
    }

    /*portfolio-sec*/
    .portfolio-sec .heading {
        color: #202020;
        margin-bottom: 0;
        font-size: 50px;
    }

    /*testimional*/
    #testimonial-header-svg {
        height: 100px;
    }

    #testimonial-foot-svg {
        height: 100px;
    }

    /*Blog */
    .lastest-blog .blog-content h1 {
        font-size: 50px;
    }

    .lastest-blog .blog-content h1 span {
        font-size: 50px;
    }


}

@media (min-width: 1600px) {
    .sidemenu_btn {
        margin-left: 5rem;
    }

    .banner-text-right {
        margin-left: 80px;
    }

    .banner-row {
        padding-top: 0;
    }

    /* About Section */
    .services-area-width-manage {
        width: 100%;
    }


}

@media screen and (min-width: 1900px) {

    .lastest-blog .pot-2 {
        right: 500px;
    }
}

/* about us section */
.about-section {
    position: relative;
    padding: 120px 0px;
    direction: rtl !important;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-top: 50px;
    padding-left: 100px;
}

.about-section .content-column .text {
    position: relative;
    color: #777777;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 40px;
}

.about-section .content-column .email {
    position: relative;
    color: #252525;
    font-weight: 700;
    margin-bottom: 50px;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .image-column .inner-column {
    position: relative;
    padding: 40px 0px 80px 40px;
    margin-right: 50px;
}

.about-section .image-column .inner-column:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 40px;
    bottom: 100px;
    z-index: -1;
    border: 2px solid #207e83;
}

.about-section .image-column .inner-column .image {
    position: relative;
}

.about-section .image-column .inner-column .image:before {
    position: absolute;
    content: "";
    right: -50px;
    bottom: -50px;
    width: 299px;
    height: 299px;
    background: url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.about-section .image-column .inner-column .image .overlay-box {
    position: absolute;
    right: 40px;
    bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
    position: relative;
    color: #207e83;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    padding-right: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 110px;
    height: 110px;
    color: #207e83;
    font-size: 68px;
    font-weight: 700;
    line-height: 105px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.about-section .btn-style-three:before {
    position: absolute;
    content: "";
    right: 10px;
    top: 10px;
    z-index: -1;
    left: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #207e83;
}

.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #207e83;
    font-family: "Arimo", sans-serif;
}

.sec-title2 {
    color: #fff;
}

.sec-title {
    position: relative;
    padding-bottom: 20px;
}

.sec-title .title {
    position: relative;
    color: #207e83;
    font-size: 18px;
    font-weight: 700;
    padding-left: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}

.text-about-title {
    text-align: start !important;
    font-size: 52px !important;
    font-weight: bold !important;
}

.sec-title .title:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    /* background-color: #bbbbbb; */
}

/* read more button */
.read-more {
    background-color: #207e83;
    color: white;
    width: 150px;
    text-align: center;
    padding: 15px 35px 15px 20px;
    font-size: 14pt;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
}

.read-more:hover {
    background: #ffffff;
    color: #207e83;
    /* box-shadow: #4b4d4d 0px 22px 70px 4px; */
    transform: translateY(10px);
    /* --hover-bg-color: #383633; */
    border: #207e83 solid 2px;
}


/* about us section */

/***********************************/
/*********** Quote section***********/
/***********************************/
.quote-sec {
    background-image: url("../../slider-1.jpg");
    background-repeat: no-repeat;
    min-height: 100px;
    padding-top: 200px;
    padding-bottom: 200px;
}

.quote-sec .q-detail {
    width: 80%;
}

.quote-sec .quote-text {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 50px;
    line-height: 1.5;
    direction: rtl !important;

}

.content-description {
    text-shadow: 0 0 5px #000000, 0 0 5px #000000;
}

.quote-text i {
    color: #a9aca9;
}

.q-detail p {
    color: #ffffff;
}

.quote-text i.fa-quote-left {
    margin-right: 15px;
}

.quote-text i.fa-quote-right {
    margin-left: 15px;
    font-size: 50px !important;
    color: #207e82 !important;
}

.quote-sec .quote-writer {
    color: #207e82;
    font-weight: 500;
    font-size: 16px;
}

/***********************************/
/*********** Quote section***********/
/***********************************/


/* services */

/* (PART A) GALLERY CONTAINER */
.gallery {
    /* (A1) GRID LAYOUT - 3 PER ROW */
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    /* (A2) OPTIONAL */
    grid-gap: 10px;
    max-width: 800px;
    padding: 10px;
    margin: 0 auto;
    overflow: hidden;
}

.gallerysecrow {
    padding-top: 10px !important;
    display: flex !important;
    align-items: center !important;
}

/* (PART B) IMAGES */
.gallery > img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    transition: all 0.3s;
}

/* (PART C) SMALL SCREENS - 2 PER ROW */
@media screen and (max-width: 640px) {
    .gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* (PART D) ENLARGE ON MOUSE HOVER */
.gallery > img:hover:not(.full) {
    transform: scale(1.1);
}

.gallery-read-more {
    /* padding-left: 72px !important; */
    padding-top: 20px !important;

}

/* .view-button{
    display: flex;
} */
.view-more {
    background-color: #207e83;
    color: white;
    width: 180px;
    text-align: center;
    padding: 15px 20px 15px 20px;
    font-size: 14pt;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    cursor: pointer;
    text-decoration: none;
    --hover-bg-color: #383633;
    --hover-title-color: #eae9e5;
}

.view-more:hover {
    background: #ffffff;
    color: #207e83;
    transform: translateY(10px);
    text-decoration: none;
    border: #207e83 solid 2px;
}

.ui-block-12.team-sec .box-team {
    position: relative;
    padding: 5px !important;
}

/** end of gallery **/

/* brands area our clients*/
.brands-area {
    background-color: #f1f1fb
}

.brands-area .brand-wrap {
    padding: 40px 0
}

.brands-area .brand-wrap .owl-carousel .owl-item img {
    width: auto !important
}

.brands-area .brand-wrap .single-brand {
    text-align: center;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.brands-area .brand-wrap .single-brand:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
}

.disabled {
    display: none !important;
}


.clientstitle {
    color: #207e83 !important;
    font-size: 52px !important;
    font-weight: bold !important;
    /* padding-left: 37rem !important; */
    text-align: center !important;
}

/* testimonials section*/
.testimonial-area .owl-dots {
    text-align: center;
    bottom: 5px;
    margin-top: 70px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.testimonial-area .owl-dot {
    height: 15px;
    width: 14px;
    display: inline-block;
    background: rgba(198, 176, 105, 0.2);
    margin-right: 5px;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.testimonial-area .owl-dot.active {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #c6b069
}

.single-testimonial {
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 25px 30px 25px 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    direction: rtl !important;
}

.single-testimonial:hover {
    cursor: pointer
}

.single-testimonial .thumb {
    margin-left: 30px
}

.single-testimonial h4 {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 5px
}

.single-testimonial:hover h4 {
    color: #c6b069;
    cursor: pointer
}

.single-testimonial .star .checked {
    color: #c6b069
}

@media (max-width: 575px) {
    .single-testimonial {
        margin: 15px
    }
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.owl-stage {
    display: flex;
}

.d-flex {
    display: flex !important
}

.d-md-flex {
    display: flex !important
}


.testimonial-area .owl-dot {
    border-radius: 100% !important;
    background-color: #83b6bb;
}

.testimonial-area .owl-dot.active {
    background-color: #236e76;
}

.justify-content-center {
    padding-bottom: 40px !important;
}


.ui-block-12.team-sec .main-title h2 {
    background-color: #236e76 !important;
    padding-top: 25px !important;
}

/* Counters */

.bg-counters {
    background: url(../../img9.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-shop-quote {
    background: url(../../header.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.counters .count_nums {
    font-size: 6.25rem;
    line-height: 5rem;
}

.counters .count_nums,
.counters i {
    vertical-align: middle;
}

.happy-clients {
    color: #236e76 !important;
}

.counters-started {
    color: #236e76 !important;
    text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff;
}

.titlecounter {
    color: #ffffff !important;
    margin: auto !important;
    font-weight: bold !important;
    text-shadow: 0 0 5px #000000, 0 0 5px #000000
}

/*Counters ends */


/*** Footer ***/
.footer {
    color: #7F8499;
    direction: rtl !important;
    text-align: justify;


}

.footer .btn.btn-link {
    display: flex !important;

}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: right;
    color: #7F8499;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #7F8499;
    margin-left: 10px;
}

.footer .btn.btn-link:hover {
    color: #207e83;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #7F8499;
    border: 1px solid #7F8499;
    /* border-radius: 50% !important; */
}

.footer .btn.btn-square:hover {
    color: var(--light);
    border-color: var(--primary);
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(35, 110, 118, 1.000);
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}

/* .footer .btn.btn-link{
    padding-left: 3px !important;
} */

/*back to top button*/
.back-to-top {
    background-color: #236e76;
    text-decoration: none;
    cursor: pointer;
    width: 56px;
    height: 56px;
    z-index: 999;
    position: fixed;
    left: 32px;
    bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}

.back-to-top:hover {
    background-color: #236e76;
}

.back-to-top:active {
    box-shadow: none;
    background-color: #236e76;
}

.back-to-top svg.icon__arrow-up {
    fill: white;
    width: 32px;
    height: 32px;
}

body {
    background-color: #F6F6F6;
    min-height: 100vh;
}

body .box {
    padding: 40px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body .box-2 {
    background-color: #ddd;
}

body .box-3 {
    background-color: #ccc;
}

body .box-4 {
    background-color: #bbb;
}

body .box .title {
    margin: 0;
    text-align: center;
}


/*******************whatsapp floating icon***************************/
.fa-whatsapp {
    margin-top: 35px !important;
    display: flex !important;
}

.cbh-phone {
    display: block;
    position: fixed;
    right: -50px;
    bottom: -55px;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility 0.5s;
    -moz-transition: visibility 0.5s;
    -o-transition: visibility 0.5s;
    transition: visibility 0.5s;
}

.cbh-phone.cbh-show {
    visibility: visible;
    margin-right: 1rem;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

.cbh-phone.cbh-static1 {
    opacity: 0.6;
}

.cbh-phone.cbh-hover1 {
    opacity: 1;
}

.cbh-ph-circle {
    width: 110px;
    height: 110px;
    top: 40px;
    right: 40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
    -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle {
    -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: 0.5;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: 0.5;
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: 0.5;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
    border-color: rgba(204, 204, 204, 1);
    opacity: 0.5;
}

.cbh-phone.cbh-gray .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: 0.5;
}

.cbh-ph-circle-fill {
    width: 74px;
    height: 74px;
    top: 58px;
    right: 58px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.1;
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    opacity: 0.75 !important;
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 1 !important;
}

.cbh-ph-img-circle1 {
    width: 50px;
    height: 50px;
    top: 70px;
    right: 70px;
    position: absolute;
    /* background-image: url(https://360imagem.com/google/images/wpp-icon.png); */
    background-size: 40px 40px;
    background-color: rgba(30, 30, 30, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    animation: cbh-circle-img-anim 1s infinite ease-in-out;
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
    background-color: rgba(117, 235, 80, 1);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(204, 204, 204, 1);
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
    background-color: rgba(117, 235, 80, 1);
}

@-moz-keyframes cbh-circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(-1deg);
        opacity: 0.1;
        -moz-opacity: 0.1;
        -webkit-opacity: 0.1;
        -o-opacity: 0.1;
    }

    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(-1deg);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        -o-opacity: 0.5;
    }

    100% {
        -moz-transform: rotate(0deg) scale(1) skew(-1deg);
        opacity: 0.6;
        -moz-opacity: 0.6;
        -webkit-opacity: 0.6;
        -o-opacity: 0.1;
    }
}

@-webkit-keyframes cbh-circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(-1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(-1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(-1deg);
        -webkit-opacity: 0.1;
    }
}

@-o-keyframes cbh-circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(-1deg);
        -o-opacity: 0.1;
    }

    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(-1deg);
        -o-opacity: 0.5;
    }

    100% {
        -o-transform: rotate(0deg) scale(1) skew(-1deg);
        -o-opacity: 0.1;
    }
}

@keyframes cbh-circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(-1deg);
        opacity: 0.1;
    }

    30% {
        transform: rotate(0deg) scale(0.7) skew(-1deg);
        opacity: 0.5;
    }

    100% {
        transform: rotate(0deg) scale(1) skew(-1deg);
        opacity: 0.1;
    }
}

@-moz-keyframes cbh-circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(-1deg);
        opacity: 0.2;
    }

    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(-1deg);
        opacity: 0.2;
    }

    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(-1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes cbh-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(-1deg);
        opacity: 0.2;
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(-1deg);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(-1deg);
        opacity: 0.2;
    }
}

@-o-keyframes cbh-circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(-1deg);
        opacity: 0.2;
    }

    50% {
        -o-transform: rotate(0deg) scale(1) skew(-1deg);
        opacity: 0.2;
    }

    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(-1deg);
        opacity: 0.2;
    }
}

@keyframes cbh-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(-1deg);
        opacity: 0.2;
    }

    50% {
        transform: rotate(0deg) scale(1) skew(-1deg);
        opacity: 0.2;
    }

    100% {
        transform: rotate(0deg) scale(0.7) skew(-1deg);
        opacity: 0.2;
    }
}

@keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(-1deg);
    }

    10% {
        transform: rotate(25deg) scale(1) skew(-1deg);
    }

    20% {
        transform: rotate(-25deg) scale(1) skew(-1deg);
    }

    30% {
        transform: rotate(25deg) scale(1) skew(-1deg);
    }

    40% {
        transform: rotate(-25deg) scale(1) skew(-1deg);
    }

    100%,
    50% {
        transform: rotate(0deg) scale(1) skew(-1deg);
    }
}

@-moz-keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(-1deg);
    }

    10% {
        -moz-transform: rotate(25deg) scale(1) skew(-1deg);
    }

    20% {
        -moz-transform: rotate(-25deg) scale(1) skew(-1deg);
    }

    30% {
        -moz-transform: rotate(25deg) scale(1) skew(-1deg);
    }

    40% {
        -moz-transform: rotate(-25deg) scale(1) skew(-1deg);
    }

    100%,
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(-1deg);
    }
}

@-webkit-keyframes cbh-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(-1deg);
    }

    10% {
        -webkit-transform: rotate(25deg) scale(1) skew(-1deg);
    }

    20% {
        -webkit-transform: rotate(-25deg) scale(1) skew(-1deg);
    }

    30% {
        -webkit-transform: rotate(25deg) scale(1) skew(-1deg);
    }

    40% {
        -webkit-transform: rotate(-25deg) scale(1) skew(-1deg);
    }

    100%,
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(-1deg);
    }
}

@-o-keyframes cbh-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(-1deg);
    }

    10% {
        -o-transform: rotate(25deg) scale(1) skew(-1deg);
    }

    20% {
        -o-transform: rotate(-25deg) scale(1) skew(-1deg);
    }

    30% {
        -o-transform: rotate(25deg) scale(1) skew(-1deg);
    }

    40% {
        -o-transform: rotate(-25deg) scale(1) skew(-1deg);
    }

    100%,
    50% {
        -o-transform: rotate(0deg) scale(1) skew(-1deg);
    }
}

.cbh-ph-img-circle1 {
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgb(46, 203, 113);
}

.kmacb__manager-border {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    right: 50%;
    margin-top: -39.5px;
    margin-right: -39.5px;
    border-radius: 100%;
    border: 2px solid #ffe787;
    -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    -o-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    opacity: 0.8;
    transform-origin: center;
}

.kmacb__manager-fill {
    background: #52aff7 center bottom no-repeat;
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    right: 50%;
    margin-top: -37.5px;
    margin-right: -37.5px;
    border-radius: 100%;
    opacity: 0.5;
    -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    transform-origin: center;
}

.kmacb__manager-circle {
    background: #52aff7;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    right: 50%;
    margin-top: -60px;
    margin-right: -60px;
    border-radius: 100%;
}

/*******************whatsapp floating icon***************************/


.collapse {
    padding-left: 20px !important;
}


/*  special edit in css about us section*/

/* About Us Page*/
.About-Us-Banner {
    background-image: url(../../our-mission.jpg);
    width: auto;
    height: 500px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.About-us-img {
    /*width: 500px;*/
    height: 350px;
    /*border-radius: 10px;*/
}

.about-us-h2 {
    font-weight: 700;
    position: relative;
}

.about-us-h2:after {

    content: '';
    margin-top: 20px;
    display: block;
    position: absolute;
    width: 70px;
    height: 5px;
    border-bottom: 3px solid #207e8394;
}

.about-us-p {
    margin-top: 50px;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
        right: 0px;
        top: 200px;
    }

    100% {
        opacity: 1;
        right: 0px;
        top: 0px;
    }
}

.animate {
    position: relative;
    animation-name: fadeInAnimation;
    animation-duration: 3s;
}

#mymenu1 a.nav-link {
    font-size: 16px;
    padding-left: 9.5px;
}


/* .about-section .content-column .inner-column{
    padding-right: 0px !important;
} */
.owl-dots {
    display: none;
}

.contentAboutUs {
    padding-right: 0px !important;
}

/* special edit in css  about us section*/


/* media query for gallaery*/

/* media query Size 425 X1440 px*/

@media screen and (min-width: 425px) and (max-width: 767px) {
    .about-section .content-column .inner-column {
        padding-left: 0 !important;
        margin-right: 12px;
    }

    .mediagallery {
        margin: 0px !important;
        padding: 0px !important;

    }

    .ui-block-12.team-sec .box-team {
        margin-bottom: 10px !important;
        padding: 0px !important;
    }

    .gallerysection {
        padding-left: 0px !important;
        margin-right: -25px !important;
        padding-top: 10px !important;

    }

    .contentAboutUs {

        padding-left: 0px !important;
    }

    .footer .btn.btn-link {
        margin-right: 125px !important;
    }


    .btnicon {
        position: absolute;
        top: 25% !important;
    }


    .Gallery {
        padding: 0px !important;
        margin: 0px !important;
    }

    .gallery-read-more {
        padding-left: 0px !important;
    }

    .footer .btn.btn-link {
        padding-left: 120px !important;
        margin-right: 0px !important;
        align-items: center !important;
        position: relative !important;
    }

    .socialmediaicons {
        padding-left: 110px !important;
        margin: 0px;
    }

    .read-more {
        display: flex !important;
    }

    .clientstitle {
        color: #207e83 !important;
        font-size: 52px !important;
        font-weight: bold !important;
        /* padding-left: 2rem !important; */
        text-align: center !important;
    }

    .copyright-marawan {
        background-color: rgba(35, 110, 118, 1.000) !important;
        font-size: 0.8rem;
        color: #ffffff !important;
        width: 100% !important;
        margin: auto !important;
        padding: 0px !important;
        /* padding-left: 3rem !important; */
        /* padding-right: 2rem !important; */
        /* text-align: center !important; */
        padding-right: 1rem !important;
    }

    .copyright-sama-dim {
        height: 50px !important;
        font-size: 0.8rem !important;
        width: 100% !important;
        margin: auto !important;
        /* padding-right: 1rem !important; */
        text-align: center !important;
    }


    .title-text {
        text-align: center !important;
        font-size: 10px !important;
        padding-right: 270px !important;
    }

    .description-text {
        text-align: center !important;
        font-size: 10px !important;
        padding-right: 382px !important;
    }

    .lamb {
        width: 25% !important;
    }

    .btn.btn-rounded {
        padding: 1px 5px !important;
        font-size: 10px !important;
        margin-top: -6px !important;

    }

    .about-section {
        padding: 0px;
    }

    .footer {
        text-align: center !important;
    }

    .footer .btn.btn-link {
        margin: 0px !important;
        padding-right: 9rem !important;
    }

    .socialmediaicons {
        padding-right: 7rem !important;
    }

    .slider-image {
        min-height: 38vh;
    }



    /* .contact-add-item .text-p {

        text-align: center !important;
    } */

    .footer-title .imglogo {
    margin-top: 0 !important;
    padding-bottom: 1rem !important;
    max-width: 33%;
    }

    .quote-sec{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .social-icons-simple{
        margin-right: 0px !important;
        padding-left: 0px !important;
    }
}


/* media query Size 768 X 1440 px*/
@media (min-width: 768px) and (max-width: 1024px) {

    .footer .btn.btn-link {
        padding-left: 95px !important;
    }

    .socialmediaicons {
        padding-left: 85px !important;
    }

    .getintouch {
        margin-left: 84px !important;
    }

    /* .lni-menu{
            margin-left: 68px !important;
            display: flex !important;
                position: absolute !important;
                top: -85px !important;
        } */
    .gallerysection {
        padding-left: 0px !important;
        margin-right: -65px !important;
    }

    .clientstitle {
        color: #207e83 !important;
        font-size: 52px !important;
        font-weight: bold !important;
        /* padding-left: 2rem !important; */
        text-align: center !important;
    }

    .copyright-marawan {
        background-color: rgba(35, 110, 118, 1.000) !important;
        font-size: 0.8rem;
        color: #ffffff !important;
        width: 100% !important;
        margin: auto !important;
        padding: 0px !important;
        /* padding-left: 3rem !important; */
        /* padding-right: 2rem !important; */
        /* text-align: center !important; */
        /*padding-right: 5.5rem !important;*/
    }

    .copyright-sama-dim {
        height: 50px !important;
        font-size: 0.8rem !important;
        width: 100% !important;
        margin: auto !important;
        /* padding-right: 5.5rem !important; */
        text-align: center !important;

    }

    .about-section .content-column .inner-column {
        padding: 0px !important;
    }

    .about-section .image-column .inner-column {
        margin: 0px !important;
    }

    .btnicon {
        position: absolute;
        top: 32% !important;
    }

    .description-text {
        /* text-align: center !important;
        font-size: 20px !important;
        padding-right: 300px !important; */
        width: 600px !important;
    }

    .lamb {
        width: 15% !important;
    }

    .btn.btn-rounded {
        padding: 6px 10px !important;
        font-size: 10px !important;
        margin-top: 14px !important;

    }


    .about-section {
        padding-top: 50px;
    }

    .Gallery {
        padding-right: 50px;
    }

    /* .contact-add-item .text-p {

        text-align: center !important;
    } */

    .read-more {
    width: 150px;

}
}

/* media query Size 1024 X 1440 px*/

@media screen and (min-width: 1024px) and (max-width: 1439px) {

    .footer .btn.btn-link {
        margin-left: -98px !important;
    }

    .imglogo {
        padding-left: 4rem !important;
    }

    .socialmediaicons {
        /* margin-right: -30px !important; */

        padding-left: 0px !important;
    }

    .gallerysection {
        padding-left: 0px !important;
        margin-right: -65px !important;
    }

    .gallery-read-more {
        padding-left: 47px !important;
    }

    .clientstitle {
        color: #207e83 !important;
        font-size: 52px !important;
        font-weight: bold !important;
        /* padding-left: 24rem !important; */
        text-align: center !important;
    }

    .copyright-marawan {
        background-color: rgba(35, 110, 118, 1.000) !important;
        font-size: 0.8rem;
        color: #ffffff !important;
        width: 100% !important;
        margin: auto !important;
        padding: 0px !important;
        /* padding-left: 3rem !important; */
        /* padding-right: 2rem !important; */
        /* text-align: center !important; */
        /*padding-right: 15rem !important;*/
    }

    .copyright-sama-dim {
        height: 50px !important;
        font-size: 0.8rem !important;
        width: 100% !important;
        margin: auto !important;
        /* padding-right: 15rem !important; */
        text-align: center !important;
    }

    .btnicon {
        position: absolute;
        top: 32% !important;
    }

    .lamb {
        width: 20% !important;
    }


    .btn.btn-large {
        font-size: 14px;
        padding: 2px 13px;
        line-height: 1.8em;
    }

    .contact-add-item .text-p {
        text-align: start !important;
    }
}


@media (min-width: 1440px) {
    .gallerysection {
        padding-left: 0px !important;
        /*margin-right: -138px !important;*/
    }


    .copyright-marawan {
        background-color: rgba(35, 110, 118, 1.000) !important;
        font-size: 0.8rem;
        color: #ffffff !important;
        width: 100% !important;
        margin: auto !important;
        padding: 0px !important;
        /*padding-right: 10rem !important;*/
        /* padding-left: 3rem !important; */
        /* text-align: center !important; */
    }

    .copyright-sama-dim {
        height: 50px !important;
        font-size: 0.8rem !important;
        width: 100% !important;
        margin: auto !important;
        /* padding-right: 9.5rem !important; */
        text-align: center !important;
    }

    .btnicon {
        position: absolute;
        top: 32% !important;
    }


}

/* ===================================
    top bar breadcrumbs
====================================== */
/*.page-header {*/

/*    background: url(../../morrocan-interior-design.jpg) center center no-repeat;*/
/*    background-size: cover;*/
/*}*/

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: #207e83;
    text-shadow: 0 0 1px #ffffff, 0 0 1px #000000;
}

.breadcrumb {
    background: none !important;
}

/*services page*/
.ui-block-14.team-sec #ourteachers-slider .center .team-box .team-content {
    background: #66a8ab !important;
}

.ui-block-14.team-sec .team-box .team-content {
    background: #207e83 !important;
}

.ui-block-14.team-sec .green-color {
    color: #207e83 !important;
}

.ui-block-14.team-sec .progress-bars .progress {
    background-color: #e2f0f300 !important;


}

.ui-block-14.team-sec .progress-bars .progress p, .ui-block-14.team-sec .progress-bars .progress .progress-bar span {
    font-size: 13px !important;
    text-align: start !important;
    font-weight: 100 !important;
}

.ui-block-14.team-sec .team-box .team-content h3 {
    text-align: start !important;
}

.ui-block-14.team-sec #ourteachers-slider .owl-dots .owl-dot.active span, .ui-block-14.team-sec .owl-testimonial .owl-dots .owl-dot:hover span {
    background: #207e83 !important;
}

.ui-block-14.team-sec #ourteachers-slider .owl-dots .owl-dot span {
    border: 2px solid #207e83;
}

.ui-block-14.team-sec #ourteachers-slider .center .team-box .team-content {
    height: 14rem !important;
}

.ui-block-14.team-sec .team-box .team-content {
    height: 15rem !important;
}

.ui-block-14.team-sec .team-box .team-content h3 {
    font-size: 24px !important;
}

.text-services{
    font-family: "Noto+Kufi+Arabic", "VERDANAI.TFF", "VERDANAI.woff" !important;
    font-weight: 200 !important;
    font-size: 17.5px !important;
    color: #777777 !important;
}

.sidemenu_btn {
    /*position: fixed !important;  !* Change from absolute to fixed *!*/
    right: 15px;
    top: 20px; /* Adjust this value as needed */
    z-index: 1050; /* Ensure it's above other elements */
}

.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh; /* Use viewport height */
    overflow-y: auto; /* Allow scrolling within the menu if needed */
    z-index: 1100; /* Ensure it's above other elements */
}


/* News Page */

.standalone-row:not(:last-child) {
    margin-bottom: 8rem;
    direction: rtl !important;
}

.standalone-row .stand-img-des {
    padding-left: 30px !important;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des {
    padding-right: 0;
    padding-left: 30px;
}

.standalone-detail .sub-heading {
    color: #236e76;
    margin-bottom: 10px;
}

.standalone-area .sub-heading {
    color: #236e76;
    margin-bottom: 8px;
}

.standalone-detail .heading {
    margin-bottom: 20px;
    font-size: 50px;
    color: #202020;
    font-weight: 300;
    font-family: 'Noto+Kufi+Arabic', sans-serif;

}

.standalone-detail .para_text {
    color: #202020;
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    line-height: 2.1;
    text-align: start !important;
}


.standalone-detail {
    padding-bottom: 100px;
}

.standalone-area .gradient-text1 {
    font-weight: 300;
    margin-bottom: 12px;
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    font-size: 39px;
    text-align: start !important;
}

.standalone-area .stand-img-des .para_text {
    font-family: 'Noto+Kufi+Arabic', sans-serif;
    color: #202020;
    text-align: justify !important;
}

.d-inline-block {
    padding-right: 70px !important;
}

.project-management-s {
    direction: rtl !important;
}


/* Contact us */
.text-primary {
    color: #218085 !important;
}

.btn-primary {
    background-color: #218085 !important;
}

.btn-primary:hover {
    border-color: #59a0a4;
}

/*.contact-add-item .text-p {*/

/*    text-align: end !important;*/
/*}*/

.contact {
    direction: rtl;
}

/*Clickable Projects*/
.team-img {
    position: relative;
    z-index: 1;
}

.first-color.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* Ensure it's not covering the image's clickable area */
    pointer-events: none; /* This will make the overlay not block the click */
}
/*Test*/
.contact{
    text-align: start !important;
}
.form-floating>label {
    left: unset !important;
}


.lang-text{
    color: #218085 !important;
}

.lang-text:hover{
    color: #218085 !important;
}


.side-menu .navbar-nav .lang-text{
    color: #218085 !important;
}

.side-menu .navbar-nav .lang-text:hover{
    color: #218085 !important;
}


.toast-success {
    background-color: #51a351 !important;
}

.toast-error {
    background-color: #bd362f !important;
}

/*--########### $$$$$$$$$$ #############--*/
/*ALAA EDIT*/
/*--########### $$$$$$$$$$ #############--*/
.services-section {
    margin-top: 2rem;
    padding-top: 4rem;
    padding-bottom: 10rem;
    position: relative;
    background-color: #F6F6F6;
}

.service-title-section {
    background-color: #207F84;
    /*padding: 2rem;*/
    border-radius: 1rem;
    z-index: 1;
    padding-left: 3rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #207F84;
    /*margin-bottom: 0.5rem;*/
}

/* Swiper Wrapper Gradients */
.swiper-container-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.swiper-container-wrapper::before,
.swiper-container-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 10;
    pointer-events: none;
}

.swiper-container-wrapper::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(32, 127, 132, 1), rgba(32, 127, 132, 0));
}

.swiper-container-wrapper::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(32, 127, 132, 1), rgba(32, 127, 132, 0));
}

/* Service Titles */
.servicesSwiper {
    height: 50vh;
    width: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    /*padding: 1.2rem 1rem;*/
    opacity: 0.6;
    transition: opacity 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    /*background: #207F84;*/
    border-radius: 1rem;
    height: auto;

}

.swiper-slide-active {
    opacity: 1;
    transform: scale(1.05);
}

.new-service-title {
    color: rgba(213, 213, 213, 0.8) !important;
    transition: color 0.5s ease-in-out;
}

.new-service-title.active {
    color: #ffffff !important;
}

.services-section .indicator {
    display: none;
}

.services-section .swiper-slide-active .indicator {
    display: inline-block;
    margin-right: 0.5rem;
    color: #6aea70;
    font-size: 5rem;
    font-weight: bold;
    transition: color 0.3s ease;
}

/* Image Column */
.image-container {
    position: absolute;
    top: 250px;
    right: 80px;
    height: 550px;
    border-radius: 20px;
    /*overflow: hidden;*/
    z-index: 15;
}

.service-image {
    position: absolute;
    top: 0;
    right: 80px;
    width: 90%;
    height: 500px;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    filter: brightness(0.9) contrast(1.1);
}

.service-image.active {
    opacity: 1;
    pointer-events: all;
}


/* Responsive */
@media (max-width: 992px) {
    .service-title-section {
        padding: 1rem;
    }

    .servicesSwiper {
        height: 40vh;
    }
}

@media (max-width: 768px) {
    .main-heading {
        font-size: 2rem;
    }

    .servicesSwiper {
        height: 35vh;
    }
}

@media (max-width: 576px) {
    .services-section {
        padding: 3rem 0;
    }

    .main-heading {
        font-size: 1.75rem;
    }

    .servicesSwiper {
        height: 30vh;
    }

    .services-section .swiper-slide-active .indicator {
        font-size: 3rem !important;
    }
}

@media (max-width: 480px) {
    .servicesSwiper {
        height: 25vh;
    }

    .new-service-title {
        font-size: 0.9rem !important;
    }
}

@media (max-width: 360px) {
    .main-heading {
        font-size: 1.5rem;
    }

    .servicesSwiper {
        height: 22vh;
    }

    .services-section .swiper-slide-active .indicator {
        font-size: 2rem !important;
    }
}

@media (max-width: 992px) {
    .servicesSwiper {
        height: 50vh;
    }

    .swiper-slide {
        padding: 1rem;
    }
}

@media (min-width: 320px) and (max-width: 1024px) {
    .service-image.active,
    .service-image img,
    .image-container
    {
        position: relative !important;
        top: 0;
        right: 0;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .services-section {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

}


/*GALLERY*/
.projects-section {
    position: relative;
    background-color: #F6F6F6;
}

.project-title-section {
    background-color: #207F84;
    /*padding: 2rem;*/
    border-radius: 1rem;
    z-index: 1;
    padding-left: 3rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #207F84;
    /*margin-bottom: 0.5rem;*/
}


@media screen and (min-width: 320px) and (max-width: 1024px) {
    .gallery-image-media {
        margin-top: 0 !important;
    }
}

.gallery-rtl {
    margin-right: 5rem !important;
}

/* Swiper Wrapper Gradients */
.swiper-container-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.swiper-container-wrapper::before,
.swiper-container-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 10;
    pointer-events: none;
}

.swiper-container-wrapper::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(32, 127, 132, 1), rgba(32, 127, 132, 0));
}

.swiper-container-wrapper::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(32, 127, 132, 1), rgba(32, 127, 132, 0));
}

/* Service Titles */
.projectsSwiper {
    height: 50vh;
    width: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    /*padding: 1.2rem 1rem;*/
    opacity: 0.6;
    transition: opacity 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    /*background: #207F84;*/
    border-radius: 1rem;
    height: auto;

}

.swiper-slide-active {
    opacity: 1;
    transform: scale(1.05);
}

.new-project-title {
    color: rgba(213, 213, 213, 0.8) !important;
    transition: color 0.5s ease-in-out;
}

.new-project-title.active {
    color: #ffffff !important;
}

.projects-section .indicator {
    display: none;
}

.projects-section .swiper-slide-active .indicator {
    display: inline-block;
    margin-right: 0.5rem;
    color: #6aea70;
    font-size: 5rem;
    font-weight: bold;
    transition: color 0.3s ease;
}

.project-image {
    position: absolute;
    top: 0;
    right: 80px;
    width: 90%;
    height: 500px;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    filter: brightness(0.9) contrast(1.1);
}

.project-image.active {
    opacity: 1;
    pointer-events: all;
}


/* Responsive */
@media (max-width: 992px) {
    .project-title-section {
        padding: 1rem;
    }

    .projectsSwiper {
        height: 40vh;
    }
}

@media (max-width: 768px) {
    .main-heading {
        font-size: 2rem;
    }

    .projectsSwiper {
        height: 35vh;
    }
}

@media (max-width: 576px) {
    .projects-section {
        padding: 3rem 0;
    }

    .main-heading {
        font-size: 1.75rem;
    }

    .projectsSwiper {
        height: 30vh;
    }

    .projects-section .swiper-slide-active .indicator {
        font-size: 3rem !important;
    }
}

@media (max-width: 480px) {
    .projectsSwiper {
        height: 25vh;
    }

    .new-project-title {
        font-size: 0.9rem !important;
    }
}

@media (max-width: 360px) {
    .main-heading {
        font-size: 1.5rem;
    }

    .projectsSwiper {
        height: 22vh;
    }

    .projects-section .swiper-slide-active .indicator {
        font-size: 2rem !important;
    }
}

@media (max-width: 992px) {
    .projectsSwiper {
        height: 50vh;
    }

    .swiper-slide {
        padding: 1rem;
    }
}

@media (min-width: 320px) and (max-width: 1024px) {
    .project-image.active,
    .project-image img
    {
        position: relative !important;
        top: 0;
        right: 0;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .projects-section {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

/*// PROJECTS FILTERING*/
.nav-tabs .nav-link {
    color: #2aafb6;
    font-size: 22px;
}
.nav-tabs .nav-link:hover {
    color: #24969b;
    background-color: #d5d5d5;
}

.nav-tabs .nav-link.active {
    border-bottom: 3px solid #2cbbc2;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    border-radius: 10px;
}

.all-projects {
    color: #ffffff !important;
    background-color: #207F84 !important;
}

/*// NEWS PAGE*/
/*// NEWS PAGE*/
.news-heading {
    font-size: 35px;
    text-align: right;
}

.news-read-more {
    color: #ffffff !important;
    background-color: #207F84 !important;
}

.news-read-more-span {
    font-size: 16px;
    color: #fce176;
}

.news-show-back-btn {
    color: #ffffff !important;
    background-color: #207F84 !important;
    transition: 0.9ms all ease-in-out;
    border-radius: 10px;
}

.news-show-back-btn:hover {
    color: #207F84 !important;
    background-color: #e1dddd !important;
    transition: 0.9ms all ease-in-out;
}

.news-images {
    width: 100%;
    height: 80dvh;
    border-radius: 20px;
}

/*// CAREERS*/
.careers-desc {
    text-align: center !important;
}

.career-require-holder {
    border: 1px solid #207F84 !important;
    border-radius: 7px;
    padding: 5px;
}

.career-require-holder h3 {
    color: #207F84 !important;
    margin: 0 !important;
}

.career-image-separator {
    width: 100%;
    height: 250px;
    border-radius: 20px;
}

.career-req {
    font-size: 25px !important;
    color: #515154;
    text-wrap: nowrap;
}

.are-you {
    font-size: 45px !important;
    text-align: right !important;
}

.rtl-icon {
    margin-left: 15px;
}

/*// CONTACT FORM*/
.contact-form {
    background-color: #eeeeee !important;
    color: #222222 !important;
    padding: 60px;
    width: 900px;
    border-radius: 20px;
    box-shadow: 4px 4px 4px 4px rgba(33, 33, 33, 0.27);
}

#success-message {
    background-color: #1ace3f; /* light green background */
    color: #050505; /* dark green text */
    border-radius: 8px; /* rounded corners */
    padding: 15px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#success-message .icon-check-circle {
    font-size: 24px;
    color: #28a745; /* green icon */
    padding-right: 10px;
}

.custom-alert {
    animation: fadeIn 0.5s ease-in-out;
}

.form-control {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px;
    color: black !important;
}

.form-control:focus {
    border-color: #ffc107;
    box-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
}

.uniform-field {
    height: 45px;
    width: 100%;
    margin-bottom: 20px !important;
}

.file-upload {
    padding-top: 20px !important;
    padding-bottom: 44px !important;
    padding-right: 20px !important;
}

@media screen and (width: 768px) {
    .career-image-separator {
        width: 400px !important;
        margin: 0 !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .career-req-section p {
        font-size: 18px !important;
        text-wrap: wrap !important;
    }
}

@media screen and (width: 1024px) {
    .career-req-section p {
        font-size: 20px !important;
    }
}

.rtl-customize {
    text-align: right !important;
}

