*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Quicksand', sans-serif;
}
header{
	position: absolute;
    z-index: 9;
    width: 100%;
}
#contact-info{
	background-color: #ffffff;
}
#contact-info ul{
	float: right;
	clear: right;
	background-color: #24c8f7;
	padding: 15px;
	margin-bottom: 0px;
}
#contact-info ul li{
	display: inline-block;
	padding: 0px 5px;
	font-size: 13px;
	font-weight: 700;
}
#contact-info ul li a{
	text-decoration: none;
	color: #000;
}
#contact-info:after {
    border-top: 54px solid #24c8f7;
    border-right: 21px solid #fff;
    content: "";
    right: 311px;
    position: absolute;
    top: 0px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    -webkit-transform-origin: 0 50% 0;
}
.logo-box{
    background-color: #fff;
    height: 120px;
    position: absolute;
    left: 0px;
    background-color: #fff;
    top: -20px;
}
.no-padding {
    padding: 0;
}
.logo-box img {
    width: 75%;
    height: 100;
    margin-left: auto;
    margin-right: auto;
    display: block;
    z-index: 99;
}
.logo-box:after{
    border-top: 50px solid #fff;
    border-right: 45px solid #fff;
    content: "";
    right: -54px;
    position: absolute;
    top: 0px;
    transform: rotate(184deg);
    -webkit-transform: rotate(187deg);
    -ms-transform: rotate(184deg);
    -o-transform: rotate(184deg);
    -moz-transform: rotate(184deg);
    transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    -webkit-transform-origin: 0 50% 0;
    height: 100%;
    z-index: 3;
	}   
.nav-bg{
	background-color: rgba(9, 36, 73, 1);
}
#collapsibleNavbar .nav-link{
	color: #ffffff;
	padding: 15px;
}
#collapsibleNavbar .menu-list{
	padding-left: 250px;
}
#collapsibleNavbar .navbar-nav .active{
	background-color: #080808;
}
#collapsibleNavbar ul li:hover > ul{
  	display: block;
}
.navbar{
	padding: 0px;
}
.social-nav{
	padding: 0px 12px;
}
.social-nav ul{
	list-style-type: none;
}
.social-nav ul li{
	display: inline-block;
}
.social-nav ul li a .fab{
	color: #24c8f7;
	text-decoration: none;
	font-size: 18px;
	padding: 0px 8px;
	margin-top: 15px;
}
#video{
	position: relative;
    height: 663px;
    overflow: hidden;
}
#video video {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
}
#video .mob_video_img img {
    width: 100%;
}
#video .mob_video_img .rp-img {
    width: 100%;
    height: 300px;
}
#video .banner-text {
    position: absolute;
	bottom:19%;
    left: 0;
    right: 0;
    letter-spacing: 0.6px;
    margin: auto;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    z-index:3;
}
#video .banner-text {
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	text-align:center;
	color:#fff;
}

#video .banner-text h1{
	color:#fff;
	font-size:60px;
	font-weight:700;
}
#video .banner-text p{
	font-size:20px;
	text-transform:uppercase;
}
#particles-js {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    top: 120px !important;
    z-index: 9;
    background: #8a8a8a00;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9999;
}
.scroll-down {
	position:absolute; 
	left:0; right:0; 
	margin:auto; 
	bottom:16px; 
	z-index:99999; 
	width:100px;
}
.scroll-down img {
	text-align: center; 
	display:block; 
	margin:auto;
}
.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  	0%, 20%, 50%, 80%, 100% {
    	-moz-transform: translateY(0);
    	transform: translateY(0);
  	}
  	40% {
    	-moz-transform: translateY(-30px);
    	transform: translateY(-30px);
  	}
  	60% {
    	-moz-transform: translateY(-15px);
    	transform: translateY(-15px);
  	}
}
	@-webkit-keyframes bounce {
  	0%, 20%, 50%, 80%, 100% {
    	-webkit-transform: translateY(0);
    	transform: translateY(0);
  	}
  	40% {
    	-webkit-transform: translateY(-30px);
    	transform: translateY(-30px);
  	}
  	60% {
    	-webkit-transform: translateY(-15px);
    	transform: translateY(-15px);
  	}
}
	@keyframes bounce {
  	0%, 20%, 50%, 80%, 100% {
    	-moz-transform: translateY(0);
    	-ms-transform: translateY(0);
    	-webkit-transform: translateY(0);
    	transform: translateY(0);
  	}
  	40% {
    	-moz-transform: translateY(-30px);
    	-ms-transform: translateY(-30px);
    	-webkit-transform: translateY(-30px);
    	transform: translateY(-30px);
  	}
  	60% {
    	-moz-transform: translateY(-15px);
    	-ms-transform: translateY(-15px);
    	-webkit-transform: translateY(-15px);
    	transform: translateY(-15px);
  	}
}
#abt{
	background-image: url('../images/i-abt.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #ffffff;
}
#abt .abt-wrap{
	background: rgba(154, 46, 36, 0.5);
	padding: 126px 0px;
}
#abt h1{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
#abt p{
	font-size: 14px;
	letter-spacing: 0.6px;
}
#abt button{
	border: 1px solid #ffffff;
	border-radius: none;
	color: #ffffff;
}
#bc{
	background-image: url('../images/i-bc.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #ffffff;
}
#bc .bc-wrap{
	background: rgba(16, 16, 120, 0.7);
	padding: 126px 0px;
}
#bc h1{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
#bc p{
	font-size: 14px;
	letter-spacing: 0.6px;
}
#bc button{
	border: 1px solid #ffffff;
	border-radius: none;
	color: #ffffff;
}
#bps{
	background-image: url('../images/i-bps.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #ffffff;
}
#bps .bps-wrap{
	background: rgba(5, 70, 72, 0.7);
	padding: 126px 0px;
}
#bps h1{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
#bps p{
	font-size: 14px;
	letter-spacing: 0.6px;
}
#bps button{
	border: 1px solid #ffffff;
	border-radius: none;
	color: #ffffff;
}
#tr{
	background-image: url('../images/i-tr.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #ffffff;
}
#tr .tr-wrap{
	background: rgba(100, 32, 137, 0.7);
	padding: 126px 0px;
}
#tr h1{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
#tr p{
	font-size: 14px;
	letter-spacing: 0.6px;
}
#tr button{
	border: 1px solid #ffffff;
	border-radius: none;
	color: #ffffff;
}
#events{
	background-image: url('../images/i-events.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #ffffff;
	text-align: center;
}
#events .events-wrap{
	background: rgba(0, 0, 0, 0.5);
	padding: 126px 0px;
}
#events h1{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
#testimonial{
	background-image: url('../images/i-testi.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #ffffff;
	text-align: center;
}
#testimonial .testimonial-wrap{
	padding: 126px 0px;
}
#testimonial h1{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

@media screen and (max-width:767px) {
	#contact-info:after {
		display:none;
	}
	#contact-info ul{
		width:100%; 
		text-align:center;
	}
	.toggle {
	    margin-top: 26px;
	    border: 1px solid #fff;
	}
	.logo-box img {
	    margin-left: 15px;
	}
	.navbar-brand {
	    height: auto;
	}
	.logo-box {
	    position: relative;
	    top: 0;
	    height: auto;
	    background-color: transparent;
	}
	.logo-box:after {
		display: none;
	}
	.navbar-inverse .navbar-toggler {
	    border: 1px solid #fff;
	}
	#video{
		z-index: 3;
	}
	#video .banner-text {
	    padding: 0 15px;
	    font-size: 12px;
	}
	#video .banner-text h1 {
    	font-size: 19px;
	}
	#collapsibleNavbar .menu-list{
		padding-left: 0px;
	}
	.navbar{
		padding: 0 1rem;
	}
	footer img{
		padding-bottom: 20px;
	}
	footer .social ul{
		float: left;
		clear: left;
	}
	#about-pg ul{
		padding-left: 0px;
	}
	#pp ul{
		padding-left: 0px;
	}
	#tc ul{
		padding-left: 0px;
	}
	#bc-page ul{
		padding-left: 0px;
	}
	#bps-page ul{
		padding-left: 0px;
	}
	#tr-page ul{
		padding-left: 0px;
	}
	.logo-box .img-reg{
		display: none;
	}
	.logo-box .img-alt{
		display: block;
	}
}
@media screen and (min-width: 768px){
	footer .social .copyright{	
		text-align: right!important;
	}
	.logo-box .img-reg{
		display: block;
	}
	.logo-box .img-alt{
		display: none;
	}
}
@media screen and (max-width: 1199px){
	.hidden_video {
	    display: none;
	}
	.mob_video_img {
	    display: block;
	}
	#video{
		height: auto;
	}
}
#newsletter{
	background-color: #24c8f7;
	text-align: center;
	padding: 88px 0px;
}
#newsletter h1{
	font-family: 'Oswald', sans-serif;
	color: #09225b;
	text-transform: uppercase;
	font-weight: 600;
}
#newsletter form input{
	background-color: transparent;
	border: transparent;
}
#newsletter form input[type=text]:focus {
	box-shadow: none;
}
#newsletter form button{
	color: #ffffff;
}
#newsletter form button:focus{
	box-shadow: none;
}
#newsletter .col-md-5 .row{
	border-bottom: 1px solid #09225b;
	height: 40px;
}
#newsletter .val-error{
	color: #ff0000;
}
footer{
	color: #031f37;
	font-size: 14px;
	font-weight: bolder;
}
footer ul li{
	list-style-type: none;
}
footer .links a{
	color: #031f37;
	text-decoration: none;
	text-transform: uppercase;
}
footer .contact a{
	color: #031f37;
	text-decoration: none;
}
footer .contact p{
	font-size: 14px;
}
footer .social a{
	color: #031f37;
	text-decoration: none;
}
footer .social .fab{
	color: #24c8f7;
	font-size: 22px;
	padding: 0px 7px;
}
footer .social ul li{
	display: inline-block;
}
footer .social .copyright{
	margin-top: 50px;
	font-size: 10px;
	text-align: center;
}
footer .social .copyright a{
	color: #337ab7;
}
footer .social img{
	width: 75px;
	height: auto;
	float: right;
	clear: right;
}
#back-to-top {
	position: fixed;
	bottom:116px;
	right: 40px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: #4c92a7; 
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}
#back-to-top:hover {
	background: #24c8f7;
}
#back-to-top.show {
	opacity: 1;
}
.card {
  margin: 0 auto;
  background-color: transparent;
  border: none;
}
.card .carousel-item {
  height: 200px;
}
.card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #ffffff;
}
.card .carousel-caption p {
  line-height: 30px;
  color: #ffffff;
}
.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.card .carousel-caption .col-sm-9 {
  text-align: left;
}
.navi a {
    text-decoration:none;
}
a > .ico {
    background-color: #24c8f7;
    padding: 10px;
    
}
a:hover > .ico {
    background-color: #666;
}
#about-pg{
	padding: 46px 0;
    background: #fbfbfb;
    border-bottom: 1px solid #eaeaea;
}
#about-pg h2{
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	letter-spacing: 0.6px;
	padding: 5px 0;
}
#about-pg p{
	font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
}
#about-pg ul{
	padding-left: 50px;
}
#pp{
	padding: 46px 0;
    background: #fbfbfb;
    border-bottom: 1px solid #eaeaea;
}
#pp h2{
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	letter-spacing: 0.6px;
}
#pp p{
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.6px;
}
#pp ul{
	padding-left: 50px;
}
#tc{
	padding: 46px 0;
    background: #fbfbfb;
    border-bottom: 1px solid #eaeaea;
}
#tc h2{
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	letter-spacing: 0.6px;
}
#tc p{
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.6px;
}
#tc ul{
	padding-left: 50px;
}
#contact-us{
	padding: 46px 0;
    background: #fbfbfb;
    border-bottom: 1px solid #eaeaea;
}
#contact-us .contact-details h2{
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.6px;
}
#contact-us .contact-details p{
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.6px;
}
#contact-us .map{
	border: 1px solid #ccc;
    padding: 12px;
    height: 290px;
    margin-top: 39px;
}
#contact-us .map iframe{
	width: 100%;
	height: 100%;
}
#contact-us form label{
	font-weight: 700;
}
#contact-us form .req, #contact-us form .val-error{
	color: #ff0000;
}
#contact-us form .form-group button{
	padding: 12px 9px;
    font-size: 18px;
    background: #101010;
    outline: 0;
    border: 0;
    color: #fff;
    width: 100%;
}
#contact-us form .cus-pos {
    position: absolute;
    top: 10%;
    right: 25%;
}
#blog{
	padding: 46px 0;
    background: #fbfbfb;
    border-bottom: 1px solid #eaeaea;
}
#blog .card{
	border: 1px solid #cdcdcd;
	width: 358px;
}
#blog .card .card-body{
	/*padding: 26px 15px;*/
}
#blog .card .card-body h4{
	font-size: 22px;
	letter-spacing: 0.6px;
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
#blog .card .card-body h4 a{
	text-decoration: none;
}
#blog .card .card-body span{
	margin: 12px 0;
    color: #888888;
    font-size: 12px;
    font-style: italic;
    display: block;
}
#blog .card .card-body p{
	font-size: 14px;
    letter-spacing: 0.3px;
}
#blog .card .card-body ul{
	padding-left: 30px;
}
#blog .card .card-body ul li{
	font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
}
#still-img{
	background-image: url('../images/i-testi.jpg');
	background-size: cover;
	background-attachment: fixed;
	position: relative;
    width: 100%;
    height: 366px;
    padding: 0;
    overflow: hidden;
}
#still-img .banner-text{
	position: absolute;
    bottom: 19%;
    left: 0;
    right: 0;
    letter-spacing: 0.6px;
    margin: auto;
    text-align: center;   
    color: #fff;
    text-transform: uppercase;
    z-index: 3;
}
#still-img .banner-text h1{
	font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
#bc-page{
	padding: 46px 0;
    background: #fbfbfb;
    border-bottom: 1px solid #eaeaea;
}
#bc-page h2{
	font-weight: 600;
	letter-spacing: 0.6px;
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
#bc-page p{
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.6px;
}
#bc-page ul{
	padding-left: 50px;
}
#bps-page{
	padding: 46px 0;
    background: #fbfbfb;
    border-bottom: 1px solid #eaeaea;
}
#bps-page h2{
	font-weight: 600;
	letter-spacing: 0.6px;
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
#bps-page p{
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.6px;
}
#bps-page ul{
	padding-left: 50px;
}
#tr-page{
	padding: 46px 0;
    background: #fbfbfb;
    border-bottom: 1px solid #eaeaea;
}
#tr-page h2{
	font-weight: 600;
	letter-spacing: 0.6px;
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
#tr-page p{
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.6px;
}
#tr-page ul{
	padding-left: 50px;
}