* {
  outline: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body,
input,
button,
select,
textarea,
a {
  font: 400 14px;
  color: #222;
}

a {
  text-decoration: none !important;
}

ul,
ol {
  margin: 0 0 14px;
  padding: 0 0 0 14px;
}

table {
  border-collapse: collapse;
}

th {
  text-align: left;
}

td {
  vertical-align: middle;
}

select option:checked,
select option:hover {
  background-color: #203b72 !important;
}

.container {
  max-width: 1140px !important;
}

img.img-fluid.mr-2.d-none.d-md-block.master-headset {
  filter: invert(100%);
  opacity: .5;
}

@media screen and (min-width: 1367px) {
  .big-cont {
    max-width: 1320px !important;
  }
}

.big-cont {
  max-width: 1140px !important;
}

.navbar-light .navbar-toggler {
  border: none !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.modal-backdrop {
  background-color: #203b72;
}

.swiper-button-prev,
.swiper-button-next {
  color: #203b72 !important;
}

.ekko-lightbox .modal-body {
  padding: 0 !important;
  overflow: hidden;
}

.ekko-lightbox .modal-dialog {
  overflow: hidden;
}

@media (min-width: 768px) {

  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
  }
}

@media (min-width: 1200px) {

  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
  }
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #fff !important;
}

.header {
  /* #Primary style
    ================================================== */
  /* #Media
    ================================================== */
  /* #Link to page
    ================================================== */
}

.header .start-header {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header .start-header.scroll-on {
  -webkit-box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header .start-header.scroll-on .navbar-brand img {
  height: 24px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header .navigation-wrap {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header .navbar {
  padding: 0;
}

.header .navbar-brand img {
  height: 114px;
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header .navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.header .navbar-toggler:active,
.header .navbar-toggler:focus {
  outline: none;
}

.header .navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.header .navbar-light .navbar-toggler-icon:after,
.header .navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.header .navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.header .nav-link {
  color: #fff !important;
  font-weight: 500;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.header .nav-item:hover .nav-link {
  color: #fff !important;
}

.header .nav-item .nav-link i {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.header .nav-item:hover .nav-link i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header .nav-item.active .nav-link {
  color: #fff;
}

.header .nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}

.header .nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.header .nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.header .nav-item.active:hover:after {
  opacity: 0;
}

.header .nav-item {
  position: relative;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.header .bg-light {
  background-color: #fff !important;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.header .section {
  position: relative;
  width: 100%;
  display: block;
}

.header .full-height {
  height: 100vh;
}

.header .over-hide {
  overflow: hidden;
}

.header .absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
}

.header h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #212112;
  text-align: center;
}

.header p {
  text-align: center;
  margin: 0;
  padding-top: 10px;
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 1700ms;
  transition-delay: 1700ms;
}

.header body.hero-anime p {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition-delay: 1700ms;
  transition-delay: 1700ms;
}

.header h1 span {
  display: inline-block;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.header body.hero-anime h1 span:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.header body.hero-anime h1 span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.header body.hero-anime h1 span:nth-child(3) {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.header body.hero-anime h1 span:nth-child(4) {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.header body.hero-anime h1 span:nth-child(5) {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.header body.hero-anime h1 span:nth-child(6) {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.header body.hero-anime h1 span:nth-child(7) {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.header body.hero-anime h1 span:nth-child(8) {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.header body.hero-anime h1 span:nth-child(9) {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.header body.hero-anime h1 span:nth-child(10) {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.header h1 span:nth-child(1) {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.header h1 span:nth-child(2) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.header h1 span:nth-child(3) {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.header h1 span:nth-child(4) {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.header h1 span:nth-child(5) {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.header h1 span:nth-child(6) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.header h1 span:nth-child(7) {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.header h1 span:nth-child(8) {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.header h1 span:nth-child(9) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.header h1 span:nth-child(10) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.header body.hero-anime h1 span:nth-child(11) {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.header body.hero-anime h1 span:nth-child(12) {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.header body.hero-anime h1 span:nth-child(13) {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.header body.hero-anime h1 span:nth-child(14) {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.header body.hero-anime h1 span:nth-child(15) {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.header h1 span:nth-child(11) {
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.header h1 span:nth-child(12) {
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.header h1 span:nth-child(13) {
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.header h1 span:nth-child(14) {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.header h1 span:nth-child(15) {
  -webkit-transition-delay: 1450ms;
  transition-delay: 1450ms;
}

.header #switch,
.header #circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.header #switch {
  width: 60px;
  height: 8px;
  border: 2px solid #203b72;
  border-radius: 27px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 1900ms;
  transition-delay: 1900ms;
}

.header body.hero-anime #switch {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition-delay: 1900ms;
  transition-delay: 1900ms;
}

.header #circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}

.header .switched {
  border-color: #000 !important;
  background: #203b72 !important;
}

.header .switched #circle {
  left: 43px;
  -webkit-box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  background: #fff;
}

.header .nav-item .dropdown-menu {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.header .nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.header .dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fff;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.header .dropdown-toggle::after {
  display: none;
}

.header .dropdown-item {
  padding: 5px 10px;
  color: #212121;
  border-radius: 2px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.header .dropdown-item:hover,
.header .dropdown-item:focus {
  color: #fff;
  background-color: #203b72;
}

.header body.dark {
  color: #fff;
  background-color: #1f2029;
}

.header body.dark h1 {
  color: #fff;
}

.header body.dark h1 span {
  -webkit-transition-delay: 0ms !important;
  transition-delay: 0ms !important;
}

.header body.dark p {
  color: #fff;
  -webkit-transition-delay: 0ms !important;
  transition-delay: 0ms !important;
}

.header body.dark .bg-light {
  background-color: #14151a !important;
}

.header body.dark .start-header {
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.header body.dark .start-header.scroll-on {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.header body.dark .nav-link {
  color: #fff !important;
}

.header body.dark .nav-item.active .nav-link {
  color: #999 !important;
}

.header body.dark .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.header body.dark .dropdown-item {
  color: #fff;
}

.header body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff;
}

.header body.dark .navbar-light .navbar-toggler-icon:after,
.header body.dark .navbar-light .navbar-toggler-icon:before {
  background-color: #fff;
}

.header body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

@media (max-width: 767px) {
  .header h1 {
    font-size: 38px;
  }

  .header .nav-item:after {
    display: none;
  }

  .header .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
  }

  .header .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }

  .header .dropdown-toggle[aria-expanded="true"]::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  .header .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }

  .header .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  .header body.dark .nav-item::before {
    background-color: #fff;
  }

  .header body.dark .dropdown-toggle::after {
    background-color: #fff;
  }

  .header body.dark .dropdown-menu {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header .navigation-wrap {
    background-color: #fff;
  }

  .header .nav-item a {
    color: #203b72 !important;
  }
}

.header .logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

.header .logo img {
  height: 26px;
  width: auto;
  display: block;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

html,
body,
:root {
  font-family: "Gotham-Book-TR";
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header .navbar-nav li a {
  font-family: "Gotham-Light-TR" !important;
  font-size: 13px;
}

.header .navbar-nav li a i {
  color: #f7decf;
}

.header-master {
  position: relative;
}

.header-master .nav-item .nav-link {
  color: #58595b !important;
}

.header-master .nav-item:hover .nav-link {
  color: #58595b !important;
}

@media screen and (min-width: 1367px) {
  .header .navbar-nav li a {
    font-size: 16px;
  }

  .header .navbar-nav li .dropdown-item {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .header .navbar-brand img {
    height: 38px;
  }
}

.section-title {
  font-size: 24px;
  font-family: "Gotham-Light-TR";
  margin: 20px 0 50px;
}

.section-title.section-title-light {
  color: #fff;
}

.section-title.section-title-dark {
  color: #203b72;
}

.banner .home-banner .swiper-slide {
  position: relative;
}

.banner .home-banner .swiper-slide .img-banner {
  height: calc(100vh - 200px);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.banner .home-banner .swiper-slide .banner-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(18, 17, 17, 0.1);
}

.banner .home-banner .swiper-slide .banner-text * {
  line-height: .8em !important;
}

.banner .home-banner .swiper-slide .banner-text span {
  font-size: 13px;
  border: 1px solid #fff;
  padding: .75em 1.5em;
  color: #fff;
  font-family: "Gotham-Light-TR";
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.banner .home-banner .swiper-slide .banner-text h3 {
  font-size: 36px;
  font-family: "Gotham-Bold-TR";
  color: #fff;
}

.banner .home-banner .swiper-slide .banner-text small {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Gotham-Light-TR";
  color: #fff;
  margin-top: 10px;
}

.banner .home-banner .swiper-slide .banner-text:hover span {
  background: #fff;
  color: #203b72;
}

.search-area {
  padding: 3rem 0;
}

.search-area .search-form .form-control {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  color: #203b72;
  font-family: "Gotham-Book-TR";
  font-size: 14px;
}

.search-area .search-form label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #888888;
}

.search-area .search-form .btn-submit {
  color: #af9f79;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.search-area .search-form .btn-submit:hover {
  color: #203b72;
}

.pop-places {
  background: #203b72;
  padding: 3rem 0;
}

.pop-places img.big-place-item {
  height: 420px;
}

.pop-places img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 3s ease;
  transition: 3s ease;
}

.pop-places .pop-place-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.pop-places .pop-place-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.pop-places .pop-place-item .pop-place-item-text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px 25px;
  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: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 333;
  top: 0;
  left: 0;
  background: linear-gradient(23deg, rgba(18, 17, 17, 0.8) 0%, rgba(18, 17, 17, 0) 50%);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.pop-places .pop-place-item .pop-place-item-text span {
  font-size: 20px;
  color: #fff;
  font-family: "Gotham-Light-TR";
}

.pop-places .pop-place-item .pop-place-item-text h4 {
  font-size: 32px;
  font-family: "Gotham-Light-TR";
  color: #fff;
}

.home-projects {
  padding: 3rem 0;
}

.home-projects .home-project-tab-item {
  font-size: 16px;
  color: #888888;
  margin: 10px;
}

.home-projects .home-project-tab-item.active {
  color: #203b72 !important;
}

.home-projects .home-project-arrow-item {
  margin: 10px;
}

.home-projects .home-project-arrow-item img {
  height: 20px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.home-projects .home-project-arrow-item img:hover {
  opacity: .5;
}

.home-projects .home-project-list {
  padding: 50px 0 0;
}

.home-projects .home-project-list .home-project-list-item {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}

.home-projects .home-project-list .home-project-list-item img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 0;
}

.home-projects .home-project-list .home-project-list-item .home-project-list-item-loc {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Gotham-Light-TR";
  color: #203b72;
  background: #fff;
  padding: .75em 1.5em;
}

.home-projects .home-project-list .home-project-list-item .home-project-list-item-text {
  padding: 10px;
}

.home-projects .home-project-list .home-project-list-item .home-project-list-item-text span {
  font-size: 14px;
  display: block;
  color: #888888;
  margin-bottom: 1em;
}

.home-projects .home-project-list .home-project-list-item .home-project-list-item-text h3 {
  margin: 0;
  font-size: 22px;
  color: #203b72;
}

.home-projects .swiper-pagination-bullet {
  width: unset !important;
  height: unset !important;
  display: unset !important;
  border-radius: unset !important;
  background: unset !important;
  opacity: unset !important;
}

.home-projects .swiper-pagination-bullet-active {
  color: #203b72 !important;
}

.jumbo {
  padding: 3rem 0;
  background: #f7decf url("../img/jumbo-bg.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}

.jumbo a,
.jumbo span {
  font-size: 16px;
  color: #203b72;
  margin: 10px 0;
}

.jumbo a img,
.jumbo span img {
  -webkit-filter: invert(100);
  filter: invert(100);
  opacity: .4;
}

.jumbo .btn-outline-primary {
  font-size: 14px;
  text-transform: uppercase;
  color: #203b72;
  border: 0.5px solid #203b72;
  padding: 2em;
  width: 100%;
  border-radius: 0;
}

.jumbo .btn-outline-primary:hover {
  background: #203b72;
  color: #fff;
}

.home-cat-slider {
  padding: 3rem 0;
}

.home-cat-slider .home-cat-slider-arrow-item {
  margin: 10px;
}

.home-cat-slider .home-cat-slider-arrow-item img {
  height: 20px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.home-cat-slider .home-cat-slider-arrow-item img:hover {
  opacity: .5;
}

.home-cat-slider .home-cat-slider-item {
  position: relative;
  display: block;
}

.home-cat-slider .home-cat-slider-item img {
  width: 100%;
  height: 300px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-cat-slider .home-cat-slider-item .home-cat-slider-item-text {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Gotham-Light-TR";
  background: #fff;
  color: #203b72;
  padding: 10px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  min-width: 0;
  letter-spacing: 3px;
}

.home-cat-slider .home-cat-slider-item:hover .home-cat-slider-item-text {
  min-width: calc(100% - 20px);
}

.testimonials {
  background: #ededed;
  padding: 3rem 0;
}

.testimonials .testimonials-arrow-item {
  margin: 10px;
}

.testimonials .testimonials-arrow-item img {
  height: 20px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.testimonials .testimonials-arrow-item img:hover {
  opacity: .5;
}

.testimonials .testimonial-item .testimonial-item-text h4 {
  font-size: 20px;
  color: #203b72;
}

.testimonials .testimonial-item .testimonial-item-text p {
  font-size: 14px;
  color: #888888;
}

.testimonials .testimonial-item .testimonial-item-text span {
  color: #203b72;
  font-size: 14px;
}

.testimonials .testimonial-item .testimonials-img {
  width: 200px;
  height: 200px;
  background: #fff;
  padding: 70px;
  border-radius: 200px;
}

.testimonials .testimonial-item .quote-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.testimonials .testimonial-item .quote-icon.quote-icon-1 {
  left: 0;
  top: 0;
}

.testimonials .testimonial-item .quote-icon.quote-icon-2 {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer .footer-top {
  padding: 20px 50px;
  border-bottom: .5px solid #ddd;
}

.footer .footer-top span {
  font-size: 12px;
  color: #888888;
}

.footer .footer-top a span {
  font-size: 14px;
}

.footer .footer-top a img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  opacity: .5;
}

.footer .footer-mid {
  padding: 3rem 0;
}

.footer .footer-mid .seven-cols h3 {
  font-size: 14px;
  color: #203b72;
  height: 2.2em;
}

.footer .footer-mid .seven-cols a {
  font-size: 12px;
  color: #58595b;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.footer .footer-mid .seven-cols a:nth-last-child(1) {
  margin: 0;
}

.footer .footer-mid .seven-cols a:hover {
  color: #203b72;
}

.footer .footer-bottom .contact-item span {
  font-size: 14px;
  color: #203b72;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.footer .footer-bottom .contact-item span i {
  color: #af9f79;
  font-size: 1.5em;
}

.footer .footer-bottom .contact-item a,
.footer .footer-bottom .contact-item p {
  font-size: 12px;
  color: #888888;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.footer .footer-bottom .contact-item a:hover {
  color: #203b72;
}

.social a {
  font-size: 24px !important;
  color: #888888 !important;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin: 10px 20px !important;
}

.social a:nth-child(1) {
  margin-left: 0 !important;
}

.social a:hover {
  color: #203b72 !important;
}

.hero-title {
  font-size: 44px;
  color: #fff;
  font-family: "Gotham-Medium-TR";
}

.master-content-title {
  color: #203b72;
  width: 100%;
  font-size: 42px;
  font-family: "Gotham-Medium-TR";
  letter-spacing: 1px;
}

.master-title-loc {
  font-size: 13px;
  font-family: "Gotham-Light-TR";
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: .7em 1.5em;
  border: 1px solid #dedede;
  margin-bottom: 10px;
}

.master-title-subtext {
  color: #888888;
  font-size: 14px;
  max-width: 800px;
}

.master-title-price {
  font-size: 32px;
  color: #af9f79;
  font-family: "Gotham-Medium-TR";
}

.master-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.master-hero:before {
  position: absolute;
  content: '';
  display: block;
  width: calc(100% - 6rem);
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 10px;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 10, 22, 0)), to(rgba(0, 0, 0, 0.51)));
  background: linear-gradient(to bottom, rgba(37, 10, 22, 0), rgba(0, 0, 0, 0.51));
  z-index: 22;
}

.master-hero .img-master-hero {
  border-radius: 10px;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 21;
}

.master-hero .breadcrumb-cont {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  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;
  z-index: 23;
}

.master-hero .breadcrumb-cont .breadcrumb {
  padding: 0;
}

.master-hero .breadcrumb-cont .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: '/';
  padding-right: 20px;
}

.master-hero .breadcrumb-cont .breadcrumb .breadcrumb-item {
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  font-family: "Gotham-Light-TR";
  font-size: 14px;
  letter-spacing: 1px;
}

.master-hero .breadcrumb-cont .breadcrumb .breadcrumb-item:nth-child(1) {
  padding-left: 0;
}

.master-hero .breadcrumb-cont .breadcrumb .breadcrumb-item a {
  color: #fff;
}

.master-content {
  padding: 3rem 0;
}

.master-content .list-cont .list-item {
  padding: 5px;
  border-radius: 8px;
}

.master-content .list-cont .list-item img {
  border-radius: 8px;
  width: 100%;
  height: 150px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.master-content .list-cont .list-item span {
  font-size: 18px;
  color: #58595b;
}

.master-content .list-cont .list-item small {
  font-size: 12px;
  color: #888888;
  text-transform: uppercase;
  padding: 10px 15px;
  border: 0.5px solid #dedede;
  border-radius: 8px;
}

.master-content .list-cont .list-item .price {
  width: 100%;
  padding: 15px;
  background: #f7decf;
  text-align: center;
  color: #203b72;
  font-size: 26px;
  font-family: "Gotham-Medium-TR";
  border-radius: 8px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.master-content .list-cont .list-item:hover .price {
  background: #203b72;
  color: #fff;
}

.master-content .contact-item {
  margin-bottom: 30px;
}

.master-content .contact-item:nth-last-child(1) {
  margin-bottom: 0;
}

.master-content .contact-item span {
  color: #203b72;
  font-size: 16px;
  font-family: "Gotham-Medium-TR";
  margin-bottom: 10px;
  padding-left: 40px;
}

.master-content .contact-item ul i {
  width: 40px;
  text-align: center;
  color: #af9f79;
}

.master-content .contact-item ul li {
  margin: 10px 0;
  color: #888888;
  font-size: 14px;
}

.master-content .contact-item ul li p {
  width: calc(100% - 40px);
}

.feedback-form .container-fluid {
  padding: 3rem 0;
  background: #203b72 url("../img/jumbo-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  border-radius: 10px;
  min-height: 400px;
}

.feedback-form .container-fluid h3 {
  font-size: 48px;
  font-family: "Gotham-Medium-TR";
  color: #fff;
}

.feedback-form .container-fluid h4 {
  font-size: 32px;
  font-family: "Gotham-Medium-TR";
  color: #af9f79;
  margin-bottom: 0;
}

.feedback-form .container-fluid .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 30px 20px;
  border-radius: 10px;
  color: #203b72;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}

.feedback-form .container-fluid .form-control::-webkit-input-placeholder {
  color: #203b72;
}

.feedback-form .container-fluid .form-control:-ms-input-placeholder {
  color: #203b72;
}

.feedback-form .container-fluid .form-control::-ms-input-placeholder {
  color: #203b72;
}

.feedback-form .container-fluid .form-control::placeholder {
  color: #203b72;
}

.feedback-form .container-fluid .btn-send {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 30px 0;
  width: 100%;
  border-radius: 10px;
  border: 0.5px solid #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.feedback-form .container-fluid .btn-send:hover {
  color: #203b72;
  background: #fff;
}

.prd-detail-swiper .swiper-wrapper {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
  -ms-flex-direction: inherit !important;
  flex-direction: inherit !important;
  margin-top: 20px;
}

.prd-detail-swiper .swiper-wrapper .swiper-slide {
  padding: 10px;
}

.prd-detail-slider-arrow-item {
  margin: 10px;
}

.prd-detail-slider-arrow-item img {
  height: 20px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.prd-detail-slider-arrow-item img:hover {
  opacity: .5;
}

.prd-detail-cont h3 {
  color: #203b72;
  font-family: "Gotham-Bold-TR";
  font-size: 42px;
  margin-bottom: 20px;
}

.prd-detail-cont p {
  font-size: 16px;
  color: #888888;
  line-height: 1.88;
}

.floor-plans .container-fluid {
  background: #f7decf;
  padding: 3rem 0;
  border-radius: 10px;
}

.floor-plans .container-fluid .floor-plan-item {
  padding: 10px;
  background: #fff;
  height: 100%;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-plans h4 {
  color: #af9f79;
  font-family: "Gotham-Bold-TR";
}

.site-plans .plan-list li {
  padding-left: 2em;
  margin: 10px 0;
  color: #888888;
  font-family: "Gotham-Medium-TR";
  font-size: 14px;
  position: relative;
}

.site-plans .plan-list li::before {
  position: absolute;
  left: 0;
  top: calc(.5em - 2.5px);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #f7decf;
}

.contact-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 30px 20px;
  border-radius: 10px;
  color: #203b72;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #203b72;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #203b72;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #203b72;
}

.contact-form .form-control::placeholder {
  color: #203b72;
}

.contact-form .btn-send {
  color: #fff;
  background: #203b72;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 30px 70px;
  border-radius: 10px;
  border: 0.5px solid #203b72;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.contact-form .btn-send:hover {
  color: #203b72;
  background: #fff;
}