/*
Theme Name:   HelloChild
Description:  Write here a brief description about your child-theme
Author:       aepiph_dev
Author URL:   https://aepiph.dev
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  HelloChild
*/

/* Write here your own personal stylesheet */

@font-face {
    font-family: 'Sansation';
    src: url('webfonts/sansation-regular-webfont.woff2') format('woff2'),
         url('webfonts/sansation-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Sansation Bold';
    src: url('webfonts/sansation-bold-webfont.woff2') format('woff2'),
         url('webfonts/sansation-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	overflow-x: hidden;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	margin-top: 0;
}
button:focus {
	outline: none !important;
}
iframe {
	width: 100%;
}
ol:not(:last-child) {
	margin-bottom: 20px;
}
body .elementor-section.header-section {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    transition: all 0.5s ease 0s;
}

/* body .header-black {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
} */

 body:not(.home) .header-sticky {
	background-color: rgba(255, 255, 255, 0.49);
	/*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
	padding-top: 10px !important;
	padding-bottom: 10px !important;
} 
body:not(.home) .header-light.header-sticky {
	background-color: #fff;
}
.elementor-widget-theme-site-logo img {
	transition: all 0.5s ease 0s;
}
/*body:not(.home) .header-sticky .elementor-widget-theme-site-logo img {
	max-width: 50%;
}*/
header ul.menu {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.main-nav-menu .elementor-nav-menu {
	align-items: center;
}
/*.main-nav-menu .elementor-nav-menu .menu-item {
	padding: 0 16px;
}
.main-nav-menu .elementor-nav-menu .menu-item:last-child {
    padding-right: 0;
}
.main-nav-menu .elementor-nav-menu--main .elementor-nav-menu .menu-item a {
    padding: 0 !important;
}*/
.main-nav-menu .elementor-nav-menu .menu-item:not(.menu-button) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 14px;
    height: 11px;
    opacity: 0;
    visibility: hidden;
    background: url("images/menu_hover.png") no-repeat center center;
    background-color: transparent !important;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.main-nav-menu .elementor-nav-menu .menu-item:not(.menu-button) a:hover:before ,
.main-nav-menu .elementor-nav-menu .menu-item:not(.menu-button).current-menu-item a::before {
    top: -15px;
    opacity: 1;
    visibility: visible;
}
.main-nav-menu .elementor-nav-menu .menu-item a::after {
    display: none;
}
body.home .elementor-section.footer-section {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.header-sticky .main-nav-menu .elementor-nav-menu--main .elementor-nav-menu .menu-item a,
.header-sticky .main-nav-menu .elementor-nav-menu--main .elementor-item-active {
    color: #333333 !important;
}

.header-sticky .main-nav-menu .elementor-nav-menu--main .elementor-nav-menu .menu-button a{
    color: #ffffff !important;
	font-weight: bold;
}

.elementor-section.header-section {
	/*background-color: rgba(255,255,255,0.6);*/
	background-color: rgba(255, 255, 255, 1);
	padding-top: 10px;
	padding-bottom: 10px;
}
.header-light .logo-black, .header-light.header-sticky .logo-white {
	display: none;
}
.header-light.header-sticky .logo-black {
	display: block;
} 
.main-nav-menu .menu-button > a, .menu-popup-section .menu-item-button > a {
	background-color: #21D4B0 !important;
	border: 0;
	border-radius: 100px;
	color: #fff !important;
	display: inline-block;
	font-weight: bold;
	padding: 8px 20px !important;
}
.main-nav-menu.dark .menu-button > a {
	background: #21D4B0;
	color: #ffffff !important;
	font-weight: bold;
}
.main-nav-menu .menu-button a{
	padding: 8px 20px !important;
}

/* .main-nav-menu .menu-button:hover > a, 
.main-nav-menu .menu-button.current-menu-item > a,
.menu-popup-section .menu-item-button:hover > a,
.menu-popup-section .menu-item-button.current-menu-item > a {
	background-color: #21D4B0 !important;
	color: #fff !important;
	font-weight: bold;
} */
.header-sticky .main-nav-menu .menu-button > a {
	background: #21D4B0;
	color: #ffffff !important;
}
.menu-popup-section .menu-item-button {
	margin-top: 10px;
}
.header-sticky .main-nav-menu .elementor-nav-menu--main .elementor-nav-menu .menu-item.menu-button:hover > a,
.header-sticky .main-nav-menu .elementor-nav-menu--main .elementor-nav-menu .menu-item.menu-button > .elementor-item-active {
    color: #ffffff !important;
}

/*Team section home page*/
.ae-home-team-sec .elementor-image-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 24px;
}
.ae-home-team-sec .elementor-image-box-img {
    display: block !important;
}
.ae-home-team-sec .elementor-widget-text-editor {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.5s ease 0s;
}
.ae-home-team-sec .elementor-column:hover .elementor-widget-text-editor {
    opacity: 1;
    visibility: visible;
    max-height: 100%;
}
p:last-child {
	margin-bottom: 0;
}
img {
    display: block;
}
.ae-banner-button .elementor-button .elementor-align-icon-right {
    position: absolute;
    left: 100%;
    top: 10px;
}
.ae-banner-button .elementor-button .elementor-button-text {
    background-color: #FA2C46;
    width: 3px;
    height: 6px;
    border-radius: 40px;
    position: absolute;
    left: 9px;
    top: 20px;
    -webkit-animation: updown 1s infinite  alternate;
    animation: updown 1s infinite  alternate;
}
@-webkit-keyframes updown {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes updown {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.ae-img-over .elementor-image-box-img {
	display: inline-block;
	vertical-align: middle;
}
.ae-img-over .elementor-image-box-img::before {
	content: "";
	background-color: rgba(39, 60, 79, 0.571678);
	background-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 1140px;
	width: 100%;
	height: 100%;
}
.ae-img-over .elementor-image-box-content {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 96px;
	max-width: 1140px;
}

/*Team section*/
.team-row {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.team-col {
	width: 50%;
}
.team-all .team-col {
	width: 25%;
}
.team-image {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.team-all .team-image {
	height: 386px;
}
/*.team-details {
	padding: 240px 160px 240px 80px;
}*/
.team-section .team-first {
    min-height: 743px;
}
.team-section .team-first:nth-child(even) {
    flex-direction: row-reverse;
}
.team-first .team-details {
    padding: 100px 15px 146px 80px;
    width: 100%;
    max-width: 613px;
}
.team-details h4 {
	margin-top: 0;
	margin-bottom: 10px;
}
.team-details strong {
	font-weight: 500;
}
.team-position {
	font-size: 18px;
	font-weight: 300;
	font-family: "Roboto", Sans-serif;
	margin-bottom: 12px;
}
.team-description {
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
}
.team-social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.team-social a {
	margin-right: 33px;
}
.team-all > .team-col:nth-child(4n) .team-row,
.team-all > .team-col:nth-child(4n - 1) .team-row {
	flex-direction: row-reverse;
}
.team-box .team-col {
	display: flex;
	flex-wrap: wrap;
}
.team-image-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 24px;
	width: 100%;
	background: linear-gradient(360deg, #000000 -31.16%, rgba(0, 0, 0, 0) 100%);
}
.team-image-content .team-image-title {
	color: #FFFFFF;
	font-family: "Sansation", Sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
}
.team-image-position {
	color: #FFFFFF;
	font-family: "Sansation", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}
.team-all .team-details {
	background-color: #21D4B0;
	padding: 44px 20px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s cubic-bezier(1,0,0,1) 0s;
	opacity: 0;
	visibility: hidden;
}
.team-image:hover .team-details {
	opacity: 1;
	visibility: visible;
}
.team-all > .team-col:nth-child(2) .team-details {
	background-color: #9FE0FF;
}
.team-all > .team-col:nth-child(3) .team-details {
	background-color: #049BDE;
}
.team-all > .team-col:nth-child(4) .team-details {
	background-color: #FF817A;
}
.team-all > .team-col:nth-child(5) .team-details {
	background-color: #21D4B0;
}
.team-all > .team-col:nth-child(6) .team-details {
	background-color: #FF817A;
}
.team-all > .team-col:nth-child(7) .team-details {
	background-color: #049BDE;
}
.team-all > .team-col:nth-child(8) .team-details {
	background-color: #9FE0FF;
}
.team-all .team-details h4 {
	color: #161717;
	font-family: "Sansation", Sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0;
}
.team-all .team-details .team-image-position {
	color: #161717;
}
.team-all .team-description {
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
}

/*Blog page*/
.post-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -22px;
	margin-right: -22px;
	margin-bottom: 40px;
}
.post-grid-item {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	margin-bottom: 40px;
	padding-left: 22px;
	padding-right: 22px;
}
.post-item-image {
	display: flex;
	align-items: flex-end;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding: 30px;
	width: 100%;
	height: 306px;
	z-index: 1;
}
.post-item-image::before, .post-item-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s cubic-bezier(.65,.05,.36,1) 0s;
	z-index: -1;
}
.post-item-image:hover::before ,
.elementor-column:first-child .post-item-image:hover::before {
	background-color: #21D4B0;
}
.post-grid-item:nth-child(3n) .post-item-image:hover::before ,
.elementor-column:nth-child(3) .post-item-image:hover::before {
	background-color: #FF817A;
}
.post-grid-item:nth-child(3n + 2) .post-item-image:hover::before ,
.elementor-column:nth-child(2) .post-item-image:hover::before {
	background-color: #049BDE;
}
.post-item-image::after {
	background-color: rgba(0,0,0,0.4);
}
.post-item-content {
	position: relative;
}
.post-grid-item .post-item-title {
	font-size: 20px;
	line-height: 22px;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 20px;
}
.post-grid-item .post-item-title a {
	color: inherit !important;
}
.post-item-date {
	color: #fff;
	font-family: "Sansation", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
.aepiph-pagi {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.aepiph-pagi .prev, .aepiph-pagi .next {
	font-family: "Sansation Bold", Sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #1E1E1E;
	text-transform: uppercase;
}
.aepiph-pagi .prev {
	margin-right: 10px;
}
.aepiph-pagi .next {
	margin-left: 10px;
}
.aepiph-pagi .page-numbers:not(.prev):not(.next):not(.dots) {
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	color: #5E5E5E;
	padding: 10px 6px;
	transition: all 0.5s cubic-bezier(.65,.05,.36,1) 0s;
}
.aepiph-pagi .page-numbers.current, .aepiph-pagi .page-numbers:not(.prev):not(.next):not(.dots):hover {
	background-color: #049BDE !important;
	color: #fff !important;
}
.page-numbers.dots {
	background-color: #1E1E1E;
	width: 4px;
	height: 4px;
	border-radius: 10px;
	font-size: 0;
	position: relative;
	margin: 0 15px;
}
.page-numbers.dots::before, .page-numbers.dots::after {
	content: "";
	background-color: #1E1E1E;
	border-radius: 10px;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 0;
}
.page-numbers.dots::before {
	right: 100%;
	margin-right: 4px;
}
.page-numbers.dots::after {
	left: 100%;
	margin-left: 4px;
}
.featured-post-grid-wrap .post-item-image {
	height: 540px;
}
.featured-post-grid-wrap .post-grid-item .post-item-title {
	font-size: 26px;
	line-height: 29px;
}
.nodisplay {
    display: none;
}
.post-filter-wrap {
	margin-bottom: 60px;
}
.post-filter-wrap .post-filter-title {
	font-size: 32px;
	line-height: 36px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 30px;
}
.post-filter-wrap .form-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -22px;
	margin-right: -22px;
}
.post-filter-wrap .form-col {
	padding-left: 22px;
	padding-right: 22px;
	max-width: 33.33%;
	flex: 0 0 33.33%;
}
.post-filter-label {
	display: block;
	font-family: "Sansation", Sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #1E1E1E;
	margin-bottom: 14px;
}
.post-filter-wrap input::placeholder {
	color: #1E1E1E;
	opacity: 1;
}
.post-filter-wrap select {
	background-image: url(images/dropdown-arrow.svg);
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 12px 8px;
	font-size: 16px;
	line-height: 19px;
	color: #1E1E1E;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #001D60;
	-webkit-appearance: none;
	padding: 13px 20px;
}
.post-filter-wrap input[type="text"] {
	font-size: 16px;
	line-height: 19px;
	color: #1E1E1E;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #001D60;
	padding: 14px 20px;
}
.search-box {
	position: relative;
}
.search-box input[type="image"] {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.related-post-slider {
	width: 100%;
}
.related-post-slider .swiper-container {
	padding-bottom: 73px;
}
.related-post-slider .post-thumb-image {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid #979797;
	height: 540px;
	position: relative;
}
.related-post-slider .post-thumb-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.299279), rgba(0, 0, 0, 0.299279));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.299279), rgba(0, 0, 0, 0.299279));
}
.related-post-slider .post-content {
	position: relative;
	padding: 48px 27px;
}
.related-post-slider .post-title {
	color: #fff;
	font-family: "Sansation Bold", Sans-serif;
	font-size: 26px;
	text-transform: none;
	line-height: 29px;
	margin-top: 0;
	margin-bottom: 0;
}
.related-post-slider .post-title a,
.related-post-slider .post-title a:hover {
	color: inherit;
}
.related-post-slider .swiper-pagination {
	text-align: left;
}
.related-post-slider .swiper-pagination-bullets {
	bottom: 0px;
}
.related-post-slider .swiper-pagination-bullet {
	background-color: #D8D8D8;
	margin: 0 10px 0 0 !important;
	opacity: 1;
	vertical-align: middle;
	width: 13px;
	height: 13px;
}
.related-post-slider .swiper-pagination-bullet-active {
	background-color: #049BDE;
	width: 16px;
	height: 16px;
}
.post-not-found {
	text-align: center;
	width: 100%;
	color: #f00;
}
.revpost-grid-wrap .revpost-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.revpost-grid-wrap .revpostlist {
	width: 80%;
}
.revpost-grid-wrap .revmore {
	width: 20%;
}
.revpost-grid-wrap .post-grid {
	margin-left: -18px;
	margin-right: -18px;
	margin-bottom: 0;
}
.revpost-grid-wrap .revmore {
    width: 20%;
    padding: 0 10px;
    text-align: center !important;
}
.revpost-grid-wrap .revmore a {
	font-size: 18px;
	line-height: 21px;
	text-decoration-line: underline;
	color: #000000;
	font-weight: 400;
}
.revpost-grid-wrap .post-grid-item {
	flex: 0 0 25%;
	max-width: 25%;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 0;
}
.revpost-grid-wrap .post-item-image {
	height: 540px;
}
.this-post-author .elementor-image-box-img {
	width: 50px;
}

/*services on slider*/
.servpost-wrap {
	overflow: hidden;
}
.servpost-wrap .servpost-image {
	margin-bottom: 28px;
	height: 250px;
}
.servpost-wrap .servpost-image img {
	max-width: 100% !important;
	height: auto;
	max-height: 100%;
	/*margin-left: auto !important;
	margin-right: auto !important;*/
}
.servpost-wrap .servheading h2 {
	font-family: "Sansation Bold", Sans-serif;
	font-size: 32px;
	line-height: 36px;
	color: #000;
	margin-top: 0;
	white-space: nowrap;
}
.servpost-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -85px;
	margin-right: -85px;
}
.servpost-item {
	padding-left: 85px;
	padding-right: 85px;
	width: 33.33%;
}
.servpost-wrap .servpost-item-title {
	line-height: 36px !important;
	margin-top: 0;
	padding-right: 120px;
}
.servpost-wrap .servpost-item-title a {
	color: inherit;
	letter-spacing: 2px !important;
}
.servpost-item-content p {
	color: #000;
	font-weight: 300 !important;
	font-size: 16px;
	line-height: 27px !important;
}
.servpost-item-content .elementor-button {
    color: #fff !important;
    padding: 6px 20px !important;
}
.servpost-item-content .elementor-button:hover {
    background-color: #000;
}

/*Full screen menu*/
body .fn-header {
    box-shadow: none;
    padding: 20px 0;
    height: 90px;
}
body .fn-header.is-fixed {
	top: -90px;
}
.fn-menu-icon, .fn-menu-icon::after, .fn-menu-icon::before, .fn-primary-nav-trigger .fn-menu-icon.is-clicked::before, .fn-primary-nav-trigger .fn-menu-icon.is-clicked::after {
    background-color: #FF817A !important;
}
.fn-primary-nav a {
	text-transform: none !important;
	transition: all 0.5s ease-in-out 0s !important;
}
body .fn-arrow-down:before {
    margin-top: 0;
}
.menu-is-open .fn-menu-icon::after, .menu-is-open .fn-menu-icon::before, .menu-is-open .fn-primary-nav-trigger .fn-menu-icon.is-clicked::before, .menu-is-open .fn-primary-nav-trigger .fn-menu-icon.is-clicked::after {
    background-color: #fff !important;
}
.fn-mobile-dropdown-content {
	margin-bottom: 0 !important
}
.fn-mobile-dropdown-content li a {
	color: #000;
}
.fn-mobile-dropdown-content li a:hover {
	color: #7a7a7a;
}
.mission-section > .elementor-container {
	margin-left: 0;
}
.popup-social-icons {
    position: absolute !important;
    top: 50%;
    right: 0;
    transform: rotate(90deg) translateX(-50%);
    transform-origin: 170px 170px;
    width: auto !important;
}
.popup-social-icons .elementor-grid-item {
    transform: rotate(-90deg);
}
html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: initial !important;
}
.pum-close::before, .pum-close::after {
	content: "";
	background-color: #FFFFFF;
	border-radius: 10px;
	position: absolute;
    left: 0;
	width: 26px;
	height: 3px;
}
.pum-close::before {
	transform: rotate(-45deg);
}
.pum-close::after {
	transform: rotate(45deg);
}
#menubtn rect {
	transition: all 0.5s ease 0s;
}
#menubtn:hover rect:last-child {
	width: 26px;
	x: 26px; 
}
.menu-popup-section .elementor-nav-menu--dropdown .sub-menu {
	padding-left: 22px;
}
.menu-popup-section .elementor-nav-menu--dropdown .sub-menu li a {
	font-size: 14px !important;
	line-height: 16px;
	color: #9FE0FF !important;
}
a:focus {
	background-color: transparent !important;
	outline: none !important;
}
.main-nav-menu nav > ul > li.current-menu-item > a {
    font-weight: 700 !important;
}
body:not(.home) .header-sticky .popup-menu-btn {
    top: -30px !important;
}
body.home .popup-menu-btn {
    right: -50px!important;
    top: -30px !important;
}
.popup-menu-btn .elementor-icon svg {
    height: auto;
    width: auto;
}
body.home .popup-menu-btn .elementor-icon svg rect:nth-child(2),
body:not(.home) .header-sticky .popup-menu-btn .elementor-icon svg rect:nth-child(2) {
    y: 42;
}
body.home .popup-menu-btn .elementor-icon svg rect:nth-child(3),
body:not(.home) .header-sticky .popup-menu-btn .elementor-icon svg rect:nth-child(3) {
    y: 47.9092;
}
body.home .popup-menu-btn .elementor-icon svg rect:nth-child(4),
body:not(.home) .header-sticky .popup-menu-btn .elementor-icon svg rect:nth-child(4) {
    y: 53.8184;
}
.banner-social-icons {
	transform: rotate(90deg);
	transform-origin: 0 60px;
	top: 35% !important;
}
.banner-social-icons .elementor-grid-item {
	transform: rotate(-90deg);
}

/*Footer*/
.footer-copyright-text p {
	margin-bottom: 0;
	font-size: 14px;
}
.footer-address-text p {
	font-size: 16px;
	margin-bottom: 0;
}
.footer-address-text p a {
	font-size: 16px;
	color: #000;
}
.footer-address-text p a:hover {
	color: #FF422E;
}

body main.site-main.aepiph-archive-page-main {
    max-width: 1230px;
    padding: 130px 15px 10px;
}
body.single:not([class*=elementor-page-]) .site-main {
    max-width: 830px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 250px;
}
body.single h1.entry-title {
    font-size: 60px;
    line-height: 67px;
}
.post-autor-info-main {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.post-autor-info-img {
	width: 50px;
}
.post-autor-info-img img {
	border-radius: 7px;
}
.post-autor-info-wrap {
	padding-left: 20px;
	width: calc(100% - 50px);
}
body .post-autor-info-wrap h6 {
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 0;
}
.post-autor-info-wrap p {
	font-size: 14px;
}
.post-releted-title-img img {
	width: 100%;
}
.post-related-display {
	margin-top: -6%;
}
.post-related-main {
	padding-top: 180px;
}
body.single-offthecuff:not([class*="elementor-page-"]) .site-main {
	padding-top: 87px;
}
#comments .submit {
	border-color: #FF422E;
	color: #fff;
}
#comments .submit:hover {
	background-color: #000;
	border-color: #000;
}
.otctags .elementor-post-info__terms-list {
	font-size: 0;
}
.otctags a {
	border: 1px solid #001E61;
	border-radius: 70px;
	padding: 7px 26px;
	line-height: 20px;
	display: inline-block !important;
	margin-bottom: 22px;
	text-align: center;
	vertical-align: middle;
	color: #000 !important;
	margin-right: 24px;
	font-size: 18px;
}
.otctags a:hover {
	background-color: #FF422E;
	border-color: #FF422E;
	color: #fff !important;
}
.gform_button {
    color: #fff !important;
    border-color: #ff422e !important;
}
.gform_button:hover {
    border-color: #000 !important;
}
.logo-list {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 10px;
}
.logo-list li {
	margin-right: 30px;
}
.otc-page-content .sub-content-excerpt:not(:last-child) {
	padding-bottom: 60px;
}

#window-ribbon header.noaboutme{
  background-image: -webkit-linear-gradient( 90deg, rgb( 255, 66, 46 ) 0%, rgba( 255, 66, 46 ) 100%) !important;
}

.gform_wrapper form.coffee-n-consult li{ margin: 0 !important; margin-top: 20px !important; }
.gform_wrapper form.coffee-n-consult li.hidden_label input{ margin: 0 !important; }
body .gform_wrapper form.coffee-n-consult .top_label div.ginput_container{ margin: 0 !important; }

.gform_wrapper form.coffee-n-consult li input[type="text"],
.gform_wrapper form.coffee-n-consult li input[type="email"],
.gform_wrapper form.coffee-n-consult li input[type="tel"],
.gform_wrapper form.coffee-n-consult li textarea,
body .gform_wrapper form.coffee-n-consult ul li.gfield{
	margin: 0 !important;
	padding: 0 !important;
	
}

.gform_wrapper form.coffee-n-consult li input[type="text"],
.gform_wrapper form.coffee-n-consult li input[type="email"],
.gform_wrapper form.coffee-n-consult li input[type="tel"],
.gform_wrapper form.coffee-n-consult li textarea{
	border: 1px solid #BACFDA;
	color: #979797;
	padding: 7px !important;
	width: 100%;
}

.gform_wrapper form.coffee-n-consult li textarea{
	height: 43px !important;
}

body .gform_wrapper form.coffee-n-consult ul li.gfield.gfield_visibility_visible{ margin-bottom: 15px !important; }

/* Author */

.auhtor-info{}
.author-info__item{
	display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;
	margin-bottom: 30px;
}

.author-info__item img{
	border-radius: 5px;
}

.author-info__text h3{
	font-size: 18px !important;
    margin-bottom: 10px;
    line-height: 100% !important;
    font-family: Sansation;
}

.author-info__text p{
	font-size: 14px;
    line-height: 20px;
}

.auhtor_social ul{
	list-style: none;
    display: flex;
    padding: 0;
}
.auhtor_social ul li{
	margin-right: 20px;
}

/* Hero general archive */

.page-header{
	align-items: center;
	background: #001D60;
	display: flex;
	height: 550px;
    left: 0;
	padding: 0 11%;
    position: absolute;
    top: 0;
    width: 100%;
}
.page-header .hero-post{ width: 60%; }
.page-header .hero-post h1{ line-height: 50px !important; }
.page-header .hero-post h1 a{
	color: #ffffff !important;
	font-size: 50px !important;
	line-height: 40px !important;
	margin-bottom: 40px;
}
.page-header .hero-post h1 a:hover{
	color: #ffffff !important;
}
.page-header .hero-post img{
	
}
body main.site-main.aepiph-archive-page-main{
	margin-top: 430px;
}

/* Contact us page */

.ContactForm ul li.gfield{ 
	margin: 0 !important; 
	width: 100% !important;
}
.ContactForm ul li.gfield input{
	margin: 0 !important;
}

.ContactForm ul.gform_fields{
	column-gap: 15px;
	display: grid;
	grid-template-areas: "field1 field1" 
						 "field2 field3" 
						 "field4 field5"
						 "field8 field8"
						 "field9 field9"
						 "field10 field10"
						 "field12 field12"
						 "field7 field7"
						 "field13 field13"
						 "field14 field14";
}

.ContactForm #field_1_1{ grid-area: field1; }
.ContactForm #field_1_2{ grid-area: field2; }
.ContactForm #field_1_3{ grid-area: field3; }
.ContactForm #field_1_3 input{ border: 1px solid #bacfda; }
.ContactForm #field_1_4{ grid-area: field4; }
.ContactForm #field_1_4 input{ border: 1px solid #bacfda; }
.ContactForm #field_1_5{ grid-area: field5; }
.ContactForm #field_1_5 input{ border: 1px solid #bacfda; }
.ContactForm #field_1_8{ 
	grid-area: field8; 
	padding: 40px 0 !important;
}
.ContactForm #field_1_8 ul{
	display: flex;
    flex-direction: column;
}
.ContactForm #field_1_8 ul input[type="checkbox"]{
	background: white !important;
	margin-right: 5px !important;
}
.ContactForm #field_1_9{ 
	grid-area: field9;
	padding-bottom: 30px !important;
}
.ContactForm #field_1_9 ul{
	display: flex;
    flex-direction: column;
}
.ContactForm #field_1_9 ul input[type="radio"]{
	background: white !important;
	border: 1px solid #bacfda;
	margin-right: 5px !important;
}
.ContactForm #field_1_10{ grid-area: field10; }
.ContactForm #field_1_12{ grid-area: field12; }
.ContactForm #field_1_7{ grid-area: field7; }
.ContactForm #field_1_13{ grid-area: field13; }
.ContactForm #field_1_14{ grid-area: field14; }


/* Comments */

.comments-area{
	display: flex;
	flex-direction: column-reverse;
}
.comment-form-comment label{ display: none; }
.comment-form-comment textarea{
	height: 85px;
    border: 1px solid #C4C4C4;
    resize: none;	
}
.akismet_comment_form_privacy_notice{ display: none; }
.comment-notes{ display: none; }
.title-comments{ display: none; }

.comment-form .form-submit input[type="submit"]{
	background: #001E61;
	border: 0;
}

#comments .comment .comment-body{
	border-bottom: 0 !important;
}

.comment .reply .comment-reply-link,
.comment .comment-metadata a{
	color: #979797 !important;
}


/* Slider home no dynamic */
.aephi-slider-home{ overflow: hidden; }
.aephi-slider-home .aephi-slider-home__image{ 
	display: block;
}
.aephi-slider-home .aephi-slider-home__image img{
	width: 100%;
} 
.aephi-slider-home .aephi-slider-home__info{
	background: white;
	padding: 20px;
} 
.aephi-slider-home .aephi-slider-home__info h2{
	font-size: 20px;
	line-height: 30px;
}

/* Slider post home */
.home-posts{ position: relative; }
.home-posts .swiper-wrapper{ padding: 40px 0px 40px 5px; }
.home-posts .swiper-slide{ 
	box-shadow: 0px 0px 16px rgba(198, 219, 230, 0.5);
	border-radius: 10px;
 }
.home-post-slider {
	width: 122%;
	left: -22%;
    position: relative;
    overflow: hidden;
}
.home-post-slider .swiper-container {
	padding-bottom: 73px;
}
.home-post-slider .post-home {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.home-post-slider .post-home::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.299279), rgba(0, 0, 0, 0.299279));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.299279), rgba(0, 0, 0, 0.299279));
}
.home-post-slider .post-image {
	background-size: cover;
	height: 250px;
	width: 100%;
}
.home-post-slider .post-content {
	background: white;
	min-height: 240px;
	position: relative;
	padding: 25px 15px;
	width: 100%;
}
.home-post-slider .post-title {
	color: #000000;
	font-family: "Sansation Bold", Sans-serif;
	font-size: 20px;
	text-transform: none;
	line-height: 29px;
	margin-top: 0;
	margin-bottom: 0;
}
.home-post-slider .post-title a,
.home-post-slider .post-title a:hover {
	color: inherit;
}
.home-post-slider .post-date {
	color: #000000;
	font-weight: 100;
	font-size: 14px;
}

.home-post-slider .post-read-more{
	color: #001E61;
	display: block;
	font-weight: 500;
}

.swiper-buttons{
	position: absolute;
    left: -49px;
    bottom: -50px;
}

.swiper-buttons .swiper-button-next{
	background-image: url('./images/arrow-slider-left.svg');
	background-repeat: no-repeat;
	background-size: cover;
	right: 30px;
	width: 40px;
}
.swiper-buttons .swiper-button-next:hover{ opacity: 0.8; }
.swiper-buttons .swiper-button-prev{
	background-image: url('./images/arrow-slider-right.svg');
	background-repeat: no-repeat;
	background-size: cover;
	left: 30px;
	width: 40px;
}
.swiper-buttons .swiper-button-prev:hover{ opacity: 0.8; }

/* End - Slider home no dynamic */

@media only screen and (max-width: 1024px) {
	body:not(.home) .header-sticky, body.home .elementor-section.header-section {
	    padding-top: 0 !important;
	    padding-bottom: 0 !important;
	}
	body:not(.home) .header-sticky .popup-menu-btn,
	body.home .popup-menu-btn {
	    top: -10px !important;
	}
	.popup-menu-btn .elementor-icon svg {
	    width: 53px;
	}
	.section_wrapper, .container, .four.columns .widget-area {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.elementor-section.elementor-top-section.elementor-section-boxed > .elementor-container,
	#Top_bar .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.post-grid {
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 20px;
	}
	.post-grid-item {
		margin-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.post-filter-wrap .form-row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.post-filter-wrap .form-col {
		padding-left: 10px;
		padding-right: 10px;
	}
	.featured-post-grid-wrap .post-item-image {
		height: 480px;
	}
	.post-item-image {
		padding: 15px;
	}
	/*.team-all > .team-col {
		width: 100%;
	}
	.team-all > .team-col:nth-child(4n) .team-row, .team-all > .team-col:nth-child(4n - 1) .team-row {
	    flex-direction: revert;
	}
	.team-all > .team-col:nth-child(even) .team-row {
	    flex-direction: row-reverse;
	}*/
	.team-all .team-col {
		width: 33.33%;
	}
	.team-details {
		padding: 40px 20px;
	}
	.team-all .team-details {
		padding: 7%;
		min-height: 384px;
	}
	.servpost-grid {
	    margin-left: -15px;
	    margin-right: -15px;
	}
	.servpost-item {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.revpost-grid-wrap .post-grid-item {
	    flex: 0 0 50%;
	    max-width: 50%;
	    margin-bottom: 30px;
	}
	.revpost-grid-wrap .revpostlist, .revpost-grid-wrap .revmore {
	    width: 100%;
	}
	.revpost-grid-wrap .post-item-image {
	    height: 400px;
	}
	body.home .popup-menu-btn {
		right: -15px !important;
	}
	.post-related-display {
		padding-left: 15px;
		padding-right: 15px;
	}
	.post-related-main {
		padding-top: 60px;
	}
}
@media only screen and (max-width: 991px) {
	.ae-img-over .elementor-image-box-content {
	    padding: 20px;
	}
	.post-grid-item .post-item-title {
		font-size: 18px;
		line-height: 20px;
	}
	.featured-post-grid-wrap .post-grid-item .post-item-title {
		font-size: 20px;
		line-height: 22px;
	}
	.post-item-image {
		height: 250px;
	}
	.servpost-wrap .servpost-item-title {
		font-size: 20px;
	    line-height: 26px;
	}
	.related-post-slider .post-thumb-image {
		height: 400px;
	}
	.revpost-grid-wrap .post-item-image {
	    height: 300px;
	}
	body .fn-header.is-fixed {
	    top: 0;
	}
	.team-all .team-col {
		width: 50%;
	}
	.team-first .team-details {
	    padding: 60px 15px;
	}
	.servpost-wrap .servpost-item-title {
	    padding-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.coffee-n-consult #gform_fields_2{
		grid-template-columns: 1fr;
	}
	.popup-menu-btn .elementor-icon svg {
	    width: 48px;
	}
	.ae-home-team-sec .ae-home-team-dec {
	    min-height: 400px;
	}
	/*.elementor-section.elementor-top-section > .elementor-container {
		padding-left: 20px;
		padding-right: 20px;
	}*/
	.elementor-section.elementor-top-section.elementor-section-height-full {
		height: 100vh;
		overflow-y: auto;
	}
	.elementor-section.elementor-top-section.elementor-section-height-full > .elementor-container {
		height: 100%;
	}
	.post-filter-wrap .form-col {
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 10px;
	}
	.post-filter-wrap select,
	.post-filter-wrap input[type="text"] {
		padding: 10px;
	}
	.post-grid-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.servpost-wrap .servpost-image {
	    height: 130px;
	}
	.servpost-wrap .servpost-item-title {
	    font-size: 17px;
	    line-height: 20px !important;
	    margin-bottom: 5px !important;
	}
	.servpost-item-content p {
		font-size: 14px;
	    line-height: 20px !important;
	}
	.servpost-wrap .servpost-image img {
	    max-width: 50% !important;
	}
	.servpost-item-content .elementor-button {
		font-size: 14px !important;
	}
	.services-group {
	    height: 280px !important;
	}
	body .fn-header {
	    padding: 10px 0;
	    height: 60px;
	}
	body.single h1.entry-title {
		font-size: 30px;
		line-height: 1.2em;
	}
	.post-autor-info-main {
		justify-content: center;
	}
	.post-autor-info-wrap {
		padding-left: 0;
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}
	body.single:not([class*=elementor-page-]) .site-main {
		padding-top: 100px;
	}
	.home-post-slider{
		left: 0%;
		width: 100%;
	}
	.swiper-buttons{
		left: 0;
		margin: 0 auto;
		right: 0;
	}
	.swiper-buttons .swiper-button-next{ 
		box-shadow: 0 0 3px #ccc;
		border-radius: 100%;
		left: 30px;
		right: 0;
	}
	.swiper-buttons .swiper-button-prev{
		right: 0;
		left: 90px;
	}
}
@media only screen and (min-width: 641px){
	.gform_wrapper .coffee-n-consult .top_label li.gfield.gf_inline{ width: 100% !important }
}
@media only screen and (max-width: 480px) {
	.post-grid-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.team-col {
	    width: 100%;
	}
	.team-image {
	    min-height: 386px;
	}
	/*.home-slider-mobile .servpost-grid {
	    flex-wrap: nowrap;
	    overflow-x: auto;
	}*/
	.servpost-item {
	    max-width: 100%;
	    flex: 0 0 100%;
		padding-left: 15px !important;
		padding-right: 15px !important;
		margin-bottom: 20px !important;
	}
	.servpost-item-content {
		text-align: center !important;
	}
	.servpost-wrap .servpost-image {
	    margin-bottom: 10px !important;
	}
	.servpost-wrap .servpost-image img {
	    max-width: 20% !important;
	    margin-left: auto !important;
    	margin-right: auto !important;
	}
	.servpost-wrap .servpost-item-title {
	    font-size: 18px;
	    line-height: 20px !important;
	    margin-bottom: 10px !important;
	    text-align: center !important;
	}
	.servpost-item-content p {
		display: none;
	    line-height: 20px !important;
	}
	.revpost-grid-wrap .revpostlist {
	    width: 100%;
	    max-height: 420px;
	    overflow-y: auto;
	}
	.revpost-grid-wrap .revmore {
	    width: 100%;
	    text-align: center !important;
	}
	.revpost-grid-wrap .post-grid {
	    margin-left: 0;
	    margin-right: 0;
	    margin-bottom: 0;
	}
	.revpost-grid-wrap .post-grid-item {
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding-left: 0;
	    padding-right: 0;
	    margin-bottom: 5px;
	}
	.post-grid-item .post-item-title {
	    font-size: 16px;
	    line-height: 20px;
	    margin-bottom: 0;
	}
	.team-all .team-col {
		width: 100%;
	}
	.popup-social-icons {
		transform-origin: 120px 170px;
	}
	.servpost-wrap .servpost-image {
		height: auto;
	}
	.comment-form-cookies-consent {
	    display: flex;
	}
	#wp-comment-cookies-consent {
	    margin-right: 5px;
	    margin-top: 2px;
	}
	.otctags a {
	    padding: 7px 15px;
	    line-height: 14px;
	    margin-bottom: 10px;
	    text-align: center;
	    vertical-align: middle;
	    color: #000 !important;
	    margin-right: 5px;
	    font-size: 14px;
	}
	.logo-list li {
	    margin-right: 0;
	    width: 50%;
	    margin-bottom: 40px;
	}
}
