body {
    font-family: 'Roboto', sans-serif; 
    font-size: 110%;
    line-height: 1.9;
    background: #ffffff;
    color: #777777;
}

a {
    color: #555555;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #555555;	
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
    margin-left: 20px;
    font-size: 16px;
}

h1,
h2 {
	color: #383f45;
	font-size: 190%;
	line-height: 1.3;
	font-weight: 300;
	margin: 0 0 20px;
}

h3{
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	font-size: 30px;
	color: #555555;
}

h5 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 27px;
    color: #fff;
    /* text-transform: uppercase; */
}

p {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 22px;
}

strong {
    color: #f39c12;
}

section {
    overflow: hidden;
}

input,
textarea {
    border: 0;
}

.overlay {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .5); */
}

.c-bold {
    color: #f39c12;
    font-weight: 600;
}

.c-white{
	color: #f5f5f5;
}

.padding-space {
    padding: 75px 0 100px;
}

.title{
	padding-bottom: 63px;
}

.underline {
    background: #f39c12;
    margin: 0 auto;
    width: 163px;
    height: 1px;
}

.sub-title {
    padding-top: 8px;
    padding-bottom: 11px;
}

@media (max-width:1199px) {
    h1,
	h2 {
		font-size: 28px;
	}
}

.site-btn {
    padding: 1px 80px;
    text-transform: capitalize;
    display: inline-table;
    border-radius: 12px;
}

.site-btn:hover {
    background: #fff;
    color: #000;
}

.site-btn i {
    padding-right: 5px;
	font-size: 19px;
}

.btn-extra,
.btn-extra:focus {
    background: #e56404;
    color: #ffffff;
}

.hover-effect {
    position: relative;
    overflow: hidden;
}

.hover-effect::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.hover-effect:hover::before {
    -webkit-animation: circle .73s;
    animation: circle .73s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@media (min-width: 768px) and (max-width: 4000px) {
	.center-content {
		display: flex;
		align-items: center;
		flex-direction: row;
		display: -webkit-flex;
		-webkit-align-items: center;
		-webkit-flex-direction: row;
	}
}

/*--------------------------------------------------------------------
	                   01. END COMMON CSS
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
	                  02. START NAVBAR AND TOP-BAR CSS
--------------------------------------------------------------------*/

.header-menu{
	position:fixed;
	top: 0;
	left:0;
	width: 100%;
	z-index: 999;
}

.topbar-color{
	background: #0BC560;
}

.info-outer{
	padding: 7px 0;
}

.info-outer li {
    display: inline-block;
    margin-right: 30px;
}

.navbar-nav li{
	padding: 0 7px;
}

.info-outer li:last-child{
    margin-right: 0;
}

.info-outer li i{
    margin-right: 7px;
}

.top-bar li span,
.top-bar li a,
.top-bar li i{
	color: #ffffff;
}

.header-menu.top-bar-change .top-bar{
	display:none;
}

.header-menu.top-bar-change{
	-webkit-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
	box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
	background: #ffffff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus {
    color: #f5f5f5;
}

.header-menu.top-bar-change .nav-link,
.top-bar-change .navbar-light .navbar-nav .nav-link:focus{
    color: #777777;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active{
    color: #dd5902 !important;
}

.main-nav-outer {
	width: 250px;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: -250px;
	border-left: 5px solid #f5f5f5;
	z-index: 1502;
	-webkit-transition: 650ms all;
	transition: 650ms all;
}

.main-nav-outer.open-menu {
  right: 0;
}

.menu-close-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 20px;
    cursor: pointer;
}

.nav-icons-container {
  width: 100%;
  max-width: 125px;
}

.nav-icons-container i {
	font-size: 19px;
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.nav-icons-container i{
   color: #f5f5f5;
}

.nav-icons-container i:hover {
   color: #0BC560 !important;
}

.header-menu.top-bar-change .nav-icons i{
	color: #777777;
}

.main-nav-outer.open-menu .nav-link{
	color: #777777;
}


@media (min-width: 992px) {
  .main-nav-outer {
	height: initial;
	width: initial;
	position: initial;
	background-color: initial;
	border: none;
  }
}

@media (min-width:992px) and (max-width:4000px){
	.open-menu-icon{
		display:none;
	}
}

/*--------------------------------------------------------------------
	                   02. END NAVBAR AND TOP-BAR CSS
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
	                   03. START HOME
--------------------------------------------------------------------*/

#home {
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    animation-timing-function: ease-in-out;
    animation-fill-mode: backwards;
    z-index: 1;
}

@keyframes ms_background_slider{
	0%, 100% {opacity: 1;
		background-image: url(../images/home-slide-bg-1.jpg);
	}
}

@-webkit-keyframes ms_background_slider{
	0%, 100% {opacity: 1;
		background-image: url(../images/home-slide-bg-1.jpg);
	}
}

@-moz-keyframes ms_background_slider{
	0%, 100%  {opacity: 1;
		background-image: url(../images/home-slide-bg-1.jpg);
	}
}

@-ms-keyframes ms_background_slider{
	0%, 100% {opacity: 1;
		background-image: url(../images/home-slide-bg-1.jpg);
	}
}

@-o-keyframes ms_background_slider{
	0%, 100%  {opacity: 1;
		background-image: url(../images/home-slide-bg-1.jpg);
	}
}

.home-description {
	text-align:left;
}

#home .container{
	padding: 42px 15px 60px;
}

.home-description h1 {
	color: #f5f5f5;
	font-weight: 500;
	margin-top: -116px;
}

.home-description p {
    margin-bottom: 37px;
	color: #f5f5f5;
}

/* scroll down */

#scroll-down a {
	position: absolute;
	bottom: 160px;
	left: 50%;
	z-index: 2;
}

#scroll-down a span {
	position: absolute;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 2px solid #0BC560;
	border-bottom: 2px solid #0BC560;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;
}

@-webkit-keyframes sdb05 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
		50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
		opacity: 0;
	}
}

@keyframes sdb05 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
		50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-10px, 10px);
		opacity: 0;
	}
}

@media (max-width:991px){
	#home .col-md-7,
	#home .col-md-5{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.home-description {
		text-align: center;
	}
	#home .container{
		padding: 210px 15px 110px;
	}
	#scroll-down a {
		display: none;
	}
	.home-image	{
		margin-top: 40px;
	}
}

/*--------------------------------------------------------------------
	                   03. END HOME
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
	                   04. START ABOUT
--------------------------------------------------------------------*/

#about{
	background: #f5f5f5;
}

#about .title{
	padding-bottom: 33px;
}

.about-single-item{
	background: #fff;
	padding: 40px 27px;
	margin-top: 30px;
}

.about-single-item .icon-circle{
	background: #f5f5f5;
    margin-bottom: 24px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-table;
}

.about-single-item .icon-circle i{
	display: table-cell;
	color: #0BC560;
	vertical-align: middle;
	font-size: 35px;
}

@media (min-width:768px) and (max-width:991px){
	.about-content .col-md-4{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.about-content .col-md-4:nth-child(3){
		margin-left: 25%;
	}
}

/*--------------------------------------------------------------------
	                    04. END ABOUT
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
	                   
--------------------------------------------------------------------*/

#video-section .title{
	padding-bottom: 54px;
}

.about-video{
	text-align: left;
}

.about-video ul{
	margin-top: 27px;
}

.about-video ul li{
    margin-bottom: 20px;
}

.about-video ul li:last-child{
    margin-bottom: 0;
}

.about-video ul li i {
    width: 55px;
    float: left;
    color: #0BC560;
    font-size: 20px;
    text-align: center;
    margin-top: 8px;
}

.about-video ul li p {
    overflow: hidden;
} 

.video-part{
	position: relative;
	margin-top: 11px;
}

.video-play-button {
 	position: absolute;
  	z-index: 10;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translateX(-50%) translateY(-50%);
  	transform: translateX(-50%) translateY(-50%);
  	box-sizing: content-box;
  	display: block;
  	width: 32px;
  	height: 44px;
  	border-radius: 50%;
  	padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  	content: "";
  	position: absolute;
  	z-index: 0;
  	left: 50%;
 	top: 50%;
  	-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  	display: block;
  	width: 80px;
  	height: 80px;
  	background: #ffffff;
  	border-radius: 50%;
  	-webkit-animation: pulse-border 1500ms ease-out infinite;
  	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  	content: "";
  	position: absolute;
  	z-index: 1;
  	left: 50%;
  	top: 50%;
  	-webkit-transform: translateX(-50%) translateY(-50%);
  	transform: translateX(-50%) translateY(-50%);
  	display: block;
  	width: 80px;
  	height: 80px;
  	background: #0bc560;
  	border-radius: 50%;
  	-webkit-transition: all 200ms;
  	transition: all 200ms;
}

.video-play-button span {
  	display: block;
  	position: relative;
 	z-index: 3;
 	width: 0;
 	height: 0;
 	border-left: 32px solid #ffffff;
  	border-top: 22px solid transparent;
 	border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
  	0% {
    	-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    	opacity: 1;
 	}
 	 100% {
    	-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
   		opacity: 0;
 	}
}

@keyframes pulse-border {
 	0% {
   		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    	opacity: 1;
  	}
 	 100% {
   		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    	opacity: 0;
  	}
}

.video-overlay {
 	position: fixed;
 	z-index: -1;
  	top: 0;
  	bottom: 0;
  	left: 0;
 	right: 0;
 	background: rgba(0, 0, 0, 0.8);
 	opacity: 0;
  	-webkit-transition: all ease 500ms;
  	transition: all ease 500ms;
}

.video-overlay.open {
  	position: fixed;
  	z-index: 1000;
  	opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    left: 77%;
    top: 16%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 40px;
    line-height: 1;
    color: #f5f5f5 !important;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.video-overlay-close:hover {
   color: #0bc560 !important;
}

.video-overlay iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

@media (max-width:767px){
	.about-video ul li{
	    margin-bottom: 27px;
	}
	.about-video{
		text-align: center;
	}
	.about-video ul li i {
		float: none;
	}
	.video-part{
		margin-top: 40px;
	}

	#video-section .title{
		padding-bottom: 40px;
	}
}

/*--------------------------------------------------------------------
	                   
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
	                    05. START FACTS
--------------------------------------------------------------------*/

#facts {
    position: relative;
    background: url(../images/facts-bg.jpg) no-repeat center bottom fixed;
    background-size: cover;
    -webkit-background-size: cover;
}

#facts .title{
    padding-bottom: 33px;
}

.fact-box{
	margin-top: 30px;
	background: rgba(0,0,0, .5);
	padding: 20px 0;
	text-align: center;
}

.fact-box h2{
	margin-bottom: 0;
	color: #f39c12;
	line-height: 80px;
}

.fact-box h4{
	margin-bottom: 0;
	color:#f5f5f5;
	font-size: 19px;
	font-weight: 400;
}

.fact-box i{
	font-size: 30px;
	color:#f5f5f5;
}

@media (min-width:768px) and (max-width:991px){
	.facts-content .col-md-2{
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

/*--------------------------------------------------------------------
	                      05. END FACTS
--------------------------------------------------------------------*/
/*--------------------------------------------------------------------
	                     09. START GET-STARTED 
--------------------------------------------------------------------*/

#get-started{
	position: relative;
	background: url(../images/get-started-bg.jpg) no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
}

.get-started-title{
    z-index: 1;
    position: relative;
}

.get-started-title h2{
    background: rgba(0, 0, 0, .5);
    border-radius: 50px;
    color: #f5f5f5;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 8px 0 13px;
    font-size: 31px;
}

.get-started-title h3{
    color: #f5f5f5;
    background: rgba(0, 0, 0, .5);
    max-width: 400px;
    margin: 30px auto;
    width: 100%;
    padding: 20px 0 20px;
    border-radius: 50px;
    border-right: 5px solid #f39c12;
    border-left: 5px solid #f39c12;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
}

.get-started-title p{
	margin: 32px 0 30px;
	color: #ffffff;
	font-size: 20px;
}

/*--------------------------------------------------------------------
	                    09. END GET-STARTED
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
	                    10.  START BLOG 
--------------------------------------------------------------------*/

#blog-grid .title{
	padding-bottom: 0px;
}

.blog-grid-description {
    background: #ffffff;
    text-align: left;
    margin: -20px 15px 0;
    position: relative;
    padding: 8px 17px 22px 15px;
    -webkit-box-shadow: 1px 1px 8px #dddddd;
    box-shadow: 1px 1px 8px #dddddd;
}

.continue {
    margin-bottom: 0;
}

.continue a {
    color: #f39c12;
    font-weight: 700;
}

.other-blog{
	margin-top: 40px;
}

.blog-grid-description span {
    line-height: 1.2;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.blog-grid-description h3 {
    margin: 12px 0 11px;
    font-size: 22px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.reading {
    margin-bottom: 10px;
}

.blog-grid-description h3:hover {
    color: #012b53;
}

.blog-grid-description span.date {
    background: #f39c12;
    color: #ffffff;
}

.blog-grid-description span.post-comments {
    background: #f2f2f2;
}

.blog-grid-description i {
    margin-right: 5px;
}

.blog-grid-btn a{
    margin-top: 40px;
}

#blog-grid .col-md-4{
	margin-top: 30px;
}

@media (min-width:768px) and (max-width:991px){
	#blog-grid .col-md-4{
		flex: 0 0 50%;
		max-width: 50%;
	}
	#blog-grid .col-md-4:nth-child(3){
		margin-left: 25%;
	}
}

/*--------------------------------------------------------------------
	                   10. END BLOG
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
				      12. START CONTACT FORM 
--------------------------------------------------------------------*/

.contact-form-area{
	padding: 40px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 8px #dddddd;
    box-shadow: 1px 1px 8px #dddddd;
}

.contact-input,
.contact-textarea {
    width: 100%;
    padding: 10px 17px;
    color: #222222;
    outline: 0;
	border: 1px solid #ffffff;
	-webkit-box-shadow: 1px 1px 8px #ddd;
	box-shadow: 1px 1px 8px #ddd;
	border-radius: 10px;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.contact-input:focus,
.contact-textarea:focus {
	border-color: #0BC560;
}

.contact-input {
    margin-bottom: 23px;
    height: 60px;
}

.contact-textarea {
    margin-bottom: 12px;
    height: 150px;
}

.contact-btn {
    width: 100%;
    border: 0;
    height: 60px;
    background: #f39c12;
    border-radius: 10px;
    color: #ffffff;
    outline: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.contact-btn:focus{
	outline:none;
}

.contact-btn i {
    padding-right: 7px;
}

.alert {
	background-color: #ffffff;
    border-color: #ffffff;
    margin-bottom: 0;
    border-radius: 10px;
    margin-top: 23px;
    -webkit-box-shadow: 1px 1px 8px #ddd;
    box-shadow: 1px 1px 8px #ddd;
}

/*--------------------------------------------------------------------
				        12.	END CONTACT FORM 
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
	                    13. START FOOTER
--------------------------------------------------------------------*/

#footer{
	background: #000000;
	padding-top: 0px;
	color: #f5f5f5;
}

.footer-links{
	text-align: left;
}

.footer-links .col-md-4{
	margin-top: 30px;
}

.footer-links .underline{
	margin: 0;
}

.footer-links h3{
	color: #f5f5f5;
	margin-bottom: 14px;
	font-size: 22px;
}

.footer-social{
	margin-left: -5px;
	margin-top: 27px;
}

.footer-social li{
	display: inline-block;
	margin-left: 5px;
}

.footer-social li a{
	width: 40px;
    height: 40px;
    background: #222222;
    display: table;
    text-align: center;
	color:#f5f5f5;
}

.footer-social li a:hover{
	background: #0BC560;
	color:#ffffff;
}

.footer-social li a i{
	display: table-cell;
    vertical-align: middle;
}

.footer-links .underline{
	margin-bottom: 39px;
}

.quick-contact li,
.quick-links ul li{
	margin-bottom: 13px;
}

.quick-links ul li a{
	color: #ffffff;
}

.quick-links ul li i{
	margin-right: 10px;
}

.quick-links ul li a:hover{
	color: #f39c12;
}
.copyright {
    padding: 0px 0;
    border-top: 1px solid #111111;
    margin-top: 40px;
}

.subscribe-content p {
    color: #ffffff;
    margin-bottom: 27px;
}

.subscribe-form input,
.subscribe-form .subscribe-btn { 
	border: 0;
}

.subscribe-form input:focus,
.subscribe-form .subscribe-btn:focus {
	outline:0;
	box-shadow:none;
}

.subscribe-form{
	max-width: 600px;
	margin: 0 auto;
}

.subscribe-form input{
    height: 60px;
	padding: 0 15px;
	box-shadow: none;
	border-radius:0;
	text-align: left;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.subscribe-btn {
	height: 40px;
	background: #0BC560;
	font-size: 16px;
	color: #fff;
	padding: 0 33px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.subscribe-btn i {
    padding-right: 7px;
}

label {
    font-weight: 400;
    color: #ffffff;
    margin-top: 5px;
}

@media (min-width:768px) and (max-width:991px){
	.footer-links .col-md-4{
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width:991px){
	.footer-links .col-md-4{
		margin-top: 35px;
		text-align: center;
	}
	
	.footer-links .underline{
		margin: 0 auto 30px;
	}
}
.loader-overlay {
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.preloader {
    background: #0BC560;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: ffffff9;
}

.preloader-inner-area {
    height: 100%;
    position: relative;
    width: 100%;
}

.l-preloader {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.c-preloader {
    width: 60px;
    height: 60px;
    position: relative;
}

.c-preloader::before {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #0BC560;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    animation-name: preloading;
    animation-duration: 1.2s;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.c-preloader::after {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #0BC560;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    animation-name: preloading;
    animation-duration: 1.2s;
    animation-delay: -0.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes preloading {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.scroll-top {
	position: fixed;
    bottom: 73px;
    right: 73px;
	z-index:  333;
	display: none;
}

.scroll-top span {
	position: absolute;
	width: 24px;
	height: 24px;
	margin-right: -12px;
	border-right: 2px solid #0BC560;
	border-top: 2px solid #0BC560;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb05 1.5s infinite;
	animation: sbb05 1.5s infinite;
}

@-webkit-keyframes sbb05 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(10px, -10px);
		opacity: 0;
	}
}

@keyframes sbb05 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(10px, -10px);
		opacity: 0;
	}
}

.tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.tabs nav {
    text-align: center;
}
.tabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.tabs nav ul li{
    border: 1px solid #becbd2;
    border-bottom: none;
    margin: 0 0.20em;
    display: block;
    float: left;
    position: relative;
    display: table;
    font-weight: bold !important;
    background-color: #eaa62d;
    color:#fff;
}

.tabs nav li.tab-current {
    border: 2px solid #d37a2b;
    box-shadow: inset 0 2px #d87c2c;
    border-bottom: none;
    z-index: 100;
    background-color: #fff;
    color: #eaa62d;

}

.tabs nav li.tab-current:before, .tabs nav li.tab-current:after {
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: 0;
    width: 1000px;
    background: #002b53;
}
.tabs nav li.tab-current:after {
    right: auto;
    left: 100%;
    width: 4000px;
}
.tabs nav i{
    cursor: pointer;
    text-decoration: none !important;
    display: block;
    font-size: 16px;
    line-height: 2.3;
    padding: 0 1.25em;
    white-space: nowrap;
    text-decoration: none;
}
.tabs nav i:before {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-family: 'ElegantIcons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin: -0.25em 0.4em 0 0;
}
.tabs nav a{
    cursor: pointer;
    text-decoration: none !important;
    display: block;
    font-size: 16px;
    line-height: 2.1;
    padding: 0 1.25em;
    white-space: nowrap;
    text-decoration: none;
}
.tabs nav a:before {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-family: 'ElegantIcons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin: -0.25em 0.4em 0 0;
}
.content section.content-current {
    display: block;

}
.content section {
    padding: 5px 0 0 0;
    display: none;
    max-width: 1230px;
    margin: 0 auto;
}
.content section:before, .content section:after {
    content: '';
    display: table;
}
.list_courses_tabs ul {
    list-style: none;
    margin: 0 0 0 0;
    width: 100%;
    padding: 0;
}
.list_courses_tabs ul li img{
    width: 45px;
}
.list_courses_tabs ul li {
    position: relative;
    padding: 5px 2px 2px 60px !important;
    min-height: 50px;
    width: 100%;
    border-bottom: 1px solid #ededed;
    text-align: left;
}
.list_courses_tabs ul li:hover {
    background-color: #F7C46A;

}
.list_courses_tabs ul li div {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}
.list_courses_tabs ul li figure {
    width: 45px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 5px;
}
.list_courses_tabs h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #002b53;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
}
.list_courses_tabs ul li h3 {
    color: #333;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: left;
}
.list_courses_tabs ul a{
    text-decoration: none;
    color: #777;
}
.list_courses_tabs ul li a small {
    color: #777;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

h2{
    font-size: 40px;
    font-weight: 400;
}

#ame-info {
    position: relative;
    background: url(../images/ame-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 75px 0;
    overflow: hidden;
}
#ame-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 247, 255, 0.4);
    z-index: 1;
}
#ame-info::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 5%;
    width: 320px;
    height: 200px;
    background: url(../images/plane.png) no-repeat center;
    background-size: contain;
    opacity: 0.18;
    z-index: 1;
}
#ame-info .container {
    position: relative;
    z-index: 2;
}


#ame-info .title h2 {
    color: #383f45;
}

#ame-info .sub-title {
    color: #555555;
}

.ame-info-box {
    background: #ffffff;
    padding: 10px 10px;
    border-radius: 14px;
    text-align: center;
    margin-top: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    transition: all 0.35s ease-in-out;
}

.ame-info-box:hover {
    transform: translateY(-10px);
}

.ame-icon {
    width: 75px;
    height: 75px;
    background: #edf6ff;
    border-radius: 50%;
    display: inline-table;
    margin-bottom: 10px;
}

.ame-icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    color: #f4a425;
}

.ame-info-box h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1f2d3d;
}

.ame-info-box p {
    font-size: 16px;
    line-height: 26px;
    color: #555555;
}
.ame-info-box ul {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    text-align: left;
}
.ame-info-box ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #444444;
    line-height: 26px;
}
.ame-info-box ul li::before {
    content: "\f072";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 18px;
    color: #002b53;
    transform: rotate(230deg);
}
.ame-btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    #ame-info {
        padding: 80px 0;
    }
    #ame-info::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .ame-info-box {
        padding: 30px 10px;
    }
}
.ame-scholarship-section {
    background: #ffffff;
}
.ame-title {
    font-size: 28px;
    font-weight: 700;
    color: #0b3c5d;
    margin-bottom: 5px;
}

.ame-subtitle {
    font-size: 18px;
    color: #555;
    margin-top: 10px;
}

.ame-scholarship-table {
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-radius: 6px;
    overflow: hidden;
}

.ame-scholarship-table thead {
    background: linear-gradient(135deg, #0b3c5d, #123b6d);
}

.ame-scholarship-table th {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 14px;
    border: none;
}

.ame-scholarship-table td {
    font-size: 15px;
    padding: 4px 10px;
    color: #333;
    border-top: 1px solid #e6e6e6;
    font-weight: 500;
}

.ame-scholarship-table tbody tr:nth-child(even) {
    background: #f9fbff;
}

.ame-scholarship-table tbody tr:hover {
    background: #eef5ff;
}
.highlight-row {
    background: linear-gradient(90deg, #fff1dc, #fff7ea) !important;
    font-weight: 600;
}
.scholarship-badge {
    padding: 3px 12px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
}

.badge-100 { background: #28a745; }
.badge-75  { background: #007bff; }
.badge-50  { background: #fd7e14; }
.badge-25  { background: #6c757d; }
.badge-20  { background: #5a6268; }
.badge-15  { background: #495057; }
.badge-10  { background: #17a2b8; }
@media (max-width: 767px) {
    .ame-title {
        font-size: 22px;
    }
    .ame-scholarship-table th,
    .ame-scholarship-table td {
        font-size: 14px;
        padding: 10px;
    }
}
.container {
        max-width: 1210px;
}
.ame-exam-section {
    position: relative;
    padding: 60px 0;
    background: url("../images/airport-bg.jpg") center center no-repeat;
    background-size: cover;
}
.ame-exam-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(179 176 196 / 65%), rgba(255, 255, 255, 0.25));
    z-index: 1;
}
.ame-exam-section .container {
    position: relative;
    z-index: 2;
}

.exam-box {
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.section-title {
    font-size: 22px;
    font-weight: 700;
    color: #0b3c5d;
    margin-bottom: 15px;
}

.section-title i {
    color: #0b3c5d;
    margin-right: 6px;
}

.exam-box p {
    font-size: 18px;
    color: #333;
    margin-bottom: 12px;
}
.exam-list {
    padding-left: 0px;
}

.exam-list li {
    font-size: 17px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.6;
}
.exam-list strong,
.exam-list .online {
    color: #f39c12;
    font-weight: 600;
}
.exam-btn {
    background: #0b3c5d;
    color: #fff;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 14px;
    border: none;
    transition: all 0.3s ease;
}
.exam-btn:hover {
    background: #082c44;
    color: #fff;
}
.exam-centre-table thead {
    background: #0b3c5d;
}
.exam-centre-table th {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none;
}
.exam-centre-table td {
    font-size: 16px;
    color: #333;
    text-align: center;
    padding: 5px;
}
.exam-centre-table tbody tr:nth-child(even) {
    background: #f3f3f3;
}
.exam-centre-scroll {
    max-height: 400px;
    overflow-y: auto;
    border-radius: 8px;
}
.exam-centre-table thead th {
    text-align: center;
    font-size: 17px;
}
.exam-centre-scroll::-webkit-scrollbar {
    width: 6px;
}

.exam-centre-scroll::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 10px;
}
.exam-centre-scroll::-webkit-scrollbar-thumb {
    background: #0b3c5d;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .ame-exam-section {
        padding: 40px 0;
    }

    .section-title {
        font-size: 25px;
    }

    .exam-box {
        padding: 20px;
    }
}
.exam-fee-section {
    background: #f5f7fb;
}
.exam-fee-card {
    background: #ffffff;
    padding: 28px 32px;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}
.exam-fee-title {
    font-size: 24px;
    font-weight: 700;
    color: #0b3c5d;
    margin-bottom: 34px;
    position: relative;
}

.exam-fee-title i {
    margin-right: 6px;
    color: #0b3c5d;
}

.exam-fee-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 70px;
    height: 3px;
    background: #0b3c5d;
    border-radius: 4px;
}
.fee-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9fbff;
    padding: 14px 18px;
    border-radius: 8px;
    margin-bottom: 14px;
    border-left: 5px solid #0b3c5d;
}

.fee-text {
    font-size: 18px;
    color: #333;
}

.fee-price {
    font-size: 18px;
    font-weight: 700;
    color: #f19500;
}
.fee-footer {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fee-note {
    font-size: 15px;
    color: #555;
    font-weight: 500;
}
.fee-btn {
    background: #0b3c5d;
    border: none;
    padding: 7px 18px;
    border-radius: 6px;
}
.fee-btn:hover {
    background: #082c44;
}
@media (max-width: 576px) {
    .fee-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .fee-price {
        margin-top: 6px;
    }

    .fee-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .fee-btn {
        margin-top: 10px;
    }
}
.important-dates-section {
    background: url("../images/sky-bg.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}

.important-dates-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.7);
}
.important-dates-section .container {
    position: relative;
    z-index: 2;
}
.info-card {
    background: rgba(255,255,255,0.9);
    border-radius: 14px;
    padding: 26px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.card-title {
    font-size: 22px;
    font-weight: 700;
    color: #0b3c5d;
    margin-bottom: 18px;
    position: relative;
}

.card-title i {
    margin-right: 6px;
}

.card-title::after {
    content: "";
    width: 70px;
    height: 3px;
    background: #0b3c5d;
    position: absolute;
    left: 0;
    bottom: -6px;
    border-radius: 4px;
}
.dates-table thead {
    background: #0b3c5d;
    color: #fff;
}
.dates-table th {
    font-size: 14px;
    border: none;
}
.dates-table td {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    padding: 5px;
}
.dates-table tbody tr:nth-child(even) {
    background: #f2f4f8;
}
.subscribe-text {
    font-size: 15px;
    color: #444;
    margin-bottom: 18px;
}
.custom-input {
    border-radius: 6px;
    font-size: 14px;
    padding: 10px 12px;
}
.subscribe-btn {
    background: #f39c12;
    color: #fff;
    padding: 5px 22px;
    font-size: 15px;
    border-radius: 6px;
    border: none;
}
.subscribe-btn:hover {
    background: #082c44;
    color: #fff;
}
@media (max-width: 768px) {
    .card-title {
        font-size: 26px;
    }
}
.ame-career-ui {
    background: url("../images/ame-bg-6.jpg") center/cover no-repeat;
    padding: 60px 0;
    position: relative;
}
.ame-career-ui::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.75);
}
.ame-career-ui .container {
    position: relative;
    z-index: 2;
}
.ame-card {
    background: rgba(255,255,255,0.9);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}
.ame-title {
    font-size: 30px;
    font-weight: 700;
    color: #0b3c5d;
    margin-bottom: 18px;
    position: relative;
}
.ame-title i {
    margin-right: 8px;
}
.ame-card p {
    font-size: 17px;
    color: #333;
    line-height: 1.7;
}

.ame-btn {
    background: #0b3c5d;
    color: #fff;
    padding: 8px 20px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 10px;
}
.ame-btn:hover {
    background: #082c44;
    color: #fff;
}
.ame-btn-sm {
    background: #0b3c5d;
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
}
.salary-highlight {
    font-size: 18px;
    font-weight: 600;
}

.salary-highlight span {
    color: #f39c12;
}
.ame-jobs > div {
    background: #f3f6fb;
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
}
.ame-subscribe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    flex-wrap: wrap;
}

.ame-subscribe span {
    font-size: 14px;
}
@media (max-width: 768px) {
    .ame-title {
        font-size: 26px;
    }
    .ame-card {
        padding: 22px;
    }
    .ame-subscribe {
        flex-direction: column;
        align-items: flex-start;
    }
    .ame-btn-sm {
        margin-top: 8px;
    }
}
.ame-right-img {
    width: 100%;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}
.ame-work-img {
    background-image: url("../images/ame-engineer.png");
}
.ame-salary-img {
    background-image: url("../images/ame-salary-chart.png");
}
@media (max-width: 992px) {
    .ame-right-img {
        display: none;
    }
}
.footer-links ul{
 list-style: none;
}
.enquiry-form {
    max-width: 360px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.enquiry-form h3 {
    font-size: 22px;
    margin-bottom: 6px;
    color: #002b53;
}

.enquiry-form p {
    font-size: 14px;
    color: #666;
    margin-bottom: 18px;
}
.enquiry-form input,
.enquiry-form select {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    outline: none;
    transition: border 0.3s ease;
}

.enquiry-form input:focus,
.enquiry-form select:focus {
    border-color: #0BC560;
}

.enquiry-form button {
    width: 100%;
    height: 46px;
    background: #e35c02;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}
.enquiry-form button:hover {
    background: #09a954;
}

@media (max-width: 480px) {
    .enquiry-form {
        padding: 22px;
    }
}
.table thead th {
    line-height: 16px;
    border-bottom: 2px solid #dee2e6;
    padding: 10px;
    vertical-align: middle;
    border-right: 1px solid #fff;
}
.important-dates-section .form-group {
    margin-bottom: .6rem;
}
.ame-scholarship-section  .col-lg-4, .ame-scholarship-section  .col-lg-4{
    padding-left: 8px;
    padding-right: 0px;
}







.aviation-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #0b3c5d;
    margin-bottom: 20px;
}
.aviation-title span {
    color: #f39c12;
}
.tabs nav ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}
.tabs nav ul li {
    list-style: none;
    background: #f1f4f8;
    border-radius: 6px 6px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.tabs nav ul li a {
    display: block;
    padding: 3px 18px;
    color: #0b3c5d;
    text-decoration: none;
}

.tabs nav ul li.tab-current {
    background: #f39c12;
}

.tabs nav ul li.tab-current a {
    color: #ffffff;
}

.list_courses_tabs {
    background: #f8fafc;
    border-radius: 16px;
    padding: 0px 10px 20px 10px;
}
.course-category {
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0b3c5d;
    text-transform: uppercase;
    margin: 20px auto 14px;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 2px solid #f39c12;
}
.course-category-wrap {
    text-align: center;
}
.list_courses_tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.course-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    margin-bottom: 5px;
    transition: all 0.3s ease;
}
.course-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}
.course-item figure {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
}
.course-item figure img {
    width: 100%;
}
.course-item h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #0b3c5d;
}
.course-item small {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #6c757d;
    position: relative;
    top: -5px;
}
.list_courses_tabs a {
    text-decoration: none;
}
@media (max-width: 768px) {
    .aviation-title {
        font-size: 24px;
    }

    .tabs nav ul {
        flex-wrap: wrap;
    }

    .course-item {
        padding: 12px;
    }
}

.ame-overview {
    position: relative;
    padding: 40px 0px 20px 0px;
    background: url("../images/ame-sky-bg.jpg") center top no-repeat;
    background-size: cover;
    overflow: hidden;
}

.ame-overview::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(230, 240, 255, 0.85),
        rgba(255, 255, 255, 0.95)
    );
    z-index: 1;
}

.ame-overview::after {
    content: "";
    position: absolute;
    top: -40px;
    right: 71%;
    width: 380px;
    height: 230px;
    background: url("../images/airplane-watermark.png") no-repeat center;
    background-size: contain;
    opacity: 0.8;
    z-index: 2;
}

.ame-overview .container,
.ame-overview * {
    position: relative;
    z-index: 3;
}

.ame-main-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #0b3c5d;
    margin-bottom: 20px;
}

.ame-main-title span {
    color: #f39c12;
}

.ame-intro {
    font-size: 18px;
    color: #444;
    line-height: 1.8;
    text-align: center;
    margin: 0 auto 15px;
}

.ame-highlight-box {
    background: #ffffff;
    border-left: 6px solid #f39c12;
    padding: 10px 28px;
    margin: 20px auto;
    max-width: 900px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.ame-highlight-box h3 {
    font-size: 22px;
    color: #0b3c5d;
    margin-bottom: 10px;
}

.ame-highlight-box ul {
    list-style: none;
    padding-left: 0;
}
.ame-highlight-box ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}
.ame-highlight-box li {
    font-size: 16px;
    margin-bottom: 8px;
    color: #333;
    padding-left: 28px;
    position: relative;
}
.ame-highlight-box li::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 20px;
    color: #f39c12;
}
.ame-stream-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #0b3c5d;
    margin: 50px 0 30px;
}
.ame-streams {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.ame-stream-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.ame-stream-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.15);
}
.ame-stream-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #f39c12;
    margin-bottom: 14px;
}
.ame-stream-card ul {
    list-style: none;
    padding-left: 0;
    margin-left: 10px;
    line-height: 22px;
}
.ame-stream-card li {
    font-size: 15px;
    color: #000000;
    margin-bottom: 8px;
    padding-left: 18px;
    position: relative;
}
.ame-stream-card li::before {
    position: absolute;
    left: 0;
    color: #f39c12;
    font-weight: bold;
    content: "\f00c";
    font-family: FontAwesome;
}
@media (max-width: 768px) {
    .ame-main-title {
        font-size: 28px;
    }
    .ame-stream-title {
        font-size: 22px;
    }
    .ame-intro {
        font-size: 16px;
    }
    .ame-overview::after {
        display: none;
    }
}

.footer-tools{
    display: none;
}
.footer-tools {
    background: #fff;
    /* padding:0px 50px 0px 50px; */
    border: 2px solid #f39c12;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 50;
    transition: all 0.5s;
    box-shadow: 0 -10px 20px rgba(0,0,0,0.2);
    border-radius: 70px;
}
.footer-tools .footer-tools-inner{
    display: table;
    width: 100%;
    justify-content: center;
    align-items: center;
 }

.footer-tools .footer-tools-inner button {
    width: 25%;
    padding: 10px 0;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    color: #002b53;
    font-weight: bold;
    text-decoration: none;
    border: none;
    border-right: 1px solid #986d0f;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    font-family: 'Dosis', sans-serif;
}
.footer-tools .footer-tools-inner button.invert {
    background: #265581;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .hide-xs-2{
        display: none;
    }
     .footer-tools {
        padding:0px;
    }
    .footer-tools .footer-tools-inner button:first-child {
        display: none;
    }
   .footer-tools .footer-tools-inner button {
      width: 50%;
    }
}
@media only screen and (max-width: 640px) {
    .footer-tools .footer-tools-inner button:nth-child(3) {
        display: none;
    }
}
.blend-mode {
    width: 100%;
    height: 100% !important;
}
.mobile-app h2{
    text-align: inherit;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
}
.google-play-app {
    width: 350px;
    padding-top: 26px;
    border-top: 1px solid #d2d6de;
    position: relative;
    margin: 32px auto 0 auto;
    text-align: center;
}
.google-play-app::before {
    content: "Or";
    font-size: 14px;
    font-weight: 500;
    color: #51565e;
    display: inline-block;
    width: 30px;
    height: 20px;
    background: #f8fbff;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    margin: auto;
}
#footer .scrollTop {
    width: 64px;
    height: 64px;
    position: fixed;
    right: 20px;
    bottom: 40px;
    border-radius: 50%;
    cursor: pointer;
}
#footer .scrollTop {
    width: 64px;
    height: 64px;
    position: fixed;
    right: 20px;
    bottom: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999999;
}
#footer .scrollTop::after {
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f062";
    color: #db7e2d;
    background-image: url(../images/whatsapp.png);
    background-repeat: no-repeat;
    text-align: center;
    position: absolute;
    font-size: 0px;
    left: 0px;
    top: -20px;
    animation: MoveUpDown 1s linear infinite;
    width: 100%;
    height: 100%;
}
 @keyframes MoveUpDown {
    0%,7%{
       transform:rotateZ(0)}15%{transform:rotateZ(-15deg)
    }
    20%{
       transform:rotateZ(10deg)
    }
    25%{
       transform:rotateZ(-10deg)
    }
    30%
    {
       transform:rotateZ(6deg)
    }
    35%{
       transform:rotateZ(-4deg)
    }
    100%,40%{
        transform:rotateZ(0)
    }
  }
.hero-form {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
    /* overflow: hidden; */
    margin-top: 40px;
    padding-top: 0px !important;
    padding-right: 0px !important;
    margin-right: 4.8%;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    margin-left: 4.8%;
    min-width: 374px;
    z-index: 99999999;
    position: relative;
}
.hero-form-header {
    /* background: linear-gradient(135deg, #0b3c5d, #0f5fa3); */
    /* padding: 18px 15px; */
    /* text-align: center; */
    color: #ffffff;
    position: relative;
    z-index: 11;
    box-shadow: 0 0 20px rgb(0 0 0 / 75%);
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 120, 180, 1) 0%, rgba(0, 170, 254, 1) 100%);
    padding: 10px;
    margin: 0 -20px;
}
.hero-form-header h5 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
    color: #fff;
}
.hero-form-header p {
    font-size: 16px;
    margin: 0;
    opacity: 0.9;
    font-weight: 500;
}
.hero-form-body {
    padding: 20px 18px 22px;
}

.hero-form-body .form-group {
    position: relative;
    margin-bottom: 14px;
}
.hero-form-body .form-group i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #0b3c5d;
    font-size: 14px;
}
.hero-form-body input, .hero-form-body select{
    width: 100%;
    height: 44px;
    padding: 0 12px 0 36px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}
.hero-form-body input:focus {
    border-color: #0BC560;
    box-shadow: 0 0 0 2px rgba(11,197,96,0.15);
}
.hero-submit-btn {
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #f39c12, #e35c02);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 6px;
}
.hero-submit-btn i {
    margin-right: 6px;
}
.hero-submit-btn:hover {
    background: linear-gradient(135deg, #e35c02, #f39c12);
    transform: translateY(-1px);
}
.hero-form-footer {
    text-align: center;
    margin-top: 12px;
}
.hero-form-footer small {
    display: block;
    font-size: 12px;
    color: #777;
    margin-bottom: 6px;
}
.hero-call {
    font-size: 14px;
    font-weight: 700;
    color: #0b3c5d;
}

.hero-call i {
    color: #0BC560;
    margin-right: 4px;
}
@media (max-width: 991px) {
    .hero-form {
        margin-top: 30px;
    }
}
.hero-form-header:before {
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    left: 0px;
    z-index: 999999;
}
.hero-form-header:before, .hero-form-header:after {
    content: '';
    background: #112941;
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: -10px;
}
.hero-form-header:after {
    clip-path: polygon(0 0, 0 100%, 100% 0);
    right: 0;
}
.hero-form-header:after {
    content: '';
    background: #112941;
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: -10px;
}
.fixed-cta {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.fixed-cta .cta-btn {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    padding: 16px 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 6px 0 0 6px;
    text-align: center;
    transition: all 0.3s ease;
    font-family: 'Poppins';
    font-size: 16px;
}
.fixed-cta .apply-now {
    background: #002b53;
    color: #ffffff;
}
.fixed-cta .query-now {
    background: #ffffff;
    color: #002b53;
    border: 1px solid #002b53;
}
.fixed-cta .cta-btn:hover {
    transform: rotate(180deg) translateX(-4px);
}

.model-form-custom .modal-dialog {
    max-width: 800px;
    top: 10%;
}
.popup-content-main h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: unset;
    color: #001529;
    line-height: 50px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 0px;
}
.popup-content-main h3:before {
    position: absolute;
    content: '';
    background: #db7e2d;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 70px;
    right: 0;
    margin: auto;
}
.model-form-custom .modal-body {
    padding: 10px;
}
.model-form-custom .modal-content {
    border-radius: 0;
}
.model-form-custom .modal-body::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: url(../images/popup-top-right-shap.png) no-repeat;
    height: 20%;
    width: 15%;
}
button.close:focus {
    outline: none !important;
}
.popup-content-main input.form-control {
    height: 44px;
    background: #8080801f;
}
.popup-content-main select.form-control {
    height: 44px;
    background: #f0f0f0;
}
.popup-content-main .form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #0e0e0e;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 1%);
}
input.submit-btn {
    cursor: pointer;
    padding: 7px 20px;
    background: #db7e2d;
    color: #fff;
    border: 1px solid #db7e2d;
    border-radius: 5px;
}
button.close {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    opacity: 1;
    padding: 5px 15px !important;
    font-size: 35px;
    font-weight: 600;
    line-height: 30px;
    z-index: 999999
}
.close:hover {
    color: #fff;
}

.modal-dialog {
    width: auto !important;
    top: 10%;
}
.modal-content {
    height: auto;
}

@media only screen and (max-width: 767px) {
   .model-form-custom img {
        display: none;
    }
    .model-form-custom .modal-body::before {
        height: 22%;
        width: 33%;
    }
}
.hide{
 display: none;
}
.nav-icons-container a {
  color: #fff;
}
.top-bar-change a{
    color: #777777;
}

.accordian-container h5 {
    font-size: 14px;
    cursor: pointer;
    padding-bottom: 0px;
}
.accordian-container .card, .accordian-container .card-header {
    background: transparent;
}
.accordian-container .card-header + div {
    background-color: #fff;
}
.accordian-container .card-header{
  padding: .30rem .85rem;
}
.accordian-container .card-header + div ul {
    margin: 0;
    padding: 0;
}
.accordian-container .card-header + div ul li {
    list-style: none;
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}
/*.accordian-container .card-header + div ul li::before {
    content: '\f054';
    font-family: 'fontAwesome';
    color: #888888;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 6px;
}
*/
@media only screen and (max-width: 767px) {
    .course-bg-color {
        background-color: #db7e2d !important;
    }
   .course-heading {
        font-size: 17px;
        color: #fff;
    }
  .hero-form {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    padding-top: 0px !important;
    padding-right: 0px !important;
    margin-right: 4.8%;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    margin-left: 4.8%;
    min-width: 300px;
    z-index: 99999999;
    position: relative;
  }
  .width-30{
    width: 30%
  }
  .home-description h1 {
    color: #f5f5f5;
    font-weight: 500;
    margin-top: 69px;
   }
  
   .fixed-cta .cta-btn {
    padding: 16px 0px;
   }
   #footer .scrollTop::after {
     left: 15px;
  }
}
.arrow-btn {
    float: right;
}
.list_courses_tabs h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #002b53;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
}
.mobile-courses ul li, .mobile-courses ul{
 list-style:none;
}
.mobile-courses ul li strong{
    color: #002b53;
}
.line {
    background-color: #db7e2d;
    margin-top: 0px;
}
.heading-m{
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #eab155;
    line-height: 38px;
    padding-bottom: 30px;
}
.dark{
    font-size: 16px;
    color: #000;
}
.height-95{
  height: 95%
}
.navbar-brand {
    position: relative;
}
.navbar-brand .logo {
    height: 50px;
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.logo-black {
    display: none;
}
.logo-white {
    display: inline-block;
}
.header-menu.top-bar-change .logo-white {
    display: none;
}
.header-menu.top-bar-change .logo-black {
    display: inline-block;
}
@media (max-width: 768px) {

  .ame-scholarship-table,
  .ame-scholarship-table thead,
  .ame-scholarship-table tbody,
  .ame-scholarship-table th,
  .ame-scholarship-table td,
  .ame-scholarship-table tr {
    display: block;
    width: 100%;
  }
  .ame-scholarship-table thead {
    display: none;
  }
  .ame-scholarship-table tbody tr {
    background: #ffffff;
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    border-left: 6px solid #f39c12;
  }
  .ame-scholarship-table td:first-child {
    font-size: 15px;
    font-weight: 700;
    color: #0b3c5d;
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
  }
  .ame-scholarship-table td:first-child::before {
    display: none;
  }
  .ame-scholarship-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    font-size: 16px;
    border: none;
    font-family: 'Poppins', sans-serif;
  }
  .ame-scholarship-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #0b3c5d;
    font-size: 16px;
  }
  .scholarship-badge {
    font-size: 13px;
    padding: 4px 14px;
    border-radius: 14px;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .ame-scholarship-table td::before {
    text-align: left;
  }
  .ame-scholarship-table td > * ,
  .ame-scholarship-table td:not(:first-child) {
    text-align: center;
  }
  .ame-scholarship-table td[data-label="Scholarship"] .scholarship-badge {
    margin: 0 auto;
    display: inline-block;
  }
    .ame-scholarship-table td .amount, .ame-scholarship-table td .students{
          position: relative;
          margin: 0 auto;
    }
   .mt-30-xs{
      margin-top: 30px;
   }
   .nav-icons-container {
      width: 100%;
      max-width: 175px;
   }
  .fixed-cta{
   display: none;
  }
}

#ame-streams-slider .owl-stage-outer {
	overflow: visible;
}

#ame-streams-slider .owl-stage {
	padding-left: 0 !important;
}

@media (max-width: 767px) {
	#ame-streams-slider .owl-stage {
		transform: translateX(-30px);
	}
}
.owl-carousel,
.owl-stage-outer {
    overflow: hidden;
}
.owl-stage {
    touch-action: pan-y !important;
}
.owl-item {
    touch-action: pan-y !important;
}

.owl-carousel * {
    -webkit-tap-highlight-color: transparent;
}
.stream{
    color: #f3a11e;
    text-decoration: underline;
}