/*
Theme Name:    Amplify Child
Theme URI: http://blesswebdesigns.com/
Description: This theme has been developed by Bless Web Designs. Please contact us at support@blesswebdesigns.com for any support.
Author: Bless
Author URI: http://blesswebdesigns.com/
Version: 2.0
Template:      amplify
License: GNU General Public License
License URI: license.txt
Tags: web design, houston website design, dallas web design, website design
------------------------------------------------------------------"*/
body, html {
	font-size: 18px;
	color: #000;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	padding: 0;
	margin: 0;
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #000;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
}
a, button, input, select, div, h1, h2, h3, h4, h5, h6 {
	outline: none;
}
p {
	margin: 0 0 20px;
}
p:last-child {
	margin: 0;
}
img{
	max-width:100%;
}
strong {
	font-weight: 600;
}
#page.site {
	overflow-x: hidden;
}
.site-min-height {
	min-height: calc(100vh - 270px);
}
h1 {
	font-size: 42px;
	color: #000;
	margin: 0 0 20px;
	line-height: 1.2;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
h2 {
	font-size: 36px;
	color: #637FDA;
	margin: 0 0 20px;
	line-height: 1.1;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
	color: #000;
	margin: 0 0 20px;
	line-height: 1.1;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
h4 {
	font-size: 20px;
	color: #000;
	margin: 0 0 20px;
	line-height: 1.2;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
h5 {
	font-size: 18px;
	color: #000;
	margin: 0 0 10px;
	line-height: 1;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
h6 {
	font-size: 16px;
	color: #000;
	margin: 0 0 10px;
	line-height: 1.2;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.wpb_wrapper ul, .wpb_wrapper ol {
	padding-bottom: 20px;
	padding-left: 17px;
	margin-bottom: 0;
}
.wpb_wrapper ul:last-child, .wpb_wrapper ol:last-child {
	padding-bottom: 0;
}
.wpb_wrapper ul li, .wpb_wrapper ol li {
	padding-bottom: 15px;
}
.wpb_wrapper ul li:last-child, .wpb_wrapper ol li:last-child {
	padding-bottom: 0;
}
.small-ul li {
	padding-bottom: 10px!important;
}
.small-ul li:last-child {
	padding-bottom: 0!important;
}
.wpb_wrapper ul li ul, .wpb_wrapper ol li ol {
	padding-top: 15px;
}
.text-align-c {
	text-align: center!important;
}
.text-align-l {
	text-align: left;
}
.text-align-r {
	text-align: right;
}
.white, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
	color: #fff!important;
}
.text-t-u {
	text-transform: uppercase;
}
.text-t-none {
	text-transform: none;
}
.text-t-c-h1 h1 {
	text-transform: capitalize;
}
.main-container {
	overflow-x: hidden;
}
.max > .wpb_wrapper {
	max-width: 860px;
	margin: auto;
}
.max850 > .wpb_wrapper {
	max-width: 950px;
	margin: auto;
}
.navbar-brand {
	padding: 0;
	margin: 0;
}
.site-header {
	position: relative;
	z-index: 999;
}
.navbar .navbar-brand img {
	height: 70px;
	-webkit-transition: width 1s, height 1s;
	transition: width 1s, height 1s;
	-moz-transition: width 1s, height 1s;
	-ms-transition: width 1s, height 1s;
	-o-transition: width 1s, height 1s;
}
.hc-offcanvas-nav h2 a img {
	width: 170px;
}
.navbar-block .navbar.sticky .navbar-brand img {
	height: 60px;
}
.navbar-block {
	height: 130px;
	padding: 15px 0;
	width: 100%;
	z-index: 999;
	font-weight: 600;
}
.navbar-block.light{
	position:fixed;
	left:0;
	top:0;
	width:100%;
}
.navbar {
	padding: 15px 0;
	-webkit-transition: width 1s, height 1s;
	transition: width 1s, height 1s;
	-moz-transition: width 1s, height 1s;
	-ms-transition: width 1s, height 1s;
	-o-transition: width 1s, height 1s;
	height: 100px;
}
.navbar-block .navbar.sticky {
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	height: 90px;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.navbar-block .navbar.sticky .navbar-box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.navbar .navbar-nav > li {
	padding: 0px;
	position:relative;
}
.navbar .navbar-nav > li:last-child {
	padding-right: 0;
}
.navbar .navbar-nav > li > a {
	color: #000;
	padding: 12px 15px;
	position: relative;
	font-size: 16px;
	display: inline-block;
}
.light .navbar .navbar-nav > li > a {
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
.navbar.sticky .navbar-nav > li > a {
	padding-top:18px;
	padding-bottom:18px;
}
.light .navbar.sticky .navbar-nav > li > a {
	color: #000;
	text-shadow: none;
}
.navbar .navbar-nav > li:last-child > a {
	padding-right: 0;
}
.navbar .navbar-nav > li:hover > a, .navbar .navbar-nav > li.active > a {
	color: #637FDA;
}
.light .navbar .navbar-nav > li:hover > a, 
.light .navbar .navbar-nav > li.active > a {
	color: #CAD9F6;
}
.light .navbar.sticky .navbar-nav > li:hover > a, 
.light .navbar.sticky .navbar-nav > li.active > a {
	color: #637FDA;
}
.navbar-brand {
	position: relative;
	display: flex;
}
.navbar-brand .light {
	opacity: 0;
}
.navbar-brand .dark {
	position: absolute;
	left: 0;
	top: 0;
}
.light .navbar-brand .light, .sticky .navbar-brand .light {
	opacity: 1;
}
.light .navbar-brand .dark, .sticky .navbar-brand .dark {
	opacity: 0;
}
.navbar.sticky .new-patients-block {
	display: none;
}
.blog_list {
	list-style: none outside none;
	padding: 0;
	margin: 0 -10px 20px;
}
.blog_list .col-md-4 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
}
.blog_list .readmore {
	display: inline-block;
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
}
.blog-thumb {
	padding-bottom: 80%;
	position: relative;
	transition: transform 0.3s ease 0s;
	-moz-transition: transform 0.3s ease 0s;
	-ms-transition: transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	-webkit-transition: transform 0.3s ease 0s;
}
.blog_list .blog-content-box:hover .blog-thumb {
	transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	-webkit-transform: scale(1.04);
}
.blog_list .blog-content h2 {
	font-weight: normal!important;
	margin-bottom: 10px;
	text-transform: none;
}
.blog_list .blog-content h2 a {
	color: #023769
}
.blog_list .blog-content {
	font-size: 15px;
	line-height: 22px;
	padding: 20px 0 0;
}
.blog_list .blog-content .post-meta {
	margin: 0 0 10px;
	color: #9c9c9c;
}
.blog_list .blog-content .post-meta svg {
	margin-right: 5px;
}
.blog_list .blog-thumb-hover {
	overflow: hidden;
}
.blog_list .blog-content-box:hover h3 a {
	color: #000
}
.blog_list .blog-thumb a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}
.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}
 @media (min-width: 768px) {
.container {
	max-width: 100%;
}
.col-md-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.col-md-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-md-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-md-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.col-md-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.col-md-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-md-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.col-md-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.col-md-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-md-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.col-md-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.col-md-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
}
 @media (min-width: 1200px) {
.container {
	max-width: 1170px;
}
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.navbar > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.navbar .navbar-nav > li > .sub-menu {
	background: none;
	margin: 0;
	border: none;
	padding:0;
	color: #fff;
	border-radius: 0;
	left: 15px;
	margin: 0;
	font-size: 14px;
	top: 100%;
	min-width: 220px;
	list-style:none outside none;
	display:none;
}
.navbar.sticky .navbar-nav > li > .sub-menu {
	padding-top: 15px;
}
.navbar .navbar-nav > li .sub-menu {
	font-size: 14px;
}
.navbar .navbar-nav > li .sub-menu li:last-child {
	border-bottom: none;
}
.navbar .navbar-nav > li .sub-menu li {
	margin-top: 0px;
	border-bottom: solid 1px #4e6ac3;
}
.navbar .navbar-nav > li .sub-menu li a {
	color: #fff;
	background: #637FDA;
	padding: 10px 15px;
	display:inline-block;
	width:100%;
}
.navbar .navbar-nav > li .sub-menu .sub-menu {
	padding: 0;
	top: 0;
	left: 100%;
	margin: 0;
	border: none;
	background: none;
}
 @media (min-width: 768px) {
.navbar-expand-md .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.navbar .navbar-nav > li .sub-menu .sub-menu {
	position: absolute;
}
.navbar .navbar-nav > li .sub-menu li:hover > .sub-menu,
.navbar .navbar-nav > li:hover .sub-menu {
	display: block;
}
.navbar .navbar-nav > li > .sub-menu {
	position: absolute;
}
.navbar .navbar-nav > li .sub-menu li:hover a {
	background: #4e6ac3;
}
.navbar .navbar-nav > li:hover > .sub-menu {
	display: block;
}
}
.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-block {
	background: #27284D;
	font-size:16px;
}
#inner-footer {
	padding: 80px 0 45px;
	color: #fff;
}
#inner-footer a {
	color: #fff;
}
#inner-footer .widget {
	margin-bottom: 35px;
}
#inner-footer .widgettitle {
	color: #B1C5E5;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
#inner-footer p:last-child {
	margin-bottom: 0;
}
#inner-footer .menu {
	padding: 0;
	margin: 0;
	list-style: none outside none;
}
#inner-footer .menu li {
	position: relative;
	margin-bottom: 6px;
}
#inner-footer .menu li:last-child {
	margin-bottom: 0;
}
#wrapper-footer {
	color: #fff;
	padding: 0 0 20px;
}
#wrapper-footer .copyright-text {
	display: inline-block;
	width: 100%;
}
.menu-footer-links-container .menu {
	list-style: none outside none;
	padding: 0;
	margin: 0 -14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.menu-footer-links-container .menu li {
	position: relative;
	padding: 0 14px;
	line-height: 1;
}
.menu-footer-links-container .menu li a {
	color: #fff;
	display: inline-block;
	overflow: hidden;
}
.menu-footer-links-container ul li:after {
	display: block;
	content: "";
	height: 16px;
	width: 1px;
	position: absolute;
	right: 0;
	top: 1px;
	background: #fff;
}
.menu-footer-links-container ul li:last-child:after {
	display: none;
}
#inner-footer .menu li a, .footer-address li a, .phone-number-block a, .donate-today-btn .text-flip {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
#inner-footer .menu li a .menu-textduplicating, .menu-footer-links-container .menu li .menu-textduplicating, .footer-address li .menu-textduplicating, .phone-number-block a .menu-textduplicating, .donate-today-btn a .menu-textduplicating {
	transition: transform .4s cubic-bezier(.215, .61, .355, 1);
	position: relative;
}
#inner-footer .menu li a:hover .menu-textduplicating, .menu-footer-links-container .menu li a:hover .menu-textduplicating, .footer-address li a:hover .menu-textduplicating, .phone-number-block a:hover .menu-textduplicating, .donate-today-btn a:hover .menu-textduplicating {
	transform: translateY(-150%);
}
#inner-footer .menu li a span:last-child, .menu-footer-links-container .menu li .menu-textduplicating span:last-child, .footer-address li .menu-textduplicating span:last-child, .phone-number-block a .menu-textduplicating span:last-child, .donate-today-btn a .menu-textduplicating span:last-child {
	position: absolute;
	inset: 0%;
	transform: translateY(150%);
}
.footer-address {
	list-style: none outside none;
	padding: 0;
	margin: 0;
}
.footer-address li {
	padding-left: 25px;
	padding-bottom: 15px;
}
.footer-address li:last-child {
	padding-bottom: 0;
}
.footer-address .location {
	background: url(images/location.svg) no-repeat left 3px;
}
.footer-address .phone {
	background: url(images/phone.svg) no-repeat left 3px;
}
.footer-address .email {
	background: url(images/email.svg) no-repeat left 6px;
}
.social-media-block {
	list-style: none outside none;
	padding: 0;
	margin: 0 -5px 25px;
}
.social-media-block li {
	padding: 0 5px 10px;
	display: flex;
}
.social-media-block li a {
	display: inline-block;
	width: 32px;
	height: 32px;
	position: relative;
	border: solid 1px #b1c5e5;
	border-radius: 2px;
}
.social-media-block li a:hover {
	border: solid 1px #fff;
	background: #fff
}
.social-media-block li a svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.social-media-block li a svg path {
	fill: #b1c5e5!important;
}
.social-media-block li a:hover svg path {
	fill: #27284D!important;
}
 @keyframes fadeInUp {
 from {
 opacity:0;
 transform:translate3d(0, 100px, 0);
}
to {
	transform: none;
	opacity: 1;
}
}
.fadeInUp {
	animation-name: fadeInUp
}
 @keyframes fadeInLeft {
 from {
 opacity:0;
 transform:translate3d(-100px, 0, 0)
}
to {
	opacity: 1;
	transform: none
}
}
.fadeInLeft {
	animation-name: fadeInLeft
}
 @keyframes fadeInRight {
 from {
 opacity:0;
 transform:translate3d(100px, 0, 0)
}
to {
	opacity: 1;
	transform: none
}
}
.fadeInRight {
	animation-name: fadeInRight
}
 @keyframes fadeInDown {
 from {
 opacity:0;
 transform:translate3d(0, -100px, 0)
}
to {
	opacity: 1;
	transform: none
}
}
.fadeInDown {
	animation-name: fadeInDown
}
.home-slider-block .slider-warpper .slider-warpper-block, 
.featured-event-block .featured-event-box {
	opacity: 0;
}
.home-slider-block .slider-warpper .slider-warpper-block, 
.latest-post-block .latest-post-box, 
.workforce-timeline-block .workforce-timeline-box {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.latest-post-block .latest-post-box, .workforce-timeline-block .workforce-timeline-box {
	transition-delay: 0.3s;
	animation-delay: 0.3s;
}
.latest-post-block .latest-post-box:nth-child(2), 
.workforce-timeline-block .workforce-timeline-box:nth-child(2) {
	transition-delay: 0.4s;
	animation-delay: 0.4s;
}
.latest-post-block .latest-post-box:nth-child(3), 
.workforce-timeline-block .workforce-timeline-box:nth-child(3) {
	transition-delay: 0.6s;
	animation-delay: 0.6s;
}

 @keyframes advantagesUpNew {
 0% {
 opacity:0;
 -webkit-transform:translate3d(0, 80px, 0);
 transform:translate3d(0, 80px, 0);
}
 100% {
 opacity:1;
 -webkit-transform:none;
 transform:none
}
}
.home-slider-block .slider-warpper .slider-warpper-block, .animated .latest-post-block .latest-post-box, .animated .workforce-timeline-block .workforce-timeline-box {
	-webkit-animation-name: advantagesUpNew;
	animation-name: advantagesUpNew
}
.wpcf7 {
	max-width: 100%;
}
.wpcf7 form {
	text-align: left;
}
.wpcf7 label {
	color: #000;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
}
.wpcf7 .text-align-c p {
	line-height: 26px;
}
.wpcf7 form .submit p {
	margin: 10px 0 0;
}
.wpcf7 .row {
	margin-left: -5px;
	margin-right: -5px;
}
.wpcf7 .row .col-md-6, .wpcf7 .row .col-md-12, .wpcf7 .row .col-md-4, .wpcf7 .row .col-md-8 {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.wpcf7 .row .submit-but{
	margin-bottom:0;
	text-align:center;
}
.wpcf7 .row .submit-but .wpcf7-spinner{
	display:none!important;
}
.wpcf7 .row .col-md-12.submit, .wpcf7 .row .col-md-6.remove-margin {
	margin-bottom: 0!important;
}
.wpcf7 .row .col-md-12.submit {
	padding-top: 10px;
}
.wpcf7 .req {
	display: inline-block;
	line-height: 1;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 input[type=password], .wpcf7 textarea, .wpcf7 input[type=url], .wpcf7 select,
.gform_wrapper .gform_body .gform_fields .gfield input[type=text],
.gform_wrapper .gform_body .gform_fields .gfield input[type=email],
.gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
.gform_wrapper .gform_body .gform_fields .gfield input[type=password],
.gform_wrapper .gform_body .gform_fields .gfield input[type=url],
.gform_wrapper .gform_body .gform_fields .gfield textarea,
.gform_wrapper .gform_body .gform_fields .gfield select{
	border: solid 1px #dbdbdb;
	padding: 0 15px;
	height: 54px;
	width: 100%;
	background: #fff;
	color: #000;
	border-radius: 6px;
	width: 100%;
	box-shadow: none!important;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	outline: none;
}
.contact-form .wpcf7 input[type=text], 
.contact-form .wpcf7 input[type=email], 
.contact-form .wpcf7 input[type=tel], 
.contact-form .wpcf7 input[type=password], 
.contact-form .wpcf7 textarea, 
.contact-form .wpcf7 input[type=url], 
.contact-form .wpcf7 select{
	box-shadow: 0 20px 30px 0 rgba(174, 191, 210, 0.3)!important;
}
.wpcf7 textarea, #review_form_wrapper #review_form textarea, .my-account-block textarea,
.gform_wrapper .gform_body .gform_fields .gfield textarea {
	height: 120px!important;
	padding: 15px!important;
	min-height:1px;
}
.light .wpcf7 textarea {
	height: 100px;
	padding: 10px;
}
.wpcf7 input[type=text]:hover, .wpcf7 input[type=email]:hover, .wpcf7 input[type=tel]:hover, .wpcf7 input[type=password]:hover, .wpcf7 textarea:hover {
	border: solid 1px #dbdbdb!important;
}
.wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=password]:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
	border: solid 1px #dbdbdb!important;
}
.wpcf7 .wpcf7-not-valid {
	border-color: #f03136!important;
}
.light .wpcf7 .wpcf7-not-valid {
	border-color: #fff!important;
}
.wpcf7 select, select, .wpcf7 select:focus,
.gform_wrapper .gform_body .gform_fields .gfield select,
.gform_wrapper .gform_body .gform_fields .gfield select:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: #fff url(images/select.png) no-repeat right 20px center;
	background-size: 12px auto;
}
.wpcf7 select *, .wpcf7 select option {
	padding: 5px 20px;
}
.light .wpcf7 select, select, .light .wpcf7 select:focus {
	background: #fff url(images/select.png) no-repeat right 20px center;
	background-size: 12px auto;
}
.wpcf7 select option, .wpcf7 select *, select option, select * {
	padding: 5px 10px;
}
div.wpcf7 input[type="file"] {
	border: inherit;
	cursor: pointer;
	height: auto;
	padding: inherit;
	width: auto;
}
.wpcf7 input[type=submit], .form-submit input[type=submit],
.gform_wrapper .gform-footer input[type=submit] {
	font-size: 20px!important;
	background: #FFA629!important;
	border-radius: 4px;
	padding: 18px 40px!important;
	color: #000!important;
	text-align: center;
	font-weight: 600!important;
	height: auto;
	border: none!important;
	cursor: pointer;
	width: auto;
	line-height: 1;
	text-transform: uppercase!important;
	box-shadow: none!important;
	outline:none!important;
}
.form-submit input[type=submit]:hover, .form-submit input[type=submit]:focus, .wpcf7 input[type=submit]:hover,
.gform_wrapper .gform-footer input[type=submit]:hover,
.gform_wrapper .gform-footer input[type=submit]:focus {
	background: #000!important;
	color: #fff!important;
	border: none!important;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 12px;
	color: #ff0000;
	padding-top: 10px;
	line-height: 1;
}
.light .wpcf7 span.wpcf7-not-valid-tip {
	font-size: 14px;
	color: #ff0000;
}
.wpcf7 .wpcf7-checkbox {
	margin-left: -8px;
	margin-right: -8px;
	display: inline-block;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
	margin: 0 8px;
	float: left;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label {
	text-transform: none;
}
div.wpcf7-response-output {
	height: auto!important;
	margin: 15px 0 0!important;
	background: none!important;
	border: none!important;
	padding: 0!important;
}
.invalid div.wpcf7-response-output {
	color: #ff0000!important;
}
.light .invalid div.wpcf7-response-output {
	color: #ff0000!important;
}
.ok div.wpcf7-response-output {
	color: #009d16!important;
}
.white-space-fix {
	background: #27284D;
	padding: 30px 0;
	color: #fff;
	margin-bottom: 70px;
}
.white-space-fix h1 {
	color: #fff;
	margin: 0;
	line-height:1;
}
.elementor-widget-text-editor ul,  .elementor-widget-text-editor ol {
	padding-left: 17px;
	margin: 0 0 20px;
}
.elementor-widget-text-editor ul:last-child,  .elementor-widget-text-editor ol:last-child {
	margin-bottom: 0;
}
.elementor-widget-text-editor ul li,  .elementor-widget-text-editor ol li {
	padding-bottom: 6px;
}
.elementor-widget-text-editor ul li:last-child,  .elementor-widget-text-editor ol li:last-child {
	padding-bottom: 0;
}
.elementor-widget-text-editor ul li ul,  .elementor-widget-text-editor ol li ul {
	padding-top: 6px;
}
.loadmore{
	padding-top:20px;
	padding-bottom:50px;
	text-align:center;
}
.loadmore a{
	display: inline-block;
    padding: 20px 35px;
    background: #FFA629;
    color: #000;
    font-weight: 600;
    line-height: 1;
	font-size:20px;
	border-radius:5px;
}
.loadmore a:hover,
.loadmore a:focus{
    background: #27284D;
	color:#fff;
}

.single-post .entry-content ul, .single-post .entry-content ol {
	padding-bottom: 20px;
	padding-left: 17px;
	margin-bottom: 0;
}
.single-post .entry-content ul:last-child, .single-post .entry-content ol:last-child {
	padding-bottom: 0;
}
.single-post .entry-content ul li, .single-post .entry-content ol li {
	padding-bottom: 10px;
}
.single-post .entry-content ul li:last-child, .single-post .entry-content ol li:last-child {
	padding-bottom: 0;
}
.single-post .entry-content hr{
	margin:20px 0;
	border:none;
	border-bottom:dashed 1px #000;
}
.single-post .entry-content p + hr,
.single-post .entry-content ul + hr,
.single-post .entry-content ol + hr{
	margin:0 0 20px;
}
.single-post{
	background:#cad9f6;
}
.single-post .navbar-block{
	background:#fff;
}
.error404 .site-main,
.search-no-results .site-main{
	text-align:center;
}
.single-post .site-main,
.error404 .site-main,
.search-results .site-main,
.archive .site-main,
.search-no-results .site-main{
	padding-bottom:70px;
}
.error404 .search-form,
.search-no-results .search-form{
	display:flex;
}
.error404 .search-form .search-field,
.search-no-results .search-form .search-field{
	width:100%;
	height:46px;
	border:solid 1px #ccc;
	padding:0 10px;
}
.error404 .search-form label,
.search-no-results .search-form label{
	width:calc(100% - 120px);
}
.error404 .search-form .search-submit,
.search-no-results .search-form .search-submit{
	background:#FFA629;
	color:#fff;
	padding:13px 25px 12px;
	font-weight:700;
	border:none;
	font-size:16px;
	height:46px;
	width:120px;
	text-align:center;
	cursor:pointer;
}
.error404 .search-form .search-submit:hover,
.error404 .search-form .search-submit:focus,
.search-no-results .search-form .search-submit:hover,
.search-no-results .search-form .search-submit:focus{
	background:#637FDA;
}
.search-results .site-main article{
	border-bottom:solid 1px #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
}
.search-results .site-main article:last-child{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
.search-results .site-main article h3{
	margin-bottom:10px;
}
.search-results .site-main article .entry-header:last-child h3{
	margin-bottom:0;
}
.banner-logos .elementor-widget-image .elementor-widget-container{
	min-height:60px;
	padding:5px 20px;
	text-align:center;
	border-radius:10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.background-mode-luminosity:before{
	mix-blend-mode: overlay!important;
}
.steps{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	min-height:100%;
}
.steps-after:after{
	display:block;
	content:"";
	right:0;
	top:0;
	width:33px;
	height:100%;
	position:absolute;
	background:url(images/shape-after.png) no-repeat center center
}
.image-blend-mode img{
	mix-blend-mode: color-dodge;
}
.image-blend-mode .elementor-widget-container{
	background:#5d6ab0;
}
.real-business-growth-block:before{
	width:50%!important;
	left:auto!important;
	right:0!important;
}
.image-blend-modek-multiply .elementor-widget-container{
	background:#C1CFEC;
}
.image-blend-modek-multiply img{
	mix-blend-mode: multiply;
}
.testimonials-slider-block{
	text-align:center;
	color:#fff;
}
.testimonials-slider-block h4{
	color:#fff;
	font-weight:600;
	margin-bottom:0;
}
.testimonials-slider-box{
	max-width:750px;
	margin:auto;
	padding:0 40px;
}
.testimonials-slider-box p{
	font-style:italic;
}
.testimonials-slider-block .swiper-button-prev {
	background: url(images/left-arrow.svg) no-repeat center center;
	width:32px;
	height:32px;
	left:0;
}
.testimonials-slider-block .swiper-button-next {
	background: url(images/right-arrow.svg) no-repeat center center;
	width:32px;
	height:32px;
	right:0;
}
.testimonials-slider-block .swiper-button-prev:after,
.testimonials-slider-block .swiper-button-next:after{
	display:none;
}
.testimonials-slider-block{
	padding:0 32px;
}
.latest-post-block .post-thumb{
	position:relative;
}
.latest-post-block .post-thumb img {
	margin: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	font-family: "object-fit: cover";
	object-fit: cover;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.latest-post-block .latest-post-box{
	border-radius:15px;
	overflow:hidden;
	position:relative;
}
.latest-post-block .post-thumb:after{
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	display:block;
	content:"";
}
.latest-post-block .post-thumb.second:after{
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.latest-post-block .latest-post-content{
	position:absolute;
	left:0;
	bottom:0;
	padding:20px;
	color:#fff;
}
.latest-post-block .latest-post-content h3{
	color:#B1C5E5;
	text-transform:uppercase;
	margin-bottom:10px;
}
.latest-post-block .latest-post-content .post-meta{
	padding-bottom:20px;
	font-weight:700;
}
.latest-post-block .latest-post-content .post-meta .date{
	position:relative;
	padding-left:25px;
}
.latest-post-block .latest-post-content .post-meta .date svg{
	position:absolute;
	left:0;
	top:2px;
}
.latest-post-block .overlay-link{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9;
}
.latest-post-block .row .row{
	margin:0;
}
.latest-post-block .col-md-4.third{
	padding-top:30px;
}
.featured-logos-block{
	text-align:center;
}
#inner-footer .featured-logos-block .widget{
	margin-bottom:50px;
}
.featured-logos-block .gallery{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	margin:0 -5px;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.featured-logos-block .gallery .gallery-item{
	padding:0 10px 20px;
	margin:0;
	max-width:220px;
}
.featured-logos-block .gallery .gallery-item img{
	ma-height:24px;
	width:auto;
	height:auto;
}
#inner-footer .featured-logos-block .widgettitle{
	margin-bottom:30px;
}
.footer-site-logo{
	display:inline-block;
}

.contact-address-block{
    background-size: 300% 300%;
    background-image: linear-gradient(-45deg, rgba(77, 91, 167, 1) 0%, rgba(12, 50, 173, 1) 25%, rgba(99, 128, 218, 1) 51%, rgba(39, 40, 77, 1) 100%);
    animation: AnimateBG 20s ease infinite;
    border-radius: 10px;
}
@keyframes AnimateBG {
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}
.down-triangle:after {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid rgba(47, 60, 131, 0.23921568627450981);
  position:absolute;
  left:35px;
  bottom:-25px;
  display:block;
  content:"";
}
.overlay-caption{
	overflow:hidden;
	border-radius:10px;
}
.overlay-caption figcaption.widget-image-caption.wp-caption-text {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 150px 15px 15px;
    width: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0.5102415966386555) 0%, rgba(0,0,0,0) 100%);
}
.blog-listing-block .blog-listing-thumb{
	margin-bottom: 0px;
    overflow: hidden;
	position:relative;
	border-radius:10px;
}
.blog-listing-block .blog-listing-thumb img {
    box-shadow: 0 30px 30px 0 rgba(0,0,0, 0.07);
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: transform 500ms;
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0) scaleX(1) scaleY(1);
    transform-origin: center center;
}
.blog-listing-block .blog-listing-thumb a{
	display:flex;
}
.blog-listing-block .blog-listing-box:hover .blog-listing-thumb img {
    transform: perspective(1000px) rotateX(0.015deg) rotateY(0.015deg) rotateZ(0.015deg) scaleX(1.1) scaleY(1.1);
}
.blog-listing-block .blog-listing-thumb:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    border-radius: inherit;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s linear;
    opacity: 0;
    display: inline-block;
    pointer-events: none;
	z-index:9;
}
.blog-listing-block .blog-listing-box:hover .blog-listing-thumb:before {
    opacity: 1;
}
.blog-listing-block .education-timeline-content{
	padding-top:25px;
}
.blog-listing-block .education-timeline-content .admin-code{
	text-transform:capitalize;
	font-weight:600;
	color: #a3a0a7;
	margin-bottom:5px;
}
.blog-listing-block .education-timeline-meta{
	border-left:solid 1px #e3dfe8;
	padding-left:15px;
	margin-bottom:20px;
	position:relative;
}
.blog-listing-block .see-details-btn{
	position:absolute;
	right:0;
	top:0;
}
.blog-listing-block .see-details-btn a{
	border:solid 1px #e3dfe8;
	display:block;
	height:45px;
	width:45px;
	border-radius:10px;
	position:relative;
}
.blog-listing-block .see-details-btn a svg{
	position:absolute;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	left:50%;
	top:50%;
}
.blog-listing-block .see-details-btn a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #27284D;
    transform: scale(0.6);
    opacity: 0;
    z-index: -1;
    border-radius: 10px;
    transition: all 500ms ease;
}
.blog-listing-block .blog-listing-box:hover .see-details-btn a:before {
    opacity: 1;
    transform: scale(1);
}
.blog-listing-block .blog-listing-box:hover .see-details-btn a svg path{
	fill:#fff!important;
}
.blog-listing-block .blog-listing-box h3:last-child{
	margin-bottom:0;
}
.blog-listing-block .col-md-4{
	padding-bottom:50px;
}
.mfp-gallery .mfp-arrow,
.mfp-gallery .mfp-close{
	background:none!important;
}
.mfp-gallery .mfp-close{
	font-size:30px;
	opacity:1;
}
.services-hover-box .services-hover-icon{
	-webkit-transition: 0.6s ease-out;
    -moz-transition:  0.6s ease-out;
    transition:  0.6s ease-out;
}
.services-hover-box:hover .services-hover-icon{
	-webkit-transform: rotateZ(720deg);
      -moz-transform: rotateZ(720deg);
      transform: rotateZ(720deg);
}
.client-logo-slider-block .swiper-slide img{
	max-height:28px;
	width:auto;
	height:auto;
}
.client-logo-slider-block .swiper-slide .swiper-slide-inner{
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	display:flex;
}

.client-home-logo-slider-block .swiper-slide img{
	max-height:26px;
	width:auto;
	height:auto;
}
.client-home-logo-slider-block .swiper-slide .swiper-slide-inner{
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	display:flex;
}
.gallery-border .ha-image-grid__item img{
	border:solid 1px #ccc;
	object-position: top!important;
}
.gform-theme--foundation .gform_fields {
    grid-row-gap: 20px!important;
    row-gap: 20px!important;
}