/********** Template CSS **********/
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fsize22{font-size:22px !important;}
.fsize24{font-size:24px !important;}

.fw-medium {
    font-weight: 600 !important;
}

.prospac {
    cursor: pointer;
	vertical-align: middle;
    white-space: nowrap;
    padding: 18px 20px !important;
    border-bottom: 1px Solid #DCDCDC;
    border-right: 1px Solid #DCDCDC;
    background-color: #293074  !important;
    overflow: hidden;
    font-weight: bold;
}
.prospac1 {
	vertical-align: middle;
    white-space: nowrap;
    padding: 8px 20px !important;
    border-bottom: 1px Solid #DCDCDC;
    border: 1px Solid #DCDCDC;
    overflow: hidden;
    font-weight: bold;
   
}

.blink-text{
		color: #000;
		font-weight: bold;
		font-size: 2rem;
		animation: blinkingText 2s infinite;
	}
	@keyframes blinkingText{
		0%		{ color: #fff;}
		25%		{ color: #bcffbe;}
		50%		{ color: #fff;}
		75%		{ color: #bcffbe;}
		100%	{ color: #fff;}
	}

.fw-semi-bold {
    font-weight: 700 !important;
}
.top_bar {
    color: #fff;
    background: #d77206;
    padding: 0 3%;
    border-bottom: 3px solid #f4f4f4;
}
.top_bar ul li a {
    /* padding: 45px 0; */
    color: #fff;
    margin: 6px 0;
    display: block;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.frt {
    float: right;
}
.colorw {
    color: #fff !important;
}
.colorred {
    color: #e3000f !important;
}

.bg-org {
    background-color: #d46e00   !important;
}

.bg-navy {
    background-color: #293074  !important;
}

.org {
    color: #ff9c32 !important;
}
.navy {
    color: #293074 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    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-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    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;
    border-radius: 0px;
}



.navbar-light .navbar-nav .nav-link {
        text-shadow: 2px 1px #202130;
    padding: 20px 35px;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
	font-weight:bold;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #ffdbb4 !important;
	background: #e3000f;
    padding: 20px 35px;
}



@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #d77206;
  
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/innerbanner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: #293074;
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: #293074;
    z-index: -1;
}
.text-justify {
  text-align: justify;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: #293074;
    transition: .5s;
}
.service-item1 {
    background: #d46e00;
	transition: .5s;
    
}

.service-item1:hover {
    margin-top: -10px;
    background: #171b42;
}
.service-item:hover {
    margin-top: -10px;
    background: #8b4800;
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: #fff;
	background:#d77206;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    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;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}
 .copyright {
    padding: 5px 0;
    background: #0a0d1c;
    font-size: 15px;
  border-top: 1px solid #2a356b;
  color:#fff;
}
.btnright:hover {
    color: #ffffff;
}
/*start icon*/
.red{background:#F33 !important}
.wapp{background:#4dc247 !important}
.sapp{background:#ffea00 !important}
.twwt{background:#1da1f2 !important}
.ytube{background:#ff0000 !important}
.fb{background:#0084ff !important}
.fb1{background:#4867aa !important}
.social-icons { position: fixed; right: 20px; bottom: 20px; }
.btn-social { cursor: pointer; width: 50px; height: 50px; border-radius: 50px; }
.social-icons .navbar-nav li { position: absolute; bottom: 0; z-index: -1; transition: .2s all; }
.social-icons .navbar-nav.show li:nth-child(1){bottom: 60px}
.social-icons .navbar-nav.show li:nth-child(2){bottom: 120px}
.social-icons .navbar-nav.show li:nth-child(3){bottom: 180px;}
.social-icons .navbar-nav.show li:nth-child(4){bottom: 240px}
.social-icons .navbar-nav.show li:nth-child(5){bottom: 300px}
.btn-social{box-shadow: 2px 2px 6px rgba(0,0,0,0.4); font-size:27px; color:#fff; border: none; font-weight:normal;}

/*end icon*/
.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%) !important;
    background: #e3000f !important;
}
.textdnone{text-decoration: none !important;}