/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain: Avada
*/
@import url('https://fonts.googleapis.com/css?family=Crete+Round&display=swap');
@import url('https://fonts.googleapis.com/css?family=Crete+Round|Open+Sans&display=swap');
@font-face {
	font-family: "slick";
	src: url('fonts/slick.eot'), url('fonts/slick.woff') format('ttf'),
	url('fonts/slick.ttf') format('woff'),
	url('fonts/slick.svg#slick') format('svg');
	font-weight: normal;
	font-style: normal;
}
*{ -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; margin:0px; padding:0px;}
body { font-weight: 400; font-family: 'Open Sans', sans-serif; font-size:16px !important; line-height:inherit; background:#fff; overflow-x: hidden; color:#333333; line-height:22px;}
html {-webkit-font-smoothing: antialiased !important; direction:ltr;}
*:focus { outline:none !important;}
body, html { height: 100%;}

/*========== GENERAL DECLARATION ===========*/
a { background: transparent; cursor:pointer;  outline: none;}
a:focus { outline:none; text-decoration:none; color:#76b51b;}
a:hover { text-decoration:none; cursor:pointer; color:#76b51b;}
ul, ol, li{ padding:0px; margin:0px; list-style:none;}
h1,h2,h3,h4,h5,h6{font-family: 'Crete Round', sans-serif; font-weight: 700; color:#1a1a1a;}

::selection{ background:#000; color: #fff; text-shadow:none;}

ul,p,h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: 400;
	color:#333333;
	line-height: 24px;
}
a:hover {
	text-decoration: none !important;
}
input, select {
	color: #000;
	font-size: 16px;
	line-height: 18px;
	border: 1px solid #b3b3b3;
	font-weight: 400;
	padding: 9px; 
}
.website-link {color: #f6dc31;}
::-webkit-input-placeholder {color: #acacac;}
:-moz-placeholder { /* Firefox 18- */color: #acacac;}
::-moz-placeholder { /* Firefox 19+ */color: #000 !important; }
:-ms-input-placeholder { color: #acacac;}

.error ::-webkit-input-placeholder {color: #e23f3f;}
.error :-moz-placeholder { /* Firefox 18- */color: #e23f3f;}
.error ::-moz-placeholder { /* Firefox 19+ */color: #e23f3f;}
.error :-ms-input-placeholder { color: #e23f3f;}

/***************************************Inner Banner CSS***************************************/
.inner-page-banner {
	position: relative;
	width: 100%;
	height: 250px;
}
.inner-banner-img {
	background-image: url(../../uploads/3-bright-sky-les-cunliffe.jpg);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-hedding {
	position: absolute;
    /*height: 100%;*/
    top: 40%;
	color: #fff;
}
.banner-hedding h1{
   	color: navy;
   	font-family: 'Crete Round', serif;
}
.breadcrumb-menubar {
	font-size: 12px;
	margin: 14px 0 0;
	letter-spacing: 1px;
	color:#fff;
}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
}
.list-inline > li > a{
	color: navy;
	font-family: 'Open Sans', sans-serif;
}
.list-inline > li > a:hover{color: #76b51b;}
.breadcrumb-menubar li + li {padding-left: 0;color:navy;}
.breadcrumb-menubar > li + li::before {color:navy;content: "/";padding: 0 5px 0 0;}
.section-padding {
	padding: 15px 0px;
}
.detail-section {
	background-image: url(../../uploads/pattern.jpg);
	background-repeat: no-repeat;
}
.detail-section p{
	padding-bottom: 15px;
}
.list h3 {
	padding-bottom: 15px;
}
.list li {
	position: relative;
	padding-left: 15px;
	padding-bottom: 9px;
}
.list li:before{
	position: absolute;
	content: "";
	width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #76b51b;
    border-bottom: 8px solid transparent;
    display: inline-block;
    margin-left: -15px;
    margin-top: 5px;
}
.pt-6 {
	/*padding-top: 20px;*/
}
.button{	
	color: #fff;
	font-family: 'Crete Round', sans-serif;
	transition: all 0.5s;
	position: relative;
	border-radius: 8px;
	font-size: 15px;
	padding: 8px 26px;
	background: #76b51b;
	border-radius: 8px;
	z-index:9;
	display:inline-block;
	border:none;
}
.button::after{
	content: '';
	color: #fff;
	position: absolute;
	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #2f50af;
	transition: all 0.4s;
	transform: scale(0.5, 1);
	border-radius: 8px;
	z-index:-1;
}
.button:hover::after{
	opacity: 1;
	transform: scale(1, 1);
	border-radius: 8px;
}
.button:focus, .button:hover { color: #fff; }
.table-section {
	background: #f9f9f9;
}
.fusion-disable-outline input.button{	
	color: #fff;
	font-family: 'Crete Round', sans-serif;
	transition: all 0.5s;
	position: relative;
	border-radius: 8px;
	font-size: 15px;
	padding: 14px 26px;
	background: #76b51b;
	border-radius: 8px;
	z-index:9;
	display:inline-block;
	cursor: pointer;
}
.fusion-disable-outline input.button::after{
	content: '';
	color: #fff;
	position: absolute;
	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #2f50af;
	transition: all 0.4s;
	transform: scale(0.5, 1);
	border-radius: 8px;
	z-index:-1;
}
.fusion-disable-outline input.button:hover::after{
	opacity: 1;
	transform: scale(1, 1);
	border-radius: 8px;
	z-index:9;
}
.fusion-disable-outline input.button:focus, .fusion-disable-outline input.button:hover {color: #fff;}
.table-section {
	background: #f9f9f9;
}
.custom-table {
	width: 100%;
	margin-top: 15px;
	background: #fff;
    border: 1px solid #eeeeee;
}
 .custom-table tr th {
	background: #2f50af;
    padding: 5px 10px;
    color: #fff;
    font-weight: 400;
	text-align: left;
    font-size: 16px;
}
.custom-table tr td {
	padding: 10px;
  	position: relative;
  	white-space: nowrap;
}
.custom-table tr td:not(:last-child):before{
    position: absolute;
    content: "";
    height: 44px;
    width: 1px;
    background: #d0d0d0;
    top: 12px;
    right: 20px;
}
.custom-table tr td:nth-child(5):before{
  	display: none;
}
.custom-table tr td p {
	font-size: 15px;
}
h2.main-heading{
  	font-size: 28px;
  	font-family: 'Crete Round', sans-serif !important; 
}
.testimonial-box {
	background: #fff;
	box-shadow: 0px 3px 9px 3px rgba(0,0,0,0.08);
	margin: 30px 11px 40px 10px;
	padding: 15px 15px 0px 15px;
	position: relative;
	min-height: 394px;
}

.testimonial-text {
    min-height: 120px;
    font-size: 15px;
    text-align: left;
    letter-spacing: 0px;
	line-height:23px;
}
.testimonial-slider .client-name p{
	font-weight: bold;
	color: #333;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 15px;
	text-align: left;
}
.testimonial-slider .client-name p span {
	font-size: 15px;
	font-weight: 400;
	color: #76b51b;
	font-size: 14px;
	display: block;
}
.testimonial-slider .grey-strip-detail {
	background-color: #f2f2f2;
	border-top: 1px solid #e2e2e2;
	padding: 10px;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
	position: absolute;
    bottom: 0;
}
.testimonial-slider .grey-strip-detail p {
	font-size: 15px;
	letter-spacing: 0px;
	break-after:none;
	margin-bottom:0px;
}
.testimonial-section h2 {
	line-height: 24px !important;
}
#toTop {
	background-color: #76b51b;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.testimonial-section .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.testimonial-section {
	width: 100%;
}
.client-logos-section {
	background: #ffffff;
	width:100%;
}
.client-logos-section.section-padding {
	padding: 20px 0px;
}
.client-logos-section .slick-slide img {
	margin: 0px auto;
}
.logos-slider .slick-track{
	display: flex;
    align-items: center;
}
.logos-slider .slick-arrow, .testimonial-slider .slick-arrow {
	display: none !important;
}
.testimonial-slider .slick-dots {
    display: block;
    left: 0;
    padding-top: 30px;
    align-items: center;
	bottom: 7px !important;
}
.testimonial-slider .slick-dots li {
    padding-right: 15px;
    transition: all 0.5s;
    display: inline-block;
    margin: 0 3px;
}
.testimonial-slider .slick-dots li.slick-active button {
    background-color: transparent !important;
    width: 5px;
    height: 5px;
    padding: 5px;
    border: 2px solid #76b51b;
    box-shadow: none;
}
.testimonial-slider .slick-dots li button {
    display: block;
    width: 5px;
    height: 5px;
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 100%;
    background-color: #76b51b !important;
    text-indent: -9999px;
    transition: all .4s;
    margin-top: 20px;
    margin-left: 10px;
}
.flexslider .slides img {
	max-height: 209px;
}
.enquiry-section {
	width: 100%;
}
.enquiry-section .button::after {
    border: 1px solid #fff;
}
.enquiry-section .custom-table{
   	background: #2f50af;
   	margin-bottom: 30px;
}
.enquiry-section .custom-table tr td h4, .enquiry-section .custom-table tr td p {
  	color: #fff;
	margin-bottom: 0px !important;
}
.enquiry-section .custom-table tr td {
    padding: 20px;
}
.enquiry-section .custom-table tr td:not(:last-child):before{
    top: 22px;
}
.direct-enquiry {
    background-image: url(../../uploads//inquiry-bg.png);
  	background-repeat: no-repeat;
 	width: 100%;
	background-size: cover;
}
.direct-enquiry .main-heading {
	color: #fff;
}
.course-detail {
	width: 100%;
}
.course-detail .nav-tabs {
    border-bottom: 2px solid #eee;
    /*background: #f6f6f6;*/
	width: 100%;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent; 
	border-color: #e9ecef #e9ecef #e9ecef;
}
.nav-tabs .nav-item{
	background-color: #2f50af
}
.course-detail .nav-tabs li {
	display: inline-block;
}
.course-detail .nav-tabs .nav-item:focus, .course-detail .nav-tabs .nav-item:hover {
  	color: #76b51b;
}
.course-detail .nav-tabs .nav-item.active {
    background-color: #2f50af;
    border-color: #2f50af ;
}
.course-detail .nav-tabs .nav-item.active .nav-link {
	color: yellow !important;
	border-color: transparent transparent transparent;
}
.course-detail .nav-tabs .nav-item:focus .nav-link, .course-detail .nav-tabs .nav-item:hover .nav-link {
	border-color: transparent transparent transparent;
}
.course-detail .nav-tabs .nav-item {
  	position: relative;
  	padding: 10px 41px;
  	color: #333;
  	border-radius: 0px;
	display: inline-block;
}
.course-detail .nav-tabs .nav-item.active:after{
	position: absolute;content: "";
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #fff;
	left: 0;
	right: 0;
	margin: 0px auto;
	bottom: -1px;
 }
.course-detail .tab-content {
  	background: #fff;
  	border: 2px solid #eee;
  	border-top: 2px solid transparent;
  	padding: 20px;
}
.course-detail .tab-content h3 {
  	padding-bottom: 10px;
  	font-size: 20px;
}
.course-detail .tab-content p{
  	padding-bottom: 20px;
}
.link {
  	word-break: break-word;
}
.custom-table h4{
	margin: 0px !important;
	font-size: 16px !important;
}
#main .fusion-row{
	width: 100% !important;
	max-width: none !important;
}
html:not(.avada-has-site-width-percent) #main {
	padding-left: 0px !important;
    padding-right: 0px !important;
}
#main{
	padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.custom-table tr td .button {
	margin-right: -20px;
}
.fusion-main-menu .sub-menu {
	width: 300px !important;
}
.fusion-main-menu .sub-menu li a{
	line-height:24px !important;
}
.to-top-right #toTop {
    right: 20px;
}
/***********************home-page-css***********************/
.slider-text {
 	position: absolute; 
    top: 30%;
}
.slider-text h4, .slider-text p{
	color: #fff;
}
.about-detail h2.main-heading{
  	margin-bottom: 20px;
}
.search-courses {
  	background-image: url(https://www.ate.enterprises/wp-content/uploads/home_search.jpg);
  	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
.search-courses h2.main-heading {
  	color: #000;
  	text-align: center;
}
.course-list {
   	margin: 25px 0px;
}
.course-list ul {
  	text-align: center;
}
.course-list li{
  	display: inline-block;
  	background: #2f50af;
	padding: 10px;
  	text-align: center;
  	width: 20%;
  	border-radius: 5px;
}
.course-list li a {
  	color: #fff;
  	font-weight: 600;
}
.course-list li a:hover {
  	text-decoration: underline;
  	color: #76b51b;
}
.green-text {
  	color: #76b51b;
}
.more-info {
	justify-content: center;
}
.more-info p{
  	color: #000;
	text-align: center;
	font-weight: 600;
}
.more-info p span {
   	padding-right: 10px;
}
.course-form {
  	padding: 0px 10px 10px 0px !important;
  	margin-bottom: 10px !important;
}
.course-form .nav-tabs {
    border-bottom: 1px solid transparent !important; 
}
.course-form .nav-link{
  	color: #fff	!important;
}
.home_list{
	background-color: #2f50af !important;
	color: #fff !important;
}
.course-form .nav-item.active {
    color: #fff !important;
    background-color: #000 !important;
	border-bottom: 0px;
}
.course-form .nav-item.active .nav-link{
	border-color: #000 #000 transparent !important;
	font-weight: 600;
	background-color: #76b51b;
}
.course-form .tab-content {
  	border: 1px solid #000 !important;
  	padding: 20px !important;
}
.course-form .form-row .form-control {
    color: #ffffff;
    height: 46px;
    background-color: #383b4a;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
}
.course-form .form-row {
  	align-items: center;
}
.course-form .form-row .form-group {
  	margin-bottom: 0px;
	padding-left: 0px;
}
.course-form .nav-link {
  	padding: 1rem !important;
}
.search-section .fusion-content-boxes .content-wrapper-background {
	padding: 17px;
    text-align: center;
}
.search-section .fusion-tabs {
    margin-bottom: 0px;
	margin-top: 20px;
} 
.search-section .fusion-content-boxes {
	margin-bottom: 0px !important;
	margin: 0px auto;
	width:80%;
}
.search-section .fusion-content-boxes .heading {
    margin-bottom: 0px;
}
.search-section .fusion-disable-outline input, .fusion-disable-outline select {
	width: 100%;
	-webkit-appearance: none;
}
.search-section .fusion-tabs .tab-pane {
	padding: 25px 15px;
}
.testimonial-slider a:hover, .testimonial-slider .activeSlide {
	background-color: #76b51b !important;
}
.testimonial-slider .fusion-fullwidth{
	width:auto !important;
	margin-left: 0px !important;
    margin-right: 0px !important;
}
.testimonial-section {
	background-size: contain !important;
}
.testimonial-slider a {
	border-color: #76b51b !important;
}
.testimonial-slider blockquote q {
	font-style: normal !important;
}
.search-section .fusion-tabs.fusion-tabs-1 .nav-tabs li a.tab-link {
    border-top-color: transparent;
    background-color: #242734;
	padding: 10px 70px;
}
.search-section .fusion-tabs.fusion-tabs-1 .nav-tabs li.active a.tab-link, .fusion-tabs.fusion-tabs-1 .nav-tabs li.active a.tab-link:hover {
	background-color: #383b4a !important;
	color: #fff;
	border-color: transparent;
}
.search-section .nav, .search-section .nav-tabs, .search-section .tab-content .tab-pane {
	border-color: #95969c !important;
}
.search-section .fusion-tabs .nav-tabs li .fusion-tab-heading {
	color: #fff;
}
.search-section h3.heading {
	text-align: center;
	color: #fff;
	margin-top: 0px;
}
.search-section .fusion-content-boxes .fusion-column {
	margin-bottom: 9px;
	padding: 0px 5px ;
}
.search-section .fusion-content-boxes .heading .content-box-heading {
	font-family: "Open Sans" !important;
	font-weight: 400 !important;
	color: #fff;
}
.search-section .fusion-tabs.fusion-tabs-1 .nav-tabs {
	border-bottom: transparent;
}
.faq h3{
	margin-top: 0px;
}
.faq a{
	color: #76b51b;
	font-weight: 400;
}
.fusion-image-carousel {
    margin-bottom: 0px !important;
	line-height: 0px;
}
.fusion-secondary-header {
	background-color: #2f50af !important;
}
.fusion-footer p{
	color: #fff;
}
.fusion-footer .footer-heading{
	color: #76b51b;
}
.fusion-footer ul li a, .footer p{
	font-size:14px;
	color: #fff;
}
.fusion-footer ul li a{
	line-height:30px;
}
.fusion-footer ul li a:hover{
	color: #76b51b;
}
.fusion-footer .inline-list {
	display: flex;
}
.fusion-footer .inline-list li{
	padding-right: 10px;
}
.fusion-footer-copyright-area {
	background-color: #121a30 !important;
	padding: 8px 30px !important;
	border: transparent !important;
}
.fusion-title.fusion-sep-none .title-heading-left {
    font-size: 15px;
    font-family: "Open Sans";
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 24px !important;
}
.tfs-slider .slide-content-container .fusion-title-size-three h3 {
	font-size: 34px;
    font-family: "Crete Round";
}
.tfs-slider .slide-content {
	padding-left: 70px;
}
.fusion-secondary-header .fusion-row{
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.fusion-secondary-header .fusion-alignleft {
	float:none;
	flex-grow:unset;
}
.fusion-secondary-header .fusion-alignright{
	float:none;
	flex-grow:unset;
}
.button-default {
    color: #fff !important;
    transition: all 0.5s !important;
    position: relative !important;
    border-radius: 8px !important;
    padding: 9px 18px !important;
    background: #76b51b !important;
    border-radius: 8px !important;
    z-index: 9 !important;
    display: inline-block !important;
	border: none;
}
.button-default::after{
	content: '' !important;
	color: #fff !important;
	position: absolute !important;
	top: 0;	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	opacity: 0 !important;
	background-color: #2f50af !important;
	transition: all 0.4s !important;
	transform: scale(0.5, 1) !important;
	border-radius: 8px !important;
	z-index:-1 !important;
}
.button-default:hover::after{
	opacity: 1 !important;
	transform: scale(1, 1) !important;
	border-radius: 8px !important;
}
.button-default:focus, .button-default:hover {color: #fff !important;} 
.table-section {
	background: #f9f9f9 ;
}
.testimonial-slider .testimonial-pagination {
	margin-top: 0px !important;
    margin-bottom: 25px;
}
.more-info{
	display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
.more-info li {
	margin-right:15px;
}
.p-0 {
	padding-right: 0px !important;
}
.fusion-header {
	height: 85px !important;
}
#side-header .fusion-logo, .fusion-header .fusion-logo {
    margin: 21px 0px 21px 0px !important;
}
.faq .panel-title a {
	font-size:16px !important;
}
.search-location {
  	background-image: url(../../uploads/search-course-bg.png);
  	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
.search-location h2.main-heading{
 	margin-bottom: 20px;
 	color: #fff;
}
.read-more-table {
  	background: #f9f9f9;
}
.custom-table2 {
  	width: 100%;
  	margin-top: 15px;
    background: #fff;
    border: 1px solid #eeeeee;
}
.custom-table2 tr th {
  	background: #2f50af;
    padding: 5px 10px;
    color: #fff;
    font-weight: 400;
	text-align: left;
}
.custom-table2 tr td {
	padding: 5px 10px;
	border-bottom: 1px solid #dadada;
}
.read-more-table .button {
	padding: 3px 26px;
}

/******************Enquiry-form css******************/
.enquiry-popup {
	z-index: 99999 !important;
}
.enquiry-popup .button {
	padding: 10px 60px;
}
.mb-15{
	margin-bottom:15px;
}
.enquiry-modal {
	z-index: 99999 !important;
}
.enquiry-modal select, .enquiry-modal textarea, .enquiry-modal input {
	background: #fff !important;
	border: 1px solid #d4d4d4 !important;
	color: #333;
	padding: 13px 5px;
}
.enquiry-modal .modal-dialog {
    margin-top: 50px;
}
.w-100 {
	width: 100%;
}
.enquiry-modal .modal-content {
	border: transparent;
	background: #fff !important;
	border-radius: 0px;
}
.form-check-inline {
	display: flex;
	align-items: center;
	margin-right:20px;
}
.inline-item {
	display: flex;
	margin-top: 15px;
}
.enquiry-modal .button {
	padding: 6px 60px;
    margin-top: 15px;
}
.enquiry-modal .modal-content .row{
	margin-bottom:15px;
}
.enquiry-modal .modal-dialog {
	max-height: auto !important;
}
.flexslider{
	margin: 0px 0px 0px !important;
}
.news .fusion-post-content-wrapper {
	padding: 12px 10px 10px 10px !important;
	border: 1px solid #efefef;
}
.news .fusion-post-content > .blog-shortcode-post-title {
   	line-height: 24px !important;
	font-size: 18px !important;
}
.news .post h2 a{
	color: #333 !important;
}
.fusion-blog-pagination .pagination .current {
	background: #76b51b !important;
	border-color: #76b51b !important;
}
.fusion-blog-pagination .pagination a.inactive:focus, .fusion-blog-pagination .pagination a.inactive:hover {
	border-color: #76b51b !important;
	color: #76b51b !important;
}
.fusion-hide-pagination-text .fusion-blog-pagination .pagination .pagination-prev:hover, .fusion-login-box a:hover{
	border-color: #76b51b !important;
}
.fusion-footer-widget-area {
	background-color: rgba(255,255,255,0) !important;
    background-image: url(https://www.ate.enterprises/wp-content/uploads/footer-bg.jpg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	padding-top: 40px !important;
	padding-bottom: 50px !important;
}
.fusion-footer-widget-area ul li a {
    color: #fff;
}
.footer-heading {
	color: #fff;
}

/*About-us-css*/
.value-section {
  	background: #f9f9f9;
}
.value-section .green-text{
  	font-weight: 600;
  	font-size: 16px;
}
.detail-box {
  	margin-top: 20px;
  	box-shadow: 0px 3px 9px 3px rgba(0,0,0,0.08);
  	min-height: 430px;
	margin-bottom: 12px;
}
.detail-box .heading {
  	background: #2f50af;
  	color: #fff;
}
.detail-box .heading h3 {
  	color: #fff;
  	padding: 6px 8px;
	font-size: 18px;
}
.detail-box .detail-content {
  	padding: 15px;
}
.about-detail h2{
 	margin-bottom: 10px;
}
.about-detail {
	background-image: url(../../uploads/pattern.jpg);
	background-repeat: no-repeat;
	width: 100%;
}
.slide-box {
 	background: #2f50af;
    display: flex;
    padding: 15px;
   	align-items: flex-start;
}
.member-detail {
  	color: #fff;
}
.member-detail p{
  	color: #fff;
}
.member-image {
 	background: #d8d8d8;
  	height: auto;
  	position: relative;
}
.member-image img {
  	margin: 0px auto;
    width: 100%;
    height: 100%;
}
.member-name {
	position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.67);
    width: 100%;
	padding: 20px 10px 10px 10px;;
}
.member-name h4{
 	color: #fff;
	font-size: 16px;
    margin-bottom: 0px;
}
.member-name p {
  	font-size: 13px;
	color: #fff;
}
.team-slider {
	width:100%;
}
.member-slider{overflow: visible;}
.member-slider .slick-dots {
    display: block;
    left: 0;
    padding-top: 30px;
    align-items: center;
}
.member-slider .slick-dots li {
    padding-right: 15px;
    transition: all 0.5s;
    display: inline-block;
    margin: 0 3px;
}
.member-slider .slick-dots li.slick-active button {
    background-color: transparent !important;
    width: 5px;
    height: 5px;
    padding: 5px;
    border: 2px solid #76b51b;
    box-shadow: none;
}
.member-slider .slick-dots li button {
    display: block;
    width: 5px;
    height: 5px;
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 100%;
    background-color: #76b51b !important;
    text-indent: -9999px;
    transition: all .4s;
    margin-top: 20px;
    margin-left: 10px;
}
.faq {
  	background: #f9f9f9;
}
.faq .card{
	margin: 10px 0px;
	background: #fff;
    border: none;
}
.faq .card-header{
	padding: 15px 15px;
	background: #fff;
	border: none;
}
.faq .card-header button {
  	display: flex;
    width: 100%;
    justify-content: space-between;
    text-decoration: none;
    color: #76b51b;
    padding: 0px;
}
.faq .collapse.in{display:block !important}
.fusion-main-menu>ul>li {
    padding-right: 15px !important;
}
.tab-content-header {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.tab-content-header h3{
	margin-bottom:0px;
}

/***********************contact-page-css***********************/
.contact-detail h2.main-heading {
 	font-size: 19px;
	font-size: 19px;
    line-height: 25px !important;
    margin-bottom: 20px !important;
}
.address-detail {
  	background: #fff;
  	border: 1px solid #d4d4d4;
    margin-bottom: 15px;
}
.address-detail h4{
  	margin-bottom: 0px;
    background: #2f50af;
    color: #fff;
    padding: 6px 10px;
	font-size: 16px;
}
.address-detail p {
  	font-size: 15px;
  	margin-bottom: 0px;
  	margin-top: 6px;
    padding: 6px 10px;
}
.address-detail p.green-text {
  	color: #76b51b;
  	font-weight: bold;
  	margin: 0px;
}
.contact-detail .button{
  	padding: 9px 86px !important;
  	border: none;
}
.map {
	line-height:0px;
	width: 100%;
}

/***********************choose-section-css***********************/
.detail-card {
    box-shadow: 0px 3px 9px 3px rgba(0,0,0,0.08);
	min-height: 390px;
}
.detail-card h4 {
  	padding: 5px 15px;
  	color: #fff;
  	background: #2f50af;
  	margin-bottom: 0px;
	font-size: 17px;
}
.detail-card p {
  	padding: 8px 15px;
  	margin-top: 0px;
}
.clients-wrapper {
  	width: 100%;
  	text-align: center;
}
.clients-wrapper img{
 	padding: 10px 10px;
}

@media (max-width:1024px) {
	.search-section .nav, .search-section .nav-tabs, .search-section .tab-content .tab-pane {
    	white-space: nowrap;
	}
	.search-section .form-group {
		padding-left: 0px;
	}
	.search-section .fusion-content-boxes {
    	width: 100%;
	}
	.custom-table2 tr td {
    	white-space: nowrap;
	}
	.fusion-logo img {
    	display: none;
	}
	.fusion-mobile-logo-1 .fusion-standard-logo {
		display: block !important;
	}
	.direct-enquiry {
		white-space: nowrap;
	}
	.course-form .tab-content {
    	white-space: nowrap;
	}
}

@media (max-width:992px) {
	.search-section .fusion-disable-outline input, .fusion-disable-outline select {
    	margin-bottom: 10px;
	}
	.section-padding {
    	padding: 30px 0px;
	}
	.detail-section p {
   		padding-bottom: 0px;
	}
	.custom-table2 tr td {
		white-space: nowrap;
	} 
	.read-more-table {
		margin: 0px auto;
		width: 100%;
	}
	.banner-hedding h1 {
		line-height: 34px;
	}
	.banner-hedding .breadcrumb-menubar{
		line-height: 18px;
	}
	
	.oepl_rsp_table_section {
		display: none;
	}
	.oepl_rsp_table_section,.oepl_rsp_booknow_table_section{
		display: table !important;
	}
	.table-section{
		display:none;
	}
	.fusion-logo img {
    	display: none;
	}
	.fusion-mobile-logo-1 .fusion-standard-logo {
		display: block !important;
	}
	.enquiry-section .custom-table tr td:not(:last-child):before {
    	display: none;
	}
	.enquiry-section .custom-table tr td {
    	padding: 11px;
	}
	.container {
    	max-width: 100% !important;
	}
	.custom-table tr td .button {
    	margin-right: 0px;
		padding: 6px 18px;
	}
	.direct-enquiry .col-sm-2{
		right: 50px;
	}
	.direct-enquiry .button{
		white-space: nowrap;
	}
	.training-product .list h3{
		font-size: 18px;
	}
	.direct-enquiry .main-heading{
     	font-size: 20px;
		line-height: 27px !important;
		white-space: normal;
		padding-bottom: 15px
	}
	.fusion-footer footer .fusion-row .fusion-columns {
		display: inline-flex !important;
	}
	.fusion-footer footer .fusion-row .fusion-columns .fusion-column {
		margin-bottom: 0px !important;
	}
	.fusion-header .fusion-logo {
		padding-top:7px;
	}
	.course-list {
		white-space: nowrap;
	}
	.course-list ul li {
		display: inline-table;
	}
	.main-heading {
		line-height: 34px !important;
	}
	.course-detail .nav-tabs .nav-item {
		padding: 10px 15px;
	}
	.home-slider .slider-image{
		height:350px;
	}
	.home-slider .slider-image img{
		height:100%;
	}
	.slider-text {
    	top: 25%;
	}
	.fusion-disable-outline input.button {
		margin-bottom: 15px;
	}
	.course-form .form-row .form-group {
		display: table;
		width: 100%;
	}
	.faq .card-header button{
		text-align: left;
	}
	.testimonial-box {
		min-height: 568px;
	}
	.fusion-secondary-header .fusion-alignleft {
		width: 50% !important;
	    float: left !important;
	    text-align: left !important;
	    padding-left: 20px;
	}
	.fusion-secondary-header .fusion-alignright {
		width: 50% !important;
	    float: right !important;
	    text-align: right !important;
	    padding-right: 20px;
	}
	.fusion-secondary-header .fusion-alignright .fusion-social-links-header {
		float: right !important;
		padding-top: 4px;
	}
	.fusion-secondary-header .fusion-alignright .fusion-social-links-header .fusion-social-networks {
		 padding-bottom: 0px;
	}
}

@media (max-width:767px) {
	.course-list li {
		width: 100%;
	    margin-bottom: 10px;
	}
	.footer, .about{
   		padding-right: 12% !important;
		padding-left: 12% !important;
	}
	.search-section{
		padding-right: 4% !important;
	    padding-left: 4% !important;
	}
	.tfs-slider .slide-content {
    	padding-left: 0px;
	}
	.fusion-title.fusion-sep-none .title-heading-left {
    	font-size: 13px;
    	line-height: 21px !important;
	}
	.tfs-slider .slide-content-container .fusion-title-size-three h3 {
		font-size:18px;
	}
	html:not(.avada-has-site-width-percent) .tfs-slider .slide-content-container {
		padding-left: 15px !important;
    	padding-right: 15px !important;
	}
	.detail-section .container {
    	width: 100% !important;
	}
	.fusion-mobile-menu-icons a {
		padding-top: 0px !important;
    	padding-bottom: 10px !important;
	}
	.banner-hedding h1{
		font-size: 22px;
    	line-height: 25px !important;
	}
	.banner-hedding .breadcrumb-menubar{
		line-height: 18px;
	}
	.container {
    	width: 100% !important;
	}
	.oepl_rsp_rdm_table_section,.oepl_rsp_table_section{
		display: table !important;
	}
	.read-more-table{
		display:none;
	}
	html:not(.avada-has-site-width-percent) .fusion-footer-widget-area {
		padding-left: 15px !important;
    	padding-right: 15px !important;
	}
	.fusion-columns .fusion-column {
		margin: 0px !important;}
	.fusion-disable-outline input.button{
		margin-bottom: 15px;
	}
	.direct-enquiry .col-sm-2{
		right: 0px;
	}
	.course-detail .nav-tabs .nav-item {
		width:100%;
		text-align:center;
	}
	.banner-hedding {
		top: 25%;
	}
	.to-top-container #toTop {
		display: none !important;
	}
	.course-list {
		white-space: normal;
	}
	.course-list ul li {
		display: block;
	}
	.course-form .nav-tabs .nav-item{
		width:33.33%;
	}
	.course-form .nav-tabs .nav-item .nav-link{
		padding: 10px 10px !important;
		line-height: 20px;
		height:100%;
	}
	.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-mobile-nav-holder {
		padding-top:15px !important;
	}
	.enquiry-section .custom-table tr td {
		display:block;
	}
	.testimonial-box {
		min-height: auto;
	}
	.testimonial-slider .grey-strip-detail {
		position: relative;
	}
	.enquiry-section .custom-table tr td p {
    	margin-bottom: 0px;
	}
	.enquiry-section .custom-table {
		padding-top:25px;
		padding-bottom:25px;
	}
	.testimonial-box p{
		width: 100% !important;
	}
	.testimonial-box .col-sm-9 {
    	width: 100%;
	}
	.tab-content-header {
		display: block;
	}
	.contact-detail h2.main-heading {
		margin-top: 20px !important;
	}
	.training-product h3{
		font-size:18px;
	}
	.course-detail table td {
     	width:100% !important;
		display: block !important;
	}
	.member-detail p:first-child {
    	padding-top: 20px;
	}
	.fusion-secondary-menu>ul>li#menu-item-2761>a {
		margin-right: 0px;
	}		
	.more-info p{
 		padding: 0px 15px;
	}
}

/* All Template Css Start*/
.oepl_rsp_td{
	padding:2px 5px;
	background:#FFFFFF;
	color:black;
	width:50%;
}
.oepl_rsp_table_section,.oepl_rsp_rdm_table_section,.oepl_rsp_booknow_table_section{
	width:100%;
	display:none;
}
.oepl_rsp_table_values{
	border-bottom:0.5px solid #ccc;
}
/* All Template Css End*/

.ty-message {
    display:block;
    margin-top:10%;
    color:green;
    font-weight:bold;
}
.ty-message-popup{
	padding-bottom: 25px;
}

/* customize widget bubble for have a question? v8s*/
.chatsupport-wrp .chatsupport-button span{
    line-height: 75px !important;
    width: 194px !important;
    height: 76px !important;
    background-size: 166px !important;
}

.chatsupport-wrp .chatsupport-button span:before {
    content: "Have a question?" !important;
    position: absolute !important;
    left: 26px !important;
}

.chatsupport-wrp .chatsupport-button span b{
    display:none !important;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
	color: yellow;
}

.nav-tabs .nav-link{
	color: #fff;
}
.banner-hedding > h2 > span, .banner-hedding > ol, .banner-hedding > h1, .banner-hedding > h3, .banner-hedding > h3 > span > strong{color: navy !important;}
