/*002842
002841*/
body{
	font-family: 	Poppins;
}
html{
	scroll-behavior: smooth;
}
header{
	background-color: rgba(0, 0, 0, 0.73);
	z-index: 	9999;
	position: fixed;
	width: 100%;
}
header .socio{
/*	background:#6F63AD;
	background:#F05825;*/
	/*background-color :#ff4e00;*/
	background-image: linear-gradient(315deg, #ff4e00 20%, #002841 74%);

	display: 	flex;	
	justify-content: 	space-between;	
}
header .socio-icons-inner,
header .top-header{
	display: flex;
	justify-content: space-between;
	float:right;
}
header .socio ul ,header .Email ul{
	padding: 	0;
	display: 	flex;	
	margin: 	0;
}
header .Email ul li a{
	color: 	#fff;
	text-decoration: 	none;	
	font-size: 	13px;
}
header .socio ul li,
header .Email ul li{
	list-style-type: 	none;	
	padding:5px ;
}
header .Email ul li a{
	padding: 	0 5px;
}
header .socio ul li a img{
	max-width: 	80%;
}
header nav img{
	width: 	125px;
}

header nav .logo{
	position: 	absolute;	
	/*left: 42%;
	top: -20px;*/
	z-index: 	9999;
	width: 150px;
    /*height: 100px;*/
    /*margin: auto;*/
   /* top: 20px;*/
    right: 0;
    left: 0;
    bottom: 0;

}
header .navbar-light .navbar-toggler-icon{
	background-image: url(../images/menu-symbol-of-three-parallel-lines.svg);
}
header nav .navbar-nav  .nav-link{
	color: 	#fff !important;
}
header nav .navbar-nav .nav-item
{
    display: inline-block;
    color: #000;
    text-decoration: none;
}
.scrollUp{
	 transform: translateY(-200px);
    transition: ease .8s;
}
.mobile-banner{
	display: none;
}
header nav .navbar-nav .nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #F05825;
    transition: width .2s;
}

header nav .navbar-nav .nav-item:hover::after {
    width: 100%;
    transition: width .2s;
}
header .navbar-expand-lg .navbar-nav .nav-link{
	padding: 	.5rem 1.7rem;
}
main #carouselExampleControls{
	z-index: 
}

main #carouselExampleControls .carousel-item img{
	width: 	100%;
	height: 100vh;
    object-fit: cover;
}

main #carouselExampleControls .carousel-item{
	position: relative;
}
main #carouselExampleControls .carousel-item .carousel-captions{
		position: 	absolute;	
		right: 	15%;
		width: 	25%;
		top: 	36%;
		background-color: rgba(0,0,0,0.4);
    display: inline;
    color: #fff;
}
main #carouselExampleControls .carousel-item .carousel-captions .registerbtn a{
	background: #F05825;
    color: #fff;
    border: 1px solid #F05825;
    padding: 4px 10px;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    display: inline-block;
    border-radius: 100px;
    width: 10rem;
    text-align: 	center;	
    margin:1rem 0;	
}
main #carouselExampleControls .carousel-item .carousel-captions .registerbtn a:before{
	content: '';
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 1px solid #F05825;
    border-radius: 100px;
}		
main #carouselExampleControls .carousel-item .carousel-captions h1{
	/*color: 	#002841 ;*/
	color: 	#fff ;
	font-size: 	40px;
	font-weight: bold;	
}
main .carousel-control-prev, .carousel-control-next{
	/*width: 	4%;*/
}
main .carousel-control-prev-icon{
	left: 	0;
	background:url(../images/prev.svg);
	background-size: 50%;
	width: 	60px;
	height: 60px;
	background-repeat: 	no-repeat;	
}
main .carousel-control-next-icon{
	right: 	0;
	background:url(../images/next.svg);
	background-size: 	50%;
	width: 	60px;
	height: 60px;
	background-repeat: 	no-repeat;	
}
main #carouselExampleControls .car1{
	    background: #7d7d7d url(../images/carosuel_01.jpg);
	    /* #373542*/
	    /*height: 100vh;*/
	    height: 	600px;
	    background-size:90%;
	    background-size:cover;	
	    background-repeat: no-repeat;
}
main #carouselExampleControls .car2{
	    background: #7d7d7d url(../images/carosuel_02.jpg);
	    /* #373542*/
	    /*height: 100vh;*/
	    height: 	600px;
	    background-size:90%;
	    background-size:cover;	
	    background-repeat: no-repeat;
}
main #carouselExampleControls .car3{
	    background: #7d7d7d url(../images/carosuel_03.jpg);
	    /* #373542*/
	    /*height: 100vh;*/
	    height: 	600px;
	    background-size:90%;
	    background-size:cover;	
	    background-repeat: no-repeat;
}
.load-more{
	text-align: center;
	margin: 4rem 0 ;
}
.load-more a , .submit a{
	background: #F05825;
	color: #fff;
	border: 1px solid  #F05825;
	padding: 4px 10px;
	text-decoration: none;
	font-size: 15px;
	position: relative;
	display: inline-block;
	border-radius:100px;
	width: 11rem;
}
.load-more a:before,.submit a:before {
    content: '';
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 1px solid #F05825;
    border-radius: 100px;
}
.title-section{
	padding: 	3rem 1rem 2rem;
	text-align:center;		
	text-transform: 	uppercase;	
	font-size: 	40px;
	color: 	#002842;
	/*color: 	#D3F4FE;*/
}
.title-section-white{
	padding: 	3rem 1rem 2rem;
	text-align:center;		
	text-transform: 	uppercase;	
	font-size: 	40px;
	color: 	#fff;
	/*color: 	#D3F4FE;*/
}
.title-section span{

}
.events{
	background:url("../images/bg.png"),
	/*background-color:#000;*/
	 url(..images/bgTopLeft.png)  top no-repeat #f5f5f5;
	padding-bottom: 3%;
	width: 100%;
	background-size:45%;

}

.events .events-section {
	border-radius: .5rem;
	background-repeat: #fff;
	webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    margin: 5% 0;
    border: 2px solid #F05825;
}
.events .events-section a:hover{
	box-shadow: 2px 4px 6px 0 rgba(82, 82, 82, 0.65);
}
.events .events-section  a{
	text-decoration: none;
	color: #000;
}
.events .events-section 
.event-date{
	position: absolute;
	background:#fff;
	color: #0E0F59;
	font-weight: bold;
	text-transform: uppercase;
	padding:5px;
	top: 5px;
	left:5px;
	font-size: 15px;
	text-align: center;
}	
.events .events-section 
.event-date p{
	margin: 0;
}
.events .events-section img{
	max-width: 100%;
	border-radius: .5rem .5rem 0 0;
}
.events .events-section .event-content{
	padding: 1rem;
	background:#fff;
	font-size: 15px;
	border-radius:0 0 .5rem .5rem ;
	min-height: 230px;
}
.events .events-section .event-content h2{
	font-size: 18px;
	color: #F05825;
	font-weight: bold;
}
.events .events-section .event-content  p{
	font-size: 14px;
}
.events .events-section .event-content
.event-clock{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.events .events-section .event-content
.event-clock p{
	margin: 0;
	padding: 0 0 0 10px;
}
.traning{
	background-size: 100%;
	padding-bottom: 4rem;
	background-color:#a52a2a;
}
.traning table td,
.traning table th{
	color:#fff; 
	font-weight: 500;
	background-color: #00000080;
}
.gallery .container {
  display: grid;
  grid-gap: 5px;
  grid-template-areas:
    'A'
    'B' 
    'C'
    'D'   
    'E';
}
@media (min-width: 576px) {
 .gallery  .container {
    grid-template-columns: 1.52fr 1fr 1fr 1.525fr;
    grid-template-areas:
      'A  B  C  E'
      'A  D  D  E';
     max-width: 100% !important;
  } 
}
.zoomin  {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.zoomin:hover  {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
 .gallery  .container img:nth-child(1) {
 grid-area: A;
}
 .gallery  .container img:nth-child(2) {
 grid-area: B;
}
 .gallery  .container img:nth-child(3) {
 grid-area: C;
}
 .gallery  .container img:nth-child(4) {
 grid-area: D;
}
 .gallery  .container img:nth-child(5) {
 grid-area: E;
}
 .gallery  .container img {
  width: 100%;
  height: auto;
}
.register{
    background-color:#f5f5f5;
    padding-bottom: 3%;
    
}
.register form{
	margin: 0 auto;
}
.register .form-section{
	text-align: center;
	width: 90%;
	border: 2px solid #002842;
	padding: 2rem;
	margin: 0 auto;
	border-radius: .5rem;
}
.register .form-section .form-control{

	border-radius: 0;
	font-size: 14px;
	color: #000;
}
footer{
	background:url(../images/footer-bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
footer .logo-section{
	display: flex;
	justify-content: space-between;
}
footer .logo-section .logo img{
	width: 150px;
}
footer .logo-section .socio{
	display: flex;
	align-items: center;
}
footer .logo-section .socio img{
	padding: 0 4px;
}
footer .bb{
	position: 	relative;
	padding:20px 0;
}
footer .bb:after{
	content: "";
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 1;
    background-image: radial-gradient(circle at 48% 0,#fff,hsla(0,0%,100%,0));
/*	border-bottom: 1px solid #eee;*/
	/*padding: 5px 0;*/
}
footer .footer-low p{
	color: #fff;
	font-weight: 200;
}
footer .footer-low  h2{
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
}

footer .footer-low ul{
	padding: 0;
}
footer .footer-low .rm{
	color: #eee;
	font-weight: bold;

}
footer .footer-low ul li{
	list-style-type: none;
}
footer .footer-low ul li a,
footer .footer-low p{
	text-decoration:  none;
	color: #fff;
	font-weight: 200;
	padding: 5px 0;
	display: inline-block;
	font-size: 14px;
}
footer figure {
    position: relative;
    border-radius: .5rem;
}
footer .footer-end{
	font-size: 13px;
	background-color: #232323;
	color: #fff;
	padding: 8px;
	display: flex;
	text-align: center;
	justify-content: center;
}
footer .footer-end p{
	margin: 0;
	text-align: center;
	padding: 0 10px;
}
footer .footer-end a{
	color: #fff;
	padding:0 5px;
	display: inline-block;
}

.innerpagesection {

	padding-top:100px;	
	/*min-height: 385px;*/
}

.pageminheight {
	min-height: 385px;
}
.error_msg {
	color:#ff0000;	
}

.field-group-box {
	background-color:#222222;
	color:#fff;
}
.field-group-title{
	text-align:center;
	font-size:24px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.73);
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.dashboard-box {
	padding: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 75%);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 75%);
}

.card {
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
}

.carousel-multi-item .controls-bottom {
    margin-bottom: 1.88rem;
    text-align: center;
}

.carousel-multi-item .controls-bottom .btn-floating {
    background: #4285f4;
}

a.waves-effect, a.waves-light {
    display: inline-block;
}

.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 47px;
    height: 47px;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
}