@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



body {

	margin: 0;

	padding: 0;

	font-family: 'Roboto', sans-serif;

	font-size: 16px;

}



.social-container {

    padding: 0px;

    margin: 0px;

    position: fixed;

    right: 0px;

    top: 30%;

    width: 80px;

    z-index: 1100;

}

.social-sticky li {

    list-style-type: none;

    background-color: #c42126;

    color: #fff;

    height: 44px;

    padding: 0px;

    margin: 4px 0px 1px 0px;

    -webkit-transition: all 0.25s ease-in-out;

    -moz-transition: all 0.25s ease-in-out;

    -o-transition: all 0.25s ease-in-out;

    transition: all 0.25s ease-in-out;

    cursor: pointer;

}

ul.social-sticky i {

    float: left;

    margin: 13px 15px;

    font-size: 18px;

    text-align: center;

}

.social-sticky li p {

    padding-top: 0px;

    margin: 0px;

    line-height: 16px;

    font-size: 16px;

    padding-left: 0px;

}

.social-sticky li p a {

    text-decoration: none;

    color: #f6f6f6;

    font-size: 13px;

}

.social-sticky li:hover {

    margin-left: 0px;

}



header.head {

	background: #fff;

}

.top-head {

	background: #222021;

	padding: 5px 0;

}

.top_contten {

    color: #fff;
    font-size: 15px;
    margin-top: 5px;
}

.social-list {}

.social-list ul {

	margin: 0;

	padding: 0;

	text-align: right;

}

.social-list ul li {

	margin: 0;

	padding: 0;

	list-style: none;

	display: inline-block;

}

.social-list ul li a {

	margin: 0 0 0 10px;

	padding: 0;

	color: #fff;

	text-decoration: none;

	font-size: 20px;

}	

.social-list ul li a:hover {

	color: #c42126;

}

header.head .navbar-collapse {

	flex-grow: 0;

}

nav.navbar {

	padding: 0 !important;

}

.desktop-logo {}

.desktop-logo img {

	width: 120px;

}

ul.navbar-nav {

	margin: 0;

	padding: 0;

}

ul.navbar-nav li.nav-item {

	margin: 0;

	padding: 0;

	list-style: none;

}

ul.navbar-nav li.nav-item a.nav-link {

	margin: 0;

	padding: 10px 15px;

	color: #3f4042;

	font-weight: 500;

}

ul.navbar-nav li.nav-item a.nav-link:hover {

	color: #fff;

	background: #c42126;

}

ul.navbar-nav li.nav-item a.nav-link.active {

	color: #fff;

	background: #c42126;

}

ul.navbar-nav li.nav-item a.nav-link:focus {

    color: #fff;

    background: #c42126;

}

.top_btn {
    text-align: right;
}
.top_btn a {
    background: #c42126;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
}

.contact-btn {

	margin: 0 0px 0 40px;

}

.contact-btn a {

    color: #3f4042;

    font-weight: 700;

    font-size: 20px;

    text-decoration: none;

    display: block;

    margin: 0 0 5px 0px;

}

.contact-btn a i {

    color: #fff;

    background: #c42126;

    padding: 8px;

    border-radius: 30px;

    font-size: 15px;

    margin: 2px 0;

}

.contact-btn a i.fa-whatsapp {

    color: #fff;

    background: #40c351;

    padding: 5px;

    border-radius: 40px;

    font-size: 22px;

    margin: 2px 0;

}



.top_slide {

	background: url(../image/top-bg.png) right top;

	padding: 0px 0;

	position: relative;

}

.top_slide:before {

	content: '';

    position: absolute;

    background: #f1f1f1;

    top: 0px;

    bottom: 0px;

    left: 0px;

    width: 50%;

}

.course_detail {

	position: relative;

	padding: 80px 0px 0 0px;

}

.course_detail h4 {

	margin: 0;

	padding: 0;

	font-size: 26px;

	color: #3f4042;

	font-weight: 300;

}

.course_detail h2 {

	margin: 0 0 20px 0;

	padding: 0;

	font-size: 46px;

	color: #c42126;

	font-weight: 900;

}

.course_detail ul {

	margin: 0;

	padding: 0;

}

.course_detail ul li {

	margin: 0 0 5px 20px;

	padding: 0;

	list-style: square;

	font-size: 20px;

	color: #3f4042;

	font-weight: 400;

}

.course_detail p {

	margin: 20px 0;

	padding: 15px 30px;

	background: #c42126;

	border: 3px dotted #fff;

	color: #fff;

	font-size: 22px;

	font-weight: 300;

	display: inline-block;

}

.course_detail p span {

    font-size: 26px;

    font-weight: 600;

}



.course_detail h5 {

    margin: 10px 0 10px 0;

    padding: 0px;

    color: #3f4042;

    font-size: 22px;

    font-weight: 500;

    display: block;

}

.course_detail h5 span {

    color: #c42126;

}



.login_form {

	padding: 80px 50px 50px 50px;

}

.login_form h4 {

	margin: 0 0 0px 0;

	padding: 0;

	font-size: 26px;

	color: #fff;

	font-weight: 600;

}

.login_form p {

	margin: 10px 0 10px 0;

	padding: 0;

	font-size: 16px;

	color: #fff;

	font-weight: 500;

}

.login_form .php-email-form {}

.login_form .php-email-form .form-group {}

.login_form .php-email-form .form-group .form-control {

	border-radius: 0;

    border: 0;

    border-bottom: 1px solid #f1f1f1;

    padding: 10px 15px;

    background: #fff;

    margin: 0 0 10px 0;

    font-size: 15px;

}

.login_form .php-email-form .submit-btn {}

.login_form .php-email-form .submit-btn button {

	background: #c42126;

	border: 1px solid #c42126;

	color: #fff;

	text-transform: uppercase;

	font-size: 16px;

	font-weight: bold;

	padding: 10px 30px;

}





.about_sec {

	padding: 50px 0;

}

.about_txt {

	margin: 80px 0 0 0;

}

.about_txt h4 {

	    margin: 0 0 15px 0;

    padding: 0 0 8px 0;

    font-size: 26px;

    color: #3f4042;

    font-weight: 600;

    position: relative;

}

.about_txt h4:before {

	content: '';

	width: 100px;

	height: 4px;

	background: #c42126;

	display: block;

	position: absolute;

	bottom: 0;

	left: 0;

}

.about_txt p {

	font-size: 16px;

    color: #3f4042;

    font-weight: 400;

}





.course_sec {

	padding: 50px 0;

}

.course_txt {

	margin: 50px 0 0 0;

}

.course_txt h4 {

	    margin: 0 0 15px 0;

    padding: 0 0 8px 0;

    font-size: 26px;

    color: #3f4042;

    font-weight: 600;

    position: relative;

}

.course_txt h4:before {

	content: '';

	width: 100px;

	height: 4px;

	background: #c42126;

	display: block;

	position: absolute;

	bottom: 0;

	left: 0;

}

.course_txt p {

	font-size: 16px;

    color: #3f4042;

    font-weight: 400;

}

.course_txt ul {

	margin: 0;

	padding: 0;

}

.course_txt ul li {

	margin: 0 10px 10px 0;

    padding: 0;

    list-style: none;

    border: 2px dotted #fff;

    display: inline-block;

    background: #f1f1f1;

}

.course_txt ul li a {

	margin: 0 0 0px 0;

    padding: 12px 15px;

    font-size: 16px;

    color: #c42126;

    font-weight: 500;

}

.course_txt ul li a span {

	color: #3f4042;

	margin-left: 5px;

}





.classroom {

	background: url(../image/classroom.jpg) left top no-repeat;

	padding: 0px 0;

	position: relative;

}

.classroom:before {

	content: '';

    position: absolute;

    background: #f1f1f1;

    top: 0px;

    bottom: 0px;

    right: 0px;

    width: 50%;

}

.classroom_txt {

	margin: 50px 0 50px 50px;

	position: relative;

}

.classroom_txt h4 {

	    margin: 0 0 15px 0;

    padding: 0 0 8px 0;

    font-size: 26px;

    color: #3f4042;

    font-weight: 600;

    position: relative;

}

.classroom_txt h4:before {

	content: '';

	width: 100px;

	height: 4px;

	background: #c42126;

	display: block;

	position: absolute;

	bottom: 0;

	left: 0;

}

.classroom_txt p {

	font-size: 16px;

    color: #3f4042;

    font-weight: 400;

}

.classroom_txt ul {

	margin: 0;

	padding: 0;

}

.classroom_txt ul li {

	margin: 0 0px 5px 20px;

    padding: 0 0 5px 0;

    list-style: square;

}

.classroom_txt ul li span {

	color: #3f4042;

    font-weight: 500;

	margin-left: 0px;

}



.testimonial_sec {

    padding: 50px 0;

}

.testimonial_sec h4 {

        margin: 0 0 15px 0;

    padding: 0 0 8px 0;

    font-size: 26px;

    color: #3f4042;

    font-weight: 600;

    position: relative;

    text-align: center;

}

.testimonial_sec h4:before {

    content: '';

    width: 100px;

    height: 4px;

    background: #c42126;

    display: block;

    position: absolute;

    bottom: 0;

    left: 50%;

    margin-left: -50px;

}

.testimonial_sec p {

    font-size: 16px;

    color: #3f4042;

    font-weight: 400;

    text-align: center;

}



.testimonial_sec {}

.testimonial_sec .carousel-item {

      height: 360px;

      padding: 40px 20px 0 20px;

      border-top: 1px solid #f1f1f1;

}

.testimonial_sec .carousel-item p {

    width: 50%;

    margin: 20px auto 20px auto;

    font-style: italic;

}

.testimonial_sec .carousel-item .user-img {}

.testimonial_sec .carousel-item .user-img img {

    width: 100px;

    height: 100px;

    border-radius: 50%;

    border: 5px solid #f1f1f1;

}

.testimonial_sec .carousel-item h5 {

    margin: 10px 0 5px 0;

    padding: 0 0 0px 0;

    font-size: 20px;

    color: #3f4042;

    font-weight: 500;

    position: relative;

}

.testimonial_sec .carousel-item h5 span {

    display: block;

    font-size: 16px;

    color: #3f4042;

    font-weight: 300;

    margin: 10px 0 0 0;

}

.testimonial_sec .carousel-indicators [data-bs-target] {

    background-color: #000;

}





.photo-gallery_sec {

    padding: 50px 0;

}

.photo-gallery_sec h4 {

        margin: 0 0 15px 0;

    padding: 0 0 8px 0;

    font-size: 26px;

    color: #3f4042;

    font-weight: 600;

    position: relative;

    text-align: center;

}

.photo-gallery_sec h4:before {

    content: '';

    width: 100px;

    height: 4px;

    background: #c42126;

    display: block;

    position: absolute;

    bottom: 0;

    left: 50%;

    margin-left: -50px;

}

.photo-gallery_sec p {

    font-size: 16px;

    color: #3f4042;

    font-weight: 400;

    text-align: center;

}

.photog-image {

    margin: 0 0 20px 0;

}

.photog-image button {

    border-radius: 0;

    border: 5px solid #f1f1f1;

    background: #fff;

    padding: 0;

}
.photog-image button:hover {
border: 5px solid #f1f1f1;

    background: #fff;    
}






.footer {

    background: #3f4042;

    padding: 50px 0 0 0;

}

.ft-company {

    text-align: center;

}

.ft-company img {}

.ft-company p {

    font-size: 14px;

    color: #f3f3f3;

    font-weight: normal; 

    margin: 10px 0 10px 0;

}

.company-detail {

    margin-bottom: 20px;

}

.company-detail h4 {

    color: #fff;

    font-size: 18px;

    font-weight: bold;

    margin-bottom: 20px;

}

.company-detail p {

    color: #f3f3f3;

    font-size: 14px;

    font-weight: normal;

    margin-bottom: 20px;

}

.company-detail p a {

    color: #f3f3f3;

    font-size: 14px;

    font-weight: normal;

    text-decoration: none;

}

.company-detail p i {

    color: #fff;

    float: left;

    width: 30px;

    height: 30px;

    font-size: 18px;

    position: relative;

    top: 2px;

}



.newsletter-subscribe {}



.newsletter-subscribe p {

    color: #b0b0b0;

}



.newsletter-subscribe h4 {

    color: #fff;

    font-size: 18px;

    font-weight: bold;

    margin-bottom: 20px;

}



.newsletter-subscribe .intro {

    font-size: 16px;

    max-width: 500px;

    margin: 0 0 10px 0;

}



.newsletter-subscribe .intro p {

    margin-bottom: 0;

}



.newsletter-subscribe form {

    justify-content: center

}



.newsletter-subscribe form .form-group {

    float: left;

}

.newsletter-subscribe form .form-control {

    background: #eff1f4;

    border: none;

    border-radius: 0px;

    box-shadow: none;

    outline: none;

    color: inherit;

    text-indent: 9px;

    height: 45px;

    margin-right: 10px;

    min-width: 200px

}



.newsletter-subscribe form .btn {

    padding: 16px 32px;

    border: none;

    background: none;

    box-shadow: none;

    text-shadow: none;

    opacity: 0.9;

    text-transform: uppercase;

    font-weight: bold;

    font-size: 13px;

    letter-spacing: 0.4px;

    line-height: 1;

    border-radius: 0;

}



.newsletter-subscribe form .btn:hover {

    opacity: 1

}



.newsletter-subscribe form .btn:active {

    transform: translateY(1px)

}



.newsletter-subscribe form .btn-primary {

    background-color: #c42126 !important;

    color: #fff;

    outline: none !important

}



.ft-menu {

    margin: 10px 0 10px 0;

}

.ft-menu h4 {}

.ft-menu h4 a {

    color: #fffefe;

    font-size: 16px;

    font-weight: bold;

}

.ft-menu ul {

    margin: 0;

    padding: 0;

}

.ft-menu ul li {

    margin: 0;

    padding: 0;

    list-style: none;

}

.ft-menu ul li a {

    color: #b0b0b0;

    font-size: 13px;

    font-weight: normal;

    text-decoration: none;

}

.ft-menu ul li a:hover {

    color: #fff;

}

.ft-menu.places-menu {

    margin: 0 0 20px 0;

}

.ft-menu.places-menu ul li {

    display: inline-block;

    margin: 0 20px 0 0;

    position: relative;

}

.ft-menu.places-menu ul li:after {

    content: '|';

    color: #b0b0b0;

    font-size: 13px;

    display: block;

    position: absolute;

    right: -14px;

    top: 3px;

}

.ft-menu.places-menu ul li:nth-last-child(1):after {

    display: none;

}



.footer-copywrite {

    background: #151515;

    padding: 15px 10px;

    text-align: center; 

    margin-top: 20px;

}

.footer-copywrite p {

    color: #fff;

    font-size: 12px;

    font-weight: normal;

    margin: 0;

}

.footer-copywrite p a {

    color: #fff;

    font-size: 12px;

    font-weight: normal;

    text-decoration: none;

}

.classroom-img {

    display: none;

}


.top_slide_thankyou {
    margin: 0 0 50px 0;
}
.top_slide_thankyou a.btn {
    color: #c42126;
    font-weight: bold;
}


.g_map {
    border-top: 5px solid #f1f1f1;
}


@media only screen and (max-width: 1366px) {

}



@media only screen and (max-width: 1024px) {

.about_txt {

  margin: 10px 0 0 0;

}

.course_txt {

  margin: 00px 0 0 0;

}

.course_txt ul li a {

    padding: 10px;

}

ul.navbar-nav li.nav-item a.nav-link {

    padding: 10px 8px;

    font-size: 14px;

}

}



@media only screen and (max-width: 991px) {

.login_form {

  padding: 80px 0 50px 20px;

}

.classroom_txt {

  margin: 40px 0 50px 10px;

}

.testimonial_sec .carousel-item p {

  width: 100%;

}

.company-detail p i {

    width: 20px;

}    

.newsletter-subscribe form .btn {

    padding: 16px 12px;

}

header.head .navbar-dark .navbar-toggler {

    background: #000;

}

}



@media only screen and (max-width: 767px) {

.navbar-dark .navbar-brand {

    margin: 0 auto;

}

.contact-btn {

  margin: 5px 0px 10px 0;

  display: inline-block;

  width: 100%;

}

.contact-btn a {

  text-align: center;

}

.top_slide::before {

    width: 100%;

    height: 46%;

}

.course_detail {

  padding: 40px 0px 0 0px;

}

.course_detail p {

    padding: 5px 20px;

    margin: 15px 0;

}

.course_detail h2 {

    font-size: 35px;

    margin: 0 0 10px 0;

}

.login_form {

  padding: 80px 0 50px 0;

}

.about_txt h4 {

    font-size: 20px;

    margin-top: 10px;

}

.about_sec {

  padding: 50px 0 0 0;

}

.course_sec {}

.course_txt h4 {

 font-size: 20px;

 margin-top: 10px;   

}

.course_sec .order-last {order: -1 !important;}

.course_sec .order-first {order: 6 !important;}

.classroom-img {

    display: block;

}

.classroom {

    background:#f1f1f1;

    padding: 30px 0 0 0;

}

.classroom::before {

    display: none;

}

.classroom_txt {

    margin-top: 20px;

}

.classroom_txt h4 {

    font-size: 20px;

}

.testimonial_sec h4 {

    font-size: 20px;

}

.testimonial_sec .carousel-item h5 {

  margin: 10px 0 0 0;

  padding: 0 0 0px 0;

  font-size: 18px;

  line-height: 12px;

}

.ft-company {

  text-align: left;

  margin: 0 0 10px 0;

}

.company-detail p i {

  width: 30px;

}

.newsletter-subscribe h4 {

  margin-bottom: 5px;

  margin-top: 10px;

}
.contact-btn a {
    font-size: 15px;
    display: inline-block;
    margin: 0 5px;
}
.course_detail p span {
    display: block;
}
.testimonial_sec {
    padding: 0 0 50px 0;
}

}