	*{ 
		font-family:'Montserrat';
	}
	body {
		overflow-x: hidden;
		position: relative;
	}
	.header-top {
		background: #1e275d;
		padding: 18px 0px;
	}
	.header-top p {
		font-size: 14px;
		font-weight: 600;
		color: #fff;
		margin-bottom: 0px;
	}
	.header-top .container-fluid {
		max-width: 93%;
	}
	.header-middle {
		padding: 6px 0px;
	}
	.mainmenu {
		margin-top: 40px;
		margin-left: 40px;
	}
	.account {
		background: #1e275d;
		border-radius: 30px;
		padding: 14px 21px;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 600;
	}
	.account i{
		padding-right: 6px;
	}
	.Right-menu {
		display: flex;
		justify-content: flex-end;
		margin-top: 35px;
		gap: 1.5em;
	}
	/*MENU*/
	#sidebar-wrapper {
		margin-right: -250px;
		right: 0;
		top: 0;
		width: 232px;
		background:#162861;
		position: fixed;
		height: 100%;
		overflow-y: auto;
		z-index: 999999;
		transition: all 0.5s ease-in 0s;
		-webkit-transition: all 0.5s ease-in 0s;
		-moz-transition: all 0.5s ease-in 0s;
		-ms-transition: all 0.5s ease-in 0s;
		-o-transition: all 0.5s ease-in 0s;
	}
	.sidebar-nav {
		top: 5px;
		list-style: none;
	}
	.sidebar-nav li {
		line-height: 50px;
		text-indent: 20px;
	}
	.sidebar-nav li a {
		color: #fff;
		display: block;
		text-decoration: none;
		font-size: 16px;
		font-weight: 600 !important;
    }
	.sidebar-nav li a:hover {
		color: #fff;
		background: rgba(255,255,255,0.2);
		text-decoration: none;
	}
	.sidebar-nav li a:active, .sidebar-nav li a:focus {
		text-decoration: none;
	}
	.sidebar-nav > .sidebar-brand {
		line-height: 56px;
		font-size: 16px;
		font-weight:800;
	}
	.sidebar-nav > .sidebar-brand a {
		color: #fff;
	}
	.sidebar-nav > .sidebar-brand a:hover {
		color: #fff;
		background: none;
	}
	#menu-close {
		color: #fff;
		background-color: transparent;
		border: none;
		padding-top: 20px;
	}
	#menu-toggle {
		/*top: 20px;
		right: 0;
		position: absolute;
		z-index: 1;*/
	}
	.head-menu a.btn-primary {
		color: #282828 !important;
		background-color: transparent !important;
		border: none !important;
		border-radius: 0px !important;
	}
	#sidebar-wrapper.active {
		right: 250px;
		width: 250px;
		transition: all 0.5s ease-out 0s;
		-webkit-transition: all 0.5s ease-out 0s;
		-moz-transition: all 0.5s ease-out 0s;
		-ms-transition: all 0.5s ease-out 0s;
		-o-transition: all 0.5s ease-out 0s;
	}
	.pull-right {
		float: right;
	}
	.toggle {
		margin: -8px 5px 0 0;
	}
	.head-menu i {
		font-size: 28px;
	}
	.header-top {
		padding: 20px 0px;
	}
	.header-logo {
		margin-top: 10px;
	}
	.header-middle .container-fluid {
		max-width: 95%;
	}

	/*******MAIN MENU*********/
	.mainmenu .navbar {
		padding: 0px;
	}
	.mainmenu .navbar-nav {
		margin: 0px;
	}
	.mainmenu li.nav-item {
		margin: 0px;
		position: relative;
	}
	.mainmenu li.nav-item a {
		font-size: 16px;
		font-weight: 600;
		color: #282828;
		padding: 20px 20px;
		position: relative;
		text-decoration: none !important;
	}
	.mainmenu .nav-item.active a,
	.mainmenu .nav-item a:focus,
	.mainmenu .nav-item a:hover {
		color: #53a3f8;
	}

	.header-bottom {
		position: relative;
	}
	.banner-contents {
		position: absolute;
		top: 13%;
		right: 195px;
	}

	.banner-contents h1 {
		font-size: 46px;
		font-weight: 600;
		color: #fff;
		margin: 10px 0px;
		line-height: 1.4;
		text-transform: uppercase;
		text-shadow: 2px 2px #000;
		width: 90%;
	}
	.banner-contents h1 span {
		font-weight: 400;
		color: #53a3f8;
		font-size:46px;
	}
	.btn.common-btn.banner-btn {
		color: #fff !important;
		position: absolute;
		right: 354px;
		top: 74px;
		background-color: #ffad01 !important;
	}
	.btn.common-btn {
		font-size: 17px;
		font-weight: 600;
		color: #fff;
		background-color: #ffad01;
		padding: 10px 35px;
		border-radius: 30px;
		border: 0px;
		margin-top: 10px;
	}
	.btn.common-btn i {
		margin-right: 5px;
	}
	.trust-btn a {
		text-decoration: none;
		font-size: 29px;
		color: #fff ! Important;
		border-radius: 38px;
		font-weight: 600;
		border: none;
		padding: 14px 30px;
		width: 100%;
		display: inline-block;
		background: #1E275D !important; 
		background:-moz-linear-gradient(87deg, rgba(30, 39, 93, 1) 40%, rgba(85, 139, 194, 1) 100%) !important;
		background:-webkit-linear-gradient(87deg, rgba(30, 39, 93, 1) 40%, rgba(85, 139, 194, 1) 100%) !important;
		background: linear-gradient(87deg, rgba(30, 39, 93, 1) 40%, rgba(85, 139, 194, 1) 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e275d', endColorstr='#558bc2',GradientType=1 )!important;
	}
	.training-holder {
		padding: 20px 0px 80px;
	}
	.trust-btn {
		margin-bottom: 20px;
	}

	/* .course-btn a {
		font-size: 13px;
		color: #282828;
		font-weight: 800;
		text-decoration: none;
	}
	.course-btn ul {
		display: flex  !important;
	}
	.course-btn ul li {
		border: 2px solid #53a3f8;
		text-align: center;
		margin-right: 12px;
		padding: 12px 36px;
		border-radius: 30px;
		transition: all 0.3s ease;
	}
	
	.course-btn ul li a:hover {
		background-color: #53a3f8; 
		color: white;
		border-color: #53a3f8;
	}

	.course-holder {
		padding-bottom: 70px;
	} */

	.course-btn a {
		font-size: 13px;
		color: #282828;
		font-weight: 800;
		text-decoration: none;
		display: block;
		transition: color 0.3s ease;
	}

	.course-btn ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 12px;
		padding: 0;
	}

	.course-btn ul li {
		border: 2px solid #53a3f8;
		text-align: center;
		padding: 12px 24px;
		border-radius: 30px;
		transition: all 0.3s ease;
		list-style: none;
	}

	.course-btn ul li:hover {
		background-color: #53a3f8;
	}

	.course-btn ul li:hover a {
		color: white;
	}

	.course-holder {
		padding-bottom: 70px;
	}
	.owl-carousel.owl-drag .owl-item {
		display: flex;
		align-items: stretch;
		height: 100% !important;
	}
		.item.test-1 {
		min-height: 100%;
		min-width: 450px;
		max-width: 450px;
		}
		.review-wrap{
			border: 2px solid #e3eef9 !important;
		}
		.marquee-container {
		overflow: hidden;
		position: relative;
		}

		.marquee-track {
		animation: marquee-scroll 400s linear infinite;
		width: max-content;
		}

		.review-wrap {
		height: 100%;
		background: #fff;
		border: 2px solid #e3eef9 !important;
		display: flex;
		flex-direction: column;
		}
	.marquee-container:hover .marquee-track {
	animation-play-state: paused;
	}
	@keyframes marquee-scroll {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-50%);
	}
	}

		/* Optional: Responsive text resizing for small screens */
	@media (max-width: 576px) {
	 	.course-btn a {
			font-size: 11px;
		}
	 	.course-btn ul li:hover {
			background-color: #53a3f8;
		}

	 	.course-btn ul li:hover a {
			color: white;
		}

	}
	.review-heading {
		text-align: center;
		margin-bottom: 50px;
	}
	.review-wrap {
		border: 2px solid #e3eef9;
		border-radius: 5px;
		padding: 25px 25px;
		margin-bottom: 20px;
		height: auto;
	}
	.review-wrap h5 {
		color: #32343d;
		font-weight: 600;
		font-size: 17px;
		font-family: 'Poppins';
	}
	.review-wrap h4 {
		font-size: 15px;
		color: #32343d;
		font-family: 'Poppins';
		font-weight:400;
	}
	.review-wrap p {
		color: #6f6f6f !important;
		font-size: 15px !important;
		width: 83%;
		font-weight: 400 !important;
	}
	 .review-contents .owl-carousel.owl-carousel-review.owl-loaded.owl-drag {
		display: flex;
		justify-content: space-between;
		gap: 0.5em;
		position: relative;
		width: 100%;
		background-color: transparent;
		overflow: hidden;
		box-sizing: content-box;
	}
	.review-contents {
		position: relative;
	}
	.review-contents .owl-carousel .owl-stage-outer {
		width: 100vw;
		overflow: visible;
	}
	.review-wrap  i.fa-solid.fa-star {
		color: #f9a030;
		font-size: 14px;
	}
	.review-holder {
		padding-bottom: 25px;
	}
	.review-contents::before {
		content: "";
		position: absolute;
		bottom: 12px;
		left: 0 !important;
		width: 20%;
		height: auto !important;
		background-image: url(img/others/review-before-bg.png);
		background-repeat: no-repeat;
		z-index: 9;
		top: 0;
	}
	.review-contents::after {
		content: "";
		position: absolute;
		bottom: 12px;
		right: 0 !important;
		width: 20%;
		height: auto !important;
		background-image: url(img/others/review-after.png);
		background-repeat: no-repeat;
		z-index: 1;
		top: 0;
	}
	.heading h2 {
		font-size: 47px;
		font-weight: 600;
		color: #011b38;
		margin-bottom: 20px;
		text-transform:Uppercase;
	}
	.heading h2 span {
		font-size: 47px;
		font-weight: 400;
		color: #53a3f8;
		text-transform:Uppercase;
	}
	.holder p {
		font-size: 18px;
		font-weight: 400;
		color: #484848;
		margin: 10px 0px;
	}
	.training-content {
		background: #f3f5ff;
		border-radius: 16px;
		padding: 40px 25px;
		min-height: 268px;
	}
	.training-content.last{
	 background:#e8f0f9;
	}
	.btn.training-btn.common-btn {
		background: #53a3f8 !important;
		font-weight: 800;
		color:#fff !important;
		text-transform: uppercase;
		padding: 13px 35px;
	}
	.training-content h3 {
		color: #53a3f8;
		font-weight: 600;
		text-transform: uppercase;
		font-size: 35px;
	}
	.training-content h3 span{
		font-weight:400;
		color:#1e275d;
	}
	.training-content p {
		font-size: 17px;
		color: #484848;
		padding: 0px 20px;
	}
	.contact-form input.btn.submit-btn {
		font-weight: 800;
		color: #fff;
		background: #53a3f8;
		border-radius: 50px;
		width: 60px;
		height: 60px;
		font-size: 19px;
	}
	.contact-form input.form-control {
		border-radius: 30px;
		border: 30px;
		font-size: 15px;
		color: #353434;
		padding: 17px 24px;
		border: 1px solid rgba(0,0,0,0.2);
		margin-right: -66px;
	}
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #353434 !important;
	  opacity:1 !important;
	}
	::-moz-placeholder { /* Firefox 19+ */
	  color: #353434 !important
	}
	:-ms-input-placeholder { /* IE 10+ */
	  color:#353434 !important
	}
	:-moz-placeholder { /* Firefox 18- */
	  color: #353434 !important
	}
	.contact-form .form-group.zip {
		margin-right: 10px;
		margin-top: 9px;
	}
	.contact-form .form-group {
		display: inline-block;
	}
	.training-wrap::after {
		content: "";
		position: absolute;
		/* bottom: 0; */
		left: 0;
		right: 0;
		margin: auto;
		width: 953px;
		height: 77px;
		background-image: url(img/others/shadow-bg.png);
		background-repeat: no-repeat;
		display: table;
		/* z-index: -1; */
	}
	.foot-contact {
		background-color: #d4af37;
	}
	.foot-contact {
		background-color: #d4af37;
		padding: 15px 0px;
		text-align: center;
	}
	.foot-contact a {
		font-size: 16px;
		font-weight: 500;
		color: #1c2526;
		text-decoration: none;
		vertical-align: middle;
	}
	.foot-contact a i {
		color: #d4af37;
		background-color: #1c2526;
		width: 35px;
		height: 35px;
		text-align: center;
		border-radius: 50px;
		padding-top: 11px;
		margin-right: 5px;
		font-size: 15px;
		vertical-align: middle;
	}
	.foot-menu {
		display: table;
		margin: auto;
		padding-top: 10px;
	}
	.foot-menuwrap {
		background-color: #1e275c;
		padding-top: 100px;
	}
	.foot-menuwrap h6 {
		font-size: 20px;
		font-weight: 600;
		color: #87bffa;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	.foot-menuwrap ul li {
		margin-bottom: 10px;
	}
	.foot-menuwrap ul li a {
		font-size: 14px;
		color: #fff;
		text-decoration: none;
	}
	.brdr-rt {
		/*border-right: 2px solid #646a6b;*/
	}
	.col-6.col-sm-3.col-md-3.brdr-rt::before{
		 content: "";
		position: absolute;
		/* bottom: 0; */
		width: 3px;
		height: 249px;
		background-image: url(img/others/sep-line.png);
		background-repeat: no-repeat;
		/* z-index: -1; */
	}
	
	.foot-menu.about,.foot-menu.resource {
		margin:auto auto auto 35px;
	}
	.foot-social ul li:hover a {
		background-color: #53a3f8;
		color:#1e275c;
	}
	.foot-social ul li a {
		font-size: 18px !important;
		color: #1e275c;
		background-color: #fff;
		width: 40px;
		height: 40px;
		display: block;
		border-radius: 50px;
		text-align: center;
		padding-top: 7px;
		margin: 0px 10px;
	}
	.copyrights-wrap {
		background-color: #1e275c;
		padding: 20px 0px 50px 0px;
	}
	.copyrights p {
		font-size: 14px;
		color: #fff;
		margin-top: 26px;
	}
	.foot-social {
		margin-top: 20px;
	}
	.footer-btn {
		margin-top: 5px;
	}
	.foot-menu li.address {
		line-height: 1.9;
	}
	.btn.footer-btn.common-btn {
		background: #53a3f8 !Important;
		text-transform: uppercase;
		font-size: 14px;
		padding: 13px 35px;
		color:#fff !Important;
	}
	.copyrights {
		position: relative;
		left: 38px;
	}
	.foot-logo {
		margin-top: 10px;
	}
	.foot-logo ul li {
		margin: 0px 10px 0px 0px;
	}

	/*Form Css*/
	#formContainer, #thankYouMessage {
      display: none;
      border: 2px solid #000;
      padding: 60px;
      position: relative;
      margin-top: 0px;
	  border-radius:2px;
	  margin-bottom: 60px;
    }
  .close-btn {
    position: absolute;
    top: 23px;
    right: 66px;
    font-weight: bold;
    cursor: pointer;
    color: #282828;
    border: 2px solid #53a3f8;
    text-align: center;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 17px;
    }
	#contactForm .form-control {
    border-radius: 30px;
    font-size: 15px;
    color: #353434;
    padding: 13px 24px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    }
	.contact-holder .form-group {
    margin-bottom: 15px;
   }
   input.btn.sub-btn {
    margin-left: auto;
    display: flex;
    border: 2px solid #53a3f8;
    text-align: center;
    padding: 15px 36px;
    border-radius: 30px;
    line-height: 17px;
    margin-top: 5px;
    background: #53a3f8 !important;
    font-weight: 800;
    color: #fff !important;
    text-transform: uppercase;
	font-size:17px;
    }
   .contact-holder h3 {
    font-size: 35px;
    color: #53a3f8;
    font-weight: 600;
    text-transform: uppercase;
    }
	.contact-holder h3 span{
	font-weight: 400;
    color: #1e275d;
	}
	.contact-heading.heading {
    margin-bottom: 25px;
    }
	div#thankYouMessage p a {
    color: #53a3f8 !important;
   }
   div#thankYouMessage strong {
    color: #011b38;
   }
           /* Custom styles */
        .sidebar {
            position: fixed;
            top: 0;
            right: -280px;
            height: 100vh;
            width: 280px;
            background-color: #f8f9fa;
            transition: right 0.3s ease-in-out;
            z-index: 1000;
            padding: 20px;
            box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
        }

        .sidebar.active {
            right: 0;
        }
        .section {
            min-height: 100vh;
            padding: 60px 20px;
        }

        .nav-link {
            color: #333;
            transition: all 0.3s;
        }

        .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
        }
		#sidebar{
			background: #162861;
			position: fixed;
			height: 100%;
			z-index: 999999;
		}
		#sidebar-nav .nav-pills a{
			color: #ffffff;
			font-weight:500;
			text-decoration: none;
			padding: 10px 20px;
		}
		#sidebar-nav .nav-pills a:hover{
			background: #ffffff33 !important;
		}
		.nav-pills .nav-link {
			border-radius: 0;
		}
		
.testimonial-scroll-container {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 1rem;
}

.testimonial-item {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 0.5rem;
  scroll-snap-align: center;
}

@media (min-width: 768px) {
   .testimonial-item {
    flex: 0 0 auto;
    max-width: 300px;
  }
}

/* Hide horizontal scrollbar (optional) */
.testimonial-scroll-container::-webkit-scrollbar {
  display: none;
}

.testimonial-scroll-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 1rem;
}

.testimonial-item {
  flex: 0 0 100%;
  max-width: 25%;
  box-sizing: border-box;
  padding: 0 0.5rem;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(0);
  z-index: 10;
  background: #53a3f8;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  padding: 10px 12px;
  transition: background 0.3s ease;
}
.scroll-btn:hover {
  background: #1e275d;
}

.scroll-left {
  left: 10px;
}

.scroll-right {
  right: 10px;
}

/* Media Querry */
@media (max-width: 1024px) {
   .testimonial-scroll-container .testimonial-item {
    max-width: 50%;
  }
}
/*RESPONSIVE*/
@media screen and (max-width: 3840px) {
	.banner-contents {
		top: 13%;
		/* right: 940px; */
	}
}
@media screen and (max-width: 2880px) {
	/* .banner-contents {
		right: 633px;
	} */
}
@media screen and (max-width: 2560px) {
	/* .banner-contents {
		right: 486px;
	} */
}
@media screen and (max-width: 2300px) {
	/* .banner-contents {
		right: 346px;
	} */
}
@media screen and (max-width: 2100px) {
	/* .banner-contents {
		right: 250px;
	} */
}
@media screen and (max-width: 1920px) {
	.banner-contents {
		right: 65px;
	}
}
@media screen and (max-width: 1680px) {
	/* .banner-contents {
		right: 53px;
	} */
	.mainmenu {
		margin-top: 36px;
		margin-left: 40px;
	}
	.Right-menu {
		margin-top: 32px;
	}
}
@media screen and (max-width: 1600px) {
	/* .banner-contents {
		right: 25px;
	} */
	.mainmenu {
		margin-top: 33px;
		margin-left: 40px;
	}
	.Right-menu {
		margin-top: 30px;
	}
}
@media screen and (max-width: 1500px) {
	/* .banner-contents {
		right: 25px;
	} */
	.Right-menu {
		margin-top: 25px;
	}
	.mainmenu {
		margin-top: 27px;
		margin-left: 40px;
	}
	.banner-contents {
		right: -4px;
	}
}
@media screen and (max-width: 1440px) {
	/* .banner-contents {
		right: -51px;
	} */
}
@media screen and (max-width: 1366px) {
	.Right-menu {
		margin-top: 23px;
	}
	.training-content h3,.training-content h3 span {
		font-size: 30px;
	}
	.review-wrap p {
		width: 90%;
	}
	.course-btn ul li {
		margin-right: 10px;
		padding: 12px 29px;
	}
	.course-btn a {
		font-size: 12px;
	}
	.foot-menu {
		display: table;
		margin: auto;
		margin-left: 35px;
	}
}
@media screen and (max-width: 1280px) {
	.mainmenu {
		margin-top: 25px;
		margin-left: 40px;
	}
	.account {
		padding: 11px 21px;
	}
	.banner-contents {
		right: -15px;
	}
	.banner-contents h1,.banner-contents h1 span {
		font-size: 40px;
	}
	.btn.common-btn.banner-btn {
		right: 293px;
		top: 62px;
	}

}
@media screen and (max-width: 1279px) {
	.review-wrap p {
    font-size: 13px !important;
	}
	.Right-menu {
		margin-top: 21px;
	}
	.trust-btn a {
		font-size: 25px;
		
	}
	.training-content h3, .training-content h3 span {
		font-size: 25px;
	}
	.mainmenu li.nav-item a.nav-link {
		font-size: 13px;
		padding: 20px 29px;
	}
	.banner-contents span {
		font-size: 18px;
	}
	.banner-contents h1 {
		font-size: 35px;
	}
	.banner-contents h1 span {
		font-size: 35px;
	}
	.btn.common-btn {
		font-size: 12px;
		padding: 7px 15px;
		margin-top: 5px;
	}
	.heading h2 {
		font-size: 35px;
		margin-bottom: 15px;
	}
	.heading h2 span {
		font-size: 35px;
	}
	.holder p {
		font-size: 14px;
	}
	.review-wrap p {
		font-size: 14px !important;
		width: 100%;
	}
	.review-wrap  i.fa-solid.fa-star {
		color: #f9a030;
		font-size: 12px;
	}
	.review-wrap h4 {
		font-size: 14px;
	}
	.review-wrap h5 {
		font-size: 16px;
	}
	.btn.common-btn {
		font-size: 12px;
	}
	.foot-contact a {
		font-size: 13px;
	}
	.foot-chat img {
		top: -17px;
	}
	.foot-menuwrap h6 {
		font-size: 15px;
	}
	.foot-menuwrap ul li a {
		font-size: 12px;
	}
	.foot-social ul li a {
		font-size: 14px !important;
		width: 35px;
		height: 35px;
		padding-top: 7px;
		margin: 0px 5px;
	}
	.copyrights p {
    font-size: 12px;
	}
	.contact-form input.btn.submit-btn {
		width: 45px;
		height: 45px;
		font-size: 14px;
	}
	.contact-form input.form-control {
		font-size: 14px;
		padding: 13px 24px;
	}
	/*Form Css*/
	.contact-holder h3 {
    font-size: 25px;
   }
   #formContainer, #thankYouMessage {
    padding: 40px;
   }
   .close-btn {
    font-size: 15px;
   }
  input.btn.sub-btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
	.account {
		padding: 9px 21px;
	}
	.btn.training-btn.common-btn {
		padding: 12px 35px;
	}
}


@media screen and (max-width: 1180px) {
	.course-btn a {
	font-size: 12px;
	}
	.course-btn ul li {
		margin-right: 6px;
		padding: 12px 20px;
	}
	.copyrights {
		position: relative;
		left: 0px;
	}
	.copyrights p {
		font-size: 10.5px;
	}
	.foot-menuwrap ul li a {
		font-size: 11.5px;
	}
	.foot-menu {
		display: table;
		margin:auto auto auto 20px;
	}
	.foot-menu.about,.foot-menu.resource {
		margin:auto auto auto 20px;
	}
	.btn.footer-btn.common-btn {
		padding: 12px 35px;
	}
	.training-content {
		min-height: 243px;
	}
	.sidebar-nav > .sidebar-brand {
		font-size: 15px;
	}
	.sidebar-nav li a {
    font-size: 15px;
}
}
@media screen and (max-width: 1024px) {
	.review-wrap p {
		font-size: 12px !important;
	}
	.banner-contents h1 {
		font-size: 25px;
	}
	.banner-contents h1 span {
		font-size: 25px;
	}
	/* .banner-contents {
		right: 69px;
	} */
	.btn.common-btn.banner-btn {
		right: 185px;
		top: 43px;
	}
	.mainmenu li.nav-item a {
		font-size: 13px;
		padding: 20px 14px;
	}
	.account {
		padding: 9px 21px;
		font-size: 13px;
	}
	.trust-btn a {
		font-size: 23px;
	}
	.contact-form input.form-control {
		font-size: 15px;
		padding: 12px 43px;
	}
	.review-heading {
		margin-bottom: 20px;
	}
	.mainmenu {
		margin-top: 20px;
		margin-left: 40px;
	}
	.course-btn ul li {
    margin-right: 6px;
    padding: 4px 20px;
   }
   /*Form Css*/
   .close-btn {
    font-size: 15px;
    top: 23px;
    right: 48px;
   }
   .close-btn {
    font-size: 15px;
    top: 23px;
    right: 48px;
   }
   .contact-holder h3 {
    font-size: 23px;
   }
}
@media screen and (max-width: 1023px) {
	.header-top {
		padding: 10px 0px;
	}
	.trust-btn a {
    font-size: 16px;
	}
	.header-top p {
		font-size: 13px;
	}
	.training-content h3, .training-content h3 span {
		font-size: 18px;
	}
	.mainmenu li.nav-item a.nav-link {
		font-size: 11px;
		padding: 10px 20px;
	}
	.header-bottom .carousel-content {
		top: 10%;
	}
	.heading h2 {
		font-size: 30px;
	}
	.heading h2 span {
		font-size: 30px;
	}
	.heading img {
		width: 50px;
	}
	.holder p {
		font-size: 13px;
	}
	.foot-chat {
		padding-left: 90px;
	}
	.foot-social ul li a {
		margin: 0px 3px;
	}
	.mainmenu {
		margin-top: 19px;
		margin-left: 40px;
	}
	.sidebar-nav > .sidebar-brand {
		font-size: 13px;
	}
	.sidebar-nav li a {
		font-size: 13px;
	}
	.contact-form input.form-control {
    font-size: 15px;
    padding: 12px 25px;
    }
	/*Form css*/
	#formContainer, #thankYouMessage {
    margin-bottom: 40px;
   }
}
@media screen and (max-width: 985px) {
	.course-btn ul li {
		margin-right: 2px;
		padding: 4px 10px;
	}
	.course-btn a {
		font-size: 12px;
	}
	.training-wrap::after {
		left: 132px;
		right: 0;
		margin: auto;
		width: 56%;
		height: 77px;
		background-repeat: no-repeat;
		display: table;
		background-size: 74%;
		padding: 20px;
		overflow: hidden;
	}
	.course-holder {
		padding-bottom: 30px;
	}
	.btn.footer-btn.common-btn {
		padding: 12px 30px;
	}
	.foot-logo {
		margin-top: 20px;
	}
	.foot-menuwrap ul li a {
		font-size: 9.5px;
	}
	.foot-menuwrap ul li {
		margin-bottom: 6px;
	}
	.foot-menuwrap {
		background-color: #1e275c;
		padding-top: 65px;
	}
}
@media screen and (max-width: 900px) {
	.account {
		padding: 9px 15px;
		font-size: 10px;
	}
	.foot-logo {
		margin-top: 30px;
	}
}
@media screen and (max-width: 896px) {
/* .banner-contents {
    right: 39px;
} */
}
@media screen and (max-width: 844px) {
	.mainmenu li.nav-item a {
		font-size: 11px;
		padding: 20px 9px;
	}
	/* .banner-contents {
		right: -7px;
	} */
}
@media screen and (max-width: 768px) {
	#sidebar{
		max-width: 50%;
	}
	.sidebar .close-btn{
		top: 8px;
        right: 8px;
	}
	.Right-menu {
		margin-top: 11px;
		 gap: 0.5em;
	}
	.mainmenu {
		margin-top: 13px;
		margin-left: 40px;
	}
	.mainmenu li.nav-item a {
		font-size: 11px;
		padding: 5px 9px;
	}
	.course-btn ul li {
    margin-right: 2px;
    padding: 1px 10px;
    }
	.course-btn a {
    font-size: 12px;
    }
	/* .banner-contents {
    right: -24px;
   } */
	.item.test-1 {
    min-width: 300px !important;
    max-width: 300px !important; 
	}
	.sidebar .nav-pills a{
		font-size: 12px;
	}
	#sidebar-nav .nav-pills a {    
		padding: 5px 20px;
	}
	.scroll-btn{
		padding: 6px 8px;
		border-radius: 50%;
	}
	#sidebar-nav .nav-pills .nav-link.active {
        background: none !important;
        color: white !important;
    }
		#sidebar-nav .nav-pills a:hover {
		background: none !important;	
	}
	.create-account #username {		
		padding: 6px 6px !important;
	}
	.create-account #header-dropdown li {
		font-size: 12px !important;
	}
}

@media screen and (max-width: 767px) {
	.icon-bar {
		background-color: #000;
		border-radius: 5px;
		display: block;
		height: 3px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	.col-6.col-sm-3.col-md-3.brdr-rt::before {
    display:none;
	}
	.foot-menuwrap h6 {
		font-size: 13px;
	}
	.header-logo {
		margin-top: 0;
	}
	.mainmenu {
		padding: 5px 0px;
	}
	.mainmenu li.nav-item a.nav-link::after {
		display: none;
	}
	
	.banner-contents {
		width: auto;
	}
	.header-bottom .carousel-content {
		top: 7%;
	}
	.banner-contents span {
		font-size: 14px;
	}
	.banner-contents h1 {
		font-size: 20px;
		margin: 0px;
	}
	.banner-contents h1 span {
		font-size: 20px;
	}
	.btn.common-btn {
		font-size: 10px;
		padding: 2px 11px;
		margin-top: 5px;
	}
	.btn.common-btn.banner-btn {
		font-size: 10px;
		padding: 2px 11px;
		margin-top: 5px;
	}
	.btn.common-btn {
		font-size: 11px;
		padding: 10px 15px;
		margin-top: 10px;
	}
	.reviews-wrap {
		padding: 9px 27px;
		margin-top: -10px;
	}
	.reviews-wrap ul li {
		padding: 0px 0px;
	}
	.foot-menu {
		margin-bottom: 10px;
	}
	.brdr-rt {
		border-right: none;
	}
	.copyrights-wrap {
		text-align: center;
	}
	.copyrights p {
		font-size: 11px;
	}
	.foot-logo {
		text-align: center;
		margin-top: 20px;
	}
	.foot-logo {
    text-align: center;
    margin-top: 10px;
	}
	.copyrights p {
		font-size: 12px;
	}
	.btn.footer-btn.common-btn {
		padding: 10px 30px;
		font-size: 13px;
		margin-top: 0px;
	}
	.foot-social {
		margin-top: 25px;
	}
	.copyrights-wrap {
		padding: 20px 0px 25px 0px;
	}
	.foot-menuwrap ul li a {
		font-size: 12px;
	}
	.head-menu i {
		font-size: 23px;
	}
	.Right-menu {
		margin-top: 12px;
		gap: 0.5em;
	}
	.toggle {
		margin: -6px 5px 0 0;
	}
	.create-account {
		margin-top: 2px;
	}
	.header-top .container-fluid {
		max-width: 100%;
	}
	.header-top p {
		font-size: 11px;
		text-align: center;
	}
	.sidebar-nav li {
		line-height: 34px;
	}
	.sidebar-nav > .sidebar-brand {
    line-height: 30px;
    }
	.training-content {
		min-height: auto;
	}
	.training-wrap::after {
	   display:none;
	}
	.course-btn ul {
		display: block !important;
		columns: 3;
		-webkit-columns: 3;
		-moz-columns: 3;
		/* margin-bottom: 10px; */
	}
	.course-btn ul li {
		margin-right: 2px;
		padding: 4px 10px;
		margin-bottom: 10px;
	}
	.course-btn a {
		font-size: 10px;
	}
	.trust-btn a {
		font-size: 14px;
	}
	.training-content {
		min-height: auto;
		margin-bottom: 18px;
	}
	.trust-btn {
		margin-bottom: 10px;
	}
	.contact-form input.form-control {
		font-size: 13px;
		padding: 12px 43px;
	}
	.training-holder {
		padding: 20px 0px 20px;
	}
	.course-holder {
		padding-bottom: 20px;
	}
	.heading h2 {
		font-size: 25px;
	}
	.heading h2 span {
		font-size: 25px;
	}
	.review-wrap h5 {
		font-size: 15px;
	}
	.review-wrap h4 {
		font-size: 13px;
	}
	.review-wrap  i.fa-solid.fa-star {
		color: #f9a030;
		font-size: 11px;
	}
	.review-holder {
		position: relative;
		padding-bottom: 20px;
	}
	/* .banner-contents {
		right: 29px;
	} */
	.btn.common-btn.banner-btn {
		font-size: 12px;
		padding: 6px 11px;
		margin-top: 5px;
	}
	.btn.common-btn.banner-btn {
		right: 170px;
		top: 25px;
	}
	.foot-menuwrap {
		padding-top: 33px;
	}
	.copyrights {
    position: inherit;
    left: inherit;
    }
    /*Form Css*/	
    .contact-holder h3 {
    font-size: 17px;
    }
	#contactForm .form-control {
    font-size: 13px;
    padding: 12px 24px;
   }
   .close-btn {
    font-size: 12px;
    padding: 3px 10px;
   }
   input.btn.sub-btn {
    font-size: 12px;
    padding: 10px 35px;
   }
   #formContainer, #thankYouMessage {
    margin-bottom: 30px;
	border: 2px solid #000;
   }
   .contact-heading.heading {
    margin-bottom: 22px;
    margin-top: 29px;
   }

    #sidebar-wrapper {
    width: 180px !important;
    margin-right: -180px !important;
  }

  #sidebar-wrapper.active {
    right: 178px !important;
    width: 200px !important;
  }
  	/* .review-holder .review-contents{
	display: none;
  } */
  	.testimonial-scroll-container .testimonial-item {
		max-width: 100% !important;
	}
	.testimonial-item {
		width: 100;
	}
}
@media screen and (max-width: 667px) {
	/* .banner-contents {
		right: -11px;
	} */
}
@media screen and (max-width: 640px) {
	.review-contents::after,.review-contents::before {
		display:none;
	}
	.review-wrap {
		display: table;
		margin-bottom: 14px;
		text-align: center;
        align-items: center;
	}
	.review-contents .owl-carousel.owl-carousel-review.owl-loaded.owl-drag {
		display: inline;
		 padding: 0px;
	}
	.banner-contents {
		/* right: -37px; */
		top: 9%;
	}
	.btn.common-btn.banner-btn {
		right: 162px;
		top: 26px;
		font-size: 11px;
		padding: 4px 11px;
		margin-top: 5px;
	}
	.header-logo {
		margin-top: 4px;
	}

}
@media screen and (max-width: 568px) {
	.foot-menu {
		display: table;
		margin: auto;
	}
	/* .foot-menu.about, .foot-menu.resource {
		margin:auto auto auto auto;
	} */
	.banner-contents h1 span {
    font-size: 16px;
    }
	.banner-contents h1 {
    font-size: 16px;
    }
	.btn.common-btn.banner-btn {
    right: 94px;
    top: 19px;
    font-size: 11px;
    padding: 4px 11px;
    margin-top: 5px;
}
.banner-contents {
    /* right: -8px; */
    top: 9%;
}
}
@media screen and (max-width: 480px) {
	.header-top p {
		font-size: 10px;
		text-align: center;
	}
	.header-logo {
		margin-top: 6px;
	}
	.btn.common-btn.banner-btn {
    right: 125px;
    top: 18px;
    }
	.head-menu a.btn-primary {
		padding: 0px 0px  !important;
		margin-top: 3px;
	}
	.header-middle .container-fluid {
		max-width: 98%;
	}
	.trust-btn a {
		font-size: 12px;
			padding: 12px 30px;
	}
	.course-btn a {
		font-size: 9px;
	}
	.banner-contents {
    /* right: -32px; */
    top: 9%;
}
    /*Form Css*/	
    input.btn.sub-btn {
    font-size: 12px;
    padding: 10px 35px;
    margin-left: inherit;
    width: auto;
    margin: 4px auto auto auto;
    display: table;
     }
	 .contact-heading.heading {
    margin-bottom: 18px;
    margin-top: 30px;
    }
}

@media screen and (max-width: 430px) {
	.banner-contents h1 {
		font-size: 14px;
	}
	.banner-contents h1 span {
		font-size: 14px;
	}
	.banner-contents {
		/* right: -18px; */
		top: 7%;
	}
	.btn.common-btn.banner-btn {
		right: 80px;
		top: 16px;
		font-size: 10px;
		padding: 2px 11px;
		margin-top: 5px;
	}
	.copyrights p {
		font-size: 11px;
	}
	.course-btn a {
		font-size: 12px;
	}
	.course-btn ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		/* margin-bottom: 10px; */
	}
	.Right-menu {
		margin-top: 7px;
		gap: 0.8em;
	}
	/*Form css*/
	.contact-holder h3 {
    font-size: 16px;
    }
	.contact-heading.heading {
    margin-bottom: 18px;
    margin-top: 36px;
    }
	div#thankYouMessage {
    padding-top: 74px;
    }
}
@media screen and (max-width: 414px) {
	.trust-btn a {
		font-size: 11px;
		padding: 12px 30px;
	}
	.contact-form input.form-control {
		font-size: 13px;
		padding: 11px 32px;
	}
	.training-content {
		padding: 35px 20px;
	}
	.header-top p {
		font-size: 8.5px;
	}
	.header-logo {
		margin-top: 4px;
	}
	.Right-menu {
		margin-top: 5px;
	}
	.copyrights p {
		font-size: 12px;
	}
	.banner-contents {
    /* right: -28px; */
    top: 7%;
   }
   /*Form Css*/
   #contactForm .form-control {
    font-size: 13px;
    padding: 9px 24px;
   }
   div#thankYouMessage {
    padding-top: 58px;
   }
   #formContainer, #thankYouMessage {
    padding: 35px;
  }
}
@media screen and (max-width: 390px) {
	.banner-contents {
		/* right: -28px; */
		top: 7%;
	}
	.btn.common-btn.banner-btn {
    right: 67px;
    top: 16px;
    font-size: 10px;
    padding: 2px 11px;
    margin-top: 5px;
   }
	.banner-contents h1 {
	font-size: 13px;
    }
	.banner-contents h1 span {
	font-size: 13px;
    }
	.Right-menu {
		margin-top: 3px;
	}
	.copyrights-wrap {
		padding: 20px 0px 16px 0px;
	}
	.training-holder {
		padding: 20px 0px 12px;
	}
	.foot-menu.about, .foot-menu.resource {
    margin:auto auto auto 20px;
   }
   /*Form css*/
   #formContainer, #thankYouMessage {
    padding: 24px;
   }
    .contact-heading.heading {
    margin-bottom: 18px;
    margin-top: 48px;
    }
	}
@media screen and (max-width: 375px) {
	.trust-btn a {
		font-size: 11px;
		padding: 12px 17px;
	}
	.training-content h3, .training-content h3 span {
		font-size: 17px;
	}
	.course-btn a {
		font-size: 11px;
	}
	.heading h2 {
		font-size: 21px;
	}
	.heading h2 span {
		font-size: 21px;
	}
	.banner-contents {
	/* right: -36px; */
	top: 7%;
    }
	/*Form Css*/
	.contact-heading.heading {
    margin-bottom: 18px;
    margin-top: 50px;
    }
	#formContainer, #thankYouMessage {
    padding: 25px;
    }
	.contact-holder h3 {
    font-size: 15px;
    }
}

@media screen and (max-width: 360px) {
	.banner-contents h1 {
		font-size: 12px;
	}
	.banner-contents h1 span {
		font-size: 12px;
	}
	.banner-contents {
		/* right: -23px; */
		top: 7%;
	}
	.btn.common-btn.banner-btn {
		right: 61px;
		top: 14px;
		font-size: 9px;
		padding: 2px 11px;
		margin-top: 5px;
	}
	.trust-btn a {
		font-size: 10px;
		padding: 12px 17px;
	}
	.foot-menuwrap h6 {
		margin-bottom: 14px;
	}
	.course-btn a {
		font-size: 10px;
	}
	.foot-menu.about, .foot-menu.resource {
    margin: auto auto auto 10px;
   }
   /*Form Css*/
   .contact-holder h3 {
    font-size: 14px;
    }
   #formContainer, #thankYouMessage {
    padding: 25px;
   }
   .contact-heading.heading {
    margin-bottom: 18px;
    margin-top: 49px;
  }
}
@media screen and (max-width: 340px) {
	.banner-contents {
		top: 7%;
	}
	/*Form Css*/
	div#thankYouMessage {
    padding-top: 65px;
   }
   #formContainer, #thankYouMessage {
    padding: 21px;
   }
}
@media screen and (max-width: 320px) {
	.trust-btn a {
		font-size: 9.5px;
		padding: 12px 12px;
	}
	.course-btn ul li {
		margin-right: 2px;
		padding: 4px 8px;
		margin-bottom: 10px;
	}
	.course-btn a {
		font-size: 9px;
	}
	.banner-contents h1 {
		font-size: 11px;
	}
	.banner-contents h1 span {
		font-size: 11px;
	}
	.btn.common-btn.banner-btn {
		padding: 2px 4px;
		margin-top: 3px;
		font-size: 8px;
	}
	/*Form Css*/
   .contact-holder h3 {
    font-size: 13px;
   }
   #formContainer, #thankYouMessage {
    padding: 20px;
  }
}