@charset "utf-8";
/* CSS Document */

/* @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&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'); */

@import url('https://fonts.googleapis.com/css2?family=Coda+Caption:wght@800&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');

* { 
	margin: 0; 
	padding: 0; 
	border:none; 
	outline:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;	}
	

html, body{
	height:auto;
	max-width:100%;
	min-width:100%;
	background:#ffffff;
    font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:18px; 
	color:#000;
	font-weight:normal;
	font-style:normal;
	overflow-x:hidden;}
	
p {
	font-size: 15px;
	color: #50606d;
    line-height: 30px;
	font-weight: 400;}
	
h1,h2,h3,h4,h5,h6{
     margin:0;
     /* font-family: 'Oswald', sans-serif; */
     font-family: 'Coda Caption', sans-serif;
	 color:#555;}

a {
	text-decoration:none;
	outline: none;
	color: #4b5460;}
	
:focus { 
	outline: none; }
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}	
a:focus {
	outline: none;}
	
a:hover, a:focus {
	color: #008000;
	text-decoration: none;}
		
hr{
	background:#e3e3e3;
	border-top:1px solid #333;}
	
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
::selection {
	text-shadow: none;
	background: #008000;
	color: #fff;}
	
::-moz-selection {
 text-shadow: none;
 background: #008000;
 color:#fff;}
 
a, input, select, textarea, img ,.btn {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;}
		
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;}
			
.hidden{ 
	display: none !important;}
	
.show{ 
	display: block !important;}
	
.floatl{ 
	float: left;}
	
.floatr{
	float: right;}
	
.nopad{
	padding:0 !important;}

.nopadl{
	padding-left:0;}
	
.nopadr{
	padding-right:0;}
.btn{
    letter-spacing: 1px;
}	
.btn:focus,.form-control:focus{
    outline: 0;
    box-shadow: 0 0 0 transparent;
}

/** BASIC CSS END HERE **/ 
.top-header {
    width: 100%;
    height: auto;
    background: #fff;
    border-top: 7px solid #fd6b04;
}

.heade-contct {
    width: 100%;
    height: 60px;
    margin-top: 11px;
}
.heade-contct ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.8;
    float: right;
}
.heade-contct ul li {
    display: block;
    margin-right: 0;
}
.heade-contct ul li:last-child{
    margin-right: 0;
}
.heade-contct ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #0f3757;
}
.heade-contct ul li a i {
    font-size: 18px;
    color: #FD6B04;
    padding-right: 11px;
}
.heade-contct ul li a:hover {
    color: #FD6B04;
}
.search-bar {
    display: flex;
    border: 1px solid #012237;
    border-radius: 8px;
    overflow: hidden;
    max-width: 319px;
    margin-top: 10px;
    margin-left: auto;
    margin-bottom: 15px;
}
.search-bar .form-control{
    border: 0;
    padding: 10px;
    background: transparent;
}
.search-bar .btn-search{
    border-radius: 0;
    background: #012237;
    color: #fff;
    width: 50px;
}
.navmenu {
    background: #008000;
    width: 100%;
    height: 75px;    
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 0;
    background:#008000;
    border-bottom: 0px solid #33333314;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    animation: slide-down 0.7s;
}
.logo{
    height: auto;
    max-width: 131px;
    line-height: 6;
}
.logo img{
	width: 100%;
	height: auto;
}
.bottom-header nav {
    width: 100%;
    height: 91px;
}
/* .navigation {
    float: right;
} */
nav ul {
    width: auto;
    float: left;
    list-style: none;
    line-height: 75px;
    margin: 0;
    padding: 0;
    text-align: right;
    margin-right: 0;
}
nav ul li {
    display: inline-block;
    position: relative;
    transition: all .3s ease;
}
nav ul li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
	letter-spacing: .2px;
	padding: 0 15px;
}
nav ul li a i.fa-home{
    font-size: 24px;
}
nav ul li:hover .dropdown {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
nav ul li > a:hover,nav ul li > a:focus , nav ul li.active a{
    color: #ffffff;
    text-decoration: none;
    background: #FD6B04;
}
.dropdown {
    position: absolute;
    left: 0;
    width: 200px;
    height: auto;
    background: #fff;
    z-index: 9999;
    text-align: left;
    line-height: normal;
    border-radius: 0px;
    overflow: hidden;
	box-shadow: 0px 3px 3px #0000002e;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.dropdown li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}
.dropdown li a {
    font-size: 13px;
    font-weight: 400;
    display: block !important;
    padding: 9px 0 9px 10px;
    color: #000;
}
.offer-btn {
    width: auto;
    height: 76px;
    /* float: left; */
    text-align: right;
    padding: 17px 0;
}
.btn-header {
    background: #ffffff;
    color: #008000;
    border-radius: 50px;
    padding: 8px 32px;
    font-size: 14px;
    border: 1px solid #ffffff;
    font-weight: 500;
}
.btn-header:hover,.btn-header:focus{
	outline: 0;
	color: #fff;
	background: transparent;
	box-shadow:0 0 0 transparent;
}

.header_banner{
    width: 100%;
    height: auto;
    position: relative;
}
.banner-content{
    height:700px;
}
.banner-content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.header_banner .owl-dots{
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
}
.header_banner  .owl-nav{ 
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.header_banner .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 46px;
    color: #fff;
    background: #00000047;
    width: 35px;
    height: 56px;
    line-height: 0;
    margin: auto;
    left: 0;
}
.header_banner .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 46px;
    color: #fff;
    background: #00000047;
    width: 35px;
    height: 56px;
    line-height: 0;
    margin: auto;
    right: 0;
}
.register_sec {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgb(255 255 255 / 90%);
    max-width: 1000px;
    width: 80%;
    padding: 29px;
    border-radius: 16px 16px 0 0;
    /* box-shadow: 0 0 23px #c1c1c1; */
    margin: auto;
}
.register-form h2 {
    font-size: 22px;
    margin-bottom: 22px;
    color: #FD6B04;
}
.register-form .form-control{
    height: calc(2.25rem + 13px) !important;
}
.btn-common {
    background: #f16101;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 16px;
    border: 1px solid #f16101;
    font-weight: 500;
}
.btn-common:hover,.btn-common:focus{
	outline: 0;
	color: #50606d;
	background: transparent;
	box-shadow:0 0 0 transparent;
}

.modal {
    z-index: 99999;
}
.modal-backdrop {
    z-index: 9999;
}

.close {
    position:absolute;
    right:0;
    top:-34px;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}
.modal-open {
    overflow: hidden;
    padding: 0 !important;
}
.class-link {
    background: #022C46;
}
.classes_tabs {
    width: 100%;
    display: flex;
    height: 62px;
    margin: 0;
}
.classes_tabs li {
    display: block;
    list-style: none;
    width: 10%;
    float: left;
    text-align: center;
}
.classes_tabs li a{
    display: block;
    padding: 21px 0px;
    width: 100%;
    font-size: 15px;
    background: #022C46;
    color: #fff;
    border-right:1px solid rgb(87, 87, 87);
}
.classes_tabs li:first-child a{
    border-left:1px solid rgb(87, 87, 87);
}
.classes_tabs li a:hover{
    background: rgb(87, 87, 87);
}
section {
    padding: 50px 0;
}
.about-two__image {
    display: inline-block;
    border-radius: 50%;
    position: relative;
}
.about-two__image:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 20px solid #fff;
    z-index: 11;
}
.about-two__image-dots {
    width: 197px;
    height: 268px;
    position: absolute;
    top: 0%;
    left: calc(100% - 60px);
    background-image: url(../images/dot-pattern-1-2.png);
    background-position: 0 0;
    z-index: 10;
}
.about-two__image > img {
    border-radius: 50%;
    position: relative;
    z-index: 10;
}
.about-two__count {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 12;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    border-radius: 50%;
    width: 175px;
    height: 175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.about-two__image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    border: 3px solid #008000;
    border-radius: 50%;
}
.about-two__count:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px dashed rgba(1, 34, 55, 0.15);
    border-radius: 50%;
}
.about-two__count-text {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 600;
    color: #81868a;
}
.about-two__count span {
    display: block;
    color: #008000;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: 30px;
}
.about_content h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #008000;
}
.about_content p {
    margin-bottom: 30px;
}
.about-two__single-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.about-two__single {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}
.about-two__single i {
    color: #50606d;
    font-size: 48px;
    margin-right: 14px;
}
.about-two__single-text {
    color: #012237;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.title_bx{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    text-align: center;
}
.title_bx h1 {
    font-size: 40px;
    color: #008000;
}
.title_bx h1::after{
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #f16101;
    margin: 15px auto;
    border-radius: 1.2px;
}

.light_gray {
    background: #f7f7f7;
}
.courses_bx {
    width: 100%;
    height: auto;
    margin: 30px 0 7px;
    padding-bottom: 30px;
    background: white;
    box-shadow: 0 0 6px #00000040;
    border-radius: 5px;
    overflow: hidden;
}
.course_img {
    width: 100%;
    height: 226px;
    overflow: hidden;
}
.course_img img{
    width: 100%;
    height:100%;
    object-fit: cover;
    transform: scale(1);
}
.courses_bx h1 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
    width: 90%;
    margin: 20px auto;
}
.courses_bx p {
    text-align: center;
    width: 90%;
    margin: auto;
    line-height: 1.5;
}
.courses_bx:hover img{
    transform: scale(1.2);
}
.courses_bx:hover h1{
    color: #008000;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f16101;
    width: 12px;
    height: 12px;
}
.learning-bx {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 21px -6px #00000052;
    margin-bottom: 28px;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.learning-bx img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin: 10px 0;
}
.lear_dtls{
    padding: 20px 10px;
}
.learning-bx a{
    display: block;
    font-size: 16px;
    color: #000;
}
.learning-bx h6{
    color: #000;
    margin-top: 10px;
}
.learning-bx a:hover{
    color: #008000;
}
/* .learning-bx:hover{
    background: #d7eeff;
} */
.mailchimp-one {
    background-color: #FD6B04;
    padding: 120px 0;
}
.mailchimp-one__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mailchimp-one__icon i {
    color: #FD6B04;
    font-size: 53px;
    margin-left: 10px;
    margin-right: 25px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
}
.mailchimp-one__title {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.04em;
}
.mailchimp-one .my-auto {
    width: 100%;
}
.mailchimp-one__form {
    position: relative;
}
.mailchimp-one__form input {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 77px;
    background-color: #fff;
    color: #81868a;
    font-size: 16px;
    padding-left: 30px;
}
.mailchimp-one__form .thm-btn {
    cursor: pointer;
    background-color: #012237;
    color: #fff;
    padding: 0;
    line-height: 77px;
    width: 159px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.top-footer {
    background-color: #022c46;
    padding: 50px 0;
}
.footer_content{
    width: 100%;
    height: auto;
}
.footer_content h1 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 32px;
}
.footer_content .map {
    width: 100%;
    height: 138px;
}
.footer_link{
    list-style: none;
}
.footer_link li{
    line-height: 2.5;
}
.footer_link li a {
    color: #949494;
    font-size: 15px;
    font-weight: 600;
}
.footer_link li a:hover{
    color: #f16101;
    padding-left: 5px;
}
.footer_contact
{
    list-style: none; 
}
.footer_contact li{
    line-height: 2.5;
    color: #949494;
    font-size: 15px;
    font-weight: 600;
    display: flex;
}
.footer_contact li span {
    font-size: 16px;
    width: 24px;
    color: #008000;
}
.footer_contact li a {
    color: #949494;
    font-size: 15px;
    font-weight: 600;
    display: flex;
}
.footer_contact li a:hover{
    color:#f16101 ;
}
.footer_social {
    display: flex;
    list-style: none;
    width: 250px;
    margin-top: 15px;
}
.footer_social li{
    margin-right: -1px;
}
.footer_social li a {
    border: 1px solid #fff;
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 19px;
    text-align: center;
    line-height: 2;
}
.footer_social li a:hover{
    color: #fff;
    background:#f16101 ;
}

.bottom-footer {
    background: #012237;
    padding: 21px 0;
}
.bottom-footer small {
    color: #fff;
    font-size: 14px;
}
.bottom-footer small a{
    color: #008000;
}
.toogle_button {
    display: none;
    float: left;
    width: 30px;
    height: auto;
    text-align: center;
    line-height: 2.5;
    font-size: 20px;
    color: #fff;
}
.doted-bg{
    background: url(../images/bg.jpg);
}
.testo-area {
    padding:100px 0 70px;
    position: relative;
    z-index: 1;
}
.section-title {
    text-align: center;
    margin-bottom: 60px;
}
.section-title h2 {
    font-size: 40px;
    letter-spacing: 0;
    color: #222222;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 14px;
}
.section-title p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0;
    color: #878787;
}

.tst-content {
    margin-top: 60px;
    background: rgba(255, 255, 255, .95);
    border-radius: 2px;
    padding: 66px 45px 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
}
.tst-content:before {
    content: '\f10d';
    position: absolute;
    left: 50%;
    top: 0;
    font-family: fontawesome;
    color: #e7e7e7;
    font-size: 101px;
    line-height: 101px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tst-content p {
    color: #878787;
    letter-spacing: 0;
    line-height: 27px;
}
.tst-meta {
    margin-top: 30px;
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-end;
}
.tst-meta .text {
    flex: 1;
}
.tst-meta .text h5 {
    font-size: 16px;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
}
.tst-meta .text p {
    font-size: 16px;
    color: #878787;
}
.tst-meta .ratings {
    text-align: right;
    padding-right: 5%;
    flex: 1;
}
.tst-meta .ratings li {
    display: inline-block;
}
.tst-meta .ratings li a {
    display: block;
    color: #fdc606;
}
.testomo-slide .owl-nav{
	width: 100%;
}
.testomo-slide .owl-nav button {
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.testomo-slide .owl-nav .owl-prev{
    left: 0;
}
.testomo-slide .owl-nav .owl-next {
    right: 0;
}
.testomo-slide .owl-nav button:hover {
    border-color: #FD6B04 !important;
    color: #FD6B04 !important;
}
/*---------inner-head----------*/
.inner_page_head {
    width: 100%;
    height: 300px;
    display: table;
    padding: 20px;
    text-align: center;
}
.inner_page_head h1 {
    display: table-cell;
    vertical-align: middle;
    color: #000000;
}
/*-------------contact--------------------------*/

.contact_title {
    text-align: center;
    padding-bottom: 50px;
}
.contact_title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 15px;
}
.contact_title p {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    max-width: 540px;
    margin: auto;
}
.contact_details {
    padding-bottom: 50px;
}
.contact_details .media .d-flex {
    padding-right: 30px;
}
.contact_details .media .d-flex i {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: #f3f6fa;
    color: #FD6B04;
    text-align: center;
    font-size: 22px;
    line-height: 48px;
}
.contact_details .media .media-body p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
.contact_form_inner h3 {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    padding-bottom: 30px;
}
.contact_us_form .form-group input {
    height: 50px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    padding: 0px 22px;
    box-shadow: none;
    line-height: 50px;
    font-size: 14px;
    color: #999999;
}
.contact_us_form .form-group textarea {
    height: 230px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    padding: 0px 22px;
    box-shadow: none;
    line-height: 50px;
    resize: none;
    font-size: 14px;
    color: #999999;
}
.contact_us_form .update_btn {
    font-size: 14px;
    background: transparent;
    border: 2px solid #FD6B04;
    padding: 13px 22px;
    border-radius: 10px;
    color: #FD6B04;
    font-weight: 600;
    width: 142px;
    margin: auto;
    display: block;
}
.contact_us_form .form-group .update_btn:hover,.contact_us_form .form-group .update_btn:focus{
    background: #FD6B04;
    color: #fff;
}
.map {
    width: 100%;
    height: 400px;
}
.map iframe{
    width: 100%;
    height: 100%;
}

/*-------------about-us--------------------*/
.about-area{
	padding: 50px 0;
	position: relative;
}
.about-content {
	padding-right: 30px;
}
.about-content h2{
	font-size: 30px;
    line-height: 50px;
    margin-bottom: 15px;
	letter-spacing: 0;
	font-weight: 700;
    color: #000;
}
.about-content p {
    line-height: 1.6;
}
.about-info-list{
	list-style: none;
    margin-top: 30px;
}
.about-info-list li {
    line-height: 1.5;
    display: flex;
    align-items: center;
    font-weight: 500;
    letter-spacing: 0;
    color: #727375;
    margin-bottom: 22px;
}
.about-info-list li::before {
    content: url(../images/check.png);
    line-height: 0;
    margin-right: 15px;
}
/* .vector-about {
	position: absolute;
	top: 0;
    right: 5%;
    bottom: 29px;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
} */
.about-img{
	width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.about-img img{
	width: 100%;
	height: auto;
}
.testo-area {
    padding:100px 0 70px;
    position: relative;
    z-index: 1;
}
.section-title {
    text-align: center;
    margin-bottom: 60px;
}
.section-title h2 {
    font-size: 40px;
    letter-spacing: 0;
    color: #222222;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 14px;
}
.section-title p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0;
    color: #878787;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    content: "\f067"; 
}
.faq-part{
	padding: 50px 0;
}
.faq-part h1{
	font-size: 21px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0;
    line-height: 28px;
	margin-bottom: 5px;
	text-align: center;
}
.faq-section {
    margin-top: 30px;
}
.faq-section .card-header{
	background-color: rgb(239, 239, 239);
	border-bottom: 1px solid rgb(223, 224, 224);
	color: #FD6B04;
}
/*-------------teachers details------------------------*/
.teacher-details{
    box-shadow: 0 0 20px 1px #0000002e;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}
.profile-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teachers_content {
    width: 100%;
    height: 100%;
    display: table;
    padding: 10px 10px 10px 0px;
}
.middle-content{
    display: table-cell;
    vertical-align: middle;
}
.teachers_content h1{
    font-size: 24px;
    color: #000;
}
.teachers_content h3{
    font-size: 16px;
    margin: 10px 0;
    color: #008000;
}
.teachers_content p{
    
}
.teachers_content  a {
    font-size: 16px;
    color: #717171;
    display: block;
    margin-bottom: 10px;
}
.teachers_content  a i.fa{
    font-size: 17px;
    color: #f16101;
    margin: 0 5px;
}
/* ======================================================= */
.tabsbar li a{
    border-top: 1px solid #000 !important; 
    border-left: 1px solid #000 !important;  
    border-right: 1px solid #000 !important;  
    border-radius: 0 !important;
    padding: 10px 10px;
    color: #FD6B04 !important;
}
.tabsbar li:last-child a{
    border-bottom: 1px solid #000 !important;
}
.tabsbar .nav-link.active, .tabsbar .show>.nav-link{
    background: #008000 !important;
    color: #fff !important;
    border: 1px solid #008000 !important;
}
.tabs-container {
    border: 1px solid #ababab;
    padding: 20px;
    border-radius: 12px;
}
.tabs-container h2{
    color: #000;
    margin-bottom: 20px;
}
.tabs-container a{
    color: #008000;
}