
@font-face {
    font-family: 'peyda';
    src: url(../fonts/Peyda.woff2) format('woff2');
  }
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 700;
    color: #1b1b1b;
}
/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: 'peyda', sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #555;
    font-family: 'peyda', sans-serif;
    font-size: 14px;
    font-weight: 300;
}
:-moz-placeholder {
    color: #555;
}
::-moz-placeholder {
    color: #555;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #555;
}
/* Important */
.bg-position-top {
    background-position: top;
}
.bg-position-center {
    background-position: center;
}
.bg-position-bottom {
    background-position: bottom;
}
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-gray {
    background-color: #f2f2f2;
}

.bg-white {
    background-color: #fff;
}
.bg-yellow {
    background-color: #f5b754;
}
.txt-dark {
    color: #1b1b1b;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 700;
}
.count {
    font-family: 'peyda', sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
}
.v-middle2 {
    position: absolute;
    width: 100%;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    right: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
    z-index: 9;
}
.js .animate-box {
    opacity: 0;
}
:root {
    scroll-behavior: auto;
}
.position-relative {
    position: relative !important;
}
.bp-bottom {
    background-position: bottom;
}
.bp-top {
    background-position: top;
}
.bp-center {
    background-position: center;
}
.icon-bg {
    background: #fff !important;
}
hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt--120 {
    margin-top: -120px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-120 {
    margin-bottom: 120px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.ml-30 {
    margin-right: 30px !important;
}
.mr-10 {
    margin-left: 10px !important;
}
.mr-15 {
    margin-left: 15px !important;
}
/* list */
.list {
    position: relative;
    display: block;
}
.list li {
    position: relative;
    display: flex;
    align-items: center;
}
.list li + li {
    margin-top: 10px;
}
.list-icon {
    display: grid;
}
.list-icon span {
    font-size: 11px;
    color: #1b1b1b;
    background-color: #f2f2f2;
    text-align: center;
    padding: 15px;
    border-radius: 100%;
}
.list-text {
    margin-right: 15px;
}
.list-text p {
    font-size: 14px;
    margin: 0;
    color: #555;
}
/* vertical line */
.line-vr-section {
    position: relative;
    margin: -25px auto;
    border: 0;
    border-right: 1px solid;
    border-color: #f5b754;
    width: 2px;
    height: 50px;
    z-index: 10;
    opacity: 1;
}


/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}
.section-title {
    font-size: 25px;
    font-family: 'peyda', sans-serif;
    color: #1b1b1b;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.25em;
    font-weight: 700;
}
[data-overlay-dark] .section-title span,
.section-title span {
    color: #f5b754;
    margin-right: 12px;
}
.section-title.white {
    color: #fff;
}
.section-title.black {
    color: #1b1b1b;
}
.section-subtitle {
    font-size: 18px;
    line-height: 10px;
    font-family: 'peyda', sans-serif;
    font-weight: 300;
    color: #f5b754;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    : 6px;
}
.section-subtitle.white {
    color: #fff;
}


/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
    border: none;
}
.navbar .container {
    border: none;
}
.nav-scroll .container {
    border: none;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #fff;
}
.navbar .navbar-nav .nav-link {
    font-family: 'peyda', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-left: 5px;
    padding-right: 5px;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #1b1b1b;
}
.navbar .navbar-nav .nav-link:hover {
    color: #f5b754;
}
.navbar .navbar-nav .nav-link:hover i {
    color: #f5b754;
}
.navbar .navbar-nav .active {
    color: #f5b754 !important;
}
.navbar .navbar-nav .active i {
    color: #f5b754;
    margin-right: 6px;
}
.nav-scroll {
    background: #fff;
    padding: 0 0 0 0;
    position: fixed;
    top: -100px;
    right: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    border: none;
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #1b1b1b;
}
.nav-scroll .navbar-nav .nav-link {
    color: #1b1b1b;
}
.nav-scroll .navbar-nav .active {
    color: #f5b754;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}
.nav-scroll .logo-img {
    width: 130px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'peyda', sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: block;
    width: 100%;
    position: relative;
    color: #1b1b1b;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.25em;

}
.nav-scroll .logo-wrapper .logo span {
    color: #f5b754;
}
.logo-wrapper {
    margin-left: 15px;
    float: right;
}
.logo-wrapper .logo h2 {
    font-family: 'peyda', sans-serif;
    font-size: 28px;
    font-weight: 700;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.25em;
    text-transform: uppercase;
}
.logo-wrapper .logo h2 span {
    color: #f5b754;
}
.logo {
    padding: 0;
}
.logo-img {
    width: 130px;
    text-align: center;
}
.dropdown .nav-link i {
    padding-right: 0px;
    font-size: 8px;
    color: #fff;
    margin-right: 6px;
}
.nav-scroll .dropdown .nav-link i {
    color: #555;
}
.nav-scroll .navbar-nav .active i {
    color: #f5b754;
}
.navbar .dropdown-menu .dropdown-item {
    padding: 7px 0;
    font-family: 'peyda', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #1b1b1b;
    position: relative;
    background-color: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.navbar .dropdown-menu .dropdown-item span {
    text-align: right;
    display: block;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 5px 0 0;
    font-size: 8px;
    float: left;
    color: #1b1b1b;
    transform: scaleX(-1);
}

.navbar .dropdown-menu .dropdown-item.active i {
    color: #f5b754;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #f5b754;
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu {
    box-shadow: 0 16px 50px rgb(27 27 27 / 7%);
}
.navbar .dropdown-menu li:last-child {
    border-bottom: none;
}
/* li hover */
.navbar .dropdown-menu li {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.navbar .dropdown-menu li:hover {
    padding-right: 5px;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    right: auto;
    left: 100%;
}
/* navbar-right */
.navbar .navbar-right {
    position: relative;
    display: flex;
    align-items: center;
}
.navbar .navbar-right .wrap {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
    margin-left: 20px;
}
.navbar .navbar-right .wrap .icon {
    margin-left: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 50%;
    font-size: 21px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #f5b754;
}
.nav-scroll .navbar-right .wrap .icon {
    color: #1b1b1b;
}
.navbar .navbar-right .wrap .icon:hover {
    background-color: #f5b754;
    color: #1b1b1b;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.navbar .navbar-right .wrap .text {
    margin-left: 10px;
    top: 3px;
    position: relative;
}
.navbar .navbar-right .wrap .text p {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    margin-bottom: 4px;
}
.navbar .navbar-right .wrap .text h5 {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    margin-bottom: 5px;
}
.navbar .navbar-right .wrap .text h5 a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.navbar .navbar-right .wrap .text h5 a:hover {
    color: #f5b754;
}
.nav-scroll .navbar-right .wrap .text p,
.nav-scroll .navbar-right .wrap .text h5,
.nav-scroll .navbar-right .wrap .text h5 a {
    color: #1b1b1b;
}



/* ======= About style ======= */
.about {
    position: relative;
}
.about .item {
    position: relative;
    border-radius: 20px 20px 0 20px;
    overflow: hidden;
    margin-bottom: 15px;
        isolation: isolate;
}
.about .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.about .item:hover img {
    transform: scale(1.05);
}
.about .item .title {
    position: absolute;
    top: 0px;
    padding: 30px;
}
.about .item .title h4 {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
}
.about .item .curv-butn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 40px 0 0 0;
}
.about .item .curv-butn .vid {
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: #fff;
}
.about .item .curv-butn .br-left-top {
    position: absolute;
    top: -24px;
    right: -1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    line-height: 1;
}
.about .item .curv-butn .br-left-top svg {
    width: 24px;
    height: 24px;
}
.about .item .curv-butn .br-right-bottom {
    position: absolute;
    bottom: -1px;
    left: -24px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    line-height: 1;
}


/* ======= Video Gallery style ======= */
.vid-icon {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.vid-icon:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 20px;
    float: right;
}
.video-gallery-polygon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #f5b754;
    border-radius: 50%;
    color: #1b1b1b;
    padding: 12px 13px 12px 11px;
    line-height: 0;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 10%);
}
.video-gallery-polygon:hover {
    background: #1b1b1b;
    color: #f5b754;
}
.video-gallery-polygon {
    font-size: 21px;
}
.video-gallery {
    position: relative;
}
.video-gallery .item {
    position: relative;
    border-radius: 20px 20px 0 20px;
    overflow: hidden;
    margin-bottom: 30px;
    isolation: isolate;
}
.video-gallery .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.video-gallery .item:hover img {
    transform: scale(1.05);
}
.video-gallery .item .title {
    position: absolute;
    top: 0px;
    padding: 30px;
}
.video-gallery .item .title h4 {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
}
.video-gallery .item .curv-butn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 40px 0 0 0;
}
.video-gallery .item .curv-butn .vid {
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: #fff;
}
.video-gallery .item .curv-butn .br-left-top {
    position: absolute;
    top: -24px;
    right: -1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    line-height: 1;
}
.video-gallery .item .curv-butn .br-left-top svg {
    width: 24px;
    height: 24px;
}
.video-gallery .item .curv-butn .br-right-bottom {
    position: absolute;
    bottom: -1px;
    left: -24px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    line-height: 1;
}
.video-gallery .item .curv-butn .br-right-bottom svg {
    width: 24px;
    height: 24px;
}
.video-gallery .item .curv-butn .icon {
    width: 60px;
    height: 60px;
    font-size: 21px;
    color: #1b1b1b;
    border: 1px solid #f5b754;
    background-color: #f5b754;
    border-radius: 100%;
    line-height: 60px;
}
.video-gallery .item:hover .curv-butn .icon {
    background-color: #1b1b1b;
    border: 1px solid #1b1b1b;
    color: #fff;
    border-radius: 100%;
}


/* ======= Video Popup style ======= */
.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 30px;
    z-index: 2;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.video-wrapper {}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #f5b754;
}
.video-wrapper .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.video-wrapper .vid .vid-butn .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 50%;
    line-height: 105px;
    text-align: center;
    font-size: 35px;
    position: relative;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.video-wrapper .vid .vid-butn .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: 1px solid #f5b754;
    border-radius: 50%;
    z-index: -1;
}
.video-wrapper .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background: transparent;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}


/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
    position: relative;
    padding: 0px;
}
.accordion-box .block {
    position: relative;
    background: #f2f2f2;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 20px;
}
.accordion-box .block.active-block {}
.accordion-box .block:last-child {
    margin-bottom: 0;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    cursor: pointer;
    padding: 30px;
    padding-left: 60px;
    color: #1b1b1b;
    transition: all 500ms ease;
    font-family: 'peyda', sans-serif;
}
.accordion-box .block .acc-btn .count {
    color: #f5b754;
    padding-left: 5px;
    font-weight: 700;
    font-family: 'peyda', sans-serif;
    font-size: 14px;
}
.accordion-box .block .acc-btn.active .count {
    color: #1b1b1b;
}
.accordion-box .block .acc-btn:before {
    position: absolute;
    transform: rotate(0deg);
    left: 35px;
    top: 24px;
    height: 30px;
    font-size: 11px;
    color: #f5b754;
    line-height: 30px;
    content: "\e649";
    font-family: "themify";
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
    background-color: #f5b754;
    color: #1b1b1b;
}
.accordion-box .block .acc-btn.active:before {
    color: #1b1b1b;
    font-family: "themify";
    content: "\e64b";
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .content {
    position: relative;
    padding: 30px;
    color: #1b1b1b;
    border-radius: 0px 0px 20px 20px;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    color: #555;
}


/* ======= Price style  ======= */
.price .item {
    padding: 60px 45px;
    border-radius: 20px;
    background: #f2f2f2;
    position: relative;
    overflow: hidden;
}
.price .item h3 {
    font-family: 'peyda', sans-serif;
    color: #1b1b1b;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25em;
}
.price .item h3 span {
    font-weight: 300;
    font-size: 10px;
    display: block;
    color: #f5b754;
    text-transform: uppercase;
}
.price .item p {
    font-size: 14px;
    font-weight: 300;
    color: #555;
    margin-bottom: 0;
}
.price .item ul {
    margin: 0;
    padding-right: 15px;
}
.price .item li {
  margin-bottom: 10px;
  padding-right: 20px;
  position: relative;
}
.price .item li:after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}
.price .item .dot-list li {
  position: relative;
  padding-right: 15px;
  margin-bottom: 10px;
}
.price .item .dot-list li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  background: #f5b754;
}
.price .item .dot-list li:last-of-type {
    margin-bottom: 0;
}
/* arrow */
.price .item .rmore {
  position: absolute;
  top: -15px;
  left: -15px;
  background: #fff;
  padding: 15px;
  border-radius: 0 0 45px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
}
.price .item .rmore .arrow {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #f5b754;
    background: #f5b754;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    font-size: 21px;
    color: #1b1b1b;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
}
.price .item .rmore .arrow span { 
    color: #1b1b1b;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    align-self: flex-start;
    margin-left: 2px;
}
/* arrow hover */
.price .item:hover .rmore {
  opacity: 1;
  top: 0px;
  left: 0px;
}
.price .item .rmore:hover .arrow {
    border: 1px solid #1b1b1b;
  background: #1b1b1b;
  color: #fff;
}
.price .item .rmore:hover .arrow span {
    color: #fff;   
}
/* active */
.price .item .rmore.active {
  opacity: 1;
  top: 0px;
  left: 0px;
}
.price .item .rmore .arrow.active {
  background: #f5b754;
}
.price .item .rmore .arrow.active i {
    color: #1b1b1b;   
}
/* border */
.price .item .rmore .br-left-top {
  position: absolute;
  top: 0;
  right: -20px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  line-height: 1;
}
.price .item .rmore .br-left-top svg {
  width: 20px;
  height: 20px;
}
.price .item .rmore .br-right-bottom {
  position: absolute;
  bottom: -20px;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  line-height: 1;
}
.price .item .rmore .br-right-bottom svg {
  width: 20px;
  height: 20px;
}


/* ======= Clients style ======= */
.clients {
    background: #f2f2f2;
}
.clients .owl-carousel {
    margin: 20px 0;
}
.clients .clients-logo {
    opacity: 1;
    line-height: 0;
}
.clients .clients-logo:hover {
    opacity: 1;
}
.clients img {
    -webkit-filter: none;
    filter: none;
}
.clients img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}



/* ======= Contact Box style ======= */
.contact-box {
    position: relative;
    margin-bottom: 0px;
    margin-top: -100px;
}
.contact-box .container {
    position: relative;
    z-index: 2;
}
.contact-box .item {
    background: #fff;
    padding: 60px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: right;
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 20px;
}
.contact-box .item.active {
    background: #f5b754;
}
.contact-box .item:hover {
    background: #f5b754;
    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;

}
.contact-box .item h5 {
    font-size: 21px;
    color: #1b1b1b;
    margin-bottom: 0px;
}
.contact-box .item.active h5 {
    color: #1b1b1b
}
.contact-box .item:hover h5 {
    color: #1b1b1b;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-box .item p {
    color: #555;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}
.contact-box .item.active p {
    color: #1b1b1b;
}
.contact-box .item:hover p {
    color: #1b1b1b;
}
.contact-box .item span {
    font-size: 35px;
    color: #f5b754;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-box .item.active span {
    color: #1b1b1b;
}
.contact-box .item:hover span {
    color: #1b1b1b;
}
.contact-box .item i.numb {
    font-size: 120px;
    position: absolute;
    bottom: -20px;
    left: -20px;
    color: rgba(0,0,0, 0.15);
    opacity: .2;
}
.contact-box .item.active i.numb {
    color: rgba(0, 0, 0, 0.2);
}
.contact-box .item:hover .numb {
    color: rgba(0, 0, 0, 0.2);
}


/* ======= 404 style ======= */
.not-found h1 {
    font-size: 200px;
    line-height: 180px;
    color: #f2f2f2;
}
.not-found h3 {
    color: #1b1b1b;
    font-size: 21px;
    line-height: 1.25em;
}
.not-found p {
    color: #555;
}
.not-found .search-form {
    position: relative;
    max-width: 520px;
    margin: 20px auto 0;
}
.not-found .search-form form {
    position: relative;
}
.not-found .search-form .form-group {
    position: relative;
    margin: 0;
}
.not-found .search-form .form-group input[type="text"],
.not-found .search-form .form-group input[type="search"],
.not-found .search-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 10px 20px 10px 100px;
    height: 60px;
    display: block;
    font-family: 'peyda', sans-serif;
    font-size: 14px;
    background: transparent;
    color: #1b1b1b;
    border-radius: 0px;
    border: 1px solid #f5b754;
    transition: all 300ms ease;
    border-radius: 30px;
}
.not-found .search-form .form-group input[type="text"]:focus,
.not-found .search-form .form-group input[type="email"]:focus,
.not-found .search-form .form-group input[type="search"]:focus {
    border-color: #f5b754;
}
.not-found .search-form .form-group input::-webkit-input-placeholder {
    color: #555;
}
.not-found .search-form .form-group input[type="search"]:focus {
    color: #555;
}
.not-found .search-form .form-group .search-button {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    background: none;
    color: #1b1b1b;
    background: #f5b754;
    border-radius: 100%;
        outline: none;
    transform: rotate(90deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.not-found .search-form .form-group .search-button span {
    vertical-align: middle;
    outline: none;
}
.not-found .search-form:hover .form-group .search-button {
    background: #1b1b1b;
    color: #fff;
    outline: none;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

/* bottom fade */
.bottom-fade {
    width: 100%;
    top: 41%;
    height: 60%;
    float: right;
    position: absolute;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
}

/* ======= Button style ======= */
/* button 1 */
.button-1 {
    direction: rtl;
    display: inline-block;
    height: auto;
    padding: 14px 42px;
    border: 1px solid #f5b754;
    border-radius: 30px;
    background-color: #f5b754;
    color: #1b1b1b;
    font-weight: 300;
    text-align: center;
    font-family: 'peyda', sans-serif;
    font-size: 14px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
[data-overlay-dark] .button-1 span,
.button-1 span {
    font-size: 10px;
    margin-right: 5px;
    color: #1b1b1b;
    transform: rotate(270deg);
}
[data-overlay-dark] .button-1 i,
.button-1 i {
    font-style: normal;
    font-size: 14px;
    padding-left: 5px;
    color: #1b1b1b;
}
.button-1:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #1b1b1b;
    transform: translate3d(0px, -6px, 0.01px);
}
.button-1:hover span {
    color: #1b1b1b;
}
/* button 2 */
.button-2 {
    display: inline-block;
    height: auto;
    padding: 14px 42px;
    border: 1px solid #fff;
    border-radius: 30px;
    background-color: transparent;
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-family: 'peyda', sans-serif;
    font-size: 14px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
[data-overlay-dark] .button-2 span,
.button-2 span {
    font-size: 10px;
    margin-right: 5px;
    color: #fff;
    transform: rotate(270deg);
}
[data-overlay-dark] .button-2 i,
.button-2 i {
    font-style: normal;
    font-size: 14px;
    padding-left: 5px;
    color: #fff;
}
.button-2:hover {
    border: 1px solid #f5b754;
    background-color: #f5b754;
    color: #1b1b1b;
    transform: translate3d(0px, -6px, 0.01px);
}
.button-2:hover i,
.button-2:hover span {
    color: #1b1b1b;
}
/* button 3 */
.button-3 {
    direction: ltr;
    display: inline-block;
    height: auto;
    padding: 14px 42px;
    border: 1px solid #1b1b1b;
    border-radius: 30px;
    background-color: #1b1b1b;
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-family: 'peyda', sans-serif;
    font-size: 14px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
[data-overlay-dark] .button-3 span,
.button-3 span {
    font-size: 14px;
    margin-left: 5px;
    color: #fff;
}
.button-3:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #1b1b1b;
    transform: translate3d(0px, -6px, 0.01px);
}
.button-3:hover span {
    color: #1b1b1b;
}
/* button 3 */
.button-4 {
    display: inline-block;
    height: auto;
    padding: 14px 42px;
    border: 1px solid #f5b754;
    border-radius: 30px;
    background-color: #f5b754;
    color: #1b1b1b;
    font-weight: 300;
    text-align: center;
    font-family: 'peyda', sans-serif;
    font-size: 14px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
[data-overlay-dark] .button-4 span,
.button-4 span {
    font-size: 10px;
    margin-right: 5px;
    color: #1b1b1b;
    transform: rotate(270deg);
}
.button-4:hover {
    border: 1px solid #1b1b1b;
    background-color: #1b1b1b;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}
.button-4:hover span {
    color: #fff;
}

/* ======= LetsTalk style ======= */
.lets-talk {
    position: relative;
}
.lets-talk .wrap {
    position: relative;
    background: #fff;
    padding: 45px 30px;
    overflow: hidden;
    z-index: 1;
}
.lets-talk[data-overlay-dark] h6,
.lets-talk h6 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    color: #f5b754;
    margin-bottom: 10px;
    font-weight: 300;
}
.lets-talk[data-overlay-dark] h5,
.lets-talk h5 {
    font-size: 35px;
    color: #fff;
    line-height: 1em;
}
.lets-talk[data-overlay-dark] p,
.lets-talk p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
}


/* ======= App style ======= */
.app {
    position: relative;
}
.app .item {
    background: #f5b754;
    border-radius: 20px;
    padding: 60px 60px 0px 60px;
}
.app .item[data-overlay-dark] h6,
.app .item h6 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    color: #1b1b1b;
    margin-bottom: 10px;
    font-weight: 300;
}
.app .item[data-overlay-dark] h5,
.app .item h3 {
    font-size: 35px;
    color: #1b1b1b;
    line-height: 1.2em;
}
.app .item[data-overlay-dark] p,
.app .item p {
    font-size: 14px;
    color: #1b1b1b;
    line-height: 1.5em;
}
.app .item img {
    position: relative;
    display: block;
}
@media screen and (max-width: 991px) {
    .app .item {
    padding: 30px 30px 0px 30px;
    }
}


/* ======= Footer style ======= */
.footer {
    background-color: #1b1b1b;
}
.footer-logo {
    width: 130px;
    margin-bottom: 15px;
}
.footer-logo h2 {
    font-family: 'peyda', sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.25em;

}
/* footer icon */
.icon-footer {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    background-color: #f5b754;
    color: #1b1b1b;
    font-size: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f5b754;
    border-radius: 100%;
}
.icon-footer i {
    width: 100%;
    text-align: center;
}
/* footer link */
.links.dark {
    background-color: transparent;
    border: 1px solid #222;
    box-shadow: none;
    border-radius: 0px;
}
.links.dark.footer-contact-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
}
.footer-contact-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1032px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-contact-links-divider {
    width: 1px;
    min-height: 100%;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #222;
}
.footer-contact-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1b1b1b;
    text-decoration: none;
}
.image-wrapper.footer-contact-link-icon {
    margin-left: 15px;
}
.footer-contact-link-wrapper h6 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 700;
}
.footer-contact-link-wrapper p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 0px;
}
/* second footer */
.second-footer {
    border-bottom: 1px solid #222;
}
.second-footer .widget-area .widget {
    direction: rtl;
    padding: 45px 0;
}
.second-footer .widget-area .widget p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}
/* usefull links */
.footer .usful-links ul {
    margin: 0;
    padding: 0;
}
.footer .usful-links ul li {
    margin-bottom: 5px;
}
.footer .usful-links ul li:hover {
    color: #f5b754;
}
.footer .usful-links ul li i {
    font-size: 7px;
    margin-left: 3px;
}
.footer .usful-links ul li a {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-right: 15px;
}
.footer .usful-links ul li a:after {
    width: 6px;
    height: 6px;
    content: "";
    background: #f5b754;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
}
.footer .usful-links ul li a:hover {
    color: #f5b754;
}
/* bottom footer */
.copyright {
    padding-top: 40px;
    padding-bottom: 40px;
}
.copyright p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}
.copyright p a {
    background: linear-gradient(to bottom, #f5b754 0%, #f5b754 100%);
    background-position: 100% 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
}
.copyright p a:hover {
    color: #fff;
}
/* social icons */
.social-icons li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: none;
    z-index: 1;
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    background: transparent;
    color: #fff;
    font-weight: 300;
    border-radius: 0;
    margin-left: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 1px solid #f5b754;
    border-radius: 100%;
}
.social-icons li:hover {
    background: #f5b754;
    color: #1b1b1b;
}


/* ======= Overlay Effect Bg image style ======= */
[data-overlay-dark] {
    position: relative;
}
[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}
[data-overlay-dark] p {
    color: #555;
}
[data-overlay-dark="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before {
    opacity: 1;
}
