/*
Theme Name: Twenty Twenty Child
Theme URL: http://wpamanuke.com/
Description: Twenty Twenty Child Theme
Author: WPAmaNuke
Author URL: http://wpamanuke.com/
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/ 
/* Custom CSS goes after this line */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');


h2.entry-title {
	background-color:#ff0000;
}
h1.entry-title {
	background-color:#ff0000;	
}
#site-header {
    background: #fff;
    position: relative;
}
.header-inner {
    padding: 7px 0;
    display: flex;
    align-items: center !important;
}
.animate_btn a {
    background-color: #3ea5ce !important;
    padding: 12px 30px;
    border-radius: 5px;
    position: relative;
    display: inlin-block;
    background-color: transparent;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease, border-color 0.3s ease;

}
.animate_btn a::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 0 !important;
    background-color: #2b2b2b !important;
    z-index: -1 !important;
    transition: height 0.3s ease !important;
} 
.animate_btn a:hover::before {
  height: 100% !important;
}
.animate_btn:hover {
  color: #fff;!important

}
.primary-menu .animate_btn a {
    color: #fff !IMPORTANT;
}
.header-inner ul.primary-menu{
	display:flex;
    align-items:center;
}


.header-toggles.hide-no-js {
    display: none;
}
.top-right-header svg {
    color: #fff;
}
/* header hover code starts */
.header-navigation-wrapper a {
    color: #fff !important;
    font-family: poppins;
	position: relative;
}
.header-navigation-wrapper a:before {
    left: 0;
    background: #fff;
}
.header-navigation-wrapper li:hover a:after {
    width: 50%;
    transform: translate(-100%);
}
.header-navigation-wrapper li:hover a:before {
    width: 50%;
    transform: translate(100%);
}
.header-navigation-wrapper a:after {
    right: 0;
    background:#00a9ae;
}
.header-navigation-wrapper a:before, .header-navigation-wrapper a:after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    top: 120%;
    transition: 0.5s;
}
/* header hover code ends */
.primary-menu > li {
     font-size: 16px;
     letter-spacing: 0px;
}
.top-header-widget-area {
    background: #3ea5ce;
}
.top-header-widget-area > section {
    padding: 0px !important;
}
.top-right-header {
    display: flex;
}
.top-header {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: calc(100% - 8rem);
    max-width: 168rem;
    padding: 6px 0;
}
.top-right-header a {
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px 5px 0 0px;
    text-decoration: none;
}
.top-right-header svg {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}
.primary-menu li.current-menu-item > a {
    text-decoration: none !important;
}
.primary-menu a:hover{
	text-decoration:none;
}
.customicon_box:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 73%;
    right: 11px;
    top: 15px;
    background: #eff6f81f;
}
#service-section h3 {
    margin: 0px;
    padding-top: 14px;
}
#service-section {
    max-width: 1140px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgb(74 73 73 / 50%);
    margin: -4% auto;
    border-radius: 8px;
}
.elementor-element.elementor-element-db982d6.e-grid.e-con-full.counter-anim.e-con.e-child{
	margin-bottom: 50px;
    padding: 21px;
    position: relative;
    background-color: #2b2b2b;
    border-radius: 10px;
}
.elementor-element.elementor-element-db982d6.e-grid.e-con-full.counter-anim.e-con.e-child:before{
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    top: 0;
    left: 0;
    background: #fff;
    transition: 0.5s;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}
@keyframes MOVE-BG{
	0% {
    transform: translateX(0);
}
100% {
    transform: translateX(467px);
}
}

.price-section {
    position: relative;
    background-color: #1F1F1F;
    padding: 36px 40px 40px;
    margin-right: -54px;
    z-index: 99;
    
}
ul.price-parta {
    margin-left: 0px;
    padding: 21px 0px;
}
ul.price-parta li {
    color: #CACACA;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-size: 16px;
    line-height: 30px;
}
.service-box {
    background-color: #f1f8fc;
    padding: 0px 0px 16px 33px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 6%), 0 1px 2px rgb(74 73 73 / 6%);
}
.service-box h3 {
    margin: 50px 0px 0px 0px;
}
.service-box figure.elementor-image-box-img {
    line-height: 0;
    padding: 10px;
    background-color: #161616;
    border-radius: 0px 0px 0px 42px;
    position: relative;
}
.service-box figure.elementor-image-box-img:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color:#1F1F1F;
    transition: .5s;
}
.service-box:hover figure.elementor-image-box-img:before {
    background-color:#3ea5ce;
    transition: .5s;
}
.luxury-circle-rotate {
    -webkit-animation-name: luxury-circle-rotate;
    animation-name: luxury-circle-rotate;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes luxury-circle-rotate{
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.circle-animate .e-con-inner{
	  position: relative;
}

.ctaisection {
    max-width: 1140px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgb(74 73 73 / 50%) !important;
    margin: -11% auto 6% auto !important;
    border-radius: 8px !important;
}
.footer-sidebar-one {
    background: #272727;
    padding: 40px;
}
footer#site-footer {
    background: #201d1d;
    padding-top: 70px;
}
p.powered-by-wordpress {
    display: none;
}
a.to-the-top {
    display: none;
}
/* .ctaisection .e-con-inner:before {
    content: "";
    position: absolute;
    height: 90%;
    width: 90%;
    top: 15px;
    left: 60px;
    border: 2px solid #ebd3c0;
}
.ctaisection .e-con-inner {
    position: relative;
} */
.testimonial-custom .wpr-testimonial-image img {
    border-radius: 50px !important;
}
div#footer-sidebar {
    display: flex;
    justify-content: space-between;
}
div#footer-sidebar1 {
    width: 25%;
    margin-right: 48px;
}
div#footer-sidebar2 {
    width: 25%;
}
div#footer-sidebar3 {
    width: 25%;
}
div#footer-sidebar4 {
    width: 25%;
}
.footer-sidebar-one {
    background: #3ea5ce;
    padding: 40px 20px;
    margin-top: -48%;
}
.svg-icns {
    display: flex;
    align-items: center;
}
.svg-icns a{
	text-decoration:none ;
}
.footer-sidebar-one h2 {
    font-size: 42px !important;
    font-weight: 600 !important;
}
.logo-section {
    z-index: -1;
    padding-top: 40px;
}
#footer-sidebar h2 , #footer-sidebar2 h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    font-family: roboto;
    letter-spacing: 0px;
}
footer#site-footer {
    background: #1F1F1F;
    padding: 72px 0px 19px 0px;
}
#site-footer a {
    text-decoration: none;
    color: #efefef;
    font-size: 17px;
    font-weight: 400;
	line-height: 38px;
    font-family: roboto;
    letter-spacing: 0.1px;
}
.svg-icns svg {
    fill: #fff;
    height: 20px;
    width: 20px;
	margin-right: 10px;
}
#site-footer a:hover {
    text-decoration: none;
}
.footer-sidebar-one h2 {
    margin: 39px 0 20px 0;
}
#footer-sidebar2 h3 {
    margin: 10px 0;
}
.gallery {
    margin-top: 0px !important;
}
.sidebar-three h2 {
    margin: 7px 0px 23px -15px;
}
.gallery img {
    margin: 4px;
}
#footer-sidebar4 section.bg-img.text-center {
    padding-top: 0px;
}
#footer-sidebar4 h2 {
    margin-top: 7px;
}
#footer-sidebar4 {
    padding-left: 50px;
}
#footer-sidebar4 h6.font-alt {
    margin-top: -17px;
    color: #cfcbcb;
    font-size: 17px;
    font-weight: 400;
    line-height: 38px;
    font-family: roboto;
    text-transform: capitalize;
    letter-spacing: 0.2px;
    margin-bottom: 0px;
}
#footer-sidebar4 form.form-subscribe {
    margin-top: -33px;
}
.form-subscribe input[type="submit"] {
     background: #3ea5ce !important;
    width: 100%;
    margin-top: -7px;
    color: #ffffff;
}
.form-subscribe {
    margin-top: -124px;
}
.form-subscribe input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email{
	text-align:center;
}
.form-subscribe input[type="submit"]:hover {
    text-decoration: none;
}
.footer-credits {
    display: block;
    border-top: 1px solid rgb(255 240 240 / 13%);
    margin: auto;
    width: calc(100% - 8rem) !important;
    max-width: 168rem !important;
}
#site-footer .section-inner {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: calc(100% - 8rem) !important;
    max-width: 168rem !important;
}
.custom-footer h6 {
    text-align: center;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin: 19px 0px 0px 0px;
}
/* .footer-sidebar-one h2:after, #footer-sidebar2 h3:after, #footer-sidebar3 h2:after, #footer-sidebar4 h2:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #1F1F1F;
    height: 100%;
    width: 10%;
    top: 3px;
    left: 0px;
} */
.footer-sidebar-one h2 , #footer-sidebar2 h3, #footer-sidebar3 h2, #footer-sidebar4 h2 {
    position: relative;
}
section#shadow-host-companion {
    padding: 0px;
}
span.bread-crumb {
    color: #3ea5ce;
}
.play-img:after {
    position: absolute;
    left: -10px;
    top: -9px;
    width: 119px;
    height: 119px;
    border: 3px dashed #fff;
    z-index: -1;
    content: "";
    border-radius: 100%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotateme{
	0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #3ea5ce;
    border-radius: 5px;
    padding: 12px 20px;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #134be7;
	text-decoration:none;
}
.contact-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border-radius: 5px;
    height: 45px;
}
.contact-form textarea.wpcf7-form-control.wpcf7-textarea{
	    border-radius: 5px;
}
.logo-s img {
    width: 49% !important;
    vertical-align: middle;
    display: inline-block;
}
.testimonial-custom .wpr-testimonial-content-inner {
    min-height: 259px !important;
}
.cust-footer {
    padding-bottom: 50px;
}
/* 
mediaquerry starts */

@media (min-width: 320px) and (max-width: 767px) {
	
.top-header {
    display: none;
}
button.toggle.nav-toggle.mobile-nav-toggle {
    color: #fff !important;
}	
span.toggle-text {
    display: none;
}	
.custom-logo-link img {
    max-height: 3rem !important;
}	
	.modal-menu a{
		color: #2d2727 !important;
		font-size: 17px !important;
		letter-spacing: 0.2px !important;
	}
	ul.social-menu.reset-list-style.social-icons.fill-children-current-color, .customicon_box:before {
    display: none;
}
	div#footer-sidebar1, div#footer-sidebar2, div#footer-sidebar3, div#footer-sidebar4 {
    width: 100%;
}
#footer-sidebar4 {
    padding-left: 0px;
	}  
.form-subscribe {
    margin-top: -94px;

}
	div#footer-sidebar1, div#footer-sidebar2,#footer-sidebar4 {
    margin-left: -10px;
}
@keyframes MOVE-BG{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(320px);
	}
	}
	.service-box {
    margin-bottom: 30px !important;
}
div#footer-sidebar {
    flex-wrap:wrap;
}	
.footer-sidebar-one {
    padding: 40px 15px;
}	
	#site-footer a{
font-size:15px !important;}
}


@media (min-width: 768px) and (max-width: 1024px) {
.top-header {
    display: none;
}
button.toggle.nav-toggle.mobile-nav-toggle {
    color: #fff !important;
}	
span.toggle-text {
    display: none;
}
.modal-menu a{
	color: #2d2727 !important;
	font-size: 17px !important;
	letter-spacing: 0.2px !important;
}
		ul.social-menu.reset-list-style.social-icons.fill-children-current-color {
    display: none;
}
}
.offer_main_box {
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden; /* To clip the pseudo-element if needed */
}

.offers_box {
  background-color: rgba(247, 243, 238, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 270px;
  transform: translateY(-30%);
  z-index: 1;
}


.offers_box::before {
  content: "";
  background-color: #3ea5ce;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  z-index: 0;
  transition: all 0.3s ease;

}

.offer_main_box:hover .offers_box::before {
  height: 100%;

}
.offers_box h2{
   transition:all 0.38s ease-in-out 0s;	
}
.offer_main_box:hover h2{
	color:#fff !important;
}
.animate_btn .elementor-button-link {
  position: relative;
  display:inlin-block;
  padding: 12px 30px;
  background-color: transparent;
  color: #3ea5ce;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.animate_btn .elementor-button-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #2b2b2b;
  z-index: -1;
  transition: height 0.3s ease;
}


.animate_btn .elementor-button-link:hover::before {
  height: 100%;
}

.animate_btn:hover {
  color: ##004A5B;
  border-color: #EBEBEB;
}
nav.primary-menu-wrapper a {
    color: black !important;
}
.site-title.faux-heading a {
    text-decoration: none;
}
.footer-sidebar-one h3 {
    font-size: 22px;
    color: #fff;
    padding: 10px 0px;
    margin: 0px;
}
.footer-sidebar-one img {
    width: 200px !important;
}
.site-logo faux-heading a .custom-logo-link img {
    max-height: 4.5rem !important;
}
.site-logo.faux-heading img {
    max-height: 60px;
    object-fit: contain;
}

