/*
 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: 40px;
	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 0 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;
}

.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;
}

#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: 38%;
}
.footer-top-part a {
	color: #fff;
}
.footer-middle {
	float: left;
	width: 30%;
}
.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;
}
.team-text.team-paragraph  span
{
	opacity: 0;
}
.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 {
opacity: 1;
}
.lets-contact-form .top-checkbox-inner input, .bottom-checkbox-outer span.wpcf7-list-item input {
	position: absolute;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: no-repeat;
	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;

}
.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: 49%;
}
.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 {
	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 {
	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*/
@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;
}
}
@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;
}
}
@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;
}
}
@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;
}
@media(max-width:767px){
	div#Detail01 {
		float: left;
		margin: 90px auto 0;
	}
	.button404 .elementor-button-link {
	min-width: 250px;
}
}


.cat-head {
width: 100%;
display: block;
margin: 150px 0 50px;
text-align: center;
color: #fff;
font-size: 30px;
}
.cat-head .color-accent
{
color: #fff;
}