@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;800&display=swap');
:root {
 --font-family: 'Poppins', sans-serif;
 --mainColor: #0064fb;
 --secondColor: #2e2f46;
 --thirdColor: #ff414b;
 --thirdColorShadow: #ffeced;
 --backgroundColor: #ebebeb;
 --transparentColor: #fcebe5;
 --whiteColor: #ffffff;
 --fix-whiteColor: #ffffff;
 --fix-blackColor: #242424;
 --blackColor: #242424;
 --paragraphColor: #666666;
 --fontSize: 15px;
 --card-title-fontSize: 20px;
 --transition: 0.5s;
 --boxShadow:  rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
	font-family: 'Poppins', sans-serif;
	overflow-x:hidden;
}
h1, h2, h3, h4 {
	font-family: 'Poppins', sans-serif;
}
h5, h6 {
	font-family: 'Poppins', sans-serif;
}
a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}
a:hover {
	color: #06b0f1;
	text-decoration: none;
}
:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	color: var(--paragraphColor);
	font-size: var(--fontSize);
	margin-bottom: 15px;
	line-height: 1.8;
	font-family: 'Rubik', sans-serif;
}
p:last-child {
	margin-bottom: 0;
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.pt-70 {
	padding-top: 70px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pt-30 {
	padding-top: 0px;
}
.pl-20 {
	padding-left: 20px;
}
.pr-20 {
	padding-right: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.section-content {
	margin-top: 40px;
}
.sticky {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--whiteColor) !important;
	z-index: 99999;
	padding: 0px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.bg-f9faff {
	background-color: #f9faff;
}
.bg-mainColor {
	background-color: var(--mainColor);
}
.bg-000000 {
	background-color: #00000d;
}
.rs {
	margin-top: -10px;
}
/*================================================
Topbar Area CSS
=================================================*/
.topbar {
	font-family: var(--fontFamily2);
	padding: 10px 0px;
	position: relative;
	z-index: 9;
}
.topbar-left-side ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.topbar-left-side ul li {
	font-size: 14px;
	margin-right: 15px;
	display: inline-block;
	color: #eeeeee;
}
.topbar-left-side ul li a {
	color: #eeeeee;
}
.topbar-left-side ul li i {
	margin-right: 3px;
}
.topbar-right-side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.topbar-right-side .header-social-icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.topbar-right-side .header-social-icons ul li {
	display: inline-block;
}
.topbar-right-side .header-social-icons ul li a {
	width: 20px;
	height: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 5px;
}
.topbar-right-side a {
	color: #eeeeee;
	font-size: 14px;
}
.topbar-right-side .account {
	font-family: var(--fontFamily2);
}
.topbar-right-side .account i {
	margin-right: 3px;
}
.topbar-2 {
	background-color: #404040;
}
.topbar-2 .topbar-left-side ul li i {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #ffffff40;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 11px;
}
.topbar-2 .topbar-left-side ul li:hover i {
	color: var(--mainColor);
	background-color: var(--whiteColor);
}
.topbar-2 .topbar-right-side .header-social-icons ul li a {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #ffffff40;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 11px;
}
.topbar-2 .topbar-right-side .header-social-icons ul li a:hover {
	color: var(--mainColor);
	background-color: var(--whiteColor);
}
/*================================================
Select Area CSS
=================================================*/
.nice-select {
	border: 0px;
	background-color: transparent;
	height: auto;
	width: 100%;
	line-height: unset;
	font-size: var(--fontSize);
	font-family: var(--fontFamily2);
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 15px;
}
.nice-select .selected {
	color: var(--mainColor);
}
.nice-select .list {
	width: 100%;
	z-index: 9999;
}
/*================================================
Navbar Area CSS
=================================================*/
a.meanmenu-reveal {
	display: none;
}
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: absolute;
	background: transparent;
	padding: 20px 0 0;
	z-index: 999;
	height: 60px;
	text-transform: capitalize;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-container a.meanmenu-reveal {
	width: 35px;
	height: 30px;
	padding: 12px 15px 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--mainColor);
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: var(--fix-whiteColor);
	height: 4px;
	margin-top: 5px;
	border-radius: 3px;
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: var(--whiteColor);
	margin-top: 64px;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	list-style-type: none;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #677294;
	border-top: 1px solid #dbeefd;
	text-decoration: none;
	text-transform: capitalize;
}
.mean-container .mean-nav ul li a:hover {
	background: var(--whiteColor);
}
.mean-container .mean-nav ul li a.active {
	color: var(--whiteColor);
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	color: #677294;
	border-top: 1px solid #dbeefd;
	opacity: 1;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
	text-transform: none;
	font-size: 14px;
	text-transform: capitalize;
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 3px;
	width: 100%;
	height: 24px;
	padding: 12px !important;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: transparent !important;
	border: none !important;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav .navbar-nav {
	overflow-y: scroll;
	height: 340px;
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
.mean-nav .dropdown-toggle::after {
	display: none;
}
.mean-remove {
	display: none !important;
}
.mobile-nav {
	display: none;
	position: relative;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
	background-color: var(--whiteColor);
	color: var(--blackColor);
}
.btn-primary, .btn-primary:active {
	background-color: var(--whiteColor) !important;
	color: var(--blackColor) !important;
	border-color: var(--blackColor) !important;
}
.mobile-nav.mean-container .mean-nav ul li a.active {
	color: var(--mainColor);
}
/* Fix for box sizing on Foundation Framework etc. */
.main-nav {
	background-color: transparent;
	position: sticky;
	z-index: 999;
}
.main-nav nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.main-nav nav .navbar-nav {
	margin-left: auto;
	margin-right: 0px;
}
.main-nav nav .navbar-nav .nav-item {
	position: relative;
	padding: 15px 0;
}
.main-nav nav .navbar-nav .nav-item a {
	padding: 0;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	color: var(--blackColor);
	font-size: 14px;
	font-weight: 600;
	font-family: var(--fontFamily2);
	margin-left: 10px;
	margin-right: 10px;
}
.main-nav nav .navbar-nav .nav-item a i {
	right: 0;
	top: 6px;
	font-size: 12px;
	position: absolute;
}
.main-nav nav .navbar-nav .nav-item a:hover {
	color: var(--mainColor);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.main-nav nav .navbar-nav .nav-item a::after {
	display: none;
}
.main-nav nav .navbar-nav .nav-item a.dropdown-toggle {
	padding-right: 0px;
}
.main-nav nav .navbar-nav .nav-item a.active {
	color: var(--mainColor);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.main-nav nav .navbar-nav .nav-item:hover a {
	color: var(--mainColor);
}
.main-nav nav .navbar-nav .nav-item:hover ul {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	visibility: visible;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	left: 0;
	top: 60px;
	opacity: 0;
	z-index: 99;
	width: 200px;
	border: none;
	display: block;
	border-radius: 0px;
	visibility: hidden;
	position: absolute;
	-webkit-transform: rotateX(-20deg);
	transform: rotateX(-20deg);
	-webkit-transform-origin: top;
	transform-origin: top;
	background: var(--whiteColor);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	position: relative;
	padding: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	margin: 0;
	display: block;
	padding: 7px 20px;
	color: var(--blackColor);
	border-bottom: 1px dashed transparent;
	font-size: 15px;
	font-weight: 600;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
	top: 50%;
	position: absolute;
	right: 10px !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
	content: '+';
	font-size: 0px;
	color: var(--mainColor);
	-webkit-transition: .2s ease;
	transition: .2s ease;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: var(--mainColor);
	padding-left: 25px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
	font-size: 15px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	position: absolute;
	left: 101%;
	top: 0;
	opacity: 0 !important;
	visibility: hidden !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 20px;
	left: 100%;
	position: absolute;
	opacity: 0 !important;
	visibility: hidden !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: var(--blackColor);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: var(--mainColor);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1 !important;
	visibility: visible !important;
	top: -5px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
	opacity: 1 !important;
	visibility: visible !important;
	top: -5px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
	color: var(--mainColor);
}
.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
	left: auto;
	right: 0;
}
.navbar-light .navbar-brand {
	color: var(--mainColor);
	font-weight: bold;
	text-transform: uppercase;
}
.navbar-light .navbar-brand:hover {
	color: var(--mainColor);
	font-weight: bold;
	text-transform: uppercase;
}
.mean-container .mean-bar {
	position: relative;
}
.mobile-nav .menu-sidebar-small-device {
	display: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 15px;
	right: 47px;
}
.mobile-nav .menu-sidebar-small-device .uni-button {
	padding: 5px 10px;
}
.mobile-nav .call-button {
	top: 7px;
}
.menu-sidebar {
	margin-bottom: -7px;
}
.header-area {
	position: relative;
	z-index: 999;
	border-radius: 10px;
	margin: 0px auto;
	max-width: 1380px;
	background-color: var(--whiteColor);
}
.header-area-2 {
	max-width: 100%;
	border-radius: 0px;
	-webkit-box-shadow: 0px 5px 10px -5px #d6d6d6;
	box-shadow: 0px 5px 10px -5px #d6d6d6;
}
.menu-small-device {
	display: none;
	position: absolute;
	right: 80px;
	top: 14px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu-small-device li {
	list-style: none;
	display: inline-block;
}
.header-area2 .main-nav nav .navbar-nav .nav-item .dropdown-menu {
	top: 69px;
}
.menu-sidebar-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.menu-sidebar-1 ul {
	margin-bottom: -5px;
}
.menu-sidebar-1 .input-group {
	max-width: 200px;
	margin-right: 15px;
	margin-top: -5px;
	border-bottom: 1px solid #eeeeee;
	font-family: var(--fontFamily2);
}
.menu-sidebar-1 .input-group .form-control {
	padding: 10px 10px 5px 10px;
	border: 0px;
}
 .menu-sidebar-1 .input-group .form-control::-webkit-input-placeholder {
 font-size: 14px;
}
 .menu-sidebar-1 .input-group .form-control:-ms-input-placeholder {
 font-size: 14px;
}
 .menu-sidebar-1 .input-group .form-control::-ms-input-placeholder {
 font-size: 14px;
}
 .menu-sidebar-1 .input-group .form-control::placeholder {
 font-size: 14px;
}
.menu-sidebar-1 .input-group .input-group-text {
	border: 0px;
	padding: 0px 0px 0px 5px;
	color: var(--paragraphColor);
	background-color: transparent;
}
.menu-sidebar-1 .input-group .input-group-text i {
	position: relative;
	margin-bottom: -7px;
}
.menu-sidebar-1 .call-button {
	display: inline-block;
	margin-left: 20px;
	padding-left: 35px;
	position: relative;
}
.menu-sidebar-1 .call-button i {
	font-size: 25px;
	color: var(--mainColor);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menu-sidebar-1 .call-button p {
	margin-bottom: 0px;
	line-height: 1.4;
}
.menu-sidebar-1 .call-button p span {
	color: var(--mainColor);
}
.menu-sidebar-1 .call-button a {
	font-size: 14px;
	font-family: var(--fontFamily);
}
.menu-sidebar-1 .default-button-3 {
	margin-bottom: 8px;
}
/*================================================
Popup Area CSS
=================================================*/
.popup-button {
	border: 0px;
	border-radius: 5px;
	font-size: 20px;
	padding: 8px 15px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	color: var(--secondColor);
	background-color: #eeeeee;
}
.popup-button:hover {
	color: var(--mainColor);
}
.popup {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	visibility: hidden;
	background-color: #000000d4;
}
.popup .popup-content {
	width: 0%;
	height: 100%;
	opacity: 0;
	margin-left: 0;
	margin-right: auto;
}
.popup .popup-content .close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: transparent;
	color: var(--mainColor);
	border: 0px;
	font-size: 30px;
}
.popup .popup-content form {
	top: 20%;
	left: 50%;
	width: 80%;
	visibility: hidden;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.popup .popup-content form .search-box {
	border-radius: 10px;
	border: 1px solid var(--mainColor);
}
.popup .popup-content form .search-box input {
	padding: 5px 20px;
}
.popup .popup-content form .search-box .form-control {
	border-radius: 10px;
	border: 0px solid transparent !important;
}
.popup .popup-content form .search-box .btn {
	padding: 5px 15px;
	color: var(--whiteColor);
	border-radius: 10px;
	background-color: var(--mainColor);
	font-size: 25px;
}
.popup .hi {
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	opacity: 1;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.popup .hi form {
	visibility: visible;
	top: 50% !important;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

/*================================================
Header Responsive Area CSS
=================================================*/
@media only screen and (max-width: 767px) {
.topbar-right-side {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: block;
}
.topbar-left-side {
	text-align: center;
}
.topbar-left-side ul li {
	margin-right: 7px;
	margin-left: 7px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.topbar-right-side {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.topbar-left-side {
	text-align: center;
}
}
 @media only screen and (min-width: 1200px) and (max-width: 1399px) {
.main-nav nav .navbar-nav .nav-item a {
	font-size: 14px;
	margin-left: 13px;
	margin-right: 13px;
}
}
 @media only screen and (max-width: 1199px) {
.main-responsive-nav {
	background-color: var(--whiteColor);
	height: 65px;
}
.mobile-nav {
	display: block;
	position: relative;
}
.mobile-nav .logo {
	top: 10px;
	left: 0px;
	z-index: 999;
	position: absolute;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.mobile-nav nav .navbar-nav .nav-item a i {
	display: none;
}
.mean-container .mean-bar {
	background-color: var(--whiteColor);
	padding: 0;
}
.mean-container a.meanmenu-reveal {
	padding: 5px 2px 0 0;
}
/* .menu-sidebar {
	display: none;
} */
.menu-small-device {
	z-index: 999;
	right: 55px;
	top: 14px;
	display: block !important;
}
.menu-small-device .default-button {
	padding: 7px 10px;
	font-size: 14px;
}
.topbar-left-area {
	text-align: center;
}
.topbar-left-area ul li {
	margin-left: 5px;
	margin-right: 5px;
}
.mobile-nav .call-button {
	top: 0;
}
}
.stars ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.stars ul li {
	display: inline-block;
}
.stars ul li i {
	cursor: pointer;
}
/*================================================
Default Button Area CSS
=================================================*/
.default-button {
	overflow: hidden;
	border: 1px solid var(--mainColor);
	padding: 7px 35px;
	border-radius: 5px;
	display: inline-block;
	color: var(--fix-whiteColor);
	background-color: var(--mainColor);
	position: relative;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	font-family: var(--fontFamily2);
}


.default-button {
	color: var(--fix-whiteColor);
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	font-family: var(--fontFamily2);
	padding: 12px 27px;
}









.default-button::before {
	content: '';
	width: 100%;
	height: 0%;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	background-color: var(--secondColor);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.default-button::after {
	content: '';
	width: 100%;
	height: 0%;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	background-color: var(--secondColor);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.default-button span {
	position: relative;
	z-index: 2;
}
.default-button:hover {
	color: var(--fix-whiteColor);
	border-color: var(--secondColor);
}
.default-button:hover::before, .default-button:hover::after {
	height: 51%;
}
.default-button-2 {
	background-color: var(--blackColor);
	color: var(--whiteColor);
	border-color: var(--mainColor);
	border: 1px solid var(--mainColor);
}
.default-button-2::before, .default-button-2::after {
	background-color: var(--mainColor);
}
.default-button-3 {
	padding: 12px 25px;
	border-radius: 5px;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	color: var(--fix-whiteColor);
	border: 1px solid var(--mainColor);
	background-color: var(--mainColor);
	font-size: 15px;
	font-weight: 600;
	font-family: var(--fontFamily2);
}
.default-button-3 i {
	padding: 5px 10px;
	margin-left: 10px;
	border-radius: 5px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	color: var(--mainColor);
	background-color: var(--whiteColor);
}
.default-button-3:hover {
	color: var(--blackColor);
	border-color: var(--thirdColor);
	background-color: var(--whiteColor);
}
.default-button-3:hover i {
	color: var(--whiteColor);
	background-color: var(--thirdColor);
}
.default-button-3-h {
	color: var(--blackColor);
	border-color: var(--thirdColor);
	background-color: var(--whiteColor);
}
.default-button-3-h i {
	color: var(--whiteColor);
	background-color: var(--thirdColor);
}
.default-button-3-h:hover {
	color: var(--whiteColor);
	border: 1px solid var(--mainColor);
	background-color: var(--mainColor);
}
.default-button-3-h:hover i {
	color: var(--mainColor);
	background-color: var(--whiteColor);
}
.readmore-button {
	display: inline-block;
	color: var(--blackColor);
	-webkit-transition: .5s ease;
	transition: .5s ease;
	font-size: 15px;
	font-weight: 600;
	font-family: var(--fontFamily2);
}
.readmore-button:hover {
	color: var(--mainColor);
	letter-spacing: 1px;
}
/*================================================
Default section title Area CSS
=================================================*/
.default-section-title h6 {
	color: var(--mainColor);
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 14px;
}
.default-section-title h3 {
	color: var(--blackColor);
	font-size: 36px;
}
.default-section-title-middle {
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.default-section-title-2 h6 {
	color: #f4f4f4;
	margin-bottom: 0px;
	line-height: .2;
	font-size: 80px;
}
.default-section-title-2 h3 {
	font-size: 46px;
}
/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: var(--mainColor);
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: var(--mainColor);
	border: 1px solid var(--mainColor);
}
.go-top.active {
	opacity: 100;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
	background-color: #F15922;
}
/*================================================
madhuparna
=================================================*/

.banner-left {
	position:relative;
	padding:0px;
	margin:0px;
	background: linear-gradient(90deg, #00AEEF, #005E9E);
}
.banner-left-inner {
	position: absolute;
	background: #fff;
	padding: 20px 20px;
	top: 60px;
	left: 179px;
	z-index: 90;
	width: 775px;
}
.banner-left-inner h3 {
	color:#005E9E;
	font-size:16px;
	font-weight:600;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.banner-left-inner h2 {
	color: #4C4D4F;
	font-size: 45px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: 400;
}
.banner-left-inner h2 span {
	font-weight:800
}
.banner-left-inner h2 span.red {
	color:#F15922;
}
.banner-left-inner p {
	color:#333333;
	font-size:17px;
	padding:0px;
	margin:0px;
	line-height:28px;
}
.banner-right {
	z-index:9;
}
.more-info {
	background: #06B0F1;
	border-radius: 28px;
	border: none;
	margin: 20px 0px 10px;
}
.more-info2 {
	background: #F15922;
	border-radius: 28px;
	border: none;
	margin: 20px 0px 10px;
	margin-left:20px;
}
/*================================================
about
=================================================*/

.inner-gap {
	padding:0px 85px;
	margin:0px;
}
.about {
	/*padding:100px 0px;*/
	padding: 45px 0px 45px 0px;
	margin:0px;
}
.about-inner-left {
	padding:0px 50px 0px 0px;
	margin:0px;
}
.about-inner-left h6 {
	color:#005E9E;
	font-size:16px;
	padding:0px 0px 15px 0px;
	margin:0px;
}
.about-inner-left h2 {
	color: #4C4D4F;
	font-size: 50px;
	font-weight: 400;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.about-inner-left h2 span {
	font-weight:800;
}
.about-inner-left p {
	color:#333333;
	font-size:17px;
	padding:0px 0px 20px 0px;
	margin:0px;
	line-height:28px;
}
.row.about-img {
	padding-bottom: 15px;
}
.about-inner-right {
	position: relative;
	z-index: 9;
}
.about-inner-right-line {
	position: absolute;
	bottom: 0px;
	right: -85px;
	z-index: 999999 auto;
	top: 252px;
}
.about-list {
	margin: 45px 0px 0px 0px;
	text-align:center;
}
.about-list-inner {
	text-align:center;
}

.about-list-inner {
	border: 1px solid #ccc;
	padding: 30px 30px;
	min-height: 271px;
	border-radius: 10px;
}

.about-list-inner-icon {
	margin-bottom: 20px;
}
.about-list-inner h3 {
	color:#4C4D4F;
	font-size:34px;
	padding:0px;
	margin:0px;
	font-weight:600;
}
.about-list-inner p {
    font-size: 15px;
    color: #06B0F1;
    padding: 10px 0px 0px;
    margin: 0px;
    line-height: 22px;
    }

/*================================================
Our Supports. Area CSS
=================================================*/


.our-supports {
	text-align:center;
	padding:45px 0px;
	margin:0px;
	background: rgb(64, 64, 64);
}

.our-supports.inner{
	background:transparent;
}
.our-supports h2 {
	font-size:52px;
	color:#fff;
	padding:0px 0px 10px 0px;
	margin:0px;
	font-weight:600;
}
.our-supports h2 span {
	color:#FF6200;
}
.our-supports p {
	padding:20px 141px 0px 141px;
	margin:0px;
	color:#FFFFFF;
	font-size:16px;
}
.testimonial-card {
	background:#fff;
	border-bottom:20px solid #005E9E;
	padding:0px;
	margin:0px;
}
.testimonial-text {
	padding:20px 20px;
	margin:0px;
	text-align:left;
	min-height: 226px;
}
.testimonial-text h4 {
	color:#4C4D4F;
	font-size:20px;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.testimonial-text p {
	font-size: 16px;
	color: #999999;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	line-height: 24px;
}
.testimonial-footer h6 {
	color:#005E9E;
	font-size:15px;
}
.testimonial-footer h6 a {
	color: #005E9E;
	font-size: 15px;
	margin-right: 6px;
}
.testimonial-footer h6 a:hover {
	color:#FF8900;
}
.testimonial-footer h6 span {
	color:#FF8900;
}
/*================================================
Our Events.. Area CSS
=================================================*/


.our-events {
	padding: 100px 0px;
	margin: 0px auto;
	text-align: center;
}
.our-events h2 {
	color:#4C4D4F;
	padding:0px 0px 10px 0px;
	margin:0px;
	font-size:50px;
	font-weight:400;
	text-align:center;
}
.our-events h2 span {
	font-weight:600;
}
.our-events h2 span.red {
	color:#F15A22;
}
.our-events p {
	font-size:16px;
	text-align:center;
	color:#666666;
	padding:0px 100px;
	margin:5px 0px;
    }
.our-events-row {
	margin:27px 0px;
	padding:0px
    }
/* .our-events-row-left img {
	position:relative;
	z-index: 99;
} */
.our-events-row-left::before {
	content: '';
	position: absolute;
	width: 300px;
    height: 100%;
    left: -37px;
    top: 30px;
    border: 8px solid #F15A22;
}
/* .our-events-row-left2 img {
	position:relative;
	z-index: 99;
} */
/*.our-events-row-left2::before {*/
/*	content: '';*/
/*	position: absolute;*/
/*    width: 300px;*/
/*    height: 100%;*/
/*    right: -37px;*/
/*    top: 30px;*/
/*    border: 8px solid #F15A22;*/
/*}*/
.our-events-row-right {
	text-align:left;
}
.our-events-row-right h4 {
	color: #06B0F1;
	font-size: 28px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-weight:500;
}
.our-events-row-right h5 {
	color: #999999;
	font-size: 16px;
	padding: 0px;
	margin: 0px 0px 31px 0px;
}
.our-events-row-right h3 {
	color:#333333;
	font-size:30px;
	padding:0px 0px 10px 0px;
	margin:0px;
	font-weight:600;
}
.our-events-row-right p {
	color: #666666;
	font-size: 16px;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	text-align: left;
}
.our-events-row-right h6 a {
	color:#005E9E;
	margin-right:10px;
}
.our-events-row-right {
	margin-top: 35px;
}
.our-events-row-right h6 span {
	color:#F15A22;
}
/*================================================
Our Board. Area CSS
=================================================*/


.our-board {
	background:#404040;
	padding:45px 0px;
	margin:0px;
	text-align:center;
}
.our-board h2 {
	font-size:50px;
	font-weight:400;
	padding:0px;
	margin:0px;
	color:#fff;
}
.our-board h2 span {
	font-weight:600;
	color:#fff;
}
.our-board h2 span.red {
	color:#F15A22;
}
.our-board p {
	font-size:14px;
	text-align:center;
	color:#FFFFFF;
	padding:0px 100px;
	margin:20px 0px;
}
.testimonial-card2 {
	text-align:center;
	margin:0px auto;
	display: block;
}
.testimonial-text2 h2 {
	font-size:22px;
	color:#fff;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.testimonial-text2 h2 a {
	color: #fff;
}
.testimonial-text2 h6 {
	color:#E9E9E9;
	font-size:14px;
	padding:0px;
	margin:0px 0px 10px 0px;
}
.testimonial-footer2 {
	margin: 17px 50px;
	text-align: center;
}
.testimonial-footer2 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.testimonial-footer2 ul li {
	padding:0px 10px;
	margin:0px;/* float:left; */
}
.testimonial-footer2 ul li i {
	font-size:26px;
	color:#06B0F1;
}
.testimonial-footer2 ul li i:hover {
	color:#fff;
}
.testimonial-header2 {
	border: 1px solid #FFFFFF;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    height: 241px;
    width: 100%;	
}

.testimonial-header2 img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}
/*================================================
footer CSS
=================================================*/




.footer {
	background:#0F0F0F;
	text-align:left;
	padding:50px 0px;
	margin:0px;
	color:#D7D7D7;
}
.footer-links.footer-quick-links {
	margin: 65px 0px 0px;
}
.footer-links footer-quick-links ul li a {
	color:#D7D7D7;
	padding:0px 0px 5px 0px;
	margin:0px;
}
.footer-quick-links ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}
.footer-quick-links ul li {
	padding: 0px 0px 7px 0px;
}
.footer-quick-links ul li a {
	display: inline-block;
	font-size: 14px;
}
.footer-quick-links ul li a i {
	display: inline-block;
	color: #06B0F1;
	font-size: 11px;
	margin: -13px 9px 3px 0px;
}
.footer-quick-links ul li a span {
	color: #D7D7D7;
}
.footer-quick-links ul li a span:hover {
	color: #06B0F1;
}
.copyright {
	background:#000000;
	padding:20px 0px;
	text-align:center;
	margin:0px;
}
.copyright p {
	color:#999999;
	font-size:16px;
	padding:0px;
	margin:0px;
}
.copyright p a {
	color:#06B0F1;
}
.footer-social-icons {
	margin: 61px 0px;
}
.footer-social-icons li {
	padding:0px 0px 10px 0px;
	list-style-type:none;
}
.footer-social-icons li a {
	font-size: 14px;
	color: #D7D7D7;
	padding: 0px 0px 10px 0px;
}
.footer-social-icons li span {
	width: 31px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	background: #343434;
	display: inline-block;
	padding: 9px 0px;
	margin-right: 10px;
}
.footer-social-icons li a:hover {
	color:#06B0F1;
}
.footer-content-card {
	margin: 25px 0px 0px;
}
.footer-content-card p {
	color:#D7D7D7;
	font-size:16px;
}
.footer-content-card p a {
	color:#D7D7D7;
	font-size:16px;
}.subscribe-newsletter
	color: #06F;
}
.footer-content-card p span {
	color: #06F;
	font-size: 17px;
	margin-right: 10px;
}
/*================================================
ankita
=================================================*/

/* our community */
.our-community {
	padding: 45px 0px 0px 0px;
	margin: 0px;
    }
.community-text {
	text-align: center;
    }
.our-community h2 {
	color: #4C4D4F;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 50px;
	font-weight: 400;
	text-align: center;
    }
.our-community h2 span {
	font-weight: 600;
}
.our-community h2 span.red {
	color: #F15A22;
}
.our-community p {
	font-size: 14px;
	text-align: center;
	color: #666666;
	padding: 0px 100px;
	margin: 7px 0px;
}
/* search Box */
.search-box {
	width: fit-content;
	height: fit-content;
	position: relative;
}
.input-search {
	height: 45px;
	width: 50px;
	border-style: none;
	padding: 10px;
	font-size: 18px;
	letter-spacing: 2px;
	outline: none;
	border-radius: 25px;
	transition: all .5s ease-in-out;
	background-color: transparent;
    padding-right: 40px;
    color: #1a1a1a;
    position: absolute;
	right: 0;
}
 .input-search::placeholder {
 color:rgba(255,255,255,.5);
 font-size: 18px;
 letter-spacing: 2px;
 font-weight: 100;
}
.btn-search {
	position: relative;
	width: 50px;
	height: 50px;
	border-style: none;
	font-size: 20px;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	right: 0px;
	color: #ffffff;
	background-color: #06b0f1;
	pointer-events: painted;
	display: flex;
    justify-content: center;
    align-items: center;
}
.search-container {
    position: absolute;
    right: 0;
}
.search-container input{
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #b9b9b9;
    color: #5b5b5b;
}
 .btn-search:focus ~ .input-search {
 width: 300px;
 border-radius: 0;
 background-color: #0b0b0bcf;
 border-bottom: 1px solid rgb(161 161 161 / 55%);
 transition: all 500ms cubic-bezier(0, 0.80, 0.35, 0.9);
 color: #fff;
}
.input-search:focus {
	width: 300px;
	border-radius: 0px;
	background-color: transparent;
	border-bottom:1px solid rgba(255,255,255,.5);
	transition: all 500ms cubic-bezier(0, 0.80, 0.35, 0.9);
}
.account a {
	padding-right: 15px;
}
.a-box {
	margin:10px;
	border: 1px solid rgb(134, 134, 134);
}
.a-box button {
	border: none;
}
.our-community-row {
	padding: 30px 0px;
}
.our-community-row-left {
	position:relative;
}
.our-community-row-left-content {
	background-color: #f7f5ef;
	padding: 25px 0 25px 60px;
	position: absolute;
	bottom: 15px;
	left: 71px;
	width: 84%;
	min-height: 135px;
}
.our-community-row-left-content h4 {
	color: #333333;
	font-size: 30px;
	font-weight: 800;
}
.our-community-para p {
	margin:0;
	padding:0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.our-community-para p span {
	padding: 0 0 0 20px;
}
.our-community-para i, .our-community-para svg {
	color:#06B0F1;
}
.our-community-right {
	padding:25px 0;
}
.our-community-right-img, .our-community-right-image {
	position: relative;
	z-index: 99;
}
.our-community-right-img img {
	max-width: 150px;
	max-height: 105px;
}
.our-community-right-image {
	max-height: 105px;
}
.our-community-right-text {
	background: #f7f5ef;
	padding: 30px 15px;
	position: absolute;
	left: -80px;
	top: -24px;
	max-height: 150px;
	height: 150px;
}
.serviceinnerpage {
	top: -37px;
	max-height: 245px;
	height: 245px;
	padding-right: 60px;
}


.serviceinnerimage img {
	width: 300px;
	height: 150px;
	object-fit: cover;
}



.serviceinnerpage h3, .serviceinnerpage .our-community-para p {
	padding-left: 170px !important;
}
.our-community-right-text h3 {
	padding-left:125px;
	color: #333333;
	font-size:24px;
	font-weight: 700;
}
.our-community-right-text .our-community-para p {
	padding-left: 125px;
}
.our-community-right-text:hover h3 {
	color:#005E9E;
}
.serviceinnerpage h3 {
	margin-top: 55px;
}
/* subscribe form */
.subscribe-newsletter {
	background: linear-gradient(90deg, #00AEEF, #005E9E);
	padding: 30px;
	margin-top: 4%;
}
.subscribe-newsletter h2 {
	color:#fff;
	font-size: 30px;
}
.subscribe-newsletter p {
	color:rgb(245, 245, 245);
	font-size: 16px;
}
.subscribe-newsletter span {
	color:rgb(245, 245, 245);
	font-weight: 800;
}
.subscribe-form {
	position: relative;
	overflow: hidden;
}
.subscribe-form input {
	width: 100%;
	padding: 13px 28px;
	background: #fff;
	border: 1px solid #f1f1f1;
	color: #5b5b5b;
}
.subscribe-form button {
	position: absolute;
	right: 0;
	background: #FFC20E;
	padding: 16px 20px;
	border: 2px solid #FFC20E;
	top: 0;
}


/*================================================
Animation Area CSS
=================================================*/
@-webkit-keyframes top-bottom {
 0% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 50% {
 -webkit-transform: translateY(10px);
 transform: translateY(10px);
}
}
@keyframes top-bottom {
 0% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 50% {
 -webkit-transform: translateY(10px);
 transform: translateY(10px);
}
}
 @-webkit-keyframes half-spin {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
 -webkit-transform-origin: center;
 transform-origin: center;
}
 50% {
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
 -webkit-transform-origin: center;
 transform-origin: center;
}
}
 @keyframes half-spin {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
 -webkit-transform-origin: center;
 transform-origin: center;
}
 50% {
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
 -webkit-transform-origin: center;
 transform-origin: center;
}
}
 @-webkit-keyframes video-play {
 0% {
 width: 50%;
 height: 50%;
}
 100% {
 width: 100%;
 height: 100%;
}
}
 @keyframes video-play {
 0% {
 width: 50%;
 height: 50%;
}
 100% {
 width: 100%;
 height: 100%;
}
}
.stellarnav > ul > li > a {
	padding: 16px 13px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
.stellarnav > ul > li > a:hover {
	color:#06B0F1;
}
.stellarnav > ul > li > a.active {
	color:#06B0F1;
}
/*******************our-services-row1********************************************************/


.our-services-row1 {
	margin: 0px;
	padding: 45px 0px 0px 0px;
    }
.our-services-row1 .our-services-row-right {
	padding-left: 24px;
    }   
.our-services-row2 .our-services-row2-right{
      padding-left: 24px;
      }

.our-services-row-left {
	padding: 0px;
	margin: 0px;
}
.our-services-row-left h2 {
	color: #4C4D4F;
	font-size: 45px;
	font-weight: 400;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.our-services-row-left h2 span {
	font-weight: 800;
}
.our-services-row-left-read {
	color:#F15922;
}
.our-services-row-left h2 span.red {
	color: #FF6200;
}
.our-services-row-right img {
	position: relative;
	z-index: 9;
}
.our-services-row-right::before {
	content: '';
	position: absolute;
	width: 300px;
	height: 380px;
	right: -74px;
	bottom: -50px;
	border: 10px solid #F15A22;
	z-index: 9;
}
.our-supports h3 {
	font-size: 52px;
	color: #fff;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: 400;
}
.our-supports h3 span {
	color: #FFF;
	font-weight:600;
}
.support-box {
	background:#FFF;
	padding:0px;
	margin:0px;
}
.support-box-text h3 {
	color:#000;
	font-size:24px;
	padding:0px 0px 20px 0px;
	margin:0px;
	font-weight:600;
}
.support-box-text p {
	padding:0px 0px 5px 0px;
	margin:0px;
	line-height:20px;
	font-size:14px;
	color:#999999;
}
.support-box-text {
	padding: 30px 20px;
	text-align:left;
}
.support-box-text ol {
	margin: 10px 16px;
	padding: 0px;
	text-align: left;
}
.support-box-text ol li {
	padding:0px 0px 10px 0px;
	color:#999999;
}
.org-row {
	background:#F15922;
	padding:10px 0px;
	margin:0px;
	text-align:center;
	padding:8px 0px;
	margin:0px;
}
.org-row p {
	text-align:center;
	color:#fff;
	font-size:14px;
	padding:0px;
	margin:0px;
}
.sky-row {
	background:#06B0F1;
	padding:10px 0px;
	margin:0px;
	text-align:center;
	padding:8px 0px;
	margin:0px;
}
.sky-row p {
	text-align:center;
	color:#fff;
	font-size:14px;
	padding:0px;
	margin:0px;
}
.our-services-row2 {
	margin:0px;
	padding:40px 0px 0px 0px;
}

.our-services-row2-left img {
	position: relative;
	z-index: 9;
}
.our-services-row2-left::before {
	content: '';
	position: absolute;
	width: 300px;
    height: 100%;
    left: -33px;
    bottom: -33px;
	border: 8px solid #F15A22;
	z-index: 9;
}
.our-services-row2-right h2 {
	color: #4C4D4F;
    font-size: 45px;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}
.our-services-row2-right h2 span {
	font-weight: 800;
}
.our-services-row2-right h2 span.red {
	color: #FF6200;
}
.no-border {
	border-right:0px;
}
/*================================================
event-page
=================================================*/


.event-section-one {
	margin:0px;
}
.event-section-one .our-services-row-right::before {
	left: -74px;
}
.event-section-one h6 {
	font-size: 16px;
	color: var(--paragraphColor);
	margin: 40px 0px 0px;
	padding: 0px;
	line-height: 28px;
	font-weight: 400;
}
.our-supports-event {
	margin:50px 0px;
	padding:0px;
}
.our-supports-event-left {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.our-supports-event-left h2 {
	font-size: 40px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 25px 0px;
	font-weight: 400;
	text-align: left;
}
.our-supports-event-left h2 span {
	color:#06B0F1;
	font-weight:600;
}
.our-supports-event-left h2 span.red {
	color: #FF6200;
}
.our-supports-event-left p {
	color:#FFFFFF;
	font-size:17px;
	line-height:28px;
	padding:0px 0px 20px 0px;
	margin:0px;
	text-align:left;
}
/*================================================
event-page
=================================================*/



.our-teams-section {
	padding:25px 0px;
	margin:0px;
}
.our-teams-section-box {
	min-height: 687px;
	background: #fff;
	padding: 0px;
	margin: 30px 0px 0px 0px;
	border-radius: 12px;
}
.our-teams-section-box-img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #ccc;
	border: 1px solid #0076B5;
	float: left;
	overflow: hidden;
	margin: 24px;
    }
.our-teams-section-box-img img {
	border-radius:50%;
    width: 100%;
    object-fit: cover;
    height: 100%;
    }
    
.our-teams-section-box-text {
	text-align:left;
    }
.our-teams-section-box-text h3 {
	font-size: 17px;
	color: #0076B5;
	padding: 29px 0px 10px;
	margin: 0px 20px;
	font-weight: 600;
}
.our-teams-section-box-text p {
	font-size: 14px;
	color: #333333;
	line-height: 28px;
	padding: 0px 25px 25px;
	margin: 0px;
}
.our-teams-section-box-text h5 {
	text-align: center;
	background: linear-gradient(90deg, #00AEEF, #005E9E);
	color: #fff;
	padding: 10px;
	font-size: 16px;
}
/*================================================
work-with-us
=================================================*/

.work-with-us-row {
	padding: 100px 0px;
}
.work-with-us-row-inner {
	margin:0px 0px 85px 0px;
	padding:0px;
}
.work-with-us-row-inner-left {
	padding: 0px;
	margin: 0px 0px 0px 140px;
	background: #efeded;
	text-align: center;
	position: relative;
	z-index: 9;
}
.work-with-us-row-inner-left img {
	position: relative;
	z-index: 9;
}
.work-with-us-row-inner-left::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 100%;
    left: -37px;
    top: 30px;
    border: 8px solid #F15A22;
	z-index: 9;
}
.work-with-us-row-inner-right {
	padding:0px;
	margin:0px;
}
.work-with-us-row-inner-right h2 {
	color: #4C4D4F;
	font-size: 40px;
	font-weight: 400;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
.work-with-us-row-inner-right h2 span {
	font-weight: 800;
}
.work-with-us-row-inner-right h2 span.red {
	color: #FF6200;
}
.work-with-us-row-inner-right p {
	font-size:18px;
	padding:0px;
	margin:0px;
	line-height:28px;
	color:#333333;
}
/*================================================
open-positions-section
=================================================*/



.open-positions-section {
	padding:40px 0px;
}
.open-positions-section-box {
	background: #F7F5EF;
	border-left: 10px solid #06B0F1;
	padding: 20px 15px;
	margin: 0px 0px 30px 0px;
	text-align: left;
}
.open-positions-section-box h3 {
	font-size:20px;
	color:#0076B5;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.open-positions-section-box p {
	font-size:14px;
	color:#717171;
	padding:0px;
	margin:0px;
}
.open-positions-section-box p span {
	margin-right:8px;
}
.open-positions-section .more-info {
	margin:0px auto;
	display:block;
}
/*================================================
Blog Details area CSS
=================================================*/


.news-section {
	padding: 30px 0px;
}
/*.row.news-section-inner {
	padding: 0px 0px 0px 240px;
}*/
.blog-card {
	margin-top: 30px;
	background: #F7F5EF;
	margin-bottom: 40px;
}
.blog-card .blog-img {
	overflow: hidden;
}
.blog-card .blog-img img {
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.blog-card .blog-text-area {
	padding: 20px 20px 35px 20px;
}
.blog-card .blog-text-area .blog-date {
	margin-top: 10px;
}
.blog-card .blog-text-area .blog-date ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.blog-text-area ul li {
    margin-right: 15px;
    position: relative;
    color: var(--paragraphColor);
    font-size: var(--fontSize);
    font-family: 'Rubik', sans-serif;
    list-style: disc;
    margin-bottom: 5px;
}


.blog-card .blog-text-area .blog-date ul li {
	display: inline-block;
	margin-right: 15px;
	position: relative;
	color: var(--paragraphColor);
	font-size: 14px;
	font-family: var(--fontFamily2);
}
.blog-card .blog-text-area .blog-date ul li i {
	font-size: 14px;
	margin-right: 3px;
	color: #06B0F1;
}
.blog-card .blog-text-area .blog-date ul li::after {
	content: '';
	position: absolute;
	right: -12px;
	top: 0;
}
.blog-card .blog-text-area .blog-date ul li:last-child {
	margin-right: 0px;
}
.blog-card .blog-text-area .blog-date ul li:last-child::after {
	display: none;
}
.blog-card .blog-text-area h4 {
	font-size: var(--card-title-fontSize);
	line-height: 1.4;
	margin-top: 15px;
	margin-bottom: 0px;
}
.blog-card .blog-text-area blockquote {
   color:#808080;
}
.blog-card:hover .blog-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-text-area h2 {
	color: #4C4D4F;
	font-size: 50px;
	font-weight: 400;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.blog-text-area h2 span {
	font-weight: 800;
}
.blog-card .blog-readmore h4 {
	font-size: 16px;
	color: #005E9E;
	text-align: right;
	padding: 0px;
	margin: 10px 0px 0px;
}
.blog-card .blog-readmore h4 a {
	color: #005E9E;
}
.blog-card .blog-readmore h4 a:hover {
	color:#FF8900;
}
.blog-card .blog-readmore h4 span {
	color:#FF8900;
}
/*================================================
Details page Common Area CSS
=================================================*/
.sidebar-card {
	background-color: var(--whiteColor);
	border-radius: 0px;
	padding: 0px;
	border: 1px solid #707070;
}
.sidebar-card h3 {
	background: linear-gradient(90deg, #00AEEF, #005E9E);
	margin-bottom: 20px;
	font-size: 25px;
	padding: 10px 23px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.search-box .form-control {
	background-color: var(--whiteColor);
	color: var(--blackColor);
	border: 1px solid #eeeeee;
	padding: 10px;
}
.search-box .btn {
	color: var(--fix-whiteColor);
	background-color: var(--mainColor);
}
.categories ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.categories ul li {
	margin-top: 15px;
	font-size: 17px;
	color:#333333;
	font-weight: 500;
}
.categories ul li span {
	float: right;
}
.categories ul li i {
	margin-right: 5px;
	color: var(--mainColor);
}
.categories ul li .active {
	color: #06b0f1;
}
.recent-news, .sd-tag {
	margin-top: 30px;
}
.recent-news-card {
	margin-top: 20px;
	min-height: 90px;
	position: relative;
	padding-left: 105px;
}
.recent-news-card img {
	position: absolute;
	border-radius: 0px;
	left: 0;
}
.recent-news-card h5 {
	line-height: 1.4;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: var(--fontSize);
}
.recent-news-card p {
	font-size: 14px;
	margin-left: 15px;
	line-height: 22px;
}
.recent-read {
	color: #005E9E;
	font-size: 14px;
	font-weight: 500;
}
.recent-news-card h5 {
	line-height: 1.4;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 16px;
	margin-left: 15px;
}
.recent-news-card h5 span {
	font-size: 12px;
	color: #FF8900;
	margin: 0px 4px 0px;
}
.pagination {
	margin-top: 30px;
	text-align: left;
	display: inherit;
}
.pagination ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.pagination ul li {
	display: inline-block;
}
.pagination ul li a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	border: 1px solid var(--mainColor);
	margin: 0px 3px;
	font-size: 15px;
	font-family: var(--fontFamily);
}
.pagination ul li a:hover {
	color: var(--fix-whiteColor);
	background-color: var(--mainColor);
}
.pagination ul .active a {
	color: var(--fix-whiteColor);
	background-color: var(--mainColor);
}
.sidebar-card-inner {
	padding: 0px 20px 30px 20px;
}
/*================================================
peer-supports
=================================================*/


.our-services-row-left p span {
	color:#06B0F1;
}
.community-networks-section {
	background:#4C4D4F;
	padding:100px 0px;
	margin-top:80px;
}
.community-networks-section h3 {
	font-size:50px;
	color:#FFFFFF;
	padding:0px 0px 20px 0px;
	margin:0px;
	font-weight:400;
	text-align:center;
	width: 100%;
}
.community-networks-section h3 span {
	font-weight:800;
	color:#06B0F1;
}
.community-networks-section h5 {
	color:#F15922;
	font-size:30px;
	padding:0px;
	margin:0px;
	text-align:center;
	width: 100%;
}
.community-networks-section-row {
	margin:40px 0px;
	padding:0px;
}
.community-networks-section-row-left {
	text-align:left;
	padding-right: 30px;
}
.community-networks-section-row-left p {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.community-networks-section-row-right {
	padding:0px;
	margin:0px;
}
.community-networks-section-row-right h4 {
	color: #fff;
	font-size: 30px;
	margin: 85px 0px 0px;
	padding: 0px;
	line-height: 39px;
	text-align: left;
}
.intro-video {
	margin-top: 30px;
	position: relative;
	border: 10px solid var(--whiteColor);
	-webkit-box-shadow: var(--boxShadow);
	box-shadow: var(--boxShadow);
}
.intro-content {
	position: relative;
}
.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.play-button a {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid var(--mainColor);
	position: relative;
}
.play-button a i {
	width: 50%;
	height: 50%;
	border-radius: 50%;
	padding-left: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--whiteColor);
	background-color: var(--mainColor);
	position: relative;
	font-size: 30px;
}
.play-button a::before {
	content: '';
	width: 50%;
	height: 50%;
	border-radius: 50%;
	background-color: rgba(0, 100, 251, 0.5);
	border: 1px solid var(--mainColor);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: video-play 3s infinite linear;
	animation: video-play 3s infinite linear;
}
.health-section {
	background: linear-gradient(90deg, #4C4D4F 50%, #fff 50%);
	background-size: content;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 0;
	padding: 100px 0px;
}
.health-section-left {
	padding: 0px 30px 0px 0px;
	margin: 0px;
}
.health-section-left h2 {
	font-size: 50px;
	color: #FFFFFF;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-weight: 400;
	text-align: left;
	width: 100%;
}
.health-section-left h2 span {
	font-weight:800;
	color:#06B0F1;
}
.health-section-left h2 span.red {
	color: #FF6200;
}
.health-section-left p {
	color:#fff;
	padding:0px 0px 10px 0px;
	margin:0px;
	line-height:28px;
}
.health-section-right {
	padding:0px 0px 0px 30px;
	margin:0px;
}
.health-section-right h2 {
	font-size: 50px;
	color: #000;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-weight: 400;
	text-align: left;
	width: 100%;
}
.health-section-right h2 span {
	font-weight:800;
	color:#06B0F1;
}
.health-section-right h2 span.red {
	color: #FF6200;
}
.health-section-right p span {
	color:#FF6200;
}
/*================================================
Health Services
=================================================*/


.health-services-row {
	margin: 0px 0px 40px 0px;
}
.health-services-row h2 {
	color: #4C4D4F;
    font-size: 48px;
    font-weight: 800;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}
.health-services-row h2 span.red {
	color: #FF6200;
}
.health-services-row p {
	font-size:14px;
	line-height:28px;
}
.health-services-row p span.red {
	color:#F15922;
}
.our-services-row-left h6 {
	color:#F15922;
	font-size:22px;
	margin:20px 0px;
}
/*================================================
Funding Supports
=================================================*/




.funding-supports-two {
	background: #4C4D4F;
	padding:100px 0px;
	margin:0px;
}
.funding-supports-two .our-services-row-left {
	margin-left:100px;
	padding:0px;
}
.funding-supports-two .our-services-row-left h2 span {
	font-weight:800;
	color:#06B0F1;
}
.funding-supports-two .our-services-row-left h2 span.red {
	color: #FF6200;
}
.funding-supports-two .our-services-row-left p {
	color:#fff;
}
/*================================================
Home and Community.
=================================================*/



.home-communit-community {
	background:#404040;
	padding:100px 0px;
	margin:0px;
}
.home-communit-community h2 {
	font-weight:800;
	color:#06B0F1;
}
.home-communit-community h2 span.red {
	color: #FF6200;
}
.home-communit-community h5 {
	color:#F15922;
	padding:10px 0px 20px 0px;
	margin:0px;
}
.home-communit-community p {
	color:#fff;
}
.home-communit-community-form {
	margin: 35px 0px;
}
.home-communit-community-form .form-control {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}
.home-communit-community-form-butn {
	background: #06B0F1;
	color: #fff;
	padding: 8px 78px;
	text-align: center;
	border:0px solid;
}
.home-communit-community-inner {
	margin: 0px 0px 25px 0px;
}
.home-communit-community-inner-left img {
	width:100%;
	height:150px;
	display:block;
	margin:0px auto;
	text-align:center;
}
.home-communit-community-inner-right h2 {
	color:#fff;
	font-size:22px;
	font-weight:600;
	padding:0px;
	margin:0px;
}
.home-communit-community-inner-right h5 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
.home-communit-community-inner-right p {
	color:#fff;
	padding:0px 0px 10px 0px;
	margin:0px;
	line-height:28px;
}
.home-communit-community-inner-right a {
	color:#F15922;
	font-size:20px;
}
.home-communit-community-inner-right a:hover {
	color:#06B0F1;
}
.home-communit-community-white {
	background:#fff;
	padding:81px 0px 0px 0px;
	margin:0px;
}
.home-communit-community-white h2 {
	font-weight: 800;
	color: #06B0F1;
}
.home-communit-community-white h2 span.red {
	color: #FF6200;
}
.home-communit-community-white p {
	color: #4C4D4F;
}
.home-communit-community-white .home-communit-community-form .form-control {
	border: 1px solid #4C4D4F;
	background: transparent;
	color: #4C4D4F;
}
.home-communit-community-white .home-communit-community-inner-right h2 {
	color:#4C4D4F;
	font-size:22px;
	font-weight:600;
	padding:0px;
	margin:0px;
}
.home-communit-community-white .home-communit-community-inner-right h5 {
	font-size: 20px;
	font-weight: 500;
	color: #4C4D4F;
	padding: 10px 0px;
	margin: 0px;
}
.home-communit-community-white .home-communit-community-inner-right p {
	color:#4C4D4F;
	padding:0px 0px 10px 0px;
	margin:0px;
	line-height:28px;
}
.home-communit-community-white .home-communit-community-inner-right a {
	color:#F15922;
	font-size:20px;
}
.home-communit-community-white .home-communit-community-inner-right a:hover {
	color:#06B0F1;
}

.home-communit-community-inner-pagination {
	float: right;
	margin: 0px;
	padding: 0px;
}

.home-communit-community-inner-pagination ul { float:left; }


.home-communit-community-inner-pagination ul li {
	float: left;
	list-style-type: none;
	background: #F3F3F3;
	text-align: center;
	font-size: 18px;
	padding: 5px 13px;
	margin: 0px 5px 0px 0px;
	color: #F15922;
}

.home-communit-community-inner-pagination ul li a { margin:0px; padding:0px; }
.home-communit-community-inner-pagination ul li:hover { background:#F15922; color:#fff; cursor:pointer; }





.contact-section-1 {
	background: #fff;
	padding: 40px 0px;
	margin: 0px;
}
.contact-section-1-location h2 {
}
.contact-section-1-inner h2 {
	color:#06B0F1;
	font-size:36px;
	font-weight:600;
	font-family: 'Poppins', sans-serif;
}
.contact-section-1-inner h2 span {
	float: left;
	padding: 0px;
	margin: 10px 30px 10px 0px;
}
.contact-section-1-inner p {
	color:#4C4D4F;
	font-size:36px;
	margin:0px;
	padding:0px;
}
.contact-section-1-location h2 {
	color: #4C4D4F;
	font-size: 40px;
	font-weight: 400;
	padding: 0px 0px 40px 0px;
	margin: 0px;
}
.contact-section-1-location h2 span {
	font-weight:800;
}
.contact-section-1-location h2 span.red {
	color: #FF6200;
}
.contact-section-1-inner {
	margin: 0px 0px 20px 0px;
}
.contact-section-1-inner h4 {
	color: #06B0F1;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	font-size: 20px;;
}
.contact-section-1-inner h4 span {
	margin: 0px 15px 0px 0px;
	height: 25px;
	width: 25px;
	float: left;
}
.contact-section-1-inner p {
	color: #4C4D4F;
	font-size: 16px;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}
.contact-section-2 {
	margin:0px 0px 40px 0px;
	padding:0px;
}
.contact-section-2 h2 {
	color: #4C4D4F;
	font-size: 40px;
	font-weight: 400;
	padding: 20px 0px 20px 0px;
	margin: 0px;
}
.contact-section-2 h2 span {
	font-weight:800;
}
.with-errors {
	color: red;
}
.contact-section-2 .capture-code {
	margin-top:130px;
}
.last-name-row {
	margin-top:78px;
}
.contact-section-2 label {
	font-size: 22px;
	color: #4C4D4F;
	font-weight: 600;
	margin: 20px 0px;
}
.custom-file-label {
	font-size:12px;
}
.custom-file-label {
	font-size: 14px !important;
}

.custom-control-label {
	font-size: 15px !important;
	font-weight: 400 !important;
}


.wpcf7-list-item {
	display: inline-block;
	margin: 15px 20px;
	width: 19%;
}



.wpcf7-list-item-label {
	font-size: 14px;
	font-weight: 400;
	margin-right: 35px;
}


 

 .nav-next {
	display:none;
} 



/********************18-10-22*******************************************************/




.services-format-row {
    padding: 0px;
    margin: 0px;
}
.services-format-row ul {
    padding:0px;
    margin:0px;
}
.services-format-row-box {
    list-style-type: none;
    background: #f2f2f2;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 30px 30px;
    text-align: center;
    min-height: 585px;
}
.services-format-row-box h6 {
    color: #06b0f1;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}
.services-format-row-box p {
    font-size:14px;
    line-height: 24px;
    min-height: 195px;
}
.blog-img img {
    width: 100%;
}
.news-section-detalis .blog-text-area h2 {
    color: #4C4D4F;
    font-size: 36px;
    font-weight: 400;
    padding: 0px 0px 25px 0px;
    margin: 0px;
    line-height: 50px;
}
.news-section-detalis .last-name-row {
    margin-top: 30px;
}
.news-section-detalis h3 {
    padding-bottom: 20px;
    color: #0064fb;
}
.news-section-detalis .capture-code {
    margin-top: 73px;
}
.board-committee-reports-row {
    width: 100%;
    margin: 100px 0px 0px;
}
.board-committee-reports-row h2 {
    font-size: 40px;
    text-align: center;
    padding: 0px 0px 50px 0px;
    margin: 0px;
}
.board-committee-reports-box {
    background: #F5F4F2;
    padding: 30px 20px;
    margin: 0px;
    text-align: center;
    border-radius: 10px;
}
.board-committee-reports-box h3 {
    font-size:30px;
    padding:0px;
    margin:0px;
    color:#000;
}
.board-committee-reports-box h4 {
    font-size:22px;
    color:#06B0F1;
}
.hightlight-row {
    background:#4C4D4F;
    padding:40px 0px;
    text-align:center;
}
.hightlight-row h2 {
    font-size:40px;
    color:#fff;
    margin:0px;
    padding:0px 0px 20px 0px;
}
.hightlight-row p {
    font-size:14px;
    color:#fff;
    line-height:28px;
    margin:0px;
    padding:0px 100px;
}
.patner-row {
    background:#F7F5EF;
    padding:40px 0px;
    margin:0px;
}
.patner-row h2 {
    font-size:40px;
    text-align:center;
    padding:0px 0px 40px 0px;
    margin:0px;
}
.patner-row-inner h5 {
    color: #0064fb;
    font-size: 30px;
    padding: 0px 0px 20px 0px;
    font-weight: 600;
}
.patner-row-inner {
    padding:10px 0px;
    margin:0px;
}
.patner-row-inner ul {
    padding:0px;
    margin:0px 0px 40px 0px;
}
.patner-row-inner ul li {
    list-style-type:none;
    display:block;
    font-size:16px;
    padding:0px 0px 10px 0px;
    margin:0px;
    color:#000;
}
.patner-row-inner ul li span {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 16px;
    color: #005f9f;
}
.injury .our-services-row-right::before {
    border:none;
}
.injury .our-services-row-right h4 {
    font-size: 24px;
    margin: 20px 0px;
    color: #06b0f1;
    line-height: 30px;
}
.injury .our-services-row2-left::before {
    border:none;
}
.injury .our-services-row2-left h4 {
    font-size: 24px;
    margin: 20px 0px;
    color: #06b0f1;
    line-height: 30px;
}
.our-services-row2-right ul {
    padding:20px 0px 0px 0px;
    margin:0px;
}
.our-services-row2-right ul li {
    color: var(--paragraphColor);
    font-size: var(--fontSize);
    list-style-type:none;
    padding:0px 0px 15px 0px;
}
.our-services-row2-right ul li span {
    font-size:16px;
    color: #06b0f1;
    padding-right:10px;
}
.our-services-row-left ul {
    padding:20px 0px 0px 0px;
    margin:0px;
}
.our-services-row-left ul li {
    color: var(--paragraphColor);
    font-size: var(--fontSize);
    list-style-type:none;
    padding:0px 0px 15px 0px;
}
.our-services-row-left ul li span {
    font-size:16px;
    color: #06b0f1;
    padding-right:10px;
}
.injury .our-services-row2 {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
.page-id-13 .banner-left-inner{
	display:none;
}
.page-id-29 .banner-left-inner{
	display:none;
}
.page-id-25 .banner-left-inner{
	display:none;
}
.page-id-33 .banner-left-inner{
	display:none;
}
.page-id-23 .banner-left-inner{
	display:none;
}
.page-id-27 .banner-left-inner{
	display:none;
}
.page-id-31 .banner-left-inner{
	display:none;
}
.page-id-2341 .banner-left-inner{
	display:none;
}

.tag-8 .banner-left-inner{
	display:none;
}
.serviceinner {
	margin-bottom: 20px;
}
.ScrollStyle {
	max-height: 150px;
    overflow-y: scroll;
}
.spk-info {
	background: #e7e7e7;
    margin-bottom: 30px;
    padding: 30px 30px;
    text-align: left;
    min-height: 270px;
}
.spk-info-title h3, .spk-info h4 {
	color: #06b0f1;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}
.spk-info li {
	list-style: none;
}
.spk-info.ScrollStyle ul {
	padding: 0 !important;
}

.spk-info.ScrollStyle ul li {
	padding: 5px 0px 0px 0px !important;
}
.spk-info.ScrollStyle ul li i {
	margin-right:5px;position: absolute;left: 0 !important;top:5px !important;;
}

a.disbtn {
	color: #fff;
    background: #06B0F1;
    border-radius: 28px;
    border: none;
    margin: 20px 0px 10px;
}
.spk-info .fa {
	margin-right: 5px;
}
.about-inner-left ul li {
	list-style: none;
}
.about-inner-left ul li .fa {
    margin-right: 5px;
    color: #f15a22;
    background: #f15a22;
    border-radius: 50%;
    font-size: 11px;
    margin-top: 2px;
}

.homelistsec {	
	padding: 0px;
}

.homelistsec ul {
	padding: 0px;
	margin: 0px;
}

.homelistsec ul li {
    padding: 0px 0px 16px 25px;
    position: relative;
}

.homelistsec ul li i{
	position: absolute;
    left: 0;
	top:4px;
}

.homelistsec ul li span {
	color: #0064fb;
    font-size: 18px;
    padding-top: 3px;
    position: absolute;
    left: 0;
}


.services-format-row .services-format-row-box {
	margin: 40px 0px;
	min-height: 300px;
	padding: 20px 20px;
}

.services-format-row .services-format-row-box h6 {
	color: #06b0f1;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.about-list .about-list-inner {
	margin-bottom: 35px;
}


.default-button.more-info.center-butn {
	margin: 0px auto;
	text-align: center;
	display: block;
}

.center-butn {
	margin: 0px auto;
}


.home-testimonial-slider-area .testimonial-card {
	margin-bottom: 20px;
}


.home-testimonial-slider-area .testimonial-text {
	min-height: 170px;
	box-shadow: rgb(0 0 0 / 13%) 2px 4px 9px 0px;
    background: #fff;
}


.home-testimonial-slider-area .testimonial-header {
	height: 250px;
}

.home-testimonial-slider-area .testimonial-header img   {
	height: 250px; object-fit: cover;
}
.our-services-row2-left {
	width: 100%;
	height: 350px;
}

.our-services-row2-left img { 	width: 100%;
	height: 350px; object-fit: cover; }
.center-textt {
	text-align: center;
	font-size: 16px;
}


.page-id-25 .home-communit-community {
	background: #404040;
	padding: 100px 0px;
	margin: 60px 0px 0px;
}

.normal {
    font-size: 17px;
    color: #343434;
    font-weight: 400;
}
.our-community-row-left {
	width: 100%;
	height: 300px;
	position: relative;
}

.our-community-row-left.wow.animate.fadeInLeft img {
	height: 345px;
	width: 100%;
	object-fit: cover;
}

.singel-blog-sec {
	width: 100%;
	margin: 60px 180px 40px;
	display: block;
	height: auto;
}

.singel-blog-sec .our-community-right-text.serviceinnerpage {
	width: 100%;
}


.singel-blog-sec .serviceinnerpage {
	top: -19px;
	max-height: 200px;
	height: 200px;
	padding-right: 60px;
}

.singel-blog-sec .serviceinnerpage h3 {
	margin-top: 20px;
}

.singel-blog-sec .serviceinnerimage img {
	width: 300px;
	height: 150px;
	object-fit: cover;
	border-radius: 5px;
}


.our-services-row-right {
	position: relative;
}

.our-services-row-right::before {
	content: '';
    position: absolute;
    width: 300px;
    height: 100%;
    right: -37px;
    top: 30px;
    border: 8px solid #F15A22;
	z-index: 9;
}

.our-services-row-right img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}


.our-services-row2-left {
	position: relative;
}

.our-services-row2-left img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.our-services-row2-left::before {
	content: '';
	position: absolute;
	width: 300px;
    height: 100%;
    left: -33px;
    bottom: -33px;
	border: 8px solid #F15A22;
	z-index: 9;
}

.banner-right img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.archive_section {
	padding: 80px 0px;
}

.speakers {
	margin: 0px 0px 50px 0px;
}


.spk-info-btn a.disbtn {
	color: #fff;
	background: #06B0F1;
	border-radius: 28px;
	border: none;
	margin: 0px;
}

.our-services-row-left h3 { color: #06B0F1;
font-size: 28px;
padding: 0px;
margin: 0px 0px 10px 0px;
font-weight: 500; }



.page-id-13 .services-format-row .services-format-row-box { min-height: 480px;}

.page-id-13 .services-format-row-box img {
	border-radius: 8px;
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin-bottom: 10px;
}

.page-id-13 .services-format-row .services-format-row-box h6 {
	color: #06b0f1;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
}

/* nav bar */
.main-nav.scroll {
    background-color: #f9f9f9;
    transition: background-color .5s ease 0s;
    top: 0;
	position: sticky;    
/*     z-index: 999; */
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
#wpmagazine-modules-lite-post-carousel-block-f9d91467-5683-45e6-b84a-bde7d76dba12, #wpmagazine-modules-lite-category-collection-block-c81146fb-419c-4157-9789-1addfb16b0b9 {
	display: block;
}

#wpmagazine-modules-lite-post-block--block-8693c96a-83f3-4a61-94bb-cfdfc7f4469c .cvmm-post-thumb a img {
    height: 260px;
}



.page-id-13 p:last-child{
	    /*margin-bottom: 15px;*/
}

.page-id-13 .our-services-row2-right p a{
	padding:0 10px;
}

.page-id-6 .our-events {
	padding: 45px 0px;}

.testimonial-slider-area-2  .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

.testimonial-slider-area-2   .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}
.testimonial-slider-area-2   .owl-prev i,.testimonial-slider-area-2    .owl-next i {transform : scale(2); color: #fff;}

.testimonial-slider-area-2 .testimonial-text2 h2 a{
	color:#fff;
}
.our-events-row-left2 {
    position: relative;
}

.our-events-row-left {
    position: relative;
}

.about-inner-right::before {
	content: '';
	position: absolute;
	width: 478px;
	height: 100%;
	right: -52px;
	top: 30px;
	border: 8px solid #F15A22;
}


.inform-boxno {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #ffffff;
    margin: 0px;
    background: linear-gradient(90deg, #00AEEF, #005E9E);
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;}

.inform-box {
    padding: 8px 0;
    border: 1px solid #eeeeee82;
    margin: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inform-boxcon {
    padding: 0 20px;
}

.inform-boxcon p {
  font-size: 17px;
  color: #343434;
  font-weight: 400;
  }

.our-services-row2.sectiontwo {
	padding:0;
}

.our-services-row2-right p a.btn.home-disbtn{
    color: #fff;
    background: #06B0F1;
    border-radius: 28px;
    border: none;
    margin: 0;
    font-size: 13px;
    padding: 6px 12px;
    border: 1px solid #06b0f1;
    }

.page-id-19 .work-with-us-row{
	padding:40px 0px 0px 0px;
}

.page-id-29 .our-community-row-left-content a h3{
	    font-size: 20px;
}




/*================================================
   Updated CSS 02/12/2022
=================================================*/

.reports-text{
    margin: 0px 0px 12px 0px;
    padding: 2px 11px 8px 11px;
    font-size: 12px;
    border: 1px solid #e6e4e4;
    background: #f9f9f9d6;
    border-radius: 4px;
    }
.reports-text p {
  margin-bottom: 0px;
  }
.reports-text h6 {
  color: var(--paragraphColor);
  font-size: var(--fontSize);
  margin: 3px 0px;
  line-height: 1.8;
  font-family: 'Rubik', sans-serif;
  width: 100%;
 }

.cvmm-ticker-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    background: #eeeeee;
}
.fa-chevron-left {line-height: 2.3;}
.fa-chevron-right {line-height: 2.3;}



.stellarnav.mobile.right > ul{
	    z-index: 9;
}

.cvmm-post-wrapper .cvmm-post-thumb {
	margin: 8px;
}
.cvmm-post-carousel-wrapper .cvmm-post-title a{
	
	font-size: 13px;
    padding: 10px;
}

        .entry-readmore.archive-entry-readmore.mt-clearfix a.mt-button{
            background: #06B0F1;
    border-radius: 22px;
    border: none;
    color: #fff;
    padding: 10px 35px;
    font-size: 17px;
			margin:10px 0;
        }

.entry-content.archive-entry-summary.mt-clearfix p{
	min-height: 110px;
}

.entry-readmore.archive-entry-readmore.mt-clearfix {
    min-height: 60px;
    }
    
 /*================================================
   Updated Css 23/12/22
=================================================*/  

.entry-header h2{
     font-size: 22px;
 }
.nav-previous a {
	 padding: 10px;
	 border: 1px solid #3498DB;
	 background: #3498DB !important;
	 color: #ffffff;
	 font-weight: 500;
	 text-align: center;
	border-radius:7px
}
.nav-previous  {
	text-align:center;
}
.blog-cont-box {
    padding: 20px 0;
}
.blog-cont-box .entry-content.archive-entry-summary.mt-clearfix {
    margin: 0 0 20px;
}

p.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
}

input#wp-comment-cookies-consent {
    margin: 6px 9px 0 0;
}

.comment-respond h3{
	padding:18px  0 0;
}

.aone-box{
	border: 1px solid rgb(134, 134, 134);
}

.aone-box button{
	border:none;
}

.closebtn{
	float:right;
}

.cvmm-post-thumb {
    height: 200px;
    overflow: hidden;
    background: #e1d5c2;
    }
.cvmm-post-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    }
.spk-img {
	 height: 390px;
    overflow: hidden;
    background: #ffffff;
	text-align:center;
}
.jk{margin-top:-24px;border:1px solid #06b0f1;overflow:hidden;width:100%}

/* 11-04-2023 changes */
.oveone .imageone img{
	position: relative;
    z-index: 9;
    border: 13px solid #fff;
}
.divrel .imgtwo img{
	position: absolute;
    top: 14%;
    width: 91%;
}

.row-mange-one 
{  
	  margin-top: 350px;
}


 .imageone1 img{
	    position: relative;
    z-index: 9;
    border: 13px solid #fff;
}
 .imgtwo1 img{
	position: absolute;
    top: 74%;
    left: 41%;
    width: 54%;
}


.section-borderd {
	background-color: #faf5e7;
    flex-basis: 60%;
    z-index: 9;
    border: 10px solid #fff;
    position: relative;
    top: -128px;
    padding: 8px;
}

.ifdata{
position:relative}

.ifdata::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    right: 0;
    top: 0;
    background: white;
}

.live_events{
    margin: 0px 0px;
    padding: 0px 0px;
    width: 100%;
    border: #cccccc 1px solid;
    }
.live_eventsimg{
    margin: 0px 0px;
    padding: 0px 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
    }
.live_eventsimg img{
    width: 100%;
    object-fit: cover;
    }
    
  .live_events-text{
    margin: 0px 0px;
    padding: 20px 15px;
    width: 100%;
    min-height: 164px;
    }  
    
.live_events-text h2 {
    color: #1A1A1C;
    font-size: 19px;
    padding: 0px 0px;
    margin: 0px 0px 21px 0px;
    text-align: left;
    font-weight: 500;
    }
    
  .live_events-text p {
    padding: 0px 0px;
    margin: 0px 0px;
    font-size: 14px;
    text-align: left;
    color: #3e3c3c;
    font-weight: normal;
    }
    
.date-stamp2 {
    width: 48px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #d3dbe0;
    color: #349def;
    text-align: center;
    position: absolute;
    left: 17px;
    top: 17px
  }
.date-stamp2 .month {
  font-size: 12px;
  line-height: 1.16666667em;
  margin-top: 4px;
  }
.date-stamp2 .date {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 4px;
  }
.date-stamp2 .year {
	background-color: #e9f8ff;
	color: #000;
	font-size: 12px;
	line-height: 1.16666667em;
	padding: 4px;
	border-radius: 0 0 3px 3px;
	border-top: 1px solid #eee;
}

.bs-main-menu .bs-container {
	display:none !important;
}

figcaption.wp-element-caption {
text-align:center;
}
.blog-card .blog-text-area p a {
color:#06B0F1;
font-weight: 600 !important;
}


.about-inner-left-redbar::before {
    position: absolute;
	width: 300px;
    height: 100%;
    left: -33px;
    bottom: -33px;
	border: 8px solid #F15A22;
}

.page-id-2219 .inner-gap {
    padding: 15px 85px;
}
.ipgs-theme-light .ipgs-control .ipages-icon.ipages-icon-download {
    
    background-image: url(https://www.aqa.org.au/wp-content/uploads/2023/09/download-minimalistic-svgrepo-com-4.svg)!important;
}

