@font-face {
    font-family: 'Almarai-Regular';
    src: url(../fonts/Almarai-Regular.ttf)
}

@font-face {
    font-family: 'Almarai-ExtraBold';
    src: url(../fonts/Almarai-ExtraBold.ttf)
}

@font-face {
    font-family: 'Almarai-Bold';
    src: url(../fonts/Almarai-Bold.ttf)
}

/**********/

b {
    font-family: 'Almarai-ExtraBold';
}

.body-over {
    overflow-y: hidden !important;
}

/* ::-webkit-scrollbar {
    width: 13px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    background-color: #037AFF;
    outline: 1px solid #fff;
    border-radius: 0;
} */

::-moz-selection {
    background: #037AFF;
    color: #fff;
}

::selection {
    background: #FBD74D;
    color: #fff;
}

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
}

body {
    font-family: 'Almarai-Regular' !important;
    padding: 0 !important;
    margin: 0 !important;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    /*    letter-spacing: 0.2px;*/
    line-height: 1.6;
    color: #101928;
    overflow-x: hidden !important;
    overflow-y: hidden;
    direction: rtl !important;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bg-white {
    background-color: #fff;
}

button {
    font-family: 'Almarai-ExtraBold' !important;
}

a {
    color: #232323;
}

.pulse {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

/***********************/

.body-overlay {
    background-color: rgba(12, 12, 12, 0.75);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
    opacity: 0;
    display: none;
}

.back {
    /*
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
*/
    opacity: 1;
    display: block;
}

.body-over {
    overflow-y: hidden !important;
}

.display-sm, .display-xs {
    display: none !important;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
}

.flex-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fifty-r {
    float: right;
    max-width: 50%;
    overflow: hidden;
}

.fifty-l {
    float: left;
    max-width: 50%;
    overflow: hidden;
}

.m-b-10 {
    margin-bottom: 10px;
}

.display-inline {
    display: inline-block;
}

/*************/

a, button, #scroll-top, .form-control, .owl-carousel .owl-prev i, .owl-carousel .owl-next i, .owl-carousel .owl-prev, .owl-carousel .owl-next, ul.nav>li:after {
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

a, a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
}

button {
    border: 0;
    color: #fff;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    display: inline-block;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.body-overlay.back {
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
}

.cloud {
    display: none;
}

.white {
    color: #fff
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11 {
    float: right !important;
}

/********************************** Start LOADER *****************************/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    z-index: 999999999999;
    direction: ltr;
}

.loader svg {
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-animation: spin 3s ease infinite alternate;
    animation: spin 3s ease infinite alternate;
}

/*Give each dot a radius of 20*/

.shape {
    r: 20;
}

/*Give each dot its positioning and set the default animation and color for each */

.shape:nth-child(1) {
    cy: 50;
    cx: 50;
    fill: #fbd74d;
    -webkit-animation: movein 3s ease infinite alternate;
    animation: movein 3s ease infinite alternate;
}

.shape:nth-child(2) {
    cy: 50;
    cx: 150;
    fill: #7c7e7c;
    -webkit-animation: movein 3s ease infinite alternate;
    animation: movein 3s ease infinite alternate;
}

.shape:nth-child(3) {
    cy: 150;
    cx: 50;
    fill: #000000;
    -webkit-animation: movein 3s ease infinite alternate;
    animation: movein 3s ease infinite alternate;
}

.shape:nth-child(4) {
    cy: 150;
    cx: 150;
    fill: #037AFF;
    -webkit-animation: movein 3s ease infinite alternate;
    animation: movein 3s ease infinite alternate;
}

/*Spin the svg so all the dots spin*/

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

/* Move all the dots toward the center */

@-webkit-keyframes movein {
    to {
        cy: 100;
        cx: 100;
    }
}

@keyframes movein {
    to {
        cy: 100;
        cx: 100;
    }
}

/* Set a bouncy ball type movement for the dots */

@-webkit-keyframes moveup {
    to {
        cy: 20;
    }
}

@keyframes moveup {
    to {
        cy: 20;
    }
}

/************************************************* END LOADER *****************************************/

.back {
    opacity: 1;
    display: block;
}

.body-over {
    overflow-y: hidden !important;
}

.all-sections {
    padding: 50px 0;
}

.h2-after {
    font-size: 26px;
    text-align: center;
    margin: 0 auto 25px auto;
    text-transform: capitalize;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-border {
    border: 0 !important;
}

/*|||||||||||||||||||||| ++++++++++++++++ |||||||||||||||||||||||*/

.aligne-center {
    text-align: center
}

.title-marg {
    margin-bottom: 30px
}

/*|||||||||||||||||||||| ++++++++++++++++ |||||||||||||||||||||||*/

/********************* Start Navbar **************************/

.navbar {
    width: 100%;
    border-radius: 0;
    line-height: 68px;
    margin: 0 auto;
    min-height: auto;
    /* position: fixed; */
    background-color: transparent;
    border: 0;
    z-index: 999;
}

/******* right ******/

.nav_logo {
    text-align: center;
}

.logo-nav {
    max-width: 130px;
    display: inline-block;
    height: 80px;
    width: auto;
}

.logo-nav img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/********************* Start Searchbar **************************/

/* .center_nav{
    display: none;
} */

.center_nav .icon_mob, #icon_close {
    display: none;
}

.in_btw {
    margin: 0 6px;
}

.navbar .combobox {
    max-width: 400px;
}

.combobox .group {
    width: 100%;
}

.combobox .group input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(16, 25, 40, 0.1);
    -webkit-box-shadow: rgba(16, 25, 40, 0.1) 0px 4px 6px 0px;
    box-shadow: rgba(16, 25, 40, 0.1) 0px 4px 6px 0px;
    border-radius: 6px;
    font-size: 16px;
    padding: .1em 27px;
    color: #101928;
}

.combobox .group input:focus {
    border-color: #101928;
}

.combobox .group button {
    font-size: 16px;
    height: 100%;
    border: 0;
    position: absolute;
    left: 6px;
    top: 0;
    background-color: transparent;
    color: #101928;
}

.srch_i {
    position: absolute;
    right: 7px;
    top: 0;
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
}

ul[role="listbox"] {
    border: 0 !important;
    width: 100%;
    top: 79%;
    font-size: 14px;
    line-height: 1;
    z-index: 9;
}

ul[role="listbox"] li[role="option"] {
    display: inline-block;
    padding: .7em 0.3em;
    border: 1px solid rgba(16, 25, 40, 0.1);
    border-radius: 6px;
    margin: 2px;
    line-height: 1;
    color: #037AFF;
    cursor: pointer;
}

/********************* End Searchbar **************************/

/************** left tools  ********/

.nav-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.nav-tools>li>a {
    font-size: 17px;
    margin-right: 10px;
}

.nav-tools>li>.icon_fav {
    font-size: 24px;
}

.nav-tools>li>a:last-child {
    margin: 0;
}

.nav-tools>li>a:hover, .nav-tools>li>a:focus {
    color: #7c7e7c !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.dropdown {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dropdown-menu {
    left: 0;
    right: auto;
    border: 0;
    padding: 4px 10px;
    text-align: right;
}

.dropdown-menu li {
    display: block;
    font-size: 15px;
}

.dropdown-menu>li>a {
    padding: 7px 20px;
    color: #101928;
    text-transform: capitalize;
}

#icon_close2 {
    display: none;
}

/******* start profile li ********/

.logged_crt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 68px;
}

.logged_crt img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}

.logged_crt .caret {}

.pro_li a {
    border-bottom: 1px solid rgba(0, 0, 0, .175);
}

.pro_li a:hover, .pro_li a:focus {
    background-color: transparent !important;
}

.pro_li .img_in {
    width: 128px;
    height: 128px;
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #037AFF;
}

.pro_li .img_in img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.pro_li h3 {
    text-transform: capitalize;
    font-family: 'Almarai-Bold';
    margin: 6px 0 10px 0;
}

.pro_li .blue {
    color: #037AFF;
}

/******* end profile li ********/

.link_i {
    margin-left: 10px;
    opacity: .8;
}

.logout a {
    color: #db5338 !important;
}

.flexx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Nav Icon */

#nav-icon1 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    vertical-align: middle;
    width: 40px;
    position: relative;
    display: block;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 24px;
    background: #101928;
    border-radius: 30%;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0;
}

#nav-icon1 span:nth-child(2) {
    bottom: 10px;
}

#nav-icon1 span:nth-child(3) {
    top: 12px;
}

#nav-icon1.open span:nth-child(3) {
    opacity: 0;
}

#nav-icon1.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon1.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -3px;
}

#nav-icon1.open {
    background-color: #037AFF;
}

.dropdown.view_box #nav-icon1.open {
    z-index: 9999999999;
}

/*/////////////////*/

/******** settings list *************/

.new_list .dropdown-menu {}

/********************* Fixed Navbar **************************/

.fixd-navbar {
    position: fixed;
    background-color: #fff !important;
    height: 60px;
    line-height: 60px;
    -webkit-box-shadow: rgba(16, 25, 40, 0.08) 0px 16px 32px 0px;
    box-shadow: rgba(16, 25, 40, 0.08) 0px 16px 32px 0px;
}

.fixd-navbar .logged_crt {
    height: 60px;
}

.navbar.fixd-navbar .center_nav, .fixd-navbar .center_nav .nav_mob {
    display: block;
}

.navbar .center_nav .nav_mob .menu_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    align-items: center;
}

/******* navy **************/

.navy {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.navy a {
    font-family: 'Almarai-Bold';
    text-transform: capitalize;
    font-size: 16px;
}

.navy a:focus, .navy a:hover {
    color: #037aff;
}

/********************* End Navbar **************************/

/******************* Start Footer **************************/

footer {
    text-transform: capitalize;
    font-size: 14px;
    PADDING: 50PX 0 0 0;
}

/********* footer content **************/

.foot-logo {
    max-width: 180px;
    margin: 0 0 16px 0;
    display: block;
    width: 100%;
}

.foot-logo img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.f-title {
    font-family: 'Almarai-ExtraBold';
    margin: 0 0 16px 0;
    font-size: 21px;
}

.flex-r.foot1 p {
    margin: 0 0 16px 0;
}

footer li {
    display: block;
    line-height: 1.9;
}

footer li a, footer p {
    color: #7c7e7c;
    font-family: 'Almarai-Bold';
}

/* footer .btn-hvr {
    height: 50px;
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
} */

footer .flex_down {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

footer .down_app {
    display: block;
    max-width: 150px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

footer .down_app:first-child {
    margin-left: 8px;
}

footer .down_app img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/******************* End Footer **************************/

/*******************Start copyright  **************************/

.copyright {
    padding: 10px 0;
    text-transform: capitalize;
    text-align: center;
    color: #7c7e7c;
    font-size: 15px;
}

.copyright .container {
    margin: 20px auto 0 auto;
    border-top: 1px solid #c2c2c2;
    padding: 10px 0 0 0;
}

.copyright a {
    color: #ffffff;
}

footer li a:hover, footer li a:focus, .copyright a:hover, .copyright a:focus {
    color: #FBD74D;
}

/*******************end copyright **************************/

.first-sec {
    position: relative;
}

/*******************start bottom icons **************************/

.the_icons {
    display: none;
    -webkit-box-shadow: rgb(104 105 107 / 8%) 0px -4px 8px 0px;
    box-shadow: rgb(104 105 107 / 8%) 0px -4px 8px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    background-color: #fff;
    z-index: 99;
    border-top: 1px solid #e7e8e9;
}

.the_icons li {
    flex: 1 1 0;
}

.the_icons a {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
}

.the_icons a b {
    margin: 0;
    font-size: 17px;
}

.the_icons a p {
    font-size: 13px;
    margin: 0;
}

.the_icons li a:before {
    content: "";
    position: absolute;
    height: 50%;
    top: 25%;
    width: 2px;
    background-color: rgb(189 189 189 / .6);
    left: 0;
}

.the_icons li:last-child a {
    color: #B0413E;
}

.the_icons li:last-child a::before {
    display: none;
}

/*******************end bottom icons **************************/

/*******************start select2 **************************/

.select2-container--open .select2-dropdown {
    min-width: 100px;
}

.select2-results__option {
    display: block;
}

.select2-container .select2-selection--single {
    height: 50px !important;
    border-radius: 0 6px 6px 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
    padding: 0 2px 0 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: calc(50% - 13px) !important;
}

/*******************end select2 **************************/

textarea.form-control {
    border-radius: 4px;
    height: 160px !important;
    overflow-y: initial;
    resize: none;
    color: #757575;
    font-size: 17px;
    background-color: #fafafa;
    border: 1px solid #fafafa;
    -webkit-box-shadow: 0 0 black;
    box-shadow: 0 0 black;
}

/*** Scroll to top *********/

/*Scroll-Top*/

#scroll-top {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 38px;
    height: 50px;
    line-height: 50px;
    z-index: 999;
    cursor: pointer;
    background: #037AFF;
    font-size: 24px;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: .7;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

#scroll-top:hover, #scroll-top:focus {
    opacity: 1;
}

#scroll-top p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

/************** ANIMATION ****************/

.wow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

/* .download .slideInRight {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
} */

/* Media Screen */

@media (max-width: 1450px) {}

@media (max-width: 1050px) {}

@media (max-width: 1199px) {}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
    /************************** start navbar ****************/
    .navy a {
        font-size: 12px;
    }
    .display-sm {
        display: block !important;
    }
    .hidden-sm {
        display: none;
    }
    .navbar {
        padding: 0;
    }
    .nav_mob ul.nav>li>a, .nav_mob ul.nav>li>button {
        font-size: 13px;
    }
    /************************** End navbar ****************/
    /******************* start Footer **************************/
    .foot1 {
        margin: 0 0 10px 0;
        min-height: 95px;
    }
    footer .row .col-lg-3:last-of-type .foot1 {
        min-height: unset;
    }
    .f-title {
        margin: 0 0 8px 0;
    }
    footer .btn-flex {
        max-width: 300px;
    }
    /******************* End Footer **************************/
}

@media (min-width: 768px) {
    .center_nav.view_box.new_btn {
        line-height: 1;
    }
    .fixd-navbar .row>div:last-of-type {
        display: none;
    }
}

@media (max-width: 767px) {
    .navy, .navbar .col-xs-0 {
        display: none;
    }
    .col-xs-pull-8 {
        left: 66.66666667%;
    }
    .col-xs-push-4 {
        right: 33.33333333%;
    }
    .hidden-xs, footer, .icon_mob {
        display: none !important;
    }
    b.caret {
        margin-right: 2px;
    }
    .display-xs, #nav-icon1, .center_nav .icon_mob {
        display: block !important;
    }
    .pro_li a {
        border-bottom: 0;
    }
    .nav_logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar .col-md-3.col-sm-4.col-xs-5 {
        padding: 0 !important;
    }
    .nav-tools {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 40px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    /******* Start Navbar ***********/
    .navbar {
        height: 60px;
        line-height: 60px;
        display: block;
    }
    .logo-nav {
        height: 57px;
        text-align: center;
        max-width: 90px;
    }
    /***************/
    .fixed-r {
        opacity: 1;
        margin: 0;
        visibility: visible;
    }
    .nav_mob, .nav_mob2 {
        display: none;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        margin: 0;
        padding: 0 !important;
        background-color: #ffffff;
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        position: fixed;
        z-index: 99999999;
        height: 100%;
        width: 100%;
        max-height: 100% !important;
        display: block;
        min-width: 0;
        -webkit-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease;
        border-top: none;
        right: -100%;
        float: right;
    }
    .back-nav {
        right: 0;
        display: block;
    }
    .body-mob .nav_logo {
        position: fixed;
        z-index: 9999999999;
        width: 70vw;
        padding: 0 40px;
        top: 0;
        /*    background-color: #EAEFE8;*/
        background-color: #fff;
        height: 80px;
        right: 0;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .body-mob .nav_logo a.logo-nav {
        width: 130px;
        height: auto;
    }
    .body-mob .nav_logo .logo-nav img {
        max-height: 90px;
    }
    #nav-icon1.open, .dropdown.view_box #nav-icon1.open {
        z-index: 1;
    }
    .dropdown.view_box.open_box #nav-icon1.open {
        z-index: 9999999999;
    }
    .body-mob .dropdown.view_box.open_box #mob_view {
        position: fixed;
        left: 40px;
        z-index: 999999999999;
        top: 0;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .menu_mob.fixed-r, .menu_mob2.fixed-r {
        position: absolute;
        right: 50%;
        top: 58%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(50%, -50%);
        opacity: 1;
        width: 100%;
        display: block !important;
        z-index: 99;
        background-color: transparent;
        padding: 0 30px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    ul.dropdown-menu.menu_mob.fixed-r, ul.dropdown-menu.menu_mob2.fixed-r {
        max-height: calc(100% - 80px);
        overflow-y: auto;
    }
    .menu_mob.fixed-r>li, .menu_mob2.fixed-r>li {
        position: relative;
        padding: 3px 12px;
        border-bottom: 1px solid rgb(231, 232, 233);
    }
    /* .menu_mob.fixed-r.custom_more > li:nth-child(3) , .menu_mob.fixed-r.custom_more > li:nth-child(4),.menu_mob.fixed-r.custom_more > li:nth-child(5){
            display: none;
        } */
    .menu_mob.fixed-r>.pro_li {
        padding: 0 0 20px 0;
    }
    .menu_mob.fixed-r>.pro_li a {
        text-align: center;
        line-height: 1;
    }
    .menu_mob.fixed-r>li:after, .menu_mob2.fixed-r>li:after {
        position: absolute;
        left: 12px;
        top: 0;
        font-family: "Font Awesome 5 Free";
        content: "\f104";
        z-index: 999999999;
        font-weight: 900;
        display: inline-block;
        color: inherit;
        font-size: 20px;
    }
    .menu_mob.fixed-r>.pro_li:after {
        display: none;
    }
    .menu_mob.fixed-r>li>a, .menu_mob.fixed-r>li>button, .menu_mob2.fixed-r>li>a, .menu_mob2.fixed-r>li>button {
        color: #101928;
        font-size: 18px;
        line-height: 3;
        text-align: right;
        position: relative;
        padding: 0;
        width: 100%;
    }
    #icon_close {
        display: block;
    }
    li.dropdown.view_box.open_box.more_box .hidden_more {
        display: none;
    }
    .nav_mob.back-nav #icon_close, li.dropdown.view_box.open_box.more_box #icon_close2 {
        position: fixed;
        z-index: 99999999999999999999999999999999;
        top: 0;
        left: 40px;
        font-size: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 80px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .center_nav {
        display: block;
    }
    .center_nav .icon_mob {
        font-size: 20px;
        text-align: left;
    }
    .fixd-navbar .center_nav .nav_mob .menu_mob.fixed-r {
        font-size: 20px;
        display: block;
    }
    .nav_mob2.back-nav {
        height: 101vh !important;
        z-index: 999999999999999999999999999999;
        background-color: #fff;
        position: fixed;
        top: 0;
        overflow: hidden;
        max-height: unset !important;
    }
    ul.dropdown-menu.menu_mob2.fixed-r {
        z-index: 9999999999999999;
        background-color: #ffff;
        position: relative;
    }
    .fixed_height {
        height: 100vh !important;
        overflow: hidden !important;
    }
    /********* End Navbar *********
    /******** end Visit navbar ********************/
    /******** Start Footer ********************/
    .flex-r.foot1 {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto 10px auto;
        max-width: 100%;
    }
    footer {
        padding: 22px 0 14px 0;
    }
    .foot-logo img {
        min-width: unset;
    }
    .copyright {
        font-size: 12px;
        PADDING: 0 0 60PX 0;
    }
    .f-title {
        font-size: 15px;
        margin: 0 0 6px 0;
    }
    footer .btn-hvr {
        max-width: 200px;
        height: 40px;
        font-size: 14px;
        margin-top: 12px;
    }
    .flex-r.foot1 p {
        margin: 0 0 10px 0;
    }
    footer .social li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    /*********** End Footer ********************/
    .all-sections, .site-about {
        padding: 25px 0;
    }
    .h2-after {
        padding: 0 0 12px 0;
    }
    .width-70, .width-90 {
        width: 100%;
    }
    /*******************start bottom icons **************************/
    .the_icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    /*******************scroll to top **************************/
    #scroll-top {
        left: 10px;
        bottom: 60px;
    }
}

@media (max-width: 700px) {}

@media (max-width: 599px) {
    .width-50 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    /********************* Start navbar  **************************/
    span.bell {
        font-size: 16px;
    }
    .notify {
        padding-right: 5px;
    }
    .side-menu li h4 {
        font-size: 14px;
        margin: 6px 0 3px 0;
    }
    .side-menu>li>a p, .nav-tools .side-menu>li>a b {
        font-size: 12px;
    }
    .navbar {
        width: 100%;
    }
    .side-menu {
        width: 90%;
    }
    /********************* End navbar  **************************/
    .h2-after {
        font-size: 18px !important;
    }
}

@media (max-width: 320px) {}

#leaves {
    max-width: 100%;
    overflow: hidden !important;
}

.single-work .single-workdiv {
    z-index: 99 !important;
}

/********************************/

svg.svg-inline--fa.fa-long-arrow-alt-right.fa-w-14 , svg.svg-inline--fa.fa-chevron-right.fa-w-10 ,svg.svg-inline--fa.fa-chevron-left.fa-w-10 {
    transform: rotate( 180deg);
}
.pagination svg.svg-inline--fa.fa-chevron-right.fa-w-10, .pagination svg.svg-inline--fa.fa-chevron-left.fa-w-10 {
    transform: none;
}

