/* =======================================================================
Website Name: Ajaya
Author:  Abbinfotech
Author URI: www.abbinfotech.com
Version: 1.0
coder name:Arman khan
======================================================================= */
/* ===================================== Import Less ================================== */
:root {
 --color-font: #808291;
 --color-primary: #3ed2a7;
 --color-secondary: #ffb09f;
 --color-link: #a7a9b8;
 --color-link-hover: #181b31;
 --color-gradient-start: #4fda91;
 --color-gradient-stop: #34dbc5;
 --color-img-holder: #efefef;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500&display=swap');
/* ===================================== Basic CSS ==================================== */
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
	outline: none;
	color: #444;
}
a:hover {
	color: #444;
}
ul {
	margin-bottom: 0;
	padding-left: 0;
}
a:hover, a:focus, input, textarea {
	text-decoration: none;
	outline: none;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.cp {
	cursor: pointer;
}
html, body {
	height: 100%;
}
p {
	margin-bottom: 0px;
	width: 100%;
	color: #074a74;
}
.emp {
	padding: 20px 50px 30px 0px;
}
.no-padding {
	padding: 0px;
}
.no-margin {
	margin: 0px;
}
.hid {
	display: none;
}
.top-mar {
	margin-top: 15px;
}
.h-100 {
	height: 100%;
}

::placeholder {
 color: #747f8a !important;
 font-size: 13px;
 opacity: .5 !important;
}
.container-fluid {
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
}
strong {
	font-family: 'Poppins', sans-serif;
}
body {
	background-color: #f7f8fa !important;
	font-family: 'Poppins', sans-serif;
	color: #6A6A6A;
	overflow-x: hidden;
}
.banner_img {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39%;
}
.testimonials_heading {
	font-size: 34px;
	color: #074a73;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 20px;
}
.testimonials_userheading h1 {
	margin: 0px;
	padding: 0px;
	font-size: 34px;
	color: #fff;
	font-weight: 400;
}
.testimonials_heading span {
	color: #f39300;
}
.all_heading {
	font-size: 34px;
	color: #074a73;
	font-weight: 600;
	margin-bottom: 20px;
}
.session-title {
	padding: 30px;
	margin: 0px;
}
/*.session-title h2 {
	width: 100%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}*/
.session-title h2 {
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 52px;
}
.session-title p {
	float: none;
	color: #fff;
	font-size: 20px;
}
.session-title p img {
	float: left;
	margin-right: 20px;
}
.session-title span {
	float: right;
	font-style: italic;
}
.inner-title {
	padding: 20px;
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: 1px solid #ccccccc4;
	display: block;
	padding-right: 0px;
}
.inner-title h2 {
	width: 100%;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	text-align: left;
	border-bottom: 1px solid #863dd9;
	padding-bottom: 10px;
	margin-bottom: 0px;
	width: 300px;
}
.inner-title p {
	width: 100%;
	text-align: center;
}
.inner-title .btn {
	float: right;
	margin-top: -38px;
	font-weight: 600;
 font-size: .8rem;
}
.page-nav {
	padding: 40px;
	text-align: center;
	padding-top: 160px;
}
.page-nav ul {
	float: none;
	margin: auto;
}
 @media screen and (max-width: 576px) {
.page-nav {
	padding-top: 186px;
}
}
 @media screen and (max-width: 356px) {
.page-nav {
	padding-top: 206px;
}
}
.page-nav h2 {
	font-size: 36px;
	width: 100%;
	color: #444;
}
 @media screen and (max-width: 600px) {
.page-nav h2 {
	font-size: 26px;
}
}
.page-nav ul li {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 16px;
}
.page-nav ul li i {
	width: 30px;
	text-align: center;
	color: #444;
}
.page-nav ul li a {
	color: #444;
}
.btn-success {
	background-color: #223d50;
	border-color: #223d50;
}
.btn-success:hover {
	background-color: #223d50 !important;
	border-color: #223d50 !important;
}
.btn-success:active {
	background-color: #223d50 !important;
	border-color: #223d50 !important;
}
.btn-success:focus {
	background-color: #223d50 !important;
	border-color: #223d50 !important;
	box-shadow: none !important;
}
.btn-primary {
	background-color: #1e266d;
	border-color: #1e266d;
}
.btn-primary:hover {
	background-color: #1e266d !important;
	border-color: #1e266d !important;
}
.btn-primary:active {
	background-color: #1e266d !important;
	border-color: #1e266d !important;
}
.btn-primary:focus {
	background-color: #1e266d !important;
	border-color: #1e266d !important;
	box-shadow: none !important;
}
.btn {
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	border-radius: 2px;
}
.form-control:focus {
	box-shadow: none !important;
	border: 2px solid #863dd9;
}
.btn-light {
	background-color: #FFF;
	color: #3F3F3F;
}
.collapse.show {
	display: block !important;
}
.form-control:focus {
	box-shadow: none;
	border: 2px solid #863dd9 !important;
}
.form-control {
	background-color: #F8F8F8;
	margin-bottom: 20px;
}
.form-control:focus {
	background-color: #FFF;
	border-color: #CCC;
}
.container {
	max-width: 1170px;
}
 @media screen and (max-width: 575px) {
.container {
	padding: 10px 15px;
}
}
/* ===================================== Header CSS ==================================== */
header {
	background-color: #FFF;
	box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
	position: fixed;
	z-index: 1111;
	top: 0px;
}
header .logo img {
	max-width: 100px;
	margin-top: 6px;
	margin-bottom: 7px;
}
 @media screen and (max-width: 858px) {
header .nav {
	display: block;
}
}
 @media screen and (max-width: 858px) {
header .nav ul {
	float: right;
}
}
 @media screen and (max-width: 767px) {
header .nav ul {
	width: 100%;
}
}
header .nav ul li {
	float: left;
	padding: 25px 0px;
}
header .nav ul li a {
	font-weight: 500;
	color: #074a73;
 font-size: .85rem;
	padding: 28px 28px 26px 28px;
}
header .nav ul li a:hover {
	font-weight: 500;
	color: #ffffff;
 font-size: .85rem;
	padding: 28px 28px 26px 28px;
	background: #f39300;
	border-bottom: 2px solid #074a73;
}
header .nav ul li a.active {
	font-weight: 500;
	color: #ffffff;
 font-size: .85rem;
	padding: 28px 28px 26px 28px;
	background: #f39300;
	border-bottom: 2px solid #074a73;
}
 @media screen and (max-width: 858px) {
header .nav ul li {
	padding: 20px 15px;
}
}
 @media screen and (max-width: 767px) {
header .nav ul li {
	width: 100%;
	padding: 0px;
	border-bottom: 1px solid #cccccc75;
	margin-left: 10px;
}
header .nav ul li a {
    padding: 10px !important;
    width: 100% !important;
    display: block !important;
}
header .nav ul li a.active {
    padding: 10px !important;
    border-bottom: 0px solid #074a73 !important;
    width: 100% !important;
    display: block !important;
}
}
header .download {
	text-align: center;
}
header .download .btn {
	box-shadow: none;
	border-radius: 50px;
	margin-top: 12px;
	font-weight: 600;
}
.small-menu {
	float: right;
	color: #2a3274;
	font-size: 2rem;
	margin-right: 2px;
	padding-top: 13px;
}
.teach {
	margin-bottom: 10px;
	font-size: 60px;
	color: #074a73;
	font-weight: 700;
	text-transform: uppercase;
}
.teach span {
	color: #f39300;
}
/* ===================================== Header CSS ==================================== */
.slider {
	padding: 50px;
	padding-top: 90px;
	position:relative;
}
 @media screen and (max-width: 940px) {
.slider {
	padding: 30px 10px;
}
}
.slider .detail {
	padding-top: 70px;
	padding-bottom: 0px;
}
.slider .detail h2 {
	margin-bottom: 10px;
	font-size: 60px;
	color: #074a73;
	font-weight: 700;
	text-transform: uppercase;
}
.slider .detail h2 span {
	color: #f39300;
}
.slider .detail p {
	margin-bottom: 0px;
	max-width: 600px;
	color: #074a74;
}
.slider .detail .btn {
	box-shadow: none;
	font-weight: 500;
	border-radius: 50px;
	padding-right: 20px;
	padding-left: 20px;
}
.slider .image {
	padding-top: 60px;
}
 @media screen and (max-width: 767px) {
.slider .image {
	padding-top: 0px;
}
}
/* ===================================== About Us CSS ==================================== */
.about-us {
	padding: 50px;
	background-color: #FFF;
}
.testimonials {
	padding: 50px;
	background-color: #FFF;
	position: relative;
}
.testimonials:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/bg.png) no-repeat;
	top: 67%;
	left: 31%;
	position: absolute;
	z-index: 1;
	display: inline-block;
}
.user_img {
	position: absolute;
	z-index: 2;
	border-radius: 8px;
	right: 0px;
	width: 220px;
	border: 4px solid #fff;
}
/*{ background:url(../images/bg.png) no-repeat;content: “ ”; 
  display: block;
  height:100%;
  width:100%;}*/
.cources {
	padding: 50px;
	background-color: #f39300;
}
.box_heading {
	color: #fff;
	font-size: 18px;
	padding: 30px 55px;
	min-height: 148px;
}
.bg1 {
	background: #074a73;
}
.bg2 {
	background: #fda730;
}
.bg3 {
	background: #ed4264;
}
.bg4 {
	background: #3fb5fd;
}
.box_heading img {
	width: 11px;
	float: left;
	margin: 5px 5px 50px 0px;
}
 @media screen and (max-width: 940px) {
.about-us {
	padding: 30px 10px;
}
}
.about-us .text p {
	font-size: 15px;
	font-weight: 500;
	color: #074a74;
	margin-bottom: 30px;
	margin-top: 20px;
	line-height: 22px;
}
.about-us .text ul {
	font-size: 15px;
	font-weight: 500;
	color: #074a74;
	margin: 0px;
	line-height: 32px;
}
.about-us .text ul img {
	margin: 0px 5px 0px 0px;
}
.about-us .image img {
	margin-top: 20px;
	width:500px;
}
/* =================== Courses Starts Here =================== */
.cources {
	padding: 50px;
}
 @media screen and (max-width: 940px) {
.cources {
	padding: 30px 10px;
}
}
.cources .cours-ro {
	margin-top: 20px;
}
.cources .cord-div .cours-card {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	background-color: #F3F3F3;
	margin-bottom: 30px;
}
.cources .cord-div .cours-card .cours-name {
	background-color: #51be78;
	padding: 10px;
}
.cources .cord-div .cours-card .cours-name h2 {
	font-size: 1.2rem;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 0px;
}
.cources .cord-div .cours-card .course-detail {
	padding: 20px;
	text-align: center;
}
.cources .cord-div .cours-card .course-detail h5 {
	text-align: left;
	font-weight: 500;
	font-size: 1rem;
}
.cources .cord-div .cours-card .course-detail .star {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cources .cord-div .cours-card .course-detail .star i {
 font-size: .8rem;
	color: #f89d13;
}
.cources .cord-div .cours-card .course-detail .star b {
 font-size: .9rem;
}
.cources .cord-div .cours-card .course-detail .star span {
 font-size: .85rem;
}
.cources .cord-div .cours-card .course-detail .reicc {
 font-size: .85rem;
	text-align: left;
}
.cources .cord-div .cours-card .course-detail .reicc b {
	font-size: 1.1rem;
}
.cources .cord-div .cours-card .course-detail .reicc .btn {
	float: right;
	margin-top: -5px;
	box-shadow: none;
	font-weight: 600;
}
.cources .cord-div .cours-card .course-detail button {
	margin-top: 20px;
}
/* =================== Testimonial Starts Here =================== */
.testimonial-cover {
	z-index: 999;
	margin-top: 45px;
	position: relative;
}
.testimonial-cover .test-container {
	padding: 50px;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.1);
	background-color: #FFF;
}
 @media screen and (max-width: 940px) {
.testimonial-cover .test-container {
	padding: 30px 10px;
}
}
 @media screen and (max-width: 940px) {
.testimonial-cover .test-container {
	margin-top: 0px;
}
}
.testimonial-cover .test-container .test-row {
	margin-top: 20px;
}
.testimonial-cover .test-container .test-row .test-key {
	text-align: center;
	padding: 15px;
}
.testimonial-cover .test-container .test-row .test-key img {
	width: 70px;
	border-radius: 50%;
}
.testimonial-cover .test-container .test-row .test-key h5 {
 font-size: .95rem;
	margin-top: 10px;
	color: #444;
}
.testimonial-cover .test-container .test-row .test-key a {
	color: #3273e7;
 font-size: .9rem;
}
.testimonial-cover .test-container .test-row .test-key p {
	margin-top: 10px;
 font-size: .84rem;
	line-height: 30px;
}
.color-cover {
	background-color: #ffffff;
	height: 500px;
	margin-top: -400px;
}
/* =================== Blog Style Starts Here =================== */
.blog {
	background-color: #f7f7f7;
	padding: 50px;
}
 @media screen and (max-width: 940px) {
.blog {
	padding: 30px 10px;
}
}
.blog .blog-row .blog-col {
	background-color: #fff;
	/*padding: 15px;
	box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);*/
	margin-bottom: 30px;
}
.blog .blog-row .blog-col img {
	margin-bottom: 20px;
	width: 100%;
}
.blog .blog-row .blog-col span {
	color: #f39300;
 font-size: .83rem;
}
.blog .blog-row .blog-col h4 {
    margin-top: 0px;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 26px;
    color: #074a74;
    padding: 10px;
    background: #f8f8f8;
    border-radius: 4px;
}
.blog .blog-row .blog-col p {
	font-weight: 500;
 font-size: .9rem;
	line-height: 25px;
	padding-top: 10px;
	text-align: justify;
}
/* =================== Contact US Starts Here =================== */
.cop-ck {
	padding: 20px;
	background-color: #ffffffbd;
}
.cop-ck label {
 font-size: .9rem;
}
.cop-ck h2 {
	font-size: 1.2rem;
	margin-bottom: 20px;
}
/* =================== Footer Starts Here =================== */
.footer {
	padding: 50px;
	/*background-color: #074a73;*/
	background: #00768d url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
 background-size:;
}
 @media screen and (max-width: 940px) {
.footer {
	padding: 30px 10px;
}
}
.footer .footerro {
	text-align: center;
	display: block;
	color: #FFF;
}
.footer .footerro .tt {
	margin-bottom: 10px;
	font-weight: 300;
	color: #FFF;
}
.footer .footerro p {
	margin-top: 15px;
	margin-bottom: 15px;
}
.footer .footerro p a {
	font-weight: 600;
 font-size: .8rem;
	margin: 2px 15px;
	color: #FFF;
}
.footer .footerro a {
	font-weight: 300;
	color: #FFF;
	font-size: 14px;
}
html {
	scroll-behavior: smooth;
}
.scroll-container {
	scroll-padding: 50px 0 0 50px;
}
/*# sourceMappingURL=style.css.map */
.container_testimonial {
	/*height: 100vh;*/
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.testimonial {
	position: relative;
	max-width: 900px;
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}
.testimonial .image {
	height: 170px;
	width: 170px;
	object-fit: cover;
	border-radius: 50%;
}
.testimonial .slide {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	row-gap: 30px;
	height: 100%;
	width: 100%;
}
.slide p {
	text-align: center;
	padding: 0 160px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
}
.slide .quote-icon {
	font-size: 30px;
	color: #4070f4;
}
.slide .details {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.details .name {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}
.details .job {
	font-size: 12px;
	font-weight: 400;
	color: #333;
}
/* swiper button css */
.nav-btn {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	transform: translateY(30px);
	background-color: rgba(0, 0, 0, 0.1);
	transition: 0.2s;
}
.nav-btn:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.nav-btn::after, .nav-btn::before {
	font-size: 20px;
	color: #fff;
}
.swiper-pagination-bullet {
	background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
	background-color: #4070f4;
}
@media screen and (max-width: 768px) {
.slide p {
	padding: 0 20px;
}
.nav-btn {
	display: none;
}
}
/* Animation property */
.animationdiv {
	animation: wiggle 2s linear infinite;
}

/* Keyframes */
@keyframes wiggle {
 0%, 7% {
 transform: rotateZ(0);
}
 15% {
 transform: rotateZ(-8deg);
}
 20% {
 transform: rotateZ(5deg);
}
 25% {
 transform: rotateZ(-5deg);
}
 30% {
 transform: rotateZ(3deg);
}
 35% {
 transform: rotateZ(-2deg);
}
 40%, 100% {
 transform: rotateZ(0);
}
}
.pp {
	animation-duration: 3s;
	animation-name: slidein;
}
 @keyframes slidein {
 from {
 margin-left: 100%;
 width: 300%;
}
to {
	margin-left: 0%;
	width: 100%;
}
}
.about_h2 {
	margin-bottom: 10px;
	font-size: 60px;
	color: #074a73;
	font-weight: 700;
	text-transform: uppercase;
}
/**********************************CONTACT US*******************************/

.contact_us_green .responsive-container-block {
	min-height: 75px;
	height: fit-content;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contact_us_green input:focus {
	outline-color: initial;
	outline-style: none;
	outline-width: initial;
}
.contact_us_green textarea:focus {
	outline-color: initial;
	outline-style: none;
	outline-width: initial;
}
.contact_us_green .text-blk {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 25px;
}
.contact_us_green .responsive-cell-block {
	min-height: 75px;
}
.contact_us_green .responsive-container-block.container {
	max-width: 1320px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
.contact_us_green .responsive-container-block.big-container {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.contact_us_green .text-blk.contactus-head {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.contact_us_green .text-blk.contactus-subhead {
	max-width: 385px;
	color: #074a74;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.contact_us_green .contact-svg {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
.contact_us_green .social-media-links {
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 250px;
	display: flex;
	justify-content: space-evenly;
}
.contact_us_green .social-svg {
	width: 35px;
	height: 35px;
}
.contact_us_green .text-box {
	display: flex;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.contact_us_green .contact-text {
	color: #074a74;
}
.contact_us_green .input {
	height: 50px;
	width: 90%;
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a2a2a2;
	border-right-color: #a2a2a2;
	border-bottom-color: #a2a2a2;
	border-left-color: #a2a2a2;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.contact_us_green .textinput {
	height: 200px;
	width: 95%;
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a2a2a2;
	border-right-color: #a2a2a2;
	border-bottom-color: #a2a2a2;
	border-left-color: #a2a2a2;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 16px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.contact_us_green .submit-btn {
	min-width: 290px;
	height: 60px;
	width: 95%;
	background-color: #074a74;
	font-size: 18px;
	font-weight: 700;
	color: white;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #767676;
	border-right-color: #767676;
	border-bottom-color: #767676;
	border-left-color: #767676;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	/*margin-left: auto;*/
	cursor: pointer;
}
.contact_us_green .btn-wrapper {
	display: flex;
	justify-content: center;
}
.contact_us_green .text-blk.input-title {
	line-height: 28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.contact_us_green .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contact_us_green .head-text-box {
	display: none;
}
.contact_us_green .line {
	/* border-right-width: 1.5px;
  border-right-style: solid;
  border-right-color: #a2a2a2;*/
	background: #ffffff;
	border-radius: 5px;
	padding: 60px 70px 60px 70px !important;
	box-shadow: 0px 0px 20px 0px #2c2c2c40;
}
.contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-10.line {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 @media (max-width: 1024px) {
.contact_us_green .responsive-container-block.container {
	justify-content: center;
}
.contact_us_green .text-blk.contactus-subhead {
	max-width: 100%;
}
.contact_us_green .head-text-box {
	display: block;
}
.contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-10.line {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 0px;
}
.contact_us_green .line {
	border-right-width: initial;
	border-right-style: none;
	border-right-color: initial;
	border-bottom-width: 1.8px;
	border-bottom-style: solid;
	border-bottom-color: #a2a2a2;
}
.contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contact_us_green .workik-contact-bigbox {
	display: flex;
}
.contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}
 @media (max-width: 768px) {
.contact_us_green .text-content {
	display: none;
}
.contact_us_green .input {
	width: 100%;
}
.contact_us_green .textinput {
	width: 100%;
}
.contact_us_green .text-blk.contactus-head {
	font-size: 30px;
}
}
 @media (max-width: 500px) {
.contact_us_green .responsive-container-block.big-container {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contact_us_green .workik-contact-bigbox {
	display: block;
}
.contact_us_green .text-blk.input-title {
	font-size: 16px;
}
.contact_us_green .text-blk.contactus-head {
	font-size: 26px;
}
.contact_us_green .text-blk.contactus-subhead {
	font-size: 15px;
	line-height: 23px;
}
.contact_us_green .input {
	height: 45px;
}
.contact_us_green .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
	margin: 0 0 25px 0;
}
}
.wk-desk-1 {
	width: 8.333333%;
}
.wk-desk-2 {
	width: 16.666667%;
}
.wk-desk-3 {
	width: 25%;
}
.wk-desk-4 {
	width: 33.333333%;
}
.wk-desk-5 {
	width: 41.666667%;
}
.wk-desk-6 {
	width: 50%;
}
.wk-desk-7 {
	width: 58.333333%;
}
.wk-desk-8 {
	width: 66.666667%;
}
.wk-desk-9 {
	width: 75%;
}
.wk-desk-10 {
	width: 83.333333%;
}
.wk-desk-11 {
	width: 91.666667%;
}
.wk-desk-12 {
	width: 100%;
}
 @media (max-width: 1024px) {
.wk-ipadp-1 {
	width: 8.333333%;
}
.wk-ipadp-2 {
	width: 16.666667%;
}
.wk-ipadp-3 {
	width: 25%;
}
.wk-ipadp-4 {
	width: 33.333333%;
}
.wk-ipadp-5 {
	width: 41.666667%;
}
.wk-ipadp-6 {
	width: 50%;
}
.wk-ipadp-7 {
	width: 58.333333%;
}
.wk-ipadp-8 {
	width: 66.666667%;
}
.wk-ipadp-9 {
	width: 75%;
}
.wk-ipadp-10 {
	width: 83.333333%;
}
.wk-ipadp-11 {
	width: 91.666667%;
}
.wk-ipadp-12 {
	width: 100%;
}
}
 @media (max-width: 768px) {
.wk-tab-1 {
	width: 8.333333%;
}
.wk-tab-2 {
	width: 16.666667%;
}
.wk-tab-3 {
	width: 25%;
}
.wk-tab-4 {
	width: 33.333333%;
}
.wk-tab-5 {
	width: 41.666667%;
}
.wk-tab-6 {
	width: 50%;
}
.wk-tab-7 {
	width: 58.333333%;
}
.wk-tab-8 {
	width: 66.666667%;
}
.wk-tab-9 {
	width: 75%;
}
.wk-tab-10 {
	width: 83.333333%;
}
.wk-tab-11 {
	width: 91.666667%;
}
.wk-tab-12 {
	width: 100%;
}
}
 @media (max-width: 500px) {
.wk-mobile-1 {
	width: 8.333333%;
}
.wk-mobile-2 {
	width: 16.666667%;
}
.wk-mobile-3 {
	width: 25%;
}
.wk-mobile-4 {
	width: 33.333333%;
}
.wk-mobile-5 {
	width: 41.666667%;
}
.wk-mobile-6 {
	width: 50%;
}
.wk-mobile-7 {
	width: 58.333333%;
}
.wk-mobile-8 {
	width: 66.666667%;
}
.wk-mobile-9 {
	width: 75%;
}
.wk-mobile-10 {
	width: 83.333333%;
}
.wk-mobile-11 {
	width: 91.666667%;
}
.wk-mobile-12 {
	width: 100%;
}
}
.contact {
	position: relative;
}
.contact .php-email-form {
	width: 30%;
	box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
	padding: 20px;
	background: #074a73;
	position: absolute;
	z-index: 99;
	bottom: -50px;
	right: -10px;
	text-align: left;
	border-radius: 4px;
}
.form_contact {
	display: block;
	width: 100%;
	height: calc(2em + 0.75rem + 2px);
	padding: 0.175rem 0.75rem;
	margin-bottom: 0px !important;
	margin-top: 10px !important;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #231f20;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.my_btn {
	background: #f39300;
	color: #fff;
	padding: 10px;
	width: 100%;
	border-radius: 8px;
}
. mt-30 { margin-top:30px;}
. mt-130 { margin-top:130px;}
 @media all and (min-width: 220px) and (max-width:700px) {
.contact .php-email-form {
	width: 100% !important;
	position: relative !important;
	bottom: -20px !important;
	right: 0px !important;
}
.teach {
	font-size: 40px !important;
}
.slider .detail h2 {
	font-size: 40px !important;
}
.session-title {
    padding: 0px !important;
}
.session-title h2 {
    font-size: 23px !important;
}
.session-title p {
    font-size: 16px !important;
}
. mt-30 { margin-top:0px !important;}
. mt-130 { margin-top:0px !important;}
.contact_us_green .text-blk.contactus-subhead {

    margin-bottom: 20px !important;

}
.contact_us_green .line {
    border-radius: 4px !important;
    padding: 20px !important;
}
.contact_us_green .text-box {
    margin-bottom: 30px !important;
}
.contact_us_green .responsive-container-block.container {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}
.blog .blog-row .blog-col h4 {
    font-size: 1rem !important;
    line-height: 22px !important;
}
.blog .blog-row .blog-col p {
    text-align: left !important;
}

.topbg { display:none !important;}

}



/*****************Social Media icons **********************/
.social_div {
    position: relative;
    right: 0px;
    float: right;
    padding: 10px;
}

/* Icons */

.social_div a {
    color: #fff;
    background: #0c6397;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-family: fontawesome;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    margin: 0 2px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
}
.social_div a:hover {
  background: #f39300;
}

/* pop-up text */

.social_div a span {
  color:#666;
  position:absolute;
  font-family:sans-serif;
  bottom:0;
  left:-25px;
  right:-25px;
  padding:5px 7px;
  z-index:-1;
  font-size:14px;
  border-radius:2px;
  background:#fff;
  visibility:hidden;
  opacity:0;
  -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */

.social_div a span:before {
  content:'';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position:absolute;
  bottom:-5px;
  left:40px;
}

/* text pops up when icon is in hover state */

.social_div a:hover span {
  bottom:50px;
  visibility:visible;
  opacity:1;
}

/* font awesome icons */

.social_div a:nth-of-type(1):before {
content:'\f09a';
}
.social_div a:nth-of-type(2):before {
content:'\f099';
}
.social_div a:nth-of-type(3):before {
content:'\f0d5';
}
.social_div a:nth-of-type(4):before {
content:'\f113';
}
.social_div a:nth-of-type(5):before {
content:'\f17d';
}
.social_div a:nth-of-type(6):before {
content:'\f1cb';
}
.topbg {width:100%; display:inline-block;background: #074a73;}
.call_email {
    color: #fff;
    line-height: 50px;
    font-size: 14px;
}
.call_email a {color:#fff;}





