
/*------------------------------
    Version: 1.0
------------------------------*/

/* Google fonts
------------------------------ */
@import url('https://fonts.googleapis.com/css?family=Port+Lligat+Sans');

@import url('https://fonts.googleapis.com/css?family=Damion');

/* font-family: 'Port Lligat Sans', sans-serif; /*

/* 
 General Code
------------------------------ */

body{
	font-family: 'Port Lligat Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
	letter-spacing: 0.10px;
    font-weight: 300;
    color: #393939;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    width: 100%;
    height: 100%;
}

::-moz-selection {
    background: #0076a3;
    text-shadow: none;
	color:#fff;
}
::selection {
    background: #0076a3;
    text-shadow: none;
	color:#fff;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #cccccc;
    color: #000;
    padding: 0.2em 0;
}

img {
	max-width:100%;
}
.fix {
	overflow:hidden;
}

hr.line {
	background: #dddddd none repeat scroll 0 0;
	border: 0 none;
	height: 1px;
	margin: 0 auto;
	width: 100%;
}
.col-text-center{
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.clear{
	clear:both
}

ul, ul li {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}




/* 
 Preloader
------------------------------ */

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #db9d52;
    z-index: 11000;
    position: fixed;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ff9328;
}

.loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  width: 125px;
  box-sizing: border-box;
}
.loader .loader-item {
  position: relative;
  float: left;
  height: 50px;
  width: 8px;
  margin: 0 2px;
  background-color: #ffffff;
  border-radius: 10px 0px;
}
.loader .loader-item:nth-child(1) {
  -webkit-animation: loader-item-1 2s linear infinite;
          animation: loader-item-1 2s linear infinite;
}
.loader .loader-item:nth-child(2) {
  -webkit-animation: loader-item-2 2s linear infinite;
          animation: loader-item-2 2s linear infinite;
}
.loader .loader-item:nth-child(3) {
  -webkit-animation: loader-item-3 2s linear infinite;
          animation: loader-item-3 2s linear infinite;
}
.loader .loader-item:nth-child(4) {
  -webkit-animation: loader-item-4 2s linear infinite;
          animation: loader-item-4 2s linear infinite;
}
.loader .loader-item:nth-child(5) {
  -webkit-animation: loader-item-5 2s linear infinite;
          animation: loader-item-5 2s linear infinite;
}
.loader .loader-item:nth-child(6) {
  -webkit-animation: loader-item-6 2s linear infinite;
          animation: loader-item-6 2s linear infinite;
}
.loader .loader-item:nth-child(7) {
  -webkit-animation: loader-item-7 2s linear infinite;
          animation: loader-item-7 2s linear infinite;
}
.loader .loader-item:nth-child(8) {
  -webkit-animation: loader-item-8 2s linear infinite;
          animation: loader-item-8 2s linear infinite;
}
.loader .loader-item:nth-child(9) {
  -webkit-animation: loader-item-9 2s linear infinite;
          animation: loader-item-9 2s linear infinite;
}
.loader .loader-item:nth-child(10) {
  -webkit-animation: loader-item-10 2s linear infinite;
          animation: loader-item-10 2s linear infinite;
}
.loader:after {
  content: 'Consultancy...';
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  margin: auto;
}
@-webkit-keyframes loader-item-1 {
  1% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  11% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  21% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-1 {
  1% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  11% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  21% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-2 {
  7% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  17% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  27% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-2 {
  7% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  17% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  27% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-3 {
  13% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  23% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  33% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-3 {
  13% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  23% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  33% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-4 {
  19% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  29% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  39% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-4 {
  19% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  29% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  39% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-5 {
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  35% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-5 {
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  35% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-6 {
  31% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  41% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  51% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-6 {
  31% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  41% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  51% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-7 {
  37% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  47% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  57% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-7 {
  37% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  47% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  57% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-8 {
  43% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  53% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  63% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-8 {
  43% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  53% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  63% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-9 {
  49% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  59% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  69% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-9 {
  49% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  59% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  69% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-10 {
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  65% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  75% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-10 {
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  65% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  75% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}


/* 
 Page CSS 
------------------------------ */


.logo{
	float: none;
	padding: 15px 0px;
	margin: 50px  0 auto;
	text-align: center;
}

.logo a{
	color: #ffffff;
	text-decoration: none;
}

.table-div{	
	width: 100%;
	height: 100vh;
}


.left-sidebar{
	width: 100%;
	height: 100vh;
}

.right-sidebar{
	width: 100%;
    height: 100vh;
}

.right-sidebar img{
	height: 100%;
	width: 100%;
}

.main-bg{
	position: relative;
	background: #ffffff;
}

.view-box {
    overflow: hidden;
	position: relative;
	z-index: 2;
}

.social-box-bot{
	float: none;
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;
	display: inline-block;
}

.social-box-bot ul{}
.social-box-bot ul li{
	float: left;
}

.social-box-bot ul li a{
	width: 38px;
	height: 38px;
	display: inline-block;
	background: #db9d52;
	color: #ffffff;
	text-align: center;
	line-height: 42px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	transition: all .3s ease-in-out;
}

.social-box-bot ul li a{
	width: 38px;
	height: 38px;
	line-height: 42px;
	position: relative;
	display: inline-block;
	transition: all .3s ease-in-out;
}
.social-box-bot ul li a:hover{
	background: #222222;
}

.main-time{
	margin-bottom: 30px;
}
.countdown {
  margin-top: 30px;
}
#timer{
	display: block;
	text-align: center;
}

.countdown #timer div{
	display: inline-block;
	width: 90px;
	height: 90px;
	background: #db9d52;
	line-height: 40px;
	border-radius: 50px;
	font-size: 24px;
	color: #ffffff;
	margin: 0px 35px;
	position: relative;
	border: 2px solid #333333;
	box-shadow: 0 3px 15px rgba(0,0,0,0.3);
}

.countdown #timer div::before{
	content: "";
	background: url(../images/left-ch.png) no-repeat center;
	background-size: cover;
	width: 21px;
	height: 90px;
	position: absolute;
	left: -20px;
	top: 0;
}

.countdown #timer div::after{
	content: "";
	background: url(../images/right-ch.png) no-repeat center;
	background-size: cover;
	width: 18px;
	height: 90px;
	position: absolute;
	right: -20px;
	top: 0;
}

.countdown #timer div h6{
	font-size: 30px;
	margin: 0px;
}

.md-headline{
}

.md-headline h1{
	font-family: 'Port Lligat Sans', sans-serif;
	color: #333333;
	font-size: 20px;
}

.md-headline h1 a{
	font-size: 25px;
	color: #db9d52;
	background: #222222;
}

.md-headline p{
	font-size: 1vw;
	color: #333333;
}

.btn-box{

}

.btn-box a.notify-btn{
	color: #ffffff;
	position: relative;
	transition: 0.3s;
	-moz-transition: 0.3s;
	padding: 0px 25px 0px 25px;
	background-color: #db9d52;
	border-radius: 4px;
	min-height: 45px;
	line-height: 45px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
}
.btn-box a.notify-btn:hover{
	background: #333333;
	cursor: pointer;
	color: #ffffff;
	box-shadow: 0 3px 15px rgba(0,0,0,0.3);
}


.btn-box a.more-infobtn{
	color: #ffffff;
	position: relative;
	transition: 0.3s;
	-moz-transition: 0.3s;
	padding: 0px 25px 0px 25px;
	background-color: #db9d52;
	border-radius: 4px;
	min-height: 45px;
	line-height: 45px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
}
.btn-box a.more-infobtn:hover{
	background: #333333;
	cursor: pointer;	
	color: #ffffff;
	box-shadow: 0 3px 15px rgba(0,0,0,0.3);
}


.wh-bg{
	background: #ffffff;
}

.box-inner{
	padding-top: 100px;
	padding-bottom: 100px;
	width: 100%;
}

.right-box {
	position: absolute;
	left: 0px;
	top: 0;
	height: 100%;
	z-index: 99;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #db9d52;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background: #ffffff;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{
	background-color: #222222;
}
.right-box.active{
	width: 50%;
	visibility: visible;
}

.right-box {
	width: 0%;
	-webkit-transition: all 550ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
	-o-transition: all 550ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
	transition: all 550ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
	visibility: hidden;
}

.right-box .close-icon {
	background: #db9d52;
    position: fixed;
    left: 20px;
    top: 20px;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	z-index: 2;
}

.about-box{
	margin-bottom: 30px;
}

.about-title{
	margin-bottom: 20px;
}
.about-title h1{
	font-size: 28px;
	color: #393939;
}

.rihgt-dit{
	margin-top: 70px;
}

.rihgt-dit a{
	color: #393939;
	font-size: 20px;
	font-weight: 500;
}
.rihgt-dit h3{
	color: #db9d52;
	margin-bottom: 10px;
	font-size: 34px;
}
.rihgt-dit p{
	color: #393939;
}

.contact-box{
	text-align: center;
}

.contact-title{
	margin-bottom: 20px;
}
.contact-title h1{
	font-size: 38px;
	color: #393939;
	font-weight: bold;
}

.content-ct{
	margin-bottom: 85px;
}

.content-ct ul{
	margin-bottom: 30px;
}

.content-ct ul li{
	float: left;
	width: 33.33%;
}
.content-ct ul li p{
	color: #393939;
	margin: 0px;
}

.content-ct ul li a{
	color: #393939;
	font-weight: 300;
}

.contact-form{
	padding-right: 30px;
}

.custom-input .form-control{
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ffffff;
	border-bottom-color: rgba(255, 255, 255);
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #db9d52;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	padding: 0;
	min-height: 50px;
}

.custom-input .form-control{
	border-bottom-color: #393939;
}


.custom-input textarea{
	max-height: 200px;
}

.custom-input button.notify-btn{
	color: #393939;
	position: relative;
	transition: 0.3s;
	-moz-transition: 0.3s;
	padding: 0px 25px 0px 25px;
	background-color: rgba(0,0,0,0.1);
	border-radius: 4px;
	min-height: 45px;
	line-height: 45px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
}
.custom-input button.notify-btn:hover{
	background: #db9d52;
	cursor: pointer;	
	color: #ffffff;
	box-shadow: 0 3px 15px rgba(0,0,0,0.3);
}

.pdi-btn{
	padding: 0px 15px;
}
#sm-form {
	display: inline-block;
	width: 100%;
	max-width: 480px;
}
#sm-form .input-group{
	width: 70%;
	float: left;
}

#sm-form .input-group .form-control{
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ffffff;
	border-bottom-color: rgba(255, 255, 255);
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #db9d52;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	padding: 0;
	min-height: 50px;
}

#sm-form .input-group .form-control {
    border-bottom-color: #393939;
}

#sm-form button.notify-btn {
	float: right;
    color: #ffffff;
    position: relative;
    transition: 0.3s;
    -moz-transition: 0.3s;
    padding: 8px 25px 5px 25px;
    background-color: #db9d52;
    border-radius: 4px;
	min-height: 50px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
}

#sm-form button.notify-btn:hover{
	background: #333333;
	cursor: pointer;	
	color: #ffffff;
	box-shadow: 0 3px 15px rgba(0,0,0,0.3);
}

.modal-scale .modal-header{
	background: #db9d52;
}

.modal-scale .modal-header h5{
	color: #ffffff;
}

.copyright p a{
	color: #db9d52;
}
.copyright p a:hover{
	color:#121212;
}


/* Responsive Screen Support */

@media screen and (max-width: 1199px) {

	.logo a img{
		max-width: 200px;
	}
	.md-headline h1{
		font-size: 24px;
		font-weight: bold;
	}
	.countdown #timer > div{
		width: 95px;
		height: 95px;
		line-height: 50px;
	}
	.social-box-bot ul li a{
		width: 30px;
		height: 30px;
		line-height: 32px;
	}
	.countdown #timer > div{
		font-size: 32px;
		margin-bottom: 30px;
	}
	.md-headline p{
		font-size: 14px;
	}
	
	.md-headline{
		margin-bottom: 20px;
	}
}
.item {
    height: 100vh;
    width: 100%;
    background-position: 60% 50%;
    background-size: cover;
	padding: 3vw 1vw;
    border-radius: 6px;
    box-shadow: 0px 0px 10px #000;
	margin: 10px;
	position: relative;
}
b{
	position: absolute;
	right:0;
	top:0;
	font-size: 47px;
    font-weight: 900;
    text-transform: capitalize;
    right: 50px;
    background: #ffffff63;
    padding: 17px;
    padding: 10px 40px;
    display: block;
    border-radius: 10px;
    color: #db9d52;
    box-shadow: 0px 0px 10px #00000052;
}
.item.new {
	background: #ffffffbf!important;
    padding: 3vw 1vw;
    border-radius: 6px;
    margin: 10px;
    position: absolute;
    top: 0;
    height: 45vh;
    width: 40%;
    z-index: 555;
}
@media screen and (max-width: 991px) {
	
	.md-headline h1{
		font-size: 32px;
	}
	.countdown #timer > div{
		font-size: 28px;
	}
	.table-div {
		display: block;
		height: auto;
	}
	.d-cell{
		display: block;
		height: auto;
	}
	.logo {
		margin-top: 20px;
		text-align: center;
		float: none;
	}
	.view-box .position {
		position: inherit;
		z-index: 2;
	}

	#timer{
		display: block;
		text-align: center;
	}
	.countdown #timer > div{
		float: none;
		display: inline-block;
		text-align: center;
		font-size: 28px;
		margin: 0px 27px;
		margin-bottom: 30px;
	}
	.main-time{
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.md-headline h1{
		font-size: 24px;
	}
	.main-content {
		margin-bottom: 0px;
	}
	.right-box {
		bottom: inherit;
		padding: 30px 20px 30px;
		position: fixed;
		top: 30px;
	}
	.close-icon{
		display: none;
	}
	.right-box.wh-bg{
		width: 100%;
		visibility: visible;
		padding: 0 15px;
		height: auto;
		position: relative;
		right: 0;
	}
	.box-inner {
		padding-left: 0;
		padding-top: 30px;
		padding-bottom: 30px;
		width: 100%;
	}
	.content-ct ul li{
		width: 100%;
		margin-bottom: 30px;
	}
	.contact-form{
		padding-right: 0px;
	}
	.logo a{
		color: #db9d52
	}
	.logo a span{
		color: #db9d52
	}
	.social-box-bot{
		float: none;
	}
	.social-box-bot ul li{
		float: none;
		display: inline-block;
	}
	#mCSB_1_scrollbar_vertical{
		display: none !important;
	}
	.mCSB_inside > .mCSB_container{
		margin-right: 0px;
	}
	.copyright{
		text-align: center;
	}
	.copyright p{
		font-size: 14px;
	}
	.about-title h1{
		font-size: 22px;
	}
	.rihgt-dit{
		margin-top: 30px;
	}
	.rihgt-dit h3{
		font-size: 24px;
	}
	.md-headline p{
		font-size: 14px;
	}
	.left-sidebar{
		width: 100%;
	}
	.right-sidebar{
		width: 100%;
		height: auto;
	}
	.left-sidebar {
		display: flex;
		flex-flow: column-reverse;
	}
	.right-box.active{
		visibility: visible;
	}
	#sm-form .input-group{
		width: 70%;
	}
	.countdown #timer div h6{
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 767px) {
	.table-div {
		display: block;
		height: auto;
	}
	.d-cell{
		display: block;
		height: auto;
	}
	.logo {
		margin-top: 20px;
		text-align: center;
		float: none;
	}
	.view-box .position {
		position: inherit;
		z-index: 2;
	}
	
	#timer{
		display: block;
		text-align: center;
	}
	.countdown #timer > div{
		float: none;
		display: inline-block;
		text-align: center;
		font-size: 28px;
		margin: 0px 24px;
		margin-bottom: 30px;
	}
	.main-time{
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.md-headline h1{
		font-size: 24px;
	}
	.main-content {
		margin-bottom: 0px;
	}
	.right-box {
		bottom: inherit;
		padding: 30px 20px 30px;
		position: fixed;
		top: 30px;
	}
	.close-icon{
		display: none;
	}
	.right-box.wh-bg{
		width: 100%;
		visibility: visible;
		padding: 0 15px;
		height: auto;
		position: relative;
		right: 0;
	}
	.box-inner {
		padding-left: 0;
		padding-top: 30px;
		padding-bottom: 30px;
		width: 100%;
	}
	.content-ct ul li{
		width: 100%;
		margin-bottom: 30px;
	}
	.contact-form{
		padding-right: 0px;
	}
	.logo a{
		color: #db9d52
	}
	.logo a span{
		color: #db9d52
	}
	.social-box-bot{
		float: none;
	}
	.social-box-bot ul li{
		float: none;
		display: inline-block;
	}
	#mCSB_1_scrollbar_vertical{
		display: none !important;
	}
	.mCSB_inside > .mCSB_container{
		margin-right: 0px;
	}
	.copyright{
		text-align: center;
	}
	.copyright p{
		font-size: 14px;
	}
	.about-title h1{
		font-size: 22px;
	}
	.rihgt-dit{
		margin-top: 30px;
	}
	.rihgt-dit h3{
		font-size: 24px;
	}
	.md-headline p{
		font-size: 16px;
	}
	.left-sidebar{
	width: 100%!important;
	}
	.item {
    height: 60vh;
   
}
	.right-sidebar{
		width: 100%;
		position: relative;
		top: 0;
		left: -4px;
	}
	.right-box.active{
		visibility: visible;
	}
	#sm-form .input-group{
		width: 55%;
	}
	.countdown #timer div h6{
		font-size: 16px;
	}
}


.logo a img {
    max-width: 200px;
}
@media (max-width:900px){
	b {
		position: absolute;
		left: 0;
		top: 0;
		font-size: 25px;
		font-weight: 900;
		text-transform: capitalize;
		right: unset;
		background: #ffffff63;
		padding: 17px;
		padding: 5px 30px;
		display: block;
		border-radius: 10px;
		color: #db9d52;
		box-shadow: 0px 0px 10px #00000052;
		margin: 10px;
	}
	.item {
		height: 35vh;
	}
	.item.new {
		padding: 15vw 1vw!important;
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0;
	}
}












