@font-face {
    font-family: 'din';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/DINNextLTArabic-Regular-3.ttf) format('truetype');
}

@font-face {
    font-family: 'din';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DINNextLTArabic-Medium-4.ttf) format('truetype');
}

@font-face {
    font-family: 'din';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/DINNextLTArabic-Bold-4.ttf) format('truetype');
}

::-moz-selection {
    color: #fff;
    background: #958955;
}

::selection {
    color: #fff;
    background: #958955;
}

.hiddena {
    display: none;
}

.logo img,
img {
    max-width: 100%;
}

.block span a,
.modern-ticker a {
    text-decoration: none;
}

a {
    text-decoration: none;
}

a h3,
a.butt,
a.buty,
a.red {
    text-decoration: none;
}

* {
    border: 0;
    margin: 0;
    padding: 0;
}

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

body {
    color: #777;
    font-family: 'din', sans-serif;
    background: #fff;
}

body a {
    color: #9e925f;
}

#contactus a:hover {
    color: #9e925f;
    text-decoration: underline;
}

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-section {
    height: 100vh;
    width: 100%;
    dir: ltr;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1360px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 780px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 1520px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1160px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1233px;
    }
}

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

    .header .container,
    .hero .container {
        max-width: 1410px
    }
}

#sign-in {
    display: none;
}

.header-brand {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 180px;
    text-align: center;
}

.rota {
    -webkit-animation: fa-spin 5s infinite linear;
    animation: fa-spin 5s infinite linear;
}

@-webkit-keyframes rota {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

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

    100% {
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover,
select:hover,
select:focus,
input[type="checkbox"]:hover,
input[type="checkbox"]:focus {
    border-color: #ddd !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.form-control {
    height: auto;
}

a:focus {
    outline: 0;
    border: none;
}

div#html5-watermark {
    display: none !important;
}

a,
button {
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.nav,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'din', sans-serif;
    color: #0d3862;
}

h3 {
    font-size: 18px;
}

p {
    line-height: 160%;
    font-size: 14px;
}

.clear {
    clear: both;
}

[data-sr] {
    visibility: hidden;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #c6cdde;
}

::-webkit-scrollbar {
    width: 7px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #c6cdde;
    border-radius: 46px;
}

/* start header */
.top-bar a {
    color: #D3EDFC;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
}

.top-bar a:hover {
    color: #fff;
}

.main-head {
    position: relative;
    overflow: hidden;
}

img.head-shapes {
    position: absolute;
    left: 0;
    top: 0;
}

img.head-shapes.shape-1 {
    position: absolute;
    left: auto;
    right: -50%;
    z-index: 1;
    top: -70%;
}

img.head-shapes.shape-2 {
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    top: -50%;
}

.header {
    right: 0;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99;
    background: rgb(255 255 255 / 70%);
    box-shadow: 0px 3px 9px rgb(39 8 8 / 7%);
    padding: 18px 0;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.header.affix {
    right: 0;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99;
    padding: 10px 0;
    border-radius: 0;
    background: #FFF;
    box-shadow: 0px 3px 9px rgb(39 8 8 / 7%);
}

.header.affix .logo img,
.header.affix .col-lg-3 img {
    height: 50px;
}

.logo img,
.header .col-lg-3 img {
    height: 64px;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 0.5rem 0.8rem !important;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.navbar-nav .nav-link:hover,
.navbar-nav .active .nav-link {
    color: #9e925f;
}

ul.navbar-nav li.dropdown-m {
    position: relative;
}

ul.dropdown-menu {
    background: #fff;
    box-shadow: 0px 8px 6px #27080830;
    border-radius: 8px;
    border: 0;
    padding: 0.3em 1em;
    top: 48px;
    min-width: 11rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

ul.dropdown-menu li + li {
    border-top: 1px solid #eee;
}

ul.dropdown-menu li a {
    color: #455467;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 0.7rem 0;
    display: block;
    font-family: 'din', sans-serif;
}

ul.dropdown-menu li a:hover {
    color: #8a6c59;
}

.top-bar {
    position: relative;
    z-index: 5;
    padding: 15px 0;
}

.top-bar a img {
    height: 16px;
    display: inline-block;
}

a.main-btn,
.main-btn,
button.main-btn {
    padding: 7px 35px;
    padding-bottom: 10px;
    background: #9e925f;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 39px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    transition-duration: 0.3s;
}

a.main-btn:before,
.main-btn:before,
button.main-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 39px;
    background: #455467;
    transform: scaleX(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

a.main-btn:hover:before,
.main-btn:hover:before,
button.main-btn:hover:before,
a.main-btn:focus:before,
.main-btn:focus:before,
button.main-btn:focus:before,
a.main-btn:active:before,
.main-btn:active:before,
button.main-btn:active:before {
    transform: scaleX(1);
}

a.main-btn1,
.main-btn1,
button.main-btn1 {
    padding: 7px 60px;
    padding-bottom: 10px;
    background: #9e925f;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 39px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

a.main-btn1:before,
.main-btn1:before,
button.main-btn1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 39px;
    background: #455467;
    transform: scaleX(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

a.main-btn1:hover:before,
.main-btn1:hover:before,
button.main-btn1:hover:before,
a.main-btn1:focus:before,
.main-btn1:focus:before,
button.main-btn1:focus:before,
a.main-btn1:active:before,
.main-btn1:active:before,
button.main-btn1:active:before {
    transform: scaleX(1);
}

a.main-btn1:hover,
.main-btn1:hover,
button.main-btn1:hover {
    border-color: #455467;
}

a.main-btn2,
.main-btn2,
button.main-btn2 {
    padding: 7px 60px;
    padding-bottom: 10px;
    background: #fff;
    color: #9e925f;
    text-transform: capitalize;
    display: inline-block;
    border: 1px solid #9e925f;
    border-radius: 39px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

a.main-btn2:before,
.main-btn2:before,
button.main-btn2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 39px;
    background: #455467;
    transform: scaleX(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

a.main-btn2:hover:before,
.main-btn2:hover:before,
button.main-btn2:hover:before,
a.main-btn2:focus:before,
.main-btn2:focus:before,
button.main-btn2:focus:before,
a.main-btn2:active:before,
.main-btn2:active:before,
button.main-btn2:active:before {
    transform: scaleX(1);
}

a.main-btn2:hover,
.main-btn2:hover,
button.main-btn2:hover {
    border-color: #455467;
    color: #fff;
}

.navbar-nav .nav-link i {
    font-weight: 600;
}

.hero {
    height: 600px;
    background: url(../images/bannera.png) center bottom;
    background-size: cover;
}

.hero .row,
.hero .container {
    height: 100%;
}

.title h1 {
    position: relative;
}

.title h1 {
    color: #9e925f;
    margin: 0;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding: 10px;
    z-index: 1;
}

.title h1:before {
    content: '';
    width: 100%;
    height: 22px;
    background: #D9D9D9;
    position: absolute;
    bottom: 4px;
    z-index: -1;
    left: 0;
}

.hero p {
    color: #ADA9AE;
    font-size: 24px;
}

.after-hero {
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.section1.pageStart {
    background: #9e925f;
    position: relative;
    overflow: hidden;
}

.section1.pageStart:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #958955;
    top: 0;
    left: 0;
}

.after-hero .shadow-after {
    position: absolute;
    z-index: -1;
    top: auto;
    bottom: 19px;
    width: 100%;
    height: 31px;
    left: 0;
    background: url(../images/shadow.svg) no-repeat center;
}

.after-hero .shadow-before {
    position: absolute;
    z-index: 1;
    top: auto;
    top: 0;
    width: 100%;
    height: 31px;
    left: 0;
    background: url(../images/shadow.svg) no-repeat center;
}

/* .after-hero .shadow-after {
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: 0;
  width: 120%;
  height: 50px;
  left: -10%;
  right: -10%;
  background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(00, 00, 00, 0.6), rgba(97, 97, 97, 0.0) 40%);
  background: radial-gradient(ellipse at 50% -3%, rgba(00, 00, 00, 0.6), rgba(97, 97, 97, 0.0) 40%);
} */


.block-app {
    text-align: center;
    color: #fff;
}

.block-app h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.block-app p {
    font-size: 18px;
    color: #E3E3E3;
}

.block-app img {
    margin-bottom: 21px;
    height: 70px;
}

.swiper.mySwiper {
    height: calc(100vh - 102px);
}

.image-holder {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.image-holder:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #6B4E45;
    opacity: 0.7;
}

.image-holder .conta {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.image-holder .conta h1 {
    color: #FFFFFF;
    font-size: 40px;
    margin-bottom: 18px;
}

.image-holder .conta h3 {
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 0;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical {
    margin-right: 3em;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 40px;
    background: #fff;
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 5%;
    z-index: 2;
}

.mousey {
    width: 2px;
    padding: 8px 9px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 1;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    -webkit-animation-name: scroll;
    animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    -webkit-animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    margin: 0 auto;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }

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

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }

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

/* sections */
.section1 {
    padding: 60px 0;
}


.section1 h2.title2 {
    color: #ADA9AE;
    font-size: 24px;
}

.section1 .title h1 {
    margin-bottom: 6px;
}

.block {
    text-align: center;
    padding: 30px;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.block:hover {
    background: #F0F0F0;
}

.block h3 {
    font-size: 18px;
    color: #9e925f;
    font-weight: 700;
}

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

.block img {
    margin-bottom: 21px;
}

.section2 {
    padding: 105px 0;
}

.section2 p {
    font-size: 16px;
    color: #929292;
    margin: 10px;
}

.section2 .d-flex img {
    height: 50px;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.section2 .d-flex img:hover {
    opacity: 0.7;
}


.section2.righty {
    background: url(../images/section2.png) no-repeat right center;
    background-size: contain;
}

.section2.lefty {
    background: url(../images/section3.png) no-repeat left center;
    background-size: contain;
}


.footer {
    background: #ECECEC;
    padding: 40px 0 90px;
    position: relative;
    overflow: hidden;
}

.footer .backy {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200%;
    height: 92px;
    background: #ECECEC url(../images/bg-main.png) repeat-x bottom right;
    background-size: contain;
    animation-name: MOVE-BG;
    animation-duration: 100s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


@keyframes MOVE-BG {
    from {
        background-position: 0% 0%
    }

    to {
        background-position: 187% 0%
    }
}

/*.footer:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: auto;
  top: 0;
  width: 100%;
  height: 31px;
  left: 0;
  background: url(../images/shadow.svg) no-repeat center;
}*/

.footer p {
    font-size: 16px;
    color: #9E9E9E;
    margin-bottom: 0;
}

.footer .col-lg-4 img.foot-l {
    display: block;
    margin-bottom: 15px;
}

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

ul.foot li a {
    font-size: 16px;
    color: #929292;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

.copy-r {
    background: #D7DADD;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}

.copy-r .backy {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 200%;
    height: 14px;
    background: transparent url(../images/pavement.png) repeat-x bottom left;
    animation-name: MOVE-BG1;
    animation-duration: 100s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes MOVE-BG1 {
    from {
        background-position: 0% 0%
    }

    to {
        background-position: -187% 0%
    }
}

.copy-r p {
    font-size: 20px;
    color: #5C5C5C;
    background: #D7DADD;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

.login-section {
    background: #F6F6F6;
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 62px);
    padding: 60px 0 140px;
}

.login-section .container,
.login-section .row {
    /*height: 100%;*/
}

.login-section .backy {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200%;
    height: 92px;
    background: #F6F6F6 url(../images/bg-main.png) repeat-x bottom right;
    background-size: contain;
    animation-name: MOVE-BG;
    animation-duration: 100s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.login-section img {
    margin: 0 auto;
    display: block;
}

.login-section .photo-info img {
    display: inline-block;
    margin: initial;
}

.login-section img.firsta {
    height: 90px;
}

.login-form {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 13%);
    margin: 2em 0;
}

.login-form h2 {
    color: #9e925f;
    font-size: 24px;
    text-align: center;
}

.login-form h3 {
    color: #000000;
    font-size: 18px;
    text-align: initial;
    margin: 15px 0;
}

.login-form h4 {
    color: #000000;
    font-size: 15px;
    text-align: initial;
    margin: 10px 0;
}

.login-form .form-group {
    text-align: initial;
}

.login-form select {
    background: #fff url(../images/select.png) no-repeat left center;
    background-position-x: 4%;
    padding: 10px 27px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.login-form .form-group label {
    color: #000000;
    font-size: 16px;
    text-align: initial;
    margin: 15px 0;
    display: inline-block;
}

.login-form p {
    color: #9E9E9E;
    font-size: 16px;
    text-align: center;
}

.login-form .form-control {
    padding: 10px;
    border-bottom: 2px solid #9e925f;
    color: #333333;
}


.modal-content {
    width: 85%;
    border-radius: 14px;
    background: rgba(242, 242, 242, 0.80);
    margin: 0 auto;
}

.modal-body {
    text-align: center;
    padding: 15px 0;
}

.modal-body p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin: 15px 0;
}

.modal-body a.close {
    padding-top: 14px;
    color: #007AFF;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    border-top: 0.5px solid rgba(60, 60, 67, 0.36);
}

.modal.show .modal-dialog {
    /* backdrop-filter: blur(11px); */
}

.progress.progress1 {
    height: 7px;
    margin: 0 25px 20px;
    background-color: transparent;
}

.progress1 .progress-bar {
    width: 0;
    background-color: #3478F6;
    animation: fillProgress 2s ease-out forwards;
}

.progress1 .progress-bar.filled {
    width: 100%;
}

/* start map */
#google-container {
    width: 100%;
    height: 285px;
}

@media only screen and (min-width: 768px) {
    #google-container {
        height: 285px;
    }
}

@media only screen and (min-width: 1170px) {
    #google-container {
        height: 285px;
    }
}

#cd-google-map {
    position: relative;
    padding: 0;
    border: 2px solid #9e925f;
}

#cd-google-map address {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(134, 134, 134, 0.82);
    color: #ffffff;
    font-size: 14px;
    font-size: 0.8125rem;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    #cd-google-map address {
        font-size: 14px;
        text-align: center;
    }
}

#cd-zoom-in,
#cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: #9e925f;
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("../images/zoom.svg");
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#cd-zoom-in:hover,
#cd-zoom-out:hover {
    background-color: #0d3862;
}

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

    #cd-zoom-in,
    #cd-zoom-out {
        margin-left: 10px;
    }
}

#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}

@media only screen and (min-width: 768px) {
    #cd-zoom-in {
        margin-top: 10px;
    }
}

#cd-zoom-out {
    background-position: 50% -32px;
}

@keyframes fillProgress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.photo-info {
    padding: 12px;
    border-radius: 6.11px;
    border: 1.018px solid #E4E9F0;
    margin-top: 30px;
}

.photo-u img {
    border-radius: 5.916px;
    width: 40px;
}

.photo-u p {
    color: #132A60;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 5px;
}

.photo-u span {
    color: #969DB2;
    font-size: 8.147px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: block;
}

.photo-info .progress {
    height: 7px;
    background-color: transparent;
}

.photo-info .progress-bar {
    background-color: #3478F6;
}

.d-flex.mt-3 .progress {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
}

.d-flex.mt-3 span {
    color: #969DB2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.success {
    text-align: center;
}

.success h5 {
    color: #1C86C0;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.confirma {
    display: none;
}

.remember-me-wrap label {
    color: #9E9E9E;
    padding: 0 5px;
}

a.lost-your-password {
    color: #9e925f;
}

a.lost-your-password:hover {
    color: #272727;
    text-decoration: underline;
}

.upload {
    border-radius: 10.328px;
    padding: 1.5rem;
    text-align: center;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%231F46908C' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    cursor: pointer;
}

.upload h4 {
    color: #444;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.upload p {
    color: #969DB2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


ul.foot li a:hover {
    color: #777;
}

ul.foot li a i {
    color: #c89b2c;
}

.footer h3 {
    color: #9e925f;
    font-size: 24px;
    margin-bottom: 15px;
}

.footer h2 {
    color: #9e925f;
    font-size: 15px;
    margin-bottom: 15px;
}

.image-hold {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 250px;
    margin-bottom: 15px;
    background: #6B4E45;
}

.image-hold.extra-height {
    height: 400px;
}

.image-hold img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0.6;
}

.small-banner {
    background: url(../images/about.jpg) no-repeat center;
    background-size: cover;
    padding: 25px 0;
    position: relative;
    background-attachment: fixed;
}

.small-banner.service {
    background: url(../images/slide1.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

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

.navbar-nav .nav-link i {
    display: none;
}

.small-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    position: absolute;
    background: #6B4E45;
    opacity: 0.8;
    border-radius: 0;
    z-index: 0;
}

.small-banner h2 {
    color: #fff;
    font-weight: 600;
    line-height: 180%;
    margin: 0;
}

.inner-conta {
    padding: 80px 0;
}

.inner-conta h3 {
    color: #912B39;
    font-weight: 600;
    line-height: 180%;
}

.inner-conta p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: #272727;
}

.sidebar {
    background: #F2F2F2;
    padding: 30px;
    border-radius: 20px;
}

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

.sidebar h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    display: block;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #D76251;
    color: #fff;
}

.sidebar ul li a {
    font-size: 16px;
    color: #535252;
    text-decoration: none;
    font-weight: 600;
    padding: 10px;
    display: block;
    border-radius: 10px;
    margin-bottom: 10px;
}

.sidebar ul li a:hover,
.sidebar ul li a.active {
    color: #912B39;
}

.sidebar ul li a:after {
    content: "";
    position: relative;
    height: 3px;
    width: 45px;
    background: #C89B2C;
    display: block;
    right: 0;
    bottom: -15px;
}

.sidebar ul li a.after:after {
    background: #912B39;
}

.col-lg-3.br-1 {
    border-left: 1px solid #E7DDDB;
}


a.back {
    font-size: 16px;
    font-weight: 600;
    color: #d76251;
    margin-bottom: 15px;
    text-decoration: none;
    display: inline-block;
}

a.back:hover {
    color: #272727;
}

.price-package h3 {
    width: 82px;
    height: 82px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #912B39;
    display: block;
    margin: 0 auto;
    line-height: 26px;
    padding-top: 15px;
    outline: 1px solid #912B39;
    outline-offset: 5px;
    position: relative;
}

.price-package h3:before {
    content: "";
    width: 0;
    z-index: 1;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 14px solid #fff;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.price-package h3:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 14px solid #912B39;
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
}

.price-package ul {
    width: 225px;
    color: #fff;
    border-radius: 35px;
    background: #912B39;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    outline: 1px solid #912B39;
    outline-offset: 8px;
    position: relative;
    padding: 30px;
    list-style: none;
    margin: 50px auto;
    margin-bottom: 68px;
    min-height: 298px;
}

.price-package ul li {
    line-height: 34px;
    position: relative;
}

.price-package ul:before {
    content: "";
    width: 0;
    z-index: 1;
    height: 0;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-top: 26px solid #912b39;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.price-package ul:after {
    content: "";
    width: 0;
    z-index: 1;
    height: 0;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-top: 26px solid #fff;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
}

.price-package ul li:last-child::after {
    content: "";
    width: 0;
    z-index: 1;
    height: 0;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-top: 26px solid #912b39;
    position: absolute;
    bottom: -63px;
    left: 50%;
    transform: translateX(-50%);
}

.price-package.secounds h3 {
    background: #D66351;
    outline: 1px solid #D66351;
}

.price-package.secounds h3:after {
    border-bottom: 14px solid #D66351;
}

.price-package.secounds ul {
    background: #D66351;
    outline: 1px solid #D66351;
}

.price-package.secounds ul:before {
    border-top: 26px solid #D66351;
}

.price-package.secounds ul li:last-child::after {
    border-top: 26px solid #D66351;
}

.price-package.thirds h3 {
    background: #C18780;
    outline: 1px solid #C18780;
}

.price-package.thirds h3:after {
    border-bottom: 14px solid #C18780;
}

.price-package.thirds ul {
    background: #C18780;
    outline: 1px solid #C18780;
}

.price-package.thirds ul:before {
    border-top: 26px solid #C18780;
}

.price-package.thirds ul li:last-child::after {
    border-top: 26px solid #C18780;
    bottom: -97px;
}

.conta1 {
    border: 1px solid #912b39;
    padding: 7px 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.conta1 a:hover {
    opacity: 0.6;
}

.fw {
    font-weight: 600;
    color: #272727;
}

span.padge {
    background: #714D43;
    padding: 12px 30px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    display: inline-block;
}

span.padge span {
    display: inline-block;
    vertical-align: middle;
}

span.padge img {
    width: 29px;
    display: inline-block;
    vertical-align: middle;
}

input.form-control,
textarea.form-control,
select.form-control {
    padding: 12px;
}

.form-group label {
    color: #272727;
    font-weight: 500;
    margin-bottom: 10px;
}

.form-group label span {
    color: #888;
}

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

.bank-form select {
    background: #fff url(../images/icons/arrow-down.svg) no-repeat right center !important;
    background-position-x: 5% !important;
    background-size: 12px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.col-6:nth-child(2) .block1 .icona {
    background: #912B39;
}

a.apply1 {
    background: #912B39;
    padding: 10px 35px;
    padding-top: 12px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
}

a.apply1.whity {
    border: 2px solid #6b4e45;
    background: #fff;
    color: #6b4e45;
}

a.apply1:hover {
    background: #6b4e45;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #6B4E45;
    background-color: #6B4E45;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(58, 122, 254, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #b9d0ff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ecf2ff;
    border-color: #ecf2ff;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
}

.custom-control-label::before {
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.375rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #3a7afe;
    background-color: #3a7afe;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(58, 122, 254, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(58, 122, 254, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(58, 122, 254, 0.5);
}

.message {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    text-align: center;
    padding: 35px;
}

.message p {
    font-size: 16px;
    color: #272727;
    font-weight: 600;
}

.message img {
    margin-bottom: 20px;
}

.small-banner .seperator {
    margin-bottom: 0;
}

.contac {
    padding: 30px;
    padding-bottom: 0;
    border: 1px solid #A2A2A2;
    border-radius: 20px;
}

.contac a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #912323;
    margin-bottom: 30px;
}

.contac a:hover {
    color: #272727;
}

.contac div:last-child {
    text-align: left;
}

/* arabic */
html[lang="ar"] body {
    direction: rtl;
    font-family: 'din', sans-serif;
}

html[lang="ar"] .nav,
h1,
h2,
h3,
h4,
h5,
a.lang h6 {
    font-family: 'din', sans-serif;
}

.bs-wizard {
    margin-top: 0;
}

/*Form Wizard*/

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #FF5959;
    font-size: 16px;
    margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    font-size: 15px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot img {
    display: inline-block;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 31px;
    display: block;
    background: #fff;
    border: 3px solid #1f2a44;
    top: 42px;
    left: 50%;
    margin-top: -13px;
    margin-left: -15px;
    border-radius: 50%;
}

/*.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: ' '; 
  width: 33px; 
  height: 33px; 
  background: #fff; 
  border-radius: 50px; 
  position: absolute; 
  top: 3px; 
  left: 3px; 
} */
.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 3px;
    box-shadow: none;
    margin: 24px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #9E925F;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    /* background-color: #e6e6e6; */
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    background-color: #e6e6e6;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    right: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
    color: #ABB7C2;
}

.bs-wizard > .bs-wizard-step.active a.bs-wizard-dot,
.bs-wizard > .bs-wizard-step.complete a.bs-wizard-dot {
    color: #fff;
    background-color: #9e925f;
    border: 3px solid #9e925f;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot > i {
    position: absolute;
    width: 25px;
    height: 25px;
    display: block;
    top: 39px;
    left: 50%;
    margin-top: -31px;
    margin-left: -8px;
    z-index: 1000;
    font-size: 16px;
    color: #1f2a44;
}

.progress {
    background-color: #CFD6DC;
}

.disabled bs-wizard-dot > .fa {
    color: #fff;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    border: 3px solid #CFD6DC;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-info {
    color: #ABB7C2;
    font-weight: 600;
}

.bs-wizard > .bs-wizard-step.complete > .bs-wizard-info {
    color: #0D0B26;
    font-weight: 600;
}

.bs-wizard > .bs-wizard-step.active > .bs-wizard-info {
    color: #9e925f;
    font-weight: 600;
}

.bs-wizard > .active,
.bs-wizard > .complete {
    font-weight: bold;
}

.input-requirements {
    font-size: 1.3rem;
    font-style: italic;
    text-align: left;
    list-style: disc;
    list-style-position: inside;
    max-width: 400px;
    margin: 10px auto;
    color: rgb(150, 150, 150);
}

.success {
    text-align: center;
    font-size: 1em;
    display: block;
    background-color: #4CAF50;
    padding: 10px 15px;
    margin: auto;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
}

input[type=checkbox] {
    accent-color: #958955;
}

input[type=radio] {
    accent-color: #958955;
}

.login-form .form-group label.error {
    font-size: 1em;
    display: block;
    background-color: #dd3333;
    padding: 10px 15px;
    margin: auto;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
}

/* responsive */
@media (max-width: 991px) {
    #sign-in {
        display: block;
    }

    .main-head {
        height: auto;
        overflow: inherit;
    }

    .main-head:after {
        background-size: auto;
    }

    .hero h1,
    .title h1 {
        font-size: 30px;
    }

    .hero p {
        font-size: 20px;
    }

    .hero a.main-btn,
    .hero .main-btn,
    .hero button.main-btn {
        font-size: 18px;
    }

    .hero h1 em {
        font-size: 23px;
    }

    a.play {
        margin-top: 25px !important;
    }

    .header > .row > .col-lg-2 > a img {
        display: block;
        margin: 0 auto;
    }


    .header .col-lg-2.text-right {
        margin-top: 15px;
        padding-top: 10px;
        border-top: 1px solid #ccc;
    }

    .navbar-toggler {
        border: 1px solid #9e925f !important;
        top: -46px;
        left: 0px;
        position: absolute;
        background: #9e925f url(../images/icons/menu.svg) no-repeat center;
        background-size: 39px;
        z-index: 99;
        padding: 0.26rem 0.57rem;
    }

    .c-block {
        margin-bottom: 15px;
    }

    .upload-video {
        margin-bottom: 15px;
    }

    .navbar-toggler[aria-expanded="true"] {
        background: #9e925f url(../images/icons/close.svg) no-repeat center;
        background-size: 39px;
    }

    .navbar-collapse {
        background: #fff;
        padding: 15px;
        position: absolute;
        width: 100%;
        top: 9px;
        left: 0;
        z-index: 99;
        box-shadow: 0px 4px 6px #27080830;
        border-radius: 6px;
    }

    span.padge.pl-4 {
        margin-bottom: 17px;
    }

    .contac a {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .contac {
        padding: 15px;
        padding-bottom: 0;
        margin-bottom: 25px;
    }

    a.apply1,
    .sidebar {
        margin-bottom: 25px;
    }

    .sidebar {
        padding: 15px;
    }

    .navbar-nav .active .nav-link:before {
        display: none;
    }

    ul.nav.justify-content-center.custom-tabs.mb-3#pills-tab {
        justify-content: start !important;
        -ms-flex-pack: center !important;
    }

    .custom-tabs a {
        font-size: 16px;
        font-weight: 600;
    }

    .project-item .content h3 {
        font-size: 16px;
    }

    .project-item .content p {
        font-size: 14px;
    }

    ul.list-unstyled li {
        transform: unset !important;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .pattern1 .col-lg-4.custom-back:before {
        width: 400px;
        height: 410px;
    }

    footer.footer .col-md-4 .pl-3 {
        padding: 0 !important;
    }

    .custom-tabs.custom1 a {
        padding: 0.9rem 1rem;
    }

    ul.list-unstyled.py-5 {
        padding: 10px 0 !important;
    }

    .section-1.pt-0 .tab-content .col-lg-6 > img {
        margin-bottom: 20px;
    }

    p.why {
        margin: 0 !important;
        margin-top: -27px !important;
    }

    .footer {
        padding: 40px 0;
        padding-bottom: 63px;
    }

    .footer .col-lg-4 img.foot-l {
        display: block;
        height: 50px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .footer h3 {
        color: #9e925f;
        font-size: 20px;
    }

    ul.foot li a {
        font-size: 14px;
    }

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

    .main-floor {
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .main-floor > img {
        margin-top: 47px;
        margin-bottom: 15px;
    }

    .main-floor .lamp {
        bottom: 110px;
        width: 95px;
        top: auto;
    }

    .bank.bank4,
    .bank.bank5,
    .bank.bank6 {
        flex-direction: row-reverse;
    }

    .bank.bank4 img,
    .bank.bank5 img,
    .bank.bank6 img {
        margin-right: 1.5rem !important;
        margin-left: 0 !important;
    }

    .bank {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
    }

    .section2 .container {
        padding: 15px;
    }

    .section2.firsta .container:before {
        width: 100%;
    }

    .section2.firsta .container:after {
        width: 100%;
        background-size: cover;
    }

    .white-l {
        display: none;
    }

    .block1 h3 {
        font-size: 14px;
    }

    .block1 {
        padding: 20px;
    }

    .swiper.mySwiper {
        height: 345px;
    }

    .image-holder .conta h1 {
        font-size: 28px;
    }

    .image-holder .conta h3 {
        font-size: 18px;
    }

    .swiper.mySwiper .image-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical {
        margin-right: 1em;
    }

    .section2 .container:before {
        height: 100%;
    }

    .section2 .container .pr-3 {
        padding: 0 !important;
    }

    a.main-button {
        margin-bottom: 20px;
    }

    .backea .block1 {
        margin-bottom: 20px;
    }

    .section2 .container:after {
        height: 100%;
        background: url(../images/slide1.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .shape {
        width: 100%;
        transform: unset;
        padding: 15px;
        height: auto;
        border-radius: 15px;
    }

    .shape img.main-im {
        width: 100%;
        border-radius: 15px;
        -webkit-clip-path: polygon(50% 0%, 100% 0px, 100% 12%, 114.37% 66.19%, -14px 66.14%, 0px 0px);
        clip-path: polygon(50% 0%, 100% 0px, 100% 12%, 114.37% 66.19%, -14px 66.14%, 0px 0px);
    }

    .shape_content {
        position: relative;
        transform: unset;
        left: auto;
        margin-left: 0;
        top: auto;
        margin-top: -100px;
    }

    .shape_content1 {
        position: relative;
        transform: unset;
        left: auto;
        margin-left: 0;
        top: auto;
    }

    .shape_content1 h5 {
        font-size: 24px;
        color: #81b0cb;
        margin: 0 !important;

    }

    .slide-withNav .Slider1 {
        padding: 0;
    }

    .Slider1 .swiper-button-next,
    .Slider1 .swiper-button-prev {
        top: 90%;
    }

    .slide-withNav .Slider1 {
        padding-bottom: 45px;
    }

    .section-custom {
        border-bottom: 10px solid #3a5b78;
    }

    .right-cont {
        padding: 20px;
    }

    .section-custom.serve:nth-child(odd) .row,
    .time.time-right .row {
        flex-direction: column-reverse;
    }

    .image-hold-pro.ml-5 {
        margin: 0 !important;
    }

    .content.mr-5 {
        margin: 0 !important;
    }

    .service-head .btn-outline-light {
        margin-bottom: 20px;
    }

    .blog-item-style2 .image-h {
        margin-bottom: 15px;
    }

    .blog-item-style1 {
        padding-bottom: 15px;
        border-bottom: 1px solid #3B4043;
        margin-bottom: 15px;
    }

    .blog-deta {
        padding: 20px;
    }

    .blog-deta .image-h {
        height: 250px;
    }

    #sidebar,
    #sidebar1 {
        margin-bottom: 15px;
    }

    input.form-control.search {
        margin: 15px 0;
    }

    .ca-content .d-flex {
        display: block !important;
    }

    .ca-content .d-flex p {
        margin-bottom: 15px !important;
    }

    .message {
        margin-bottom: 20px;
    }

    /* .header .col-lg-2.text-right .main-btn:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../asses/images/icons/phone.svg);
    display: block;
    position: relative;
  } */
    .login-section .backy,
    .footer .backy {
        width: 400%;
        height: 61px;
    }

    .copy-r p {
        font-size: 16px;
        padding: 0 1px;
    }

    .copy-r .backy {
        width: 600%;
    }

    .login-section {
        padding: 35px 0;
        min-height: calc(100vh - 55.59px);
    }

    .login-section img.firsta {
        height: 70px;
    }

    .login-form h2 {
        font-size: 20px;
    }

    .remember-me-wrap label {
        margin: 0;
    }

    .header a.main-btn.ml-3,
    .header .s-logo {
        display: none;
    }

    .header {
        background: #fff;
        padding: 10px 0;
    }

    .logo img {
        height: 50px;
    }

    .hero {
        position: relative;
        height: auto;
        padding: 70px 0;
    }

    .title h1:before {
        height: 16px;
    }

    .header.affix .logo img,
    .header.affix .col-lg-3 img {
        height: 50px;
    }

    .block-app h2 {
        font-size: 20px;
    }

    .block-app p {
        font-size: 16px;
    }

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

    .after-hero .shadow-before,
    .after-hero .shadow-after,
    .footer:before {
        height: 9px;
        background: url(../images/shadow.svg) no-repeat top center;
        background-size: 100%;
    }

    .after-hero {
        padding-bottom: 9px;
    }

    .after-hero .shadow-after {
        bottom: 0;
    }

    .block-app img {
        height: 60px;
    }

    .section1 h2.title2 {
        font-size: 20px;
    }

    .section2 {
        padding: 20px 0;
    }

    .section2.righty {
        background: url(../images/section2.png) no-repeat right bottom;
        padding-bottom: 290px !important;
    }

    .section2.lefty {
        background: url(../images/section3.png) no-repeat left bottom;
        background-size: contain;
        padding-bottom: 390px !important;
    }

    .block {
        padding: 10px;
    }

    .header .col-lg-8 .d-flex {
        display: block !important;
    }
}

.buttons a {
    text-decoration: none;
    background-color: #9e925f;
    display: inline-flex;
    color: #fff;
    align-items: center;
    padding: 5px 12px 8px 15px;
    border-radius: 10px;
    margin-inline-end: 10px;
    min-height: 53px;
    margin-bottom: 5px;
}

.buttons img {
    width: 27px;
    height: 31px;
    margin-inline-end: 8px;
}

body .ui-icon {
    font-family: 'FontAwesome' !important;
    font: normal normal normal 14px / 1 FontAwesome !important;
    font-size: inherit !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    display: inline-block !important;
}

body .ui-icon-search:before {
    content: "\f002" !important;
}

body .ui-icon-triangle-1-s:before {
    content: "\f0d7" !important;
}

@media (min-width: 320px) and (max-width: 480px) {
    .section2.righty {
        background: url(../images/section2.png) no-repeat right bottom;
        padding-bottom: 290px !important;
        background-size: contain;
    }
}

@media (min-width: 481px) and (max-width: 519px) {
    .section2.righty {
        background: url(../images/section2.png) no-repeat right bottom;
        padding-bottom: 325px !important;
        background-size: contain;
    }
}

@media (min-width: 520px) and (max-width: 720px) {
    .section2.righty {
        background: url(../images/section2.png) no-repeat right bottom;
        padding-bottom: 325px !important;
        background-size: contain;
    }

    .section2.lefty {
        background: url(../images/section3.png) no-repeat left bottom;
        background-size: contain;
        padding-bottom: 95% !important;
    }
}

@media (min-width: 721px) and (max-width: 1023px) {
    .section2.righty {
        background: url(../images/section2.png) no-repeat right bottom;
        padding-bottom: 330px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .section2.righty {
        background: url(../images/section2.png) no-repeat right bottom;
        padding-bottom: 60px !important;
        background-size: contain;
    }
}

@media (min-width: 721px) and (max-width: 991px) {
    .section2.lefty {
        background: url(../images/section3.png) no-repeat left bottom;
        background-size: contain;
        padding-bottom: 6% !important;
    }

    .section2.lefty p {
        width: 50%;
    }
}

/**
WAS in template.xhtml
 */
body .ui-messages .ui-messages-info-icon:before, body .ui-message .ui-message-info-icon:before {
    background-image: url('../images/check1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    width: 19px;
    height: 13px;
    margin: 13px;
}

.dialogForm {
    left: 450px !important;
    top: 200px !important;
    border-radius: 10px !important;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 13%) !important;
    margin: 2em 0 !important;
}

.registerDialogForm {
    border-radius: 10px !important;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 13%) !important;
    margin: 2em 0 !important;
}

.captchaForm {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 13%);
    margin: 2em 0;
}

.ui-icon-check:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 17px;
    background-image: url('../images/check1.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.ui-icon-close:before {
    content: "";
    display: inline-block;
    margin: 5px;
    width: 28px;
    height: 17px;
    background-image: url('../images/icons/close.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ui-icon-triangle-1-s:before {
    content: "";
    display: inline-block;
    margin: 5px;
    width: 28px;
    height: 17px;
    background-image: url('../images/icons/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ui-messages-error-icon:before {
    content: "";
    display: none;
}

.ui-button .ui-button-text {
    font-size: 16px !important;
    font-weight: 500;
}

.login-form .form-control {
    font-size: 16px;
    font-weight: 500;
    font-family: 'din', sans-serif;
    padding: 10px;
    border-bottom: 2px solid #9e925f;
    color: #333333;
    background-color: #ffffff;
}

.form-control::placeholder {
    font-size: 16px;
    font-family: 'din', sans-serif;
    padding: 10px;
    border-bottom: 2px solid #9e925f;
    color: #777;
}

.ui-icon-closethick:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #9e925f;
    background-image: url('../images/icons/close.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ui-steps .ui-steps-item {
    width: 25%;
}

.ui-steps .ui-steps-item {
    float: right;
}

.ui-selectonemenu .ui-selectonemenu-trigger, .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
    right: auto;
    left: 0;
    display: none;
}

body .ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-icon {
    right: auto;
    left: 8px;
}

.ui-selectonemenu-panel .ui-selectonemenu-list-item, .ui-selectonemenu .ui-selectonemenu-label, .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item, .ui-selectcheckboxmenu .ui-selectcheckboxmenu-label {
    text-align: right;
}

.ui-selectonemenu .ui-selectcheckboxmenu {
    padding-left: 2em;
    padding-right: 0;
}

body .ui-inputfield {
    background: transparent no-repeat;
    background-image: linear-gradient(to bottom, #d7b377, #d7b377), linear-gradient(to bottom, #bdbdbd, #bdbdbd);
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    border-width: 2px;
    padding: 2px 2px 2px 2px;
    font-size: 16px;
    -moz-border-radius: 1px !important;
    border-radius: 5px !important;
}

body .ui-button {
    height: 47px;
}

/**
END of template.xhtml
 */

.login-section .ui-steps {
    position: relative;
    font-family: 'din', sans-serif;
}

.login-section .ui-steps .ui-steps-item {
    background-color: transparent;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100)
}

.login-section .ui-steps .ui-steps-item .ui-menuitem-link {
    display: inline-block;
    text-align: center;
    background-color: transparent;
    overflow: hidden;
}

.login-section .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-number {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    color: #333;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    position: relative;
    top: 20px;
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    padding-top: .25em;
    text-align: center;
    line-height: 26px;
    font-weight: 800;
}

.login-section .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-number:before {
    content: "0";
}

.login-section .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-title {
    display: block;
    margin-top: 6px;
    color: #737373;
    font-weight: 600;
    font-size: 15px;
}

.login-section .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-number {
    background: #9e925f;
    color: #fff;
}

.login-section .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-title {
    color: #9e925f;
}

.login-section .ui-steps .ui-steps-item.ui-state-disabled .ui-steps-number {
    pointer-events: none;
    border: 3px solid #CFD6DC;
    color: #ABB7C2;
}

.login-section .ui-steps .ui-steps-item.ui-state-disabled .ui-steps-title {
    color: #ABB7C2;
}

.login-section .ui-steps .ui-steps-item:last-child .ui-menuitem-link {
    display: block;
}

.login-section .ui-steps:before {
    color: #fff;
    content: ' ';
    border-top: 3px solid #9e925f;
    width: 78%;
    margin-left: 11%;
    top: 45%;
    left: 0;
    display: block;
    position: absolute;
}

.login-section .ui-widget-content {
    border: none;
    padding: 0px;
}

.login-section .ui-commandlink {

}

.login-section .ui-fileupload-content {
    padding: 0px !important;
}

.login-section .upload-logo {
    max-width: 200px;
    max-height: 200px;
}

.login-section .upload-clear {
    padding: 10px;
    color: red;
    font-family: 'din', sans-serif;
}

.login-section .ui-panel .ui-panel-content {
    padding: 20px;
}

.gmap {
    width: 100%;
}

@media (max-width: 450px) {
    .login-section .ui-steps .ui-steps-item {
        width: 100%;
    }

    .login-section .ui-state-highlight {
        color: #9e925f !important;
    }

    .login-section .ui-state-disabled {
        display: none !important;
    }
}

.ui-g span {
    font-family: 'din', sans-serif !important;
}

.ui-datatable-tablewrapper {
    font-family: 'din', sans-serif !important;
}

.ui-widget {
    font-family: 'din', sans-serif !important;
}

body .ui-chkbox .ui-chkbox-box {
    border: 3px solid #757575 !important;
    width: 20px !important;
    height: 20px !important;
    margin: -3px !important;
    border-color: #9e925f !important;
}

body .ui-chkbox .ui-chkbox-box.ui-state-active {
    border: 5px solid #9e925f !important;
}

#policy-list_list .ui-datalist-item {
    margin: 10px 35px 0 0px;
}

.ui-fileupload-buttonbar {
    display: none !important;
}

.ui-fileupload-preview {
    display: none !important;
}

.fileUpload {
    margin: 20px !important;
}

.ui-icon-bullet {
    margin-top: -14px !important;
}

.ui-icon {
    margin-left: -19px !important;
}

.ui-fileupload-row > div {
    display: inline-block;
}

.login-form .select {
    background: #fff url(../images/select.png) no-repeat left center;
    background-position-x: 4%;
    padding: 10px 27px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.ui-radiobutton-icon {
    top: 12px !important;
    left: 17px !important;
}

.no-pdf-preview {
    width: 250px;
    height: 95px;
    max-width: 250px;
    max-height: 200px;
}

.ui-inputfield {
    font-family: 'din', sans-serif !important;
}

body .ui-button.ui-button-icon-only .ui-icon {
    margin-top: -14px;
}