@font-face {
  font-family: "peyda-Regular";
  src: url("../fonts/woff/PeydaWeb-Regular.woff") format("woff"), url("../fonts/woff2/PeydaWeb-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "peydaBold";
  src: url("../fonts/woff/PeydaWeb-Bold.woff") format("woff"), url("../fonts/woff2/PeydaWeb-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "peydalight";
  src: url("../fonts/woff/peydaWeb-light.woff") format("woff"), url("../fonts/woff2/peydaWeb-light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a, a:visited, a:active, a:hover {
  color: unset;
}

input, textarea, button {
  outline: none !important;
}

body {
  background: white;
  position: relative;
  text-align: right;
  font-size: 12px;
  color: #636363;
  margin: 0;
  padding: 0;
  z-index: 0;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: "peyda-Regular";
}

.left-btn, .owl-theme .owl-prev, .owl-theme .owl-next, .transparent-btn, .white-btn, .gold-btn, .light-gray-btn, .light-blue-btn, .blue-btn, .green-btn, .icon-btn, .center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

#mainFooter #footerBox, .pattern-bg {
  background-image: url("../images/bg-patern.png");
  background-size: 100px;
  background-repeat: repeat;
  background-color: #222222;
}

.gold-gradiant-color {
  text-transform: uppercase;
  background: linear-gradient(45deg, #ffa500, #d08600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-color {
  color: #636363 !important;
}

.light-text-color {
  color: #D3D3D3 !important;
}

.gold-gradiant-bg {
  background: linear-gradient(45deg, #ffa500, #d08600) !important;
}

.dark-bg {
  background: #222222 !important;
}

.light-dark-bg {
  background: #2C2C2C !important;
}

.dark-color {
  color: #222222 !important;
}

.blue-bg {
  background: #18A0FB !important;
}

.blue-color {
  color: #18A0FB !important;
}

.gold-bg {
  background: #d4af73 !important;
}

.gold-color {
  color: #d4af73 !important;
}

.content {
  padding-top: 140px;
}

.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.title {
  font-family: "peydaBold";
}

#headerBox {
  position: absolute;
  top: 15px;
  width: 100%;
  background: white;
}
#headerBox .header-navigation {
  height: 50px;
}
#headerBox .header-navigation a {
  display: inline-flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  height: 100%;
  font-size: 14px;
  transition: all 0.3s;
}
#headerBox .header-navigation a.active {
  color: #d4af73;
  border-bottom: 2px solid #d4af73;
}

.icon-btn {
  height: 40px;
  border-radius: 5px;
  width: 40px;
  background: #f5f5f5;
  color: white !important;
  box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
}

.green-btn {
  transition: all 0.3s;
  height: 40px;
  border-radius: 5px;
  position: relative;
  border: 1px solid transparent;
  min-width: 80px;
  max-width: fit-content;
  background: #50CD89;
  color: #E8FFF3 !important;
  font-weight: 600;
}
.green-btn:hover {
  background: transparent;
  border: 1px solid #50CD89;
  color: #50CD89 !important;
}

.blue-btn {
  transition: all 0.3s;
  height: 40px;
  border-radius: 5px;
  position: relative;
  border: 1px solid transparent;
  min-width: 120px;
  max-width: fit-content;
  background: #18A0FB;
  color: white !important;
}
.blue-btn:hover {
  background: transparent;
  border: 1px solid #18A0FB;
  color: #18A0FB !important;
}

.light-blue-btn {
  transition: all 0.3s;
  height: 40px;
  border-radius: 5px;
  position: relative;
  border: 1px solid transparent;
  min-width: 120px;
  max-width: fit-content;
  background: #F1FAFF;
  color: #009EF7 !important;
}
.light-blue-btn:hover {
  background: #009EF7;
  border: 1px solid #F1FAFF;
  color: #F1FAFF !important;
}

.light-gray-btn {
  transition: all 0.3s;
  height: 40px;
  border-radius: 5px;
  position: relative;
  border: 1px solid transparent;
  min-width: 120px;
  max-width: fit-content;
  background: #ececec;
  color: #484848 !important;
}
.light-gray-btn:hover {
  background: #ececec;
  border: 1px solid #cacaca;
  color: #cacaca !important;
}

.gold-btn {
  transition: all 0.3s;
  height: 40px;
  border-radius: 5px;
  position: relative;
  border: 1px solid transparent;
  min-width: 120px;
  max-width: fit-content;
  background: #d4af73;
  color: white !important;
}
.gold-btn:hover {
  background: transparent;
  border: 1px solid #d4af73;
  color: #d4af73 !important;
}

.white-btn {
  transition: all 0.3s;
  height: 40px;
  border-radius: 5px;
  position: relative;
  border: 1px solid transparent;
  min-width: 120px;
  max-width: fit-content;
  background: white;
  color: #222222;
}
.white-btn:hover {
  background: transparent;
  border: 1px solid white;
  color: white !important;
}

.transparent-btn {
  transition: all 0.3s;
  height: 40px;
  border-radius: 5px;
  position: relative;
  border: 1px solid transparent;
  min-width: 120px;
  max-width: fit-content;
  border: 1px solid #d4af73;
  background: transparent;
  color: #d4af73;
}
.transparent-btn:hover {
  background: transparent;
  border: 1px solid #d4af73;
  color: #d4af73 !important;
}

.description {
  line-height: 2;
  font-size: 16px;
  color: #636363;
  font-family: "peydalight";
  text-align: justify;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#joinUsParallex {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  background: linear-gradient(45deg, #ffa500, #d08600);
  border-radius: 25px;
  position: relative;
}
#joinUsParallex:before, #joinUsParallex:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: url("../images/svg/light-cover.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 1;
}
#joinUsParallex:after {
  width: 60%;
  background: url("../images/svg/light-cover-2.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 0;
}

.owl-theme .owl-stage {
  padding-bottom: 15px;
  padding-top: 15px;
}
.owl-theme .owl-prev, .owl-theme .owl-next {
  transition: all 0.3;
  position: absolute;
  border-radius: 4px;
  background-color: transparent !important;
  border: 1px solid #222222;
  top: 45%;
  color: #222222 !important;
  width: 30px;
  height: 30px;
}
.owl-theme .owl-prev:hover, .owl-theme .owl-next:hover {
  background: #222222 !important;
  color: white !important;
}
.owl-theme .owl-prev {
  left: -35px;
}
.owl-theme .owl-next {
  right: -35px;
}

#sliderOwl .owl-prev {
  left: 0;
}
#sliderOwl .owl-next {
  right: 0;
}

#testemonialOwl .owl-prev, #testemonialOwl .owl-next {
  border: 1px solid #D3D3D3;
  color: #D3D3D3 !important;
}

.blog-items {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: white;
  overflow: hidden;
}
.blog-items .blog-item-detail {
  position: relative;
  padding: 35px 15px 15px;
}
.blog-items .blog-item-counter {
  position: absolute;
  top: -25px;
  right: 15px;
  left: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

#faqItems .card {
  margin-bottom: 15px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
#faqItems .card .card-header {
  background: transparent;
}

.slider-item {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.slider-item figure {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
.slider-item figure img {
  height: 100%;
  width: auto;
}
.slider-item .slider-text {
  padding-right: 15%;
  padding-left: 15%;
  width: 100%;
}

.svg-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0.2;
}
.svg-cover svg {
  height: 100%;
}
.svg-cover.after {
  z-index: 1;
}
.svg-cover.before {
  z-index: 0;
}

#showScroller {
  margin-top: 15px;
  height: 85px;
  text-align: center;
}

.icon-box {
  border-radius: 5px;
  background: linear-gradient(45deg, #ffa500, #d08600) !important;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: white;
}

.form-control {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
}
.form-control.form-control-solid {
  background-color: #F5F8FA;
  color: #5E6278;
  transition: color 0.2s ease, background-color 0.2s ease;
  border: 1px solid #F5F8FA;
  appearance: none;
  border-radius: 0.475rem;
}
.form-control.form-control-solid.icons-in-input {
  padding-right: 40px !important;
}
.form-control.form-control-solid.icons-in-input.left {
  padding-right: 12px !important;
  padding-left: 40px !important;
}
.form-control.form-control-solid.select-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 16px 12px;
}
.form-control::placeholder {
  font-size: 13px;
  color: #a7a7a7;
}

.contact__box {
  margin: 50px 12%;
  position: relative;
}
.contact__box:before {
  content: "";
  position: absolute;
  top: -5%;
  right: -5%;
  background: url(../images/dots.png);
  background-repeat: repeat;
  background-size: 20px;
  height: 110%;
  width: 110%;
  z-index: 0;
  border-radius: 10px;
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  opacity: 0.8;
}
.contact__box .inner__content {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 40px;
  height: 100%;
  position: relative;
  border-top: 3px solid #ba7d01;
  z-index: 2;
}

#mainFooter {
  margin-bottom: 15px;
}
#mainFooter #footerBox {
  position: relative;
  border-radius: 30px;
  padding: 100px 50px 15px 50px;
  width: 100%;
}
#mainFooter #footerBox .svg-cover {
  opacity: 0.1;
}
#mainFooter #footerBox #supportBox {
  height: 100px;
  position: absolute;
  z-index: 1;
  top: -50px;
  right: 50px;
  width: calc(100% - 100px);
}
#mainFooter #footerBox #supportBox .with-seperate__line {
  border-left: 1px solid white;
}
#mainFooter #footerBox .footer-content {
  position: relative;
  z-index: 10;
}
#mainFooter #footerBox .footer-content .footer-title {
  padding-bottom: 10px;
  position: relative;
}
#mainFooter #footerBox .footer-content .footer-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 50px;
  background: white;
}

.main-page {
  position: relative;
}
.main-page:before, .main-page:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30%;
  height: 1px;
  background-color: #d3d3d3;
  z-index: 0;
}
.main-page:before {
  left: 0;
}
.main-page:after {
  right: 0;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .login-page input[type=radio] {
    --active: #d4af73;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 18px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .login-page input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
  }
  .login-page input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  .login-page input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  .login-page input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .login-page input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  .login-page input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .login-page input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .login-page input[type=radio]:not(.switch) {
    width: 18px;
  }
  .login-page input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  .login-page input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  .login-page input[type=radio] + label {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-right: 4px;
  }
  .login-page input[type=radio] {
    border-radius: 50%;
  }
  .login-page input[type=radio]:after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: translate(3px, 3px);
  }
  .login-page input[type=radio]:checked {
    --s: .5;
  }
}
.image-gallery {
  transition: all 0.3;
}
.image-gallery .overlay {
  opacity: 0;
  transition: all 0.3;
}
.image-gallery:hover .overlay {
  opacity: 1;
}

.absolute-logo {
  position: absolute;
  top: 20px;
  right: 20px;
}

#menuOverlay {
  display: none;
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
}
#menuOverlay.show {
  display: block;
}

.post-block-style {
  position: relative;
  overflow: hidden;
  padding: 30px 10px 10px 10px;
  border-top: thin solid #ccc;
}
.post-block-style .post-title {
  margin: 12px 0 10px;
}
.post-block-style .post-title.title-md {
  font-size: 18px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}
.post-block-style .grid-cat {
  position: absolute;
  top: 15px;
  left: 15px;
}
.post-block-style .grid-cat .post-cat {
  position: relative;
  font-size: 10px;
  padding: 0 10px;
  background: #1c1c1c;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  border-radius: 5px;
}
.post-block-style .post-thumb {
  border-radius: 5px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 400px;
}
.post-block-style .post-thumb img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.center-image {
  position: relative;
  display: block;
  height: 400px;
}
.center-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.ts-pagination {
  padding: 0;
  margin-top: 20px;
}
.ts-pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.ts-pagination li {
  display: inline-block;
}
.ts-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #000;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  margin-right: 5px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.ts-pagination li.page-active a {
  background: linear-gradient(45deg, #ffa500, #d08600);
  color: white !important;
}
.ts-pagination .disabled {
  display: none !important;
}

.left-btn {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.svg-icon {
  line-height: 1;
  color: #A1A5B7;
}
.svg-icon.svg-icon-1 svg {
  height: 1.75rem !important;
  width: 1.75rem !important;
}
.svg-icon.svg-icon-primary {
  color: #009EF7;
}

@media (max-width: 992px) {
  .contact__box {
    margin: 50px 15px;
  }
  [data-action=close] {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .content {
    padding-top: 115px;
    overflow-x: hidden;
  }
  .slider-item figure img {
    width: auto !important;
  }
  #originalMenu {
    position: fixed;
    top: 0;
    right: -81%;
    width: 80%;
    background-image: url("../images/bg-patern.png");
    background-size: 100px;
    background-repeat: repeat;
    background-color: #222222;
    height: 100vh;
    z-index: 100;
    transition: all 0.3s;
  }
  #originalMenu.show {
    right: 0;
  }
  #originalMenu #headerMobileBox {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #636363;
  }
  #originalMenu .header-navigation {
    height: auto;
    width: 100%;
  }
  #originalMenu .header-navigation a {
    height: 50px;
    color: white;
  }
  #originalMenu .header-navigation a.active {
    border-bottom: none;
  }
  h3.title {
    font-size: 140%;
  }
  #joinUsParallex:before, #joinUsParallex:after {
    content: none;
  }
  #mainFooter #footerBox {
    padding-top: 140px;
  }
  #mainFooter #footerBox .svg-cover {
    display: none;
  }
  #mainFooter #footerBox #supportBox {
    height: auto;
    right: 20px;
    width: calc(100% - 40px);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #mainFooter #footerBox #supportBox .with-seperate__line {
    border-left: none !important;
    border-bottom: 1px solid white;
    margin-bottom: 8px;
  }
}

/*# sourceMappingURL=newStyle.css.map */
