/********** Template CSS **********/
:root {
    --primary: #F3BD00;
    --secondary: #757575;
    --light: #F3F6F8;
    --dark: #0C2B4B;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}
@media only screen and (max-width: 1024px){
	.navbar .navbar-nav .nav-link{
		margin: 0px 6px;
	}
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgb(0 0 0 / 56%);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0 0 0 / 17%), rgb(0 0 0 / 66%)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-c{
	 background: linear-gradient(rgba(0 0 0 / 17%), rgb(0 0 0 / 66%)), url(../img/course.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-contact{
	background: linear-gradient(rgba(0 0 0 / 17%), rgb(0 0 0 / 66%)), url(../img/contact.jpg) center center no-repeat;
    background-size: cover;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}
.page-header-trem{
	background: linear-gradient(rgba(0 0 0 / 17%), rgb(0 0 0 / 66%)), url(../img/term.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-refund{
	background: linear-gradient(rgba(0 0 0 / 17%), rgb(0 0 0 / 66%)), url(../img/refund.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-2{
	background:linear-gradient(rgb(0 0 0 / 17%), rgb(0 0 0 / 66%)), url(../img/place.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-3{
	background:linear-gradient(rgb(0 0 0 / 17%), rgb(0 0 0 / 66%)), url(../img/cer.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-4{
	background:linear-gradient(rgb(0 0 0 / 17%), rgb(0 0 0 / 66%)), url(../img/install.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-5{
	background:linear-gradient(rgb(0 0 0 / 17%), rgb(0 0 0 / 66%)), url(../img/add.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-6{
	background:linear-gradient(rgb(0 0 0 / 17%), rgb(0 0 0 / 66%)), url(../img/cabin.jpg) center center no-repeat;
	background-size:cover;
}
.page-header-7{
	background:linear-gradient(rgb(0 0 0 / 17%), rgb(0 0 0 / 66%)), url(../img/hotel.jpg) center center no-repeat;
	background-size:cover;
}
.page-header-one{
	background:linear-gradient(rgb(0 0 0 / 17%), rgb(0 0 0 / 66%)), url(../img/air.jpg) center center no-repeat;
	background-size:cover;
}
.page-header-tw{
	background:linear-gradient(rgb(0 0 0 / 17%), rgb(0 0 0 / 66%)), url(../img/avaition-manage01.jpg)  no-repeat;
	background-size:cover;
}
.page-header-th{
	background:linear-gradient(rgb(0 0 0 / 17%), rgb(0 0 0 / 66%)), url(../img/air-h.jpg) center center no-repeat;
	background-size:cover;
}
.page-header-tf{
	background:linear-gradient(rgb(0 0 0 / 17%), rgb(0 0 0 / 66%)), url(../img/tour-img.jpg) center center no-repeat;
	background-size:cover;
}
/*** Facts ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}


/*** Courses ***/
.courses {
    min-height: 100vh;
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-1.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.courses-item .courses-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.courses-item:hover .courses-overlay {
    height: 100%;
    opacity: 1;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    height: 100%;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    height: 40px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid var(--primary);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    background: #092139;
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}
.para{
	Font-size:18px;
	text-align:justify;
}

/*card */
.box{
	
	border-radius: 1em;
	box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
	overflow:hidden;
}
.box img{
	width:100%;
	height:100%;
	border-radius: 1em 1em 0 0;
	transition:0.4s;
}
.box:hover img{
	transform:scale(1.1);
	filter:brightness(0.5);
}
.mycard{
	padding:20px;
}
/*end card */

.btn.btn-primary.btn-block.mybtn {
    border-radius: 18px;
}
.logo-img{
	height: 340px;
}
.about-h h1{
	font-weight:400;
}

/*about p*/
.about-p p{
	Font-size:19px !important;
	text-align:justify;
}
.about-box{
	 background: #fff;
	width: 200px;
	height:200px;
	padding: 35px 40px;
	margin: 10px;
	text-align: center;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
	box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
	margin-left:47px;
}
.about-box span{
	position:relative;
	top:20px;
	color:black;
	Font-size:35px;
}
.about-box span{
	color:grey;
}
.about-banner-bg{
	background:linear-gradient(rgb(0 0 0 / 48%), rgba(0, 0, 0, .75)), url(../img/img-2/banner-2.webp) center center no-repeat;
	width:100%;
	height:350px;
	background-size:cover;
	display:flex;
	justify-content:center;
	align-items:center;
	background-attachment:fixed;
}
.content-about h1{
	color:#fff;
	font-weight:400;
	font-style:italic;
}
.content-about p{
	color:#fff;
	Font-size:19px !important;
	font-style:italic;
	text-align:center;
}



.register-section .register-box{
	position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 45px 40px 35px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.register-section .register-box .styled-form{
	max-width: 100%;
    margin: 0 auto;
}
.readon.register-btn{
	padding: 10px 50px;
    color: #ffffff;
    background: #ffbb00;
    border-color: #ffbb00;
    font-weight: 500;
    width: 67%;
    border-radius: 5px;
	transition:0.4s;
	Font-size:20px;
}
.readon.register-btn:hover{
	background:transparent;
	color:black;
	
}
@media only screen and (max-width:768px){
	.readon.register-btn{
		width: 30%;
	}
}
.styled-form .form-group input, .styled-form .form-group select{
	position: relative;
    height: 50px;
    padding: 6px 30px;
    width: 100%;
    color: #222222;
    font-size: 16px;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: none;
    box-shadow: 0 0 30px #eee;
	margin-top: 21px;
    padding: 30px;
	border:1px solid #cdc8c8;
}

.mycontainer{
	 box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
	 padding:20px;
}
.text-form{
	color: black;
    text-transform: capitalize;
    font-size: 17px;
    margin-top: 10px;
}

.myform-content input[type="text"]{
	display: block;
    width: 100%;
    padding: 15px;
	box-shadow: 0 0 26px #EEE;
    border: 1px solid #cdc8c8;
}
#sec{
	padding: 11px 54px;
    font-size: 21px;
    text-transform: capitalize;
	box-shadow: 0 0 26px #EEE;
    border: 1px solid #cdc8c8;
}
#secone{
	padding: 11px 54px;
    font-size: 21px;
    text-transform: capitalize;
	box-shadow: 0 0 26px #EEE;
    border: 1px solid #cdc8c8;
}
.myform-content input[type="submit"]{
	margin-top: 16px;
    background: transparent;
    font-size: 18px;
    text-transform: capitalize;
    padding: 10px 46px;
    border-radius: 29px;
    border: 2px solid #ffc107;
    border-width: 3px;
}
.myform-img{
	height:100%;
}
.myform-img img{
	width:100%;
	height:100%;
}
.form-h h1{
	font-weight:400;
}


.myinput input{
	padding:15px !important;
}
.myinput select{
	padding:15px !important;
	background:transparent !important;
}




@media only screen and (max-width: 1024px){
    .logo-img {
        height: 111px;
    }
	.para{
		Font-size:16px;
	}
	.about-p p{
		Font-size:16px !important;
	}
	.content-about h1{
		text-align:center;
	}
}
@media only screen and (max-width:600px){
	.input-group-text{
		width:100%;
		margin-top:10px;
		Font-size:14px;
	}
	.readon.register-btn{
		width:100%;
	}
	
}

.accordion-body{
	color: black;
    font-size: 18px;
}

@media only screen and (max-width: 1024px){
	.accordion-body{
		font-size: 16px;
	}
}
.accordion-button{
	Font-size:19px;
}
.mypara p{
	Font-size:19px;
	color:grey;
	
}
@media only screen and (max-width: 1024px){
	.mypara p{
		font-size: 16px;
	}
}

@media only screen and (max-width: 1024px){
	.mytop-btn i{
		display:none;
	}
}

.mycontainer-one{
	box-shadow:0px 0px 38px -8px rgba(0,0,0,0.34);
	border-top-left-radius:50px;
	border-bottom-right-radius:50px;
}
.my-Conditions p i{
	margin-right:15px;
	Font-size:20px;
}
.my-Conditions p{
	Font-size:18px;
	color:grey;
}
.myshow{
	display:none;
}
/* -------------------------------------------------------- */
/* --------------------contact-bright-------------------- */
.brightico{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #e8e9ed;
    margin-left: 170px;
}
.icon i{
    font-size: 35px;
    margin-top: 16px;
    margin-left: 0px;
}
.green{
    color: green;
}
.yellow{
    color: rgb(226, 139, 17);
}
.red{
    color: red;
}
.contact-info__text a{
    text-decoration: none;
    color: black;
}
/* ------------------------------------------ */
.ourvol{
    font-size: 1.5rem;
    color: red;
    font-family: cursive;
}
.volunteer-dark-sub-right .ourvol{
    margin-top: 30px;
}
.volunteer-dark-sub-right h3 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #121111;
}
.volunteer-dark-sub-right p {
    color: #101010 !important;
}
.frmclr{
    background-color: #9eb2c459 !important;
}

label {
    margin: 10px;
     color: black;
   }
.btn-1{
    padding: 15px 20px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 10px;
    margin-top: 20px;
}
.rgt-col{
    background-color :#ee6fe329;
    padding-top: 40px;
}
@media only screen and (max-width: 1024px){
    .brightico {
        margin-left: 107px;
    }
}
@media only screen and (max-width: 768px){
    .brightico {
        margin-left: 129px;
    }
}
@media only screen and (max-width: 580px){
    .brightico {
        margin-left: 115px;
    }
}
/* ---------------contact-bright------------------ */
