/*-----------------------------------------------------------------------------------
    Template Name: Anony Comming Soon HTML Template
    Template URI: site.com
    Description: Anony Comming Soon HTML Template
    Author: WebTend
    Author URI: https://www.webtend.com
    Version: 1.0
-----------------------------------------------------------------------------------
    CSS INDEX
    ===================
    01. Common Css
    02. Project One
    03. Project Two
    04. Project Three
    04. Project Four
-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
body {
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #252525;
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.preloader .cssload-container {
  display: block;
  width: 97px;
}
.preloader .cssload-loading i {
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
}
.preloader .cssload-loading i:first-child {
  opacity: 0;
  animation: cssload-loading-ani2 0.58s linear infinite;
  -o-animation: cssload-loading-ani2 0.58s linear infinite;
  -ms-animation: cssload-loading-ani2 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
  -moz-animation: cssload-loading-ani2 0.58s linear infinite;
  transform: translate(-19px);
  -o-transform: translate(-19px);
  -ms-transform: translate(-19px);
  -webkit-transform: translate(-19px);
  -moz-transform: translate(-19px);
}
.preloader .cssload-loading i:nth-child(2),
.preloader .cssload-loading i:nth-child(3) {
  animation: cssload-loading-ani3 0.58s linear infinite;
  -o-animation: cssload-loading-ani3 0.58s linear infinite;
  -ms-animation: cssload-loading-ani3 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
  -moz-animation: cssload-loading-ani3 0.58s linear infinite;
}
.preloader .cssload-loading i:last-child {
  animation: cssload-loading-ani1 0.58s linear infinite;
  -o-animation: cssload-loading-ani1 0.58s linear infinite;
  -ms-animation: cssload-loading-ani1 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
  -moz-animation: cssload-loading-ani1 0.58s linear infinite;
}
@keyframes cssload-loading-ani1 {
  .preloader 100%  {
    -webkit-transform: translate(39px);
    transform: translate(39px);
    opacity: 0;
  }
}
@-ms-keyframes cssload-loading-ani1 {
  .preloader 100%  {
    -ms-transform: translate(39px);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-loading-ani1 {
  .preloader 100%  {
    -webkit-transform: translate(39px);
    opacity: 0;
  }
}
@keyframes cssload-loading-ani2 {
  .preloader 100%  {
    -webkit-transform: translate(19px);
    transform: translate(19px);
    opacity: 1;
  }
}
@-ms-keyframes cssload-loading-ani2 {
  .preloader 100%  {
    -ms-transform: translate(19px);
    opacity: 1;
  }
}
@-webkit-keyframes cssload-loading-ani2 {
  .preloader 100%  {
    -webkit-transform: translate(19px);
    opacity: 1;
  }
}
@keyframes cssload-loading-ani3 {
  .preloader 100%  {
    -webkit-transform: translate(19px);
    transform: translate(19px);
  }
}
@-ms-keyframes cssload-loading-ani3 {
  .preloader 100%  {
    -ms-transform: translate(19px);
  }
}
@-webkit-keyframes cssload-loading-ani3 {
  .preloader 100%  {
    -webkit-transform: translate(19px);
  }
}
/*others common css here*/
@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*===========================
   . Demo Preview 
===========================*/
body.preview-page {
  background-color: #f9f9f9;
}
@media (min-width: 1600px) {
  body.preview-page .container {
    max-width: 1540px;
  }
}
body.preview-page .banner-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 875px;
}
@media (max-width: 767px) {
  body.preview-page .banner-section {
    height: 500px;
  }
}
body.preview-page .banner-section .banner-content {
  margin-top: -60px;
}
body.preview-page .banner-section .banner-content .title span.title-top {
  color: #ffffff;
  font-weight: 900;
  font-size: 95px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.preview-page .banner-section .banner-content .title span.title-top {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  body.preview-page .banner-section .banner-content .title span.title-top {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  body.preview-page .banner-section .banner-content .title span.title-top {
    font-size: 40px;
  }
}
body.preview-page .banner-section .banner-content .title h1 {
  font-size: 150px;
  line-height: 160px;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 40px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #dddddd;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  body.preview-page .banner-section .banner-content .title h1 {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.preview-page .banner-section .banner-content .title h1 {
    font-size: 92px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  body.preview-page .banner-section .banner-content .title h1 {
    font-size: 50px;
    margin-bottom: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  body.preview-page .banner-section .banner-content .title h1 {
    font-size: 70px;
    line-height: 90px;
  }
}
body.preview-page .banner-section .banner-content .title h1 span {
  position: relative;
}
body.preview-page .banner-section .banner-content .title h1 span span {
  position: absolute;
  left: 0;
  bottom: -25px;
  -webkit-text-fill-color: #ffffff;
  font-size: 36px;
  line-height: 36px;
  -webkit-text-stroke: 0px;
}
@media (max-width: 767px) {
  body.preview-page .banner-section .banner-content .title h1 span span {
    font-size: 20px;
  }
}
body.preview-page .banner-section .banner-content .banner-btn .main-btn {
  background-color: #5f5f5f;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 30px;
  border-radius: 5px;
  margin-right: 30px;
}
body.preview-page .banner-section .banner-content .banner-btn .main-btn i {
  height: 42px;
  width: 50px;
  text-align: center;
  border-right: 1px solid #7f7f7f;
  line-height: 42px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  body.preview-page .banner-section .banner-content .banner-btn .main-btn {
    margin-bottom: 30px;
  }
}
body.preview-page .banner-section .banner-content .banner-btn span {
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 767px) {
  body.preview-page .banner-section .banner-content .banner-btn span {
    font-size: 16px;
  }
}
body.preview-page .footer-section {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  height: 340px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.preview-page .footer-section {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  body.preview-page .footer-section {
    font-size: 15px;
    height: 200px;
  }
}
body.preview-page .footer-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000000;
  opacity: 0.75;
  content: '';
}
body.preview-page .footer-section h1 {
  font-weight: 900;
  font-size: 60px;
  color: #ffffff;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.preview-page .footer-section h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  body.preview-page .footer-section h1 {
    font-size: 30px;
  }
}
body.preview-page .demo-showcase .section-gap {
  width: 100%;
  height: 190px;
}
@media (max-width: 767px) {
  body.preview-page .demo-showcase .section-gap {
    height: 150px;
  }
}
body.preview-page .demo-showcase .section-title {
  margin-bottom: 0;
}
body.preview-page .demo-showcase .section-title h1 {
  display: inline-block;
  font-size: 150px;
  line-height: 1;
  font-weight: 900;
  color: #f9f9f9;
  -webkit-text-fill-color: #f9f9f9;
  -webkit-text-stroke: 1px #9e9e9e;
  position: relative;
}
@media (max-width: 767px) {
  body.preview-page .demo-showcase .section-title h1 {
    font-size: 60px;
  }
}
body.preview-page .demo-showcase .section-title h1 span {
  position: absolute;
  left: -98px;
  top: -35px;
  font-size: 36px;
  line-height: 36px;
  color: #1f1f1f;
  -webkit-text-fill-color: #1f1f1f;
  -webkit-text-stroke: 0px;
}
@media (max-width: 767px) {
  body.preview-page .demo-showcase .section-title h1 span {
    left: 0;
    font-size: 20px;
  }
}
body.preview-page .demo-showcase .demo-box {
  margin-top: 75px;
  text-align: center;
}
body.preview-page .demo-showcase .demo-box.pr-30 {
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.preview-page .demo-showcase .demo-box.pr-30 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  body.preview-page .demo-showcase .demo-box.pr-30 {
    padding-right: 0;
  }
}
body.preview-page .demo-showcase .demo-box.pl-30 {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.preview-page .demo-showcase .demo-box.pl-30 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  body.preview-page .demo-showcase .demo-box.pl-30 {
    padding-left: 0;
  }
}
body.preview-page .demo-showcase .demo-box img {
  -webkit-box-shadow: 10.751px 28.007px 100px 0px rgba(24, 24, 25, 0.18);
  box-shadow: 10.751px 28.007px 100px 0px rgba(24, 24, 25, 0.18);
}
body.preview-page .demo-showcase .demo-box h6 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 35px;
}
body.preview-page .demo-showcase .demo-box h6 a {
  color: #151515;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-wrapper .page-left-content {
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .page-left-content {
    text-align: center;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-wrapper::before {
    width: 0 !important;
  }
}
@media (max-width: 767px) {
  .page-wrapper::before {
    width: 0 !important;
  }
}




/*===========================
    2. Project Five
===========================*/
.page-wrapper.project-five {
  padding: 45px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-wrapper.project-five {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .page-wrapper.project-five {
    padding-top: 0;
  }
}
@media (min-width: 1600px) {
  .page-wrapper.project-five .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.page-wrapper.project-five .page-left-content {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-wrapper.project-five .page-left-content {
    text-align: center;
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .page-wrapper.project-five .page-left-content {
    text-align: center;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-wrapper.project-five .page-left-content .logo {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .page-wrapper.project-five .page-left-content .logo {
    padding-top: 60px;
  }
}
.page-wrapper.project-five .page-left-content .title {
  margin-top: 11vh;
}
.page-wrapper.project-five .page-left-content .title span {
  font-size: 25px;
  color: #EB5757;
  font-weight: 700;
  position: relative;
  line-height: 30px;
  margin-bottom: 25px;
}
.page-wrapper.project-five .page-left-content .title span:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -215px;
  height: 2px;
  width: 190px;
  background-color: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-wrapper.project-five .page-left-content .title span:after {
    width: 170px;
    left: 0;
    right: 0;
    top: 100%;
  }
}
@media (max-width: 767px) {
  .page-wrapper.project-five .page-left-content .title span:after {
    top: -15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
.page-wrapper.project-five .page-left-content .title h1 {
  font-size: 80px;
  font-weight: 900;
  line-height: 1.05;
  color: #003b73;
}
@media only screen and (min-width: 1601px) and (max-width: 1820px) {
  .page-wrapper.project-five .page-left-content .title h1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .page-wrapper.project-five .page-left-content .title h1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-wrapper.project-five .page-left-content .title h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-wrapper.project-five .page-left-content .title h1 {
    font-size: 105px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .page-wrapper.project-five .page-left-content .title h1 {
    font-size: 60px;
    line-height: 1.2;
  }
}
.page-wrapper.project-five .page-left-content .main-btn {
  display: inline-block;
  padding: 25px 65px;
  background-color: #252525;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 60px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .page-wrapper.project-five .page-left-content .main-btn {
    padding: 20px 40px;
  }
}
.page-wrapper.project-five .page-left-content .main-btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.page-wrapper.project-five .page-right-content .counter-box {
  height: 75vh;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .page-wrapper.project-five .page-right-content .counter-box {
    height: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-wrapper.project-five .page-right-content .counter-box {
    height: 665px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-wrapper.project-five .page-right-content .counter-box {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .page-wrapper.project-five .page-right-content .counter-box {
    margin-left: -15px;
    margin-right: -15px;
    height: 500px;
    width: auto;
  }
}
.page-wrapper.project-five .page-right-content .counter-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: -1;
  content: '';
}
.page-wrapper.project-five .page-right-content .counter-box .counter-box-content {
  text-align: center;
}
.page-wrapper.project-five .page-right-content .counter-box .counter-box-content h1 {
  font-size: 90px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .page-wrapper.project-five .page-right-content .counter-box .counter-box-content h1 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-wrapper.project-five .page-right-content .counter-box .counter-box-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .page-wrapper.project-five .page-right-content .counter-box .counter-box-content h1 {
    font-size: 50px;
  }
}
.page-wrapper.project-five .page-right-content .counter-box .counter-box-content h1:before {
  content: '';
  width: 75px;
  height: 2px;
  background: #ffffff;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}
.page-wrapper.project-five .page-right-content .counter-box .counter-box-content .countdown {
  color: #ffffff;
  font-size: 60px;
  font-weight: 800;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .page-wrapper.project-five .page-right-content .counter-box .counter-box-content .countdown {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-wrapper.project-five .page-right-content .counter-box .counter-box-content .countdown {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .page-wrapper.project-five .page-right-content .counter-box .counter-box-content .countdown {
    font-size: 30px;
  }
}
.page-wrapper.project-five .page-right-content .counter-box .video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  overflow: hidden;
}
.page-wrapper.project-five .page-right-content .counter-box .video::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.page-wrapper.project-five .page-right-content .counter-box .video .wrapper-video {
  object-position: center;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.page-wrapper.project-five .page-right-content .counter-box #particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-wrapper.project-five .page-right-content .counter-box .slider-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.page-wrapper.project-five .page-right-content .counter-box .slider-wrap .owl-stage-outer,
.page-wrapper.project-five .page-right-content .counter-box .slider-wrap .owl-stage,
.page-wrapper.project-five .page-right-content .counter-box .slider-wrap .owl-item {
  height: 100%;
}
.page-wrapper.project-five .page-right-content .counter-box .slider-wrap .image-slider {
  height: 100%;
  width: 100%;
}
.page-wrapper.project-five .page-right-content .counter-box .slider-wrap .image-slider .single-slider {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.page-wrapper.project-five .page-right-content .counter-box .slider-wrap .image-slider .single-slider .slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-wrapper.project-five .page-right-content .counter-box .slider-wrap .image-slider .owl-item.active .single-slider .slide-img {
  -webkit-animation: slide 20s linear infinite;
  animation: slide 20s linear infinite;
}
.page-wrapper.project-five .locations {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-wrapper.project-five .locations {
    text-align: center;

  }
}
@media (max-width: 767px) {
  .page-wrapper.project-five .locations {
    text-align: center;
    justify-content: center;
  }
  .page-wrapper.project-five .locations ul li {
    margin-right: 10px;
  }
  .page-wrapper.project-five .locations ul li.locations-title {
    margin-bottom: 10px;
  }
  .contact-ul {
    display: flex;
    justify-content: center;
  }
  .contacts {
    justify-content: center !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-wrapper.project-five .locations {
    text-align: center;
    justify-content: center;
  }
  .contact-ul {
    display: flex;
    align-items: center!important;
  }
  .contacts {
    justify-content: center!important;
  }
}
.page-wrapper.project-five .locations ul li {
  display: inline-block;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 600;
  margin-right: 15px;
}
.info {
  margin-top: 50px;
}
.info h2 {
  font-size: 60px;
  color: #003b73;
}
@media only screen and (min-width: 1601px) and (max-width: 1820px) {
  .page-wrapper.project-five .locations ul li {
    margin-right: 8px;
  }
}
.page-wrapper.project-five .locations ul li.locations-title {
  font-weight: 700;
  margin-right: 25px;
  font-size: 20px;
  border-bottom: 2px solid #000000;
}
.page-wrapper.project-five .locations ul li.locations-title i {
  margin-right: 10px;
}
.page-wrapper.project-five .contacts {
  text-align: right;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-wrapper.project-five .contacts {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-wrapper.project-five .contacts {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .page-wrapper.project-five .contacts ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.page-wrapper.project-five .contacts ul li {
  display: inline-block;
  font-size: 16px;
  color: #0b0b0b;
  font-weight: 600;
}
@media only screen and (min-width: 1601px) and (max-width: 1820px) {
  .page-wrapper.project-five .contacts ul li {
    margin-right: 8px;
  }
}
.page-wrapper.project-five .contacts ul li.contact-title {
  font-weight: 700;
  font-size: 20px;
  border-bottom: 2px solid #000000;
}
.page-wrapper.project-five .contacts ul li.contact-title i {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .page-wrapper.project-five .contacts {
    text-align: center;
  }
  .page-wrapper.project-five .contacts ul li {
    margin-right: 10px;
  }
  .page-wrapper.project-five .contacts ul li.contact-title {
    margin-bottom: 10px;
  }
  .contacts {
    margin-right: 40px;
  }
}
.page-wrapper.project-five .contacts.hide-large {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-wrapper.project-five .contacts.hide-large {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-wrapper.project-five .contacts.hide-large {
    display: block;
    text-align: center;
  }
  .page-wrapper.project-five .contacts.hide-large ul li {
    margin-left: 0;
    margin-right: 10px;
  }
  .page-wrapper.project-five .contacts.hide-large ul li.contact-title {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-wrapper.project-five .contacts.hide-large {
    text-align: center;
  }
}
.page-wrapper.project-five .social-icon {
  text-align: right;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-wrapper.project-five .social-icon {
    margin-bottom: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .page-wrapper.project-five .social-icon {
    margin-bottom: 0;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-wrapper.project-five .social-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-wrapper.project-five .social-icon {
    display: none;
  }
}
.page-wrapper.project-five .social-icon ul li {
  display: inline-block;
  margin-right: 6px;
}
.page-wrapper.project-five .social-icon ul li.title {
  color: #EB5757;
  font-weight: 800;
  margin-right: 20px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .page-wrapper.project-five .social-icon ul li.title {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-wrapper.project-five .social-icon ul li.title {
    display: inline-block;
  }
}
.page-wrapper.project-five .social-icon ul li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #003b73;
  color: #fff;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 12px;
}
.page-wrapper.project-five .social-icon.hide-large {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-wrapper.project-five .social-icon.hide-large {
    display: block;
    text-align: center;
  }
  .page-wrapper.project-five .social-icon.hide-large ul li.title {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page-wrapper.project-five .social-icon.hide-large {
    display: block;
    text-align: center;
  }
  .page-wrapper.project-five .social-icon.hide-large ul li.title {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-wrapper.project-five .social-icon.hide-large {
    text-align: center;
    display: none;
  }
  .logo {
    margin-top: 30px;
  }
}

/*===========================
   Modal
===========================*/
.modal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal.subscibe-modal .modal-body {
  padding: 80px 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .modal.subscibe-modal .modal-body {
    padding: 50px 20px;
  }
}
.modal.subscibe-modal .modal-body span {
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.modal.subscibe-modal .modal-body h2 {
  font-weight: 900;
  font-size: 45px;
}
@media (max-width: 767px) {
  .modal.subscibe-modal .modal-body h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .modal.subscibe-modal .modal-body h2 {
    font-size: 45px;
  }
}
.modal.subscibe-modal .modal-body p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .modal.subscibe-modal .modal-body p {
    font-size: 16px;
  }
}
.modal.subscibe-modal .modal-body form {
  position: relative;
  padding: 0 20px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .modal.subscibe-modal .modal-body form {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal.subscibe-modal .modal-body form {
    padding: 0;
  }
}
.modal.subscibe-modal .modal-body form input {
  width: 100%;
  height: 50px;
  border: none;
  background: transparent;
  border: 1px solid #121213;
  padding-left: 15px;
  padding-right: 150px;
}
.modal.subscibe-modal .modal-body form button {
  position: absolute;
  right: 20px;
  height: 100%;
  width: 140px;
  background-color: #121213;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .modal.subscibe-modal .modal-body form button {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal.subscibe-modal .modal-body form button {
    right: 0;
  }
}
.modal.subscibe-modal .modal-body form button:hover {
  background-color: #000000;
}
.modal.subscibe-modal .modal-body a.close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #bfbfbf;
  font-size: 30px;
  opacity: 0.6;
}
.modal.subscibe-modal.modal-two .modal-body form input {
  border-color: #070229;
}
.modal.subscibe-modal.modal-two .modal-body form button {
  background-color: #070229;
}
.modal.subscibe-modal.modal-two .modal-body form button:hover {
  background-color: #0008f1;
}


