/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&amp;display=swap');

:root {
	--color-primary: #0994ff;
	--color-info: #b2b2b2;
	--color-light: #fafafa;
	--box-shadow-primary: 0 20px 25px -5px rgba(0, 0, 0, .1);
}

body {
	font-family: Cabin;	
	font-size: 18px;
	line-height: 1.38;
}

.space-section {
	height: 65px;
}

.bg-primary {
	background-color: var(--color-primary);
}
.bg-light {
	background-color: var(--color-light);
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

h2 {
	font-weight: bold;
	font-size: 35px;
	letter-spacing: 2.4px;
	color: #202020;
}

@media only screen and (min-width: 768px) {
	h2 {
		font-size: 50px;	
	}
}

.elementor-button.elementor-size-xs {
	padding: 12px 20px;
	letter-spacing: 0.4px;
}

.elementor-button.elementor-size-md {
	font-size: 18px;
    padding: 14px 26px;
	letter-spacing: 1.2px;
}

.elementor-button.elementor-size-lg {
    font-size: 20px;
    padding: 15px 33px;
    letter-spacing: 1.3px;
}

.elementor-element.elementor-button-info .elementor-button {
	background-color: var(--color-info);
	border-color: var(--color-info);
	color: white;
}

.elementor-element.elementor-button-info .elementor-button:hover,
.elementor-element.elementor-button-info .elementor-button:focus {
	background-color: var(--color-info);
	border-color: var(--color-info);
	color: white;
}

.elementor-element.elementor-button-info-outline .elementor-button {
	background-color: transparent;
	border-color: var(--color-info);
	color: black;
}

.elementor-element.elementor-button-info-outline .elementor-button:hover,
.elementor-element.elementor-button-info-outline .elementor-button:focus {
	background-color: var(--color-info);
	color: white;
	border-color: var(--color-info);
}

.elementor-view-loading-circle .elementor-icon {
	width: 145px;
	height: 145px;
	max-width: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    background-image: url('assets/images/loading-circle.png');
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.elementor-column-gap-step-arrows>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 30px;
}

.elementor-column-gap-step-arrows>.elementor-row>.elementor-column:not(:last-child):after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -22px;
	width: 44px;
	margin-top: -22px;
	background-color: black;
	border-radius: 100%;
	width: 44px;
	height: 44px;
	background-image: url('assets/images/icon-arrow-right-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px;
}

@media only screen and (max-width: 767px) {
	.elementor-column-gap-step-arrows>.elementor-row>.elementor-column:not(:last-child):after {
		left: 50%;
		right: auto;
		margin-left: -22px;
		top: auto !important;
		bottom: -22px;
		transform: rotate(90deg);
	}
	
	.elementor-column-gap-step-arrows>.elementor-row>.elementor-column>.elementor-element-populated {
		padding: 60px 30px;
	}
}


.swiper-pagination-bullets {
  color: #fff;
  cursor: default; }

.swiper-slide {
  border-style: solid;
  border-width: 0;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: border, background, -webkit-transform;
  transition-property: border, background, -webkit-transform;
  -o-transition-property: border, background, transform;
  transition-property: border, background, transform;
  transition-property: border, background, transform, -webkit-transform;
  overflow: hidden; }
  .swiper-slide:not(:hover) .e-overlay-animation-fade {
    opacity: 0; }
  .swiper-slide:not(:hover) .e-overlay-animation-slide-up {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }
  .swiper-slide:not(:hover) .e-overlay-animation-slide-down {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .swiper-slide:not(:hover) .e-overlay-animation-slide-right {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .swiper-slide:not(:hover) .e-overlay-animation-slide-left {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
  .swiper-slide:not(:hover) .e-overlay-animation-zoom-in {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; }
  .swiper-slide a {
    display: inline; }
    .swiper-slide a.elementor-button {
      display: inline-block; }

.main-slider {
	margin-bottom: 12px;
}

.main-slider .swiper-container {
	width: 100%;
	height: 975px;
	padding-bottom: 75px;
}

.main-slider .swiper-button-next, 
.main-slider .swiper-button-prev  {
	bottom: 125px;	
	background-image: url('assets/images/icon-arrow-right-white.svg');
	background-position: center center;
	width: 45px;
	height: 45px;
	top: auto;
	right: auto;
	transition: opacity .2s;
	background-size: contain;
}

.main-slider .swiper-button-prev  {
	left: 15px;
	transform: rotate(180deg);
}

.main-slider .swiper-button-next  {
	left: 405px;
}

.main-slider__content {
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 100px 50px 150px;
	margin: auto;
	color: white;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; 
}

.main-slider__content-wrapper {
	max-width: 830px;
	color: white;
}

.main-slider__heading {
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 7px;
}

.main-slider__description {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
}

.main-slider .swiper-pagination.swiper-pagination-bullets {
	bottom: 0px;
	position: absolute;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	width: 315px;
	height: 200px;
	left: 0;
	background-color: var(--color-primary);
	border-radius: 0 5px 5px 0;
}

.main-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	font-size: 163px;
	position: absolute;
	right: 50px;
	padding: 0;
	background: none;
	width: auto;
	height: auto;
	line-height: 1;
	transform: translatex(-500px);
	opacity: 0;
}

.main-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active { 
	transform: translatex(0);
	opacity: 1;
	transition: all .3s;
}

.main-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active + .swiper-pagination-bullet { 
	transform: translatex(500px);
}

.main-slider__background {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 100%;
  min-height: 100%; 
}

.main-slider .swiper-slide-inner {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px;
  margin: auto; 
}

.main-slider .main-slider__background-overlay {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
	background-color: rgba(0, 0, 0, .5);
}

@media only screen and (min-width: 768px) {
	.main-slider__heading {
		font-size: 100px;
	}

	.main-slider__description {
		font-size: 30px;
		line-height: 35px;
	}
}

@media only screen and (min-width: 1024px) {
	.main-slider__heading {
		font-size: 130px;
	}
}


@media only screen and (min-width: 1500px) {
	.main-slider__content {
		padding: 300px 50px 50px;
	}
	
	.main-slider .swiper-button-prev  {
		left: 165px;
		transform: rotate(180deg);
	}
	
	.main-slider .swiper-pagination.swiper-pagination-bullets {
		height: 455px;
	}
	
	.main-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
		bottom: 175px;
	}
}


.card {
	background-color: white;
	padding: 33px 30px 22px;
	text-align: center;
	box-shadow: var(--box-shadow-primary);
	border-radius: 5px;
	transition: background-color .3s, color .3s;
	position: relative;
}

.card:hover {
	background-color: var(--color-primary);
	color: white;
}

.card__heading {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
}

.card__description {
	font-size: 15px;
	line-height: 25px;
}

.card__icon-wrapper {
	position: relative;
	height: 146px;
	margin-bottom: 25px;
}

.card__icon,
.card__icon-hover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: opacity .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card__icon svg,
.card__icon-hover svg {
	max-width: 100%;
	max-height: 100%;
}

.card__icon-hover {
	opacity: 0;
}

.card:hover .card__icon-hover {
	opacity: 1;
}

.card:hover .card__icon {
	opacity: 1;
}

.card__link {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    background-color: rgba(0,0,0,0);
	text-indent: -10000px;
	overflow: hidden;
}



.testimonial-card {
	padding: 40px;
	box-shadow: var(--box-shadow-primary);
	display: flex;
	flex-direction: column;
}

.testimonial-card__text {
	flex-grow: 1;
	flex-shrink: 0;
}

.testimonial-card__person-wrapper {
	overflow: hidden;
	margin-top: 40px;
	flex-shrink: 0;
	flex-grow: 0;
	height: 70px;
}

.testimonial-card__photo {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 15px;
	background-color: var(--color-light);
	background-repeat: no-repeat;
	background-size: cover;
	
}

.testimonial-card__name {
	margin-top: 10px;
	font-weight: bold;
}

.testimonial-card__person-subtitle {
	margin-top: 3px;
	font-size: 15px;
	color: #9194af;
}


.card-slider,
.testimonial-slider {
	margin-left: -10px;
	margin-right: -10px;
}

.card-slider .swiper-container,
.testimonial-slider .swiper-container {
	padding-bottom: 25px;
}

.card-slider .swiper-slide,
.testimonial-slider .swiper-slide {
	padding: 10px 10px 50px;
	height: auto;
}

.card-slider .swiper-slide > *,
.testimonial-slider .swiper-slide > * {
	height: 100%;
}

.card-slider .swiper-pagination,
.testimonial-slider .swiper-pagination {
	display: none;
}

.card-slider .swiper-button-next, 
.card-slider .swiper-button-prev,
.testimonial-slider .swiper-button-next, 
.testimonial-slider .swiper-button-prev  {
	bottom: 0;	
	background-image: url('assets/images/icon-arrow-right-black.svg');
	background-position: center center;
	width: 40px;
	height: 40px;
	top: auto;
	right: auto;
	transition: opacity .2s;
	background-size: contain;
	left: 50%;
}

.card-slider .swiper-button-prev,
.testimonial-slider .swiper-button-prev {
	margin-left: -55px;
	transform: rotate(180deg);
}

.card-slider .swiper-button-next,
.testimonial-slider .swiper-button-next{
	margin-left: 15px;
}

.card-slider .swiper-button-next:not(.swiper-button-disabled):hover,
.card-slider .swiper-button-prev:not(.swiper-button-disabled):hover,
.testimonial-slider .swiper-button-next:not(.swiper-button-disabled):hover,
.testimonial-slider .swiper-button-prev:not(.swiper-button-disabled):hover {
	background-image: url('assets/images/icon-arrow-right-primary.svg');
}


.image-text-carousel {
	margin-bottom: 10px;
}

.image-text-carousel .swiper-slide {
	width: 100%;
	max-width: 850px;
	padding: 0 10px;
}

.image-text-carousel .swiper-slide-active {
	opacity: 1;
}

.image-text-carousel__image {
	width: 100%;
	padding-bottom: 56.6%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--color-light);
	border-radius: 5px;
	margin-bottom: 29px;
	transition: opacity .3s;
}

.image-text-carousel__body {
	transition: opacity .3s;
}

.image-text-carousel__heading {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 15px;
}

.image-text-carousel__description {
	margin-bottom: 35px;
}

.image-text-carousel .swiper-slide:not(.swiper-slide-active) .image-text-carousel__image {
	opacity: .2;
}

.image-text-carousel .swiper-slide:not(.swiper-slide-active) .image-text-carousel__body {
	opacity: 0;
}

.image-text-carousel .swiper-button-next, 
.image-text-carousel .swiper-button-prev  {
	background-image: url('assets/images/icon-arrow-right-white.svg');
	background-position: center center;
	width: 60px;
	height: 60px;
	top: 228px;
	left: 50%;
	transition: opacity .2s, background-color .3s;
	background-size: 33px;
	background-color: black;
	border-radius: 5px;
}

.image-text-carousel .swiper-button-prev  {
	margin-left: -443px;
	transform: rotate(180deg);
}

.image-text-carousel .swiper-button-next  {
	margin-left: 382px;
}

.image-text-carousel .swiper-button-next:not(.swiper-button-disabled):hover,
.image-text-carousel .swiper-button-prev:not(.swiper-button-disabled):hover {
	background-color: var(--color-primary)	;
}

.image-text-carousel .swiper-pagination {
	display: none;
}

footer .menu {
	display: block;
	padding: 0;
	margin: 0;
}

footer .menu-item {
	display: block;
	padding: 0;
	margin: 0 0 10px;;
	list-style-type: none;
}

footer .menu-item > a {
	color: #5a5a5a !important;
	font-size: 14px;
}

footer .menu-item > a:hover {
	color: var(--color-primary);
}

@media only screen and (max-width: 767px) { 
	footer .menu {
		text-align:center;	
	}
}



/*World Map styles*/

.worldmap__tooltip-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}

.worldmap__map-link {
	padding-left: 25px;
}

.worldmap__map-link a {
	font-size: 12px;
}

.worldmap__phone-line {
	padding-left: 25px; 
	background-image: url(../../uploads/2020/04/icon-phone-call-grey.html); 
	background-repeat: no-repeat; 
	background-size: 15px 15px;
	background-position: 0 5px;
}

.worldmap__address-line {
	padding-left: 25px; 
	background-image: url(../../uploads/2020/04/icon-map-point-gray.html); 
	background-repeat: no-repeat; 
	background-size: 18px 18px;
	background-position: 0 2px;
	max-width: 300px;
	white-space: normal;
}

@media only screen and (min-width: 992px) {
	.worldmap__address-line {
		max-width: 400px;
	}
}

/* ----------- */
/* </ inputs > */



/*---------*/
/* <button> */

.btn {
	font-size: 15px;
	letter-spacing: 0px;
	cursor: pointer;
	transition: all .5s;
	border-radius: 4px;
}


.btn.btn-block {
	font-weight: 400;
	line-height: 0;
	padding: 20px 50px;
}

.btn.btn-primary {
	background-color: var(--color-primary)!important;
	color: #ffffff!important;
}

.btn.btn-primary:hover {
	background-color: #1983DB!important;
	color: #ffffff!important;
}


.btn.btn-light {
	background-color: var(--color-info)!important;
	color: #000000!important;
}

.btn.btn-light:hover{
	color: white!important;
	background-color: var(--color-primary)!important;
}




/* ----------- */
/* </ buttons > */


/*------- Plugins and API custom styles --------*/

.plugins-item .elementor-image-box-description {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 155px;
}

.plugins-item .elementor-image-box-description .elementor-element{
	margin-bottom: 10px;
}

.plugins-item .elementor-image-box-description .elementor-element:last-child{
	margin-bottom: 0px;
}

.elementor-image-box-description {
	
}

.plugins-item .elementor-image-box-title{
	position: relative;
}

.plugins-item .elementor-image-box-title::after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-info);
	
}



/* --------- End of Plugins Styles ----------- */


.site-header-underlay {
	height: 180px;
	background-size: cover;
	background-position: center center;
	background-image: url('assets/images/header-underlay.jpg');
	background-color: #a4a4a4;
}

.what-reflect-title{
    position: relative;
    z-index: 1;
}

.what-reflect-title::before{
    content: "What We Do";
    position: absolute;
    z-index: 0;
    opacity: 0.2;
    top: -35px;
    left: 0;
    right: 0;
    font-size: 67px;
    color: #0994FF;
}

.how-reflect-title{
    position: relative;
    z-index: 1;
}

.how-reflect-title::before{
    content: "How we do it";
    position: absolute;
    z-index: 0;
    opacity: 0.2;
    top: -35px;
    left: 0;
    right: 0;
    font-size: 67px;
    color: #0994FF;
}

.wpcf7-form-control-wrap {
	margin-bottom: 10px;
	display: block;
}
.wpcf7-submit {
	min-width: 225px;
	margin: 15px auto 0;
	display: block;
}
div.wpcf7 .ajax-loader {
	margin: 5px auto;
	display: block;
}
span.wpcf7-not-valid-tip {
	font-size: 14px;
	margin-top: 3px;
}


body.rtl footer .attachment-full {
	display: block;
}
body.rtl footer .elementor-social-icon {
	margin-right:0px;
	margin-left: 5px;
}
#sltCountry {
	margin-left: 10px;
	margin-top: 2px;
}
body.rtl #sltCountry {
	margin-left: 0px;
	margin-right: 10px;
}
.chkBoxOpacity {
	position: absolute;
}
@media only screen and (min-width: 1200px) {
	body.rtl .site-navigation .elementor-button {
		margin-left: 0px;
		margin-right: 10px;
	}
}