@charset "UTF-8";
/* Variables
======================*/
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;600&family=Lalezar&display=swap");
@font-face {
  font-family: "iconsfont";
  src: url("../icons/icons.eot?dsq842");
  src: url("../icons/icons.eot?dsq842#iefix") format("embedded-opentype"), url("../icons/icons.ttf?dsq842") format("truetype"), url("../icons/icons.woff?dsq842") format("woff"), url("../icons/icons.svg?dsq842#iconsfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  padding: 0 12px;
  background-color: #b18f38;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-transition: 0.1s all linear;
  transition: 0.1s all linear;
}

.link span {
  position: relative;
  z-index: 99;
  color: #fff;
}

.link span i {
  margin-right: 5px;
}

.link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #212529;
  -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%, 100% 50%);
          clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%, 100% 50%);
  -webkit-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.link:hover span {
  color: #fff;
}

.link:hover::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 50%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}

@media all and (max-width: 575.98px) {
  .link {
    line-height: 40px;
    padding: 0 15px;
    font-size: 12px;
  }
}

.icon_link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 16px;
  padding: 0;
  background-color: #b18f38;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

.icon_link i {
  line-height: 45px;
}

.icon_link:hover {
  background-color: #212529;
  color: #fff;
}

/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
}

::-moz-selection {
  background-color: #b18f38 !important;
  color: #212529 !important;
}

::selection {
  background-color: #b18f38 !important;
  color: #212529 !important;
}

body {
  position: relative;
  font-family: "Cairo", sans-serif;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  color: #212529;
  font-weight: 400;
  letter-spacing: 0;
  padding-bottom: 324px;
}

@media all and (max-width: 991.98px) {
  body {
    padding-bottom: 0;
  }
}

/* Scroll Bar
======================*/
/* width */
::-webkit-scrollbar {
  background-color: #b18f38;
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #b18f38;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #212529;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}

/* Lists  
======================*/
ul,
li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

small {
  text-transform: uppercase;
}

/* Section Setting
=======================*/
.page_content {
  position: relative;
  margin-top: 75px;
  width: 100%;
}

section {
  padding: 70px 0;
  position: relative;
  background-color: #fff;
  z-index: 999;
}

@media all and (max-width: 767.98px) {
  section {
    padding: 35px 0;
  }
}

section .container {
  position: relative;
  z-index: 99;
}

.p25 {
  padding: 25px !important;
}

.shaps::before, .shaps::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/shap.png) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-width: 270px;
  max-height: 270px;
  opacity: 0.08;
}

.shaps::after {
  right: auto;
  left: 0;
}

.section_title {
  margin: 0 auto 50px;
  text-align: center;
}

.section_title h3 {
  display: inline-block;
  font-size: 38px;
  color: #212529;
  font-family: "Lalezar", cursive;
  margin-bottom: 15px;
  position: relative;
}

.section_title h3::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: -1;
  background-color: rgba(177, 143, 56, 0.4);
  -webkit-transition: 0.3s height linear;
  transition: 0.3s height linear;
}

.section_title p {
  margin: 0 auto;
  font-size: 17px;
  line-height: 25px;
  color: #191b1e;
}

@media all and (max-width: 767.98px) {
  .section_title {
    margin: 0 auto 25px;
  }
}

@media all and (max-width: 575.98px) {
  .section_title h3 {
    margin-bottom: 5px;
    font-size: 28px;
  }
  .section_title p {
    font-size: 16px;
  }
}

.page_head {
  background: url(../images/page_head.jpg) center no-repeat;
  text-align: center;
  font-weight: 600;
  font-size: 34px;
  margin: 90px 0 0;
}

.page_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 37, 41, 0.85);
}

.page_head h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.page_head ul li {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

.page_head ul li a {
  font-size: 14px;
  display: block;
  color: #b18f38;
  padding: 0 10px;
  margin-left: 5px;
}

.page_head ul li a::after {
  content: " / ";
  position: absolute;
  top: 0;
  left: 0px;
}

@media all and (max-width: 575.98px) {
  .page_head h3 {
    font-size: 24px;
  }
  .page_head ul li a {
    padding: 0 5px;
    margin-left: 3px;
    font-size: 12px;
  }
}

/* Cursor
=========================*/
.cursor {
  z-index: 9999;
  position: fixed;
  width: 20px;
  height: 20px;
  background-color: #b18f38;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transition-property: background-color, width, height;
  transition-property: background-color, width, height;
}

.icon {
  font-family: "iconsfont" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-social-twitter:before {
  content: "";
}

.icon-social-facebook:before {
  content: "";
}

.icon-chevrons-left:before {
  content: "";
}

.icon-chevrons-up:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-lines:before {
  content: "";
}

.icon-location-pin:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.loading img {
  -webkit-animation: fadeinout 1s ease-in-out alternate infinite;
          animation: fadeinout 1s ease-in-out alternate infinite;
}

.spin {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 200px;
  height: 200px;
  margin: auto;
  border: 3px solid transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border-top-color: #b18f38;
  -webkit-animation: spin 1.5s infinite linear;
          animation: spin 1.5s infinite linear;
}

.spin:before {
  content: "";
  border: 3px solid transparent;
  border-top-color: #b18f38;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  position: absolute;
  -webkit-animation: antispin 0.7s infinite linear;
          animation: antispin 0.7s infinite linear;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes antispin {
  from {
    -webkit-transform: rotate;
    transform: rotate;
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes antispin {
  from {
    -webkit-transform: rotate;
    transform: rotate;
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

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

@keyframes fadeinout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  min-height: 90px;
  z-index: 9998;
  background-color: #fff;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

header .col-12 {
  position: relative;
  min-height: 90px;
}

header .logo {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 90px;
}

header .logo img {
  height: 100%;
  margin: 0;
}

header .header_links {
  position: absolute;
  left: 15px;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 45px;
  z-index: 999;
}

header .header_links li {
  display: inline-block;
  vertical-align: middle;
}

header .header_links .icon_link {
  font-size: 20px;
  width: 35px;
  margin: 0;
  color: #212529;
  background-color: transparent;
}

header .header_links .icon_link:hover {
  color: #b18f38;
}

header .header_links .menu_btn {
  display: none;
}

header .navbar {
  min-height: 90px;
  width: 100%;
  margin: -90px auto auto;
  padding: 0;
}

header .navbar ul {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .navbar ul li {
  display: inline-block;
}

header .navbar ul li a {
  position: relative;
  color: #212529;
  font-weight: 600;
  font-size: 16px;
  margin: 0 8px;
  padding: 0 8px;
  line-height: 45px;
  display: block;
  cursor: none;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

header .navbar ul li a img {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 3px;
  width: 28px;
}

header .navbar ul li a::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(177, 143, 56, 0.4);
  -webkit-transition: 0.3s height linear;
  transition: 0.3s height linear;
}

header .navbar ul li a.active::before, header .navbar ul li a:hover::before {
  height: 30%;
}

@media all and (max-width: 991.98px) {
  header {
    background-color: #fff;
  }
  header .container {
    max-width: 100%;
  }
  header .header_links .icon_link {
    display: inline-block;
    font-size: 24px;
  }
  header .navbar {
    background-color: #212529;
    margin: 0;
    z-index: 9999;
    min-height: auto;
    position: fixed;
    top: 90px;
    right: -290px;
    width: 270px;
    height: calc(100% - 90px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 25px;
    -webkit-transition: 0.3s right linear;
    transition: 0.3s right linear;
  }
  header .navbar.move {
    right: 0;
  }
  header .navbar ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .navbar ul li a {
    color: #fff;
    margin: 10px 0;
    padding: 0;
    text-align: start;
  }
  header .navbar ul li a img {
    display: none;
  }
}

.gallery {
  padding: 50px 0 0;
}

@media all and (max-width: 767.98px) {
  .gallery {
    padding-top: 35px;
  }
}

.gallery .row div {
  padding: 0;
}

.gallery a {
  display: block;
  height: 270px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media all and (max-width: 767.98px) {
  .gallery a {
    height: 180px;
  }
}

.gallery a:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-filter: blur(2px) grayscale(0.7);
          filter: blur(2px) grayscale(0.7);
}

.gallery a:hover .icon {
  opacity: 1;
}

.gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
}

.gallery .icon {
  opacity: 0;
  position: absolute;
  font-size: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  color: #fff;
}

footer {
  padding: 50px 0 0;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: start;
  background-color: #212529;
}

footer.shaps::before, footer.shaps::after {
  opacity: 0.35;
}

footer .col-lg-4 {
  padding: 0 25px;
}

@media all and (max-width: 991.98px) {
  footer {
    padding: 25px 0 0;
    position: relative;
  }
}

footer h3 {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 600;
}

footer p {
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 15px;
}

footer .social li {
  display: inline-block;
}

footer .social li a {
  color: #fff;
  display: block;
  font-size: 18px;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
}

footer .social li a i {
  line-height: 30px;
}

footer .social li a:hover {
  color: #b18f38;
}

.contact_list li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact_list i {
  margin-left: 10px;
  font-size: 18px;
  color: #b18f38;
}

.contact_list a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.subscribe_form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subscribe_form .form-group .form-control {
  margin: 0;
}

.subscribe_form .form-group .icon_link {
  margin: 0;
  width: 60px;
  height: 50px;
}

.subscribe_form .form-group .icon_link:hover {
  background-color: #fff;
  color: #b18f38;
}

.bottom_footer {
  background-color: #191b1e;
  padding: 15px 0;
  margin-top: 35px;
}

.bottom_footer .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 575.98px) {
  .bottom_footer .col-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .bottom_footer .col-12 .social {
    margin-bottom: 10px;
  }
}

.bottom_footer li {
  display: inline-block;
  vertical-align: middle;
}

.bottom_footer li a {
  color: #fff;
  font-size: 15px;
  margin-left: 12px;
}

.bottom_footer p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

/* Up Button
====================*/
.up_btn {
  opacity: 0;
  position: fixed;
  bottom: 270px;
  left: 5px;
  margin: auto;
  z-index: 9998;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #b18f38;
  color: #212529;
  -webkit-transition: 1s linear all;
  transition: 1s linear all;
}

.up_btn.show {
  opacity: 1;
  bottom: 15px;
}

.up_btn i {
  line-height: 35px;
}

/* Main Sec
======================*/
.main_screen {
  padding: 0 !important;
  margin-top: 90px;
}

.main_screen .look_cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  background-color: rgba(33, 37, 41, 0.7);
  padding: 0 25px;
}

.main_screen .look_cont h3 {
  font-family: "Lalezar", cursive;
  font-size: 68px;
  margin: 0 0 25px;
}

.main_screen .look_cont p {
  max-width: 640px;
  margin: 0 auto;
  font-size: 28px;
  line-height: 45px;
}

.main_screen .look_cont .link {
  margin: 25px auto 0;
}

.main_screen .carousel-indicators {
  right: 0;
  left: 0;
  margin: auto;
  bottom: 20px;
  padding: 0;
}

.main_screen .carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  opacity: 1;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.main_screen .carousel-indicators li.active {
  background-color: #b18f38;
}

.main_screen .carousel-control-next,
.main_screen .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  left: auto;
  width: 60px;
  height: 60px;
  line-height: 57px;
  opacity: 1;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.main_screen .carousel-control-next:hover,
.main_screen .carousel-control-prev:hover {
  background-color: rgba(177, 143, 56, 0.4);
}

.main_screen .carousel-control-next i,
.main_screen .carousel-control-prev i {
  line-height: 57px;
  font-size: 22px;
}

.main_screen .carousel-control-next.carousel-control-next,
.main_screen .carousel-control-prev.carousel-control-next {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.main_screen .carousel-control-prev {
  left: 15px;
  right: auto;
}

@media all and (max-width: 991.98px) {
  .main_screen .carousel-control-next,
  .main_screen .carousel-control-prev {
    width: 40px;
    height: 40px;
    line-height: 37px;
  }
  .main_screen .carousel-control-next i,
  .main_screen .carousel-control-prev i {
    line-height: 37px;
    font-size: 18px;
  }
  .main_screen .look_cont h3 {
    font-size: 52px;
    margin-bottom: 5px;
  }
  .main_screen .look_cont p {
    font-size: 20px;
  }
}

@media all and (max-width: 767.98px) {
  .main_screen .carousel-control-next,
  .main_screen .carousel-control-prev {
    display: none;
  }
  .main_screen .carousel-indicators {
    bottom: 10px;
  }
  .main_screen .look_cont h3 {
    font-size: 38px;
  }
  .main_screen .look_cont p {
    line-height: 25px;
    font-size: 18px;
  }
  .main_screen .look_cont .link {
    line-height: 40px;
    padding: 0 10px;
  }
}

@media all and (max-width: 575.98px) {
  .main_screen .look_cont {
    position: relative;
    padding: 25px 5px 50px;
    background-color: #212529;
  }
  .main_screen .look_cont h3 {
    font-size: 22px;
  }
  .main_screen .look_cont p {
    line-height: 20px;
    font-size: 13px;
  }
}

@media all and (max-width: 767.98px) {
  .about.shaps::before, .about.shaps::after {
    display: none;
  }
}

.about_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: start;
  height: 100%;
}

.about_content img {
  margin: 0 0 25px;
}

.about_content h3 {
  margin: 0;
  font-size: 38px;
  font-family: "Lalezar", cursive;
  color: #b18f38;
}

.about_content h4 {
  margin: 0;
  font-weight: 600;
  font-size: 26px;
  color: #b18f38;
  padding-right: 15px;
  position: relative;
}

.about_content h4::before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border: 2px solid #b18f38;
}

.about_content p {
  font-size: 18px;
  margin: 15px 0 25px;
  line-height: 30px;
}

@media all and (max-width: 991.98px) {
  .about_content h3 {
    font-size: 28px;
  }
  .about_content p {
    line-height: 28px;
    font-size: 16px;
    margin: 5px 0 15px;
  }
}

@media all and (max-width: 767.98px) {
  .about_content {
    text-align: center;
    display: block;
    padding: 0;
    margin-bottom: 15px;
  }
  .about_content img {
    margin: auto;
  }
  .about_content p {
    font-size: 18px;
  }
}

@media all and (max-width: 575.98px) {
  .about_content h3 {
    margin-top: 15px;
    font-size: 22px;
  }
  .about_content p {
    line-height: 20px;
    font-size: 15px;
  }
}

.about_img {
  margin: auto;
}

.about_img img {
  width: 100%;
}
.text {
  background-color: #fcfcfc;
}

@media all and (max-width: 575.98px) {
  .text p,
  .text h4 {
    text-align: start;
  }
  .text h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .text p {
    line-height: 20px;
    font-size: 15px;
  }
}


.features {
  background-color: #fcfcfc;
}

.category {
  padding: 0;
}

.category_item {
  display: block;
  position: relative;
  overflow: hidden;
  height: 390px;
  padding: 0;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.category_item .main {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.9s all linear;
  transition: 0.9s all linear;
}

.category_item .cont {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(6, 6, 6, 0.8)), color-stop(75%, rgba(6, 6, 6, 0.6)), color-stop(90%, rgba(6, 6, 6, 0.3)), to(transparent));
  background: linear-gradient(0deg, rgba(6, 6, 6, 0.8) 50%, rgba(6, 6, 6, 0.6) 75%, rgba(6, 6, 6, 0.3) 90%, transparent);
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
}

.category_item .cont img {
  width: 90px;
  margin: 0 auto 15px;
}

.category_item h3 {
  display: block;
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 25px;
}

.category_item i {
  margin: 0;
  position: relative;
  font-size: 30px;
  line-height: 34px;
  color: #b18f38;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
}

.category_item i::before {
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
}

.category_item i::after {
  content: "\e902";
  position: absolute;
  right: -10px;
  opacity: 0;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
}

.category_item:hover .main {
  -webkit-transform: scale(1.05) rotate(-2deg);
  transform: scale(1.05) rotate(-2deg);
  -webkit-filter: blur(1px) grayscale(0.2);
          filter: blur(1px) grayscale(0.2);
}

.category_item:hover .cont {
  height: 100%;
}

.category_item:hover .cont i::before {
  right: 20px;
  opacity: 0;
}

.category_item:hover .cont i::after {
  right: 0;
  opacity: 1;
}

@media all and (max-width: 991.98px) {
  .category_item {
    height: 270px;
  }
  .category_item .cont img {
    width: 60px;
  }
  .category_item .cont h3 {
    font-size: 22px;
  }
}

.search_head {
  background-color: #fff;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 13px;
  border-right: 5px solid #b18f38;
}

.search_head span {
  line-height: 60px;
  display: inline-block;
  padding: 0 15px;
  font-weight: 600;
  font-size: 16px;
}

.search_head span img {
  display: inline-block;
  margin-left: 3px;
  width: 32px;
  vertical-align: text-bottom;
}

.search_head .sort_btns button {
  border: 0;
  border-right: 1px solid #eef6f8;
  background-color: #fff;
  line-height: 60px;
  position: relative;
  font-size: 14px;
  padding: 0 15px;
}

.search_head .sort_btns button:hover {
  color: #b18f38;
}
@media all and (max-width: 575.98px) {
  .search_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search_head .sort_btns {
    border-top: 1px solid #eef6f8;
    display: block;
    width: 100%;
    text-align: center;
  }
  .search_head .sort_btns button {
    line-height: 45px;
  }
  .search_head .sort_btns button:first-child {
    border-right: 0;
  }
}

.projects {
  background-color: #fcfcfc;
}

@media all and (max-width: 767.98px) {
  .projects.shaps::before, .projects.shaps::after {
    display: none;
  }
}

.project_item {
  display: block;
  margin: 15px auto;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s transform linear;
  -webkit-transition: 0.3s -webkit-transform linear;
  transition: 0.3s -webkit-transform linear;
  transition: 0.3s transform linear;
  transition: 0.3s transform linear, 0.3s -webkit-transform linear;
}

.project_item img {
  -webkit-transition: 0.5s opacity linear;
  transition: 0.5s opacity linear;
}

.project_item img.back {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}

.project_item .cont {
  position: relative;
  color: #212529;
  text-align: right;
  padding: 15px 15px 15px 50px;
  background-color: #fff;
}

.project_item .cont h3 {
  display: block;
  font-size: 18px;
  color: #212529;
  font-weight: 600;
}

.project_item .cont p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 20px;
}

.project_item .cont i {
  color: #b18f38;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.project_item .cont i::before {
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.project_item .cont i::after {
  content: "\e902";
  position: absolute;
  right: -10px;
  opacity: 0;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

@media all and (max-width: 767.98px) {
  .project_item .cont h3 {
    font-size: 15px;
  }
}

.project_item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.project_item:hover img.front {
  opacity: 0;
}

.project_item:hover img.back {
  opacity: 1;
}

.project_item:hover .cont h3 {
  color: #b18f38;
}

.project_item:hover .cont i::before {
  right: 20px;
  opacity: 0;
}

.project_item:hover .cont i::after {
  right: 10px;
  opacity: 1;
}

.more {
  margin: 25px auto 0;
}

.project {
  background-color: #fcfcfc;
}

.related {
  background-color: #fafafa;
}

.widget {
  background-color: #fff;
  padding: 15px;
  margin: 0 auto 15px;
  text-align: start;
  position: relative;
}

.widget .link {
  margin: 10px 0 0;
}

.widget h3 {
  color: #212529;
  font-weight: 600;
  font-size: 26px;
  line-height: 25px;
  display: block;
  margin: 15px 0 25px;
}

.widget h2 {
  color: #b18f38;
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  display: block;
  margin: 15px 0;
}

.widget h2 span {
  display: inline-block;
  direction: ltr;
  margin-left: 3px;
}

.widget p {
  color: #666;
  font-size: 16px;
  margin: 15px 0;
  line-height: 34px;
}

.widget ul li {
  font-size: 16px;
  margin-bottom: 15px;
  padding-right: 15px;
  position: relative;
}

.widget ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  width: 7px;
  height: 7px;
  background-color: #b18f38;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

@media all and (max-width: 575.98px) {
  .widget {
    padding: 10px !important;
  }
  .widget h3 {
    font-size: 22px;
    margin: 5px 0 15px;
  }
  .widget h2 {
    font-size: 18px;
    margin: 10px 0;
  }
  .widget p {
    font-size: 14px;
    margin: 10px 0;
    line-height: 28px;
  }
  .widget ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .widget .swiper-button-next, .widget .swiper-button-prev,
  .widget .swiper-button-next::after, .widget .swiper-button-prev::after {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}

.contact {
  background-color: #fcfcfc;
}

.contact_form {
  text-align: start;
  background-color: #fff;
  padding: 25px;
  margin-bottom: 15px;
}

.contact_form .section_title {
  text-align: start;
  margin-bottom: 25px;
}

.contact_form .section_title h3::before {
  z-index: 0;
}

.contact_form .section_title p {
  line-height: 30px;
}

.contact_form .link {
  margin: 0;
  line-height: 40px;
  padding: 0 15px;
}

.contact_form .link i {
  margin: 0 0 0 5px;
}

.form-group {
  position: relative;
  margin-bottom: 10px;
  text-align: start;
}

label {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 15px;
  text-align: start;
  color: #212529;
}

.form-control {
  text-align: start;
  width: 100%;
  color: #212529;
  border: 1px solid #dee2e6;
  margin: 0 0 15px;
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

.form-control:hover {
  outline: 0;
  background-color: transparent;
  border: 1px solid #dee2e6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  outline: 0;
  background-color: transparent;
  border: 1px solid #dee2e6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea.form-control {
  resize: none;
  min-height: 120px !important;
  padding: 15px !important;
  line-height: 25px;
}
/*# sourceMappingURL=style.css.map */