﻿@charset "UTF-8";
body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Titillium Web', Verdana, Geneva, Tahoma, sans-serif;
  background-color: #f6f6f6;
  font-weight: 400;
  color: #333333;
  font-size: 17px; }

html,
body {
  height: 100%; }

header {
  background-color: #05225d;
  position: fixed;
  left: 0px;
  top: 0;
  width: 100%;
  z-index: 100;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  header .navbar-brand {
    padding-left: 20px;
    z-index: 99; }
    header .navbar-brand img {
      transition: all 0.2s linear; }
  header .custom-navbar {
    padding: 0; }
    header .custom-navbar .navbar-nav {
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
      padding: 15px 0; }
      header .custom-navbar .navbar-nav li {
        position: relative;
        margin: 0 2px; }
        header .custom-navbar .navbar-nav li a.nav-link {
          padding: 10px;
          color: #fff;
          font-size: 17px;
          font-weight: 600; }
          header .custom-navbar .navbar-nav li a.nav-link.active, header .custom-navbar .navbar-nav li a.nav-link:hover {
            color: #E31D1A; }
    header .custom-navbar .phone {
	 background-color: #E31D1A;	
      border: 1px solid #FFFFFF;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      padding: 3px 15px;
      color: #FFFFFF;
      position: relative; }
      header .custom-navbar .phone .icon {
        line-height: 100%; }
        header .custom-navbar .phone .icon i {
          font-size: 30px; }
      header .custom-navbar .phone .text {
        text-align: left;
        line-height: 100%; }
        header .custom-navbar .phone .text span {
          display: block; }
          header .custom-navbar .phone .text span:first-child {
            font-size: 12px;
            color: #fff; }
          header .custom-navbar .phone .text span:last-child {
            font-weight: 700; }
    header .custom-navbar .socials {
      position: relative; }
      header .custom-navbar .socials .share,
      header .custom-navbar .socials a {
        border: 1px dashed #fff;
        line-height: 39px;
        color: #fff;
        font-size: 18px;
        text-align: center; }
      header .custom-navbar .socials a {
        display: inline-block;
        width: 39px;
        height: 39px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        margin-left: 5px; }
        header .custom-navbar .socials a:hover {
          background-color: #fff;
          color: #333333;
          border-color: #333333; }
      header .custom-navbar .socials .share {
        border: none;
        margin-top: 0; }
        header .custom-navbar .socials .share .share-ico {
          margin: 13px 10px 10px;
          display: none; }
    header .custom-navbar .langs .dropdown-toggle {
      border: 1px solid #E31D1A;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      background-color: transparent;
      color: #fff; }
    header .custom-navbar .langs .dropdown-menu {
      right: 4px;
      left: auto;
      max-width: 76px;
      background-color: rgba(0, 0, 0, 0.3);
      border: 1px solid #E31D1A;
      margin-top: 10px;
      width: auto;
      min-width: auto; }
      header .custom-navbar .langs .dropdown-menu a {
        color: #fff;
        padding: 0.25rem 0.8rem; }
        header .custom-navbar .langs .dropdown-menu a:hover {
          background-color: #08348d; }
      header .custom-navbar .langs .dropdown-menu::after {
        top: -17px;
        left: 50%;
        border: solid transparent;
        content: ' ';
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #E31D1A;
        border-width: 8px;
        margin-left: -8px; }
header .custom-navbar .katalog .dropdown-toggle { border: 1px solid #E31D1A; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; background-color: transparent; color: #fff; }
header .custom-navbar .katalog .dropdown-menu { right: 10px; left: auto; max-width: 125px; background-color: rgba(0, 0, 0, 0.3); border: 1px solid #E31D1A; margin-top: 10px; width: auto; min-width: auto; }
header .custom-navbar .katalog .dropdown-menu a { color: #fff; padding: 0.25rem 0.8rem; }
header .custom-navbar .katalog .dropdown-menu a:hover { background-color: #08348d; }
header .custom-navbar .katalog .dropdown-menu::after { top: -17px; left: 50%; border: solid transparent; content: ' '; height: 0; width: 0; position: absolute; pointer-events: none; border-bottom-color: #E31D1A; border-width: 8px; margin-left: -8px; }
  header .navbar-collapse {
    -ms-flex-positive: 0;
    flex-grow: 0; }
  header.fixed-header {
    background-color: rgba(5, 34, 93, 0.9); }
    header.fixed-header .custom-navbar .navbar-nav {
      padding: 5px 0; }

.wrapper .wrap-content {
  width: 100%;
  position: relative;
  z-index: 0; }

.wrapper .slides-wrapper {
  width: 100%;
  position: relative;
  background-color: #05225d;
  overflow: hidden; }
  .wrapper .slides-wrapper .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
    width: 100%; }
    .wrapper .slides-wrapper .owl-nav .owl-prev,
    .wrapper .slides-wrapper .owl-nav .owl-next {
      outline: none; }
      .wrapper .slides-wrapper .owl-nav .owl-prev:hover,
      .wrapper .slides-wrapper .owl-nav .owl-next:hover {
        background-color: transparent; }
    .wrapper .slides-wrapper .owl-nav .owl-prev {
      float: left;
      margin-left: 20px; }
      .wrapper .slides-wrapper .owl-nav .owl-prev:hover {
        margin-left: 15px; }
    .wrapper .slides-wrapper .owl-nav .owl-next {
      float: right;
      margin-right: 20px; }
      .wrapper .slides-wrapper .owl-nav .owl-next:hover {
        margin-right: 15px; }
    .wrapper .slides-wrapper .owl-nav span {
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      background-color: rgba(4, 34, 94, 0.5);
      border: 1px solid #fff;
      font-size: 25px;
      color: #fff;
      line-height: 60px; }
  .wrapper .slides-wrapper .owl-dots {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    z-index: 999; }
    .wrapper .slides-wrapper .owl-dots span {
      width: 15px;
      height: 15px;
      background-color: #fff;
      transition: all 0.2s linear; }
    .wrapper .slides-wrapper .owl-dots button {
      outline: none; }
      .wrapper .slides-wrapper .owl-dots button.active span {
        background-color: #05225d; }
      .wrapper .slides-wrapper .owl-dots button:hover span {
        background-color: #0a45be; }
  .wrapper .slides-wrapper .slide {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center !important;
    width: 100%;
    height: 100vh;
    position: relative; }
    .wrapper .slides-wrapper .slide img {
      display: inline-block;
      width: auto; }
    .wrapper .slides-wrapper .slide .caption {
      position: relative;
      left: 0;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 9; }
      .wrapper .slides-wrapper .slide .caption::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 40px;
        box-shadow: 0 75px 106px 45px rgba(5, 34, 93, 0.72); }
      .wrapper .slides-wrapper .slide .caption .title {
        margin-top: 20%; }
      .wrapper .slides-wrapper .slide .caption .image {
        position: absolute;
        right: 0;
        bottom: 0;
        max-height: 70vh; }
  .wrapper .slides-wrapper .owl-item.active .caption .title {
    animation: 1s 0.1s fadeInDown both; }
  .wrapper .slides-wrapper .owl-item.active .caption .image {
    animation: 1s 0.2s fadeInUp both; }

.wrapper .navigation {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2; }
  .wrapper .navigation .caption {
    padding: 15% 0 8% 0px;
    font-size: 35px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    line-height: 100%; }
    .wrapper .navigation .caption h1 {
      font-weight: 700;
      font-size: 35px; }
    .wrapper .navigation .caption h4 {
      letter-spacing: 4px; }

.wrapper .page-content {
  padding: 30px; }
  .wrapper .page-content .page-menu {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .wrapper .page-content .page-menu li {
      float: left;
      margin: 2px 2px; }
      .wrapper .page-content .page-menu li a {
        padding: 20px;
        background-color: #05225d;
        font-weight: 700;
        font-size: 19px;
        color: #fff;
        display: block;
        line-height: 100%;
        position: relative; }
        .wrapper .page-content .page-menu li a::after {
          top: 100%;
          left: 50%;
          border: solid transparent;
          content: ' ';
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-top-color: #05225d;
          border-width: 10px;
          margin-left: -5px;
          display: none; }
        .wrapper .page-content .page-menu li a.active, .wrapper .page-content .page-menu li a:hover {
          color: #E31D1A; }
        .wrapper .page-content .page-menu li a.active::after {
          display: block; }

.wrapper .gallery a {
  overflow: hidden;
  border: 5px solid #05225d; }
  .wrapper .gallery a img {
    width: 100%; }
  .wrapper .gallery a:hover {
    border-color: #E31D1A; }

.wrapper .quick-form {
  width: 24%;
  height: 100vh;
  position: fixed;
  right: 0;
  padding: 0 30px;
  top: 0;
  z-index: 101;
  background: url(../images/form-bg.jpg) no-repeat;
  background-size: cover; }
  .wrapper .quick-form img {
    max-height: 90px; }
  .wrapper .quick-form .title {
    position: absolute;
    top: 35px;
    width: 100%;
    color: #bc9b5d;
    font-size: 20px;
    font-weight: 500;
    height: 100%; }
    .wrapper .quick-form .title img {
      vertical-align: baseline; }
  .wrapper .quick-form .sahsuvaroglu {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%); }

.wrapper .floor-plans .page-menu li {
  margin-top: 10px; }
  .wrapper .floor-plans .page-menu li a {
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 600; }

.wrapper .floor-plans .item {
  border: 5px solid #05225d;
  border-radius: 0; }
  .wrapper .floor-plans .item .card-photo {
    overflow: hidden;
    height: 100%;
    background:#fff;
  }
    .wrapper .floor-plans .item .card-photo img {
      max-width: 250px;
      max-height: 300px; }
  .wrapper .floor-plans .item .card-title {
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
    background-color: #05225d;
    color: #fff;
    line-height: 100%;
    margin: 0; }
  .wrapper .floor-plans .item:hover {
    border-color: #E31D1A; }
    .wrapper .floor-plans .item:hover .card-title {
      transition: all 0.2s ease;
      background-color: #E31D1A; }

.wrapper .price-list .table .title {
  color: #fff;
  font-size: 30px;
  font-size: 600;
  background-color: #05225d;
  text-align: center; }

.wrapper .price-list .table thead th {
  background-color: #234183;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center; }

.wrapper .price-list .table th,
.wrapper .price-list .table td {
  border-color: #05225d; }

.wrapper .price-list .table tbody td {
  text-align: center;
  color: #05225d;
  font-size: 18px;
  font-weight: 600; }

.wrapper .price-list .table tbody tr:nth-of-type(odd) {
  background-color: #c5d9f1; }

.wrapper .contact .btn {
  background-color: #05225d;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  line-height: 100%;
  border-radius: 0; }
  .wrapper .contact .btn:hover {
    background-color: #E31D1A; }

.wrapper .social-media {
  background-color: #e1e1e1;
  padding: 20px 20px;
  font-size: 20px;
  font-weight:bold;
}
  .wrapper .social-media .title {
    font-weight: 600;
    color: #05225d; }
  .wrapper .social-media .facebook {
    color: #3b5998; }
  .wrapper .social-media .twitter {
    color: #55aded; }
  .wrapper .social-media .instagram {
    color: #517fa6; }

.wrapper .location .icon {
  background: url(../images/location-icon.png) no-repeat;
  display: inline-block;
  background-position: 0 0;
  margin-right: 10px; }
.wrapper .location .mosque { background: url(../images/camii.png) no-repeat; display: inline-block; background-position: 0 0; margin-right: 10px; width: 30px; height: 30px; }
.wrapper .location .hotel { background: url(../images/hotel.png) no-repeat; display: inline-block; background-position: 0 0; margin-right: 10px; width: 30px; height: 30px; }
  .wrapper .location .icon.metro {
    width: 26px;
    height: 30px;
    background-position: -5px 0; }
  .wrapper .location .icon.school {
    width: 32px;
    height: 30px;
    background-position: -2px -33px; }
  .wrapper .location .icon.hospital {
    width: 27px;
    height: 30px;
    background-position: -6px -66px; }
  .wrapper .location .icon.mall {
    width: 26px;
    height: 30px;
    background-position: -5px -99px; }

.wrapper .location .page-menu li {
  width: 100%;
  margin-bottom: 8px; }
  .wrapper .location .page-menu li a {
    position: relative;
    font-size: 14px;
    display: block;
    padding: 10px 8px; }
    .wrapper .location .page-menu li a::after {
      display: block;
      top: 50%;
      left: auto;
      right: 0;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-left-color: #05225d;
      border-width: 10px;
      margin-left: 0;
      margin-top: -10px;
      transition: all 0.2s ease; }
  .wrapper .location .page-menu li.active a, .wrapper .location .page-menu li:hover a {
    color: #E31D1A; }
    .wrapper .location .page-menu li.active a::after, .wrapper .location .page-menu li:hover a::after {
      right: -20px; }

.wrapper .location .anywhere-near {
  background-color: #05225d;
  color: #fff; }
  .wrapper .location .anywhere-near .title {
    font-weight: 600;
    font-size: 25px; }
  .wrapper .location .anywhere-near .nears .item {
    display: block;
    height: 155px;
    border: 1px solid #4560ac;
    margin: 15px;
    width: 235px;
    transition: all 0.2s ease; }
    .wrapper .location .anywhere-near .nears .item:hover {
      box-shadow: 0px 15px 20px 0px #1b3d82; }
    .wrapper .location .anywhere-near .nears .item label {
      font-size: 16px;
      font-weight: 400; }
    .wrapper .location .anywhere-near .nears .item .icon {
      width: 45px;
      height: 45px;
      display: inline-block;
      background-position: 0 0; }
      .wrapper .location .anywhere-near .nears .item .icon.icon1 {
        background-position: -52px 0; }
      .wrapper .location .anywhere-near .nears .item .icon.icon2 {
        background-position: -102px 0; }
      .wrapper .location .anywhere-near .nears .item .icon.icon3 {
        background-position: -151px 0; }
      .wrapper .location .anywhere-near .nears .item .icon.icon4 {
        background-position: -201px 0; }
      .wrapper .location .anywhere-near .nears .item .icon.icon5 {
        background-position: -250px 0; }
      .wrapper .location .anywhere-near .nears .item .icon.icon6 {
        background-position: -52px -48px; }
      .wrapper .location .anywhere-near .nears .item .icon.icon7 {
        background-position: -101px -48px; }
      .wrapper .location .anywhere-near .nears .item .icon.icon8 {
        background-position: -151px -48px; }
      .wrapper .location .anywhere-near .nears .item .icon.icon9 {
        background-position: -200px -48px; }
      .wrapper .location .anywhere-near .nears .item .icon.icon10 {
        background-position: -250px -48px; }

.wrapper .location .location-map img {
  width: 100%; }

.wrapper .location #googlemap {
  height: 100%;
  padding: 30% 0; }

.wrapper footer {
  padding: 45px 30px 15px 30px;
  background-color: #d4d4d4; }
  .wrapper footer .copy {
    font-size: 14px; }
  .wrapper footer nav a {
    font-size: 16px;
    margin-left: 3px;
    display: inline-block;
    color: #05225d;
    font-weight: 700; }
    .wrapper footer nav a:hover {
      color: #fff; }
  .wrapper footer .socials {
    overflow: hidden; }
    .wrapper footer .socials a {
      display: inline-block;
      width: 44px;
      height: 44px;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      margin-left: 2px;
      color: #fff;
      font-size: 20px;
      text-align: center;
      line-height: 44px; }
      .wrapper footer .socials a.facebook {
        background-color: #3a589b; }
      .wrapper footer .socials a.twitter {
        background-color: #55acee; }
      .wrapper footer .socials a.instagram {
        background-color: #f73c4d; }
      .wrapper footer .socials a.youtube {
        background-color: #e02f2f; }
      .wrapper footer .socials a:hover {
        background-color: #fff;
        color: #333333;
        border-color: #333333; }

/* ################################################################ */
.general-listing {
  position: relative;
  z-index: 10;
  padding: 0 10%; }
  .general-listing::before, .general-listing::after {
    content: '';
    position: absolute;
    background-size: 60% !important;
    z-index: -1;
    width: 100%;
    height: 100%; }
  .general-listing::before {
    background: url(../images/home-content-top.png) no-repeat;
    left: 0;
    top: 0; }
  .general-listing::after {
    background: url(../images/home-content-bottom.png) right bottom no-repeat;
    right: 0;
    bottom: 0; }
  .general-listing .gl-carousel {
    position: relative; }
    .general-listing .gl-carousel figure {
      overflow: hidden; }
  .general-listing .col-text .title {
    color: #333333;
    font-weight: 700;
    font-size: 2.1vw;
    margin-bottom: 15px;
    position: relative; }
    .general-listing .col-text .title::after {
      position: absolute;
      top: 24px;
      content: '';
      width: 70px;
      border-bottom: 1px solid #000; }
  .general-listing .col-btn {
    font-size: 12px;
    color: #0d65b0;
    display: block;
    margin-right: 10px;
    font-weight: 600; }
    .general-listing .col-btn::after {
      content: '→';
      font-size: 20px;
      margin-left: 10px; }
    .general-listing .col-btn:hover {
      margin-right: 5px; }
  .general-listing .align-right {
    padding-right: 30px; }
    .general-listing .align-right .title::after {
      right: -80px; }
  .general-listing .align-left {
    padding-left: 30px; }
    .general-listing .align-left .title::after {
      left: -80px; }
    .general-listing .align-left .col-btn::after {
      margin-right: 10px; }
    .general-listing .align-left .col-btn:hover {
      margin-left: 5px; }

b {
  font-weight: 700; }

a,
.hvr-a,
button {
  outline: none;
  color: #000;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important; }
  a:hover,
  .hvr-a:hover,
  button:hover {
    color: #006eab; }

input:focus {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.info-form {
  height: 100%; }
  .info-form .form {
    padding: 5px 30px;
    font-size: 15px;
    color: #fff;
    line-height: 20px; }
    .info-form .form .tit {
      font-weight: 600;
      display: block;
      margin-top: 0 !important;
      padding-top: 0%; }
      .info-form .form .tit span {
        font-size: 20px; }
  .info-form .input-group {
    margin-bottom: 15px; }

.transition i,
.transition button,
.transition input,
.transition {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.anim-shine::before,
.shine figure::before {
  top: 0;
  content: ''; }

.shine figure {
  position: relative; }

.shine figure::before {
  position: absolute;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg); }

.shine:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s; }

.anim-shine {
  position: relative; }

.anim-shine::before {
  position: absolute;
  left: -75%;
  z-index: 2;
  display: none;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg); }

.anim-shine:hover::before {
  display: block;
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

input,
select,
textarea,
button {
  font-family: 'Titillium Web', Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px; }

.custom-form .input-group {
  position: relative; }

.custom-form .input-g, .custom-form .input-group-addon, .custom-form textarea {
  border: 1px solid #E31D1A;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent; }
  .custom-form .input-g::placeholder, .custom-form .input-group-addon::placeholder, .custom-form textarea::placeholder {
    color: #eee;
    opacity: 1; }
  .custom-form .input-g:-ms-input-placeholder, .custom-form .input-group-addon:-ms-input-placeholder, .custom-form textarea:-ms-input-placeholder {
    color: #eee; }
  .custom-form .input-g::-ms-input-placeholder, .custom-form .input-group-addon::-ms-input-placeholder, .custom-form textarea::-ms-input-placeholder {
    color: #eee; }

.custom-form .input-group-addon,
.custom-form textarea {
  background-color: transparent;
  border-left: 1px solid #E31D1A; }

.custom-form textarea {
  padding: 10px 35px !important;
  outline: none;
  resize: none;
  border-right: 1px solid #E31D1A; }

.custom-form .form-control {
  color: #fff;
  line-height: 100%;
  font-size: 16px;
  padding: 1.7rem 2rem;
  font-weight: 400; }
  .custom-form .form-control:focus {
    border-color: #E31D1A; }
.custom-form select { color: #fff !important; line-height: 100%; font-size: 16px; padding: 0.7rem 30px; width: 100%; font-weight: 400; border: 1px solid #E31D1A; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; background-color: transparent; }
.custom-form textarea:focus { background: #05225c ;}
.custom-form .custom-control-label::before { top: 0.1rem; }

.custom-form i {
  color: #fff;
  position: absolute;
  z-index: 99;
  left: 9px;
  top: 20px;
  font-size: 17px;
  vertical-align: middle; }
  .custom-form i.fa-mobile {
    font-size: 25px; }

.custom-form .input-group {
  position: relative; }

.custom-form a {
  color: #fff;
  text-decoration: underline !important;
  font-size: 16px; }

.custom-form .custom-control {
  display: inline-block;
  cursor: pointer !important; }

.custom-form .custom-control-label {
  cursor: pointer !important; }

.custom-form .custom-control-label::before {
  background-color: transparent;
  border: 1px solid #fff;
  cursor: pointer; }

.custom-form .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff; }

.custom-form .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  display: none; }

.custom-form .cstm-btn {
  font-weight: 600;
  font-size: 18px;
  display: block;
  color: #4d3c03;
  width: 100%;
  background: radial-gradient(ellipse at center, #f7e083 0%, #aa6719 100%); }
  .custom-form .cstm-btn:active {
    background: linear-gradient(to right, #a99159 0%, #7b5f42 100%) !important; }

.form-control:focus {
  border-color: #b3b3b3; }

.fancybox-container .fancybox-toolbar {
  background: #333333; }

.fancybox-container .fancybox-arrow--left {
  left: 30px; }

.fancybox-container .fancybox-arrow--right {
  right: 40px; }

.fancybox-container .fancybox-arrow {
  width: 30px;
  height: 45px;
  outline: none; }
  .fancybox-container .fancybox-arrow:after {
    font-family: 'FontAwesome';
    content: '\f105';
    background-size: inherit;
    background-color: transparent;
    background: #333333;
    color: #fff;
    font-size: 30px; }

.pr {
  position: relative; }

.z-10 {
  z-index: 10;
  position: relative; }

.box-shadow-top {
  position: relative;
  z-index: 999; }

.form-control {
  font-size: 14px;
  font-family: 'Titillium Web', sans-serif; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

.loading-wrapper {
  position: fixed;
  background-color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  .loading-wrapper .loading-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -23px 0 0 -93px; }
  .loading-wrapper .spinner {
    margin: 0 auto;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -27px;
    margin-left: 38px;
    width: 103px;
    z-index: 999; }
  .loading-wrapper .spinner:after {
    content: '';
    -moz-animation: spinnerAnimation cubic-bezier(0.77, 0, 0.175, 1) 1.5s infinite;
    -webkit-animation: spinnerAnimation cubic-bezier(0.77, 0, 0.175, 1) 1.5s infinite;
    animation: spinnerAnimation cubic-bezier(0.77, 0, 0.175, 1) 1.5s infinite;
    background-color: #333333;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 5px; }

@-moz-keyframes spinnerAnimation {
  25% {
    width: 100%; }
  50% {
    width: 0;
    left: auto;
    right: 0; }
  75% {
    width: 100%; }
  100% {
    width: 0;
    right: auto;
    left: 0; } }

@-webkit-keyframes spinnerAnimation {
  25% {
    width: 100%; }
  50% {
    width: 0;
    left: auto;
    right: 0; }
  75% {
    width: 100%; }
  100% {
    width: 0;
    right: auto;
    left: 0; } }

@keyframes spinnerAnimation {
  25% {
    width: 100%; }
  50% {
    width: 0;
    left: auto;
    right: 0; }
  75% {
    width: 100%; }
  100% {
    width: 0;
    right: auto;
    left: 0; } }

.fixed-button {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  bottom: -45px;
  z-index: 999;
  width: 100%;
  transition: all 0.5s ease-in-out; }
  .fixed-button button {
    border: none;
    outline: none;
    padding: 5px 20px; }
  .fixed-button.active {
    visibility: visible;
    opacity: 1;
    bottom: 0; }

.navbar-toggler {
  position: relative;
  z-index: 99;
  outline: none;
  cursor: pointer;
  border: 1px dashed #E31D1A !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  padding: 0px;
  position: relative;
  outline: none !important; }
  .navbar-toggler::before {
    
    color: #E31D1A;
    position: absolute;
    left: -56px;
    top: 11px;
    font-size: 17px; }

.navbar-toggler .icon-bar {
  transition: all 0.2s;
  margin: 3px 0 0 8px;
  display: block;
  width: 22px;
  height: 2px;
  background: #fff !important; }

.navbar-toggler.open {
  padding: 3px; }

.navbar-toggler.open .top-bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: 10% 10%; }

.navbar-toggler.open .middle-bar {
  opacity: 0; }

.navbar-toggler.open .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: 10% 90%; }

.navbar-toggler .top-bar {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }

.navbar-toggler .middle-bar {
  opacity: 1; }

.navbar-toggler .bottom-bar {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.wrapper .slides-wrapper .owl-item.active .caption .title-bottom { position: fixed; bottom: 6%; animation: 1s 0.1s fadeInUp both; }