/***************************************************************************************************************
||||||||||||||||||||||||||||||       MASTER STYLESHEET FOR onevo             |||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. imported styles
* 2. miscelnious styles
* 3. header styles
* 4. banner styles
* 5. footer styles
* 6. contact styles
* 7. brand styles
* 8. testimonials styles
* 9. blog styles
* 10. video styles
* 11. pricing styles
* 12. funfact styles
* 13. features styles
* 14. portfolio styles
* 15. team styles
* 16. service styles
* 17. about styles
* 18. hidden sidebar styles
* 19. parallax styles
* 20. video header styles
* 21. inner title styles
* 22. sidebar styles
* 23. home page two styles
* 24. home page three styles
* 25. home page four styles
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/


/**************************
* 1. imported styles
***************************/

@import url(https://fonts.googleapis.com/css?family=Tajawal:100,300,400,500,700,800,900);
@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(magnific-popup.css);
@import url(animate.min.css);
@import url(hover-min.css);
@import url(jquery.bxslider.min.css);
@import url(../plugins/icofont/css/icofont.css);
@import url(../plugins/bands-icon/style.css);
@import url(../plugins/fontawesome-5/css/fontawesome-all.min.css);
@import url(../plugins/flaticon/flaticon.css);

/**************************
* 2. miscelnious styles
***************************/

@font-face {
    font-family: "Material Symbols Outlined";
    font-style: normal;
    font-weight: 100 700;
    src: url(../fonts/MaterialSymbols.woff2) format("woff2");
}

body {
    font-family: 'Tajawal', serif;
    color: #808891;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Tajawal', serif;
    font-weight: 600;
}


h1,
h2 {
    letter-spacing: -1px;
}

h4 {
    color: #4d758c;
    font-size: small;
}

h5 {
    color: #4d545d;
    font-size: small;
}

.text-primary {
    color: #000000 !important;
}

.text-small {
    color: #000000;
    font-size: 2px;
}

.text-secondary {
    color: #b5ac85 !important;
}

.text-white {
    color: #fff;
}

.text-blue {
    color: #4d758c;
    font-weight: bold;
}

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

/* Dashed border */
hr.dashed {
  border-top: 3px dashed #bbb;
}

/* Dotted border */
hr.dotted {
  border-top: 3px dotted #bbb;
}

/* Solid border */
hr.solid {
  border-top: 3px solid #bbb;
}

/* Rounded border */
hr.rounded {
  border-top: 8px solid #bbb;
  border-radius: 5px;
}

a:hover,
a:visited,
a:focus,
a:active {
    text-decoration: none !important;
    outline: none !important;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: inherit;
    font-style: normal;
    line-height: inherit;
    margin-left: 0px;
    color: inherit;
}

.container {
    -webkit-transition: none;
    transition: none;
}

@media (min-width: 1200px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.light-dark-bg {
    background: #222223;
}

.dark-bg {
    background: #000000;
}

.sec-pad {
    padding: 125px 0 120px;
}

.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.sec-title {
    margin-top: -5px;
    margin-bottom: 60px;
}

.sec-title h3 {
    margin: 0;
    font-size: 47px;
    line-height: 55px;
    color: #2C3035;
    font-weight: normal;
}

.sec-title span {
    color: #4D758C;
    font-size: 20px;
}

.sec-title span+h3 {
    margin-top: 13px;
}

.sec-title p {
    margin: 0;
    font-size: 18px;
    color: #808891;
    margin-top: 27px;
}

.sec-title.light h3 {
    color: #FFFFFF;
}

.sec-title.light p {
    color: #E6E8E9;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #b5ac85;
    /* //رز الطلوع للأعلى */
    color: #fff;
    font-size: 17px;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.scroll-to-top:hover {
    background: #b5ac85;
    color: #fff;
}


/*
****
only add this class to body
if preloader is on
other wise REMOVE IT.
****
*/

body.active-preloader-ovh {
    overflow: hidden;
}

.preloader {
    background-color: #4D758C;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}


/**************************
* 3. header styles
***************************/

.header {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header-navigation {
    background-color: transparent;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    min-height: auto;
}

.header-navigation .container {
    background: transparent;
    position: relative;
    padding-right: 80px;
}

.header-navigation .container .navbar-brand {
    height: auto;
    padding: 4px 0;
    margin-left: 0;
}

.header-navigation .container .main-navigation {
    text-align: right;
    padding: 0;
}

.header-navigation .container .right-side-box {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-navigation .container .right-side-box a.sidemenu-btn {
    font-size: 27px;
    color: #000;
}

.header-navigation ul.navigation-box {
    float: none;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid rgba(185, 185, 185, 0.23);
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
    display: none;
}

.header-navigation ul.navigation-box>li {
    position: relative;
    padding: 7px 0;
}

.header-navigation ul.navigation-box>li.show-mobile {
    display: none;
}

@media (max-width: 450px) {
    .header-navigation ul.navigation-box>li.show-mobile {
        display: block;
    }
}

.header-navigation ul.navigation-box>li+li {
    margin-left: 50px;
}

.header-navigation ul.navigation-box>li>a {
    padding: 5px 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    letter-spacing: 0em;
    position: relative;
}

.header-navigation ul.navigation-box>li>a:after {
    content: '';
    width: 0%;
    height: 3px;
    background: #b5ac85;
    position: absolute;
    bottom: -9px;
    left: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li.active>a,
.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li>a:active,
.header-navigation ul.navigation-box>li>a:focus,
.header-navigation ul.navigation-box>li:hover>a {
    color: #4D758C;
}

.header-navigation ul.navigation-box>li.active>a:after,
.header-navigation ul.navigation-box>li.current>a:after,
.header-navigation ul.navigation-box>li>a:active:after,
.header-navigation ul.navigation-box>li>a:focus:after,
.header-navigation ul.navigation-box>li:hover>a:after {
    width: 100%;
}

.header-navigation ul.navigation-box>li>ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 200px;
    padding: 0px 0px;
    text-align: left;
    list-style: none;
    background-color: #F4F4F6;
    background-clip: padding-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
    -webkit-box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
    box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
}

.header-navigation ul.navigation-box>li>ul.sub-menu.right-align {
    left: auto;
    right: 0;
}

.header-navigation ul.navigation-box>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li {
    display: block;
    position: relative;
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li>a {
    font-size: 15px;
    color: #4d758c;
    padding: 8px 0;
    display: block;
    line-height: 26px;
    padding-left: 27px;
    white-space: nowrap;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu li+li {
    border-top: 1px solid #E2E2E2;
}

.header-navigation ul.navigation-box>li>.sub-menu li:hover>a {
    background: #4D758C;
    color: #fff;
    position: relative;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu {
    position: absolute;
    top: 0%;
    left: 100%;
    z-index: 1000;
    float: left;
    min-width: 239px;
    padding: 0px 0px;
    text-align: left;
    list-style: none;
    background-color: #F4F4F6;
    background-clip: padding-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
    -webkit-box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
    box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
}

.header-navigation ul.navigation-box>li>.sub-menu>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu>li {
    display: block;
    position: relative;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu>li>a {
    font-size: 16px;
    color: #2d2d2d;
    padding: 8px 0;
    display: block;
    line-height: 26px;
    padding-left: 27px;
    white-space: nowrap;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>.sub-menu li+li {
    border-top: 1px solid #E2E2E2;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>.sub-menu li:hover>a {
    background: #6270EA;
    color: #fff;
    position: relative;
}

.header-navigation.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #b5ac85;
    /* لون شريط الهيدر */
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
}

.header-navigation.stricky-fixed .container .navbar-brand {
    padding-top: 22px;
    padding-bottom: 22px;
}

.header-navigation.stricky-fixed ul.navigation-box {
    border-bottom: none;
}

.header-navigation.stricky-fixed ul.navigation-box>li {
    padding-top: 30px;
    padding-bottom: 30px;
}

.header-navigation.stricky-fixed ul.navigation-box>li>a {
    padding: 0;
}

.header-navigation.stricky-fixed ul.navigation-box>li.active>a:after,
.header-navigation.stricky-fixed ul.navigation-box>li.current>a:after,
.header-navigation.stricky-fixed ul.navigation-box>li>a:active:after,
.header-navigation.stricky-fixed ul.navigation-box>li>a:focus:after,
.header-navigation.stricky-fixed ul.navigation-box>li:hover>a:after {
    display: none;
}


/* /// */

.dropdown-item {
    font-size: 13px;
    padding: 7px 15px;
    color: #939292;
    border-radius: 5px
}

.navbar-nav .dropdown-menu {
    border-color: #f5f0f0;
    padding: 10px;
    min-width: 200px
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #eecb94;
    color: #939292
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f6f6f6;
    color: #939292
}

.dropdown-item span {
    font-size: 15px;
    vertical-align: middle;
    margin: 0 0 0 8px;
}

.userArea .usrName {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
}

.userArea .usrName strong {
    width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400px;
    font-size: 20px;
}


/**************************
* 4. banner styles
***************************/

#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
    z-index: 991;
}

#minimal-bootstrap-carousel .carousel-caption {
    align-items: center!important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: center;
    text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
    align-items: center!important;
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
}

#minimal-bootstrap-carousel .carousel-control {
    background: none;
    width: 59px;
    height: 59px;
    font-size: 48px;
    line-height: 59px;
    color: #fff;
    background: transparent;
    visibility: visible !important;
    opacity: 1;
    font-weight: normal;
    margin-top: -20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    z-index: 99;
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel .carousel-control {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
}

#minimal-bootstrap-carousel .carousel-control.left {
    left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
    right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
    opacity: 1;
}


/* processing for fadeing effect styles */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/* fixing slider height */

#minimal-bootstrap-carousel {
    overflow: hidden;
}

#minimal-bootstrap-carousel .custom-navigation {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: -95%;
    width: 100%;
    z-index: 999;
    margin: 0;
}

#minimal-bootstrap-carousel .custom-navigation,
#minimal-bootstrap-carousel .custom-navigation li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#minimal-bootstrap-carousel .custom-navigation li {
    border: 0;
    border-radius: 0;
    text-indent: 0;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #4D758C;
    opacity: 1;
    cursor: pointer;
}

#minimal-bootstrap-carousel .custom-navigation li+li {
    margin-top: 10px;
}

#minimal-bootstrap-carousel .custom-navigation li.active {
    background: #fff;
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
    min-height: 980px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #34424F;
}

.slider-home-one {
    position: relative;
    text-align: center !important;
    align-items: center!important;
}

.slider-home-one .content h3,
.slider-home-one .content p {
    margin: 0;
}

.slider-home-one .content h3 {
    font-weight: 300;
    text-align: center !important;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 72px;
    letter-spacing: .025em;
    margin-bottom: 15px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.slider-home-one .content h3 span {
    font-weight: 500;
    text-align: center !important;
}

.slider-home-one .content p {
    text-align: center !important;
    font-size: 20px;
    color: #FFFFFF;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    margin-bottom: 50px;
}

.slider-home-one .content a.banner-btn {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #FFFFFF;
    color: #2C3035;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    text-align: center !important;
}

.slider-home-one .content a.banner-btn:hover {
    background: #cccccc;
}

.slider-home-one .content a.banner-btn.style-two {
    background: #B5AC85;
    /* Gold */
    color: #fff;
    margin-left: 16px;
}

.slider-home-one .content a.banner-btn.style-two:hover {
    background: #4D758C;
}

.banner-style-two {
    background: #F2F2F2 url(../img/banner-2-1.png) center center no-repeat;
    padding: 335px 0;
    padding-bottom: 260px;
}

.banner-style-two .owl-theme .owl-dots {
    text-align: left;
    padding-left: 32px;
    margin-top: 35px;
}

.banner-style-two .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    margin: 0 5px;
}

.banner-style-two .owl-theme .owl-dots .owl-dot.active span {
    background: #4D758C;
}

.banner-style-two .banner-carousel-two {
    background: rgba(0, 0, 0, 0.7);
    padding: 40px 0;
    padding-bottom: 40px;
}

.banner-style-two .banner-content {
    padding-left: 37px;
    padding-right: 35px;
}

.banner-style-two .banner-content h3,
.banner-style-two .banner-content p {
    margin: 0;
}

.banner-style-two .banner-content h3 {
    font-weight: 300;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 72px;
    letter-spacing: .025em;
}

.banner-style-two .banner-content h3 span {
    font-weight: 500;
}

.banner-style-two .banner-content p {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 40px;
}

.banner-style-two .banner-content a.banner-btn {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #FFFFFF;
    color: #2C3035;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.banner-style-two .banner-content a.banner-btn:hover {
    background: #cccccc;
}

.banner-style-two .banner-content a.banner-btn+.banner-btn {
    margin-left: 16px;
}

.banner-style-two .banner-content a.banner-btn.style-two {
    background: #4D758C;
    color: #fff;
}

.banner-style-two .banner-content a.banner-btn.style-two:hover {
    background: #4d758c;
}

.banner-style-four {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #222 url(../img/banner-4-1.png) left center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 350px;
    padding-bottom: 435px;
}

.banner-style-four .container h3,
.banner-style-four .container p {
    margin: 0;
}

.banner-style-four .container h3 {
    color: #FFFFFF;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: .025em;
    font-weight: 300;
}

.banner-style-four .container h3 span {
    font-weight: 500;
}

.banner-style-four .container p {
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    margin-top: 20px;
}

.banner-style-four .container a.video-popup {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 200px;
    left: 150px;
    width: 90px;
    height: 90px;
    background: rgba(211, 219, 237, 0.35);
    border-radius: 50%;
    padding: 10px;
}

.banner-style-four .container a.video-popup .inner {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
}

.banner-style-four .container a.video-popup .inner i {
    line-height: 70px;
    color: #0C7EE6;
    font-size: 15px;
}

.banner-style-six {
    background: #F1F1F1;
    padding-bottom: 125px;
    padding-top: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-style-six .container h3 {
    margin: 0;
    color: #2C3035;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: .025em;
    font-weight: 300;
}

.banner-style-six .container h3 span {
    font-weight: 500;
}

.banner-style-six .container img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.banner-style-six .container a.banner-btn {
    margin-top: 50px;
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #3299EB;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
    box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
}

.banner-style-six .container a.banner-btn:hover {
    background: #1064a7;
}


/**************************
* 5. footer styles
***************************/

.site-footer {
    background: #4d758c;
    padding-top: 80px;
    padding-bottom: 75px;
}

.site-footer .social {
    margin-top: 40px;
    margin-bottom: 30px;
}

.site-footer .social a {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    background: #3D3D41;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 33px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50%;
}

.site-footer .social a:hover {
    color: #FFFFFF;
    background: #b5ac85;
}

.site-footer .social a+a {
    margin-left: 10px;
}

.site-footer p.copy-text {
    margin: 0;
    color: #ECECEC;
    font-size: 16px;
}

.site-footer p.copy-text i.fa-heart {
    color: #B5AC85;
}

.site-footer.home-page-three .social a {
    position: relative;
}

.site-footer.home-page-three .social a:before {
    position: relative;
    z-index: 10;
}

.site-footer.home-page-three .social a:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    background: #6540c3;
    background: -webkit-gradient(left top, right top, color-stop(0%, #6540c3), color-stop(100%, #d43296));
    background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
    background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.site-footer.home-page-three .social a:hover {
    background-color: transparent;
}

.site-footer.home-page-three .social a:hover:after {
    opacity: 1;
}

.footer {
    background: #4d758c;
    background-size: cover;
    padding: 20px 0;
    -webkit-box-shadow: 0px -10px 20px #13223530;
    box-shadow: 0px -10px 20px #13223530;
    position: relative;
    z-index: 2;
}

.footer .logo {
    height: 150px;
    width: 150%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 10px;
    -o-object-position: right;
    object-position: right;
}

.footer .info {
    color: #d9d9d9;
    margin-bottom: 20px;
    padding-left: 20px;
}

.footer .head {
    font-weight: bold;
    text-transform: uppercase;
    color: #f1f4d9;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}

.footer .head::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 100px;
}

.footer .head::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #ffffff;
}

.footer .Links ul {
    padding: 0;
    margin: 0;
}

.footer .Links ul li {
    margin-bottom: 5px;
    display: inline-block;
    min-width: 49%;
    padding: 5px;
}

.footer .Links ul li a {
    color: #f1f4d9;
}

.footer .Links ul li a:hover {
    color: #ffffff;
}

.footer .Links .more {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

.footer .Links .more p {
    color: #ffffff;
    white-space: nowrap;
    margin-left: 10px;
}

.footer .Links .more a {
    color: #f1f4d9;
    margin-left: 10px;
}

.footer .Links .more a:last-child {
    margin-left: 0px;
}

.footer .Links .more a:hover {
    color: #ffffff;
}

.footer .Copyright {
    padding: 20px 20px 0;
    border-top: 1px solid #f1f4d9;
    text-align: center;
    color: #ffffff;
    font-size: small;
}

.footer .Copyright p {
    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;
}

.footer .Copyright p a {
    color: #f1f4d9;
    font-size: small;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer .Copyright p a:hover {
    color: #ffffff;
}

.footer .Copyright p a img {
    height: 20px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0px 5px;
}


/**************************
* 6. contact styles
***************************/

#home-page-one-google-map {
    width: 100%;
    height: 400px;
}

.contact-style-one {
    padding-bottom: 125px;
}

.contact-style-one .container {
    max-width: 970px;
}

.contact-style-one .contact-content {
    padding-top: 60px;
}

.contact-style-one .contact-content h3,
.contact-style-one .contact-content p {
    margin: 0;
}

.contact-style-one .contact-content h3 {
    font-size: 28px;
    color: #2C3035;
    margin-bottom: 20px;
}

.contact-style-one p {
    font-size: 16px;
    line-height: 29px;
    color: #808891;
}

.contact-style-one .contact-info {
    margin-bottom: 15px;
}

.contact-style-one .contact-info p {
    font-size: 22px;
    color: #808891;
    line-height: 30px;
}

.contact-style-one .contact-info p span {
    color: #2C3035;
}

.contact-style-one .contact-form input,
.contact-style-one .contact-form textarea {
    border: none;
    outline: none;
    background-color: #F1F1F1;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    width: 100%;
    display: block;
    height: 48px;
    color: #808891;
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.contact-style-one .contact-form input::-webkit-input-placeholder,
.contact-style-one .contact-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #808891;
}

.contact-style-one .contact-form input::-moz-placeholder,
.contact-style-one .contact-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #808891;
}

.contact-style-one .contact-form input:-ms-input-placeholder,
.contact-style-one .contact-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #808891;
}

.contact-style-one .contact-form input:-moz-placeholder,
.contact-style-one .contact-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #808891;
}

.contact-style-one .contact-form input.error,
.contact-style-one .contact-form textarea.error {
    background: #808891;
}

.contact-style-one .contact-form label.error {
    display: none !important;
}

.contact-style-one .contact-form textarea {
    height: 99px;
    padding-top: 10px;
}

.contact-style-one .contact-form button[type=submit] {
    border: none;
    outline: none;
    background: #4D758C;
    height: 48px;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.contact-style-one .contact-form button[type=submit]:hover {
    background: #4d758c;
}


/**************************
* 7. brand styles
***************************/

.brand-carousel-wrapper {
    padding: 45px 0 70px;
}

.brand-carousel-wrapper .container {
    max-width: 1000px;
}

.brand-carousel-wrapper .brand-carousel {
    text-align: center;
}

.brand-carousel-wrapper .brand-carousel i {
    font-size: 120px;
    color: #B8B9C5;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.brand-carousel-wrapper .brand-carousel i:hover {
    color: #26274C;
}


/**************************
* 8. testimonials styles
***************************/

.single-testimonials-style-one {
    text-align: center;
}

.single-testimonials-style-one .img-box {
    margin-left: auto;
    margin-right: auto;
    width: 175px;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
}

.single-testimonials-style-one .img-box .inner {
    border-radius: 50%;
    border: 1px solid #3B9AED;
}

.single-testimonials-style-one .img-box .inner img {
    width: 100%;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
}

.single-testimonials-style-one p {
    font-size: 18px;
    line-height: 36px;
    color: #E5E1E1;
    margin: 0;
    margin-top: 50px;
}

.single-testimonials-style-one h3 {
    margin: 0;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 7px;
}

.single-testimonials-style-one span {
    color: #1AC9D0;
    font-size: 18px;
}

.testimonials-title {
    margin-bottom: 0px;
}

.testimonials-carousel-wrapper {
    position: relative;
    margin-bottom: 80px;
}

.testimonials-carousel-wrapper .overlay {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc( 100% - 30px);
    background-position: center center;
    background-attachment: fixed;
}

.testimonials-carousel-wrapper .owl-theme .owl-dots {
    margin-top: 30px;
}

.testimonials-carousel-wrapper .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #4D758C;
}

.testimonials-carousel-wrapper .owl-theme .owl-dots .owl-dot.active span,
.testimonials-carousel-wrapper .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFFFFF;
}

.single-testimonial-style-two .inner {
    background: #222223;
    position: relative;
    z-index: 999;
}

.single-testimonial-style-two p {
    position: relative;
    color: #E6E8E9;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.single-testimonial-style-two p i.fas {
    color: #1bcad2;
    font-size: 17px;
    position: absolute;
}

.single-testimonial-style-two p i.fa-quote-left {
    top: 0;
    left: 0;
}

.single-testimonial-style-two p i.fa-quote-right {
    bottom: 0;
    right: 0;
}

.single-testimonial-style-two .client-info-box {
    margin-top: 30px;
}

.single-testimonial-style-two .client-info-box .img-box,
.single-testimonial-style-two .client-info-box .text-box {
    display: table-cell;
    vertical-align: middle;
}

.single-testimonial-style-two .client-info-box .img-box {
    width: 90px;
}

.single-testimonial-style-two .client-info-box .img-box>img {
    width: 100%;
    border-radius: 50%;
    border: 5px solid #FFFFFF;
}

.single-testimonial-style-two .client-info-box .text-box {
    padding-left: 35px;
}

.single-testimonial-style-two .client-info-box .text-box h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: normal;
}

.single-testimonial-style-two .client-info-box .text-box p {
    margin: 0;
    color: #3299EA;
    font-size: 16px;
    padding: 0;
}

.testimonials-style-two-carousel .owl-stage-outer:before,
.testimonials-style-two-carousel .owl-stage-outer:after {
    content: '';
    width: 1px;
    height: calc( 100% - 0px);
    position: absolute;
    top: 0;
    background: #403f3f;
    z-index: -1;
}

.testimonials-style-two-carousel .owl-stage-outer:before {
    left: 31.83%;
}

.testimonials-style-two-carousel .owl-stage-outer:after {
    right: 31.83%;
}

.testimonials-style-two-carousel .owl-dots {
    margin-top: 60px;
}

.testimonials-style-two-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #4D758C;
}

.testimonials-style-two-carousel .owl-dots .owl-dot.active span,
.testimonials-style-two-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFFFFF;
}

.testimonials-style-two-carousel .owl-nav {
    margin-top: 40px;
}

.testimonials-style-two-carousel .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    font-size: 16px;
    padding: 0;
    border-radius: 50%;
    line-height: 40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.testimonials-style-two-carousel .owl-nav [class*="owl-"]:hover {
    background: #4d758c;
    color: #fff;
}


/**************************
* 9. blog styles
***************************/

.blog-style-one .blog-title {
    padding-top: 15px;
}

.blog-style-one .blog-title span {
    color: #4D758C;
    font-size: 20px;
}

.blog-style-one .blog-title span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 2px;
    background: #4D758C;
    margin-right: 15px;
}

.blog-style-one .blog-title h3 {
    font-size: 47px;
    line-height: 55px;
    color: #2C3035;
    font-weight: normal;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 70px;
}

.blog-style-one .blog-title a.view-more {
    display: inline-block;
    vertical-align: middle;
    border-radius: 7px;
    background: #3196ee;
    -webkit-box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
    box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
    width: 210px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
}

.blog-style-one .single-blog-style-one a.categroy {
    display: inline-block;
    vertical-align: middle;
    background: #B5AC85;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 7px;
    padding: 2.5px 23px;
}

.blog-style-one .single-blog-style-one h3 {
    margin: 0;
    color: #2C3035;
    font-size: 22px;
    line-height: 29px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 15px;
}

.blog-style-one .single-blog-style-one span.date {
    color: #2C3035;
    font-size: 15px;
}

.blog-style-one .single-blog-style-one p {
    margin: 0;
    color: #808891;
    margin-top: 20px;
    margin-bottom: 7px;
}

.blog-style-one .single-blog-style-one a.read-more {
    color: #4D758C;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

.blog-style-one .single-blog-style-one a.read-more i {
    display: inline-block;
    vertical-align: middle;
}

.blog-style-two .single-blog-post-style-two+.single-blog-post-style-two {
    margin-top: 80px;
}

.blog-style-two .single-blog-post-style-two .img-box {
    position: relative;
}

.blog-style-two .single-blog-post-style-two .img-box>img {
    width: 100%;
}

.blog-style-two .single-blog-post-style-two .img-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 1, 1, 0.2);
}

.blog-style-two .single-blog-post-style-two .text-box {
    padding: 30px;
    border: 1px solid #EBEBEF;
    border-top: 0;
}

.blog-style-two .single-blog-post-style-two .text-box h3 {
    font-size: 20px;
    color: #170B35;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
}

.blog-style-two .single-blog-post-style-two .text-box p {
    font-size: 16px;
    line-height: 28px;
    color: #656565;
    letter-spacing: .01em;
    margin: 0;
    margin-top: 17px;
}

.blog-style-two .single-blog-post-style-two .text-box .meta-info {
    border-bottom: 1px solid #ececf0;
    position: relative;
    margin-top: 7px;
    padding-bottom: 10px;
}

.blog-style-two .single-blog-post-style-two .text-box .meta-info:after {
    content: '';
    background: #4D758C;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.blog-style-two .single-blog-post-style-two .text-box .meta-info a {
    color: #514A47;
    font-size: 14px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-style-two .single-blog-post-style-two .text-box .meta-info a i {
    color: #4D758C;
    margin-right: 4px;
}

.blog-style-two .single-blog-post-style-two .text-box .meta-info a:hover {
    color: #4D758C;
}

.blog-style-two .single-blog-post-style-two .text-box .meta-info a+a {
    margin-left: 20px;
}

.blog-style-two .single-blog-post-style-two .text-box a.read-more {
    color: #4D758C;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-style-two .single-blog-post-style-two .text-box a.read-more:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.blog-style-two .blog-post-pagination {
    margin-top: 80px;
}

.blog-style-two .blog-post-pagination a {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    line-height: 38px;
    color: #170B35;
    font-weight: 600;
    font-size: 18px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #CBCACA;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-style-two .blog-post-pagination a+a {
    margin-left: 10px;
}

.blog-style-two .blog-post-pagination a.active,
.blog-style-two .blog-post-pagination a:hover {
    border-color: #1AC9D0;
    color: #fff;
    background: #1AC9D0;
}

.blog-details-page .single-blog-post-style-two .text-box h4 {
    margin: 0;
    color: #170B35;
    font-weight: 500;
    font-size: 18px;
}

.blog-details-page .single-blog-post-style-two .text-box p {
    margin: 0;
}

.blog-details-page .tags-share-box {
    margin: 35px 0;
}

.blog-details-page .tags-share-box .tags-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-page .tags-share-box .tags-box ul li {
    display: inline-block;
}

.blog-details-page .tags-share-box .tags-box ul li+li {
    margin-left: 5px;
}

.blog-details-page .tags-share-box .tags-box ul li a,
.blog-details-page .tags-share-box .tags-box ul li span {
    display: block;
}

.blog-details-page .tags-share-box .tags-box ul li span {
    font-size: 15px;
    color: #170B35;
    font-weight: 500;
    padding-right: 10px;
}

.blog-details-page .tags-share-box .tags-box ul li a {
    border-radius: 20px;
    border: 1px solid #1AC9D0;
    height: 40px;
    line-height: 40px;
    color: #514A47;
    font-size: 15px;
    text-align: center;
    padding: 0 25px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-details-page .tags-share-box .tags-box ul li a:hover {
    background: #1AC9D0;
    border-color: #1AC9D0;
    color: #fff;
}

.blog-details-page .tags-share-box .social {
    padding: 5px 0;
}

.blog-details-page .tags-share-box .social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #3B5996;
    color: #fff;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
}

.blog-details-page .tags-share-box .social a+a {
    margin-left: 5px;
}

.blog-details-page .tags-share-box .social a.fa-twitter {
    background: #4d758c;
}

.blog-details-page .tags-share-box .social a.fa-google-plus-g {
    background: #DC4A39;
}

.blog-details-page .tags-share-box .social a.fa-dribbble {
    background: #CC3498;
}

.blog-details-page .post-links {
    border: 1px solid #EBEBEF;
    border-left: 0;
    border-right: 0;
    padding: 19.5px 0;
    margin-bottom: 35px;
}

.blog-details-page .post-links a {
    font-size: 15px;
    color: #514A47;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-details-page .post-links a:hover {
    color: #1AC9D0;
}

.blog-details-page .post-links a.prev-post i {
    margin-right: 3px;
}

.blog-details-page .post-links a.next-post i {
    margin-left: 3px;
}

.blog-details-page .title-blog-details-page {
    margin-bottom: 30px;
}

.blog-details-page .title-blog-details-page h3 {
    margin: 0;
    color: #150A33;
    font-size: 18px;
    font-weight: 600;
}

.blog-details-page .title-blog-details-page h3:after {
    content: '';
    width: 40px;
    height: 3px;
    background: #1AC9D0;
    display: block;
    margin-top: 10px;
}

.blog-details-page .comment-box-wrapper {
    margin-bottom: 80px;
}

.blog-details-page .comment-box-wrapper .single-comment-box+.single-comment-box {
    margin-top: 30px;
}

.blog-details-page .comment-box-wrapper .single-comment-box .img-box,
.blog-details-page .comment-box-wrapper .single-comment-box .text-box {
    display: table-cell;
    vertical-align: top;
}

.blog-details-page .comment-box-wrapper .single-comment-box .img-box {
    width: 75px;
}

.blog-details-page .comment-box-wrapper .single-comment-box .img-box>img {
    width: 100%;
    border-radius: 50%;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box {
    padding-left: 30px;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box .inner {
    background: #F4F4FA;
    padding: 25px;
    position: relative;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box h3,
.blog-details-page .comment-box-wrapper .single-comment-box .text-box p {
    margin: 0;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box span.date {
    display: block;
    line-height: 1em;
    color: #514A47;
    font-weight: 500;
    font-size: 14px;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box h3 {
    font-size: 18px;
    color: #150A33;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box p {
    font-size: 15px;
    color: #514A47;
    line-height: 27px;
    margin-top: 15px;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box a.reply {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    width: 82px;
    height: 35px;
    background: #B5AC85;
    border-radius: 17.5px;
    line-height: 35px;
    position: absolute;
    top: 25px;
    right: 25px;
    display: inline-block;
    text-align: center;
}

.blog-details-page .comment-box-wrapper .single-comment-box.second-level {
    padding-left: 100px;
}

.blog-details-page .comment-box-wrapper .single-comment-box.third-level {
    padding-left: 200px;
}

@media (max-width: 736px) {
    .blog-details-page .comment-box-wrapper .single-comment-box.second-level {
        padding-left: 0px;
    }
    .blog-details-page .comment-box-wrapper .single-comment-box.third-level {
        padding-left: 0px;
    }
}

.blog-details-page .comment-form {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.blog-details-page .comment-form [class*=col-] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.blog-details-page .comment-form input,
.blog-details-page .comment-form textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 46px;
    border: 1px solid #E0E0E0;
    padding-left: 25px;
    display: block;
}

.blog-details-page .comment-form input.error,
.blog-details-page .comment-form textarea.error {
    background: rgba(255, 0, 0, 0.5);
}

.blog-details-page .comment-form label.error {
    display: none !important;
}

.blog-details-page .comment-form input {
    margin-bottom: 15px;
}

.blog-details-page .comment-form textarea {
    height: 116px;
    margin-top: 0px;
    padding-top: 10px;
    margin-bottom: 15px;
}

.blog-details-page .comment-form button.thm-btn {
    border: none;
    outline: none;
    width: 154px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #4D758C;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}


/**************************
* 10. video styles
***************************/

.video-box-style-one {
    background-color: #4d758c;
    background-size: cover;
    padding: 100px 0 110px;
}

.video-box-style-one .tag-line {
    color: #FFFFFF;
    font-size: 20px;
}

.video-box-style-one .tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 2px;
    background: #FFFFFF;
    margin-right: 15px;
}

.video-box-style-one h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 47px;
    line-height: 55px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 55px;
}

.video-box-style-one a.video-popup {
    color: #fff;
    font-size: 60px;
    display: inline-block;
    vertical-align: middle;
}

.video-box-style-tow {
    background: #e0e0e0;
    background: #000 url(../vedio/video.png);
    background-size: cover;
    padding: 100px 0 110px;
}

.video-box-style-tow .tag-line {
    color: #000;
    font-size: 20px;
}

.video-box-style-tow .tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 2px;
    background: #FFFFFF;
    margin-right: 15px;
}

.video-box-style-tow a.video-popup {
    color: #fff;
    font-size: 60px;
    display: inline-block;
    vertical-align: middle;
}


/**************************
* 11. pricing styles
***************************/

.price-box-style-one .tab-title {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 45px;
}

.price-box-style-one .tab-title li {
    display: inline-block;
    vertical-align: middle;
}

.price-box-style-one .tab-title li:first-child a {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.price-box-style-one .tab-title li:last-child a {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.price-box-style-one .tab-title li a {
    display: block;
    color: #2C3035;
    font-size: 16px;
    background: #E9F2FE;
    padding: 12.5px 32px;
}

.price-box-style-one .tab-title li.active a {
    background: #5AAAEF;
    color: #fff;
}

.price-box-style-one .single-price-style-one {
    text-align: center;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 0 20px;
    padding-top: 35px;
}

.price-box-style-one .single-price-style-one.popular {
    padding-top: 31px;
    border: 3px solid #3196EE;
    -webkit-box-shadow: 0px 0px 15px rgba(34, 34, 34, 0.36);
    box-shadow: 0px 0px 15px rgba(34, 34, 34, 0.36);
}

.price-box-style-one .single-price-style-one h3 {
    margin: 0;
    color: #2C3035;
    font-size: 22px;
    margin-bottom: 40px;
}

.price-box-style-one .single-price-style-one .price-box {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 23px;
}

.price-box-style-one .single-price-style-one span.price {
    display: block;
    color: #4D758C;
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 20px;
}

.price-box-style-one .single-price-style-one span.time {
    color: #808891;
    font-size: 16px;
}

.price-box-style-one .single-price-style-one .features {
    padding-top: 33px;
}

.price-box-style-one .single-price-style-one .features p {
    font-size: 18px;
    color: #2C3035;
    margin: 0;
}

.price-box-style-one .single-price-style-one .features p+p {
    margin-top: 10px;
}

.price-box-style-one .single-price-style-one a.price-btn {
    width: 154px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #4D758C;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 45px;
}

.price-box-style-one.dark-bg .price.tab-title li a {
    background: #E9F2FE;
    color: #2C3035;
}

.price-box-style-one.dark-bg .tab-title li.active a {
    background: #2878BC;
}

.price-box-style-one.dark-bg .single-price-style-one {
    border-color: #3F3E3E;
}

.price-box-style-one.dark-bg .single-price-style-one h3 {
    color: #FFFFFF;
}

.price-box-style-one.dark-bg .single-price-style-one span.time {
    color: #E6E8E9;
}

.price-box-style-one.dark-bg .single-price-style-one .price-box {
    border-bottom-color: #474545;
}

.price-box-style-one.dark-bg .single-price-style-one .features p {
    color: #FFFFFF;
}

.price-box-style-one.dark-bg .single-price-style-one.popular {
    border-color: #4D758C;
}


/**************************
* 12. funfact styles
***************************/

.funfact-style-one {
    background: #fff url(../img/fun-fact-bg.jpg) right center no-repeat;
    background-size: cover;
}

@media (max-width: 1366px) {
    .funfact-style-one {
        background-position: 55% center;
    }
}

.funfact-style-one span.tag-line {
    color: #4D758C;
    font-size: 20px;
}

.funfact-style-one span.tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 2px;
    background: #4D758C;
    margin-right: 15px;
}

.funfact-style-one h3 {
    margin: 0;
    color: #2C3035;
    font-size: 47px;
    line-height: 55px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 70px;
}

.funfact-style-one .single-fun-fact {
    display: inline-block;
    vertical-align: middle;
}

.funfact-style-one .single-fun-fact+.single-fun-fact {
    margin-left: 50px;
}

.funfact-style-one .single-fun-fact .icon-box,
.funfact-style-one .single-fun-fact .text-box {
    display: table-cell;
    vertical-align: middle;
}

.funfact-style-one .single-fun-fact .icon-box i {
    font-size: 52px;
    color: #3b9bee;
}

.funfact-style-one .single-fun-fact .text-box {
    padding-left: 40px;
}

.funfact-style-one .single-fun-fact .text-box h3 {
    margin: 0;
    color: #2C3035;
    font-size: 28px;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 7px;
}

.funfact-style-one .single-fun-fact .text-box p {
    margin: 0;
    color: #808891;
    font-size: 18px;
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two+.single-fun-fact-style-two {
    margin-left: 110px;
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .icon-box,
.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .text-box {
    display: inline-block;
    vertical-align: middle;
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .icon-box i {
    color: #B5AC85;
    font-size: 64px;
    line-height: 1em;
    display: block;
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .text-box {
    padding-left: 30px;
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .text-box h3,
.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .text-box p {
    margin: 0;
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .text-box h3 {
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 5px;
    font-weight: normal;
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .text-box p {
    font-size: 18px;
    color: #E6E8E9;
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two:nth-child(2) .icon-box i {
    color: #1bcad2;
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two:nth-child(3) .icon-box i {
    color: #3b9bee;
}


/**************************
* 13. features styles
***************************/

.feature-style-one .single-feature-style-one {
    text-align: center;
    padding: 0 75px;
}

.feature-style-one .single-feature-style-one+.single-feature-style-one {
    margin-top: 65px;
}

.feature-style-one .single-feature-style-one .icon-box {
    border: 3px solid #B5AC85;
    background: #B5AC85;
    width: 93px;
    height: 93px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.feature-style-one .single-feature-style-one .icon-box i {
    color: #2d3136;
    color: #fff;
    line-height: 87px;
    font-size: 42px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.feature-style-one .single-feature-style-one .text-box h3,
.feature-style-one .single-feature-style-one .text-box p {
    margin: 0;
}

.feature-style-one .single-feature-style-one .text-box h3 {
    font-weight: normal;
    color: #2C3035;
    font-size: 18px;
    margin-bottom: 10px;
}

.feature-style-one .single-feature-style-one .text-box p {
    color: #808891;
}

.feature-style-one .single-feature-style-one:hover .icon-box {
    border: 3px solid #4D758C;
    background-color: transparent;
}

.feature-style-one .single-feature-style-one:hover i {
    color: #2d3136;
}

.feature-style-one .moc-img {
    border-radius: 50px;
    -webkit-box-shadow: 0px 1px 18px rgba(34, 34, 34, 0.24);
    box-shadow: 0px 1px 18px rgba(34, 34, 34, 0.24);
}

.feature-style-one .feature-content-wrapper {
    padding-top: 115px;
}

.feature-style-one .feature-btn {
    border-radius: 7px;
    border: 2px solid #4D758C;
    background: transparent;
    width: 210px;
    height: 58px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 9px 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.feature-style-one .feature-btn+.feature-btn {
    margin-left: 22px;
}

.feature-style-one .feature-btn .icon-box,
.feature-style-one .feature-btn .text-box {
    display: inline-block;
    vertical-align: middle;
}

.feature-style-one .feature-btn .icon-box {
    width: 25px;
}

.feature-style-one .feature-btn .icon-box i {
    color: #4D758C;
    font-size: 23px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.feature-style-one .feature-btn .icon-box i.fa-apple {
    font-size: 32px;
}

.feature-style-one .feature-btn .text-box {
    text-align: left;
    padding-left: 10px;
}

.feature-style-one .feature-btn .text-box .labeled-text {
    display: block;
    color: #352c2c;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 8px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.feature-style-one .feature-btn .text-box .store-name {
    display: block;
    text-transform: uppercase;
    color: #2C3035;
    font-size: 16px;
    line-height: 1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.feature-style-one .feature-btn.active,
.feature-style-one .feature-btn:hover {
    background: #4D758C;
}

.feature-style-one .feature-btn.active .icon-box i,
.feature-style-one .feature-btn:hover .icon-box i {
    color: #FFFFFF;
}

.feature-style-one .feature-btn.active .text-box .labeled-text,
.feature-style-one .feature-btn.active .text-box .store-name,
.feature-style-one .feature-btn:hover .text-box .labeled-text,
.feature-style-one .feature-btn:hover .text-box .store-name {
    color: #FAFFF8;
}

.feature-style-one .btn-box {
    margin-top: 90px;
}

.feature-style-two .row+.row {
    margin-top: 100px;
}

.feature-style-two .feature-content {
    padding-left: 70px;
    padding-top: 45px;
}

.feature-style-two .feature-content .tag-line {
    color: #4D758C;
    font-size: 20px;
}

.feature-style-two .feature-content .tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 2px;
    background: #4D758C;
    margin-right: 15px;
}

.feature-style-two .feature-content h3 {
    font-size: 47px;
    line-height: 55px;
    font-weight: normal;
    color: #2C3035;
    margin: 0;
    margin-top: 18px;
    margin-bottom: 30px;
}

.feature-style-two .feature-content p {
    color: #808891;
    font-size: 18px;
    line-height: 29px;
    margin: 0;
    margin-bottom: 45px;
}

.feature-style-two .feature-content a.view-more {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #4D758C;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.feature-style-two .feature-content a.view-more:hover {
    background: #4d758c;
}

.feature-style-two .feature-content a.view-more.style-two {
    background: #B5AC85;
}

.feature-style-two .feature-content a.view-more.style-two:hover {
    background: #4D758C;
}

.feature-style-two .img-box {
    display: inline-block;
    position: relative;
    margin-top: 55px;
}

.feature-style-two .img-box:before {
    position: absolute;
    top: -55px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    content: '';
    background: #4D758C;
    background: -webkit-gradient(left top, right top, color-stop(0%, #4D758C), color-stop(100%, #ffffff));
    background: -webkit-gradient(linear, left top, right top, from(#4D758C), to(#ffffff));
    background: linear-gradient(to right, #4D758C 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4D758C', endColorstr='#ffffff', GradientType=1);
}

.feature-style-two .img-box .inner {
    margin-left: 55px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.feature-style-two .img-box .inner img {
    border-radius: 10px;
}

.feature-style-two .img-box .inner:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-transition: none;
    transition: none;
    border-radius: 10px;
}

.feature-style-two .img-box .inner:hover:after {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.feature-style-two .img-box.gradient-two:before {
    background: #B5AC85;
    background: -webkit-gradient(left top, right top, color-stop(0%, #B5AC85), color-stop(100%, #ffffff));
    background: -webkit-gradient(linear, left top, right top, from(#B5AC85), to(#ffffff));
    background: linear-gradient(to right, #B5AC85 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#B5AC85', endColorstr='#ffffff', GradientType=1);
}

.feature-style-two .img-box.gradient-three:before {
    background: #6641C0;
    background: -webkit-gradient(left top, right top, color-stop(0%, #6641C0), color-stop(100%, #ffffff));
    background: -webkit-gradient(linear, left top, right top, from(#6641C0), to(#ffffff));
    background: linear-gradient(to right, #6641C0 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6641C0', endColorstr='#ffffff', GradientType=1);
}

.feature-style-two .img-box.gradient-four:before {
    background: #CD3498;
    background: -webkit-gradient(left top, right top, color-stop(0%, #CD3498), color-stop(100%, #ffffff));
    background: -webkit-gradient(linear, left top, right top, from(#CD3498), to(#ffffff));
    background: linear-gradient(to right, #CD3498 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#CD3498', endColorstr='#ffffff', GradientType=1);
}

.feature-style-two .img-box.gradient-five:before {
    background: #1BC9D1;
    background: -webkit-gradient(left top, right top, color-stop(0%, #1BC9D1), color-stop(100%, #000000));
    background: -webkit-gradient(linear, left top, right top, from(#1BC9D1), to(#000000));
    background: linear-gradient(to right, #1BC9D1 0%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1BC9D1', endColorstr='#000000', GradientType=1);
}

.feature-style-two .img-box.gradient-six:before {
    background: #3397EC;
    background: -webkit-gradient(left top, right top, color-stop(0%, #3397EC), color-stop(100%, #000000));
    background: -webkit-gradient(linear, left top, right top, from(#3397EC), to(#000000));
    background: linear-gradient(to right, #3397EC 0%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3397EC', endColorstr='#000000', GradientType=1);
}

.feature-style-two .pull-left .feature-content {
    padding-left: 0;
}

.feature-style-two.home-page-four .feature-content h3 {
    color: #FFFFFF;
}

.feature-style-two.home-page-four .feature-content p {
    color: #E6E8E9;
}

.feature-style-two.home-page-four .feature-content a.view-more {
    background: #4D758C;
    background: -webkit-gradient(left top, right top, color-stop(0%, #1bc8d1), color-stop(100%, #4D758C));
    background: -webkit-gradient(linear, left top, right top, from(#1bc8d1), to(#4D758C));
    background: linear-gradient(to right, #1bc8d1 0%, #4D758C 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1bc8d1', endColorstr='#4D758C', GradientType=1);
}

.feature-style-three.gray-bg {
    background: #F1F1F1;
}

.feature-style-three .row [class*=col-]:last-child .single-feature-style-three {
    text-align: center;
}

.feature-style-three .row [class*=col-]:last-child .single-feature-style-three .icon-box:after {
    display: none;
}

.feature-style-three .single-feature-style-three {
    text-align: center;
}

.feature-style-three .single-feature-style-three .icon-box {
    width: 93px;
    height: 93px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 40px;
    border: 3px solid #4D758C;
    background-color: transparent;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
}

.feature-style-three .single-feature-style-three .icon-box i {
    color: #2d3136;
    line-height: 87px;
    font-size: 42px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.feature-style-three .single-feature-style-three h3 {
    font-size: 18px;
    font-weight: normal;
    color: #2C3035;
    margin: 0;
    margin-bottom: 7px;
}

.feature-style-three .single-feature-style-three p {
    color: #808891;
    font-size: 16px;
    padding: 0 34px;
    margin: 0;
}

.feature-style-three .single-feature-style-three:hover .icon-box {
    border: 3px solid #b5ac85;
    background: #b5ac85;
}

.feature-style-three .single-feature-style-three:hover i {
    color: #fff;
}


/**************************
* 14. portfolio styles
***************************/

.portfolio-style-one {
    padding-bottom: 95px;
}

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

.portfolio-style-one .single-portfolio-style-one {
    margin-bottom: 30px;
}

.portfolio-style-one .single-portfolio-style-one .img-box {
    position: relative;
}

.portfolio-style-one .single-portfolio-style-one .img-box>img {
    width: 100%;
}

.portfolio-style-one .single-portfolio-style-one .img-box .overlay {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.portfolio-style-one .single-portfolio-style-one .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}

.portfolio-style-one .single-portfolio-style-one .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 30px;
    padding-bottom: 35px;
}

.portfolio-style-one .single-portfolio-style-one .img-box .overlay .box .content span {
    display: block;
    color: #4D758C;
    font-size: 16px;
}

.portfolio-style-one .single-portfolio-style-one .img-box .overlay .box .content h3 {
    margin: 0;
    color: #2C3035;
    font-size: 18px;
    font-weight: normal;
    margin-top: 5px;
}

.portfolio-style-one .single-portfolio-style-one .img-box .overlay .box .content a.img-popup {
    font-size: 17px;
    color: #000000;
    position: absolute;
    top: 35px;
    right: 35px;
}

.portfolio-style-one .single-portfolio-style-one:hover .img-box .overlay {
    opacity: 1;
}

.portfolio-style-two {
    padding-bottom: 95px;
}

.portfolio-style-two .gallery-filter {
    margin-bottom: 50px;
}

.portfolio-style-two .gallery-filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.portfolio-style-two .gallery-filter ul li {
    display: inline-block;
    vertical-align: middle;
}

.portfolio-style-two .gallery-filter ul li+li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 20px;
}

.portfolio-style-two .gallery-filter ul li span {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 18px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.portfolio-style-two .gallery-filter ul li:hover span,
.portfolio-style-two .gallery-filter ul li.active span {
    color: #3299EA;
}

.single-portfolio-style-two {
    margin-bottom: 30px;
}

.single-portfolio-style-two .img-box {
    position: relative;
}

.single-portfolio-style-two .img-box>img {
    width: 100%;
}

.single-portfolio-style-two .img-box .overlay {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: rgba(17, 17, 17, 0.9);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.single-portfolio-style-two .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}

.single-portfolio-style-two .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 30px;
    padding-bottom: 35px;
}

.single-portfolio-style-two .img-box .overlay .box .content span {
    display: block;
    color: #4D758C;
    font-size: 16px;
}

.single-portfolio-style-two .img-box .overlay .box .content h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    margin-top: 5px;
}

.single-portfolio-style-two .img-box .overlay .box .content a.img-popup {
    font-size: 17px;
    color: #FFFFFF;
    position: absolute;
    top: 35px;
    right: 35px;
}

.single-portfolio-style-two:hover .img-box .overlay {
    opacity: 1;
}


/**************************
* 15. team styles
***************************/

.team-style-one {
    overflow: hidden;
}

.team-style-one .team-member-img-box {
    background: #333335;
    margin-bottom: 60px;
    padding: 30px 0;
}

.team-style-one .team-member-img-box .team-pager {
    text-align: center;
}

.team-style-one .team-member-img-box .team-pager .pager-item {
    width: 20%;
    float: left;
}

.team-style-one .team-member-img-box .team-pager .pager-item .team-thumb {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.team-style-one .team-member-img-box .team-pager .pager-item .team-thumb>img {
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    border: 4px solid transparent;
    border-radius: 50%;
}

.team-style-one .team-member-img-box .team-pager .pager-item.active .team-thumb>img {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: #4D758C;
}

.team-style-one .team-member-content-box .container {
    max-width: 470px;
    background: #333335;
    border-radius: 20px;
}

.team-style-one .team-member-content-box .container .slide-text {
    padding: 55px 0;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
}

.team-style-one .team-member-content-box .container .slide-text h4,
.team-style-one .team-member-content-box .container .slide-text p {
    margin: 0;
}

.team-style-one .team-member-content-box .container .slide-text h4 {
    font-size: 28px;
    color: #FFFFFF;
    font-weight: normal;
}

.team-style-one .team-member-content-box .container .slide-text span {
    color: #4D758C;
    font-size: 18px;
    font-weight: normal;
}

.team-style-one .team-member-content-box .container .slide-text .progress-box {
    margin-top: 30px;
}

.team-style-one .team-member-content-box .container .slide-text .single-progress+.single-progress {
    margin-top: 20px;
}

.team-style-one .team-member-content-box .container .slide-text .single-progress .top {
    margin-bottom: 14px;
}

.team-style-one .team-member-content-box .container .slide-text .single-progress .top h4 {
    margin: 0;
    float: left;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 23px;
}

.team-style-one .team-member-content-box .container .slide-text .single-progress .top span {
    float: right;
    color: #2C3035;
    font-size: 14px;
    background: #FFFFFF;
    line-height: 1em;
    text-align: center;
    border-radius: 3px;
    padding: 4.5px 9px;
}

.team-style-one .team-member-content-box .container .slide-text .single-progress .top span b {
    font-weight: inherit;
}

.team-style-one .team-member-content-box .container .slide-text .single-progress .progress-scale {
    background: #FFFFFF;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.team-style-one .team-member-content-box .container .slide-text .single-progress .progress-scale .inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 5px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.team-style-one .team-member-content-box .container .slide-text .social {
    margin-top: 50px;
}

.team-style-one .team-member-content-box .container .slide-text .social a {
    color: #D0D0D0;
    font-size: 22px;
}

.team-style-one .team-member-content-box .container .slide-text .social a+a {
    margin-left: 16px;
}

.team-style-one .team-member-content-box .bx-wrapper {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0;
}

.team-style-one .team-member-content-box .bx-wrapper .bx-controls-direction a {
    width: 48px;
    height: 56px;
    margin-top: -24px;
    z-index: 99;
}

.team-style-one .team-member-content-box .bx-wrapper .bx-prev {
    background: transparent url(../img/team-1-left.png) 0 0 no-repeat;
    left: -121px;
}

.team-style-one .team-member-content-box .bx-wrapper .bx-next {
    background: transparent url(../img/team-1-right.png) 0 0 no-repeat;
    right: -121px;
}

.single-team-style-two .img-box {
    position: relative;
}

.single-team-style-two .img-box>img {
    width: 100%;
}

.single-team-style-two .img-box .arrow-pointer {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    width: 49px;
    height: 49px;
    background: #B5AC85;
    text-align: center;
    border-radius: 50%;
    line-height: 49px;
    z-index: 10;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.single-team-style-two .img-box .arrow-pointer i {
    color: #fff;
    font-size: 20px;
}

.single-team-style-two .img-box .overlay {
    position: absolute;
    bottom: 45px;
    width: 100%;
    left: 0;
    background: #2C3035;
    z-index: 9;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
}

.single-team-style-two .img-box .overlay .box .content {
    position: relative;
    padding-left: 20px;
    padding-bottom: 35px;
    padding-top: 30px;
}

.single-team-style-two .img-box .overlay .box .content h3 {
    color: #FFFFFF;
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    line-height: 1em;
}

.single-team-style-two .img-box .overlay .box .content p {
    color: #B5AC85;
    margin: 0;
    font-size: 16px;
    line-height: 1em;
    margin-top: 14px;
}

.single-team-style-two .img-box .overlay .box .content .social {
    position: absolute;
    top: 30px;
    right: 20px;
    text-align: center;
}

.single-team-style-two .img-box .overlay .box .content .social a {
    display: block;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 14px;
    transition: all .4s ease;
}

.single-team-style-two .img-box .overlay .box .content .social a+a {
    margin-top: 10px;
}

.single-team-style-two .img-box .overlay .box .content .social a:hover {
    color: #1ACBD1;
}

.single-team-style-two .img-box:hover .arrow-pointer {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
}

.single-team-style-two .img-box:hover .overlay {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.team-style-three .single-team-style-three .img-box {
    height: 300px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.team-style-three .single-team-style-three .img-box>img {
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.team-style-three .single-team-style-three .img-box:hover>img {
    -webkit-transform: translateY(-57px);
    transform: translateY(-57px);
}

.team-style-three .single-team-style-three .text-box {
    background: #000000;
    text-align: center;
    position: relative;
    z-index: 9;
    padding-top: 45px;
}

.team-style-three .single-team-style-three .text-box h3 {
    margin: 0;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 7px;
}

.team-style-three .single-team-style-three .text-box span {
    color: #E6E8E9;
    font-size: 18px;
    line-height: 1em;
}

.team-style-three .single-team-style-three .text-box .social {
    margin-top: 15px;
}

.team-style-three .single-team-style-three .text-box .social a {
    color: #DEDEDE;
    font-size: 22px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.team-style-three .single-team-style-three .text-box .social a+a {
    margin-left: 10px;
}

.team-style-three .single-team-style-three .text-box .social a:hover {
    color: #319CE9;
}


/**************************
* 16. service styles
***************************/

.service-style-one {
    overflow: hidden;
    padding-top: 110px;
}

.service-style-one .row {
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.service-style-one .row [class*=col-] {
    padding-left: 17.5px;
    padding-right: 17.5px;
}

.service-style-one .single-service-style-one {
    text-align: center;
}

.service-style-one .single-service-style-one .img-box {
    background: #F1F1F1;
    position: relative;
}

.service-style-one .single-service-style-one .img-box>img {
    width: 100%;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.service-style-one .single-service-style-one .img-box .overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(49, 150, 238, 0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.service-style-one .single-service-style-one .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}

.service-style-one .single-service-style-one .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
}

.service-style-one .single-service-style-one .img-box .overlay .box .content i {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 54px;
    color: #2d3136;
}

.service-style-one .single-service-style-one .img-box .overlay .box .content h3,
.service-style-one .single-service-style-one .img-box .overlay .box .content p {
    margin: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.service-style-one .single-service-style-one .img-box .overlay .box .content h3 {
    color: #2C3035;
    font-size: 22px;
    font-weight: normal;
    margin-top: 10px;
}

.service-style-one .single-service-style-one .img-box .overlay .box .content p {
    color: #808891;
    font-size: 16px;
    line-height: 29px;
    padding: 0 37px;
    margin-top: 10px;
}

.service-style-one .single-service-style-one:hover .img-box>img {
    opacity: 1;
}

.service-style-one .single-service-style-one:hover .img-box .overlay {
    background: #B5AC85;
}

.service-style-one .single-service-style-one:hover .img-box .overlay .box .content i,
.service-style-one .single-service-style-one:hover .img-box .overlay .box .content h3,
.service-style-one .single-service-style-one:hover .img-box .overlay .box .content p {
    color: #F2F1F1;
}

.service-style-two .single-service-content {
    text-align: center;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    height: 345px;
}

.service-style-two .single-service-content i {
    color: #ffffff;
    font-size: 78px;
    display: block;
    line-height: 1em;
}

.service-style-two .single-service-content h3 {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    margin-top: 30px;
}

.service-style-two .single-service-content .inner-content {
    width: 100%;
}

.service-style-two .single-service-content .overlay {
    padding: 0 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 50%;
    height: 100%;
    width: 100%;
    border-radius: 2px;
    outline: transparent solid 1px;
    -webkit-perspective: inherit;
    perspective: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    z-index: 2;
}

.service-style-two .single-service-content .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}

.service-style-two .single-service-content .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
}

.service-style-two .single-service-content .overlay .box .content i {
    font-size: 55px;
}

.service-style-two .single-service-content .overlay .box .content h3 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.service-style-two .single-service-content .overlay .box .content p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 29px;
    margin: 0;
}

.service-style-two .single-service-content .front {
    background: #3196ee;
    border-radius: 10px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 900;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .9s ease;
    transition: -webkit-transform .9s ease;
    transition: transform .9s ease;
    transition: transform .9s ease, -webkit-transform .9s ease;
}

.service-style-two .single-service-content .back {
    background: #3196ee;
    border-radius: 10px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .9s ease;
    transition: -webkit-transform .9s ease;
    transition: transform .9s ease;
    transition: transform .9s ease, -webkit-transform .9s ease;
}

.service-style-two .single-service-content.flip .front {
    z-index: 900;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
}

.service-style-two .single-service-content.flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}


/**************************
* 17. about styles
***************************/

.about-style-one .about-content {
    padding-top: 120px;
}

.about-style-one .about-content .tag-line {
    color: #3397EB;
    font-size: 20px;
    margin-bottom: 15px;
}

.about-style-one .about-content .tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 2px;
    background: #3397EB;
    margin-right: 15px;
}

.about-style-one .about-content h3,
.about-style-one .about-content p {
    margin: 0;
}

.about-style-one .about-content .title-text {
    font-size: 47px;
    line-height: 55px;
    font-weight: normal;
    color: #2C3035;
    margin-bottom: 25px;
}

.about-style-one .about-content .title-text span {
    color: #3397EB;
}

.about-style-one .about-content .title-text .type-wrap {
    display: inline-block;
}

.about-style-one .about-content .title-text .typed {
    display: inline-block;
    color: #3397EB;
}

.about-style-one .about-content .title-text .typed-cursor {
    position: relative;
    bottom: 0px;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.about-style-one .about-content p {
    font-size: 18px;
    line-height: 29px;
    color: #808891;
}

.about-style-one .about-content .progress-box {
    margin-top: 25px;
}

.about-style-one .about-content .single-progress-bar+.single-progress-bar {
    margin-top: 20px;
}

.about-style-one .about-content .single-progress-bar .labeled-text,
.about-style-one .about-content .single-progress-bar .progress-scale,
.about-style-one .about-content .single-progress-bar .percent {
    display: inline-block;
    vertical-align: middle;
}

.about-style-one .about-content .single-progress-bar .labeled-text {
    color: #2C3035;
    font-size: 16px;
    text-transform: uppercase;
    width: 44px;
    margin-right: 20px;
}

.about-style-one .about-content .single-progress-bar .progress-scale {
    width: 100%;
    max-width: 285px;
    background: #F0F0F0;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.about-style-one .about-content .single-progress-bar .progress-scale .inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 5px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.about-style-one .about-content .single-progress-bar .percent {
    color: #fff;
    font-size: 14px;
    background: #333335;
    line-height: 1em;
    text-align: center;
    border-radius: 3px;
    padding: 13px 9px 10px;
    margin-left: 20px;
    line-height: 0;
}

.about-style-two {
    padding-bottom: 120px;
}

.about-style-two .about-content .main-title-box .tag-line {
    color: #3397EB;
    font-size: 20px;
    margin-bottom: 15px;
}

.about-style-two .about-content .main-title-box .tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 2px;
    background: #3397EB;
    margin-right: 15px;
}

.about-style-two .about-content .main-title-box h3,
.about-style-two .about-content .main-title-box p {
    margin: 0;
}

.about-style-two .about-content .main-title-box .title-text {
    font-size: 47px;
    line-height: 55px;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.about-style-two .about-content .main-title-box .title-text span {
    color: #3397EB;
}

.about-style-two .about-content .main-title-box .title-text .type-wrap {
    display: inline-block;
}

.about-style-two .about-content .main-title-box .title-text .typed {
    display: inline-block;
    color: #3397EB;
}

.about-style-two .about-content .main-title-box .title-text .typed-cursor {
    position: relative;
    bottom: 0px;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.about-style-two .about-content .main-title-box p {
    font-size: 18px;
    line-height: 29px;
    color: #E6E8E9;
}

.about-style-two .about-content .title-box {
    margin-top: 60px;
    margin-bottom: 35px;
}

.about-style-two .about-content .title-box h3,
.about-style-two .about-content .title-box p {
    margin: 0;
}

.about-style-two .about-content .title-box h3 {
    color: #B5AC85;
    font-size: 36px;
    font-weight: normal;
}

.about-style-two .about-content .title-box p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 29px;
    color: #E6E8E9;
}

.about-style-two .about-content .single-about-feature-box+.single-about-feature-box {
    margin-top: 63px;
}

.about-style-two .about-content .single-about-feature-box .icon-box,
.about-style-two .about-content .single-about-feature-box .text-box {
    display: table-cell;
    vertical-align: middle;
}

.about-style-two .about-content .single-about-feature-box .icon-box .inner {
    width: 44px;
    height: 44px;
    background: #3196ee;
    text-align: center;
    border-radius: 50%;
}

.about-style-two .about-content .single-about-feature-box .icon-box .inner i {
    line-height: 44px;
    color: #FDFDFD;
    font-size: 18px;
}

.about-style-two .about-content .single-about-feature-box .text-box {
    padding-left: 55px;
}

.about-style-two .about-content .single-about-feature-box .text-box h3,
.about-style-two .about-content .single-about-feature-box .text-box p {
    margin: 0;
}

.about-style-two .about-content .single-about-feature-box .text-box h3 {
    font-size: 28px;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 10px;
}

.about-style-two .about-content .single-about-feature-box .text-box p {
    font-size: 18px;
    line-height: 29px;
    color: #E6E8E9;
}

.about-style-two .about-content .single-about-feature-box.style-two .icon-box .inner {
    background: #1AC9D1;
}

.about-style-two img.about-image {
    margin-top: 90px;
}


/**************************
* 18. hidden sidebar styles
***************************/

.hidden-sidebar {
    position: fixed;
    top: 0;
    right: -270px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    max-width: 270px;
    background: #b5ac85;
    overflow: auto;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-box-shadow: 0px 7px 15px rgba(33, 33, 33, 0.36);
    box-shadow: 0px 7px 15px rgba(33, 33, 33, 0.36);
}

.hidden-sidebar.open {
    -webkit-transform: translate3d(-270px, 0, 0);
    transform: translate3d(-270px, 0, 0);
}

.hidden-sidebar a.close-button {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #000000;
    font-size: 25px;
}

.hidden-sidebar .sidebar-content {
    padding-top: 65px;
    padding-bottom: 65px;
}

.hidden-sidebar .sidebar-content .navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 180px;
    margin-bottom: 150px;
}

.hidden-sidebar .sidebar-content .navigation-box li a {
    color: #FFFFFF;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
}

.hidden-sidebar .sidebar-content .navigation-box li a:hover {
    color: #4D758C;
}

.hidden-sidebar .sidebar-content .navigation-box li.current a {
    color: #4D758C;
}

.hidden-sidebar .sidebar-content .navigation-box li+li {
    margin-top: 20px;
}

.hidden-sidebar .sidebar-content .navigation-box li .subnav-toggler {
    background-color: transparent;
    border: none;
    outline: none;
    color: #000000;
    font-size: 20px;
    padding: 0;
    margin-left: 10px;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
}

.hidden-sidebar .sidebar-content .navigation-box li ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hidden-sidebar .sidebar-content .navigation-box li ul.sub-menu li a {
    color: #000000;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
    padding-left: 15px;
}

.hidden-sidebar .sidebar-content .social {
    margin-bottom: 20px;
}

.hidden-sidebar .sidebar-content .social a {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-size: 16px;
    line-height: 33px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50%;
}

.hidden-sidebar .sidebar-content .social a:hover {
    color: #3196EE;
}

.hidden-sidebar .sidebar-content .social a+a {
    margin-left: 10px;
}

.hidden-sidebar .sidebar-content p.copy-text {
    margin: 0;
    color: #000000;
    font-size: 15px;
}

.hidden-sidebar .sidebar-content p.copy-text i.fa-heart {
    color: #000000;
}


/**************************
* 19. parallax styles
***************************/

.parallax-bg {
    background-color: #000;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

[class*=parallax-style] {
    max-height: 650px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[class*=parallax-style] p {
    margin-top: 30px !important;
}

[class*=parallax-style] a.thm-btn {
    margin-top: 50px;
}

[class*=parallax-style].overlay {
    position: relative;
}

[class*=parallax-style].overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

[class*=parallax-style].overlay * {
    position: relative;
    z-index: 10;
}

.parallax-style-one {}

.parallax-style-one h3,
.parallax-style-one p {
    margin: 0;
}

.parallax-style-one h3 {
    color: #FFFFFF;
    font-size: 60px;
    line-height: 72px;
    font-weight: 300;
}

.parallax-style-one h3 span {
    font-weight: 500;
}

.parallax-style-one p {
    font-size: 20px;
    color: #FFFFFF;
}

.parallax-style-one a.thm-btn {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #B5AC85;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.parallax-style-one a.thm-btn:hover {
    background: #5e9f09;
}

.parallax-style-one a.thm-btn.style-two {
    background: #B5AC85;
}

.parallax-style-one a.thm-btn.style-two:hover {
    background: #149ea2;
}

.parallax-style-two {}

.parallax-style-two h3,
.parallax-style-two p {
    margin: 0;
}

.parallax-style-two h3 {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: .025em;
    color: #2C3035;
    font-weight: 300;
}

.parallax-style-two p {
    font-size: 20px;
    line-height: 32px;
    color: #808891;
}

.parallax-style-two a.thm-btn {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #4D758C;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.parallax-style-two a.thm-btn:hover {
    background: #4d758c;
}

.parallax-style-three {}

.parallax-style-three h3,
.parallax-style-three p {
    margin: 0;
}

.parallax-style-three h3 {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: .025em;
    color: #FFFFFF;
    font-weight: 300;
}

.parallax-style-three p {
    font-size: 20px;
    line-height: 32px;
    color: #808891;
}

.parallax-style-three a.thm-btn {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #1AC9D1;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.parallax-style-three a.thm-btn:hover {
    background: #149da4;
}

.parallax-style-four {}

.parallax-style-four h3,
.parallax-style-four p {
    margin: 0;
}

.parallax-style-four h3 {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: .025em;
    color: #2C3035;
    font-weight: 300;
}

.parallax-style-four p {
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
}

.parallax-style-four a.thm-btn {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #1AC9D1;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.parallax-style-four a.thm-btn:hover {
    background: #149da4;
}

.parallax-style-five h3,
.parallax-style-five p {
    margin: 0;
}

.parallax-style-five h3 {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: .025em;
    color: #FFFFFF;
    font-weight: 300;
}

.parallax-style-five p {
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
}

.parallax-style-five a.thm-btn {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #1AC9D1;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #6540c3;
    background: -webkit-gradient(left top, right top, color-stop(0%, #6540c3), color-stop(100%, #d43296));
    background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
    background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
}


/**************************
* 20. video header styles
***************************/

.v-header {
    height: 100vh;
    color: #fff;
    width: 100%;
    position: relative;
}

.fullscreen-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.fullscreen-video-wrap video {
    min-height: 100%;
    min-width: 100%;
}

.header-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.header-content .box {
    display: table;
    width: 100%;
    height: 100%;
}

.header-content .box .content {
    display: table-cell;
    vertical-align: middle;
}

.header-content h1 {
    margin: 0;
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: .025em;
    font-weight: 300;
    margin-bottom: 45px;
}

.header-content h1 span {
    font-weight: 500;
}

.header-content .thm-btn {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 58px;
    background: #4D758C;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #6540c3;
    background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
}


/**************************
* 21. inner title styles
***************************/

.inner-page-title {
    background: #000000;
    text-align: center;
    padding: 50px 0;
}

.inner-page-title h3 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
}

.inner-page-title ul.breadcumb {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
}

.inner-page-title ul.breadcumb li {
    display: inline-block;
    vertical-align: middle;
}

.inner-page-title ul.breadcumb li a,
.inner-page-title ul.breadcumb li span {
    display: block;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1em;
}

.inner-page-title ul.breadcumb li span {
    color: #B5AC85;
}

.inner-page-title ul.breadcumb li span.sep {
    margin-left: 10px;
    margin-right: 10px;
}


/**************************
* 22. sidebar styles
***************************/

.has-right-sidebar {
    padding-right: 0px;
}

.sidebar .single-sidebar:not(.search-widget):not(.tags-widget) {
    padding: 0 30px;
    padding-top: 30px;
    border: 1px solid #EBEBEF;
}

.sidebar .single-sidebar+.single-sidebar {
    margin-top: 45px;
}

.sidebar .single-sidebar .title {
    margin-bottom: 30px;
}

.sidebar .single-sidebar .title h3 {
    margin: 0;
    color: #150A33;
    font-size: 22px;
    font-weight: 400;
}

.sidebar .single-sidebar .title h3:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #B5AC85;
    margin-left: 15px;
}

.sidebar .single-sidebar.search-widget {
    border: 1px solid #ececf0;
}

.sidebar .single-sidebar.search-widget form {
    position: relative;
    height: 54px;
}

.sidebar .single-sidebar.search-widget form input {
    width: 100%;
    height: 100%;
    color: #514A47;
    font-size: 15px;
    padding-left: 20px;
    border: none;
    outline: none;
    background-color: transparent;
    letter-spacing: .05em;
}

.sidebar .single-sidebar.search-widget form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #514A47;
}

.sidebar .single-sidebar.search-widget form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #514A47;
}

.sidebar .single-sidebar.search-widget form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #514A47;
}

.sidebar .single-sidebar.search-widget form input:-moz-placeholder {
    /* Firefox 18- */
    color: #514A47;
}

.sidebar .single-sidebar.search-widget form button {
    background-color: transparent;
    outline: none;
    border: none;
    color: #514A47;
    font-size: 15px;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    width: 75px;
    height: 100%;
    color: #514A47;
    border-left: 1px solid #ececf0;
}

.sidebar .single-sidebar.category-widget {
    padding-bottom: 30px !important;
}

.sidebar .single-sidebar.category-widget ul.category-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -5px;
}

.sidebar .single-sidebar.category-widget ul.category-list li+li {
    border-top: 1px solid #E0E0E0;
    padding-top: 10px;
    margin-top: 10px;
}

.sidebar .single-sidebar.category-widget ul.category-list li a {
    color: #514A47;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    display: block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar .single-sidebar.category-widget ul.category-list li a span.count {
    float: right;
}

.sidebar .single-sidebar.category-widget ul.category-list li a:hover {
    color: #B5AC85;
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list {
    margin-top: -5px;
    padding-bottom: 15px;
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post {
    margin-bottom: 0;
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post+.single-recent-post {
    border-top: 1px solid #E0E0E0;
    padding-top: 15px;
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post+.single-recent-post {
    margin-top: 20px;
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3 {
    margin: 0;
    color: #150A33;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .01em;
    font-weight: 400;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3:hover {
    color: #B5AC85;
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post a.date {
    color: #929191;
    font-size: 15px;
    line-height: 1em;
    display: inline-block;
    font-weight: 400;
}

.sidebar .single-sidebar.tags-widget ul.tags-list,
.sidebar .single-sidebar.tags-widget ul.tags-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .single-sidebar.tags-widget ul.tags-list {
    margin-left: -5px;
    margin-right: -5px;
}

.sidebar .single-sidebar.tags-widget ul.tags-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    margin-bottom: 10px;
}

.sidebar .single-sidebar.tags-widget ul.tags-list li a {
    display: block;
    border: 1px solid #F5F9FF;
    color: #514A47;
    font-size: 15px;
    line-height: 1em;
    font-weight: 400;
    padding: 10px 19px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #F5F9FF;
}

.sidebar .single-sidebar.tags-widget ul.tags-list li a:hover {
    color: #fff;
    border-color: #B5AC85;
    background: #B5AC85;
}


/**************************
* 23. home page two styles
***************************/

.home-page-two .preloader {
    background: #b5ac85;
}


/**************************
* 24. home page three styles
***************************/

.home-page-three .about-style-one {
    padding: 50px 0;
}

.home-page-three .about-style-one .about-content {
    padding-top: 70px;
}

.home-page-three .preloader,
.home-page-three .scroll-to-top,
.home-page-three .contact-style-one .contact-form button[type=submit],
.home-page-three .feature-style-two .feature-content a.view-more,
.home-page-three .price-box-style-one .single-price-style-one a.price-btn,
.home-page-three .blog-style-one .blog-title a.view-more,
.home-page-three .testimonials-carousel-wrapper .owl-theme .owl-dots .owl-dot span,
.home-page-three .about-style-one .about-content .single-progress-bar .progress-scale .inner {
    background: #6540c3;
    background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
}

.home-page-three .feature-style-three .single-feature-style-three .icon-box {
    background: #6540c3;
    background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
    border: none;
}

.home-page-three .feature-style-three .single-feature-style-three .icon-box:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #F2F2F2;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.home-page-three .feature-style-three .single-feature-style-three .icon-box i {
    position: relative;
    z-index: 10;
}

.home-page-three .feature-style-three .single-feature-style-three:hover .icon-box:before {
    background-color: transparent;
}

.home-page-three .service-style-one .single-service-style-one .img-box .overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6540c3;
    background: -webkit-gradient(left top, right top, color-stop(0%, #6540c3), color-stop(100%, #d43296));
    background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
    background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.home-page-three .service-style-one .single-service-style-one:hover .img-box .overlay:after {
    opacity: .8;
}

.home-page-three .service-style-one .single-service-style-one:hover .img-box .overlay {
    background-color: transparent;
}

.home-page-three .service-style-one .single-service-style-one .img-box .overlay .box .content {
    position: relative;
    z-index: 10;
}

.home-page-three .team-style-one .team-member-img-box .team-pager .pager-item.active .team-thumb>img {
    border-color: #C5349C;
}

.home-page-three .team-style-one .team-member-content-box .container .slide-text .single-progress .progress-scale .inner {
    background: #6540c3;
    background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
}

.home-page-three .team-style-one .team-member-content-box .bx-wrapper .bx-prev {
    background: transparent url(../img/team-2-left.png) 0 0 no-repeat;
}

.home-page-three .team-style-one .team-member-content-box .bx-wrapper .bx-next {
    background: transparent url(../img/team-2-right.png) 0 0 no-repeat;
}

.home-page-three .feature-style-one .single-feature-style-one .icon-box {
    border: none;
    background: #6540c3;
    background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
    position: relative;
}

.home-page-three .feature-style-one .single-feature-style-one .icon-box:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #FFFFFF;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
}

.home-page-three .feature-style-one .single-feature-style-one .icon-box i {
    position: relative;
    z-index: 10;
}

.home-page-three .feature-style-one .single-feature-style-one:hover .icon-box:before {
    opacity: 1;
}

.home-page-three .feature-style-one .feature-btn {
    background: #6540c3;
    background: -webkit-gradient(left top, right top, color-stop(0%, #6540c3), color-stop(100%, #d43296));
    background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
    background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
    border: none;
    padding-top: 11px;
    padding-bottom: 11px;
    position: relative;
}

.home-page-three .feature-style-one .feature-btn:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #FFFFFF;
    z-index: 1;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.home-page-three .feature-style-one .feature-btn * {
    z-index: 2;
    position: relative;
}

.home-page-three .feature-style-one .feature-btn .icon-box i {
    color: #d13298;
}

.home-page-three .feature-style-one .feature-btn:hover:before {
    opacity: 0;
}

.home-page-three .feature-style-one .feature-btn:hover .icon-box i {
    color: #fff;
}

.home-page-three .feature-style-one .feature-btn.active:before {
    opacity: 0;
}

.home-page-three .feature-style-one .feature-btn.active .icon-box i {
    color: #fff;
}

.home-page-three .single-testimonials-style-one span,
.home-page-three .funfact-style-one .single-fun-fact .icon-box i {
    background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-page-three .testimonials-carousel-wrapper .owl-theme .owl-dots .owl-dot.active span,
.home-page-three .testimonials-carousel-wrapper .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.home-page-three .price-box-style-one .tab-title li a {
    background: #ede6fb;
    color: #2C3035;
}

.home-page-three .price-box-style-one .tab-title li.active a {
    background: rgba(108, 63, 192, 0.8);
    color: #fff;
}

.home-page-three .price-box-style-one .single-price-style-one.popular {
    padding-top: 37px;
    border: 0;
    background: #6540c3;
    background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
    position: relative;
}

.home-page-three .price-box-style-one .single-price-style-one.popular:before {
    content: '';
    border-radius: 10px;
    background: #FFFFFF;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    z-index: 1;
}

.home-page-three .price-box-style-one .single-price-style-one.popular * {
    z-index: 10;
    position: relative;
}

.home-page-three .site-footer .social a {
    position: relative;
}

.home-page-three .site-footer .social a:before {
    position: relative;
    z-index: 10;
}

.home-page-three .site-footer .social a:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    background: #6540c3;
    background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.home-page-three .site-footer .social a:hover {
    background-color: transparent;
}

.home-page-three .site-footer .social a:hover:after {
    opacity: 1;
}

.home-page-three .header-navigation ul.navigation-box>li>.sub-menu li>a {
    position: relative;
    z-index: 10;
}

.home-page-three .header-navigation ul.navigation-box>li>.sub-menu li:before {
    content: '';
    position: absolute;
    background: #6540c3;
    background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
}

.home-page-three .header-navigation ul.navigation-box>li>.sub-menu li:hover>a {
    background-color: transparent;
}

.home-page-three .header-navigation ul.navigation-box>li>.sub-menu li:hover:before {
    opacity: 1;
}


/**************************
* 25. home page four styles
***************************/

.home-page-four .brand-carousel-wrapper .brand-carousel i {
    color: #484848;
}

.home-page-four .brand-carousel-wrapper .brand-carousel i:hover {
    color: #F5F5F5;
}

.home-page-four .contact-style-one .contact-content h3 {
    color: #4D758C;
}

.home-page-four .contact-style-one .contact-info p span,
.home-page-four .contact-style-one .contact-info p {
    color: #E6E8E9;
}

.home-page-four .contact-style-one p {
    color: #808891;
}

.home-page-four .blog-style-one .blog-title h3 {
    color: #FFFFFF;
}

.home-page-four .blog-style-one .single-blog-style-one h3 {
    color: #FFFFFF;
}

.home-page-four .blog-style-one .single-blog-style-one span.date {
    color: #FFFFFF;
}

.home-page-four .blog-style-one .single-blog-style-one p {
    color: #E6E8E9;
}


/*# sourceMappingURL=style.css.map */

.ourSteps {
    padding-bottom: 50px;
    margin-top: -150px;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.ourSteps .content {
    padding: 50px 30px;
    -webkit-box-shadow: 0px 8px 24px #00000030;
    box-shadow: 0px 8px 24px #00000030;
    border-radius: 20px;
    background-color: #ffffff;
    text-align: center;
}

.ourSteps .content .steps {
    border: 1px solid #d6ca99;
    padding: 20px 10px;
    margin-top: 50px;
    border-radius: 8px;
}

@media (max-width: 575px) {
    .ourSteps .content .steps {
        margin-top: 20px;
    }
}

.ourSteps .content .steps .nav {
    display: block;
    text-align: start;
    border-radius: 8px;
    padding: 5px;
    width: 100%;
    background-color: #d6ca99;
}

@media (max-width: 575px) {
    .ourSteps .content .steps .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
    }
}

.ourSteps .content .steps .nav .nav-link {
    display: block;
    color: #4d758c;
    cursor: pointer;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
    border-radius: 8px;
}

@media (max-width: 575px) {
    .ourSteps .content .steps .nav .nav-link {
        display: inline-block;
        padding: 8px;
        white-space: nowrap;
    }
}

.ourSteps .content .steps .nav .nav-link:last-child {
    margin-bottom: 0px;
}

.ourSteps .content .steps .nav .nav-link.active {
    color: #ffffff;
    background-color: #4d758c;
}

.ourSteps .content .steps .tab-content {
    text-align: start;
    padding-right: 20px;
}

.ourSteps .content .steps .tab-content .mainImg {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px;
    max-height: 300px;
    border-radius: 10px;
}

.ourSteps .content .steps .tab-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .ourSteps .content .steps .tab-content ul {
        padding: 0;
    }
}

.ourSteps .content .steps .tab-content ul li {
    margin-bottom: 20px;
    color: #808080;
}

.ourSteps .content .steps .tab-content .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.ourSteps .content .steps .tab-content .images img {
    -o-object-fit: contain;
    object-fit: contain;
    margin: 5px;
    height: 70px;
    width: 100px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .ourSteps .content {
        padding: 20px 10px;
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}


/* requirements */

.requirements {
    padding: 100px 0 70px;
}

.requirements .requirement {
    padding: 30px;
    border: 1px solid #d6ca99;
    border-radius: 10px;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.requirements .requirement .head {
    margin-bottom: 20px;
    text-align: center;
}

.requirements .requirement .head h4 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #4d758c;
}

.requirements .requirement .head p {
    color: #777;
}

.requirements .requirement .head p a {
    color: #4d758c;
    font-weight: bold;
    white-space: nowrap;
}

.requirements .requirement ul {
    padding: 0;
    margin: 0;
}

.requirements .requirement ul li {
    padding: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.requirements .requirement ul li .icon {
    min-width: 40px;
    height: 40px;
    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;
    border: 1px solid #d6ca99;
    margin-left: 10px;
    border-radius: 100px;
    background: #d6ca99;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.requirements .requirement ul li .icon i {
    font-size: 20px;
    color: #4d758c;
}

.requirements .requirement ul li:hover .icon {
    background-color: #fff;
    border-color: #4d758c;
    -webkit-box-shadow: 0px 2px 4px #00000030;
    box-shadow: 0px 2px 4px #00000030;
}

.requirements .requirement:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 24px #00000030;
    box-shadow: 0px 8px 24px #00000030;
}

.list_investment {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 10px 0px #00000015;
    box-shadow: 0px 3px 10px 0px #00000015;
    position: relative;
    font-size: 12px;
    direction: rtl;
    border-radius: 16px;
    overflow: hidden;
    height: 590px;
    /* Size */
    margin-bottom: 35px;
}

.list_investment figure {
    height: 210px;
    overflow: hidden;
    margin: 0;
    position: relative;
    direction: ltr;
}

.list_investment img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
}

.list_investment .figure-box:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.list_investment .invest-title {
    color: #b5ac85;
}

.list_investment .invest-title h3 {
    font-size: 20px;
    color: #000745;
    font-weight: 600;
    margin: 0px 0 25px 0;
    max-height: 40px;
}

.list_investment .invest-title-tow h3 {
    font-size: 15px;
    color: #b5ac85;
    font-weight: 600;
    margin: 0px 0 25px 0;
}

.list_investment .invest-title h3 a {
    color: #303030;
}

.list_investment .invest-title h3 a:hover {
    color: #4D758C;
}

.list_investment .invest-title h3 span {
    color: #4d758c;
    font-size: 20px;
    display: inline-block;
    top: 15px;
    left: 15px;
    position: absolute;
    padding: 5px 20px;
    border-radius: 3px;
}

.list_investment .investDetails {
    border-top: 1px solid #f5f5f5;
    padding: 15px 0 0 0;
}

.list_investment .invest-cnt {
    height: 590px;
    /* // */
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    top: 210px;
    -webkit-transition: 1s;
    transition: 1s;
}

.list_investment .invest-cnt:hover {
    margin-top: -211px;
    height: 590px;
    /* // */
}

.list_investment .invest-cnt-inner {
    padding: 25px 15px 0 15px;
}

.list_investment .investsNo {
    font-size: 14px;
}

.list_investment .investsNo i {
    margin-left: 5px;
    font-size: 28px;
    vertical-align: middle;
    color: #4a4a4b;
}

.list_investment .investsNo .numbers {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 13px;
    font-weight: 600;
    color: #f49022;
}

.list_investment .badge {
    position: absolute;
    z-index: 100;
    left: 15px;
    top: 15px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 400;
}

.list_investment dl {
    color: #4D758C;
    font-size: 14px;
    font-weight: 600;
    margin: 30px 0 0 0;
}

.list_investment dl dt {
    color: #303030;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}

.list_investment dl dt:before {
    content: "●";
    font-size: 14px;
    margin: 0 0 0 6px;
    position: relative;
    top: 0px;
    color: #e8e1d8;
}

.list_investment dl dt:after {
    display: inline-block;
    content: ":";
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 16px;
}

.list_investment dl i {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 6px;
    color: #000745;
}

.list_investment dd span {
    margin: 0 20px 0 0;
    font-size: 14px;
}

.list_investment .levelNo {
    background-color: #121212;
    height: 40px;
    line-height: 40px;
    width: 100%;
    z-index: 100;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    position: relative;
    border-radius: 0;
}

.list_investment .levelNo .progress-bar {
    background-color: #4D758C;
    font-weight: 400;
}

.list_trading {
    margin-bottom: 25px;
    padding: 35px 15px 15px 15px;
    background-color: #fff;
    border-radius: 20px;
    border-right: 3px solid #e4e4e4;
    -webkit-box-shadow: 0px 2px 4px 2px #00000008;
    box-shadow: 0px 2px 4px 2px #00000008;
}

.list_trading .trading_img img {
    height: 150px;
}

.list_trading h5 {
    font-size: 17px;
}

.trading_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin: 30px 0 0 0;
    background-color: #f8f8f8;
    padding: 10px 5px;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.trading_bar div i {
    vertical-align: middle;
    font-size: 26px;
    color: #b5ac85;
}

.trading_bar div {
    font-weight: 600;
}

.invest-cnt {
    height: 255px;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    top: 215px;
    -webkit-transition: 1s;
    transition: 1s;
}

.invest-cnt:hover {
    margin-top: -220px;
    height: 500px;
}

.list_investment .invest_footer {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: calc(100% - 30px);
    z-index: 100;
    padding-top: 15px;
    border-top: 1px solid #f5f5f5;
}

.invest_bar {
    position: absolute;
    top: 0;
    width: 100%;
}

.invest_bar span.invest_city {
    top: 15px;
    right: 15px;
    position: absolute;
    background-color: #4d758c;
    padding: 5px 15px;
    color: #fff;
    border-radius: 3px;
}

.invest_bar span.invest_city_left {
    top: 15px;
    left: 15px;
    position: absolute;
    background-color: #b5ac85;
    padding: 5px 15px;
    color: #fff;
    border-radius: 3px;
}

.wrapper {
    width: 100%;
    max-width: 550px;
    text-align: center;
    align-items: center;
    border: 3px solid #b5ac85;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.invest_bar .profile-user-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    top: 0px;
    align-items: center;
    left: 130px;
}

.invest_bar .img-circle {
    width: 100px;
    padding: 10px;
}

.color-third {
    background-color: #eecb94;
    border: 0;
    color: #595959;
}

.color-third:hover {
    background-color: #f0d1a1;
    color: #595959;
}

.color-third:active,
.color-third:focus {
    background-color: #f2d8ae;
    color: #595959;
}

.form-group {
    margin-bottom: 25px;
}

.form-control {
    font-size: 19px;
    height: calc(3rem + 8px);
    border: 2px solid #efefef;
    background-color: #fdfdfd;
    color: #333;
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d5d3d3;
}

.verfCode .form-control {
    width: 75px;
    height: 75px;
    display: inline-block;
    text-align: center;
}

.custom-select {
    height: calc(3rem + 2px);
    border: 2px solid #ebebeb;
    font-size: 13px;
}

.custom-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #4272d7;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.accordion-item .accordion-button {
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    display: block;
    overflow: hidden;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}

.accordion-item .accordion-button .title {
    font-size: 15px;
    position: relative;
    font-weight: 600;
    line-height: 25px;
}

.accordion-item .accordion-button .title .serial {
    color: #081828;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eee;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion-item .accordion-button i {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed),
.accordion-item .accordion-button:hover {
    color: #000;
    background-color: #f7f6f2;
    border-color: transparent;
    border-radius: 8px 8px 0 0;
}

.accordion-button:not(.collapsed) .serial {
    background-color: #fff;
    color: #000;
    border-color: transparent;
}

.accordion-button:not(.collapsed) i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-button::after {
    display: none;
}

.accordion-collapse {
    border: none;
}

.accordion-body {
    border-radius: 0 0 8px 8px;
    padding: 20px;
    background-color: #ffffff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.accordion-body p {
    margin: 0;
    margin-bottom: 20px;
    color: #b5ac85;
    font-size: 15px;
}

.accordion-body p:last-child {
    margin: 0;
}

.accordion-item {
    margin-bottom: 20px;
    border: 0;
}

.accordion-item .accordion-button .Plogo img {
    height: 25px;
    margin-right: auto;
    display: inline-block;
}

.accordion-item .accordion-button .Plogo {
    background-color: #fff9;
    padding: 4px 15px;
    border-radius: 5px;
}

.myProfile {
    padding: 50px 0;
}

.myProfile .nav {
    background-color: #f1f4d9;
    border-radius: 8px;
    margin-bottom: 50px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .myProfile .nav {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        z-index: 2;
        -webkit-box-shadow: 0px 8px 24px #00000030;
        box-shadow: 0px 8px 24px #00000030;
    }
}

@media (max-width: 768px) {
    .myProfile .nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.myProfile .nav .nav-link {
    background-color: #ffffff;
    color: #4d758c;
    -webkit-box-shadow: 0px 2px 4px #00000030;
    box-shadow: 0px 2px 4px #00000030;
    border-radius: 4px;
    margin: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 20px;
    text-align: center;
    border: none;
    width: 100%;
}

.myProfile .nav .nav-link i {
    font-size: 25px;
    margin-bottom: 10px;
}

.myProfile .nav .nav-link.active {
    background-color: #4d758c;
    color: #ffffff;
}

.myProfile .secondaryTitle {
    font-weight: bold;
    color: #4d758c;
    margin-bottom: 20px;
}

.myProfile .thirdTitle {
    margin-bottom: 20px;
}

.myProfile .step {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 2px 4px #00000030;
    box-shadow: 0px 2px 4px #00000030;
    border-radius: 4px;
    margin-bottom: 30px;
}

.myProfile .step .head {
    background-color: #f1f4d9;
    padding: 10px 20px;
    color: #4d758c;
    margin-bottom: 20px;
    border-radius: 4px;
    font-weight: bold;
}

.myProfile .step .info {
    color: #777;
    margin-bottom: 20px;
    padding-right: 20px;
    position: relative;
}

.myProfile .step .info::before {
    content: "\f05a" !important;
    font-family: "Font Awesome 6 pro";
    position: absolute;
    right: 0;
    top: 0;
}

.myProfile .step .secondaryTitle {
    margin: 30px 0 10px;
}

.myProfile .step ul {
    list-style: auto;
    padding-right: 20px;
}

.myProfile .step ul ::marker {
    color: #4d758c;
}

.myProfile .step ul li {
    position: relative;
    padding: 10px;
    font-size: 13px;
}

.myProfile .step ul li:before {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    top: 8px;
    right: -23px;
    background: #ffffff;
    border-radius: 100px;
    border: 1px solid #4d758c;
    z-index: -1;
}

.myProfile .requirement {
    padding: 20px;
    background-color: #f1f4d9;
    border-radius: 4px;
    margin-bottom: 30px;
}

.myProfile .requirement ul {
    list-style: auto;
    padding-right: 20px;
}

.myProfile .requirement ul ::marker {
    color: #4d758c;
}

.myProfile .requirement ul li {
    position: relative;
    padding: 10px;
    font-size: 13px;
}

.recruitmentVisa {
    padding: 50px 0;
}

.recruitmentVisa .nav {
    background-color: #f1f4d9;
    border-radius: 8px;
    margin-bottom: 50px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .recruitmentVisa .nav {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        z-index: 2;
        -webkit-box-shadow: 0px 8px 24px #00000030;
        box-shadow: 0px 8px 24px #00000030;
    }
}

@media (max-width: 768px) {
    .recruitmentVisa .nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.recruitmentVisa .nav .nav-link {
    background-color: #ffffff;
    color: #4d758c;
    -webkit-box-shadow: 0px 2px 4px #00000030;
    box-shadow: 0px 2px 4px #00000030;
    border-radius: 4px;
    margin: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 20px;
    text-align: center;
    border: none;
    width: 100%;
}

.recruitmentVisa .nav .nav-link i {
    font-size: 25px;
    margin-bottom: 10px;
}

.recruitmentVisa .nav .nav-link.active {
    background-color: #4d758c;
    color: #ffffff;
}

.recruitmentVisa .secondaryTitle {
    font-weight: bold;
    color: #4d758c;
    margin-bottom: 20px;
}

.recruitmentVisa .thirdTitle {
    margin-bottom: 20px;
}

.recruitmentVisa .step {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 2px 4px #00000030;
    box-shadow: 0px 2px 4px #00000030;
    border-radius: 4px;
    margin-bottom: 30px;
}

.recruitmentVisa .step .head {
    background-color: #f1f4d9;
    padding: 10px 20px;
    color: #4d758c;
    margin-bottom: 20px;
    border-radius: 4px;
    font-weight: bold;
}

.recruitmentVisa .step .info {
    color: #777;
    margin-bottom: 20px;
    padding-right: 20px;
    position: relative;
}

.recruitmentVisa .step .info::before {
    content: "\f05a" !important;
    font-family: "Font Awesome 6 pro";
    position: absolute;
    right: 0;
    top: 0;
}

.recruitmentVisa .step .secondaryTitle {
    margin: 30px 0 10px;
}

.recruitmentVisa .step ul {
    list-style: auto;
    padding-right: 20px;
}

.recruitmentVisa .step ul ::marker {
    color: #4d758c;
}

.recruitmentVisa .step ul li {
    position: relative;
    padding: 10px;
    font-size: 13px;
}

.recruitmentVisa .step ul li:before {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    top: 8px;
    right: -23px;
    background: #ffffff;
    border-radius: 100px;
    border: 1px solid #4d758c;
    z-index: -1;
}

.recruitmentVisa .requirement {
    padding: 20px;
    background-color: #f1f4d9;
    border-radius: 4px;
    margin-bottom: 30px;
}

.recruitmentVisa .requirement ul {
    list-style: auto;
    padding-right: 20px;
}

.recruitmentVisa .requirement ul ::marker {
    color: #4d758c;
}

.recruitmentVisa .requirement ul li {
    position: relative;
    padding: 10px;
    font-size: 13px;
}

.references {
    padding-top: 40px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.references .swiper-slide {
    width: auto;
}

.references .referenceLogo {
    height: 150px;
    padding: 10px 20px;
}

.references .referenceLogo img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.inner-page {
    line-height: 26px;
    padding: 75px 0;
}

.bg-light {
    background-color: #fcfcfc !important;
}

.bg-secondary {
    background-color: #f2f2f2 !important;
}

.bg-gray {
    background-color: #f2f2f2 !important;
    border-radius: 10px;
}

.text-muted {
    color: #a6aeaf !important;
}

.card {
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 0;
    border: 2px solid #0001010a;
    border-radius: 0;
    -webkit-box-shadow: 0px 0 17px 10px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 0 17px 10px rgba(0, 0, 0, 0.01);
}

.card-header {
    padding: 20px;
    background-color: #4d758c;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #00000020;
}

.form-logo {
    height: 50px;
}

.form-group {
    margin-bottom: 25px;
}

.form-floating {
    margin-bottom: 15px !important;
}

.form-floating>label {
    color: #bdc3c4;
    font-size: 13px;
    margin: 0;
    padding: 1rem 1.3rem;
    font-weight: 300;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 5px);
    padding: 1rem 1.3rem;
    border-radius: 10px;
}

.btn {
    border-width: 2px;
    padding: 12px 25px;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.btn-lang {
    font-size: 21px !important;
    font-family: ui-sans-serif
}

.btn-group-lg>.btn,
.btn-lg {
    border-width: 3px;
    font-size: 15px;
    padding: 15px 40px;
    font-weight: 600;
}

.btn-group-xl>.btn,
.btn-xl {
    padding: 18px 45px;
    font-size: 17px;
}

.btn-group-lg>.btn,
.btn-lg,
.btn-group-xl>.btn,
.btn-xl {
    border-width: 3px;
}

.btn-round {
    border-radius: 10px;
}

.btn-round-xl {
    border-radius: 50px;
}

.btn-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    padding: 0;
    text-align: center;
}

.btn-circle.btn-md {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    font-size: 23px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50px;
    font-size: 26px;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-mega {
    padding: 30px 75px;
    min-width: 230px;
    font-weight: 600;
    font-size: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #4D758C;
    border-color: #4D758C;
}

.btn-primary:hover {
    color: #fff;
    background-color: #b5ac85;
    border-color: #b5ac85;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #4D758C;
    border-color: #4D758C;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background-color: #b5ac85;
    border-color: #b5ac85;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background-color: #b5ac85;
    background-color: #b5ac85;
    border-color: #b5ac85;
}

.btn-outline-primary {
    color: #b5ac85;
    border-color: #b5ac85;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #b5ac85;
    border-color: #b5ac85;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #4D758C;
    border-color: #4D758C;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #4D758C;
    color: #fff;
}

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

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggler:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-gradient {
    background-image: -webkit-gradient( linear, left top, right top, from(#4D758C), color-stop(51%, #e9ba72), to(#4D758C));
    background-image: linear-gradient( to right, #4D758C 0%, #e9ba72 51%, #4D758C 100%);
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    display: block;
}

.btn-gradient:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.btn-lang {
    font-size: 21px !important;
    font-family: ui-sans-serif;
}

.mini_header {
    position: relative;
    background-color: #4D758C;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0 60px 0;
}

.mini_header h2 {
    color: #838383;
    margin: 0;
    font-size: 34px;
    font-weight: 600;
}

.mini_header p {
    color: #4d758c;
    font-size: 16px;
    margin: 0 0 15px;
}

.breadcrumb {
    background-color: transparent;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 15px;
    color: #fff;
    display: block;
}

.breadcrumb-item.active {
    color: #fff;
}

li.breadcrumb-item a {
    color: #fff;
}

.breadcrumb .breadcrumb-item {
    display: inline-block;
}

.breadcrumb-item+.breadcrumb-item {
    padding-right: 5px;
}

li.breadcrumb-item a span {
    vertical-align: sub;
    font-size: 19px;
    font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 48;
}

.text-left {
    text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .mt-1 {
        margin-top: 0.75em !important;
    }
    .mt-2 {
        margin-top: 1.5em !important;
    }
    .mt-3 {
        margin-top: 2em !important;
    }
    .mt-4 {
        margin-top: 2.5em !important;
    }
    .mt-5 {
        margin-top: 3.5rem !important;
    }
    .mb-1 {
        margin-bottom: 0.75em !important;
    }
    .mb-2 {
        margin-bottom: 1.5em !important;
    }
    .mb-3 {
        margin-bottom: 2em !important;
    }
    .mb-4 {
        margin-bottom: 2.5em !important;
    }
    .mb-5 {
        margin-bottom: 3.5rem !important;
    }
}

.sliderContainer {
    overflow: hidden;
    width: 100vw;
    height: 200px;
}

.logoSlider>img {
    width: 175px;
    height: 175px;
}

.logoSlider {
    display: flex;
    animation: slideshow 6s infinite linear;
}

@keyframes slideshow {
    from {
        transform: translate(-200px);
    }
    to {
        transform: translate(200px);
    }
}

.inner-page {
    line-height: 26px;
    padding: 75px 0;
}

.list_service {
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 50px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border: 3px solid #f7f7f7;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service_icon {
    position: relative;
    width: 80px;
    margin-bottom: 0;
}

.service_icon i {
    font-size: 80px;
    font-weight: 200;
}

.list_service h4 {
    margin: 0;
    font-size: 18px;
}

.list_service:hover {
    top: -3px;
    background-color: #4d758c;
    border: 3px solid #0000;
    -webkit-box-shadow: 10px 10px #b5ac85;
    box-shadow: 10px 10px #b5ac85;
}

.list_service:hover * {
    color: #fff;
}

.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.defaultBtn {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #4d758c;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 500px;
    padding: 8px 16px;
    border: 1px solid transparent;
}

.defaultBtn span {
    position: absolute;
    top: 50%;
    right: 0%;
    display: inline-block;
    width: 0;
    height: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 500px;
    z-index: -1;
}

.defaultBtn:hover {
    color: #4d758c;
    border: 1px solid #4d758c;
}

.defaultBtn:hover span {
    width: 300%;
    height: 600%;
}

.arriveWorker {
    padding: 70px 0 50px;
    position: relative;
    overflow: hidden;
}

.arriveWorker .arriveWorkerInfo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.arriveWorker .arriveWorkerInfo .image {
    position: relative;
    width: 30%;
}

.arriveWorker .arriveWorkerInfo .image img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    border-radius: 70px 4px 70px;
    position: relative;
    z-index: 2;
    border: 1px solid #f1f4d9;
}

.arriveWorker .arriveWorkerInfo .image::before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: -50px;
    top: -50px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: bounceIn 3s infinite ease-in-out both;
    animation: bounceIn 3s infinite ease-in-out both;
}

.arriveWorker .arriveWorkerInfo .info {
    position: relative;
    width: 70%;
    padding: 20px;
}

.arriveWorker .arriveWorkerInfo .info::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #b5ac85;
}

.arriveWorker .arriveWorkerInfo .info::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #4d758c;
    z-index: 1;
}

.arriveWorker .arriveWorkerInfo .info h3 {
    font-weight: bold;
    font-size: 35px !important;
    margin-bottom: 20px;
    color: #4d758c;
    position: relative;
    z-index: 3;
}

.arriveWorker .arriveWorkerInfo .info p {
    color: #777;
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}

.arriveWorker .arriveWorkerInfo .info a {
    position: relative;
    z-index: 3;
}

.arriveWorker .arriveWorkerInfo .info h5 {
    font-size: 20px !important;
    color: #4d758c;
    position: relative;
    z-index: 3;
}

.arriveWorker .arriveWorkerInfo:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.arriveWorker .arriveWorkerInfo:nth-child(odd) .image::before {
    right: unset;
    left: -50px;
    animation: heartBeat 5s infinite ease-in-out both reverse;
}

.arriveWorker .arriveWorkerInfo:nth-child(odd) .info::after {
    left: 10px;
    top: 10px;
}

@media (max-width: 768px) {
    .arriveWorker .arriveWorkerInfo {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .arriveWorker .arriveWorkerInfo .image {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    .arriveWorker .arriveWorkerInfo .image img {
        border-radius: 8px !important;
        height: 200px;
    }
    .arriveWorker .arriveWorkerInfo .image::before {
        width: 80px;
        height: 80px;
    }
    .arriveWorker .arriveWorkerInfo .info {
        margin-bottom: 40px;
        width: 90%;
        text-align: center !important;
    }
    .arriveWorker .arriveWorkerInfo .info h3 {
        font-size: 25px !important;
        margin-bottom: 10px !important;
    }
    .arriveWorker .arriveWorkerInfo .info h5 {
        font-size: 15px !important;
    }
    .arriveWorker .arriveWorkerInfo:last-child .info {
        margin-bottom: 0;
    }
}

.contactForm {
    padding: 70px 0;
}

.contactForm .title {
    text-align: center;
    margin-bottom: 50px;
}

.contactForm form {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 50px 20px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 95%;
}

.contactForm form:hover {
    -webkit-box-shadow: 0px 8px 24px #00000030;
    box-shadow: 0px 8px 24px #00000030;
    border: 1px solid #4d758c;
    background-color: #fff;
}

.contactForm form label {
    font-size: small;
    font-weight: bold;
    text-transform: uppercase;
}

.contactForm form .form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-height: 48px;
}

.contactForm form .form-control:focus {
    border-color: #4d758c;
}

.contactForm form .defaultBtn i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.contactForm .googleMap {
    height: 100%;
    border: 2px solid #ffffff;
    border-radius: 8px;
    width: 95%;
}

.contactForm .googleMap iframe {
    width: 100%;
    min-height: 300px;
    height: 100%;
    border-radius: 8px;
}

.arriveWorker {
    padding: 70px 0 50px;
    position: relative;
    overflow: hidden;
}

.arriveWorker .arriveWorkerInfo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.arriveWorker .arriveWorkerInfo .image {
    position: relative;
    width: 30%;
}

.arriveWorker .arriveWorkerInfo .image img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    border-radius: 70px 4px 70px;
    position: relative;
    z-index: 2;
    border: 1px solid #f1f4d9;
}

.arriveWorker .arriveWorkerInfo .image::before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: -50px;
    top: -50px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: bounceIn 3s infinite ease-in-out both;
    animation: bounceIn 3s infinite ease-in-out both;
}

.arriveWorker .arriveWorkerInfo .info {
    position: relative;
    width: 70%;
    padding: 20px;
}

.arriveWorker .arriveWorkerInfo .info::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #f1f4d9;
}

.arriveWorker .arriveWorkerInfo .info::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #4d758c;
    z-index: 1;
}

.arriveWorker .arriveWorkerInfo .info h3 {
    font-weight: bold;
    font-size: 35px !important;
    margin-bottom: 20px;
    color: #4d758c;
    position: relative;
    z-index: 3;
}

.arriveWorker .arriveWorkerInfo .info p {
    color: #777;
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}

.arriveWorker .arriveWorkerInfo .info a {
    position: relative;
    z-index: 3;
}

.arriveWorker .arriveWorkerInfo .info h5 {
    font-size: 20px !important;
    color: #4d758c;
    position: relative;
    z-index: 3;
}

.arriveWorker .arriveWorkerInfo:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.arriveWorker .arriveWorkerInfo:nth-child(odd) .image::before {
    right: unset;
    left: -50px;
    animation: heartBeat 5s infinite ease-in-out both reverse;
}

.arriveWorker .arriveWorkerInfo:nth-child(odd) .info::after {
    left: 10px;
    top: 10px;
}

@media (max-width: 768px) {
    .arriveWorker .arriveWorkerInfo {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .arriveWorker .arriveWorkerInfo .image {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    .arriveWorker .arriveWorkerInfo .image img {
        border-radius: 8px !important;
        height: 200px;
    }
    .arriveWorker .arriveWorkerInfo .image::before {
        width: 80px;
        height: 80px;
    }
    .arriveWorker .arriveWorkerInfo .info {
        margin-bottom: 40px;
        width: 90%;
        text-align: center !important;
    }
    .arriveWorker .arriveWorkerInfo .info h3 {
        font-size: 25px !important;
        margin-bottom: 10px !important;
    }
    .arriveWorker .arriveWorkerInfo .info h5 {
        font-size: 15px !important;
    }
    .arriveWorker .arriveWorkerInfo:last-child .info {
        margin-bottom: 0;
    }
}

.alfooj_filter {
    margin-bottom: 25px;
}

.filter {
    padding: 50px 0 30px;
}

.filter h4 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
    color: #4d758c;
}

.filter select {
    width: 100%;
}

.filter label {
    margin-bottom: 8px;
}

.filter label i {
    color: #4d758c;
}


/* مساند  */

.Features,
.musanedFeatures {
    background-color: #f2f3f8;
    padding: 70px 0;
}

.Features .Feature .singleFeature,
.musanedFeatures .Feature .singleFeature {
    min-width: 250px;
}

.Features .Feature .singleFeature .info,
.musanedFeatures .Feature .singleFeature .info {
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 15px #d1d9e6, -5px -5px 15px #fff;
    box-shadow: 5px 5px 15px #d1d9e6, -5px -5px 15px #fff;
    background-color: #fff;
    position: relative;
    height: 100%;
    text-align: start;
}

.Features .Feature .singleFeature .info::after,
.musanedFeatures .Feature .singleFeature .info::after {
    height: 100%;
    content: "";
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.Features .Feature .singleFeature .info .content,
.musanedFeatures .Feature .singleFeature .info .content {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.Features .Feature .singleFeature .info .content .icon,
.musanedFeatures .Feature .singleFeature .info .content .icon {
    width: 40px;
    height: 40px;
    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;
    margin: 30px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.Features .Feature .singleFeature .info .content .icon i,
.musanedFeatures .Feature .singleFeature .info .content .icon i {
    font-size: 30px;
    color: #4d758c;
}

.Features .Feature .singleFeature .info .content h3,
.musanedFeatures .Feature .singleFeature .info .content h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.Features .Feature .singleFeature .info .content p,
.musanedFeatures .Feature .singleFeature .info .content p {
    color: #777;
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.Features .Feature .singleFeature .info .content a,
.musanedFeatures .Feature .singleFeature .info .content a {
    padding: 20px 0px 0;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.Features .Feature .singleFeature .info .content a i,
.musanedFeatures .Feature .singleFeature .info .content a i {
    font-size: 20px;
    color: #4d758c;
}

.Features .Feature .singleFeature .info:hover::after,
.musanedFeatures .Feature .singleFeature .info:hover::after {
    opacity: 1;
}

.Features .Feature .singleFeature .info:hover .content a i,
.Features .Feature .singleFeature .info:hover .content .icon i,
.musanedFeatures .Feature .singleFeature .info:hover .content a i,
.musanedFeatures .Feature .singleFeature .info:hover .content .icon i {
    color: #fff;
}

.Features .Feature .singleFeature .info:hover .content p,
.Features .Feature .singleFeature .info:hover .content h3,
.musanedFeatures .Feature .singleFeature .info:hover .content p,
.musanedFeatures .Feature .singleFeature .info:hover .content h3 {
    color: #fff;
}

.Features .Feature .singleFeature:nth-child(1) .info::after,
.musanedFeatures .Feature .singleFeature:nth-child(1) .info::after {}

.Features .Feature .singleFeature:nth-child(2) .info::after,
.musanedFeatures .Feature .singleFeature:nth-child(2) .info::after {}

.Features .Feature .singleFeature:nth-child(3) .info::after,
.musanedFeatures .Feature .singleFeature:nth-child(3) .info::after {}

.Features .Feature .singleFeature:nth-child(4) .info::after,
.musanedFeatures .Feature .singleFeature:nth-child(4) .info::after {}

.family {
    padding: 70px 0 50px;
    position: relative;
    overflow: hidden;
}

.family .single {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.family .single .image {
    position: relative;
    width: 50%;
    margin-left: 40px;
}

.family .single .image img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    border-radius: 70px 4px 70px;
    position: relative;
    z-index: 2;
    border: 1px solid #f1f4d9;
}

.family .single .image::before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: -50px;
    top: -50px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: bounceIn 3s infinite ease-in-out both;
    animation: bounceIn 3s infinite ease-in-out both;
}

.family .single .info {
    position: relative;
    z-index: 2;
}

.family .single .info h3 {
    font-weight: bold;
    font-size: 35px !important;
    margin-bottom: 20px;
    color: #4d758c;
}

.family .single .info h5 {
    font-size: 25px !important;
    color: #777;
}

.family .single:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.family .single:nth-child(even) .image {
    margin-left: 0px;
    margin-right: 40px;
}

.family .single:nth-child(even) .image::before {
    right: unset;
    left: -50px;
    animation: heartBeat 5s infinite ease-in-out both reverse;
}

.family .single:nth-child(even) .info {
    text-align: end;
}

@media (max-width: 768px) {
    .family .single {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .family .single .image {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    .family .single .image img {
        border-radius: 8px !important;
        height: 200px;
    }
    .family .single .image::before {
        width: 80px;
        height: 80px;
    }
    .family .single .info {
        margin-bottom: 40px;
        text-align: center !important;
    }
    .family .single .info h3 {
        font-size: 25px !important;
        margin-bottom: 10px !important;
    }
    .family .single .info h5 {
        font-size: 15px !important;
    }
    .family .single:last-child .info {
        margin-bottom: 0;
    }
}

.services {
    background-color: #f2f3f8;
    padding: 70px 0 250px;
}

.services .service {
    display: block;
    position: relative;
    padding: 30px 20px;
    border-radius: 4px;
    text-align: center;
    background-size: 100% auto;
    height: 100%;
    min-width: 250px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 100%;
}

.services .service::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    z-index: 1;
    background-image: linear-gradient(60deg, #0a0f33d6, #0a0f339e);
}

.services .service i {
    font-size: 35px;
    color: #e9e7c8;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.services .service .serviceTitle {
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 0px 30px;
    white-space: nowrap;
}

.services .service .serviceP {
    color: #eee;
    position: relative;
    z-index: 2;
    line-height: 24px;
}

.services .service:hover {
    background-size: 110% auto;
}

.headTitle {
    text-align: center;
    margin-bottom: 50px;
}

.headTitle h2 {
    font-size: 36px !important;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .headTitle h2 {
        font-size: 28px !important;
    }
}

.headTitle h1 {
    font-weight: bold;
}

.headTitle a {
    margin-top: 20px;
}

.ourSteps {
    padding-bottom: 50px;
    margin-top: -150px;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.ourSteps .content {
    padding: 50px 30px;
    -webkit-box-shadow: 0px 8px 24px #00000030;
    box-shadow: 0px 8px 24px #00000030;
    border-radius: 20px;
    background-color: #ffffff;
    text-align: center;
}

.ourSteps .content .steps {
    border: 1px solid #f1f4d9;
    padding: 20px 10px;
    margin-top: 50px;
    border-radius: 8px;
}

@media (max-width: 575px) {
    .ourSteps .content .steps {
        margin-top: 20px;
    }
}

.ourSteps .content .steps .nav {
    display: block;
    text-align: start;
    border-radius: 8px;
    padding: 5px;
    width: 100%;
    background-color: #f1f4d9;
}

@media (max-width: 575px) {
    .ourSteps .content .steps .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
    }
}

.ourSteps .content .steps .nav .nav-link {
    display: block;
    color: #4d758c;
    cursor: pointer;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
    border-radius: 8px;
}

@media (max-width: 575px) {
    .ourSteps .content .steps .nav .nav-link {
        display: inline-block;
        padding: 8px;
        white-space: nowrap;
    }
}

.ourSteps .content .steps .nav .nav-link:last-child {
    margin-bottom: 0px;
}

.ourSteps .content .steps .nav .nav-link.active {
    color: #ffffff;
    background-color: #4d758c;
}

.ourSteps .content .steps .tab-content {
    text-align: start;
    padding-right: 20px;
}

.ourSteps .content .steps .tab-content .mainImg {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px;
    max-height: 300px;
    border-radius: 10px;
}

.ourSteps .content .steps .tab-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .ourSteps .content .steps .tab-content ul {
        padding: 0;
    }
}

.ourSteps .content .steps .tab-content ul li {
    margin-bottom: 20px;
    color: #808080;
}

.ourSteps .content .steps .tab-content .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.ourSteps .content .steps .tab-content .images img {
    -o-object-fit: contain;
    object-fit: contain;
    margin: 5px;
    height: 70px;
    width: 100px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .ourSteps .content {
        padding: 20px 10px;
    }
}

.requirements {
    padding: 100px 0 70px;
}

.requirements .requirement {
    padding: 30px;
    border: 1px solid #f1f4d9;
    border-radius: 10px;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.requirements .requirement .head {
    margin-bottom: 20px;
    text-align: center;
}

.requirements .requirement .head h4 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #4d758c;
}

.requirements .requirement .head p {
    color: #777;
}

.requirements .requirement .head p a {
    color: #4d758c;
    font-weight: bold;
    white-space: nowrap;
}

.requirements .requirement ul {
    padding: 0;
    margin: 0;
}

.requirements .requirement ul li {
    padding: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.requirements .requirement ul li .icon {
    min-width: 40px;
    height: 40px;
    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;
    border: 1px solid #f1f4d9;
    margin-left: 10px;
    border-radius: 100px;
    background: #f1f4d9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.requirements .requirement ul li .icon i {
    font-size: 20px;
    color: #4d758c;
}

.requirements .requirement ul li:hover .icon {
    background-color: #fff;
    border-color: #4d758c;
    -webkit-box-shadow: 0px 2px 4px #00000030;
    box-shadow: 0px 2px 4px #00000030;
}

.requirements .requirement:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 24px #00000030;
    box-shadow: 0px 8px 24px #00000030;
}

.references {
    padding-top: 40px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.references .swiper-slide {
    width: auto;
}

.references .referenceLogo {
    height: 150px;
    padding: 10px 20px;
}

.references .referenceLogo img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.contactForm {
    padding: 70px 0;
}

.contactForm .title {
    text-align: center;
    margin-bottom: 50px;
}

.contactForm form {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 50px 20px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contactForm form:hover {
    -webkit-box-shadow: 0px 8px 24px #00000030;
    box-shadow: 0px 8px 24px #00000030;
    border: 1px solid #4d758c;
    background-color: #fff;
}

.contactForm form label {
    font-size: small;
    font-weight: bold;
    text-transform: uppercase;
}

.contactForm form .form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-height: 48px;
}

.contactForm form .form-control:focus {
    border-color: #4d758c;
}

.contactForm form .defaultBtn i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.contactForm .googleMap {
    height: 100%;
    border: 2px solid #ffffff;
    border-radius: 8px;
}

.contactForm .googleMap iframe {
    width: 100%;
    min-height: 300px;
    height: 100%;
    border-radius: 8px;
}

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

.socialIcons a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid #f1f4d9;
    border-radius: 100px;
    margin: 2px;
    color: #f1f4d9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.socialIcons a:hover {
    background-color: #f1f4d9;
    color: #4d758c;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.mainBanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 30px 120px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
    background-size: cover;
    background-attachment: fixed;
    -webkit-animation: sky 100s infinite;
    animation: sky 100s infinite;
    position: relative;
}

@-webkit-keyframes sky {
    0% {
        background-position: left bottom;
    }
    100% {
        background-position: right top;
    }
}

@keyframes sky {
    0% {
        background-position: left bottom;
    }
    100% {
        background-position: right top;
    }
}

.mainBanner .Back {
    position: relative;
    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;
    min-width: 40px;
    height: 40px;
    background-color: #4d758c;
    color: #ffffff;
    border-radius: 100%;
    margin-left: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    border: none;
}

.mainBanner .Back:hover {
    background-color: #292929;
    color: #ffd700;
}

.mainBanner .Back .fa-angle-left:before {
    content: "\f105";
}

.mainBanner ul {
    margin: 0;
    list-style: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0;
}

.mainBanner ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px;
    color: #f1f4d9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.mainBanner ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px !important;
    padding-left: 10px;
}

.mainBanner ul li a:hover {
    color: #f1f4d9;
}

.mainBanner ul li a.active {
    color: #ffffff;
    cursor: default;
}

.mainBanner ul li::after {
    content: " / ";
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: -3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mainBanner ul li:last-child:after {
    display: none;
}

@media (max-width: 768px) {
    .mainBanner {
        padding: 70px 15px 45px;
    }
    .mainBanner .Back {
        margin-left: 20px;
    }
    .mainBanner ul li a {
        font-size: 16px !important;
    }
}

.mainBanner figure {
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0;
}

.mainBanner figure svg {
    width: 100%;
    height: 150px;
}

@media (max-width: 768px) {
    .mainBanner figure svg {
        height: 70px;
    }
}

.form-label {
    font-weight: bold;
    text-transform: capitalize;
    color: #4d758c;
    font-size: smaller;
}

.form-label span {
    color: #c4832e;
}

@media (max-width: 768px) {
    .form-label {
        font-size: 12px;
    }
}

.form-control {
    min-height: 48px;
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c4832e;
}

.form-control::-webkit-input-placeholder {
    color: #b4b4b4;
    font-size: 12px;
}

.form-control:-ms-input-placeholder {
    color: #b4b4b4;
    font-size: 12px;
}

.form-control::-ms-input-placeholder {
    color: #b4b4b4;
    font-size: 12px;
}

.form-control::placeholder {
    color: #b4b4b4;
    font-size: 12px;
}

.account .card {
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 14px;
    -webkit-box-shadow: 0px 8px 24px #00000030;
    box-shadow: 0px 8px 24px #00000030;
}

@media (min-width: 992px) {
    .account .card {
        margin-top: -200px;
    }
}

@media (max-width: 768px) {
    .account .card {
        padding: 30px 10px;
    }
}

.account .card .loginImg {
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 20px 0 50px;
}

@media (max-width: 768px) {
    .account .card .loginImg {
        padding: 0 30px;
    }
}

.account .card a {
    color: #c4832e;
}

.account .socialLogin {
    text-align: center;
}

.account .socialLogin .line {
    padding: 10px 20px;
    margin: auto;
    position: relative;
}

.account .socialLogin .line span {
    background-color: #fff;
    z-index: 2;
    position: relative;
    padding: 0px 20px;
}

.account .socialLogin .line::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #666;
    border-radius: 10px;
}

.account .socialLogin .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    margin-bottom: 10px;
}

.account .socialLogin .social .loginIcon {
    padding: 10px 16px;
    margin: 0px 5px;
    width: 100%;
    border-radius: 4px;
    color: #fff;
    text-transform: capitalize;
}

.account .socialLogin .social .loginIcon.facebook {
    background-color: #4267B2;
}

.account .socialLogin .social .loginIcon.gmail {
    background-color: #DB4437;
}

.account .socialLogin .social .loginIcon:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 10px 20px #00000030;
    box-shadow: 0px 10px 20px #00000030;
}

.arriveWorker {
    padding: 70px 0 50px;
    position: relative;
    overflow: hidden;
}

.arriveWorker .arriveWorkerInfo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.arriveWorker .arriveWorkerInfo .image {
    position: relative;
    width: 30%;
}

.arriveWorker .arriveWorkerInfo .image img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    border-radius: 70px 4px 70px;
    position: relative;
    z-index: 2;
    border: 1px solid #f1f4d9;
}

.arriveWorker .arriveWorkerInfo .image::before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: -50px;
    top: -50px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: bounceIn 3s infinite ease-in-out both;
    animation: bounceIn 3s infinite ease-in-out both;
}

.arriveWorker .arriveWorkerInfo .info {
    position: relative;
    width: 70%;
    padding: 20px;
}

.arriveWorker .arriveWorkerInfo .info::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #f1f4d9;
}

.arriveWorker .arriveWorkerInfo .info::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #4d758c;
    z-index: 1;
}

.arriveWorker .arriveWorkerInfo .info h3 {
    font-weight: bold;
    font-size: 35px !important;
    margin-bottom: 20px;
    color: #4d758c;
    position: relative;
    z-index: 3;
}

.arriveWorker .arriveWorkerInfo .info p {
    color: #777;
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}

.arriveWorker .arriveWorkerInfo .info a {
    position: relative;
    z-index: 3;
}

.arriveWorker .arriveWorkerInfo .info h5 {
    font-size: 20px !important;
    color: #4d758c;
    position: relative;
    z-index: 3;
}

.arriveWorker .arriveWorkerInfo:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.arriveWorker .arriveWorkerInfo:nth-child(odd) .image::before {
    right: unset;
    left: -50px;
    animation: heartBeat 5s infinite ease-in-out both reverse;
}

.arriveWorker .arriveWorkerInfo:nth-child(odd) .info::after {
    left: 10px;
    top: 10px;
}

@media (max-width: 768px) {
    .arriveWorker .arriveWorkerInfo {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .arriveWorker .arriveWorkerInfo .image {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    .arriveWorker .arriveWorkerInfo .image img {
        border-radius: 8px !important;
        height: 200px;
    }
    .arriveWorker .arriveWorkerInfo .image::before {
        width: 80px;
        height: 80px;
    }
    .arriveWorker .arriveWorkerInfo .info {
        margin-bottom: 40px;
        width: 90%;
        text-align: center !important;
    }
    .arriveWorker .arriveWorkerInfo .info h3 {
        font-size: 25px !important;
        margin-bottom: 10px !important;
    }
    .arriveWorker .arriveWorkerInfo .info h5 {
        font-size: 15px !important;
    }
    .arriveWorker .arriveWorkerInfo:last-child .info {
        margin-bottom: 0;
    }
}

.policies,
.visa,
.selectWorker,
.recruitmentContract {
    padding: 100px 0 50px;
    background-size: cover;
    text-align: center;
    background-position: center;
}

.policies .container,
.visa .container,
.selectWorker .container,
.recruitmentContract .container {
    max-width: 900px;
}

.policies .container h1,
.visa .container h1,
.selectWorker .container h1,
.recruitmentContract .container h1 {
    font-weight: bold;
    color: #f1f4d9;
    margin-bottom: 20px;
    line-height: 34px;
}

.policies .container h4,
.visa .container h4,
.selectWorker .container h4,
.recruitmentContract .container h4 {
    margin: auto;
    line-height: 34px;
    color: #ffffff;
    margin-bottom: 20px;
}

.policies .container .links,
.visa .container .links,
.selectWorker .container .links,
.recruitmentContract .container .links {
    padding-top: 40px;
}

.policies .container .links a,
.visa .container .links a,
.selectWorker .container .links a,
.recruitmentContract .container .links a {
    padding: 15px 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f1f4d9;
    color: #4d758c;
    border-radius: 4px;
    margin: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #4d758c;
}

.policies .container .links a:hover,
.visa .container .links a:hover,
.selectWorker .container .links a:hover,
.recruitmentContract .container .links a:hover {
    background-color: #4d758c;
    color: #f1f4d9;
}

.myProfile {
    padding: 50px 0;
}

.myProfile .nav {
    background-color: #f1f4d9;
    border-radius: 8px;
    margin-bottom: 50px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .myProfile .nav {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        z-index: 2;
        -webkit-box-shadow: 0px 8px 24px #00000030;
        box-shadow: 0px 8px 24px #00000030;
    }
}

@media (max-width: 768px) {
    .myProfile .nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.myProfile .nav .nav-link {
    background-color: #ffffff;
    color: #4d758c;
    -webkit-box-shadow: 0px 2px 4px #00000030;
    box-shadow: 0px 2px 4px #00000030;
    border-radius: 4px;
    margin: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 20px;
    text-align: center;
    border: none;
    width: 100%;
}

.myProfile .nav .nav-link i {
    font-size: 25px;
    margin-bottom: 10px;
}

.myProfile .nav .nav-link.active {
    background-color: #4d758c;
    color: #ffffff;
}

.myProfile .secondaryTitle {
    font-weight: bold;
    color: #4d758c;
    margin-bottom: 20px;
}

.myProfile .thirdTitle {
    margin-bottom: 20px;
}

.myProfile .step {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 2px 4px #00000030;
    box-shadow: 0px 2px 4px #00000030;
    border-radius: 4px;
    margin-bottom: 30px;
}

.myProfile .step .head {
    background-color: #f1f4d9;
    padding: 10px 20px;
    color: #4d758c;
    margin-bottom: 20px;
    border-radius: 4px;
    font-weight: bold;
}

.myProfile .step .info {
    color: #777;
    margin-bottom: 20px;
    padding-right: 20px;
    position: relative;
}

.myProfile .step .info::before {
    content: "\f05a" !important;
    font-family: "Font Awesome 6 pro";
    position: absolute;
    right: 0;
    top: 0;
}

.myProfile .step .secondaryTitle {
    margin: 30px 0 10px;
}

.myProfile .step ul {
    list-style: auto;
    padding-right: 20px;
}

.myProfile .step ul ::marker {
    color: #4d758c;
}

.myProfile .step ul li {
    position: relative;
    padding: 10px;
    font-size: 13px;
}

.myProfile .step ul li:before {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    top: 8px;
    right: -23px;
    background: #ffffff;
    border-radius: 100px;
    border: 1px solid #4d758c;
    z-index: -1;
}

.myProfile .requirement {
    padding: 20px;
    background-color: #f1f4d9;
    border-radius: 4px;
    margin-bottom: 30px;
}

.myProfile .requirement ul {
    list-style: auto;
    padding-right: 20px;
}

.myProfile .requirement ul ::marker {
    color: #4d758c;
}

.myProfile .requirement ul li {
    position: relative;
    padding: 10px;
    font-size: 13px;
}

.recruitmentVisa {
    padding: 50px 0;
}

.recruitmentVisa .nav {
    background-color: #f1f4d9;
    border-radius: 8px;
    margin-bottom: 50px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .recruitmentVisa .nav {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        z-index: 2;
        -webkit-box-shadow: 0px 8px 24px #00000030;
        box-shadow: 0px 8px 24px #00000030;
    }
}

@media (max-width: 768px) {
    .recruitmentVisa .nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.recruitmentVisa .nav .nav-link {
    background-color: #ffffff;
    color: #4d758c;
    -webkit-box-shadow: 0px 2px 4px #00000030;
    box-shadow: 0px 2px 4px #00000030;
    border-radius: 4px;
    margin: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 20px;
    text-align: center;
    border: none;
    width: 100%;
}

.recruitmentVisa .nav .nav-link i {
    font-size: 25px;
    margin-bottom: 10px;
}

.recruitmentVisa .nav .nav-link.active {
    background-color: #4d758c;
    color: #ffffff;
}

.recruitmentVisa .secondaryTitle {
    font-weight: bold;
    color: #4d758c;
    margin-bottom: 20px;
}

.recruitmentVisa .thirdTitle {
    margin-bottom: 20px;
}

.recruitmentVisa .step {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 2px 4px #00000030;
    box-shadow: 0px 2px 4px #00000030;
    border-radius: 4px;
    margin-bottom: 30px;
}

.recruitmentVisa .step .head {
    background-color: #f1f4d9;
    padding: 10px 20px;
    color: #4d758c;
    margin-bottom: 20px;
    border-radius: 4px;
    font-weight: bold;
}

.recruitmentVisa .step .info {
    color: #777;
    margin-bottom: 20px;
    padding-right: 20px;
    position: relative;
}

.recruitmentVisa .step .info::before {
    content: "\f05a" !important;
    font-family: "Font Awesome 6 pro";
    position: absolute;
    right: 0;
    top: 0;
}

.recruitmentVisa .step .secondaryTitle {
    margin: 30px 0 10px;
}

.recruitmentVisa .step ul {
    list-style: auto;
    padding-right: 20px;
}

.recruitmentVisa .step ul ::marker {
    color: #4d758c;
}

.recruitmentVisa .step ul li {
    position: relative;
    padding: 10px;
    font-size: 13px;
}

.recruitmentVisa .step ul li:before {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    top: 8px;
    right: -23px;
    background: #ffffff;
    border-radius: 100px;
    border: 1px solid #4d758c;
    z-index: -1;
}

.recruitmentVisa .requirement {
    padding: 20px;
    background-color: #f1f4d9;
    border-radius: 4px;
    margin-bottom: 30px;
}

.recruitmentVisa .requirement ul {
    list-style: auto;
    padding-right: 20px;
}

.recruitmentVisa .requirement ul ::marker {
    color: #4d758c;
}

.recruitmentVisa .requirement ul li {
    position: relative;
    padding: 10px;
    font-size: 13px;
}

.available,
.happyClients {
    padding: 70px 0;
    text-align: center;
}

.available h4,
.happyClients h4 {
    font-weight: bold;
    color: #4d758c;
    margin-bottom: 30px;
}

.available .specifications,
.happyClients .specifications {
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 4px #00000030;
    box-shadow: 0px 2px 4px #00000030;
    border-radius: 4px;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.available .specifications i,
.happyClients .specifications i {
    font-size: 45px;
    margin-bottom: 30px;
    color: #4d758c;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
}

.available .specifications h1,
.happyClients .specifications h1 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #4d758c;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
}

.available .specifications .odometer-inside,
.happyClients .specifications .odometer-inside {
    direction: ltr !important;
}

.available .specifications h5,
.happyClients .specifications h5 {
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.available .specifications:hover,
.happyClients .specifications:hover {
    background-color: #4d758c;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.available .specifications:hover i,
.happyClients .specifications:hover i {
    color: #f1f4d9;
}

.available .specifications:hover h1,
.available .specifications:hover h5,
.happyClients .specifications:hover h1,
.happyClients .specifications:hover h5 {
    color: #ffffff;
}

.mapEarth .title {
    color: #4d758c;
    margin-bottom: 20px;
    position: relative;
    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;
}

.mapEarth .title::after {
    content: '';
    width: 95%;
    height: 2px;
    background-color: #f1f4d9;
    position: absolute;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.mapEarth .title::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background-color: #f1f4d9;
    position: absolute;
    left: 5%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.mapEarth .title a,
.mapEarth .title span {
    background-color: #fdfdfd;
    padding: 20px 30px;
    position: relative;
    z-index: 2;
    border-radius: 100px;
    border: 2px solid #f1f4d9;
    font-weight: bold;
}

@media (max-width: 768px) {
    .mapEarth .title a,
    .mapEarth .title span {
        padding: 15px 20px;
    }
}

.mapEarth .title a {
    font-weight: normal;
    font-size: 14px;
    background-color: #4d758c;
    color: #f1f4d9;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mapEarth .title a:hover {
    background-color: #f1f4d9;
    color: #4d758c;
}

.mapEarth .section-title {
    text-align: left;
    margin: 0 auto 25px 0;
    max-width: 100%;
}

.mapEarth .section-title h2 {
    padding-left: 0;
}

.mapEarth .worldMap {
    width: 500px;
    height: 500px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
}

.mapEarth .worldMap .earth {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    margin: -40%;
    background: #fff url(../img/map.webp) 0 50% repeat-x;
    background-size: auto 90%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 1em 2em;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1em 2em;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: map linear 90s infinite;
    animation: map linear 90s infinite;
}

.mapEarth .worldMap .orbic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapEarth .worldMap .orbic svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.mapEarth .worldMap #orbic_path {
    fill: none;
    stroke: rgba(0, 0, 0, 0.1);
    stroke-linecap: round;
    stroke-width: 4px;
    stroke-dasharray: 1 9;
    -webkit-animation: orbic linear 2s infinite;
    animation: orbic linear 2s infinite;
}

.mapEarth .worldMap #orbic_dots use {
    fill: #fff;
    stroke: rgba(30, 144, 255, 0.25);
    stroke-width: 4;
    -webkit-animation: dots ease 1s infinite alternate;
    animation: dots ease 1s infinite alternate;
}

.mapEarth .worldMap #orbic_dot1 {
    -webkit-transform: translate(50.4%, 29.6%);
    transform: translate(50.4%, 29.6%);
}

.mapEarth .worldMap #orbic_dot2 {
    -webkit-transform: translate(5%, 62.8%);
    transform: translate(5%, 62.8%);
    -webkit-animation-delay: .2s !important;
    animation-delay: .2s !important;
}

.mapEarth .worldMap #orbic_dot3 {
    -webkit-transform: translate(97%, 41%);
    transform: translate(97%, 41%);
    -webkit-animation-delay: .3s !important;
    animation-delay: .3s !important;
}

.mapEarth .worldMap #orbic_dot4 {
    -webkit-transform: translate(50%, 70.2%);
    transform: translate(50%, 70.2%);
    -webkit-animation-delay: .5s !important;
    animation-delay: .5s !important;
}

.mapEarth .worldMap #orbic_dot5 {
    -webkit-transform: translate(31.5%, 51.5%);
    transform: translate(31.5%, 51.5%);
    -webkit-animation-delay: .7s !important;
    animation-delay: .7s !important;
}

.mapEarth .worldMap #orbic_user1 {
    -webkit-transform: translate(1%, 40%) scale(0.66667);
    transform: translate(1%, 40%) scale(0.66667);
}

.mapEarth .worldMap #orbic_user2 {
    -webkit-transform: translate(18%, 64%) scale(0.66667);
    transform: translate(18%, 64%) scale(0.66667);
}

.mapEarth .worldMap #orbic_user3 {
    -webkit-transform: translate(39.5%, 31%) scale(0.66667);
    transform: translate(39.5%, 31%) scale(0.66667);
}

.mapEarth .worldMap #orbic_user4 {
    -webkit-transform: translate(69%, 22%) scale(0.66667);
    transform: translate(69%, 22%) scale(0.66667);
}

.mapEarth .worldMap #orbic_user5 {
    -webkit-transform: translate(75%, 53%) scale(0.66667);
    transform: translate(75%, 53%) scale(0.66667);
}

@-webkit-keyframes map {
    100% {
        background-position: 220% 50%;
    }
}

@keyframes map {
    100% {
        background-position: 220% 50%;
    }
}

@-webkit-keyframes orbic {
    100% {
        stroke-dashoffset: 10;
    }
}

@keyframes orbic {
    100% {
        stroke-dashoffset: 10;
    }
}

@-webkit-keyframes dots {
    100%,
    80% {
        stroke: #1e90ff;
    }
}

@keyframes dots {
    100%,
    80% {
        stroke: #1e90ff;
    }
}

@media only screen and (max-width: 1000px) {
    .mapEarth .worldMap {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        position: relative;
    }
    .mapEarth .worldMap .earth {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        background-color: transparent;
        background-size: 100% auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        -webkit-animation: none;
        animation: none;
    }
}

@media (max-width: 600px) {
    .mapEarth .worldMap {
        height: 300px;
    }
}

.mapEarth .companyInfo {
    margin-top: 30px;
}

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

.mapEarth .companyInfo ul li {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mapEarth .companyInfo ul li span {
    min-width: 40px;
    height: 40px;
    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;
    border: 1px solid #4d758c;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #4d758c;
}

.mapEarth .companyInfo ul li:hover span {
    background-color: #4d758c;
    color: #fff;
}

.mapEarth .companyInfo ul li p {
    font-weight: bold;
    color: #292929;
}

.mapEarth .companyInfo ul li a {
    color: #4d758c;
    display: block;
    font-weight: normal;
    margin: 5px 0;
}

.mapEarth .companyTeam {
    margin-bottom: 50px;
}

.mapEarth .companyTeam .team {
    margin: 20px 0px;
    border-bottom: 1px solid #4d758c;
    padding-bottom: 5px;
}

.mapEarth .companyTeam .team span {
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #4d758c;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #4d758c;
}

.mapEarth .companyTeam .team:hover span {
    background-color: #4d758c;
    color: #fff;
}

.mapEarth .companyTeam .team h4 {
    display: inline-block;
    margin: 0px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.musaned {
    padding: 70px 0;
}

.musaned .intro img {
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px;
}

.musaned .intro .head {
    font-weight: bold;
    margin-bottom: 20px;
    color: #4d758c;
}

.musaned .intro .info {
    color: #777;
    line-height: 28px;
}

@media (max-width: 768px) {
    .musaned .intro {
        text-align: center;
    }
    .musaned .intro img {
        height: 80px;
    }
}

.musaned .introImg {
    text-align: center;
}

.musaned .introImg img {
    -o-object-fit: contain;
    object-fit: contain;
}

.musanedFeatures {
    padding: 50px 0;
}

.musanedFeatures .musanedServices {
    padding: 20px;
}

.musanedFeatures .musanedServices iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.musanedRecruitment {
    padding: 70px 0;
}

.musanedRecruitment .headTitle h4 {
    margin-bottom: 10px;
}

.musanedRecruitment .headTitle h1 {
    font-weight: bold;
    color: #4d758c;
}

.musanedRecruitment .headTitle p {
    line-height: 30px;
    margin-top: 30px;
    color: #777;
}

.musanedRecruitment .specifications {
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 4px #00000030;
    box-shadow: 0px 2px 4px #00000030;
    border-radius: 4px;
    height: 100%;
    text-align: center;
}

.musanedRecruitment .specifications i {
    font-size: 55px;
    margin-bottom: 30px;
    color: #4d758c;
}

.musanedRecruitment .specifications h1 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #4d758c;
}

.musanedRecruitment .specifications h5 {
    white-space: nowrap;
}

.musanedRecruitment .specifications p {
    line-height: 30px;
    margin-top: 30px;
    color: #777;
    min-width: 220px;
}

.musanedFees {
    background-color: #f2f3f8;
    padding: 70px 0;
    text-align: center;
}

.musanedFees .headTitle h4 {
    margin-bottom: 10px;
}

.musanedFees p {
    color: #777;
    line-height: 30px;
}

.musanedFees .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.musanedFees .images img {
    -o-object-fit: contain;
    object-fit: contain;
    margin: 5px;
    max-height: 70px;
    border-radius: 8px;
}

.musanedApp {
    padding: 70px 0;
}

.musanedApp .appImg {
    text-align: center;
}

.musanedApp .appImg img {
    -o-object-fit: contain;
    object-fit: contain;
    min-height: 300px;
}

.musanedApp .info {
    padding: 20px;
    background-color: #f1f4d9;
    border-radius: 16px;
    text-align: center;
}

.musanedApp .info img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 120px;
    margin-bottom: 20px;
}

.musanedApp .info h4 {
    color: #4d758c;
    font-weight: bold;
    margin-bottom: 20px;
}

.musanedApp .info p {
    color: #777;
    line-height: 30px;
    margin-bottom: 30px;
}

.musanedApp .info .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.musanedApp .info .links img {
    width: 100%;
    height: 60px;
    margin: 0;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5px;
}

@media (max-width: 768px) {
    .musanedApp .info .links img {
        height: 50px;
    }
}

.selectCustomerService {
    padding: 30px 0 0;
}

.selectCustomerService .hint {
    text-align: center;
    margin-bottom: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #b5ac85;
}

.selectCustomerService .headTitle h2 {
    font-size: 30px !important;
}

@media (max-width: 768px) {
    .selectCustomerService .headTitle h2 {
        font-size: 20px !important;
    }
}

.selectCustomerService .headTitle p {
    color: #777;
}

.selectCustomerService .choose {
    position: relative;
    background-color: #f1f4d9;
    padding: 16px;
    border-radius: 16px;
}

.selectCustomerService .choose .customerOption {
    padding: 5px;
}

.selectCustomerService .choose .btn {
    padding: 8px 16px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
    box-shadow: none;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
    border-radius: 16px;
}

.selectCustomerService .choose .btn img {
    height: 50px;
    min-width: 50px;
    margin: 0 auto 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.selectCustomerService .choose .btn span {
    text-transform: capitalize;
    font-size: 13px !important;
}

.selectCustomerService .choose .btn-check:active+.btn-outline,
.selectCustomerService .choose .btn-check:checked+.btn-outline,
.selectCustomerService .choose .btn-outline.active,
.selectCustomerService .choose .btn-outline.dropdown-toggle.show,
.selectCustomerService .choose .btn-outline:active {
    background-color: #ffffff;
    color: #b5ac85;
    border: 2px solid #b5ac85;
}

.selectCustomerService .choose .btn-check:active+.btn-outline::after,
.selectCustomerService .choose .btn-check:checked+.btn-outline::after,
.selectCustomerService .choose .btn-outline.active::after,
.selectCustomerService .choose .btn-outline.dropdown-toggle.show::after,
.selectCustomerService .choose .btn-outline:active::after {
    content: "\f336" !important;
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    position: absolute;
    font-size: 20px;
    top: 5px;
    right: 10px;
}

.contactCustomerService {
    padding: 70px 0;
}

.selectedCustomer {
    border-radius: 8px;
    padding: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 4px #00000030;
    box-shadow: 0px 2px 4px #00000030;
    margin: 10px 0;
    text-align: center;
}

.selectedCustomer h6 {
    line-height: 30px;
}

.selectedCustomer h6 span {
    font-weight: bold;
    color: #b5ac85;
    padding: 0px 5px;
}

.selectedCustomerInfo .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 4px #00000030;
    box-shadow: 0px 2px 4px #00000030;
    background: #ffffff;
}

.selectedCustomerInfo .info img {
    height: 80px;
    width: 80px;
    margin: 0 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.selectedCustomerInfo .info .text h5 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #b5ac85;
}

.selectedCustomerInfo .contact {
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 8px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 2px 4px #00000030;
    box-shadow: 0px 2px 4px #00000030;
    height: 100%;
    text-align: center;
    color: #292929;
}

.selectedCustomerInfo .contact i {
    font-size: 35px;
    display: block;
    margin-bottom: 10px;
}

.selectedCustomerInfo .contact i.fa-whatsapp-square {
    color: #038735;
}

.selectedCustomerInfo .contact i.fa-square-phone {
    color: #1e90ff;
}

.selectedCustomerInfo .contact:hover {
    background-color: #f1f4d9;
    color: #b5ac85;
}

.alfooj_box {
    background-color: #fff;
    padding: 40px 25px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 14px 10px #0000000a;
    box-shadow: 0px 0px 14px 10px #0000000a;
}

.add_files input[type="file"] {
    display: none;
}

.added_files {
    margin-top: 30px;
}

.added_files .file-row {
    border-bottom: 1px solid #fff;
    padding: 7px 10px;
    background-color: #fff;
    border-radius: 5px;
}

.added_files .file-row:nth-child(even) {
    background-color: #fdfdfd;
}

.added_files .file-row:nth-child(odd) {
    background-color: #f9f8f6;
}

.added_files .file-row b {
    font-size: 13px;
}

.added_files .file-row .btn {
    padding: 0;
    margin: 0;
}

.added_files .remove {
    cursor: pointer;
    height: auto;
    color: #ff4646;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.added_files .remove:hover {
    color: #d40000;
}

@import url("https://fonts.googleapis.com/css?family=Roboto");
@-webkit-keyframes come-in {
    0% {
        -webkit-transform: translatey(100px);
        transform: translatey(100px);
        opacity: 0;
    }
    30% {
        -webkit-transform: translateX(-50px) scale(0.4);
        transform: translateX(-50px) scale(0.4);
    }
    70% {
        -webkit-transform: translateX(0px) scale(1.2);
        transform: translateX(0px) scale(1.2);
    }
    100% {
        -webkit-transform: translatey(0px) scale(1);
        transform: translatey(0px) scale(1);
        opacity: 1;
    }
}

@keyframes come-in {
    0% {
        -webkit-transform: translatey(100px);
        transform: translatey(100px);
        opacity: 0;
    }
    30% {
        -webkit-transform: translateX(-50px) scale(0.4);
        transform: translateX(-50px) scale(0.4);
    }
    70% {
        -webkit-transform: translateX(0px) scale(1.2);
        transform: translateX(0px) scale(1.2);
    }
    100% {
        -webkit-transform: translatey(0px) scale(1);
        transform: translatey(0px) scale(1);
        opacity: 1;
    }
}

* {
    margin: 0;
    padding: 0;
}

.floating-container {
    position: fixed;
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 0;
    margin: 35px 25px;
}

.floating-container:hover {
    height: 300px;
}

.floating-container:hover .floating-button {
    box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
    -webkit-transform: translatey(5px);
    transform: translatey(5px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.floating-container:hover .element-container .float-element:nth-child(1) {
    -webkit-animation: come-in 0.4s forwards 0.2s;
    animation: come-in 0.4s forwards 0.2s;
}

.floating-container:hover .element-container .float-element:nth-child(2) {
    -webkit-animation: come-in 0.4s forwards 0.4s;
    animation: come-in 0.4s forwards 0.4s;
}

.floating-container:hover .element-container .float-element:nth-child(3) {
    -webkit-animation: come-in 0.4s forwards 0.6s;
    animation: come-in 0.4s forwards 0.6s;
}

.floating-container .floating-button {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #b5ac85;
    /* /  زر الواتس / */
    bottom: 0;
    border-radius: 50%;
    left: 20px;
    margin: auto;
    color: white;
    line-height: 65px;
    text-align: center;
    font-size: 23px;
    z-index: 100;
    -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    direction: ltr;
}

.floating-container .float-element {
    position: relative;
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 15px auto;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
    z-index: 0;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.floating-container .float-element .material-icons {
    vertical-align: middle;
    font-size: 16px;
}

.floating-container .float-element:nth-child(1) {
    background: #4d758c;
    box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
}

.floating-container .float-element:nth-child(2) {
    background: #b5ac85;
    box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
}

.floating-container .float-element:nth-child(3) {
    background: #4d545d;
    box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
}

.select2-container--default .select2-selection--single {
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #4d758c;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-results__option--selectable {
    border-radius: 4px;
    margin-bottom: 2px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f1f4d9 !important;
    color: #4d758c !important;
}

.select2-dropdown {
    border-radius: 4px;
    -webkit-box-shadow: 0px 8px 24px #00000030 !important;
    box-shadow: 0px 8px 24px #00000030 !important;
    border-color: transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 20px;
}


/* 3.18 Navbar */

.navbar {
    height: 70px;
    left: 270px;
    right: 5px;
    position: absolute;
    z-index: 890;
    background-color: transparent;
}

.navbar.active {
    background-color: #9b7335;
    box-shadow: rgba(103, 119, 239, 0.2) rgba(0, 0, 0, 0.03);
}

.navbar-bg {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background: #9b7335;
    background: -moz-linear-gradient(90deg, #9b7335 0%, #e9ba72 100%);
    background: -webkit-linear-gradient(90deg, #9b7335 0%, #e9ba72 100%);
    background: linear-gradient(90deg, #9b7335 0%, #e9ba72 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#9b7335", endColorstr="#e9ba72", GradientType=1);
    z-index: -1;
}

.navbar {
    align-items: center;
}

.navbar .navbar-brand {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar .form-inline .form-control {
    background-color: #fff;
    border-color: transparent;
    padding-left: 20px;
    padding-right: 0;
    margin-right: -6px;
    min-height: 46px;
    font-weight: 500;
    border-radius: 3px 0 0 3px;
    transition: all 1s;
}

.navbar .form-inline .form-control:focus,
.navbar .form-inline .form-control:focus+.btn {
    position: relative;
    z-index: 9001;
}

.navbar .form-inline .form-control:focus+.btn+.search-backdrop {
    opacity: .6;
    visibility: visible;
}

.navbar .form-inline .form-control:focus+.btn+.search-backdrop+.search-result {
    opacity: 1;
    visibility: visible;
    top: 80px;
}

.navbar .form-inline .btn {
    border-radius: 0 3px 3px 0;
    background-color: #fff;
    padding: 9px 15px 9px 15px;
    border-color: transparent;
}

.navbar .form-inline .search-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.navbar .form-inline .search-result {
    position: absolute;
    z-index: 9002;
    top: 100px;
    background-color: #fff;
    border-radius: 3px;
    width: 450px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.navbar .form-inline .search-result:before {
    position: absolute;
    top: -26px;
    left: 34px;
    content: '\f0d8';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-size: 30px;
}

.navbar .form-inline .search-result .search-header {
    padding: 13px 18px 2px 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    color: #bcc1c6;
}

.navbar .form-inline .search-result .search-item {
    display: flex;
}

.navbar .form-inline .search-result .search-item a {
    display: block;
    padding: 13px 18px;
    text-decoration: none;
    color: #34395e;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.navbar .form-inline .search-result .search-item a:hover {
    background-color: #f1f3fe;
}

.navbar .form-inline .search-result .search-item a:not(.search-close) {
    width: 100%;
}

.navbar .form-inline .search-result .search-item a i {
    margin-left: 0 !important;
}

.navbar .form-inline .search-result .search-item .search-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}

.navbar .active .nav-link {
    color: #fff;
    font-weight: 700;
}

.navbar .navbar-text {
    color: #fff;
    font-size: 10px;
}

.navbar .nav-link {
    color: #fff;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 100%;
}

.navbar .nav-link.nav-link-lg div {
    margin-top: 3px;
}

.navbar .nav-link.nav-link-lg i {
    margin-left: 0 !important;
    font-size: 25px;
    line-height: 32px;
}

.navbar .nav-link.nav-link-user {
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
}

.navbar .nav-link.nav-link-user img {
    width: 30px;
}

.navbar .nav-link.nav-link-img {
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 50%;
    overflow: hidden;
}

.navbar .nav-link.nav-link-img .flag-icon {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    border-radius: 50%;
    line-height: 18px;
    height: 22px;
    width: 22px;
    background-size: cover;
}

.remove-caret:after {
    display: none;
}

.navbar .nav-link:hover {
    color: #fff;
}

.navbar .nav-link.disabled {
    color: #fff;
    opacity: .6;
}

.nav-collapse {
    display: flex;
}

@media (max-width: 575.98px) {
    body.search-show .navbar .form-inline .search-element {
        display: block;
    }
    .navbar .form-inline .search-element {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        z-index: 892;
        display: none;
    }
    .navbar .form-inline .search-element .form-control {
        float: left;
        border-radius: 3px 0 0 3px;
        width: calc(100% - 43px) !important;
    }
    .navbar .form-inline .search-element .btn {
        margin-top: 1px;
        border-radius: 0 3px 3px 0;
    }
    .navbar .form-inline .search-result {
        width: 100%;
    }
    .navbar .form-inline .search-backdrop {
        display: none;
    }
    .navbar .nav-link.nav-link-lg div {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .navbar .form-inline .search-element {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .collapse {
        position: relative;
    }
    .collapse .navbar-nav {
        position: absolute;
    }
}

@media (max-width: 1024px) {
    .nav-collapse {
        position: relative;
    }
    .nav-collapse .navbar-nav {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
        position: absolute;
        top: 40px;
        left: 0;
        width: 200px;
        display: none;
    }
    .nav-collapse .navbar-nav.show {
        display: block;
    }
    .nav-collapse .navbar-nav .nav-item:first-child {
        border-radius: 3px 3px 0 0;
    }
    .nav-collapse .navbar-nav .nav-item:last-child {
        border-radius: 0 0 3px 3px;
    }
    .nav-collapse .navbar-nav .nav-item .nav-link {
        background-color: #fff;
        color: #6c757d;
    }
    .nav-collapse .navbar-nav .nav-item .nav-link:hover {
        background-color: #fcfcfd;
        color: #9b7335;
    }
    .nav-collapse .navbar-nav .nav-item:focus>a,
    .nav-collapse .navbar-nav .nav-item.active>a {
        background-color: #9b7335;
        color: #fff;
    }
    .navbar {
        left: 5px;
        right: 0;
    }
    .navbar .dropdown-menu {
        position: absolute;
    }
    .navbar .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
}


/* profile */

.profile .NavBack {
    background-size: cover;
    background-attachment: fixed;
    height: 120px;
    margin-bottom: 50px;
}

.profile .userHeader {
    margin: 20px 0px;
    background-color: #ffffff;
    color: #4d758c;
    border-radius: 20px;
    -webkit-box-shadow: 0px 8px 24px #00000030;
    box-shadow: 0px 8px 24px #00000030;
    padding: 20px;
}

@media (max-width: 768px) {
    .profile .userHeader {
        padding: 10px;
    }
}

.profile .userHeader .userInfo {
    position: relative;
    margin: 0px 10px;
}

.profile .userHeader .userInfo img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 100%;
    border: 3px solid #f1f4d9;
}

.profile .userHeader .userInfo .userName h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.profile .userHeader .userInfo .control {
    position: absolute;
    left: 0;
    top: 5px;
}

.profile .userHeader .userInfo .control i {
    font-size: 28px;
    color: #ff0000;
    cursor: pointer;
}

.profile .userHeader .userInfo .control .switch {
    position: relative;
    width: 50px;
    height: 28px;
    margin: -3px 10px;
}

.profile .userHeader .userInfo .control .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.profile .userHeader .userInfo .control .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    margin: 0px !important;
}

.profile .userHeader .userInfo .control .switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    right: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.profile .userHeader .userInfo .control .switch input:checked+.slider {
    background-color: #2196F3;
}

.profile .userHeader .userInfo .control .switch input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #2196F3;
    box-shadow: 0 0 1px #2196F3;
}

.profile .userHeader .userInfo .control .switch input:checked+.slider:before {
    -webkit-transform: translateX(22px);
    transform: translateX(22px);
}

@media (max-width: 760px) {
    .profile .userHeader .container {
        padding: 0px !important;
    }
    .profile .userHeader .userInfo {
        padding: 20px 10px;
    }
    .profile .userHeader .userInfo img {
        width: 80px;
        height: 80px;
    }
    .profile .userHeader .userInfo span {
        margin: 0px 10px;
    }
}

.profile .profileNavCol {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    right: 0;
    z-index: 2;
}

.profile .profileNavCol a {
    padding: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4d758c;
    margin: 5px 1px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    border: 1px solid #f1f4d9;
}

.profile .profileNavCol a i {
    margin-right: 5px;
}

.profile .profileNavCol a.active,
.profile .profileNavCol a:hover {
    background-color: #4d758c;
    color: #f1f4d9;
}

@media (max-width: 760px) {
    .profile .profileNavCol {
        margin-bottom: 10px;
    }
    .profile .profileNavCol a {
        padding: 8px 10px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 3px 0px;
        border-bottom: 1px solid #f1f4d9;
        min-width: 49%;
    }
}

@media (max-width: 335px) {
    .profile .profileNavCol {
        margin-bottom: 10px;
    }
    .profile .profileNavCol a {
        padding: 8px 10px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 3px 0px;
        border-bottom: 1px solid #f1f4d9;
        min-width: 100%;
    }
}

.profile .profileTitle {
    background-color: #F8F8F8;
    padding: 10px;
    margin-bottom: 20px;
}

.profileContent .newOrder {
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #4d758c;
    background: #4d758c;
    color: #f1f4d9;
}

.profileContent .newOrder i {
    font-size: 30px;
    margin-left: 20px;
}

.profileContent .newOrder:hover {
    background: #f1f4d9;
    color: #4d758c;
}

.profileContent .order {
    background-color: #fff;
    border: 1px solid #f1f4d9;
}

.profileContent .order .workerCvSlider {
    padding-bottom: 0px;
}

.profileContent .order .workerCvSlider img {
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.profileContent .order .swiper-button-prev,
.profileContent .order .swiper-button-next {
    color: #4d758c;
    width: 30px;
    height: 30px;
}

.profileContent .order .swiper-button-prev:hover,
.profileContent .order .swiper-button-next:hover {
    background-color: #f1f4d9;
    color: #4d758c;
}

.profileContent .order .swiper-button-prev::after,
.profileContent .order .swiper-button-prev::before,
.profileContent .order .swiper-button-next::after,
.profileContent .order .swiper-button-next::before {
    font-weight: 300;
    font-size: 20px;
}

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

.profileContent .order ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 49%;
    padding: 10px;
}

.profileContent .order ul li h6 {
    color: #777;
}

.profileContent .order ul li p {
    font-weight: bold;
    margin-right: 5px;
}

.profileContent .order .profileCustomerInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    background-color: #f1f4d9;
}

.profileContent .order .profileCustomerInfo .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profileContent .order .profileCustomerInfo .info img {
    height: 40px;
    width: 40px;
    margin: 0 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.profileContent .order .profileCustomerInfo .info .text h6 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #4d758c;
}

.profileContent .order .profileCustomerInfo .info .text p {
    font-size: smaller !important;
}

.profileContent .order .profileCustomerInfo .contact {
    text-align: center;
}

.profileContent .order .profileCustomerInfo .contact a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 100px;
    border: 1px solid #4d758c;
    color: #4d758c;
    margin: 5px;
}

.profileContent .order .profileCustomerInfo .contact a i {
    font-size: 20px;
}

.profileContent .order .profileCustomerInfo .contact a:hover {
    background-color: #4d758c;
    color: #f1f4d9;
}

.profileContent .order .cancel {
    color: #db1d00;
}

.profileContent .order .done {
    color: #038735;
}

.profileContent .order .orderStatus {
    padding: 10px;
    font-weight: bold;
}

.mainNav {
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 8px 24px #00000030;
    box-shadow: 0px 8px 24px #00000030;
    padding: 0;
}

.mainNav .navbar-brand {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.mainNav .navbar-brand .logo {
    height: 50px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.mainNav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .mainNav .nav-item {
        display: block;
    }
}

.mainNav .nav-item .nav-link {
    text-transform: capitalize;
    color: #292929;
    padding: 20px 12px;
    margin: 0 2px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}

@media (max-width: 768px) {
    .mainNav .nav-item .nav-link {
        margin-bottom: 5px;
        padding: 10px;
    }
}

.mainNav .nav-item .nav-link.active,
.mainNav .nav-item .nav-link:hover,
.mainNav .nav-item .nav-link:focus {
    color: #79254a;
}

.mainNav .nav-item .nav-link.active::after,
.mainNav .nav-item .nav-link:hover::after,
.mainNav .nav-item .nav-link:focus::after {
    width: 30%;
}

.mainNav .dropdown {
    text-align: center;
}

.mainNav .dropdown .userImg {
    width: 36px;
    height: 36px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid #f1f4d9;
}

.mainNav .dropdown .dropdown-toggle {
    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;
}

.mainNav .dropdown .dropdown-toggle::after {
    border: none !important;
    content: "\f104" !important;
    font-family: "Font Awesome 6 Pro";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 5px;
    width: 10px !important;
}

.mainNav .dropdown:hover .dropdown-toggle::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mainNav .dropdown .dropdown-menu {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown !important;
    animation-name: fadeOutDown !important;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 24px #00000030;
    box-shadow: 0px 8px 24px #00000030;
    padding: 5px 0;
    right: unset;
    top: 100%;
    left: -50%;
    margin-top: 0;
    border: none;
}

.mainNav .dropdown .dropdown-menu a {
    border-radius: 2px;
    padding: 8px 12px;
    padding-right: 16px;
    margin-bottom: 5px;
    position: relative;
}

.mainNav .dropdown .dropdown-menu a::before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: 0px;
    height: 80%;
    background-color: #79254a;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mainNav .dropdown .dropdown-menu a:hover::before {
    width: 5px;
}

.mainNav .dropdown:hover .dropdown-menu,
.mainNav .dropdown:focus .dropdown-menu {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp !important;
    animation-name: fadeInUp !important;
}