@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Poppins&family=Parisienne&family=Kolker+Brush&display=swap');

@font-face {
	font-family: 'webrush';
	src: url('assets/fonts/Webrush Demo.ttf');
}

.italic_custom{
	font-family: 'Parisienne', cursive;
}

body, div, span, h1, h2, h3, h4, h5, h6, p
section, footer{
	font-family: 'Nunito', sans-serif;
}

.text-1{
	font-family: 'Poppins';
}

.font-700{
	font-weight: 700;;
}

.color_text1{
	color: #0c5ca3 !important;
}

.background1{
	background: #040021 !important;
}

.background2{
	background: #111d37 !important;
}

.background3{
	background: #3D3D3D !important;
}

.background4{
	background: #0c5ca3 !important;
}

.main-menu ul li:hover a {
	color: #0c5ca3 !important;
	font-weight: bold;
}

.main-menu nav > ul > li:before {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}


.hero-content .italic_custom{
	font-size: 70px;
	text-transform: capitalize;
}

.hero-content h3{
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 100;
}

.hero-content h4{
	font-weight: 100;
}

.hero-content h4 strong{
	font-weight: bold;
}

.hero-content p {
	font-size: 18px;
	text-transform: none;
	margin-bottom: 25px;
}

.hero-content h2.big-text {
	font-size: 90px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 45px;
}

.space-bar{
	display: inline-block;
	width: 120px;
	height: 2px;
	margin-bottom: 15px;
}

.section-title h2 {
	font-size: 60px;
	color: #0c5ca3;
	font-family: "Helvetica" ;
	font-weight: 700 
}

.slide-bg {
	position: absolute;
	background-position: top center;
}

.section-title .border-left:before{
	background: #0c5ca3 !important;
}

#register{
	padding-top: 60px;
}

#register .contact-heading h2{
	letter-spacing: 3px;
}

#register input,
#register textarea,
#register button {
    border-radius: 12px;
}

#scrollUp{
	background: #0c5ca3 !important;
}

.slide-bg.loaded{
	transform: none !important;
}

.highlighted{
	color: #0c5ca3; 
	font-weight: bold;
}

.video-area{
	background: #fff url('../../../assets/img/custom/bg_video_min.jpg');
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: top;
	padding-bottom: 130px;
}

#btn-whatsapp{
	position: fixed;
	right: 40px;
    bottom: 130px;
	width: 50px;
	height: 50px;
	z-index: 9;
}

#btn-whatsapp img{
	width: 100%;
	height: auto;
}

.btn-call{
	display: none;
}

@media (max-width: 767px){
	.btn-call{
		display: block;
		position: fixed;
		right: 10px;
		bottom: 190px;
		width: 50px;
		height: 50px;
		z-index: 9;
	}

	#btn-whatsapp {
		position: fixed;
		right: 10px;
		bottom: 130px;
		width: 50px;
		height: 50px;
		z-index: 9;
	}

	#scrollUp {
		background: #6639ff;
		height: 35px;
		width: 35px;
		right: 18px;
		bottom: 77px;
		color: #fff;
		font-size: 20px;
		text-align: center;
		line-height: 34px;
	}

	.btn-call img {
		width: 100%;
		height: auto;
	}

	.logo{
		height: 80px;
		line-height: 80px;
	}
	
	.logo img{
		height: 50px;
	}

	
	.main-menu ul li a {
		padding: 30px 0;
	}
	
	.section-title h2 {
		font-size: 40px;
		line-height: 32px;
	}

	.slider-height.st-2 {
		padding-top: 280px;
	}
	
	.slider-height{
		min-height: 320px;
	}

	.slide-bg{
		background-position: 50% 10%;
	}
	
	.service-details-area {
		padding-top: 60px;
	}
	
	.swiper-slide-active .slide-bg {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
	.video-area{
		background-position: right;
	}

}



/* -----------------------------------------------------------customize------------------------------------------------------ */

.head-img-pos{
	position: absolute;
    top: 92%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 70%;
}

.head-img-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

.font-400{
	font-weight: 400;
}

.color-black{
	color: #000 !important;
}

.special{
	font-family: 'webrush';
	font-size: 60px !important;
}

/* why */

.bg-image-full{
	background: url('../../assets/img/custom/main/bg_owl.jpg') !important;
	background-repeat: no-repeat;
	background-size: cover !important;
	padding: 50px 80px;
	height: 110vh;
}

.project-wrapper {
	position: relative;
	background-size: cover;
	background-position: center;
	height: 400px;
	border-radius: 10%;
	overflow: hidden;
	transition: all 0.6s ease;
}

.project-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	transition: background-color 0.6s ease;
	z-index: 1;
}

.project-top-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	background-color: red;
	padding: 10px 15px;
	text-align: center;
	color: white;
	
}

.project-content {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	padding: 20px 30px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
	transition: all 0.6s ease;
}

.project-hidden {
	position: absolute;
	width: 100%;
	bottom: 12%;
	text-align: center;
	opacity: 0;
	z-index: 2;
	transition: all 0.6s ease;
}

.project-wrapper p, 
.project-wrapper h6 {
	color: white;
}

.project-cta {
	background: lightgray;
}

.project-wrapper:hover::after {
	background-color: rgba(0, 0, 0, 0.4);
}

.project-wrapper:hover .project-content {
	opacity: 0.1;
}

.project-wrapper:hover .project-hidden {
	opacity: 0.9;
}

.big{
	font-size: 35px !important;
}

.text-blue{
	color: #0c5ca3; 
}

/* snapout */
.big-100{
	font-size: 100px !important;
}

.big-70{
	font-size: 70px !important;
}

.f-center{
	float:center;
}

.blue-bg{
	width: 70%;
	background-color: #0c5ca3;
	color:#fff;
	padding: 10px;
}

.blog-img{
	position: relative;
	text-align: center;
}

.bottom-center{
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	background-color: #0c5da3ca;
}

.blog-content.st-2{
	padding: 0  0 !important;
	padding-bottom: 10px !important;
}


.bottom-right {
	position: absolute;
	bottom: 8px;
	right: 16px;
	width:42%;
}

.footer-area{
	background-color: #f1f1f1;
}

.footer-widget-title h4{
	color: #000;
}

.footer-list li {
    color: #000 !important;
}

.footer-list li a:hover {
    color: #000;
}

.question-text span{
	color: #000 !important;
}

.cta__content span a{
	color: #000 !important;
}

.cta__content span a:hover{
	color: #000 !important;
}

.cta__icon span{
	background: unset;
}

.small-icon{
	height: 25px;
}

.contact-form input{
	height: 80px;
	background: #f0f0f0;
	border-radius: 20px;
}

.contact-form textarea{
	background: #f0f0f0;
	border-radius: 20px;
}

.bg-color2{
	background:#21d0e1;
}

.mobile-view, .trainer-text-mobile{
	display:none;
}

.modal {
	z-index: 999 !important;
}

.page-title-area:before {
	background-color:unset !important;
}

.section-title {
	color: #0c5ca3 !important;
}

.font-type1{
	font-size:35px !important;
	color:#000 !important;
}

.page-title-heading{
	text-align:left !important;
}

.page-title-heading2{
	text-align:right !important;
}

/* service */
.text-our{
	line-height:1.4 !important;
}
.icon-size{
	width: 140px !important; 
}
/* end of service */

/*training*/
.training-details-right{
	margin-left:40px !important;
}
/* end of training */

.slider_controls {
	position: relative;
	z-index: 12;
  }
  .slider_controls .slider_pagination {
	text-align: center;
	margin-bottom: 10px;
  }
  .slider_controls .slider_pagination .swiper-pagination-bullet {
	width: 35px;
	height: 10px;
	display: inline-block;
	background: #000;
	opacity: 0.2;
	margin: 0 5px;
	border-radius: 20px;
	transition: opacity 0.5s, background-color 0.5s, width 0.5s;
	transition-delay: 0.5s, 0.5s, 0s;
  }
  .slider_controls .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
  }
  .slider_controls .slider_pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #0c5ca3;
	width: 35px;
	transition-delay: 0s;
  }

  .imgsize{
	width: 75%;
  }

  .footer-icon{
	fill:#fff;
	width: 70%;
  }

  .footer-icon:hover{
	fill:#0c5ca3;
	width: 70%;
  }

  .reg-link{
	color:#000000;
	font-size:17px;
  }

  .reg-link:hover{
	color:blue;
	text-decoration: underline;
  }


@media (max-width: 767px){
	.head-img-pos, .head-img-text{
		display: none;
	}

	.bg-image-full {
		padding: 25px 25px;
	}

	.special{
		font-size: 40px !important;
	}

	.big{
		font-size: 28px !important;
	}

	.big-70{
		font-size: 30px !important;
	}

	.blue-bg{
		width: 100%;
	}

	.bottom-center{
		top:95%;
	}
	
	.mobile-view{
		display:block;
	}

	.bottom-right {
		display: none;
	}

	.trainer-text-mobile{
		display:block;
	}

	.page-title-area{
		padding-top: 50px;
		padding-bottom: 50px;
		height:30vh;
	}
	
	.about-title{
		background-position: 67% 50%;
	}

	.service-title{
		background-position: 40% 50%;
	}

	.testimonial-title{
		background-position: 50% 50%;
	}

	.contact-title{
		background-position: 30% 50%;
	}

	.imgsize{
	width: 100%;
	}
	
}

@media (max-width: 380px){
	.bg-image-full{
		height: 150vh;
	}
}


