/*
 Theme Name:   Yoshiro Digital
 Template:     twentytwenty
*/

body{
  margin: 0;
  padding: 0;
  background: #000;
   font-family: 'Poppins', sans-serif;
  }
  
  h1,h2,h3,h4,h5,h6,p,ul,ol,li{
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  }
  ul,ol,li{
  list-style: none;
  }
  
  img{
  max-width: 100%;
  }
  section,header,footer{
  float: left;
  width: 100%;
  }
  :focus
  {
  outline: none;;
  }
  input{
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  }
  button, input[type="submit"], input[type="button"]
  {
  -webkit-appearance: none;
  -moz-appearance: none;
  }
  
  a{
  transition: .3s all ease;
	-webkit-transition: .3s all ease;
  text-decoration: none;
  }
  a:hover, a:focus{
  text-decoration: none !important;
  }
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
}
.post-inner {
	display: inline-block;
	width: 100%;
	padding: 0;
}
#site-content {
	width: 100%;
}
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 100%;
	width: calc(100%);
}
.entry-header.has-text-align-center.header-footer-group {
	display: none;
}
.elementor-section-wrap.ui-sortable {
	display: inline-block;
	width: 100%;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin: 0;
}
body .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}
/*header part start*/

#site-header {
	background: #000;
	padding: 29px 0;
	z-index: 9;
	position: fixed;
	top: 0;
}
.auto-container{
	width: 1128px;
	margin:auto;
	max-width:95%;
}
.header-logo {
	float: left;
}
.header-navigation-outer {
	float: right;
	padding: 10px 0 0 0;
}
.header-navigation-outer li {
	margin-right: 24px;
	float: left;
	height: 24px;
	overflow: hidden;
	position: relative;
}
.sub-menu {
	display: none;
}
.header-navigation-outer li a
{
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
	position: relative;
	float: left;
}
.header-navigation-outer li a::after {
	content: attr(data-link);
	position: absolute;
	right: 0;
	top: 30px;
	opacity: 1;
	text-decoration: none;
	color: #24C7ED;	
	transition: 0.4s ease all;
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	-ms-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
}
/*.header-navigation-outer li:hover a {
	margin-top: -30px;
}*/
/*.header-navigation-outer li a:hover
{
	color: #24C7ED;
}*/
.header-navigation-outer li.lets-talk {
	margin: -8px 8px 0 0;
	height: auto;
	overflow: visible;
}
.header-navigation-outer li.lets-talk a {
	background: #24C7ED;
	border-radius: 10px;
	margin: 0 !important;
	font-size: 0;
	position: relative;
	overflow: hidden;
}
.header-navigation-outer li.lets-talk a:after
{
	display: none;
}
.header-navigation-outer li.lets-talk:last-child {
	margin: -8px 0 0 0;
}
.lets-talk-text {
	position: relative;
	z-index: 2;
	font-size: 16px;
	float: left;
	padding: 8px 20px 8px 20px;
	border-radius: 10px;
	color: #fff;
}


.explode-circle {
  animation: explode 2s forwards;
  -webkit-animation: explode 2s forwards;
}

.desplode-circle {
  animation: desplode 2s forwards;
  -webkit-animation: desplode 2s forwards;
}
.lets-talk-hover, .newsletter-inner-hover {
	background-color: red;
	border-radius: 1000px;
	position: absolute;
	left: 0;
	top: 0;
	width: 0px;
	height: 0px;
	margin-left: 0px;
	margin-top: 0px;
	pointer-events: none;
	/* animation-timing-function: ease-in-out; */
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	-ms-border-radius: 1000px;
	-o-border-radius: 1000px;
}
@-webkit-keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #1897B5;
  }
  100% {
    width: 800px;
    height: 800px;
    margin-left: -400px;
    margin-top: -400px;
    background-color: #1897B5;
  }
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #1897B5;
  }
  100% {
    width: 800px;
    height: 800px;
    margin-left: -400px;
    margin-top: -400px;
    background-color: #1897B5;
  }
}

@-webkit-keyframes desplode {
  0% {
    width: 800px;
    height: 800px;
    margin-left: -400px;
    margin-top: -400px;
    background-color: #1897B5;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #1897B5;
  }
}

@keyframes desplode {
  0% {
    width: 800px;
    height: 800px;
    margin-left: -400px;
    margin-top: -400px;
    background-color: #1897B5;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #1897B5;
  }
}



.header-donate .asp_product_buy_btn .explode-circle,
.donate-menu-btn.lets-talk .explode-circle {
  animation: explode_pink 2s forwards;
  -webkit-animation: explode_pink 2s forwards;
}
.header-donate .asp_product_buy_btn .desplode-circle,
.donate-menu-btn.lets-talk .desplode-circle
{
  animation: desplode_pink 2s forwards;
  -webkit-animation: desplode_pink 2s forwards;
}
@-webkit-keyframes explode_pink {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
   background-color: #7d3a73;
  }
  100% {
    width: 800px;
    height: 800px;
    margin-left: -400px;
    margin-top: -400px;
       background-color: #7d3a73;
  }
}

@keyframes explode_pink {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
       background-color: #7d3a73;
  }
  100% {
    width: 800px;
    height: 800px;
    margin-left: -400px;
    margin-top: -400px;
      background-color: #7d3a73;
  }
}

@-webkit-keyframes desplode_pink {
  0% {
    width: 800px;
    height: 800px;
    margin-left: -400px;
    margin-top: -400px;
      background-color: #7d3a73;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
   background-color: #7d3a73;
  }
}

@keyframes desplode_pink {
  0% {
    width: 800px;
    height: 800px;
    margin-left: -400px;
    margin-top: -400px;
   background-color: #7d3a73;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #7d3a73;
  }
}
/*header part end*/


/*Banner part css start*/
.banner-outer h1
{
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255,255,255,0) 92%);
    background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
letter-spacing: -0.3px;	
}

.work-item {
	padding: 30px 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 3;
	position: relative;
}
.work-text {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	top: 10%;
	left: 10%;
	z-index: 2;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}
.border-work {
	position: absolute;
	z-index: 1;
	width: 80%;
	height: 80%;
	left: 10%;
	opacity: 0;
	top: 10%;
	border: 2px solid #24C7ED;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: translateZ(50px) perspective(1000);
	-webkit-transform: translateZ(50px) perspective(1000);
	-moz-transform: translateZ(50px) perspective(1000);
	-ms-transform: translateZ(50px) perspective(1000);
	-o-transform: translateZ(50px) perspective(1000);
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
}
.img-item {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	overflow: hidden;
}
.work-item:hover .border-work,
.work-item:hover .img-item::before {
	opacity: 1;
}
.work-item:hover .work-text {
	left: 10px;
	transform: translateZ(100px) perspective(1000);
	-webkit-transform: translateZ(100px) perspective(1000);
	-moz-transform: translateZ(100px) perspective(1000);
	-ms-transform: translateZ(100px) perspective(1000);
	-o-transform: translateZ(100px) perspective(1000);
}
.work-item .img-item {
	position: relative;
}
.work-item .img-item::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: rgba(0, 0, 0, 0.4);
	border-radius: 20px;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s all ease;
}
.work-text h3{
	font-weight: bold;
	font-size: 22px;
	line-height: 33px;
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
}
.work-text p{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #24C7ED;
}
.work-slider.our-works .work-text h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
}
.work-slider.our-works .work-text {
	top: inherit;
	bottom: 10%;
}
.work-slider.our-works .work-item .img-item::before {
	opacity: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 15.95%, rgba(0, 0, 0, 0) 100%);
	border-radius: 20px;
	transform: rotate(-180deg);
}
.yoshiro-heading span {
	-webkit-text-fill-color: #75757500;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
}
.see-light-btn .elementor-button-wrapper::after {
	position: absolute;
	content: "";
	height: calc(100% + 6px);
	top: -3px;
	width: calc(100% + 6px);
	background: rgba(36, 199, 237, 0.7);
	border-radius: 10px;
	left: -3px;
}
.see-light-btn .elementor-button-wrapper::before
 {
	position: absolute;
	content: "";
	height: calc(100% + 12px);
	top: -6px;
	width: calc(100% + 12px);
	background: rgba(36, 199, 237, 0.5);
border-radius: 10px;
	left: -6px;
}
.see-light-btn .elementor-button-link {
	position: relative;
	overflow: hidden;
	z-index: 2;
	float: left;
}
.see-light-btn .elementor-button-wrapper {
	position: relative;
	width: auto;
	display: inline-block;
}
.see-light-btn a span.elementor-button-text
{
	position: relative;
z-index: 1;
}

.yoshiro-btn-transparent .elementor-button-link {
	position: relative;
	overflow: hidden;
}
.see-light-btn .elementor-button-wrapper,
.conatct-send-btn
{
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}
.yoshiro-btn-transparent .elementor-button-link:hover,
.header-navigation-outer li.lets-talk a:hover,
.see-light-btn .elementor-button-wrapper:hover,
.conatct-send-btn:hover
{
	-webkit-box-shadow: 0px 0px 38px 0px rgba(36, 199, 237, 0.6);
box-shadow: 0px 0px 38px 0px rgba(36, 199, 237, 0.6);
}
.yoshiro-btn-transparent .elementor-button-link:hover  {
	border-color: #1897B5 !important;
}
.yoshiro-btn-transparent .elementor-button-link .elementor-button-text
 {
	position: relative;
	z-index: 2;
}

.team-text span {
	font-weight: 500;
	font-size: 13px;
	line-height: 19px;
	color: #9F9FA3;
	font-family: 'Poppins', sans-serif;
}

.newsletter-outer {
	text-align: center;
	padding: 54px 0 83px;
}
.newsletter-inner {
	max-width: 100%;
	display: inline-block;
	width: 718px;
}
.newsletter-inner h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	margin-right: auto;
	text-align: left;
}
.newsletter-inner .widget_newsletterwidget {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.newsletter-inner .tnp.tnp-widget {
	max-width: 323px;
	background: rgba(111, 111, 111, 0.4);
	border-radius: 10px;
	padding: 4px 6px;
}
.tnp.tnp-widget label {
	display: none;
}
.newsletter-inner .tnp-field.tnp-field-email .tnp-email {
	font-size: 14px;
	line-height: 21px;
	color: #C7C7C7;
	background: transparent;
	border: none;
	font-family: 'Poppins', sans-serif;
	padding: 0 10px;
	height: 34px;
}
.newsletter-inner  .tnp-field.tnp-field-email {
	margin: 0;
	float: left;
	width: calc(100% - 111px);
}

.newsletter-inner .tnp-field.tnp-field-button {
	margin: 0;
	width: 111px;
	float: left;
	background: #24C7ED;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.newsletter-inner  .tnp-field.tnp-field-button .tnp-submit {
	background: transparent;
	border-radius: 10px;
	border: none;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	text-transform: unset;
	font-family: Poppins;
	font-weight: normal;
	padding: 6px 21px 7px 21px;
	display: inline-block;
	line-height: 21px;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
}

#site-footer {
	background: #000;
	padding: 0;
}
.footer-top-part {
	width: 100%;
	float: left;
	border-bottom: 1px solid #fff;
	padding: 0px 0 24px;
}
.footer-top-part p {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #FFFFFF;
}
.footer-left {
	opacity: 0.9;
	float: left;
	width: 32%;
}
.footer-top-part a {
	color: #fff;
}
.footer-middle {
	float: left;
	width: 23%;
}
.footer-middle.ukraine-address {
	width: 18%;
}
.footer-logo {
	float: right;
}
.copyright-outer {
	float: left;
	width: 100%;
	padding: 33px 0 37px 0;
}
.footer-copyright {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	float: left;
}
.footer-copyright span {
	color: #24C7ED;
}
.footer-links {
	float: right;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
}
.footer-links a
{
	color: #fff;
}
.team-text  h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
}
.team-text.team-paragraph p {
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
}
.team-text  h3 a{
	color: #fff;
}
.team-text {
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	position: absolute;
	bottom: 10px;
	left: 20px;
	z-index: 4;
}
.team-text.team-paragraph {
	bottom: -10px;
}
.portfolio-items.careers .team-text.team-paragraph {
	bottom: 13px;
}
.team-text.team-paragraph  span
{
	opacity: 0;
}
.portfolio-items.careers .team-text.team-paragraph span {
	opacity: 1;
}
.related-news-outer {
	padding: 0 0;
}
.team-item:hover .team-text,
.portfolio-item:hover .team-text{
	bottom: 30px;
}
.portfolio-item:hover .team-text.team-paragraph
{
	bottom: 10px;
}
.portfolio-item:hover .team-text.team-paragraph  span
{
	opacity: 1;
}
.yoshiro-btn-transparent .elementor-button-icon.elementor-align-icon-right {
	align-items: center;
	-webkit-align-items: center;
	display: flex;
	display: -webkit-flex;
	position: relative;
	z-index: 1;
}
.team-item:hover .team-text span,
.portfolio-item:hover .team-text span
{
	color: #fff;
}
.team-text ul {
	opacity: 0;
	list-style: none;
}
.team-item:hover .team-text ul,
.portfolio-item:hover .team-text ul {
	opacity: 1;
}
.bg-hover-team {
	background: #e9204f;
	/*background: -webkit-gradient(linear, left bottom, left top, from(#24C7ED), to(rgba(233, 32, 79, 0)));
	background: linear-gradient(0deg, #24C7ED 0%, rgba(233, 32, 79, 0) 100%);*/
	/*background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 15.95%, rgba(0, 0, 0, 0) 100%);*/
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) -30%, rgba(0, 0, 0, 0.7) 69.53%);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	left: 0;
	top: 0;
	border-radius: 20px;
	pointer-events: none;
	opacity: 1;
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.team-item {
	margin: 30px 0;
	position: relative;
}
.portfolio-items {
	margin: 0 0 0 -24px;
	display: block;
}
.portfolio-item-outer {
	float: left;
	width: 33.33%;
}
.portfolio-item-outer {
	float: left;
	width: 33.33%;
	padding: 0 0 36px 24px;
}
.portfolio-item {
	margin: 0px 0;
	position: relative;
	float: left;
	width: 100%;
}
.team-item:hover .bg-hover-team,
.portfolio-item:hover .bg-hover-team
{
	background: linear-gradient(0deg, #24C7ED 0%, rgba(233, 32, 79, 0) 100%);
}
.team-text ul li {
	display: inline;
}
.team-text ul li a {
	color: #fff;
	font-size: 13px;
	margin-right: 10px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 5px;
	height: 5px;
	margin: 5px 3px;
	background: #C4C4C4;
	border: solid #e9204f 0px;
	transition: .5s all ease;
	-webkit-transition: .5s all ease;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #24C7ED;
	box-shadow: none;
	width: 21px;
}
/*.home-slider .owl-dots {
	display: none;
}*/
.logo-slider .slick-slide img {
	margin: 0 auto 45px;
	opacity: 1;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}
.logo-slider .slick-slide img:hover {
	opacity: .41;
	}
.logo-slider .lae-container ul.slick-dots li button {
	background: #C4C4C4;
	border: 0px solid #C4C4C4;
	width: 5px;
	height: 5px;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}
.logo-slider .lae-container ul.slick-dots li {
	margin: 0 8px 0 0 !important;
	width: auto;
}
.logo-slider .lae-container ul.slick-dots li.slick-active button {
	width: 21px;
	height: 5px;
	border-radius: 10px;
	background: #24C7ED !important;
	border: none !important;
}
.banner-icons {
	left: inherit !important;
	right: 0px !important;
	width: auto !important;
	margin-top: 10px;
	position: relative;
	display: inline-block;
	/* width: 100%; */
}
.banner-icons li {
	margin: 5px 0 5px 10px !important;
	float: left;
}
.banner-icons li a {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 40px !important;
	height: 40px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	margin-bottom: 10px;
	float: left;
}
#site-footer .banner-icons li a:hover {
	-webkit-box-shadow: 0px 0px 50px 0px rgba(36, 199, 237, 0.6);
	box-shadow: 0px 0px 50px 0px rgba(36, 199, 237, 0.6);
	color: #fff;
}
.banner-icons li a .elementor-icon-list-icon {
	justify-content: center;
align-items: center;
display: flex;
	background: #111111;
	float: left;
	text-align: center;
	-webkit-transition: 400ms;
	transition: 400ms;
	text-decoration: none;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	
}

.banner-icons li a .elementor-icon-list-icon .fab,
.banner-icons li a .elementor-icon-list-icon .fa
{z-index: 10;
	position: relative;
	font-family: FontAwesome;
	font-weight: 500;

}
.banner-icons li a .elementor-icon-list-icon  .fa-linkedin::before {
	content: "\f0e1";
}
.banner-icons li a .elementor-icon-list-text {
	background-color: red;
	border-radius: 1000px;
	position: absolute;
	left: 0;
	top: 0;
	width: 0px;
	height: 0px;
	margin-left: 0px;
	margin-top: 0px;
	pointer-events: none;
	/* animation-timing-function: ease-in-out; */
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	-ms-border-radius: 1000px;
	-o-border-radius: 1000px;
}

.explode-circle_social {
  animation: explode_social 1s forwards;
  -webkit-animation: explode_social 1s forwards;
}

.desplode-circle_social {
  -webkit-animation: desplode_social 0.5s forwards;
          animation: desplode_social 0.5s forwards;
}

@-webkit-keyframes explode_social {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #24c7ed;
  }
  100% {
    width: 700px;
    height: 700px;
    margin-left: -350px;
    margin-top: -350px;
    background-color: #24c7ed;
  }
}

@keyframes explode_social {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #24c7ed;
  }
  100% {
    width: 700px;
    height: 700px;
    margin-left: -350px;
    margin-top: -350px;
    background-color: #24c7ed;
  }
}

@-webkit-keyframes desplode_social {
  0% {
    width: 700px;
    height: 700px;
    margin-left: -350px;
    margin-top: -350px;
    background-color: #24c7ed;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #24c7ed;
  }
}

@keyframes desplode_social {
  0% {
    width: 700px;
    height: 700px;
    margin-left: -350px;
    margin-top: -350px;
    background-color: #24c7ed;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #24c7ed;
  }
}



.our-works-slider-outer .owl-dots {
	margin-top: 28px !important;
}
.latest-news-outer .owl-dots {
	margin-top: 20px !important;
}
/*.banner-inner h2 span,
.elementor-element.elementor-element-3be114b.elementor-widget.elementor-widget-heading h2 span,
.elementor-element.elementor-element-1f449ec.elementor-widget.elementor-widget-heading h2 span {
	color: #24C7ED;
}*/
.yoshiro-heading h4::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 116px;
	width: 1px;
	height: 79px;
	border-right: 1px dashed #fff;
}



#site-footer  a:hover{
	color: #1897B5;
}
.services-banner-right .elementor-column-wrap.elementor-element-populated .elementor-widget-wrap {
	width: 522px;
	max-width: 100%;
}

.services-banner-left .elementor-widget-wrap {
	width: 495px;
	margin-left: auto;
	max-width: 100%;
}
.services-banner-left::before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 103px;
	right: 0;
	bottom: 0;
	right: 114px;
	width: 330px;
	height: 287px;
	border-top: 4px solid;
	border-right: 4px solid;
	transform: rotate(-15deg);
	border-image: -webkit-linear-gradient(to right, transparent 55%, #24C7ED 55%, #24C7ED 100%) 30;
	border-image: linear-gradient(to right, transparent 55%, #24C7ED 55%, #24C7ED 100%) 30;
	transition-timing-function: cubic-bezier(.25, .25, .75, .75);
	transition-duration: 0.6s;
	transition-property: opacity, transform;
	opacity: 1;
}

.services-banner-left::after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 359px;
	/* right: 0; */
	bottom: 0;
	right: 80px;
	width: 340px;
	height: 30px;
	border-left: 4px solid #24c7ed;
	border-bottom: 4px solid #24c7ed;
	transform: rotate(-15deg);
	/* border-image: -webkit-linear-gradient(to bottom, transparent 83%, var(--primary-color) 83%, var(--primary-color) 100%) 30; */
	/* border-image: linear-gradient(to bottom, transparent 83%, #24C7ED 83%, #24C7ED 100%) 30; */
	transition-timing-function: cubic-bezier(.25, .25, .75, .75);
	transition-duration: 0.6s;
	transition-property: opacity, transform;
	opacity: 1;
}

body .ideal-process-outer .elementor-widget:not(:last-child) {
	margin-bottom: 0 !important;
}
.ideal-process-outer .elementor-row {
	margin: 0 0 0 -40px;
	width: auto;
}
.ideal-process-inner {
	padding: 0 0 0 40px;
}

.ideal-process-inner .elementor-column-wrap.elementor-element-populated {
	min-height: 343px;
	display: flex;
	transition: 1s all ease  !important;
	-webkit-transition: 1s all ease  !important;
	align-items: center;
}
.ideal-process-inner,
.ideal-process-inner .elementor-widget-wrap{
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}

.ideal-process-inner:hover .elementor-column-wrap .elementor-widget-wrap {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.ideal-process-content p {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: .3s all ease !important;
	-webkit-transition: .3s all ease !important;
	height: 41px;
	display: block;
	display: -webkit-box;
}
.ideal-process-inner:hover .elementor-column-wrap.elementor-element-populated
{

	background: #24C7ED !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	transform: translateY(-7.5px) rotateY(180deg);
	-webkit-transform: translateY(-7.5px) rotateY(180deg);
}
.ideal-process-inner .elementor-column-wrap.elementor-element-populated:hover .ideal-process-img,
.ideal-process-inner .elementor-column-wrap.elementor-element-populated:hover .ideal-process-link
{
	display: none;
}
.ideal-process-inner .elementor-column-wrap.elementor-element-populated:hover .ideal-process-content p
{
	height: auto;
	text-overflow: inherit;
	-webkit-line-clamp: inherit;
}

.ideal-process-start > div::before,
.ideal-process-end > div::before {
	position: absolute;
	z-index: -1;
	content: '';
	width: 200px;
	height:200px;
	border: none;
	top: -10px;
	left: -10px;
	background: #24C7ED;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}
.ideal-process-end > div::before{
	top: inherit;
	left: inherit; 	
	right: -10px;
bottom: -10px;
}
.ideal-process-start > div:hover::before,
.ideal-process-end > div:hover::before{
	opacity: 0;
}
.ideal-process-inner .elementor-column-wrap.elementor-element-populated::after {
	position: absolute;
	z-index: -1;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: .2s all ease;
	border: none;
	background-color: #191919;
}
.ideal-process-inner .elementor-column-wrap.elementor-element-populated::after 
{
	background: #24C7ED;
}
.services-slide-inner .slick-track
{
	display:flex;
	-webkit-display:flex;
}
.services-slide-inner .slick-slide {
	height: inherit;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}
.services-slide-inner .slick-slide:hover{
	background: #24C7ED !important;
	transform:translateY(-7.5px);
}
.services-slide-inner .slick-slide .size-full.wp-image-224.aligncenter {
	margin: 31px auto 50px;
}
.services-slide-inner .slick-slide:hover .size-full.wp-image-224.aligncenter 
{
	filter: brightness(100);
}
.services-slide-inner .lae-container ul.slick-dots {
	bottom: -47px;
}
.services-slide-inner  .lae-container ul.slick-dots li {
	margin: 0 8px 0 0 !important;
	width: auto;
}
.services-slide-inner .lae-container ul.slick-dots li.slick-active button {
	width: 21px;
	height: 5px;
	border-radius: 10px;
	background: #24C7ED !important;
	border: none !important;
}
.services-slide-inner  .lae-container ul.slick-dots li button {
	background: #C4C4C4;
	border: 0px solid #C4C4C4;
	width: 5px;
	height: 5px;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
}
.faqs-outer .elementor-accordion-item
{
	margin-bottom: 11px;
}
.faqs-outer .elementor-tab-title
{
	position: relative;
}
.faqs-outer .elementor-tab-title::after {
	content: "";
	position: absolute;
	right: 40px;
	background: url(images/plus-icon.png) no-repeat center;
	height: 17px;
	width: 17px;
	top: 20px;
}
.faqs-outer .elementor-tab-title.elementor-active::after 
{
background: url(images/minus-icon.png) no-repeat center;
}

.lets-contact-form .top-checkbox-inner {
	margin: 0px 0px 8px;
}
.lets-contact-form  .top-checkbox-inner .wpcf7-list-item-label {
	font-size: 14px;
	line-height: 21px;
	color: #AFAFAF;
	font-family: "Poppins", Sans-serif;
	font-weight: normal;
	vertical-align: top;
}
.lets-contact-form .top-checkbox-inner span.wpcf7-list-item {
	display: inline-block;
	position: relative;
	padding: 5px 0 0 40px;
	vertical-align: top;
	margin: 0 34px 0 0;
	position: relative;
}
.lets-contact-form .top-checkbox-inner span.wpcf7-list-item::before {
	border: 1px solid #A6A6A6;
	box-sizing: border-box;
	border-radius: 2px;
	content: "";
	position: absolute;
	height: 29px;
	width: 29px;
	left: 0;
	top: 0;
}
.lets-contact-form .top-checkbox-inner .wpcf7-list-item  .wpcf7-list-item-label::after {
	border-bottom: 3px solid #24C7ED;
	content: "";
	position: absolute;
	left: 5px;
	top: 8px;
	height: 9px;
	opacity: 0;
	width: 18px;
	border-left: 3px solid #24C7ED;
	transform: rotate(-42deg);
	-webkit-transform: rotate(-42deg);
}
.lets-contact-form  .wpcf7-list-item input:checked + .wpcf7-list-item-label::after, .sep-lp-banner-right .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
opacity: 1;
}
.lets-contact-form .top-checkbox-inner input, .bottom-checkbox-outer span.wpcf7-list-item input, .sep-lp-banner-right span.wpcf7-list-item input {
	position: absolute;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: no-repeat;font-family: 'Poppins', sans-serif;
	opacity: 0;
	top: 0;
	z-index: 1;
}
.lets-contact-form .contact-field {
	border: 1px solid #A6A6A6;
	box-sizing: border-box;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 14px;
	background: transparent;
	color: #AFAFAF;
	font-family: 'Poppins', sans-serif;
	padding: 7px 12px;
	font-size: 16px;
	-webkit-appearance:none;
	-moz-appearance:none;
	width: 100%;
	height: 38px;
}
.lets-contact-form textarea.contact-field
{
	min-height: 120px;
}
.conatct-send-btn {
	float: left;
	background: #24C7ED;
	margin: 6px 0 20px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.lets-contact-form .send-btn {
	
	text-transform: unset;
	border-radius: 10px;
	padding: 0;
	padding: 11px 33px;
	font-style: normal;
	font-weight: normal;
	position: relative;
	font-size: 14px;
	line-height: 21px;
	color: #131313;
	font-family: 'Poppins', sans-serif;
	background: transparent;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	border: none;

}
.conatct-send-btn span.ajax-loader {
	position: absolute;
	margin: 14px 0 0 15px;
}
.lets-contact-form .send-btn:hover {
	
	text-decoration: none;
}
.lets-talk-heading h4 span
{
	-webkit-text-fill-color: #75757500;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: white;
}
.bottom-checkbox-outer {
	display: inline-block;
}
.lets-contact-form .wpcf7-form-control-wrap.website-url,
.lets-contact-form .wpcf7-form-control-wrap.menu-591 {
	width: 49%;
	display: inline-block;
	margin-right: 2%;
	vertical-align: top;
}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 12px;
	font-weight: normal;
	display: block;
	font-family: "Poppins", Sans-serif;
	margin: -10px 0 10px 0;
}
.phone-field {
	display: inline-block;
	width: 100%;
}
.country-select .country-list .country {
	padding: 2px 8px;
	font-size: 12px;
	font-family: "Poppins", Sans-serif;
}
.country-select.inside input, .country-select.inside input[type="text"] {
	display: none;
}
.country-select.inside .flag-dropdown {
	right: auto;
	left: 0;
	height: 38px;
	border-right: 1px solid #A6A6A6;
	border-radius: 4px 0 0px 3px;
}
.country-select .selected-flag .arrow {
	border-top: 4px solid #fff;
}
.country-select .selected-flag .arrow.up {
	border-bottom: 4px solid #fff;
}
.lets-contact-form .phone-field .wpcf7-form-control-wrap.phone {
	width: 100%;
}
.contact-form .lets-contact-form .phone-field .contact-field ,
.lets-contact-form .phone-field .contact-field {
	padding-left: 59px;
}
.wpcf7-response-output {
	margin: 10px 0 !important;
	color: #fff;
	font-family: "Poppins", Sans-serif;
	font-size: 13px;
}
.lets-contact-form .wpcf7-form-control-wrap.phone,
.lets-contact-form .wpcf7-form-control-wrap.text-211
 {
	width: 49%;
	display: inline-block;
}
.bottom-checkbox-outer .wpcf7-list-item-label {
	font-size: 12px;
	line-height: 18px;
	color: #AFAFAF;
	font-family: 'Poppins', sans-serif;
	padding: 0 0 0 21px;
	display: inline-block;
}
.bottom-checkbox-outer span.wpcf7-list-item {
	margin: 0 0  12px;
	position: relative;
}
.bottom-checkbox-outer .wpcf7-list-item-label::before, .sep-lp-banner-right .wpcf7-list-item-label::before {
	border: 1px solid #A6A6A6;
	box-sizing: border-box;
	border-radius: 2px;
	content: "";
	position: absolute;
	height: 14px;
	width: 14px;
	left: 0;
	top: 3px;
}
.bottom-checkbox-outer .wpcf7-list-item-label::after, .sep-lp-banner-right .wpcf7-list-item-label::after {
	border-bottom: 2px solid #24C7ED;
	content: "";
	position: absolute;
	left: 2px;
	top: 7px;
	height: 4px;
	opacity: 0;
	width: 10px;
	border-left: 2px solid #24C7ED;
	transform: rotate(-42deg);
	-webkit-transform: rotate(-42deg);
}
.serice-form-outer::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 10px;
	height: 171px;
	background: #24C7ED;
	width: 4px;
}
.lets-talk-heading::before
{
	width: 52px;
	height: 4px;
	background: #24C7ED;
	content: "";
	position: absolute;
	left: 0;
	top: 0;

}
.ideal-process-heading .elementor-heading-title {
	position: relative;
}
.service-heading h2::after, .ideal-process-heading h2::after
{
	width: 52px;
	height: 4px;
	background: #24C7ED;
	content: "";
	position: absolute;
	left: 0;
	bottom:0px;
}
.ideal-process-heading h2::after
{
	bottom:-20px;
}

.order-online::after {
	content: "";
	position: absolute;
	left: 50%;
	top: -96px;
	background: #24C7ED;
	width: 4px;
	height: 172px;
}
.blue-dot {
	color: #24c7ed;
}
.contact-info .elementor-inner-column .elementor-column-wrap {
    min-height: 313px;
}
.contact-info .elementor-inner-column {
    padding: 0 15px;
}
.contact-info .elementor-container .elementor-row {
    display: block;
}
.contact-info .elementor-container .elementor-row .elementor-element.elementor-column {
    display: inline-block;
    width: 32.9%;
    vertical-align: top;
}
.contact-info .elementor-text-editor p a {
	color: #fff;
}
.contact-form .elementor-column-wrap {
    z-index: 9;
}
.contact-form form.wpcf7-form {
    max-width: 847px;
    background-color: #000000;
    margin: 0 auto;
    padding: 0 143px 55px;
    border-radius: 26px;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
}
.contact-form .conatct-send-btn {
   	float: none;
    margin: 6px 0 0;
    display: inline-block;
}
.contact-form .lets-contact-form .send-btn {
    min-width: 187px;
    height: 43px;
}
.contact-form .lets-contact-form .contact-field {
    font-size: 14px;
    font-weight: 400;
}
.contact-form .lets-contact-form .contact-field::-webkit-input-placeholder {
  color:  #AFAFAF;
}
.contact-form .lets-contact-form .contact-field:-ms-input-placeholder {
  color:  #AFAFAF;
}
.contact-form .lets-contact-form .contact-field::placeholder {
  color:  #AFAFAF;
}
.contact-form span.wpcf7-form-control-wrap.call_type {
    width: 100%;
    display: inline-block;
}
.contact-form span.wpcf7-form-control-wrap.call_type {
    width: 100%;
    display: inline-block;
    text-align: center;
	margin: 0;
}
.contact-form .lets-contact-form .top-checkbox-inner span.wpcf7-list-item:first-child {
    float: left; 
}
.contact-form .lets-contact-form .top-checkbox-inner span.wpcf7-list-item:last-child {
    float: right;
    
}
/*Single news start */
.news-banner-outer {
	padding: 241px 0;
	margin: 100px 0 0 0;
	text-align: center;
	background-size: cover;
	background-position: center;
}
.news-banner-inner {
	float: left;
	width: 100%;
}
.news-banner-inner h1 {
	font-weight: bold;
	font-size: 48px;
	line-height: 72px;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
}
.news-banner-inner p {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #9F9FA3;
}
.news-banner-inner h2
{
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #24C7ED;
}
.news-content-outer {
	padding: 50px 0;
}
.news-content-inner p
{
	font-weight: 500;
font-size: 18px;
line-height: 27px;
margin: 0 0 20px;
color: #FFFFFF;
}
.button404 .elementor-button-link {
	min-width: 320px;
}
.news-content-inner h3
{
font-size: 24px;
line-height: 36px;
font-weight: bold;
color: #24C7ED;
}
.news-content-inner h4
{
	font-weight: 500;
font-size: 36px;
line-height: 54px;
margin: 15px 0 23px;
color: #FFFFFF;
}
.related-news-outer .owl-dots.disabled {
	display: block;
	margin: 20px 0 0 !important;
}
.related-news-outer .news-content-inner h3 {
	color: #fff;
}
.related-news-outer .news-content-inner h3  span,
.related-news-outer .news-content-inner p {
	color: #24C7ED;
}

.single-blog-page-outer {
	padding: 110px 0 80px 0;
}
.single-blog-inner {
	background: #FFFFFF;
	border-radius: 30px;
	padding: 40px 30px 50px 60px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.single-blog-top {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
.single-blog-top h1 {
	font-family: Poppins;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 52px;
	color: #000000;
}
.single-blog-top h2 {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
}
.single-blog-top .author-name {
	display: inline;
	color: #24C7ED;
}
.single-blog-left {
	float: left;
	width: 70%;
}
.single-blog-left  img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 24px;
}

.single-blog-left p {
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #363636;
	margin: 0 0 15px 0;
}
.single-blog-left ul {
	margin: 0 0 20px 15px;
}
.single-blog-left li {
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #363636;
	margin: 0 0 5px 0;
	list-style: disc;
}
.single-blog-left li a
{
	color: #363636;
}
.single-blog-left h2, .single-blog-left h1 {
	font-family: Poppins;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 33px;
	color: #24C7ED;
}
.single-blog-left h3
{
	font-family: Poppins;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	color: #24C7ED;
}
.single-blog-left p a {
	color: #00B3FF;
	font-style: italic;
	font-weight: 600;
}
.single-blog-left  b, .single-blog-left  strong {
	font-weight: bold;
}
.single-blog-right {
	float: left;
	width: 30%;
	padding: 0 0 0 25px;
}
.single-blog-right h3 {
	font-family: Poppins;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}
.single-blog-right p {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	color: #24C7ED;
	padding: 0 0 25px 0;
}
.single-blog-right-thumbnail {
	width: 85px;
	height: 85px;
}
.single-blog-right-thumbnail img{
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.single-blog-right-detail {
	width: calc(100% - 85px);
	width: -webkit-calc(100% - 85px);
	padding: 0 0 0 8px;
}
.single-blog-right li {
	margin: 0 0 10px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
}
.single-blog-right-detail span
{
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 19px;
	color: #9F9FA3;
}
.single-blog-right-detail h4 {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	color: #000000;
}
.single-blog-right-detail h4 a
{
	color: #000000;
}
.single-blog-right li:hover .single-blog-right-detail h4 a,
.single-blog-right li:hover .single-blog-right-detail span
{
	color: #24C7ED;
}
.footer-border-inner a,
.news-content-inner-btn a {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	padding: 8px 39px 8px 39px;
	display: inline-block;
}
.footer-border-inner {
	text-align: center;
	padding: 0 0 40px;
	border-bottom: 1px solid #393939;
}
.footer-border-inner a
{
	display: none;
}
.footer-border {
	padding: 70px 0 0 0;
}
.news-content-inner-btn.yoshiro-btn-transparent {
	position: relative;
	float: right;
	margin: -72px 0 0 0;
}
/*Single news end*/
.mobile-hide {
	display: inline;
}
.mobile-show {
	display: none;
}
/*Portfolios popop  css start*/
.portfolio-popup-outer {
	float: left;
	width: 100%;
	/* display: none; */
	transform: none;
	-webkit-transform: none;
	left: 0;
	position: relative;
	padding: 0 0px;
	max-width: 1900px;
}
.portfolio-slider-img {
	height: 800px;
}

.portfolio-popup-slider .portfolio-slider  .portfolio-slider-img img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.portfolio-popup-item {
	float: left;
	width: 100%;
	display: none;
}
.portfolio-popup-item.active {
	display: block;
}
.portfolio-popup-top {
	/* display: inline-block; */
	width: 100%;
	margin: auto;
	max-width: 1130px;
	padding: 0 0px 0;
}
.portfolio-popup-top-left {
	float: left;
}

.portfolio-top-banner.banner-popup-outer {
	padding-bottom: 0 !important;
	padding-top:145px !important;  
}
.portfolio-top-banner.banner-popup-outer h1, .portfolio-top-banner.banner-popup-outer p {
	display: none;
}
.popup-top-img {
	height: 68px;
	width: 68px;
	background: #fff;
	float: left;
	border-radius: 50%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	padding: 7px;
}
.popup-botton-details img {
	max-height: 170px;
}
.popup-top-img img {
	max-width: 100%;
	max-height: 100%;
}
.popup-top-details {
	float: left;
	margin: 4px 0 0 15px;
}
.popup-top-details h2{
	font-size: 22px;
	line-height: 33px;
	color: #FFFFFF;
	font-family: Poppins;
}
.popup-top-details h2 a
{
color: #FFFFFF;	
}
.popup-top-details p {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #24C7ED;
	font-family: Poppins;
}
.portfolio-popup-top-right {
	float: right;
	margin: 17px 0 0 0;
}
.portfolio-popup-top-right a {
	width: 33px;
	height: 33px;
	background: #363636;
	float: right;
	position: relative;
}
.portfolio-popup-top-right a::after
{
	background:url(images/cross-icon.png) no-repeat center;
	height: 100%;
	width: 100%;
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
}
.portfolio-popup-slider {
	float: left;
	width: 100%;
	margin: 32px 0 0;
	position: relative;
}
.portfolio-popup-slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 18px;
}
.portfolio-popup-slider  .owl-theme .owl-dots .owl-dot span {
	background: #fff;
}
.portfolio-popup-slider .owl-theme .owl-dots .owl-dot.active span
{
	background: #24c7ed;
}
.portfolio-popup-slider .owl-nav button {
	position: absolute;
	height: 49px;
	width: 49px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.8)  url(images/slide-arrow.png) no-repeat center !important;
	border-radius: 0 !important;
	margin: -25px 0 0 0 !important;
	top: 50%;
}
.portfolio-popup-slider .owl-nav button span
{
	font-size: 0;
}
.portfolio-popup-slider .owl-nav button.owl-prev
{
	left: 0;
}
.portfolio-popup-slider .owl-nav {
	margin: 0;
}
.portfolio-popup-slider .owl-nav button.owl-next {
	right: 0;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.popup-middle-details {
	float: left;
	width: 100%;
	background: #fff;
	padding: 26px 60px 44px 48px;
}
.popup-middle-top {
	float: left;
	width: 100%;
	padding: 39px 0 0px;
	border-top: 1px solid #DDD;
	margin-top: 30px;
}
.popup-middle-top h3 {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
}
.popup-middle-top p {
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	color: #9B989D;
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}
.popup-middle-bottom {
	float: left;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.popup-middle-bottom-inner {
	width: 33.33%;
	text-align: center;
	float: left;
}
.popup-middle-bottom-inner h4 {
	font-family: Poppins;
	font-style: normal;
	font-weight: 900;
	font-size: 72px;
	line-height: 108px;
	color: #000000;
}
.popup-middle-bottom-inner span {
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
}
.popup-botton-details {
	background: #363636;
	border-radius: 0 0 15px 15px;
	text-align: center;
	padding: 57px 24%;
	float: left;
	width: 100%;
}
.popup-botton-details img {
	display: inline-block;
	margin: 0 0 20px;
}
.popup-botton-details p {
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 0 6px;
}
.popup-botton-details p strong {
	display: inline-block;
	width: 100%;
}
.popup-project-button {
	float: left;
	width: 100%;
	padding: 40px 0 10px 0;
	text-align: center;
}
.popup-project-button a {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	color: #FFFFFF;
	padding: 6px 10px;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	display: inline-block;
	margin: 0 5px;
	width: 231px;
	position: relative;
	overflow:hidden; 
}
.popup-project-button a .project-text {
	position: relative;
}
.popup-project-button a:hover {
	border-color: #1897B5 !important;
	-webkit-box-shadow: 0px 0px 38px 0px rgba(36, 199, 237, 0.6);
box-shadow: 0px 0px 38px 0px rgba(36, 199, 237, 0.6);
}
.popup-project-button a::after
{
	background: url(images/arrow-left.png) center;
	height: 8px;
	width: 13px;
	content: "";
	top: 13px;
	position: absolute;
}
.popup-project-button a.previous-project::after
{
	left: 15px;
}
.popup-project-button a.next-project::after
{
	right: 15px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.portfolio-popup-item:first-child .popup-project-button a.previous-project,
.portfolio-popup-item:last-child .popup-project-button a.next-project
{
	pointer-events: none;
	opacity: .5;
}
.portfolio-popup-slider .portfolio-slider img {
	border-radius: 30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
}
.case-study-outer {
	padding: 40px 20px 30px 28px;
	background: #FFFFFF;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	float: left;
	width: 100%;
	margin: 30px 0 0;
}
.case-study-left {
	float: left;
	width: 50%;
}
.case-study-left {
	float: left;
	width: 50%;
}

.case-study-top {
	float: left;
	width: 100%;
	padding: 0 0 41px;
}
.case-study-left .slick-arrow {
	display: none !important;
}
.case-study-left .product__slider-main {
	height: 450px;
	margin: 0 0 10px 0;
}
.case-study-left .product__slider-thmb.slick-initialized.slick-slider {
	margin: 0 0 0 -14px;
}
.case-study-left .slick-track {
	min-width: 100%;
	text-align: center;
}
.case-study-left .product__slider-thmb .slide.slick-slide {
	height: 85px;
	margin: 0 0 0 14px;
	cursor: pointer;
	min-width: 100px;
	/*float: none;	
	display: inline-block;*/
}

.case-study-left .product__slider-thmb  .slide.slick-slide.slick-current
{
	cursor: inherit;
}
.case-study-left .product__slider-thmb .slide.slick-slide .img-responsive {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.case-study-left  .product__slider-main  div
{
	height: 100%;
}
.case-study-left .product__slider-main .img-responsive {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.case-study-right {
	width: 50%;
	float: left;
	padding: 0 0 0 20px;
}
.case-study-right h3 {
	font-family: Poppins;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	margin: 0 0 3px;
}
.case-study-right p {
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	margin: 5px 0 24px;
}
.case-study-right ol, .case-study-right ul {
	margin: 0 0 0 20px;
}
.case-study-right li {
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	margin: 2px 0 3px;
	list-style: url;
}
.case-study-right ul li
{
	list-style: disc;
}
.case-study-percent-outer {
	float: left;
	width: 100%;
	text-align: center;
	border-top: 1px solid #DDDDDD;
	padding: 40px 0 40px 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}
.case-study-percent-inner h4 {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #000000;
}
.case-study-percent-inner h3 {
	font-family: Poppins;
	font-style: normal;
	font-weight: 900;
	font-size: 60px;
	line-height: 70px;
	color: #000000;
	position: relative;
}
.case-study-percent-inner p {
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #000000;
}
.case-study-percent-inner {
	
	width: auto;
	margin: 0 30px 0;
}
.case-study-percent-inner > *
{
	padding: 0 30px 0;
}
.case-study-percent-inner h3::after {
	background: url(https://yoshirodigital.com/wp-content/uploads/2020/10/case-study-arrow.png) no-repeat center;
	background-size: contain;
	height: 30px;
	width: 30px;
	content: "";
	position: absolute;
	right: -2px;
	top: 20px;
}
.case_study_testimonial_outer {
	border-top: 1px solid #DDDDDD;
	float: left;
	width: 100%;
	text-align: center;
	padding: 40px 13% 20px;
}
.case_study_testimonial_outer h5
{
	font-family: Poppins;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #000000;
}
.case_study_testimonial_outer p {
	font-family: Poppins;
	font-style: italic;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	padding: 14px 0 0 0;
}
.case_study_testimonial_outer h4 {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	margin: 13px 0 0 0;
}
/*Portfolios popop  css end*/
.service-post-outer .tp-flipbox__icon-front, 
.service-post-outer .tp-flipbox__icon-back {
	padding: 0;
	text-align: left;
}
.service-post-outer .tp-flipbox__title-front, 
.service-post-outer .tp-flipbox__title-back {
	color: #FFFFFF;
	font-family: "Poppins", Sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	padding: 0 0 11px 0;
	text-align: left;
}
.service-post-outer .tp-flipbox__icon-front {
	padding: 0 0 15px;

}
.service-post-outer .tp-flipbox__desc-front, 
.service-post-outer .tp-flipbox__desc-back {
	padding: 0;
	text-align: left;
	padding-bottom: 0;
	color: #FFFFFF;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
}
.service-post-outer .tp-flipbox__desc-front a {
	display: block;
	text-align: left;
	margin: 0 0 0;
	margin: 29px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	background-image: url("https://yoshirodigital.com/wp-content/uploads/2020/07/flip-icon.png");
	background-position: center left;
	background-repeat: no-repeat;
	color: #24C7ED;
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}

.service-post-outer .tp-flipbox__front, 
.service-post-outer .tp-flipbox__back {
	padding: 28px 48px 28px 40px;
	min-height: 100%;
	height: auto;
}
.services-post-spacing {
	padding: 0px 20px 0 0;
}
.services-post-spacing:last-child {
	padding: 0px 0px 0 20px;
}
.service-post-outer .tp-flipbox {
	min-height: 343px;
	display: flex;
	-webkit-display: flex;
}
.service-post-outer .tp-flipbox  .tp-flipbox__holder {
	min-height: inherit !important;
}
.services-post-section {
	padding-bottom: 45px !important;
}
.portfolio-popup-loader {
	position: fixed !important;
	height: 100vh;
	width: 100%;
	/* background: #fff; */
	z-index: 99999;
	background: #000000;
	top: 0;
	left: 0;
	display: none;
}
.portfolio-popup-loader svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.service-inside .work-item {
	padding: 00px 0;
}

/**/
.popup-top-details .modal {
	z-index: 999999;
	background: #00000070;
	top: -0px;
	display: block !important;
	visibility: hidden;
}
.popup-top-details .modal-content {
	margin: 20px 0 0;
	display: inline-block;
	width: 100%;
}
.portfolio-top-banner.banner-popup-outer.modal-open-gap
{
	padding-top: 0 !important;
}
.popup-top-details  .modal.show .modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.popup-top-details .modal-dialog {
	margin: 1.75rem auto;
	max-width: 94%;
	width: 94%;
}
.modal-backdrop {
	display: none;
}
.popup-top-details .close {
	position: absolute;
	height: 40px;
	width: 40px;
	right: -15px;
	opacity: 1;
	color: #fff;
	text-shadow: none;
	font-size: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	top: -15px;
	background: #24c7ed;
	z-index: 1;
}
.popup-top-details  .modal.show {
	visibility: visible;
}
#site-header.modal-open-header
{
	z-index: 0;
}
.elementor-section {
	position: unset;
}
.popup-top-details .modal-dialog iframe {
	height: 80vh !important;
	width: 100% !important;
}
.news-content-inner p a {
	color: #24C7ED;
	text-decoration: underline;
}
.related-news-outer .img-item,
.portfolio-item-outer.news-post .img-item  {
	width: 100%;
	height: 280px;
}
.related-news-outer .img-item img,
.portfolio-item-outer.news-post .img-item img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.blog-pagination {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 27px;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
}
.blog-pagination .page-numbers {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	width: 30px;
	background: #246271;
	border-radius: 5px;
	margin: 0 2px 4px;
	padding: 1px 0 0 0;
	color: #fff;
}
.blog-pagination .page-numbers.dots {
	background: no-repeat;
}

.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current
{
	background: #24c7ed;
}
.portfolio-items {
	margin: 0 0 0 -24px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}


/*social media start*/
.services-banner-left.social-media-left .elementor-widget-wrap {
	width: 100%;
}
/*social media end*/
/*seo start*/
.seo-leftbar::after {
	position: absolute;
	right: 15%;
	top: 0;
	content: "";
	background: url(https://yoshirodigital.com/wp-content/uploads/2020/09/seo-shape.png) no-repeat center;
	background-size: contain;
	height: 355px;
	width: 348px;
}
.seo-rightbar p
{
	line-height: 29px;
}
.services-banner-left .elementor-column-wrap {
	z-index: 9;
}
/*seo end*/

.services-slide-inner h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	margin: 0 0 15px;
}

.order-online.order-online2::after {
	display: none;
}

.services-banner-left.search-leftbar::before,
.services-banner-left.socila-media-mange::before {
	background: url(images/seo-shape.png) no-repeat center;
	transform: none;
	border: none;
	top: 33px;
	right: 74px;
	width: 360px;
	height: 357px;
}
.services-banner-left.search-leftbar::after,
.services-banner-left.socila-media-mange::after
{
	display: none;
}
.services-banner-left.search-leftbar.ppc-leftbar::before
{
	right: -20px;
}
.services-banner-left.socila-media-mange::before {
	right: -100px;
	background-size: contain;
	top: 10px;
	height: 451px;
	width: 450px;
}
.dot-listing li, 
.elementor-text-editor li {
	line-height: 29.92px;
	position: relative;
	padding-left: 19px;
}
.dot-listing li::before,
.elementor-text-editor li::before {
	content: "";
	height: 6px;
	width: 6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	top: 13px;
	left: 0;
	background: #fff;
	position: absolute;
}
.we-deliver-list li span.elementor-icon-list-text {
	padding-right: 15px;
}
.social-media-right img {
	position: relative;
}

.new-dots-slider .services-slide-inner .lae-container ul.slick-dots li button {
	width: 38px;
	height: 5px;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.new-dots-slider .services-slide-inner .lae-container ul.slick-dots li.slick-active button {
	width: 38px;
	height: 5px;
	border-radius: 0;
	-webkit-border-radius: 0;
}

/*Mega menu start*/
#mega-menu-wrap-primary {
	background: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	margin-right: 33px;
	float: left;
	height: 24px;
	position: relative;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.lets-talk {
	margin: -8px 0 0 0;
	height: auto;
	overflow: visible;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::before {
	content: attr(data-link);
	position: absolute;
	left: 0;
	top: 0px;
	display: block;
	opacity: 1;
	text-decoration: none;
	color: #fff;
	transition: 0.4s ease all;
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	-ms-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
	margin: 0;
	width: 100%;
	font-family: Poppins;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::after {
	content: attr(data-link);
	position: absolute;
	left: 0;
	top: 30px;
	display: block;
	opacity: 1;
	text-decoration: none;
	color: #24C7ED;
	transition: 0.4s ease all;
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	-ms-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::after
{
	margin: -30px 0 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: transparent;
	text-transform: uppercase;
	position: relative;
	float: left;
	height: auto;
	padding: 0;
	background: transparent;
	overflow: hidden;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	background: transparent; 
	color: transparent;
	font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.lets-talk .mega-menu-link {
	background: #24C7ED;
	border-radius: 10px;
	margin: 0 !important;
	font-size: 0;
	position: relative;
	overflow: hidden;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.lets-talk.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.lets-talk .mega-menu-link:hover {	
	background: #24C7ED ;	
	-webkit-box-shadow: 0px 0px 38px 0px rgba(36, 199, 237, 0.6);
	box-shadow: 0px 0px 38px 0px rgba(36, 199, 237, 0.6);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.dropdown-outer .mega-menu-link {
	padding-right: 22px;
	width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.dropdown-outer {
	background: url(images/arrow-down.png) no-repeat center right 5px;
	background-size: 11px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.dropdown-outer > .mega-sub-menu {
	top: 40px;
	background: #000;
	-webkit-box-shadow: 0px 0px 38px 0px rgba(36, 199, 237, 0.6);
	box-shadow: 0px 0px 38px 0px rgba(36, 199, 237, 0.6);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.dropdown-outer > .mega-sub-menu .mega-menu-row {
	padding: 20px 20px 0px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding: 0 10px 18px;
	width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-menu-link {
	color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-menu-link:hover {
	color: #23c7ed;
	font-weight: 500;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.dropdown-outer > .mega-sub-menu .mega-menu-row.mega-view-all-btn {
	margin: 0 0 20px;
	text-align: center;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.dropdown-outer > .mega-sub-menu .mega-menu-row.mega-view-all-btn .textwidget.custom-html-widget {
	text-align: center;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.dropdown-outer > .mega-sub-menu .mega-menu-row.mega-view-all-btn a {
	position: relative;
	z-index: 2;
	font-size: 16px;
	float: none;
	padding: 8px 20px 8px 20px;
	border-radius: 10px;
	color: #fff;
	background: #24C7ED;
	/* border-radius: 10px; */
	display: inline-block;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.dropdown-outer > .mega-sub-menu .mega-menu-row.mega-view-all-btn a:hover
{
	-webkit-box-shadow: 0px 0px 38px 0px rgba(36, 199, 237, 0.6);
box-shadow: 0px 0px 38px 0px rgba(36, 199, 237, 0.6);
background: #258FA8;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.dropdown-outer > .mega-sub-menu .mega-menu-row.mega-view-all-btn a::after
{
	display: none;
}
/*Mega menu ends*/
#service_request_section {
	display: none;
}
.elementor-editor-active #service_request_section {
	display: block;
}
.services-banner-left.ppc-banner-form::before {
	right: 54px;
}
.services-banner-left.ppc-banner-form::after {
	right: 20px;
}

.lets-contact-form .contact-field.wpcf7-not-valid,
.bottom-checkbox-outer .wpcf7-not-valid .wpcf7-list-item-label::before {
	border-color: #dc3232;
}
.lets-contact-form  .wpcf7-not-valid-tip {
	display: none;
}
.lets-contact-form .contact-field.wpcf7-not-valid::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dc3232;
}
.lets-contact-form .contact-field.wpcf7-not-valid::-moz-placeholder { /* Firefox 19+ */
  color: #dc3232;
}
.lets-contact-form .contact-field.wpcf7-not-valid:-ms-input-placeholder { /* IE 10+ */
  color: #dc3232;
}
.lets-contact-form .contact-field.wpcf7-not-valid:-moz-placeholder { /* Firefox 18- */
  color: #dc3232;
}

.portfolio-item.case-study-img {
	height: 370px;
	position: relative;
	width: 100%;
}
.portfolio-item.case-study-img .img-item {
	height: 100%;
}
.portfolio-item.case-study-img .img-item img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

/*experience part css start*/
.experience-desktop ul,
.experinece-slider .item {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.experience-desktop li, .experience-mobile-logo 
 {
	width: 20%;
	text-align: center;
	margin: 0 0 60px 0;
	padding: 0 10px;
}
.experinece-slider .experience-mobile-logo img {
	display: inline-block;
	width: auto;
}



/*experience part css end*/

/*Privacy policy css start*/
.Privacy-outer {
	display: inline-block;
	width: 100%;
	padding: 100px 0 50px;
}
.Privacy-top {
	text-align: center;
	padding: 20px 0 30px 0;
}
.Privacy-top h1 {
	font-family: Poppins;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 53px;
	text-align: center;
	color: #FFFFFF;
}
.Privacy-content {
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	text-align: left;
	color: #FFF;
}
.Privacy-content p {
	margin: 10px 0;
	line-height: 27px;
	display: inline-block;
	width: 100%;
}
.Privacy-content ul, .Privacy-content ol {
	display: inline-block;
	margin: 10px 0;
	width: 100%;
	padding: 0 0 0 20px;
}
.Privacy-content li {
	margin: 10px 0;
	list-style: disc;
	padding: 0 0 0 0px;
}
.Privacy-content strong,
.Privacy-content a  {
	color: #24c7ed;
}
/*Privacy policy css end*/
/*404 Error css start*/
.error-page-outer
{
	padding: 185px 0px 10px 0px;
	text-align: center;
}
.error-page-inner
{
	padding: 0 0 50px;
	border-bottom: 1px solid #393939;
}
.error-page-inner img
{
	display: inline-block;
}
.error-page-inner h1
{
	color: #FFFFFF;
	padding: 5px 0px 5px 0px;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
}
.error-page-inner p
{
	padding: 15px 0px 50px 0px;
	color: #24C7ED;
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
}
.error-page-inner a
{
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	padding: 8px 020px 8px 44px;
	display: inline-block;
	min-width: 320px;
}
.error-page-inner a:hover
{
	border-color: #1897B5 !important;
	-webkit-box-shadow: 0px 0px 38px 0px rgba(36, 199, 237, 0.6);
box-shadow: 0px 0px 38px 0px rgba(36, 199, 237, 0.6);
}
.error-page-inner .elementor-button-icon.elementor-align-icon-right {
	float: right;
	margin: 9px 0 0 0;
}
.home-btn {
	margin: 0 0 20px 0;
}
.grecaptcha-badge { visibility: hidden; }
.pink-title-heading .elementor-heading-title {
	background: -webkit-linear-gradient(0deg, #A45192, #E55163 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.pink-title-divider .elementor-divider-separator {
	background: -webkit-linear-gradient(0deg, #A45192, #E55163 100%);
	border-top: 0 !important;
	height: 3px;
}
.pink-title-button .elementor-button-link
{
background: -webkit-linear-gradient(0deg, #A45192, #E55163 100%);
}
.certificate-listing ul {
	display: inline-block;
	padding: 20px 0 0;
}
.newsletter-outer {
	background: #000;
}
.rounded-left .elementor-image::before,
.rounded-right .elementor-image::before {
	content: "";
	border: 2px solid rgba(220, 96, 153, 0.5);
	height: 100%;
	width: 100%;
	position: absolute;
	border-radius: 23px;
	left: -13px;
	top: -13px;
}
.rounded-right .elementor-image::before
{
	left: 13px;
}
.rounded-left .elementor-image img,
.rounded-right .elementor-image img
{
	position: relative;
	z-index: 1;
}
.certificate-listing li {
	padding: 0 12px;
	float: left;
}
.page-id-5011 #site-header {
	display: none;
}
.page-content-line-height p {
	line-height: inherit;
}
/*404 Error css end*/

/*4 jan 2021 start*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.lets-talk.donate-menu-btn {
	margin-right: 10px;
	margin-left: -20px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.lets-talk.donate-menu-btn .mega-menu-link {
	background: linear-gradient(90deg, #9E5096 0%, #EC515D 105.22%) !important;
}

/*4 jan 2021 end*/

/*8 march 2021 start*/
.career-top h1 {
	color: #fff;
	font-family: poppins,Sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 72px;
}
.career-top {
	text-align: center;
}
.career-top p {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #24C7ED;
	padding: 20px 0 10px;
}
.menu-modal.cover-modal.header-footer-group {
	display: none;
}
.career-content {
	padding: 30px 0 0 0;
}
.career-content ol
{
 counter-reset: item ;
}
.career-content li::before {
	content: counters(item, ".") " ";
	counter-increment: item;
	position: absolute;
	left: 0;
	font-weight: 500;
	font-size: 35px;
	color: #24C7ED;
}
.career-content 
{
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
}
.career-content li {
	
	padding: 0 0 29px 48px;
	position: relative;
}
.career-form.lets-contact-form .phone-field {
	width: 100%;
	margin-bottom: 14px;
}
.career-form.lets-contact-form  .wpcf7-form-control-wrap.text-174 {
	width: 49%;
	display: inline-block;
	margin-right: 2%;
	vertical-align: top;
}
.career-form.lets-contact-form .contact-input-file {
	width: 49%;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 14px;
	position: relative;
}
.contact-input-file .contact-file-inner {
	border: 1px solid #A6A6A6;
	box-sizing: border-box;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background: url(images/upload-icon.png) no-repeat center right 15px;
	color: #AFAFAF;
	font-family: 'Poppins', sans-serif;
	padding: 7px 12px;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	height: 38px;
	text-align: left;
	display: flex;
	display: -webkit-flex;
	margin: 0;
	text-align: left;
	align-items: center;
	-webkit-align-items: center;
}

.career-form.lets-contact-form .wpcf7-form-control-wrap.file-813,
.career-form.lets-contact-form .wpcf7-form-control-wrap.file-534 {
	width: 100%;
	position: absolute;
	height: 100%;
	z-index: 1;
	left: 0;
}
/*.contact-form .lets-contact-form .contact-field.wpcf7-validates-as-required {
	border-color: red;
}*/
.career-blog-form {
	display: none;
}
.career-form.lets-contact-form .contact-input-file input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
}
.career-form-outer
{
	padding: 20px 0;
}
.career-form-outer p {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #24C7ED;
	padding: 0 0 20px;
}
.contact-input-file.contact-input-filecover {
	margin-right: 2%;
	float: left;
}
.career-content li p {
	display: block;
	font-weight: normal;
	font-size: 80%;
	margin: 5px 0 0;
}
/*8 march 2021 End*/


/* our work css start */
/* @media only screen and (min-width:1400px) { */
	/* .container { */
	   /* width:100%; */
	   /* margin: 0 auto; */
	/* } */
/* } */
.our-work-main {
	float: left;
	width: 100%;
	background: #000;
	box-sizing: border-box;
}
.digital-tabs button {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	background: none;
	border: none;
	padding: 13px 28px;
	position: relative;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}
.digital-tabs button.active::before {
	content: "";
	position: absolute;
	height: 5px;
	background: #24C7ED;
	width: 100%;
	bottom: -2px;
	left: 0;
}
.digital-tabs button.active {
	color: #24C7ED;
	font-weight: bold;
}
.tab.digital-tabs {
	width: 100%;
	border-bottom: 1px solid #808080;
}
.digital-imagery-img {
	float: left;
	width: 100%;
	position: relative;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 15.95%, rgba(0, 0, 0, 0) 100%);
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.digital-imagery-img img {
	width: 100%;
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	display: block;
	min-height: 100%;
	object-fit: cover;
}
.digital-imagery-img h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	position: absolute;
	bottom: 15px;
	left: 19px;
	transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
}
.digital-content {
	margin: 57px 0 75px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 35px 32px;
	padding: 0 80px 0 106px;
}
.digital-imagery-inner {
	width: 100%;
}
.digital-imagery-outer {
	width: 100%;
}
.digital-imagery-img:hover::before{
	display:block;
}
.digital-imagery-img::before {
	content: "";
	position: absolute;
	background: linear-gradient(180deg, rgba(36, 199, 237, 0.7) 15.95%, rgba(36, 199, 237, 0) 100%);
	border-radius: 20px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: rotate(-180deg);
	display:none;
}
.digital-imagery-img:hover h3 {
	bottom: 22px;
}
/* our work css end */


/* our datials css strat */
.every-detials-matters-outer {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0 36px;
}
.our-work-detials-main {
	padding: 97px 0 0;
}
.every-detials-matters-left {
	width: 100%;
	box-sizing: border-box;
}
.every-detials-matters-left h5 {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	display: inline-block;
	border-bottom: 1px solid #FFFFFF;
	padding: 0 0 9px;
}
.every-detials-matters-left span {
	font-weight: 400;
	color: #24C7ED;
}
.every-detials-matters-left h3 {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 45px;
	color: #FFFFFF;
	margin: 6px 0 0;
}
.every-detials-matters-left h6 {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
}
.every-detials-matters-left p {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	margin: 27px 0 0;
}
.every-detials-matters-right-inner {
	min-height: 530px;
	overflow: hidden;
	position: relative;
	padding: 0 0 92px;
}
.every-detials-matters-right-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.every-detials-matters-right-inner p {
	font-family: Poppins;
	font-style: normal;
	font-weight: 900;
	font-size: 160px;
	line-height: 129px;
	color: rgba(36, 199, 237, 0.21);
	position: absolute;
	bottom: 29px;
	right: 0;
}
.precise-outer {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 16px 0;
}
.precise-left {
	width: 55%;
	padding-left: 90px;
	box-sizing: border-box;
}
.precise-right {
	width: 45%;
	padding: 9% 0 0 90px;
	box-sizing: border-box;
}
.precise-left-img-01 img {
	max-width: 315px;
}
.precise-left-inner {
	max-width: 354px;
	position: relative;
}
.precise-left-inner h4 {
	font-style: normal;
	font-weight: 900;
	font-size: 46px;
	line-height: 50px;
	color: rgba(36, 199, 237, 0.21);
	text-align: end;
	padding: 0 64px 9px 0;
}
.precise-left-img-01 {
	position: relative;
}
.precise-left-img-01::before {
	content: "";
	width: 106px;
	height: 106px;
	background: #24C7ED;
	position: absolute;
	left: -16px;
	top: -19px;
	z-index: -1;
}
.precise-left-img-01::after {
	content: "";
	width: 106px;
	height: 106px;
	background: #24C7ED;
	position: absolute;
	right: 20px;
	bottom: -14px;
	z-index: -1;
}
.precise-left-inner p {
	position: absolute;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	top: 27.5%;
	right: -53%;
}
.precise-right-inner p {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
}
.precise-right-inner p span {
	font-weight: 800;
}
.precise-right-inner {
	width: 100%;
	position: relative;
	padding-right: 17%;
	box-sizing: border-box;
}
.precise-right-inner::before {
	content: "";
	border-left: 1px solid #24C7ED;
	height: 350px;
	position: absolute;
	left: -30px;
	top: -10px;
}
.design-with-purpose-main {
	width: 100%;
	margin: 110px 0 0;
}
.design-with-purpose-main h3 {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 45px;
	color: #FFFFFF;
	margin: 0 0 30px;
}
.design-with-purpose-main h3 span {
	color: #24C7ED;
}
.design-with-purpose-outer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -40px;
	padding: 0 50px;
}
.design-with-purpose-inner {
	box-sizing: border-box;
	width: 33.33%;
	padding-left: 40px;
}
.purpose-inner-img {
	width: 100%;
}
.purpose-inner-content {
	width: 100%;
	margin: 20px 0 0;
	padding-left: 20px;
	position: relative;
	box-sizing: border-box;
}
.purpose-inner-content::before {
	content: "";
	border-left: 1px solid #24C7ED;
	padding-left: 20px;
	position: absolute;
	left: 0;
	top: 7px;
	height: 100%;
}
.purpose-inner-content p {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
}
.purpose-inner-img img {
	display: block;
}
.discover-more-btn {
	width: 100%;
	text-align: center;
	margin: 80px 0 150px;
}
.discover-more-btn a {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #24C7ED;
	border: 1px solid #24C7ED;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 6px 19px;
	margin: 0 5px;
}
.discover-more-btn a:hover {
	background: transparent;
	color: #ffff;
}

.siglepage-banner-title {
	display: inline-block;
	width: 100%;
	padding: 150px 0 20px 0;
}
.siglepage-banner-inn {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.siglepage-banner-inn h2 {
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	font-family: 'Poppins', sans-serif;
	line-height: 45px;
}

.siglepage-banner-inn p {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #24C7ED;
	margin: 20px 0 0;
}
.single-work a.see-all-works-button {
	width: auto;
	color: #fff !important;
	border: 1px solid #fff;
	text-decoration: none;
	display: inline-block;
	border-radius: 10px;
	font-size: 16px;
	line-height: 24px;
	height: 40px;
	padding: 8px 20px;
}
.single-work a.see-all-works-button:hover, a.see-all-works-button:focus
{
background:#24C7ED;
border-color:#24C7ED;	
}
.single-work .news-content-inner h3 {
display: inline-block;
}
.single-work .news-content-inner {
	display: flex;
	display:-webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.big-enough-deliver-logos {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #393939;
	margin-top: 50px;
}
.big-enough-deliver-inn {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #393939;
	padding: 60px 0;
}
.big-enough-deliver-inn h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
}
.big-enough-deliver-grid {
	display: inline-block;
	width: 100%;
	padding: 10px;
	text-align: center;
}
.big-enough-deliver-grid img {
	max-width: 100%;
	display: inline-block;
}
.big-enough-deliver-grid img
{
	max-width:100%;
	width:auto !important;
}
.big-enough-deliver-grid:hover img {
	opacity: 0.3;
}

.big-enough-deliver-row-inn {
	display: inline-block;
	width: 100%;
}
.every-detials-matters-mobile h3, .every-detials-matters-mobile h6 {
	display: none;
}


/* our datials css End */


@media (min-width:1601px) and (max-width:1800px)
{
.portfolio-slider-img {
	height: 690px;
}
}
@media (min-width:1401px) and (max-width:1600px)
{
.portfolio-slider-img {
	height: 590px;
}
}
@media (min-width:1201px) and (max-width:1400px)
{
.portfolio-slider-img {
	height: 490px;
}
}

@media (min-width:992px) and (max-width:1200px)
{
/*services page css start*/
.elementor-176 .elementor-element.elementor-element-9ab6958 .elementor-heading-title {
	font-size: 54px;
	line-height: 70px;
}
.services-banner-left > .elementor-element-populated {
	padding-right:30px;
}
.services-banner-left .elementor-element.elementor-element-9ab6958 .elementor-heading-title {
	font-size: 44px;
	line-height: 59px;
}
.services-banner-left::before {
	right: 74px;
}
.services-banner-left::after {
	right: 40px;
}
/*services page css end*/

/*news inner page css start*/
.news-banner-inner h1 {
	font-size: 42px;
	line-height: 66px;
}
.news-banner-outer {
	padding: 181px 0;
	margin: 100px 0 0 0;
}
/*news inner page css end*/
/*Portfolios popop  css start*/
.popup-middle-bottom-inner span {
	font-size: 19px;
}
.popup-middle-bottom-inner h4 {
	font-size: 62px;
	line-height: 78px;
}
.portfolio-slider-img {
	height: 390px;
}
.portfolio-popup-outer {
	width: 100%;
	transform: unset;
	-webkit-transform: unset;
	left: 0;
	padding: 0 15px;
	max-width: 100%;
}
/*Portfolios popop  css end*/
.service-post-outer .tp-flipbox__front, .service-post-outer .tp-flipbox__back {
	padding: 18px 28px 18px 30px;
}
.seo-leftbar::after {
	display: none;
}
.services-banner-left::after,
.services-banner-left::before {
	display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	margin-right: 17px;
}
.single-blog-inner {
	padding: 40px 20px 50px 30px;
}
.single-blog-right-detail h4 {
	font-size: 13px;
	line-height: 20px;
}
.single-blog-top h1 {
	font-size: 30px;
	line-height: 47px;
}
/*mikroihrwesb starts*/
.certificate-listing li {
	padding: 0 7px;
}
/*mikroihrwesb end*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {

	font-size: 15px;
	line-height: 24px;
}
.lets-talk-text {
	font-size: 14px;
	padding: 8px 20px 8px 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.lets-talk.donate-menu-btn {
	margin-right: 10px;
	margin-left: -5px;
}
.career-top h1 {
	font-size: 38px;
	line-height: 52px;
}
.career-top p {
	padding: 10px 0 10px;
}
.career-content {
	font-size: 16px;
	line-height: 24px;
}
.career-content li::before {
	font-size: 27px;
}
.career-content li {
	padding: 0 0 18px 34px;
}
.footer-left {
	width: 30%;
}
.footer-middle.ukraine-address {
	width: 15%;
}
}
@media (min-width:767px) and (max-width:991px)
{

/*Home page css start*/
.header-navigation-outer li {
	margin-right: 16px;
}
.header-navigation-outer li a {
	font-size: 14px;
}
.lets-talk-text {
	font-size: 12px;
	padding:4px 13px 4px 13px;
}
.footer-logo {
	width: 30%;
}
.footer-copyright {
	width: 50%;
}

/*Home page css end*/
/*services page css start*/
.services-banner-left::after {
	right: 21px;
	top: 284px;
	width: 230px;
}
.services-banner-left::before {
	right: 44px;
	width: 270px;
	height: 207px;
	top: 113px;
}

.ideal-process-inner {
	padding: 0 0 0 20px;
}
.ideal-process-outer .elementor-row {
	margin: 0 0 0 -20px;
}
.ideal-process-inner .elementor-column-wrap.elementor-element-populated {
	min-height: 403px;
}
.order-online::after {
	top: -46px;
	height: 92px;
}
.serice-form-outer::after {
	height: 71px;
}
.lets-contact-form .top-checkbox-inner span.wpcf7-list-item {
	margin:0 19px 0 0;
}
.lets-contact-form .top-checkbox-inner span.wpcf7-list-item:last-child
{
	margin: 0;
}
/*services page css end*/
/*news inner page css start*/
.news-banner-inner h1 {
	font-size: 42px;
	line-height: 66px;
}
.news-banner-outer {
	padding: 181px 0;
	margin: 100px 0 0 0;
}
/*news inner page css end*/
/*contact page css start*/
.contact-info .elementor-container .elementor-row .elementor-element.elementor-column {
	width: 32.8%;
	padding: 0 5px;
}
/*contact page css end*/
/*Portfolios popop  css start*/
.popup-middle-bottom-inner span {
	font-size: 16px;
line-height: 26px;
}
.popup-middle-bottom-inner h4 {
	font-size: 62px;
	line-height: 78px;
}
.portfolio-slider-img {
	height: 300px;
}
.portfolio-popup-outer {
	width: 100%;
	transform: unset;
	-webkit-transform: unset;
	left: 0;
	padding: 0 15px;
	max-width: 100%;
}
/*Portfolios popop  css end*/
.service-post-outer .tp-flipbox__front, .service-post-outer .tp-flipbox__back {
	padding: 18px 20px 18px 20px;
}
.service-post-outer .tp-flipbox__title-front, .service-post-outer .tp-flipbox__title-back {
	font-size: 20px;
	line-height: 28px;
	padding: 0 0 8px 0;
}
.services-post-spacing:last-child {
	padding: 0px 0px 0 10px;
}
.services-post-spacing {
	padding: 0px 10px 0 0;
}
.services-post-section {
	padding-bottom: 25px !important;
}
.service-post-outer .tp-flipbox {
	min-height: 403px;
}
	.seo-leftbar::after {
	display: none;
}
.services-banner-left::after,
.services-banner-left::before {
	display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	margin-right: 12px;
}
.header-logo {
	width: 18%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-size: 12px;
}

.single-blog-inner {
	padding: 40px 20px 50px 30px;
}
.single-blog-right-detail h4 {
	font-size: 13px;
	line-height: 20px;
}
.single-blog-top h1 {
	font-size: 25px;
	line-height: 37px;
}
.single-blog-top h2 {
	font-size: 15px;
	line-height: 22px;
}

.single-blog-inner {
	padding: 28px 20px 40px 20px;
}
.single-blog-left {
	width: 65%;
}
.single-blog-right {
	width: 35%;
	padding: 0 0 0 20px;
}
.single-blog-left h3 {
	font-size: 18px;
	line-height: 27px;
}
.single-blog-left p, .single-blog-left li {
	font-size: 15px;
	line-height: 23px;
}
.single-blog-left h2, .single-blog-left h1 {
	font-size: 20px;
	line-height: 30px;
}
.single-blog-left h2 strong, .single-blog-left h1 strong,
.single-blog-left h3 strong 
{
	font-weight: bold;
}
.case-study-left {
	float: left;
	width: 100%;
}
.case-study-right {
	width: 100%;
	float: left;
	padding: 20px 0 0 0px;
}
.case-study-percent-inner h3::after {
	right:-12px;
	top: 12px;
}
.case-study-percent-inner p {
	font-size: 15px;
	line-height: 23px;
}
.case-study-percent-inner h3 {
	font-size: 51px;
	line-height: 60px;
}
.case-study-percent-inner {
	width: auto;
	margin: 0 10px 0;
}
.case-study-percent-inner h4 {
	font-size: 17px;
	line-height: 26px;
}
.case_study_testimonial_outer {
	padding: 40px 8% 20px;
}
.case_study_testimonial_outer h5 {
	font-size: 18px;
	line-height: 27px;
}
.case_study_testimonial_outer p {
	font-size: 16px;
	line-height: 24px;
	padding: 11px 0 0 0;
}
.case-study-right li {
	font-size: 14px;
	line-height: 24px;
	margin: 2px 0 4px;
}
.case-study-right p {
	font-size: 14px;
	line-height: 24px;
}
.case-study-right h3 {
	font-size: 18px;
	line-height: 27px;
}
.dot-listing li, .elementor-text-editor li {
	line-height: 25.92px;
}

.experience-desktop li, .experience-mobile-logo {
	width: 25%;
}
.error-page-outer {
	padding: 80px 0px 10px 0px;
}
/*mikroihrwesb starts*/
.certificate-listing li {
	padding: 0 7px;
}
.certificate-listing li img {
	max-height: 47px;
}
.rounded-left .elementor-image::before, .rounded-right .elementor-image::before {

	border-width: 1px;
	left: -7px;
	top: -7px;
}
.rounded-right .elementor-image::before {
	left: 7px;
}
/*mikroihrwesb end*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.lets-talk {
	margin: -4px 0 0 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.lets-talk.donate-menu-btn {
	margin-right: 4px;
	margin-left: -3px;
}
.career-top h1 {
	font-size: 38px;
	line-height: 52px;
}
.career-top p {
	padding: 10px 0 10px;
}
.career-content {
	font-size: 16px;
	line-height: 24px;
}
.career-content li::before {
	font-size: 27px;
}
.career-content li {
	padding: 0 0 18px 34px;
}
.footer-middle.ukraine-address {
	width: 15%;
}
}
@media (max-width:767px)
{
.dot-listing li, .elementor-text-editor li {
	line-height: 25.92px;
}
#mega-menu-wrap-primary .mega-menu-toggle {
	display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	margin: 10px 0 9px;
	width: 100%;
	height: auto;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.dropdown-outer {
	background: url(images/arrow-down.png) no-repeat top 7px right 5px;
	background-size: 11px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
	display: block;
	position: relative;
	top: 0;
	float: left;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	padding: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.lets-talk {
	margin: 2px 0 0 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-size: 14px;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
	display: block;
}
.seo-leftbar::after {
	display: none;
}
.services-banner-left::after,
.services-banner-left::before {
	display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
	position: relative;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.dropdown-outer > .mega-sub-menu {
	top: 0;
	background: #000;
	-webkit-box-shadow: 0px 0px 38px 0px rgba(36, 199, 237, 0.6);
	box-shadow: 0px 0px 38px 0px rgba(36, 199, 237, 0.6);
	position: relative;
	float: left;
}
/*Home page css start*/
.nav-button {
	width: 27px;
	cursor: pointer;
	float: right;
}
.nav-button span {
	height: 2px;
	float: left;
	width: 100%;
	background: #fff;
	margin: 3px 0;
}
.navbar-out {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100vh;
	background: #000;
	z-index: 1;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	transform: translate(-100%);
	-webkit-transform: translate(-100%);
		padding: 70px 00px 20px;
}
.navbar-out.navbar-slide
{
	transform: translate(00%);
	-webkit-transform: translate(00%);
}
.header-logo, .nav-button {
	position: relative;
	z-index: 2;
}
body.navbar-open {
	overflow: hidden;
}
.auto-container {
	width: 1128px;
	max-width: 100%;
	padding: 0 15px;
}
.navbar-out ul {
	float: left;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 0 30px;
}
.header-navigation-outer li {
	width: 100%;
	margin: 10px 0 9px;
}
.header-navigation-outer li.lets-talk {
	margin: 12px 0 50px 0;
	height: auto;
}
#site-header {
	padding: 15px 0;
}
.banner-icons li {
	margin: 5px 10px 5px 0 !important;
	float: left;
}
.banner-icons {
	left: inherit !important;
	right: 0px !important;
	width: auto !important;
	margin-top: 10px;
	position: relative;
	display: inline-block;
	/* width: 100%; */
}
.banner-icons .elementor-icon-list-items {
	display: inline-block;
}
.logo-slider .slick-slide img {
	margin: 0 auto 15px;
	max-height: 60px;
}
.work-text h3 {
	font-size: 18px;
	line-height: 26px;
}
.work-text p {
	font-size: 14px;
	line-height: 21px;
}
.team-text h3 {
	font-size: 16px;
	line-height: 27px;
}
.yoshiro-heading h4::after {
	top: inherit;
	bottom: 30px;
}
.team-text h3 {
	font-size: 14px;
	line-height: 23px;
}
.newsletter-outer {
	padding: 24px 0 23px;
}
.newsletter-inner h4 {
	font-size: 18px;
	line-height: 27px;
	margin: 0 0 11px 0;
	width: 100%;
}
.footer-left {
	width: 100%;
	padding: 0 0 20px 0;
}
.footer-middle {
	width: 100%;
}
.footer-logo {
	float: left;
	width: 215px;
	margin: 37px 0 0 0;
}
.footer-top-part {
	border-bottom: 0px solid #fff;
	padding: 0px 0 0;
}
.mobile-hide {
	display: none !important;
}
.mobile-show {
	display: inline-block;
}
.team-item {
	margin: 15px 0;
}
.copyright-outer {
	padding: 33px 0 20px 0;
}
.footer-links {
	margin: 25px 0 0;
	width: 100%;
	padding: 20px 0 0 0;
	border-top: 1px solid #494949;
	text-align: center;
}
.footer-links .mobile-show {
	font-size: 14px;
	line-height: 21px;
	margin: 10px 0 0;
	width: 100%
}

/*.footer-links .textwidget {
	font-size: 0;
	max-width: 252px;
	display: inline-block;
}
.footer-links a {
	color: #fff;
	background: #161616;
	font-size: 14px;
	line-height: 21px;
	padding: 16px 20px;
	display: inline-block;
	width: 100%;
	margin: 0 0 13px;
}*/
/*Home page css end*/
/*services page css start*/
.services-banner-left::before,
.services-banner-left::after
{
	display: none;
}
 .what-next-left {
	order: 2;
}
.services-slide-inner .slick-slide .size-full.wp-image-224.aligncenter {
	margin: 21px auto 30px;
}
.order-online::after {
	top: -30px;
	height: 62px;
}
.serice-form-outer {
	display: none;
}
.faqs-outer .elementor-tab-title::after {
	right: 20px;
	top: 18px;
}
.services-banner-left .elementor-widget-wrap {
	width: 100%;
}
.services-banner-right .elementor-column-wrap.elementor-element-populated .elementor-widget-wrap {
	width: 100%;
}
/*services page css end*/

/*Portfolio page css start*/
.portfolio-item-outer {
	width: 50%;
	padding: 0 0 26px 14px;
}
.portfolio-items {
	margin: 0 0 0 -14px;
}
/*Porfolio page css end*/
/*news inner page css start*/
.news-banner-outer {
	padding: 100px 15px;
	margin: 71px 0 0 0;
}
.news-banner-inner h1 {
	font-size: 36px;
	line-height: 54px;
}
.news-banner-inner h2 {
	font-size: 18px;
	line-height: 27px;
}
.news-banner-inner {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.news-banner-inner p {
	width: 100%;
	order: 1;
}
.news-banner-inner h1 {
	width: 100%;
	order: 2;
}
.news-banner-inner h2 {
	width: 100%;
	order: 3;
}
.related-news-outer {
	display: none;
}
.latest-news-outer .related-news-outer {
	display: block;
}
.news-content-outer {
	padding: 50px 0 20px;
}
/*news inner page css end*/
/*contact page css start*/
.contact-info .elementor-container .elementor-row .elementor-element.elementor-column {
	width: 100%;
	padding: 0 10px 20px;
}

.contact-form form.wpcf7-form {
	padding: 0 5px 40px;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-bottom: 1px solid #494949;
}
.lets-contact-form .top-checkbox-inner span.wpcf7-list-item {
	padding: 15px 40px 15px 51px;
	margin: 0 0px 9px 0;
	width: 100%;
	background: #161616;
	text-align: left;
}
.lets-contact-form .top-checkbox-inner span.wpcf7-list-item::before {
	left: 12px;
	top: 11px;
}
.lets-contact-form .top-checkbox-inner .wpcf7-list-item .wpcf7-list-item-label::after {
	left: 17px;
	top: 19px;
}
.lets-contact-form .wpcf7-form-control-wrap.website-url {
	width: 100%;
	margin-right: 0%;
}
.phone-field {
	display: inline-block;
	width: 100%;
}
.lets-contact-form .wpcf7-form-control-wrap.phone {
	width: 100%;
}
/*contact page css end*/
/*Portfolios popop  css start*/
.portfolio-popup-item {
	padding: 0 10px;
}
.portfolio-top-banner.banner-popup-outer {
	padding-bottom: 0 !important;
	padding-top: 105px !important;
}
.popup-middle-details {
	padding: 22px 20px 24px 18px;
}
.popup-middle-top {
	padding: 23px 0 3px;
	border-bottom: 0px solid #DDD;
	margin-top: 0px;
}
.popup-middle-bottom-inner {
	width: 100%;
	float: left;
	padding: 25px 0;
	border-bottom: 1px solid #DDDDDD;
}
.popup-middle-bottom-inner h4 {
	font-size: 48px;
	line-height: 72px;
}
.popup-middle-bottom-inner span {
	font-size: 24px;
	line-height: 36px;
}
.popup-top-details h2 {
	font-size: 18px;
	line-height: 27px;
}
.popup-top-details p {
	font-size: 14px;
	line-height: 21px;
}
.popup-top-details {
	margin: 8px 0 0 15px;
}
.portfolio-popup-slider .owl-nav button {
	height: 39px;
	width: 39px;
	margin: -20px 0 0 0 !important;
}
.popup-project-button a {
	border: 2px solid #FFFFFF;
	margin: 0 5px;
	width: 37px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	height: 37px;
}
.popup-project-button a .project-text {
	display: none;
}

.popup-project-button a::after {
	background: url(images/arrow-left-large.png) center;
	height: 16px;
	width: 20px;
	top: 9px;
}
.popup-project-button a.previous-project::after {
	left: 7px;
}
.popup-project-button a.next-project::after {
	right: 7px;
}
.portfolio-slider-img {
	height: 300px;
}
.portfolio-popup-outer {
	width: 100%;
	transform: unset;
	-webkit-transform: unset;
	left: 0;
	padding: 0 0px;
	max-width: 100%;
}
/*Portfolios popop  css end*/
.service-post-outer .tp-flipbox__front, .service-post-outer .tp-flipbox__back {
	padding: 18px 20px 18px 20px;
}
.service-post-outer .tp-flipbox__title-front, .service-post-outer .tp-flipbox__title-back {
	font-size: 20px;
	line-height: 28px;
	padding: 0 0 8px 0;
}
.services-post-spacing:last-child {
	padding: 0px 10px 20px 10px;
}
.services-post-spacing {
	padding:0px 10px 20px 10px;
}
.services-post-section {
	padding-bottom: 20px !important;
}
.service-post-outer .tp-flipbox {
	min-height: 403px;
}



.why-the-service {
	order: 1;
}


.ideal-process-start > div:hover::before, 
.ideal-process-end > div:hover::before {
	opacity: 1;
}
.ideal-process-start.service-flip > div::before, 
.ideal-process-end.service-flip > div::before {
	opacity: 0;
}
.service-post-outer .tp-flipbox--horizontal:hover .tp-flipbox__holder {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.service-post-outer.service-flip .tp-flipbox--horizontal .tp-flipbox__holder {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}


.single-blog-inner {
	padding: 20px 15px 20px 15px;
	border-radius: 10px;
}
.single-blog-right-detail h4 {
	font-size: 13px;
	line-height: 20px;
}
.single-blog-top h1 {
	font-size: 25px;
	line-height: 37px;
}
.single-blog-top h2 {
	font-size: 15px;
	line-height: 22px;
}


.single-blog-left {
	width: 100%;
}
.single-blog-right {
	display: none;
}
.single-blog-left h3 {
	font-size: 18px;
	line-height: 27px;
}
.single-blog-left p, .single-blog-left li {
	font-size: 15px;
	line-height: 23px;
}
.single-blog-left h2, .single-blog-left h1 {
	font-size: 20px;
	line-height: 30px;
}
.single-blog-left h2 strong, .single-blog-left h1 strong,
.single-blog-left h3 strong 
{
	font-weight: bold;
}
.related-news-outer.single-latest {
	display: block;
}
.news-content-inner-btn.yoshiro-btn-transparent {
	display: none;
}
.single-blog-page-outer {
	padding: 90px 0 50px 0;
}
.footer-border-inner a {
	display: inline-block;
}
.footer-border {
	padding: 50px 0 0 0;
}
.footer-border-inner {
	margin: 0 0 14px;
}

.case-study-left {
	float: left;
	width: 100%;
}
.case-study-right {
	width: 100%;
	float: left;
	padding: 20px 0 0 0px;
}
.case-study-percent-inner h3::after {
	right:-12px;
	top: 12px;
}
.case-study-percent-inner p {
	font-size: 15px;
	line-height: 23px;
}
.case-study-percent-inner h3 {
	font-size: 51px;
	line-height: 60px;
	display: inline-block;
}
.case-study-percent-inner {
	width: auto;
	margin: 0 0px 0;
	width: 100%;
	padding: 25px 0;
	border-top: 1px solid #DDDDDD;
}
.case-study-percent-inner h4 {
	font-size: 17px;
	line-height: 26px;
}
.case_study_testimonial_outer {
	padding: 30px 4% 10px;
}
.case-study-left .product__slider-main {
	height: 350px;
	margin: 0px 0 10px 0;
	padding: 0;
}
.case-study-top {
	padding: 0px 0 30px;
}
.case-study-percent-outer {
	padding: 10px 0 10px 0;
	flex-direction: column;
	-webkit-flex-direction: column;
	border:none;
}
.case_study_testimonial_outer h5 {
	font-size: 18px;
	line-height: 27px;
}
.case-study-outer {
	padding: 15px 15px 20px 15px;
	margin: 20px 0 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.case_study_testimonial_outer p {
	font-size: 16px;
	line-height: 24px;
	padding: 11px 0 0 0;
}
.case-study-right li {
	font-size: 14px;
	line-height: 24px;
	margin: 2px 0 4px;
}
.case-study-right p {
	font-size: 14px;
	line-height: 24px;
}
.case-study-right h3 {
	font-size: 18px;
	line-height: 27px;
}

.case-study-left .product__slider-main {
	height: 350px;
	margin: 0px 0 10px 0;
	padding: 0;
}

.experience-desktop li, .experience-mobile-logo {
	width: 50%;
	margin: 0px 0 40px 0;
}
.experinece-slider .experience-mobile-logo img {
	max-height: 60px;
}
/*privacy-policy start*/
.Privacy-outer {
	padding: 60px 0 20px;
}
.Privacy-top h1 {
	font-size: 36px;
	line-height: 43px;
}
.Privacy-content, .Privacy-content p {
	font-size: 14px;
	line-height: 25px;
}
.Privacy-content p {
	margin: 5px 0;
}
.Privacy-top {
	padding: 10px 0 10px 0;
}
/*privacy-policy end*/
.error-page-outer {
	padding: 80px 0px 10px 0px;
}
.error-page-inner a {
	font-size: 14px;
	padding: 6px 020px 6px 44px;
	min-width: 290px;
}
.home-btn {
	margin: 0 0 10px 0;
}
/*mikroihrwesb starts*/
.certificate-listing li {
	padding: 8px 11px;
	display: inline-block;
	float: none;
}

.certificate-listing {
	text-align: center;
}
.rounded-left .elementor-image::before, .rounded-right .elementor-image::before {

	border-width: 1px;
	left: -7px;
	top: -7px;
}
.rounded-left .elementor-image img,
.rounded-right .elementor-image img {
	width: 100%;
}
.rounded-right .elementor-image::before {
	left: 7px;
}
.elementor-element.elementor-element-2b953db.header-donate.elementor-widget.elementor-widget-html .asp_product_buy_btn_container {
	text-align: right;
}
/*mikroihrwesb end*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.lets-talk.donate-menu-btn {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	margin-top: 17px;
}
.lets-talk-text {
	font-size: 13px;
	padding: 5px 15px 5px 14px;
	min-width: 118px;
	text-align: center;
}
.career-top h1 {
	font-size: 36px;
	line-height: 43px;
}

.career-top p {
	font-size: 15px;
	line-height: 22px;
	padding: 10px 0 0px;
}
.career-content {
font-size: 14px;
line-height: 22px;
}
.career-form-outer p {
	font-size: 15px;
	line-height: 23px;
	padding: 0 0 18px;
}

.career-content li::before {
	font-size: 20px;
}
.career-content li {
	padding: 0 0 14px 27px;
}
.career-form.lets-contact-form .wpcf7-form-control-wrap.text-174 {
	width: 100%;
	margin-right: 0;
	vertical-align: top;
}
.career-form.lets-contact-form .contact-input-file {
	width: 100%;
}
.contact-input-file.contact-input-filecover {
	margin-right: 0%;
	float: left;
}
.footer-middle.ukraine-address {
	width: 100%;
}
}
@media (max-width:639px)
{
/*Portfolios popop  css start*/
.popup-middle-top h3 {
	font-size: 18px;
	line-height: 27px;
}
.popup-botton-details {
	padding: 27px 10%;
}
.portfolio-popup-top-left {
	max-width: 85%;
	width: 100%;
}
.popup-top-details {
	width: 64%;
}
/*Portfolios popop  css end*/
}
@media (max-width:479px)
{
/*services page css start*/
.ideal-process-inner .elementor-column-wrap.elementor-element-populated {
	min-height: 403px;
}
/*services page css end*/
/*Portfolio page css start*/
.portfolio-item-outer {
	width: 100%;
	padding: 0 0 20px 0px;
}
.portfolio-items {
	margin: 0 0 0 0px;
}
/*Porfolio page css end*/
.popup-middle-bottom-inner span {
	font-size: 20px;
	line-height: 29px;
}
.popup-botton-details {
	padding: 27px 5%;
}

.service-post-outer .tp-flipbox__front, .service-post-outer .tp-flipbox__back {
	padding: 15px 15px 15px 15px;
}
.service-post-outer .tp-flipbox__title-front, .service-post-outer .tp-flipbox__title-back {
	font-size: 20px;
	line-height: 28px;
	padding: 0 0 8px 0;
}
.services-post-spacing:last-child {
	padding: 0px 0px 20px 0px;
}
.services-post-spacing {
	padding:0px 0px 20px 0px;
}
.services-post-section {
	padding-bottom: 20px !important;
}
.service-post-outer .tp-flipbox {
	min-height: 473px;
}
.case-study-left .product__slider-main {
	height: 250px;
	margin: 0px 0 10px 0;
	padding: 0;
}
.case-study-left .product__slider-thmb .slide.slick-slide {
	height: 55px;
	margin: 0 0 0 8px;
	min-width: 60px;
}

html body .header-donate button.asp_product_buy_btn {
	font-size: 13px;
	line-height: 20px;
	padding: 8px 31px 9px;
}
}
div#Detail01 {
    width: 100%;
    max-width: 1140px;
    margin: 155px auto 0;
    padding: 0 10px;
}
#Detail01 .next-project, #Detail01 .previous-project{
	pointer-events: unset;
    opacity: 1;
}
#Detail01 .Disabled01{
	pointer-events: none;
	opacity: 0.5;
}
div#Detail01 li {
	list-style: disc;
	padding: 3px 0;
}
.header-donate .asp_product_item {
	border: none;
	margin: 0;
	box-shadow: none;
	padding: 0;
}
.header-donate .asp_product_item div {
	display: none;
}
.header-donate .asp_product_item div.asp_product_buy_button {
	display: block;
}
.header-donate .asp_product_item div.asp_product_buy_button .asp_all_buttons_container {
	display: block;
}
html body .header-donate .asp_product_buy_btn {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase !important;
	color: #FFFFFF !important;
	padding: 8px 38px 9px;
	display: inline-block;
	height: auto;
	box-shadow: none !important;
	text-shadow: none !important;
	background: linear-gradient(90deg, #9E5096 0%, #EC515D 105.22%) !important;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
#submit-btn-cont #submit-btn
{
	position: relative;
	overflow: hidden;
}
.asp_product_buy_btn span,
#submit-btn-cont #submit-btn span {
	position: relative;
	z-index: 2;
}
.asp_product_buy_btn span.newsletter-inner-hover,
#submit-btn-cont #submit-btn span.newsletter-inner-hover {
	position: absolute;
}
.header-donate .asp_product_buy_btn:hover
{
	text-decoration: none;
}
.header-donate .asp_product_item div.asp_product_buy_button .asp_all_buttons_container div {
	display: block;
	margin: 0;
}
.header-donate.button-left {
	text-align: left;
}
.header-donate.button-center {
	text-align: center;
}
.services-slide-inner .lae-carousel-item {
	padding: 0 15px 20px;
}
.services-slide-inner .lae-carousel .slick-slide > div, .services-slide-inner .lae-carousel .slick-slide .lae-carousel-item{
	height: 100%;
}
.precise-left-inner p::before {
	content: "";
	position: absolute;
	top: 13px;
	left: -90px;
	width: 80px;
	background: #24C7ED;
	z-index: 99999;
	height: 1px;
}
.precise-left-inner p::after {content: "";position: absolute;top: 7px;left: -90px;width: 12px;background: #24C7ED;z-index: 99999;height: 12px;border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;}


@media(max-width:767px){
	div#Detail01 {
		float: left;
		margin: 90px auto 0;
	}
	.button404 .elementor-button-link {min-width: 250px;}
}

@media only screen and (min-width:1367px) and (max-width:1420px) {
.precise-left-inner p::after {	left: -90px;}
}

@media only screen and (min-width:1201px) and (max-width:1366px) {
.every-detials-matters-right-inner {
	padding: 0 0 57px;
}
.every-detials-matters-right-inner p {
	bottom: -7px;
}
.precise-left-inner p::after {	left: -90px;}
}


@media only screen and (min-width:992px) and (max-width:1200px) {
.digital-tabs button {
	font-size: 16px;
	line-height: 26px;
	padding: 12px 23px;
}
.digital-content {
	margin: 45px 0 55px;
	grid-gap: 35px 30px;
	padding: 0 60px 0 70px;
}
.digital-imagery-img h3 {
	font-size: 16px;
	line-height: 25px;
}
.digital-imagery-img img {
	min-height: 216px
}
/* ------our work details ------- */
.our-work-detials-main {
	padding: 80px 0 0;
}
.every-detials-matters-left h5 {
	font-size: 17px;
	line-height: 26px;
	padding: 0 0 9px;
}
.every-detials-matters-left h3 {
	font-size: 28px;
	line-height: 42px;
}
.every-detials-matters-left h6 {
	font-size: 17px;
	line-height: 26px;
}
.every-detials-matters-left p {
	font-size: 17px;
	line-height: 26px;
	margin: 20px 0 0;
}
.every-detials-matters-right-inner p {
	font-size: 116px;
	bottom: -4px;
}
.precise-left {
	padding-left: 40px;
}
.precise-left-img-01 img {
	max-width: 260px;
}
.precise-left-inner {
	max-width: 315px;
}
.precise-left-inner h4 {
	font-size: 33px;
	line-height: 40px;
	padding: 0 76px 5px 0;
}
.precise-left-inner p {
	font-size: 17px;
	line-height: 23px;
	top: 27%;
}
.precise-right-inner p {
	font-size: 17px;
	line-height: 26px;
}
.precise-right {
	padding: 9% 0 0 75px;
}
.precise-left-img-01::after {
	right: 40px;
}
.precise-right-inner::before {
	height: 310px;
}
.design-with-purpose-main h3 {
	font-size: 28px;
	line-height: 40px;
	margin: 0 0 25px;
}
.purpose-inner-content p {
	font-size: 17px;
	line-height: 25px;
}
.purpose-inner-content {
	margin: 15px 0 0;
}
.every-detials-matters-right-inner {
	padding: 0 0 59px;
	min-height: 396px;
}
.precise-left-inner p::before {
	top: 13px;
	left: -65px;
	width: 60px;
}
.precise-left-inner p::after {	top: 8px;left: -73px;width: 10px;	height: 10px;}
}


@media (min-width:768px) and (max-width:991px){
.digital-tabs button {
	font-size: 15px;
	line-height: 25px;
	padding: 10px 11px;
}
.digital-tabs button.active::before {
	height: 3px;
}
.digital-content {
	margin: 35px 0 40px;
	grid-gap: 28px 22px;
	padding: 0 20px 0 35px;
}
.digital-imagery-img h3 {
	font-size: 16px;
	line-height: 25px;
	bottom: 10px;
	left: 19px;
}
/* ------our work details-------- */
.every-detials-matters-left h5 {
	font-size: 17px;
	line-height: 26px;
}
.every-detials-matters-left h3 {
	font-size: 26px;
	line-height: 40px;
}
.every-detials-matters-left h6 {
	font-size: 16px;
	line-height: 26px;
}
.every-detials-matters-left p {
	font-size: 16px;
	line-height: 25px;
	margin: 18px 0 0;
}
.every-detials-matters-right-inner p {
	font-size: 90px;
	bottom: -2px;
}
.precise-left {
	padding-left: 0;
}
.precise-left-img-01 img {
	max-width: 240px;
}
.precise-left-inner {
	max-width: 300px;
}
.precise-left-inner p {
	font-size: 16px;
	line-height: 23px;
	top: 28%;
	right: -45%;
}
.precise-right-inner p {
	font-size: 16px;
	line-height: 25px;
}
.precise-right {
	padding: 14% 0 0 85px;
}
.precise-right-inner::before {
	height: 284px;
	left: -15px;
	top: -4px;
}
.precise-left-img-01::after {
	width: 95px;
	height: 95px;
	right: 64px;
}
.precise-left-img-01::before {
	width: 95px;
	height: 95px;
	left: -12px;
	top: -16px;
}
.precise-left-inner h4 {
	font-size: 30px;
	padding: 0 78px 0 0;
}
.design-with-purpose-inner {
	padding-left: 15px;
}
.design-with-purpose-outer {
	margin-left: -15px;
	padding: 0 25px;
}
.purpose-inner-content {
	margin: 10px 0 0;
	padding-left: 10px;
}
.purpose-inner-content p {
	font-size: 16px;
	line-height: 22px;
}
.design-with-purpose-main h3 {
	font-size: 26px;
	line-height: 45px;
	margin: 0 0 25px;
}
.precise-right-inner {
	padding-right: 3%;
	box-sizing: border-box;
}
.every-detials-matters-right-inner {
	padding: 0 0 60px;
	min-height: 308px;
}
.our-work-detials-main {
	padding: 60px 0 0;
}
.precise-left-inner p::before {
	top: 13px;
	left: -60px;
	width: 50px;
}
.precise-left-inner p::after {
	top: 9px;
	left: -64px;
	width: 9px;
	height: 9px;
}	
.precise-left-img-01 img {
	max-width: 220px;
}
}

@media (max-width:767px){
.tab.digital-tabs {
	border-bottom: none;
}	
.digital-tabs button {
	padding: 10px 0;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #808080;
}
.digital-tabs button.active::before {
	display: none;
}
.digital-tabs button.active {
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background: url(https://yoshirodigital.com/wp-content/uploads/2021/08/dropdown-arrow.png) no-repeat center right 10px;
}
.digital-content {
	margin: 31px 0 48px;
	grid-gap: 13px 14px;
	padding: 0;
	grid-template-columns: repeat(2, 1fr);
}
.digital-imagery-img img {
	min-height: 250px;
}
/* --------our work details----------- */
.every-detials-matters-outer {
	display: inherit;
}
.precise-left {
	width: 100%;
	padding-left: 0;
}
.precise-right {
	width: 100%;
	padding: 20px 15px 0 15px;
}
.precise-right-inner {
	padding: 20px 0 0;
}
/*.precise-left-img-01 img {
	display: none;
}
.precise-left-img-01 .mobile-version {
	display: block !important;
}*/
.precise-left-inner p {
	position: inherit;
	font-size: 16px;
	line-height: 24px;
	top: 0;
	right: 0;
	margin-top: 40px;
}
.precise-right-inner::before {
	border-left: inherit;
	height: 1px;
	left: 0;
	top: 1px;
	width: 100%;
	background: #24C7ED;
}
.every-detials-matters-left h3 {
	font-size: 24px;
	line-height: 36px;
}
.every-detials-matters-left p {
	font-size: 16px;
	line-height: 24px;
	margin: 27px 0 0;
}
.every-detials-matters-right-inner p {
	font-size: 83px;
	line-height: 125px;
	bottom: 1px;
}
.precise-right-inner p {
	font-size: 16px;
	line-height: 24px;
}
.design-with-purpose-main {
	margin: 55px 0 0;
	padding: 0 15px;
	box-sizing: border-box;
}
.design-with-purpose-main h3 {
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 20px;
}
.design-with-purpose-outer {
	margin-left: 0;
	padding: 0;
}
.design-with-purpose-inner {
	width: 100%;
	padding-left: 0;
}
.purpose-inner-content {
	margin: 20px 0 20px;
	padding-left: 17px;
}
.purpose-inner-content p {
	font-size: 16px;
	line-height: 24px;
}
.discover-more-btn {
	margin: 26px 0;
}
.precise-left-inner {
	padding-left: 25px;
}
.precise-left-img-01::before {
	width: 87px;
	height: 87px;
}
.precise-left-img-01::after {
	width: 87px;
	height: 87px;
	right: -15px;
	bottom: -18px;
}
.every-detials-matters-left p {
	display: none;
}
.every-detials-matters-mobile {
	display: block !important;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 0 0 0;
}
.every-detials-matters-left h6 {
	margin: 0 0 14px;
}
.our-work-detials-main {
	padding: 41px 0 0;
}
.every-detials-matters-left ,.every-detials-matters-right{
	padding: 0 15px;
}
.every-detials-matters-right-inner {
	padding: 0 0 60px;min-height: 100%;
}

.precise-left-inner p::before {
	top: -27px;
	left: -10px;
	width: 45px;
	height: 1px;
	transform: rotate(90deg);
}
.precise-left-inner p::after {
	top: -61px;
	left: 6px;
	width: 13px;
	height: 13px;
}
.precise-left-img-01 img {
	max-width: 100%;
}
}

@media (max-width:639px){
.digital-content {
	grid-template-columns: repeat(1, 1fr);
}
.digital-imagery-img {
	height: 154px;
	overflow: hidden;
	margin: 0 0 15px;
}
.digital-imagery-img img {
	min-height: 100%;
}
.digital-imagery-img:last-child {
	margin: 0;
}

/* -------our work details------- */
.discover-more-btn a {
	padding: 11px 19px;
	margin: 0 0 17px;
	width: 100%;
	display: inline-block;
}
.precise-left-img-01::after {
	right: -15px;
	bottom: -15px;
}
}

@media (max-width:479px)
{
/* -------------- */	

.precise-left-img-01::after {
	right: 7px;
	bottom: 17px;
}
.precise-left-inner h4 {
	font-size: 40px;
	line-height: 40px;
	padding: 0 20px 7px 0;
}
.precise-left-inner {
	max-width: 290px;
}
.precise-left-inner {
	padding-left: 10px;
	padding-right: 10px;
}
.precise-left-img-01 img {
	max-width: 100%;
}
}

/*SEO LANDING PAGE*/
.seo-banner-main-panel { position:relative; }
.seo-banner-main-panel:after { content:""; position:absolute; width:100%; height:430px; left:0; bottom:0;background: linear-gradient(180deg, rgba(1, 22, 39, 0) 5.25%, #011627 81.9%, #011627 105.25%);  }
.seo-form-fileds-con {float: left;width: 100%;border: 1px solid #A6A6A6;box-sizing: border-box;border-radius: 2px;-moz-border-radius: 2px; -webkit-border-radius: 2px;background: transparent;font-weight: normal;font-size:14px;line-height: 21px;color: #AFAFAF;height: 45px;padding: 0 20px;margin: 0;}
.sep-lp-banner-right h3 span {color: #5dc5ea;}
.sep-lp-banner-right .bottom-checkbox-outer {margin-top: 15px;}
.seo-form-checkbox-con label {margin-bottom: 0 !important;}
/* .sep-lp-banner-right {position: relative;z-index: 9;} */
.sep-lp-banner-right label {margin-bottom:5px !important;}
.sep-lp-banner-right p{ float:left; width:100%; }
.seolp-send-btn {width: 250px;	float: left;position: relative;z-index: 99;margin-top: 15px;}
.seolp-send-btn::after, .seo-lp-form-con .send-btn:after {	z-index: 99;content: "";position: absolute;right: 12px;top: 43px;width: 35px;height: 2px;background: #fff;}
.seolp-send-btn .seolp-send-btn {background: #5dc5e9 !important;box-shadow: 5px 15px 40px rgba(0, 201, 224, 0.2);border-radius: 15px;width: 220px;height: 60px;color: #fff;font-weight: bold;font-size: 18px;line-height: 27px;letter-spacing: 0.1em;text-transform: uppercase;border: none; cursor:pointer;}
.sep-lp-banner-right .wpcf7-response-output {float: left;width: 100%; margin:0!important;}
.so-scroll-bottom {	font-weight: normal;	opacity: 0.9;transform: rotate(-90deg);-moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg);float: left;	height: 20px;position: relative;top: 0;left: 50%;font-size: 15px;line-height: 190%;letter-spacing: 0.05em;color: #FFFFFF;text-transform: uppercase;z-index: 9;cursor: pointer;}
.so-scroll-bottom a, .so-scroll-bottom a:hover {color: #FFFFFF;text-decoration:none;}
.so-scroll-bottom::after {width: 80px;height: 2px;background: #5dc5e9;float: left;line-height: 20px;content: "";position: absolute;top: 13px;right: 70px;}
.seo-rank-google-outer h2 span {float: left;width: 100%;text-align: center;font-family: Poppins;font-style: normal;font-weight: normal;font-size: 20px;	line-height: 30px;	color: #5DC5E9;font-family: 'Poppins', sans-serif;margin-bottom: 20px;}
.seo-book-image { position:relative; }
.seo-book-image::before {width: 390px;height: 447px;background: #5dc5ea;content: "";position: absolute;left: 100px;top: 50px;border-radius: 10px;}
.seo-download-button a { width: 220px;height: 60px;letter-spacing: 0.1em;text-transform: uppercase; line-height:38px;border: none;cursor: pointer;position: relative;}
.seo-download-button a:after { 	z-index: 99;content: "";position: absolute;right: -13px;top: 29px;width: 35px;height: 2px;background: #fff;}

.seo-download-button.seo-download-disable-button a { background:#9D9D9D!important;cursor: auto;pointer-events: none}
.rank-google-text {position: absolute;	top: 0;	left: 30px;color: #fff;font-size: 14px;text-transform: uppercase;width: 130px;padding: 100px 0 0;font-family: 'Poppins', sans-serif;font-weight: 700;letter-spacing: 1px;}
.rank-google-text:before {content: "";width: 150px;	height: 2px;background: #5dc5ea;top: 70px;left: 0;position: absolute;}
.rank-google-text:after {content: "";width: 2px;height: 15px;background: #5dc5ea;top: 70px;left: 0;position: absolute;}
.why-seo-right-grid .elementor-icon-box-wrapper {margin: 10px;	background: #05172b;border-radius: 31px;opacity: 0.9;filter: drop-shadow(0px 0px 7px #24C7ED);padding: 30px 25px;}
.why-seo-right-grid .elementor-icon-box-icon {position: relative;padding-bottom: 25px;margin-bottom: 25px !important;}
.why-seo-right-grid .elementor-icon-box-icon:after {content:"";position: absolute; width:60px; height:2px; background:#5dc5ea; left:0; bottom:0;}
.why-seo-right-grid h3 { margin-bottom:5px; }
.seo-left-con h2 { position:relative; padding-bottom:20px; margin-bottom:20px; }
.seo-left-con h2:after { position:absolute; width:40px; height:2px; content:""; left:0; bottom:0; background: #5dc5ea; }
.why-seo-right-grid .elementor-icon-box-description {height: 70px;	overflow: hidden;}
.page-id-7228 .navbar-out ul li {display: none;}
.page-id-7228 .navbar-out ul li:last-child {display: block; position:relative;}
.page-id-7228 .navbar-out ul li:last-child::after {content: "";position: absolute;right: -12px;top: 18px;width: 25px;height: 2px;	background: #fff;}
.seo-footer-main-outer .newsletter-outer {background: transparent !important;padding: 0;}
.seo-footer-main-outer .newsletter-outer .auto-container, .page-id-7228 #site-footer .auto-container {background: #011627 !important;}
.seo-footer-main-outer #site-footer {background: transparent !important;}
.seo-footer-main-outer .footer-middle .textwidget.custom-html-widget {width: 100%;	float: left;}
.seo-banner-icons {float: left;width: 40% !important;margin: 0;}
.seo-footer-main-outer .seo-banner-icons li {margin: 0 0 25px 0 !important; float:left;width: 100%;}
.seo-footer-main-outer .newsletter-outer h4 {float: left;width: 100%;text-align: center;margin-bottom:50px;font-family: 'Poppins', sans-serif;}
.footer-middle-address {float: left;width: 25%;}
.footer-middle-sm {float: left;width: 12%;text-align: center;}
.seo-banner-icons li a img{ filter:brightness(0) invert(1); }
.seo-banner-icons li a img:hover{ filter:brightness(1) invert(0); }
.seo-banner-icons li img {height: 23px;}
.footer-left li, .footer-left li .widget_custom_html, .footer-left p {float: left;width: 100%;}
.seo-footer-inner {width: 100%;background: #011627;float: left;}

.seo-footer-main-outer {float: left;width: 100%;/* margin-top: -280px; */position: absolute;bottom: 0;	z-index: 999;}
.seo-footer-inner .newsletter-inner:before {content:""; position:absolute; left:50%; top:0; width:4px; height:260px; background:#24c8ee;}
.seo-footer-main-outer .newsletter-inner .widget_newsletterwidget {	justify-content: center;}
.seo-footer-main-outer .newsletter-outer, .seo-footer-con {width: 90%;margin: auto;}
.seo-footer-main-outer .newsletter-inner {padding: 110px 0 70px;position: relative;}
.seo-footer-main-outer .seo-footer-inner {background: #011627; float:left;width:100%;}
.seo-footer-inner .newsletter-inner::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -70px;
	width: 2px;
	height: 150px;
	background: #24c8ee;
}
.seo-rank-google-panel { padding-bottom:600px; }
.seo-lp-form-con .conatct-send-btn {	z-index: 9999;}
.seo-lp-form-con .conatct-send-btn input {color: #fff !important;font-family: "Poppins", Sans-serif;font-size: 18px;font-weight: 500;border-radius: 15px 15px 15px 15px;width: 220px;
	height: 60px;letter-spacing: 0.1em;text-transform: uppercase;line-height: 38px; cursor:pointer;}
.contact-seo-inn {float: left;width: auto;padding-right: 20px;position: relative;}
.seo-lp-form-con .contact-seo-inn:before {	z-index:99999;content: "";position: absolute;right: 12px;top: 35px;width: 35px;height: 2px;background: #fff;}
.sep-lp-banner-right .bottom-checkbox-outer {z-index: 99;position: relative;}

@media screen and (min-width:992px) and (max-width:1130px)
{
.seo-book-image::before {width: 350px;height: 350px;left: 51px;	top: 50px;}
.rank-google-text {top: -30px;left: 0px;}
.rank-google-text:before {top: 80px;}
.rank-google-text:after {top: 81px;}
.why-seo-right-grid .elementor-icon-box-wrapper {border-radius: 15px;padding: 10px 15px;height: 280px;overflow: hidden;}
.seo-footer-inner .newsletter-inner::before {height: 110px;}
.seo-footer-main-outer .newsletter-inner {padding: 80px 0 70px;}
.seo-footer-main-outer .newsletter-outer, .seo-footer-con {width: 100%;}
.seo-book-image img {width: 455px;}
.seo-book-image .elementor-widget-image {text-align: left;}
}

@media screen and (min-width:768px) and (max-width:991px)
{
.seo-book-image::before {width: 290px;height: 282px;left: 50px;top: 50px;}
.rank-google-text {top: -30px;left: 0px;}
.rank-google-text:before {top: 80px;}
.rank-google-text:after {top: 81px;}
.why-seo-right-grid .elementor-icon-box-wrapper {border-radius: 15px;padding: 10px 15px;height: 280px;overflow: hidden;}
.seo-footer-inner .newsletter-inner::before {height: 110px;}
.seo-footer-main-outer .newsletter-inner {padding: 80px 0 70px;}
.seo-footer-main-outer .newsletter-outer, .seo-footer-con {width: 100%;}
.seo-book-image img {width: 370px;}
.seo-book-image .elementor-widget-image {text-align: left;}
}

@media screen and (max-width:767px)
{
.seo-book-image::before {	width: 450px;height: 375px;left: 50%;top: 0;transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0);}
.seo-book-image img {max-width: 400px !important; width:100%;}
.seo-footer-main-outer {position: relative;	bottom: auto;}
.seo-footer-main-outer .newsletter-outer, .seo-footer-con {width: 100%;}
.seo-rank-google-panel {padding-bottom: 0px;}
.sep-lp-banner-left {padding-right: 26%;}
.sep-lp-banner-left .elementor-7228 .elementor-element.elementor-element-06ab8d1 > .elementor-widget-container {padding: 9px 0 20px;}
.sep-lp-banner-right .elementor-7228 .elementor-element.elementor-element-1df203f > .elementor-element-populated {padding: 20px 0px 0px 0;}
.seo-rank-google-outer h2 span {   text-align: left;}
.mobile-book-pic div {text-align: center;}
.seo-download-disable-button a {width: 70% !important;}

.page-template-seo-lp .nav-button {display: none;}
.page-template-seo-lp .navbar-out {position: absolute;top: 10px;width: 170px;right:auto;height:50px;	padding: 0 0px 0;display: block;z-index: 999;left: auto;}
.page-template-seo-lp .navbar-out ul {float: left;width: 100%;height: 50px;overflow: auto;padding: 10px 30px;}
.page-template-seo-lp .header-navigation-outer li.lets-talk:last-child {margin: 0!important;}

}
@media screen and (max-width:640px)
{

.seo-rank-google-panel {padding-bottom: 0;}
.sep-lp-banner-right {z-index: 9;}
.seo-footer-main-outer .newsletter-inner {padding: 0px 0 30px;}
.seo-footer-main-outer .newsletter-outer h4 {margin-bottom: 20px;}
.footer-middle-address, .footer-middle-sm {width: 100%;}
.seo-banner-icons {width: 100% !important;}
.seo-footer-main-outer .seo-banner-icons li {margin: 20px 30px 15px 0 !important;float: left;width: auto;}
.seo-book-image img {width: 100%;max-width: 350px !important;}
.mobile-book-pic div {text-align: center;}
.seo-book-image::before {width: 350px;height: 320px;left: 50%;top: 10px;transform: translate(-50% , 0);-moz-transform: translate(-50% , 0); -webkit-transform: translate(-50% , 0); -o-transform: translate(-50% , 0);}
.rank-google-text {top: 40px;left: 40px;font-size: 14px;padding: 10px 0 0;}
.seo-left-con h2 br, .seo-footer-inner .newsletter-inner::before, .seo-download-button a::after { display:none; }
.seo-download-disable-button a {width: 100% !important;}
.rank-google-text::before, .rank-google-text::after {top: -10px;}
.contact-seo-inn {	width: 100%;}
.seo-lp-form-con .conatct-send-btn, .seo-lp-form-con .conatct-send-btn input {width: 100%;}
.seo-download-button a {border-radius: 10px !important;}
}

@media screen and (max-width:479px)
{
.seolp-send-btn, .seolp-send-btn .seolp-send-btn, .seo-download-button a {width: 100%;}
.seolp-send-btn::after, .seo-download-button a::after, .seo-footer-inner .newsletter-inner::before { display:none; }
.seo-book-image::before {width: 250px;height: 270px;}
.rank-google-text::before,.rank-google-text::after {left:0;}
.rank-google-text {	left: 0px;}
.seo-book-image img {
	width: 100%;
	max-width: 260px !important;
	margin-left: 0px;
	margin-top: 30px;
}

.header-logo .custom-logo {
	width: 130px;
	height: auto !important;
}
.page-template-seo-lp .navbar-out {width: 150px;}
.page-template-seo-lp .navbar-out ul li:last-child::after {  display:none;}
}

@media screen and (max-width:375px)
{

.seo-footer-main-outer .footer-links a {
	background: #161616;
	opacity: 0.9;
	box-shadow: 0px 0px 20px #24C7ED;
	border-radius: 12px;
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 50px;
	color: #FFFFFF;
	width: 100%;
	float: left;
	height: 50px;
	margin-bottom: 10px;
}
.seo-footer-main-outer .footer-links span { display:none; }
}
/*SEO LANDING PAGE END*/

.lets-contact-form .wpcf7 .phone-field{
    width: 100% !important;
}