#video-background {
    /*  making the video fullscreen  */
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

body {
    font-family: 'Raleway', sans-serif;
}

.logo {
    margin-top: 20px;
}

.video-overlay {
    background: #000;
    opacity: 0.5;
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
}

.banner-text h3 {
    font-size: 50px;
    color: #F8EC27;
    font-weight: 300;
}

.banner-text p {
    font-size: 23px;
    color: #fff;
    font-weight: 300;
}

.banner-text {
    margin-top: 20vh;
}

.mfp-hide {
    display: none!important;
}

.full-height {
    height: 100vh;
}

.abt-cont h3 {
    font-weight: 500;
    color: #FE9031;
    font-size: 28px;
}

.abt-cont p {
    font-weight: 300;
    color: #404042;
    font-size: 15px;
    line-height: 25px;
}

.parallax-bg {
    background-image: url(../images/parallax-bg.jpg);
    min-height: 400px;
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.what-we-do h3 {
    font-size: 30px;
    color: #F8EC27;
    text-align: center;
    font-weight: 300;
    margin-top: 60px;
}

.ico p {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.ico {
    text-align: center;
    margin-top: 50px;
}

.cata {
    margin-top: 20px;
}

.get-in-touch h3 {
    font-size: 30px;
    color: #FE9031;
    font-weight: 500;
    margin-bottom: 30px;
}

.form-style {
    border-radius: 45px;
    border: 1px solid #979797;
    padding: 15px;
    width: 100%;
    margin-bottom: 8px;
    background: transparent;
    padding-left: 0p;
}


.btn-style {
    border-radius: 45px;
    background: #FE9031;
    color: #fff;
    padding: 15px 60px 15px 60px;
    font-size: 14px;
    border: none;
}

.address p {
    font-size: 16px;
    margin-top: 20px;
}

.address {
    /*border-left: 1px solid #000;*/
    height: 230px;
    margin-top: 10px;
}

.footer-bg {background:#F6F6F6;padding: 30px;}

.privacy p {font-weight: 300; color:#404042;}
.design p {font-weight: 300; color:#404042; text-align: right;}

.mobile-bg {width:100%;height: 100vh;background:url(../images/mobile-bg.jpg) no-repeat;}

.pad {padding-left:0px; padding-right:0px;}




.modal{
	padding: 0 !important;
	text-align: center;
	&:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -4px;
	}
	.modal-dialog{
		text-align: left;
		display: inline-block;
		text-align: left;
		vertical-align: middle;
		max-width: 90%;
  }
  .close{
    position: absolute;
    right: 0;
    color: #fff;
    text-shadow: none;
    font-size: 30px;
    line-height: 30px;
    top: -40px;
    opacity: 1;
  }
}


