@font-face {
	font-family: ProximaNova-Regular;
	src: url(../fonts/ProximaNova-Regular.ttf);
}

body {
	margin: 0px;
	padding: 0px;
}
.col-sm-4.col-lg-2.rate-box12 {
    margin-top: 20px !important;
}

.chatbot-container {
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
}

* {
	font-size: 16px;
	line-height: 1.5;
	box-sizing: border-box;
	font-family: ProximaNova-Regular;
}
.navbar-light .navbar-nav .nav-link,.navbar-light .navbar-nav .active>.nav-link {
    
    font-size:18px!important;
    font-weight:400!important;
}
.navbar-light .navbar-nav .nav-link {
    color:rgba(0,0,0,.9);
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    font-weight: 700 !important;
}

.container {
	max-width: 1140px !important;
}

.btn:focus {
	box-shadow: none;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

.w-65 {
	width: 65%;
}

.w-55 {
	width: 55%;
}

.w-35 {
	width: 35%;
}

#volet {
    display: none !important ;
}

input#user-chat-textarea {
    outline: none;
    border-radius: 10px !important;
}
.chat-container {
    height:307px !important;
}
.chat-header h4 {
    font-size:17px!important;
    padding-top:8px!important;
}
input#user-chat-textarea {
    outline: none;
}

/* Section Banner */

.section_banner {

	background: url(../image/images8.jpeg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.75);
	padding:47px 0px 100px !important;
}
.contact-page-banner {

	background: url(../image/contact-us.avif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.75);
	height: 450px;
}


.about-page-banner {

	background: url(../image/about-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	color: #fff;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.75);
	height: 450px;
}

.section_banner .banner_heading-primary {
	font-weight: bold;
	font-size: 35px;
	line-height: 40px;
}

.section_banner .banner_heading-seconday {
	font-size: 18px;
	line-height: 25px;
}

.section_banner .banner_buttons .banner_button,
.banner_button2 {
	display: inline-block;
}

.section_banner .banner_buttons .banner_button a {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	width: 264px;
	padding: 10px 0;
	border-radius: 5px;
	border: none;
	transition: all 0.5s ease;
}

.section_banner .banner_buttons a.banner_button-schedule {
	background: transparent;
	box-shadow: inset 0 0 0 1.5px #37d5e0;
}

.section_banner .banner_buttons a.banner_button-schedule:hover {
	box-shadow: none;
	background: #37d5e0;
}

.section_banner .banner_buttons .banner_button a.banner_button-schedule:hover {
	box-shadow: inset 0 0 0 1.5px #37d5e0;
}

.section_banner .banner_buttons a.banner_button-brochure {
	background: #37d5e0;
}

.section_banner .banner_buttons a.banner_button-brochure:hover {
	background: transparent;
	box-shadow: inset 0 0 0 1.5px #37d5e0;
}



.section_banner .banner_buttons a.banner_button-register:hover {
	background: transparent;
	box-shadow: inset 0 0 0 1.5px #cb52d6;
}

/* .section_banner .banner_buttons a.banner_button-register::before,
.section_banner .banner_buttons a.banner_button-register::after {
	content: "";
	display: inline-block;
	position: absolute;
	margin-top: -10px;
	margin-left: -41px;
	border-radius: 5px;
	height: 50px;
	width: 200px;
	background: linear-gradient(135deg, #1c29a3, #cb52d6);
}
.section_banner .banner_buttons a.banner_button-register::after {
	height: 46.5px;
	width: 196.5px;
	margin-top: -8.5px;
	margin-left: -156.3px;
	background: transparent;
} */



.banner_button2 {
	height: 50px;
	width: 50px;
	background: linear-gradient(130deg, #cb52d6, #1c29a3);
	border-radius: 50%;
	margin-left: 20px;
	transform: translateY(12.5px);

	animation: pulse 1s infinite;
}

.banner_button2 a i {
	margin-top: 50%;
	margin-left: 40%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #fff;
}

.section_banner .banner-right .banner_button a i {
	margin-top: 50%;
	margin-left: 40%;
	transform: translate(-50%, -50%);
	font-size: 50px;
	color: #fff;
}

.section_banner .banner_footer,
.section_banner .banner_footer a {
	font-size: 17px;
	line-height: 25px;
	color: #fff;
}

.section_banner .banner_footer:not(:nth-child(4)) {
	padding-right: 95px;
}

.section_banner .banner_footer img {
	margin: -6px 15px 0 0;
}

.section_banner .banner_footer img.google {
	width: 17px;
	margin: -6px 8px 0 5px;
}

/* Section Content */

.section_content {
	min-height: 100vh;
	position: relative;
}

/* section base */
.section-overview,
.section_process,
.section_gallary {
	background-color: #fff;
}

.section_curriculum,
.section_trainer,
.section_faqs {
	background-color: #f5f5f7;
}

.section_content .content_overview,
.section_content .content_curriculum,
.section_content .content_process,
.section_content .content_trainer,
.section_content .content_testimonials,
.section_content .content_faqs,
.section_content .content_gallary {
	width: 100%;
	min-height: 100px;
}

/* section heading */

.section_curriculum .section_heading {
	min-height: 50px;
}

.section_heading {
	width: 100%;
	min-height: 110px;
	vertical-align: middle;
}

.section_heading .section_heading-large {
	float: left;
	font-size: 40px;
}


.heading_bg .inner {
	font-size: 40px;
	margin-top: 12.5px !important;
}

/* section buttons */

.section_heading .curriculum_heading-btn a,
.section_heading .curriculum_heading-btn2 a,
.section_heading .testimonials_heading-btn a,
.section_heading .testimonials_heading-btn2 a {
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	width: 200px;
	padding: 10px 0;
	float: right;
	border-radius: 5px;
	border: none;
	text-decoration: none;
	transition: all 0.5s ease;
	background: linear-gradient(135deg, #1c29a3, #cb52d6);
}

.section_heading .testimonials_heading-btn a,
.section_heading .testimonials_heading-btn2 a {
	background: #1c29a3;
}

.section_heading .curriculum_heading-btn2 a,
.section_heading .testimonials_heading-btn2 a {
	display: none;
	font-size: 15px;
	margin-top: 5px;
	width: 50px;
}

.section_heading .curriculum_heading-btn a:hover,
.section_heading .testimonials_heading-btn a:hover {
	background: transparent;
	color: #1c29a3;
	box-shadow: inset 0 0 0 1.5px #cb52d6;
}

/* Section Schedules */

.section_content .content_schedules {
	position: relative;
	z-index: 100;
	height: 500px;
	width: 100%;
	margin-bottom: 40px;
	background-color: #000;
	color: #fff !important;
}

.section_content .content_schedules .schedules_header > div {
	display: inline-block;
	width: calc((100% / 3) - 3px);
	height: 40px;
	padding: 0;
	vertical-align: middle;
}

.section_content .content_schedules .schedules_header h4 {
	font-size: 23px !important;
	margin-top: 20px;
	transform: translate(-10px, -50%);
}

.section_content .content_schedules .schedules_header select {
	height: 40px;
	width: 100%;
	border: none;
	font-size: 15px;
	padding: 0 10px;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(https://cdn.iconscout.com/icon/free/png-256/down-chevron-458459.png)
		90% / 10% no-repeat #fff;
}

.section_content .content_schedules .schedules_header select::-ms-expand {
	color: #cb52d6;
}

.section_content .content_schedules .schedules_header select:focus {
	outline: none;
}

.section_content .content_schedules .schedules_table {
	margin-bottom: 0;
	margin-top: 15px;
	max-height: 415px;
	overflow-y: hidden;
}

.section_content .content_schedules .schedules_table:hover {
	overflow-y: auto;
}

.section_content .content_schedules .schedules_table::-webkit-scrollbar {
	background-color: #000;
	width: 3px;
}

.section_content .content_schedules .schedules_table::-webkit-scrollbar-track {
	background-color: #000;
}

.section_content .content_schedules .schedules_table::-webkit-scrollbar-thumb {
	background-color: #333333;
	border-radius: 25px;
}

.section_content .content_schedules .schedules_table table thead {
	background-color: #333333;
	/* display: block;
	width: 100% !important; */
	position: sticky;
}

.section_content .content_schedules .schedules_table table thead tr th {
	font-size: 14px;
	border: none;
	vertical-align: middle;
	padding-right: 0px;
	text-align: left;
}

.section_content .content_schedules .schedules_table table td {
	font-size: 13px;
	vertical-align: middle;
	border-top: none;
	border-bottom: 0.5px solid #333333;
	padding-right: 0px;
}

.section_content .content_schedules .schedules_table table td:nth-child(3),
.section_content .content_schedules .schedules_table table td:nth-child(5) {
	text-align: center;
}

.section_content .content_schedules .schedules_table .schedules_table-tax {
	display: block;
	font-size: 12px;
}

.section_content
	.content_schedules
	.schedules_table
	a.schedules_table-register {
	font-size: 13px;
	text-decoration: underline;
	color: #04d5e0;
}

/* Section Overview */

/* Accordion */

.content_overview .panel-default {
	box-shadow: 0px 0px 10px 5px rgb(211, 211, 211);
}

.content_overview .panel-default > .panel-heading {
	color: #333;
	background-color: #fff;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.content_overview .panel-default > .panel-heading a {
	display: block;
	background-color: #fff;
	padding: 20px 20px 20px 100px;
	color: #252525;
	margin-bottom: 15px;
}
.content_overview .panel-default > .panel-heading a .panel_heading-large {
	display: block;
	font-size: 40px;
	margin-top: 15px;
}

.content_overview .panel-default > .panel-heading a .panel_heading-small {
	transition: all 0.5s ease;
	display: block;
	font-size: 25px;
}
span.pin-code {
    padding-left: 25px;
}

.content_overview .panel-default > .panel-heading a:hover {
	text-decoration: none;
}

.content_overview .panel-default > .panel-heading a[aria-expanded="true"] {
	padding: 15px 20px 5px 55px;
}

.content_overview
	.panel-default
	> .panel-heading
	a[aria-expanded="false"]
	.panel_heading-large {
	transition: all 0.5s ease;
	display: none;
}

.content_overview
	.panel-default
	> .panel-heading
	a[aria-expanded="true"]
	.panel_heading-small {
	transition: all 0.5s ease;
	display: none;
}

.content_overview .panel-default > .panel-heading a[aria-expanded="true"] i,
.content_overview .panel-default > .panel-heading a[aria-expanded="false"] i {
	font-family: Fontawesome;
	float: right;
	font-size: 20px;
	font-weight: 300;
	vertical-align: middle;
}

.content_overview .panel-default > .panel-heading a[aria-expanded="true"] i {
	content: "\f077";
	margin-top: 30px;
}

.content_overview .panel-default > .panel-heading a[aria-expanded="false"] i {
	content: "\f078";
	margin-top: 5px;
}

.panel-body {
	font-size: 15px;
	line-height: 23px;
	color: #5a5a5a;
	padding: 0px 30px 30px 110px;
	margin-top: 0 !important;
	margin-bottom: 15px;
}

/* Section Curriculum */

.curriculum_details {
	box-shadow: 0px 0px 10px 5px rgb(211, 211, 211);
	background-color: #fff;
}

.curriculum_details .tile {
	width: 100%;
	margin: 60px auto;
}

.curriculum_details #tile-1 .nav-tabs {
	position: relative;
	border: none !important;
}

.curriculum_details #tile-1 .nav-tabs li:not(:last-child) {
	margin-right: 3px !important;
}

.curriculum_details #tile-1 .nav-tabs li a {
	position: relative;
	float: left;
	margin: 0px !important;
	width: 100%;
	font-size: 16px;
	border: none;
	border-radius: 0;
	color: #fff;
	background: #000;
	transition: all 1s ease;
}

.curriculum_details #tile-1 .nav-tabs li a:focus {
	outline: none;
}

.curriculum_details #tile-1 .nav-tabs a:hover {
	background: linear-gradient(135deg, #1c29a3, #cb52d6);
	color: #fff;
	transition: all 0.5s ease;
}

.curriculum_details #tile-1 .nav-tabs .active {
	background-color: #fff;
	color: #252525;
	border: none;
}

#curriculum_tabs button.slick-prev.slick-arrow,
#curriculum_tabs button.slick-next.slick-arrow {
	position: relative;
	height: auto;
	padding: 10px 0;
}

#curriculum_tabs button.slick-prev.slick-arrow {
	float: left;
	left: 0;
	top: 19.9px;
}

#curriculum_tabs button.slick-next.slick-arrow {
	float: right;
	right: 0;
	bottom: 19.15px;
}

#curriculum_tabs .slick-prev:before,
#curriculum_tabs .slick-next:before {
	font-family: "FontAwesome";
	padding: 9.5px 6.5px;
	opacity: 1;
	background-color: #37d5e0;
}

#curriculum_tabs .slick-prev:before {
	content: "\f104";
}

#curriculum_tabs .slick-next:before {
	content: "\f105";
}

#curriculum_tabs .slick-prev-disabled:before,
#curriculum_tabs .slick-next-disabled:before {
	display: none;
}

#curriculum_tabs button.slick-prev.slick-arrow.slick-disabled,
#curriculum_tabs button.slick-next.slick-arrow.slick-disabled {
	display: none !important;
}

.curriculum_details #tile-1 .tab-pane {
	padding: 35px 30px 10px 80px;
	font-size: 18px;
	line-height: 43px;
	color: #5a5a5a;
	height: 100%;
}

.curriculum_details #tile-1 .tab-pane .curriculum_list {
	font-size: 18px;
	margin-bottom: 15px;
}

.curriculum_details #tile-1 .tab-pane .curriculum_list img {
	height: 13px;
	width: 16px;
	margin-top: -3px;
	margin-right: 15px;
}

/* Section Certification Process */

/* .section_process .section_heading {
	height: 50px;
} */

.process_details {
	position: relative;
}

.process_bg {
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 15px;
	right: 5px;
}

.process_bg img {
	width: 100%;
}

.process_details .process_base {
	position: relative;
	z-index: 2;
	float: left;
	width: 300px;
	text-align: center;
	margin-left: 50px;
	margin-bottom: 50px;
}

.process_details .process_base:nth-child(4) {
	margin-left: 90px;
}

.process_details .process_base .process_details-steps {
	display: inline-block;
	font-size: 16px;
}

.process_details .process_base .process_details-steps .steps_bg {
	height: 88px;
	width: 88px;
	/*background: #fff;*/
	/*border-radius: 50%;*/
	/*border: 0.5px solid #ccccccab;*/
	/*box-shadow: 0 0 10px 0px #afafaf57;*/
	transition: all 0.5s ease;
}
 .steps_bg.step-4{ 
   
     background: url(../image/startup-02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.steps_bg.step-3{ 
    background: url(../image/factory-02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.steps_bg.step-1{ 
    background: url(../image/schedule-02.png);
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.steps_bg.step-2{ 
    background: url(../image/storage-stacks-02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.steps_bg.step-5{ 
    background: url(../image/product-02.png);
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.steps_bg.step{ 
    background: url(../image/loading-02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.process_details .process_base .process_details-steps .steps_bg h6 {
	height: 100%;
	transform: translate(3px, 35px);
}

.process_details .process_base .process_details-steps:hover .steps_bg {
	/*color: #fff;*/
	/*background: linear-gradient(to bottom, #5da30fd6, #0e5513);*/
}

.process_details .process_base .process_details-content {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #5a5a5a;
}

/* Section Trainer */

.trainer_details {
	box-shadow: 0px 0px 10px 5px rgb(243, 243, 243);
	background-color: #fff;
	height: 100%;
	display: flex;
}

.trainer_details .trainer_profile {
	width: 40%;
	padding-left: 15px;
	padding-right: 40px;
	text-align: center;
}

.trainer_details .trainer_profile .trainer_profile-img {
	display: inline-block;
	height: 165px;
	width: 170px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #adadad;
}

.trainer_details .trainer_profile .trainer_profile-img img {
	height: 100%;
	width: 100%;
}

.trainer_details .trainer_profile .trainer_profile-btn a {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	width: 95%;
	padding: 10px 0;
	border-radius: 5px;
	border: none;
	text-decoration: none;
	transition: all 0.5s ease;
	background: linear-gradient(135deg, #1c29a3, #cb52d6);
}

.trainer_details .trainer_content {
	width: 60%;
}

.trainer_details .trainer_content .trainer_content-name {
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	vertical-align: middle;
	color: #252525;
}

.trainer_details .trainer_content .trainer_content-link {
	border-radius: 50%;
	position: relative;
	bottom: 3.5px;
	padding: 5px 7px;
	margin-left: 5px;
	background-color: #1c29a3;
}

.trainer_details .trainer_content .trainer_content-link img {
	width: 16px;
	transform: translate(0.5px, -2px);
	filter: invert(100%);
}

.trainer_details .trainer_content .trainer_content-designation {
	font-size: 16px;
	line-height: 35px;
	color: #252525;
}

.trainer_details .trainer_content .trainer_content-details {
	font-size: 15px;
	line-height: 23px;
	color: #5a5a5a;
}

/* Section Testimonials */

/* .testimonials_details {

} */

.testimonials_details .tile {
	width: 100%;
	margin: 20px auto;
}

.testimonials_details #tile-2 .nav-tabs {
	position: relative;
	display: inline-block;
	width: 85%;
	left: 50%;
	transform: translateX(-50%);
	border: none !important;
}

#tile-2 .slick-slide {
	width: 310px;
}

#tile-2 .slick-slide:focus {
	outline: none;
}

.testimonials_details #tile-2 .nav-tabs li {
	margin: 0 5px !important;
}

.testimonials_details #tile-2 .nav-tabs li a {
	position: relative;
	float: left;
	margin: 0px !important;
	width: 100%;
	height: 80px;
	font-size: 20px;
	line-height: 25px;
	border: none;
	border-radius: 0;
	padding-top: 13px;
	color: #252525;
	text-align: left;
	background: transparent;
	transition: all 0.5s ease;
}

.testimonials_details #tile-2 .nav-tabs li a .testimonials_tab-img {
	height: 50px;
	width: 50px;
	float: left;
	margin: 2.5px 20px 0 5px;
	background-color: #f5f5f7;
	border-radius: 50%;
	overflow: hidden;
}
.testimonials_details #tile-2 .nav-tabs li a .testimonials_tab-img img {
	height: 100%;
	width: 100%;
}

.testimonials_details #tile-2 .nav-tabs li a .testimonials_tab-name {
	font-size: 20px;
}

.testimonials_details #tile-2 .nav-tabs li a .testimonials_tab-company {
	font-size: 15px;
}

.testimonials_details #tile-2 .nav-tabs li a:focus {
	outline: none;
}

.testimonials_details #tile-2 .nav-tabs .slick-current a,
.testimonials_details #tile-2 .nav-tabs a:hover {
	background-color: #000;
	color: #fff;
	border: none;
}

#testimonials_tabs button.slick-prev.slick-arrow,
#testimonials_tabs button.slick-next.slick-arrow {
	padding: 10px 0;
}

#testimonials_tabs button.slick-prev.slick-arrow {
	top: 30px;
	left: -50px;
}

#testimonials_tabs button.slick-next.slick-arrow {
	top: 30px;
}

#testimonials_tabs .slick-prev:before,
#testimonials_tabs .slick-next:before {
	font-family: "FontAwesome";
	padding: 30px 17px;
	opacity: 1;
	background-color: #5a5a5a;
}

#testimonials_tabs .slick-prev:before {
	content: "\f104";
}

#testimonials_tabs .slick-next:before {
	content: "\f105";
}

.testimonials_details #tile-2 .tab-pane {
	padding: 35px 30px 10px 80px;
	font-size: 18px;
	line-height: 43px;
	color: #5a5a5a;
	height: 100%;
}

.testimonials_details .tab-content {
	padding-right: 0 !important;
}

.testimonials_details .tab-content .tab-pane {
	padding: 50px 0px 30px 40px !important;
	width: 100%;
}

.testimonials_details #tile-2 .tab-pane .testimonials_list {
	color: #252525;
	height: 100%;
	display: flex;
}

/* .testimonials_details #tile-2 .tab-pane .testimonials_list-left {
	width: 35%;
	height: 100%;
} */

.testimonials_details #tile-2 .tab-pane .testimonials_list-img {
	height: 170px;
	width: 170px;
	border-radius: 50%;
	margin-right: 35px;
	background-color: #f5f5f7;
	overflow: hidden;
}

.testimonials_details #tile-2 .tab-pane .testimonials_list-img img {
	height: 100%;
	width: 100%;
}

.testimonials_details #tile-2 .tab-pane .testimonials_list-details {
	width: 65%;
}

.testimonials_details #tile-2 .tab-pane .testimonials_list-name {
	font-size: 25px;
	line-height: 30px;
}

.testimonials_details #tile-2 .tab-pane .testimonials_list-rating {
	display: inline-block;
	margin-left: 7px;
	font-size: 13px;
	color: #d69d00;
}

.testimonials_details #tile-2 .tab-pane .testimonials_list-rating i {
	transform: translateY(-3px);
}

.testimonials_details #tile-2 .tab-pane .testimonials_list-rating img {
	width: 12px;
	margin-bottom: 7px;
	display: inline-block;
	filter: contrast(85%);
}

.testimonials_details #tile-2 .tab-pane .testimonials_list-designation {
	font-size: 16px;
	margin-bottom: 5px;
	color: #252525;
}

.testimonials_details #tile-2 .tab-pane .testimonials_list-content {
	font-size: 15px;
	line-height: 25px;
	color: #5a5a5a;
}

/* Section FAQS */

.content_faqs .panel-default {
	border: 0.5px solid #b8b8b880;
	margin-bottom: 20px;
	padding: 0;
	background-color: #fff;
}

.content_faqs .panel-default > .panel-heading {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.content_faqs .panel-default > .panel-heading a {
	display: block;
	color: #252525;
	padding: 10px 10px 3px 40px;
	transition: all 0.5s ease;
	margin-bottom: 0;
	font-size: 18px;
}

.content_faqs .panel-default > .panel-heading a:hover {
	text-decoration: none;
}

.content_faqs .panel-default > .panel-heading a[aria-expanded="true"] i,
.content_faqs .panel-default > .panel-heading a[aria-expanded="false"] i {
	float: right;
	font-size: 15px;
	vertical-align: middle;
	margin-top: 5px;
}

.content_faqs
	.panel-default
	> .panel-heading
	a[aria-expanded="true"]
	i.icondown {
	display: none;
}

.content_faqs
	.panel-default
	> .panel-heading
	a[aria-expanded="false"]
	i.iconup {
	display: none;
}

.panel-body {
	font-size: 15px;
	line-height: 23px;
	color: #5a5a5a;
	padding: 0px 30px 0px 55px;
}

.content_faqs .faqs_queries {
	background: linear-gradient(to bottom, #5da30fd6, #0e5513);
	min-height: 80px;
	padding-left: 40px;
}

.content_faqs .faqs_queries .faqs_query-text {
	color: #fff;
	font-size: 18px;
	position: relative;
	float: left;
	transform: translateY(27px);
}

.content_faqs .faqs_queries .faqs_query-btn {
	position: relative;
	float: right;
	height: 100%;
}

.content_faqs .faqs_queries .faqs_query-btn a {
	color: #252525;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	padding: 8px 40px;
	border-radius: 5px;
	display: inline-block;
	background-color: #fff;
	transform: translateY(12.5px);
}

/* Section Gallary */

/* .gallary_details {
	text-align: center;
} */

.gallary_details .carousel {
	width: 100%;
	display: inline-block;
	justify-content: space-between;
}

.gallary_details .carousel .slick-slide:focus {
	outline: none;
}

.gallary_details .carousel .gallary_img {
	float: left;
	width: calc((100% / 3) - 15px) !important;
	width: 300px;
}

.gallary_details .carousel .gallary_img img {
	width: 100%;
}

.gallary_details .carousel .gallary_img:nth-child(3n-1) {
	margin: 0 15px;
}

.gallary_details .carousel .gallary_img:nth-child(n) {
	margin-bottom: 15px;
}

.gallary_details .carousel .slick-dots li button {
	border-radius: 50%;
	background: #b8b8b8;
	height: 3px !important;
	width: 3px !important;
	padding: 3px;
}

.gallary_details .carousel .slick-dots li button::before {
	font-size: 0px;
}

.gallary_details .carousel .slick-dots li.slick-active button {
	background: linear-gradient(135deg, #1c29a3, #cb52d6);
}

/*
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
*/

/* Media Queries */

@media (max-width: 400px) {
	.section_heading .curriculum_heading-btn a,
	.section_heading .testimonials_heading-btn a {
		display: none;
	}
	.section_heading .curriculum_heading-btn2 a,
	.section_heading .testimonials_heading-btn2 a {
		display: block;
	}

	.testimonials_details #tile-2 .tab-pane {
		padding: 30px 0 0 0 !important;
	}

	.testimonials_details #tile-2 .tab-pane .testimonials_list {
		display: block;
	}

	.testimonials_details #tile-2 .tab-pane .testimonials_image,
	.testimonials_details #tile-2 .tab-pane .testimonials_list-details {
		width: 100% !important;
	}

	.testimonials_details #tile-2 .tab-pane .testimonials_image {
		margin-bottom: 30px !important;
	}

	.testimonials_details #tile-2 .tab-pane .testimonials_list-img {
		height: 100px !important;
		width: 100px !important;
	}
}

@media (min-width: 400px) and (max-width: 474.98px) {
	.section_banner .banner_buttons {
		width: 100%;
	}
	.banner_button2 {
		margin-left: 50%;
		transform: translate(-50%, 20px) !important;
	}
}

@media (max-width: 575.98px) {
	.section_banner {
		max-height: 750px;
	}
	.chatbot-container {
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
}

	.section_banner .banner-left,
	.section_banner .banner-right {
		width: 100%;
	}
	.section_banner .banner_heading-primary {
		font-size: 27px;
	}

	.section_banner .banner_heading-secondary {
		font-size: 15px;
	}

	.section_banner .banner_buttons .banner_button a {
		font-size: 13px;
		width: 120px;
		margin-top: 15px;
	}
	.section_banner .banner_footer,
	.section_banner .banner_footer a {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.section_banner .banner_footer:not(:nth-child(4)) {
		padding-right: 7%;
	}
	.section_banner .banner-right {
		display: none;
	}
	.section_banner .banner_button2 {
		transform: translateY(21px);
	}

	.content_overview .panel-default > .panel-heading a {
		padding-left: 30px;
	}

	.content_overview .panel-default > .panel-heading a[aria-expanded="true"] {
		padding-left: 25px;
	}

	.heading_bg {
		height: 50px;
		width: 50px;
	}

	.content_overview .panel-default > .panel-heading a .panel_heading-large,
	.section_heading .section_heading-large,
	.heading_bg .inner {
		font-size: 25px;
	}

	.content_overview .panel-default > .panel-heading a .panel_heading-small {
		font-size: 17px;
	}

	.heading_bg .inner {
		margin-top: 8.5px !important;
	}

	.panel-body {
		padding-left: 30px;
	}

	.content_overview .panel-default > .panel-heading a[aria-expanded="true"] i,
	.content_overview
		.panel-default
		> .panel-heading
		a[aria-expanded="false"]
		i {
		font-size: 15px;
	}

	.content_overview
		.panel-default
		> .panel-heading
		a[aria-expanded="true"]
		i {
		content: "\f077";
		margin-top: 20px;
	}

	.content_overview
		.panel-default
		> .panel-heading
		a[aria-expanded="false"]
		i {
		content: "\f078";
		margin-top: 4px;
	}

	.section_heading {
		min-height: 75px;
	}

	.section_curriculum .section_heading {
		min-height: 20px;
	}

	.section_heading .curriculum_heading-btn a,
	.section_heading .testimonials_heading-btn a {
		font-size: 13px;
		width: 120px;
		margin-top: 5px;
	}

	.curriculum_details #tile-1 .tab-pane {
		padding-left: 30px;
	}

	.curriculum_details #tile-1 .tab-pane .curriculum_list {
		font-size: 15px;
	}

	.trainer_details {
		display: block;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.trainer_details .trainer_profile,
	.trainer_details .trainer_content {
		width: 100%;
		padding: 0;
	}

	.trainer_details .trainer_content {
		margin-top: 30px !important;
	}

	.testimonials_details .tab-content .tab-pane {
		padding-left: 10px !important;
	}

	.testimonials_details #tile-2 .tab-pane .testimonials_list-img {
		height: 80px;
		width: 80px;
		margin-right: 20px;
	}

	.testimonials_details #tile-2 .tab-pane .testimonials_list-details {
		width: 80%;
	}

	.content_faqs .faqs_queries {
		padding: 10px;
		text-align: center;
	}

	.content_faqs .faqs_queries .faqs_query-text,
	.content_faqs .faqs_queries .faqs_query-btn {
		display: block;
		transform: translateY(0);
		width: 100%;
	}

	.content_faqs .faqs_queries .faqs_query-btn a {
		transform: translateY(0);
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.section_banner .banner-left {
		width: 100%;
	}
	.section_banner .banner_heading-primary {
		font-size: 30px;
	}
	.section_banner .banner_button2 {
		margin-left: 10px;
	}
	.section_banner .banner_footer,
	.section_banner .banner_footer a {
		font-size: 15px;
	}
	.section_banner .banner_footer:not(:nth-child(4)) {
		padding-right: 10.9%;
	}
	.section_banner .banner-right {
		display: none;
	}
	.section_banner .banner_buttons .banner_button a {
		font-size: 14px;
		width: 150px;
	}

	.trainer_details .trainer_profile .trainer_profile-img {
		height: 145px;
		width: 150px;
	}

	.content_faqs .faqs_queries {
		padding: 10px;
		text-align: center;
	}

	.content_faqs .faqs_queries .faqs_query-text,
	.content_faqs .faqs_queries .faqs_query-btn {
		display: block;
		transform: translateY(0);
		width: 100%;
	}

	.content_faqs .faqs_queries .faqs_query-btn a {
		transform: translateY(0);
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.section_banner .banner-left {
		width: 100%;
	}
	.section_banner .banner_heading-primary {
		font-size: 30px;
	}
	.section_banner .banner_footer:not(:nth-child(4)) {
		padding-right: 20%;
	}
	.section_banner .banner-right {
		display: none;
	}
	.section_banner .banner_buttons .banner_button a {
		font-size: 14px;
		width: 150px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.section_banner .banner_heading-primary {
		font-size: 30px;
	}
	.section_banner .banner_buttons .banner_button a {
		font-size: 16px;
		width: 180px;
	}
	.section_banner .banner_footer:not(:nth-child(4)) {
		padding-right: 3%;
	}
	.banner_button2 {
		display: none;
	}

	.section_content .content_schedules {
		position: absolute;
		width: 41.5%;
		right: 1.5%;
		margin-bottom: 0;
	}

	.section_content .content_overview,
	.section_content .content_curriculum,
	.section_content .content_process,
	.section_content .content_trainer,
	.section_content .content_testimonials,
	.section_content .content_faqs,
	.section_content .content_gallary {
		width: 56%;
	}

	.trainer_details .trainer_profile .trainer_profile-img {
		height: 135px;
		width: 140px;
	}
}

@media (min-width: 1200px) {
	.banner_button2 {
		display: none;
	}

	.section_content .content_schedules {
		position: absolute;
		width: 38%;
		right: 6%;
		margin-bottom: 0;
	}

	.section_content .content_overview,
	.section_content .content_curriculum,
	.section_content .content_process,
	.section_content .content_trainer,
	.section_content .content_testimonials,
	.section_content .content_faqs,
	.section_content .content_gallary {
		width: 100%;
	}
}

/* Animations */

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	}

	70% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}


.works-box {
    box-shadow: 0px 0px 1px 1px;
    /* padding: 27px; */
    border-radius: 8px;
	height: 98%;
	box-shadow: 0 0 10px 0px #afafaf57;
}
.back-box {
    padding: 20px 20px 25px 20px;
    background-color:#f0f7f7;
	border-radius: 2px;
}
.frond-back {
    padding: 20px 20px 10px 20px;
    background-color: #5d9b2d;
    color: #fff;
	border-radius: 2px;
}
.works-box h5{
	font-size: 16px !important;
	text-align: center;
}

.form-control {
   
    border-radius: 10px;
    height: 46px !important;
}
textarea#message_11{
	border-radius: 10px;
	display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
button.btn.banner_button.btn-10 {
    padding: 8px 30px 8px 30px;
    border-radius: 10px;
    background-color: #e9e5e5;
    font-size: 18px;
}
button.btn.banner_button.btn-10:hover{
	background: linear-gradient(135deg, #1c29a3, #cb52d6);
	color: #fff;
}
.section_rate-list-banner{
	background-image: url(../image/rate-11.jpeg);
	height: 450px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	
	box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 59%);
}
.price_box {
    background: #f3f0f0d9;
    border-radius: 8px;
    box-shadow: 2px 2px 4px #e8ebed;
	padding: 10px;
    text-align: center;

}
.price_box:hover{
	background:#d6edfd;
}
.setup-box{
	color: #000;
	
}
.setup-box:hover{
	text-decoration: none;
	color: #000;
}
.price_box img{
	width: 54px;
    height: 46px;
    border-radius: 10px;
}
.price_box p{
	margin-bottom: 0px;
	font-size: 14px !important;
}

.contact-box a{
	color: #fff;
}
.footer-design{
	text-align: end;
}
.contact-box a:hover{
	text-decoration: none;
}

.about-button a {
    color: #fff;
    background: linear-gradient(to bottom, #cb52d6, #1c29a3);
    padding: 12px 18px 14px 18px;
    border-radius: 30px;
}
.about-button {
    margin-top: 35px !important;
}
.section_about-profile-section{
	/* box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 80%); */
    background-color: #edf4ed;
}
.profile-box {
	background-color: #fff;
    padding: 28px 28px 31px 30px;
    border-radius: 10px;
	
}
.profile-box p{
	line-height: 30px;
}


.footer-section {
    /* box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.75); */
    color: #fff;
    /* background: linear-gradient(to bottom, #5da30fd6, #0eff1e); */
	    background: linear-gradient(to bottom, #6e9f38d6, #0b410f);
}

.heading_bg {
	border-radius: 50%;
	display: inline-block;
	position: relative;
	text-align: right;
	height: 80px;
	width: 80px;
	color: #fff;
	/* background: linear-gradient(to bottom, #cb52d6, #1c29a3); */
	background: linear-gradient(to bottom, #5da30fd6, #0e5513);
}
.section_banner .banner_buttons a.banner_button-register {
	/* background: transparent !important; */
	/* background: linear-gradient(135deg, #1c29a3, #cb52d6); */
	background: linear-gradient(to bottom, #5da30fd6, #0e5513);
}
.section_banner .banner-right .banner_button {
	height: 120px;
	width: 120px;
	border-radius: 50%;
	float: right;
	margin-right: 20%;
	background: linear-gradient(to bottom, #5da30fd6, #0e5513);
	/* background: linear-gradient(130deg, #cb52d6, #1c29a3); */
	cursor: pointer;

	animation: pulse 1s infinite;
}
.section_header-section {
	background-color: #fff;
}
.section_coaching-section{
	background: #F1F9FB;
	padding-top: 70px;
	padding-bottom: 50px;
}
.section_coaching-section ul{
	padding-left: 20px;
	padding-top: 12px;
}

.section_coaching-section ul ::marker {
    color: #60a513d6;
    font-size: 25px;
}
.wkr_box {
	width: 100%;
    height: 225px;
    background: #0E91B50D 0% 0% no-repeat padding-box;
    border: 1px solid #0E91B54D;
    border-radius: 15px;
    opacity: 1;
    text-align: center;
    padding: 40px 20px;
    color: #0E91B5;
}
.wkr_box .counter-1 {
	margin-bottom: 0px;
    margin-top: 12px;
}
.wkr_box .counter-1 strong{
	font-size: 25px;
}
.section_testimonials,.section_faqs{
	background-color: #edf4ed;
}
/* .purpose-banner{
	background-image: url(../image/purpose_bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 30px;
    height: 400px;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.75);
}
.approach-banner{
	background-image: url(../image/apporach-bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 30px;
    height: 400px;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.75);
} */
/* .approach-banner p ,.purpose-banner p{
	display: none;
} */
.approach-banner p , .purpose-banner p{
	display: block;
	background-color: #e3eff3;
    padding: 25px;
}

.approach-banner h4, .purpose-banner h4 {
    background-color: #e3eff3;
    padding: 25px;
}
.profile-team img {
    border-radius: 81px;
    width: 50%;
	margin: auto;
}
.profile-team{
	text-align: center;
	font-size: 18px;
	margin: 10px;
	background-color: #e3eff3;
	padding-top: 15px;
	border-radius: 20px;
}
.profile-team h3{
	padding-top: 15px;
	font-size: 20px;
}
.leader-t1-box p{
	width: 95%;
	margin: auto;
	margin-bottom: 30px;
}
.overview_section,.section_pur_app{
	background-color: #f1f9fb;
}
.company-box{
	width: 75%;
	margin: auto;
}
.approach-banner p, .purpose-banner p {
    display: block;
    background-color: #e3eff3;
    padding: 25px;
    height: 180px !important;
}
.banner_button2.text-center.pulse,.curriculum_heading-btn2.pt-sm-3,.testimonials_heading-btn2.pt-sm-3 {
    display: none;
}
.section-mode .works-box {
    background-color:#f0f7f7 !important;
}

.note-box {
    background-color: #dcf5f2;
    padding: 30px !important;
    margin-bottom: 30px;
    border-radius: 10px;
    width: 100% !important;
}
@media (max-width: 575.98px) {
    .works-box {
    margin-top: 20px;
}
.staff-box {
    margin-bottom:30px !important;
}
.process_details .process_base {
 
    margin-left: 0px !important;
    margin-bottom: 50px;
}
 .purpose-banner p {
    height: 273px !important;
}
.col-lg-6.pl-5.founder-section {
    padding: 20px !important;
}
.about-founder-section{
    padding:0px 0px !important;
}
.wkr_box {
    margin-bottom: 25px;
}
.section_coaching-section {
    background: #F1F9FB;
    padding-top: 30px;
    padding-bottom: 30px;
}
section.pb-5.section_pur_app {
    padding-bottom: 0px !important;
}
section.section_rate-price.p-5 {
    padding: 25px !important;
    padding-bottom: 0px !important;
}
.col-sm-2.rate-box12 {
    margin-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px;
}
.about-page-banner {
    background-size: contain !important;
     height: 200px !important;

   
}
.section_rate-list-banner{
    background-size: contain !important;
     height: 250px !important;

   
}
.contact-page-banner {
    background-size: contain !important;
     height: 135px !important;

   
}
    

}
.col-sm-2.rate-box12 {
    margin-bottom: 25px;
}

@media (max-width: 575.98px){
.section_banner .banner_buttons .banner_button a {
    font-size: 13px;
    width: 150px !important;
    margin-top: 15px;
}
}
a.setup-box {
    color: #000;
    pointer-events:none !important;
}


img.main-logo {
    width: 80px;
    border-radius: 11px;
}
