/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.search-section .fl-button-text {
	display: none;
}
.search-section .fl-button i {
	margin-right: 0 !important;
	vertical-align: middle;
	width: auto;
	color: #fff !important;
}
.search-section .fl-button {
	background-color: #003B31 !important;
	color: #fff !important;
	padding: 0 !important;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	align-self: center;
	border-radius: 100% !important;
	line-height: 36px !important;
}
.search-section {
	display: flex;
	justify-content: end;
}
.right-coloumn {
	background-color: #fff !important;
	border-radius: 16px;
}
.iconwith-text .fl-heading {
	position: relative;
	padding-left: 60px !important;
}
.iconwith-text .fl-heading::before {
	background-image: url(/wp-content/uploads/2024/08/Background.svg);
	position: absolute;
	content: '';
	width: 55px;
	height: 55px;
	top: -11px;
	left: 0;
	background-size: 50px;
	background-repeat: no-repeat;
}

.about-section {
	position: relative;
}
.about-section::before {
	background-image: url(/wp-content/uploads/2024/08/915.svg);
	position: absolute;
	content: '';
	width: 410px;
	height: 272px;
	top: 0;
	left: 0;
	/* background-size: 50px; */
	background-repeat: no-repeat;
}
.about-section::after {
	background-image: url(/wp-content/uploads/2024/08/demo-elearning-04-1.svg);
	position: absolute;
	content: '';
	width: 300px;
	height: 550px;
	bottom: 0;
	right: 0;
	/* background-size: 50px; */
	background-repeat: no-repeat;
}
.about-section > .fl-row-content-wrap {
	position: relative;
	z-index: 1;
}

.coloumn-position {
	position: relative;
}
.round-box {
	background-color: #003B31;
	width: 80px;
	height: 80px;
	/* display: flex; */
	align-content: center;
	justify-content: center;
	align-self: center;
	border-radius: 100%;
	position: absolute;
	top: -40px;
	right: 50px;
	color: #fff;
	font-size: 18px;
	/* color: #fff; */
	text-align: center;
}
.round-box span {
	display: block !important;
}

.iconwith-text.iconwith-text1 .fl-heading::before {
	background-image: url(/wp-content/uploads/2024/08/Background.svg);
	position: absolute;
	content: '';
	width: 55px;
	height: 55px;
	top: -11px;
	left: 0;
	background-size: 50px;
	background-repeat: no-repeat;
}
.custom-tabs .fl-tabs-labels {
	display: flex;
	justify-content: space-between;
}
.custom-tabs .fl-tabs-label {
	width: 100%;
	border-radius: 30px;
}
.custom-tabs .fl-tabs-panel-content {
	padding: 20px 0px;
}
.custom-tabs .fl-tabs-panel-content .fl-heading {
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 18px;
	color:#313E3B;
}
.custom-tabs .fl-tabs-panel-content .fl-rich-text :not(b, strong) {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #828C8A;
	width: 80%;
}
.custom-tabs .fl-tabs-panel-content .fl-button {
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 18px;
	background-color: rgba(255,0,0,0) !important;
	color: #313E3B !important;
	padding: 0;
}
.custom-tabs .fl-tabs-panel-content .fl-button .fl-button-text{
	color: #313E3B !important;
}
.background-tabs {
	background-image: url(/wp-content/uploads/2024/08/Group-1000003831-1.png);
	background-repeat: no-repeat;
	background-position: center right;
}
.background-tabs.background-tabs1 {
	background-image: url(/wp-content/uploads/2024/08/Group-1000003832.png);
	background-repeat: no-repeat;
	background-position: center right;
}
.postsection .fl-node-sx3k782lvh5q > .fl-col-content{
	border:0px;
}
.hover-button {
	background-color: #ffff;
	color: #003B31;
	border: none;
	padding: 13px 25px;
	font-size: 16px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	transition: background-color 0.3s;
	font-family: Poppins, sans-serif;
	text-transform: capitalize;
	font-weight: 500;
	border-radius: 30px;
}
.hover-button:hover{
color: #003B31;	
}

.hover-button .hover-text {
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: relative;
}

.hover-button::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.hover-button:hover .hover-text {
  transform: translateY(-100%);
  opacity: 0;
}

.hover-button:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.fllter-link ul {
	margin: 0;
	padding: 0;
}
.fllter-link ul li {
	list-style: none;
	/* margin-bottom: 15px; */
}
.fllter-link ul li a {
	display: block;
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	margin-bottom: 18px;
}
.footer-top {
	position: relative;
	z-index: 1;
	margin-top: 100px;
}
.hover-button.banner-btn {
	font-size: 19px;
	padding: 17px 30px;
}
.hover-button.color-change {
	background-color: #003B31;
	color: #fff;
}
.view-all-sec {
	text-align: right;
}

.footer-sections::before {
	background-image: url(/wp-content/uploads/2024/08/demo-elearning-bg-05.png.svg);
	position: absolute;
	content: '';
	width: 324px;
	height: 440px;
	top: 18%;
	left: 0;
	background-size: 324px;
	background-repeat: no-repeat;
	z-index: 1;
}
.footer-sections {
	position: relative;
}
.calltoaction-img{
	position:relative
}
.calltoaction-img::before {
	background-image: url(/wp-content/uploads/2024/08/image.svg);
	position: absolute;
	content: '';
	width: 236px;
	height: 550px;
	top: 12%;
	left: 0;
	background-size: 236px;
	background-repeat: no-repeat;
	z-index: 1;
	/* background-position: center center; */
}
.overly-image{
	position:relative;
}
.overly-image::before {
	background-image: url(/wp-content/uploads/2024/08/image-2.svg);
	position: absolute;
	content: '';
	width: 252px;
	height: 280px;
	top: 4%;
	left: 25px;
	background-size: 236px;
	background-repeat: no-repeat;
	z-index: 1;
	/* background-position: center center; */
}
.fl-builder-content.fl-builder-content-14.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled {
	background-color: #003B31;
}
#menu-main-menu li a {
	color: #fff;
	font-size: 20px;
}
.uabb-menu-toggle {
	position: absolute;
}
.contact-pageicon {
	display: flex;
	justify-content: space-around;
	text-align: center;
}
.contact-pageicon .icon-box a {
	color: #fff;
	font-size: 16px;
}
.contact-pageicon span img {
	margin-right: 10px;
}
.contact-form label {
	color: #1E1E1E;
	font-size: 17px;
	font-weight: 500;
}
.contact-form {
	padding: 30px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.contact-form input {
	height: 51px;
	border: 1px solid #E0E5F2;
	border-radius: 8px;
}
.form-group textarea {
	height: 100px;
	resize: none;
	border: 1px solid #E0E5F2;
}
.form-group1 {
	text-align: center;
}
.contact-form .wpcf7-spinner {
	display: none;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	background-color: #003B31;
	color: #fff;
	font-size: 18px;
	width: 64%;
	border-radius: 30px;
	margin-top: 16px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background-color: #003B31;
	color: #fff;
	font-size: 18px;
	width: 64%;
	border-radius: 30px;
	margin-top: 16px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
     -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
body {
	background-color: transparent;
}
.fl-node-2qgcw43bxztn .uabb-creative-menu .sub-menu > li {
	border-bottom-style: solid;
	border-bottom-width: 0 !important;
	border-bottom-color: #e3e2e3;
}
.fl-node-2qgcw43bxztn .uabb-creative-menu .sub-menu {
	-webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.3);
	-o-box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.3);
	box-shadow: none !important;
}
.fl-node-2qgcw43bxztn .uabb-creative-menu .uabb-creative-menu-expanded.menu > .uabb-has-submenu > .sub-menu, .fl-node-2qgcw43bxztn .uabb-creative-menu .uabb-creative-menu-accordion.menu > .uabb-has-submenu > .sub-menu {
	border: 0 !important;
}
a:hover, a:focus {
	color: #23527c;
	text-decoration: none !important;
}
.blog-section .fl-post-grid-image img {
	min-height: 200px;
	height: 200px !important;
}
.content-design {
	color: #000;
	font-size: 17px;
	line-height: 30px;
}
.tem-detailssec p {
	color: #000;
	text-align: center;
	font-size: 17px;
	line-height: 30px;
}
.social-cons {
	z-index: 2;
	position: relative;
}
.text-design ul {
	margin: 0;
	padding-left: 15px;
}
.text-design ul li ul {
	padding-left: 0;
}
.past_position a {
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 12px;
	padding: 0px 20px;
	text-decoration: none;
	color: #333;
}
.past_position {
	margin-bottom: 0px;
}
.team-box h2 {
	margin: 0;
	margin-bottom: 15px;
}
@media screen and (min-width:769px) and (max-width:840px) {
	.hover-button {
	background-color: #ffff;
	color: #003B31;
	border: none;
	padding: 13px 7px;
	font-size: 11px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	transition: background-color 0.3s;
	font-family: Poppins, sans-serif;
	text-transform: capitalize;
	font-weight: 500;
	border-radius: 30px;
}
}

@media screen and (max-width:768px) {
.about-section::before {
	background-size: 155px;
}	
	
.about-section::after {
display: none;
}
.overly-image::before {
	width: 130px;
	background-size: 128px;
}
.custom-tabs .fl-tabs-labels {
	display: none;
	justify-content: space-between;
}
.hover-button.banner-btn {
	font-size: 15px;
	padding: 17px 30px;
	width: 100%;
	display: inline-block;
	text-align: center;
}
.view-all-sec {
	text-align: center;
	margin-bottom: 20px;
}
.fllter-link {
	text-align: center;
}
	.responsive-centre{
		text-align:center;
	}
.footer-sections::before {
	width: 150px;
	height: 150px;
	top: 18%;
	left: 0;
	background-size: 150px;
	background-repeat: no-repeat;
	z-index: 1;
}
.calltoaction-img::before {
	width: 150px;
	height: 200px;
	top: 12%;
	left: 0;
	background-size: 121px;
	background-repeat: no-repeat;
	z-index: 1;
	/* background-position: center center; */
}
.about-section::before {
	width: 155px;

}
.contact-pageicon {
	display: block;
}
.contact-pageicon .icon-box {
	margin-bottom: 15px;
}
.search-section {
	justify-content: start;
}
}
@media screen and (min-width:768px) and (max-width:1095px) {
	header .header-right .fl-col-content .fl-col-group .fl-col {
		width: 50% !important;
	}
	.search-section {
		display: flex;
		justify-content: start;
	}
}