@charset "UTF-8";
/* Transition || Geçiş */
/* Scale */
/* Skew */
/* Rotate */
/* Placeholder Color */
/* Photoshop Character Spacing */
@font-face {
  font-family: "hijrnotes";
  src: url("../fonts/hijrnotes_personal_use_only-webfont.eot");
  src: url("../fonts/hijrnotes_personal_use_only-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hijrnotes_personal_use_only-webfont.woff2") format("woff2"), url("../fonts/hijrnotes_personal_use_only-webfont.woff") format("woff"), url("../fonts/hijrnotes_personal_use_only-webfont.ttf") format("truetype"), url("../fonts/hijrnotes_personal_use_only-webfont.svg#hijrnotes_personal_use_onlyRg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/** Mobile Contact (START) **/
.mContact {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  z-index: 9;
}
.mContact a {
  padding: 10px;
  border-radius: 10px;
  color: #FFF;
  font-size: 12px;
}
.mContact a img {
  width: 30px;
  margin-right: 10px;
}
.mContact a.wp {
  background: #55cd6c;
}
.mContact a.phone {
  background: #171717;
}

/** Mobile Contact (END) **/
/** Mobile Menu (START) **/
.menuKapa {
  width: 100%;
  position: fixed;
  right: 0;
  height: 100%;
  z-index: 999;
  top: 0;
  background: rgba(32, 32, 32, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.menuKapa.mobile-menu-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menuAc {
  width: 45px;
  height: 45px;
  background-color: #333;
  color: #FFF;
  font-size: 25px;
  text-align: center;
  line-height: 45px;
  display: none;
  border: 1px solid #FFF;
  position: relative;
  cursor: pointer;
}
.menuAc.menuKapa span {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menuAc.menuKapa span:first-child {
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(calc(-50% - 7.5px));
          transform: rotate(45deg) translateX(-50%) translateY(calc(-50% - 7.5px));
}

#mobile-menu {
  position: fixed;
  left: -300px;
  font-family: "Montserrat", sans-serif;
  top: 0;
  width: 250px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9999;
  height: 100%;
  overflow-y: scroll;
  background-color: #FFF;
}
#mobile-menu .logo {
  width: 200px;
  margin: 0 auto !important;
  padding: 15px 0;
}
#mobile-menu .search {
  position: relative;
  padding: 15px;
}
#mobile-menu .search .search-form {
  width: 100%;
  border-bottom-left-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
  z-index: -1;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#mobile-menu .search .search-form input {
  background-color: #323732;
  border: none;
  padding: 15px;
  color: #FFF;
  font-weight: 400;
  width: 100%;
  border-radius: 7.5px;
  font-size: 13px;
}
#mobile-menu .search .search-form button {
  width: 35px;
  height: 35px;
  background-color: #273542;
  color: #FFF;
  border: none;
  border-radius: 5px;
  position: absolute;
  right: 7.5px;
  top: 7.5px;
}
#mobile-menu .search .search-form button:hover {
  background-color: #273542;
}
#mobile-menu ul {
  display: block;
  border: none;
  list-style: none;
  padding-left: 0;
}
#mobile-menu ul li a {
  color: #000;
  border: none;
  font-size: 14px;
  border-bottom: 1px solid rgb(200, 200, 200);
  line-height: 45px;
  padding-left: 8px;
  display: block;
  letter-spacing: -0.5px;
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#mobile-menu ul li a i {
  margin-right: 10px;
}
#mobile-menu ul li a:hover {
  background-color: #273542;
  color: #FFF !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#mobile-menu ul li ul {
  background: none !important;
  max-height: 0 !important;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#mobile-menu ul li ul li a {
  position: relative;
  padding-left: 25px !important;
  font-weight: 400;
  color: #FFF;
}
#mobile-menu ul li ul li a:before {
  content: "\f105";
  position: absolute;
  left: 12px;
  top: 0;
  line-height: 46px;
  width: 40px;
  height: 46px;
  display: block;
  color: #FFF;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
#mobile-menu ul li ul li ul li a {
  position: relative;
  padding-left: 45px !important;
}
#mobile-menu ul li ul li ul li a:before {
  left: 22px;
}
#mobile-menu ul li.acik > ul {
  background-color: #356a8f !important;
  -webkit-box-shadow: inset 0 20px 20px -23px #000;
          box-shadow: inset 0 20px 20px -23px #000;
  max-height: 2000px !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#mobile-menu ul li.menu-item-has-children a {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobile-menu ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 0;
  top: 0;
  color: #FFF;
  width: 46px;
  height: 100%;
  background-color: #273542;
  text-align: center;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#mobile-menu ul li.menu-item-has-children.acik > a {
  color: #FFF !important;
  background-color: #124f7a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobile-menu ul li.menu-item-has-children.acik > a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#mobile-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #273542;
}
#mobile-menu::-webkit-scrollbar {
  width: 1px;
  background-color: #273542;
}
#mobile-menu::-webkit-scrollbar-thumb {
  background-color: #273542;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#mobile-menu.mobile-menu-active {
  left: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/** Mobile Menu (END) **/
* {
  outline: none !important;
}
*:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 14px;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
  color: #273542;
}

body > svg {
  display: none;
}

figure {
  margin: 0 !important;
}
figure a {
  display: block;
}

nav.menu ul {
  padding: 0;
  margin: 0;
}
nav.menu ul li {
  list-style-type: none;
  float: left;
}
nav.menu ul li a {
  display: block;
}
nav.menu ul:after {
  content: "";
  display: block;
  clear: both;
}

.container-fluid.full-width {
  padding: 0 7.5%;
}

.img-fit {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: inherit;
}

p {
  font-size: 14px;
}
p.grey {
  color: #727272;
}

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0;
  font-weight: 900;
}

a,
input,
button {
  outline: none !important;
  text-decoration: none !important;
}

.full-image img {
  width: 100%;
  height: auto;
  display: block;
}

.nav .arrow {
  width: 45px;
  height: 45px;
  border: 1px solid #273542;
  color: #273542;
  text-align: center;
  border-radius: 100%;
  line-height: 45px;
  margin: 0 7.5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav .arrow:hover {
  background-color: #273542;
  border-color: #273542;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  color: #FFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn {
  border-radius: 50px;
  border: none;
  padding: 0 30px;
  color: #FFF;
  line-height: 55px;
  font-size: 14px;
  background-color: #f3cf80;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn i {
  margin-left: 15px;
}
.btn.reverse {
  border-color: #273542;
  background-color: #273542;
  color: #FFF;
}
.btn:hover {
  background-color: #FFF;
  color: #273542;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-hamburger-menu {
  display: none;
  padding: 10px;
  width: 40px;
  height: 36px;
  z-index: 999999;
  position: absolute;
  right: 25px;
}
.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  background: #273542;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  width: 20px;
  height: 2px;
  margin-top: 20px;
}
.mobile-hamburger-menu .hamburger-menu:after {
  height: 2px;
  content: "";
  position: absolute;
  right: 0;
  width: 11px;
  top: 7px;
  background: #273542;
  -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-hamburger-menu .hamburger-menu:before {
  height: 2px;
  content: "";
  position: absolute;
  right: 0;
  width: 29px;
  bottom: 7px;
  background: #273542;
  -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
.mobile-hamburger-menu .hamburger-menu.animate:before {
  bottom: 0;
  width: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-hamburger-menu .hamburger-menu.animate:after {
  top: 0;
  width: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#mobile-nav {
  width: 310px;
  position: fixed;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
}
#mobile-nav .col {
  background-color: #FFF;
  border-radius: 20px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
}
#mobile-nav .col a {
  min-width: 50px;
  text-align: center;
  display: inline-block;
  border-right: 1px solid #ededed;
}
#mobile-nav .col a img {
  width: 25px;
}
#mobile-nav .col a i {
  font-size: 20px;
  color: #002256;
}
#mobile-nav .col a:last-child {
  border: none;
}
#mobile-nav .col:nth-child(1) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 40px;
}
#mobile-nav .col:nth-child(2) {
  width: 20%;
  background: none;
  margin-left: -15px;
  margin-right: -15px;
}
#mobile-nav .col:nth-child(3) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 35px;
}
#mobile-nav .col.whatsapp {
  background-image: url("../images/photos/altbant.png");
  background-size: 100%;
  background-position: center 0;
}
#mobile-nav .col.whatsapp a {
  border: 1px solid #FFF;
  background-color: green;
  color: #FFF;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 1px 1px 35px 1px #008000;
          box-shadow: 1px 1px 35px 1px #008000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(10, 179, 70)), to(rgb(0, 159, 81)));
  background: linear-gradient(360deg, rgb(10, 179, 70) 0%, rgb(0, 159, 81) 100%);
}
#mobile-nav .col.whatsapp a i {
  line-height: 73px;
  font-size: 25px;
  color: #FFF;
}

.site-header {
  position: relative;
  background-color: #FFF;
  z-index: 9;
  font-family: "Oswald", sans-serif;
}
.site-header nav.menu ul li {
  margin: 0 5px;
  padding: 13px 0;
  position: relative;
}
.site-header nav.menu ul li a {
  color: #273542;
  padding: 0 15px;
  white-space: nowrap;
  line-height: 50px;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.site-header nav.menu ul li ul {
  position: absolute;
  background-color: #FFF;
  left: 50%;
  top: 125%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
  border: 1px solid #f3cf80;
  opacity: 0;
  pointer-events: none;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.site-header nav.menu ul li ul:before {
  content: "";
  border-style: solid;
  border-width: 10px;
  border-color: #f3cf80;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
}
.site-header nav.menu ul li ul li {
  padding: 0;
  margin: 0;
  width: 100%;
  float: none;
}
.site-header nav.menu ul li ul li a {
  padding: 0 15px;
  line-height: 35px;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  color: #000;
  border-radius: 0;
}
.site-header nav.menu ul li ul li a:hover {
  background-color: #f3cf80;
  color: #FFF;
}
.site-header nav.menu ul li ul li:before {
  display: none;
}
.site-header nav.menu ul li ul li:first-child a {
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.site-header nav.menu ul li ul li:last-child a {
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.site-header nav.menu ul li:hover > a {
  color: #273542;
  background-color: #f3cf80;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.site-header nav.menu ul li:hover > ul {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.site-header nav.menu ul li:hover:before {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.site-header .social-media {
  margin-left: 15px;
}
.site-header .social-media a {
  color: #FFF;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-header .social-media a i {
  margin: 0 !important;
}
.site-header .social-media a:hover {
  background-color: #FFF;
  color: #b8983f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-header .top {
  background-color: #273542;
  line-height: 50px;
  color: #FFF;
}
.site-header .top i {
  margin: 0 15px;
}
.site-header .top a {
  color: #FFF;
}
.site-header .main {
  height: 75px;
}
.site-header .main .logo {
  padding: 15px;
  margin-top: -50px !important;
  background-color: #FFF;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

main .offset-left {
  padding: 0;
}
main .offset-right {
  padding: 0;
}
main .section .head {
  font-family: "Oswald", sans-serif;
  position: relative;
  margin: 0 0 75px 0;
}
main .section .head .title {
  font-size: 35px;
  letter-spacing: 0.32em;
  line-height: 30px;
}
main .section .head .title span {
  display: block;
}
main #slider .items .item {
  position: relative;
}
main #slider .items .item .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
main #slider .items .item .desc .title {
  font-size: 50px;
  font-family: "Oswald", sans-serif;
  color: #FFF;
  letter-spacing: 0.32em;
}
main #slider .items .item .desc p {
  font-size: 18px;
  line-height: 30px;
  color: #FFF;
  margin: 40px 0;
}
main #slider .slick-dots {
  bottom: 0;
  padding: 15px 0;
}
main #slider .slick-dots li button:before {
  content: "";
  background-color: #FFF;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
main #about-us {
  padding: 75px 0;
  position: relative;
}
main #about-us .text .head {
  font-family: "Montserrat", sans-serif;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 25px;
}
main #about-us .text .head .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}
main #about-us .text .head .title span {
  color: #f3cf80;
  display: block;
}
main #about-us .text p {
  font-size: 16px;
  color: #666;
  line-height: 25px;
}
main #about-us .items .head .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}
main #about-us .items .item .title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  color: #273542;
  font-weight: bold;
  margin: 15px 0;
  letter-spacing: 0.2em;
}
main #about-us .items .item p {
  font-size: 15px;
  color: #5f5f5f;
  line-height: 21px;
}
main #about-us .contact-us {
  position: absolute;
  z-index: 1;
  width: 85px;
  height: 85px;
  bottom: -42.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  background-color: #FFF;
  border-radius: 100%;
  font-size: 13px;
  color: #bbbbbb;
  padding: 25px 0;
  -webkit-box-shadow: 0 0 35px -20px #000;
          box-shadow: 0 0 35px -20px #000;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
main #about-us .contact-us:hover {
  background-color: #f3cf80;
  color: #FFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
main #services {
  padding: 75px 0;
  position: relative;
}
main #services .items-list {
  position: relative;
}
main #services .items-list .service a {
  position: relative;
  overflow: hidden;
  display: block;
}
main #services .items-list .service a .title {
  font-size: 34px;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 50px;
  padding: 65px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
main #services .items-list .service a .cat {
  position: absolute;
  left: -60%;
  bottom: 47%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 0.8em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  min-width: 700px;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
main #services .items-list .service a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
main #services .items-list .service a:after {
  content: "\f00e";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  width: 145px;
  height: 145px;
  border-radius: 100%;
  background-color: #f3cf80;
  color: #FFF;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
          transform: translateX(-50%) translateY(-50%) scale(0);
  text-align: center;
  line-height: 145px;
  font-size: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
main #services .items-list .service a:hover .title {
  left: -100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
main #services .items-list .service a:hover .cat {
  bottom: -100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
main #services .items-list .service a:hover:after {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
main #services .items-list .service a:hover:before {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
main #services .items-list .navs .arrow {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFF;
  border-radius: 50px;
  line-height: 50px;
  padding: 0 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
main #services .items-list .navs .arrow.prev i {
  margin-right: 15px;
}
main #services .items-list .navs .arrow.next {
  right: 50px;
  left: auto;
}
main #services .items-list .navs .arrow.next i {
  margin-left: 15px;
}
main #services .items-list .navs .arrow:hover {
  background-color: #FFF;
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
main #contact-us .head {
  margin: 0 25px 0 0;
}
main #contact-us .head .title {
  color: #f3cf80;
  letter-spacing: 0.32em;
  line-height: 50px;
}
main #contact-us .head .title span {
  color: #000;
}
main #contact-us .form {
  padding: 50px;
}
main #contact-us .form .form-group {
  margin: 25px 0;
}
main #contact-us .form .form-group input {
  border: 1px solid #333;
  border-radius: 25px;
  width: 100%;
  padding: 15px 25px;
}
main #contact-us .form .form-group .btn:hover {
  background-color: #000;
  color: #FFF;
}
main #comments {
  margin: 75px 15px;
  padding: 75px 0;
  background-color: #f2f2f2;
}
main #comments .head .title span {
  display: inline-block;
  color: #f3cf80;
}
main #comments .navs .arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 10px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
}
main #comments .navs .arrow:hover {
  color: #f3cf80;
}
main #comments .items .slick-list {
  padding: 45px 0 0 0;
}
main #comments .items .item {
  background-color: #FFF;
  padding: 35px 50px;
  margin: 0 15px;
  position: relative;
}
main #comments .items .item figure {
  border-radius: 100%;
  overflow: hidden;
  width: 90px;
  height: 90px;
  display: block;
  margin-top: -80px !important;
  position: relative;
}
main #comments .items .item p {
  font-size: 14px;
  margin: 15px 0;
}
main #comments .items .item .title {
  font-size: 18px;
  font-weight: bold;
  margin: 35px 0 15px 0;
}
main #comments .items .item:after {
  content: "\f10d";
  position: absolute;
  font-size: 50px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #f3cf80;
  right: 50px;
  top: 15px;
}
main #instagram .head {
  padding: 25px 0;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.32em;
}
main #instagram .head a {
  color: #f3cf80;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0em;
}
main .page-head {
  background-color: #ccc;
  padding: 75px 0 175px 0;
  position: relative;
}
main .page-head h1 {
  margin: 0;
}
main .page-head .breadcrumbs ul {
  margin: 0;
  padding: 0;
}
main .page-head .breadcrumbs ul li {
  list-style-type: none;
}
main .page-head .breadcrumbs ul li a {
  color: #273542;
  font-weight: bold;
  padding: 0 5px;
}
main .page-head .breadcrumbs ul li:after {
  content: ">";
  margin: 0;
}
main .page-head .breadcrumbs ul li:last-child:after {
  display: none;
}
.page-detail .breadcrumbs {
  border-bottom: 1px solid #818181;
  padding: 15px 0;
}
.page-detail .breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.page-detail .breadcrumbs ul li {
  list-style-type: none;
}
.page-detail .breadcrumbs ul li a {
  color: #273542;
  font-weight: bold;
  padding: 0 5px;
}
.page-detail .breadcrumbs ul li:after {
  content: ">";
  margin: 0;
}
.page-detail .breadcrumbs ul li:last-child:after {
  display: none;
}
.page-detail {
  position: relative;
}
.page-detail .in {
  margin-top: -100px;
  background: #fff;
}
.page-detail .in .detail {
  padding: 50px;
  margin: 0;
}
.page-detail .in .detail p {
  margin: 15px 0;
}
.page-detail .in .detail h1, .page-detail .in .detail h2, .page-detail .in .detail h3, .page-detail .in .detail h4, .page-detail .in .detail h5, .page-detail .in .detail h6 {
  color: #273542;
}
.page-detail aside.sidebar {
  padding: 50px;
  background: #273542;
  color: #FFF;
  height: max-content;
}
.page-detail aside.sidebar .head {
  margin: 0 0 25px 0;
}
.page-detail aside.sidebar .head .title {
  color: #f3cf80;
  letter-spacing: 0.32em;
  line-height: 50px;
  font-size: 25px;
}
.page-detail aside.sidebar .head .title span {
  color: #FFF;
}
.page-detail aside.sidebar .form input,
.page-detail aside.sidebar .form textarea {
  padding: 15px;
  border-radius: 25px;
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  width: 100%;
}
.page-detail aside.sidebar .form textarea {
  height: 100px;
  resize: none;
}
.page-detail aside.sidebar .form input[type="submit"] {
  background: #f3cf80;
  color: #273542;
  min-width: 150px;
  font-weight: bolder;
  text-transform: uppercase;
}
.page-detail aside.sidebar .form input::-webkit-input-placeholder { /* Edge */
  color: white;
}

.page-detail aside.sidebar .form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.page-detail aside.sidebar .form input::placeholder {
  color: white;
}
.page-detail aside.sidebar .form textarea::-webkit-input-placeholder { /* Edge */
  color: white;
}

.page-detail aside.sidebar .form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.page-detail aside.sidebar .form textarea::placeholder {
  color: white;
}
.page-detail #icon-grid .col i {
  font-size: 50px;
  margin-right: 25px;
  color: #ccc;
}
.page-detail #icon-grid .col h4 {
  font-weight: 300;
}
.page-detail #icon-grid .col p {
  color: #273542;
  margin: 0;
}
.page-detail .accordion .accordion-item {
  border: 1px solid #273542;
  margin: 15px 0;
}
.page-detail .accordion .accordion-item .accordion-header {
  margin: 0;
}

@media screen and (max-width: 1000px) and (min-width: 300px) {
  main {
    /* Mobile Size */
  }
  main .page-head {
    padding: 20px 0;
  }
  main .page-head h1 {
    font-size: 25px;
    margin: 5px;
  }
  main .page-head .breadcrumbs {
    font-size: 14px;
  }
  main .page-inner {
    margin: 40px 0;
  }
  main .page-inner .not-found h1 {
    font-size: 150px;
    line-height: 70px;
  }
  main .page-inner aside.sidebar {
    margin-top: 75px;
  }
}

footer {
  background-color: #273542;
  color: #FFF;
  padding: 65px 0 0 0;
}
footer .column {
  padding: 15px;
}
footer .column-in > .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}
footer .column-in p {
  margin: 15px 0;
}
footer .column-in p.logo-desc {
  padding: 20px;
  border-left: 1px solid #FFF;
  margin-left: 15px;
}
footer .column-in .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 15px;
  background-color: #f3cf80;
  border: none;
}
footer .column-in .btn.wp {
  background-color: #4dc85a;
}
footer .column-in .btn:hover {
  background-color: #FFF;
}
footer .column-in ul {
  padding: 0;
}
footer .column-in ul li {
  list-style-type: none;
}
footer .column-in ul li a {
  color: #FFF;
  line-height: 25px;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .column-in ul li a:hover {
  color: #f3cf80;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .column-in ul li:before {
  content: ">";
  color: #f3cf80;
  margin-right: 15px;
}
footer .column-in .social-media a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #FFF;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  color: #FFF;
  line-height: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .column-in .social-media a:hover {
  background-color: #FFF;
  color: #273542;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .column.contact .item a {
  color: #FFF;
}
footer .copyright {
  background-color: #f3cf80;
  margin-top: 65px;
  padding: 15px 0;
  background-color: #f3cf80;
}
footer .copyright .col {
  color: #FFF;
}

main .page-head .thumbnail {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

main .page-head .thumbnail .thumbnail-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#cccccc), color-stop(68%, rgba(240, 243, 246, 0)));
  background-image: linear-gradient(90deg, #cbcbcb, rgba(240, 243, 246, 0) 68%);
}

main .page-head .thumbnail img {
  height: 100%;
}

main #category-detail {
  margin: 75px 0;
}
main #category-detail  .items .item {
  margin: 15px;
}
main #category-detail  .items .item figure {
  position: relative;
}
main #category-detail  .items .item figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
main #category-detail  .items .item figure .line {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
}
main #category-detail  .items .item figure .line .corner {
  width: 20px;
  height: 20px;
  border: 5px solid #FFF;
  position: absolute;
}
main #category-detail  .items .item figure .line-tl {
  border-right: none !important;
  border-bottom: none !important;
  left: 20px;
  top: 20px;
}
main #category-detail  .items .item figure .line-tr {
  border-left: none !important;
  border-bottom: none !important;
  right: 20px;
  top: 20px;
}
main #category-detail  .items .item figure .line-bl {
  border-top: none !important;
  border-right: none !important;
  bottom: 20px;
  left: 20px;
}
main #category-detail  .items .item figure .line-br {
  border-top: none !important;
  border-left: none !important;
  bottom: 20px;
  right: 20px;
}
main #category-detail  .items .item figure .more {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
main #category-detail  .items .item figure .more .btn {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: transparent;
  line-height: 40px;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
}
main #category-detail  .items .item figure .more .btn i {margin: 0;margin-right: 15px;}
main #category-detail  .items .item figure .more .btn:hover {
  background-color: #f3cf80;
  border-color: #2b4c51;
  color: #FFF;
}
main #category-detail  .items .item .desc {
  padding: 15px;
}
main #category-detail  .items .item .desc .title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
}
main #category-detail  .items .item .desc .title span {
  display: block;
  color: #f3cf80;
  font-size: 13px;
  font-weight: 400;
}
main #category-detail  .items .item:hover figure::before {
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
main #category-detail  .items .item:hover figure .more {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
main #category-detail  .items .item:hover figure .line {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.contact-items {
  padding: 50px;
}
.contact-items .contact-item {
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #ededed;
  box-shadow: 5px 5px 20px -15px #000;
  min-height: 200px;
  position: relative;
}
.contact-items .contact-item .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.contact-items .contact-item i {
  font-size: 70px;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.contact-items .contact-item a {
  font-weight: bold;
  color: #2b4c51;
}