@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Playfair Display', serif;
	color: #1c1c1c;
	padding-right: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	color: #1c1c1c;
}
p {
	line-height: 28px;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}
a {
	color: #da1f26;
	display: inline-block;
	transition: all 0.4s ease 0s;
}
a, a:hover, a:focus {
  text-decoration: none;
  color: #da1f26;
}
img {
	max-width: 100%;
}
.wrapper {
	float: left;
	width: 100%;
}
.pd-0 {
	padding: 0;
}
.pd-lft-0 {
	padding-left: 0;
}
.pd-rght-0 {
	padding-right: 0;	
}
.mrgn-0 {
	margin: 0;
}
.pd-30 {
	padding: 30px 0;
}
.pd-40 {
	padding: 40px 0;
}
.pd-50 {
	padding: 50px 0;
}
.pd-60 {
	padding: 60px 0;
}
.pd-65 {
	padding: 65px 0;
}
.pd-80 {
	padding: 80px 0;
}
.pd-85 {
	padding: 85px 0;
}
.pd-100 {
	padding: 100px 0;
}
.grey-bg {
	background: #f5f5f5;
}
.dark-bg {
	background: #1c1c1c;
}
.blue-bg {
	background: #da1f26;
}
img {
	max-width: 100%;
}

/******Cursor******/
.cursor {
  -webkit-border-radius: 50%; 
   -moz-border-radius: 50%; 
   border-radius: 50%; 
  display: block;
  position: fixed;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  mix-blend-mode: multiply;
  transform: scale(1);
  transition: transform .35s ease-out;
  z-index: 1011;
  border:1px solid #da1f26;
}
@supports not (mix-blend-mode: multiply) {
  .cursor {
    opacity: .7;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cursor {
    visibility: hidden;
  }
}
.cursor-close {
  background-color: #da1f26;
  transform: matrix(3, 0, 0, 3, 0, 0) !important;
  mix-blend-mode: difference;
}
.cursor-close::before, .cursor-close::after {
  content: '';
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: cursorClose .6s .1s ease-in-out both;
}
.cursor-close::before {
  height: 100%;
  width: 1px;
}
.cursor-close::after {
  height: 1px;
  width: 100%;
}
.open .cursor {
  mix-blend-mode: lighten;
}
.touch .cursor {
  display: none;
}
.cursor--active {
  animation: cursor-active 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}
.cursor--active.cursor--zoom {
  animation: cursor-active2 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}

@keyframes cursor-active {
  0% {
    box-shadow: 0 0 0 0 #da1f26;
  }
  100% {
    box-shadow: 0 0 0 3rem rgba(247, 84, 27, 0);
  }
}
@keyframes cursor-active2 {
  0% {
    box-shadow: 0 0 0 0 #da1f26;
  }
  100% {
    box-shadow: 0 0 0 1rem rgba(247, 84, 27, 0);
  }
}
@keyframes cursorClose {
  0% {
    transform: scale(0) rotate(90deg);
  }
  100% {
    transform: scale(0.45) rotate(45deg);
  }
}


/*******Sidebar*******/
.sidebar {
	padding: 120px 40px;
	height: 100vh;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.logo {
	position: relative;
}

.logo a {
	transition: all 0.8s ease 0s;
}

.logo a i {
	align-self: flex-end;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

.logo a i img {
	height: 70px;
}

.logo a h1 {
	font-size: 28px;
    color: #1c1c1c;
    font-weight: 700;
    font-style: italic;
    line-height: 27px;
    margin-bottom: 2px;
}

.logo a p {
	font-size: 15px;
    color: #585858;
    font-style: italic;
    margin: 0;
}

.bounce-1 {
	animation-name: bounce-1;
	animation-timing-function: linear;
}
@keyframes bounce-1 {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-30px); }
	100% { transform: translateY(0); }
}


.sdbr-cntnt {
	position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.email {
	color: #1c1c1c;
	margin: 0 0 12px 0;
}
.email a,
.email b {
	font-size: 17px;
}
.address li {
	padding: 0;
}
.address li + li {
	margin-top: 20px;
}
.address li h3 {
	margin: 0;
	font-size: 18px;
}
.address li p {
	margin: 0;
	font-size: 15px;
}
.address li h3 span {
	display: inline-block;
	width: 40px;
}
.address li p a {
	color: #585858
}
.website a {
	font-size: 17px;
	color: #1c1c1c;
}
.constru-media {
	position: absolute;
	left: -5px;
	right: -15px;
	bottom: 0;
}

/*******Coming Section*******/
.coming-block {
	position: relative;
	height: 100vh;
}

/*******Coming Header*******/
.coming-right {
	//height: 200px;
	overflow: hidden;
}
.coming-header {
	height: 200px;
}

@keyframes showSky {
  0% {
    height: 0%;
  }
  100% {
    height: 80%;
  }
}
@keyframes showLand {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes planeFly {
  100% {
    left: 130%;
    top: 15%;
  }
}
@keyframes baloon {
  0% {
    top: 10%;
  }
  50% {
    top: 5%;
  }
  100% {
    top: 10%;
  }
}
@keyframes clouds {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}
#sky {
  //background: #494a4e;
  //animation: showSky 1s 2s forwards;
  position: relative;
}
#sky::before {
	background: url("../images/building-bg1.png") no-repeat center center / cover;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: -100px;
	opacity: 0.4;
}
#sky #clouds {
	height: 344px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -30px;
	opacity: 0.4;
	width: 5076px;
	animation: clouds 60s linear infinite;
	background-size: 750px;
}


@keyframes slide{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-1692px, 0, 0);
  }
}
/*******Coming Body*******/
.coming-body {
	position: relative;
	height: calc(100vh - 200px);
	background: #aa2426 url("../images/construct-bg.png") no-repeat right 20px / contain;
}
.blue-strip {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 15px;
	width: 100%;
	background-color: #da1f26;
	background-image: url(../images/footer-strip.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.coming-text {
	position: absolute;
	left: 120px;
	top: 50%;
	transform: translateY(-50%);
}
.main-title {
	width: 276px;
	position: relative;
	text-align: center;
}
.main-title::before {
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	right: -30px;
	top: -30px;
	opacity: 0;
}
.main-title::after {
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	border-bottom: 4px solid #fff;
	border-left: 4px solid #fff;
	left: -30px;
	bottom: -30px;
	opacity: 0;
}
.main-title h1 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 60px;
	font-weight: 600;
}
.main-title h1 span {
	display: inline-block;
	width: 265px;
	//font-size: 66px;
	font-weight: 300;
	background: #fff;
	color: #da1f26;
}
.main-title p {
	margin: 0;
	font-size: 30px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.hook {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 530px;
}