@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');



body {
	font-family: Poppins;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

p {
	margin: 4px 0 !important;

}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none !important;
	/* color: #313B3D !important; */
}

ol,
ul {
	padding-left: 0 !important;
}

section {
	margin-top: 80px;
}

/* navbar */

.navbar {
	background-color: #313B3D !important;
	box-shadow: 0px 1px 40px rgb(0 0 0 / 10%);
	position: fixed;
	z-index: 1;
	top: 0;
	width: 100%;
	padding: 15px;
}

.navbar .navbar-nav .nav-link {
	color: #ffffff;
	font-size: 15px;
}

.navbar-nav li a {
	text-decoration: none;
	display: block;
	position: relative;
}


.navbar-nav li a:hover:before, ul li a:hover:after {
    transform: scaleX(1);
}

.navbar-nav li a:after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   background-color: #f9ad0a;
   transform: scaleX(0);
   transition: all 0.5s;
   transform-origin: right
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	--bs-gutter-x: 0rem !important;
}

.nav-btn {
	background-color: #f9ad0a;
	border-radius: 30px;
	outline: 0;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 20px;
	border: none;
}



/* .modal-backdrop {
	background-color: rgba(0, 0, 0, 0.5);
} */

.close {
	background: transparent;
	border: none;
}

.main-title {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 50px;
	color: #313B3D;
	margin-top: 12px;
}

/* Hero banner */

.hero-heading {
	font-family: "Lato", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: left;
	margin-top: 50px;
	color: #f9ad0a;
}

.hero-title {

	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	text-transform: capitalize;
	color: #313B3D;
	margin-top: 20px;
}

.heading-para {
	font-style: normal;
	font-weight: 400;
	font-size: 15px !important;
	line-height: 27px !important;
	color: #313B3D;
	text-align: left !important;
	margin-left: 0 !important;
}

.reviews {
	display: flex;
	gap: 20px;
	align-items: center;
}

.reviews img {
	max-width: 100%;
}

.banner-img img {
	width: 100%;
}


/* at a glance */

.square {
	padding: 20px;
	background-color: #f8f9fa;
	box-shadow: 0px 1px 40px rgb(0 0 0 / 10%);
	text-align: center;
	margin-bottom: 20px;
	border-radius: 16px;
}

.glance-heading {
	font-size: 13px;
	color: #313B3D;
}

.glance-text {
	font-size: 17px;
	color: #f9ad0a;

}

/* Why Choose us */

.Choose-heading {
	font-size: 17px;
	color: #313B3D;
	font-weight: 600;
}

.Choose-title {
	font-size: 14px;
	font-weight: 400;
	color: #313B3D;
	margin-left: 40px;
	line-height: 27px !important;
	height: 5rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Course cards */
.card {
	box-shadow: 0px 1px 40px rgb(0 0 0 / 10%);
	border: none;
}

.card-title {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	color: #313B3D !important;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 3rem;
}

.list-name {
	font-size: 13px;
	color: #313B3D !important;
}

.btn-inner {
	display: flex;
	gap: 25px;
}

.buy-btn {
	width: 100%;
	background-color: #f9ad0a !important;
	border: 1px solid #f9ad0a;
	border-radius: 5px;
	font-size: 16px;
	padding: 5px 0px;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
}

.inquire-btn {
	width: 100%;
	background-color: #313B3D !important;
	border: 1px solid #313B3D;
	text-decoration: none;
	padding: 5px 0px;
	text-align: center;
	border-radius: 5px;
	color: white !important;
	cursor: pointer;
}

.fa.fa-star {
	color: #f9ad0a;
	margin-right: 10px;
	font-size: 15px;
}

.course-price {
	font-size: 20px;
	font-weight: 600;
}

.course-cut-price {
	font-size: 16px;
	text-decoration: line-through;
	font-weight: 400;
}

/* Attend */

.attend-text {
	font-size: 14px;
	color: #313B3D !important;
}

.attend-items {
	display: grid !important;
}

/* Testimonial */

.testimonial {
	border-left: 3px solid #f9ad0a;
	padding: 100px 0 100px 275px;
	position: relative
}

.testimonial:before,
.testimonial:after {
	content: "";
	width: 320px;
	height: 55px;
	border-right: 3px solid #f9ad0a;
	position: absolute;
	left: 0;
}

.testimonial:before {
	border-top: 3px solid #f9ad0a;
	top: 0;
}

.testimonial:after {
	border-bottom: 3px solid #f9ad0a;
	bottom: 0;
}

.testimonial .pic {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 100px;
	left: 100px;
}

.testimonial .pic img {
	width: 100%;
	height: auto;
}

.testimonial .description {
	font-size: 14px;
	color: #7a7e82;
	line-height: 27px;
	position: relative;
}

.testimonial .description:before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: -70px;
	left: 0;
	font-size: 20px;
	color: #7a7e82;
}

.testimonial .testimonial-title {
	font-size: 22px;
	font-weight: 800;
	color: #22272c;
	text-transform: capitalize;
}

.testimonial .post {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #f9ad0a;
	margin-top: 10px;
}

.owl-theme .owl-controls {
	text-align: right !important;
	/* margin-top: 30px; */
}

.owl-theme .owl-controls .owl-buttons div {
	background: #f9ad0a !important;
	border-radius: 0 !important;
	opacity: 1 !important;
	padding: 5px 10px !important;
}

.owl-prev:before,
.owl-next:before {
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
}

.owl-next:before {
	content: "\f054";
}

@media only screen and (max-width: 990px) {
	.testimonial {
		padding: 80px 0 80px 265px;
	}
}

@media only screen and (max-width: 767px) {
	.testimonial {
		padding: 0;
		border: none;
	}

	.testimonial:before,
	.testimonial:after {
		border: none;
	}

	.testimonial .pic {
		position: relative;
		top: 0;
		left: 0;
	}

	.testimonial .description {
		margin-top: 15px;
	}

	.testimonial .description:before {
		content: "";
	}
}

/* FAQs */

.accordion-button:not(.collapsed),
.accordion-button:focus {
	outline: none;
	border-color: transparent;
	box-shadow: none;
	background-color: transparent;
}

.accordion-button::after {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: #f9ad0a;
	background-image: none !important;
}

.accordion-button.collapsed::after {
	background-color: var(--bs-gray-300);
}

.accordion-item {
	box-shadow: 0px 1px 40px rgb(0 0 0 / 10%);
}

.accordion-button {
	background-color: transparent;
}

.accordion-button:focus {
	border-color: none !important;
	outline: 0 !important;
}

/* Contact us  */

.contact .main-title h2 span {
	color: #f9ad0a;
}

.contact .main-title p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	color: #999999;
	margin: 20px 0 60px;
	padding: 0;
}

.contact .form-control {
	padding: 12px;
	font-size: 14px;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #c0ccda;
	border-radius: 3px;
}

.form-control:focus {
	outline: 0;
	box-shadow: none !important;
}

.contact button.btn {
	padding: 10px;
	border-radius: 10px;
	font-size: 15px;
	background: #f9ad0a;
	margin-top: 15px;
	color: #ffffff;
}

.contact .title h3 {
	font-size: 18px;
	font-weight: 600;
}

.contact .title p {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	line-height: 1.6;
	margin: 0 0 40px;
}

.contact .content .info {
	margin-top: 30px;
}

.contact .content .info i {
	font-size: 30px;
	padding: 0;
	margin: 0;
	color: #02434b;
	margin-right: 20px;
	text-align: center;
	width: 20px;
}

.contact .content .info h4 {
	font-size: 13px;
	line-height: 1.4;
}

.contact .content .info h4 span {
	font-size: 13px;
	font-weight: 300;
	color: #999999;
}


/*Footer*/

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

a,
a:active,
a:focus {
	color: #6f6f6f;
	text-decoration: none;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

.footer {
	padding: 100px 0px 0px;
	background-color: #313B3D;
}


.footer .widget1 p {
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
	margin-top: 26px;
}

.footer .socialLinks {
	margin-top: 28px;
}

.socialLinks ul li {
	display: inline-block;
}


.socialLinks ul li a i {
	display: block;
	margin: 0 2px;
	width: 40px;
	height: 40px;
	background: #fafafa;
	border-radius: 50%;
	text-align: center;
	margin-right: 5px;
	line-height: 40px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.socialLinks ul li a .fa-facebook-f {
	color: #4267b2;
}

.socialLinks ul li a .fa-twitter {
	color: #1da1f2;
}

.socialLinks ul li a .fa-google-plus-g {
	color: #dd5044;
}

.socialLinks ul li a .fa-linkedin-in {
	color: #0177b5;
}


.socialLinks ul li a:hover i {
	color: #fff;
}

.socialLinks ul li a:hover .fa-facebook-f {
	background: #4267b2;
}

.socialLinks ul li a:hover .fa-twitter {
	background: #1da1f2;
}

.socialLinks ul li a:hover .fa-google-plus-g {
	background: #dd5044;
}

.socialLinks ul li a:hover .fa-linkedin-in {
	background: #0177b5;
}

footer .logo {
	max-width: 200px;
}

.footer h5 {
	font-weight: 500;
	margin-bottom: 28px;
	text-transform: capitalize;
	font-weight: 600;
	color: #fff;
	font-size: 21px
}

.footer .widget2 .media img {
	margin-right: 20px;
	max-width: 100px;
}

.footer .widget2 .media p {
	font-size: 14px;
	color: rgba(255, 255, 255, .8);
	;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-weight: 600;
	line-height: 26px;
}

.footer .widget2 .media span {
	font-size: 12px;
	color: #f9ad0a;
	text-transform: uppercase;
	margin-top: 15px;
	display: block;
}

.footer .widget2 .media {
	margin-bottom: 20px;
}

.footer .widget3 ul li a,
.footer .widget4 ul li a {
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
	;
	text-transform: capitalize;
	margin-bottom: 13px;
	display: block;
}

.footer .widget3 ul li a:hover,
.footer .widget4 ul li a:hover,
.footer .widget2 a:hover p {
	color: #f9ad0a;
}

.footer .widget3 h5 {
	margin-bottom: 22px;
	font-weight: 600;
	color: #fff;
	font-size: 21px;
	line-height: 32px;
}

.footer .widget4 h5 {
	margin-bottom: 22px;
	font-weight: 600;
	color: #fff;
	font-size: 21px;
}

.copyRightArea {
	margin-top: 83px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 25px 0px 28px;
}

.copyRightArea p {
	color: rgba(255, 255, 255, 0.6);
}

/*Media Quries */

@media only screen and (max-width: 575px) {
	section {
		margin-top: 50px;
	}

	.hero-heading {
		font-size: 20px;
		line-height: 28px;
	}

	.hero-title {
		font-size: 32px;
		line-height: 38px;
	}

	.heading-para {
		font-size: 14px !important;
		line-height: 27px !important;
	}

	.main-title {
		font-size: 32px;
		line-height: 38px;
	}
}

@media only screen and (max-width: 768px) {
	.right-wrapper {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 991px) {
	#navbarSupportedContent {
		white-space: nowrap;
		display: flex;
		justify-content: end;
	}
}

@media only screen and (min-width: 1200px) {
	#navbarSupportedContent {

		gap: 1rem !important;
	}

	.navbar-nav {
		gap: 1rem;
	}
}



/*Modal */

.modal-dialog.modal-dialog-centered {
	max-width: 600px;
}

.modal-content {
	border: none;
}

.modal-header {
	padding: 0 !important;
	border: none !important;
	display: flex;
	justify-content: end !important;
}

.close {
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 22px;
	border-bottom-left-radius: 8px;
	background-color: #f9ad0a;
	align-items: center;
	width: 30px;
	height: 30px;
}

#sib-container input:-ms-input-placeholder {
	text-align: left;
	font-family: "Helvetica", sans-serif;
	color: #c0ccda;
}

#sib-container input::placeholder {
	text-align: left;
	font-family: "Helvetica", sans-serif;
	color: #c0ccda;
}

#sib-container textarea::placeholder {
	text-align: left;
	font-family: "Helvetica", sans-serif;
	color: #c0ccda;
}

#sib-container a {
	text-decoration: underline;
	color: #2BB2FC;
}

.sib-form {
	padding: 0 !important;
}

#sib-container {
	padding: 0 !important;
}

.form__label-row.form__label-row--horizontal {
	margin: 0;
}

.sib-form-block {
	padding: 0 6px;
}

.sib-form .input {
	font-family: Poppins;
	font-size: 14px;
}

.sib-form-block__button.sib-form-block__button-with-loader {
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	font-family: Poppins;
	color: #000000;
	background-color: #f9ad0a;
	border-radius: 48px;
	border-width: 0px;
}



.sib-sms-select__list.sib-is-open {
	z-index: 10000 !important;
}

.sib-sms-select__calling-code {
	max-width: 55px !important;
}

.sib-form .entry__error {
	font-size: 13px !important;
	text-align: left;
	color: #f9ad0a !important;
	background-color: none !important;
	font-family: Poppins;
	border-radius: 3px;
	border-color: none !important;
}

.sib-sms-select__title>.sib-sms-select__label-text {
	font-size: 15px !important;
	font-family: Poppins;
}

@media screen and (min-width: 480px) {
	.sib-sms-select__title {
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		margin-right: 0px !important;
	}

	.sib-sms-select__number-input {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;

	}
}