/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1715520349
Updated: 2024-05-12 13:25:49

*/
/*  timeline animation*/
.UpperPart {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 3;
  background-color: white;
}

.UpperPart-Img {
  padding: 50px;
}

.UpperPart-Img img {
  height: 100%;
  width: 100%;
}

.UpperPart-text {
  height: auto;
  padding: 50px 50px 50px 0px;
  text-align: left;
  line-height: 2;
}

.UpperPart-Title {
  color: #292929;
  padding: 20px;
  font-size: 30px;
  font-weight: 600;
}

.UpperPart-SubTitle {
  color: #2F2F2F;
  padding: 20px;
  font-weight: 500;
}

.UpperPart-Description {
  font-size: 20px;
  color: #7D7D7D;
  padding: 20px;
}


/******* this is the upper horizontal and vertical lines *************************************************/
.connection-line {
  height: 30vh;
  width: 50%;
  background-color: white;
  margin-top: -10vh;
  margin-left: 25%;
  margin-right: 25%;
  border-right: 1.2px solid #0E3B85;
  z-index: 3;
}
.horizontal-lines {
  display: block;
  width: 0px;
  height: 1.2px;
  margin-top: 30vh;
  position: absolute;
  background-color: #0E3B85;
  animation-name: animated-line;
  -webkit-animation-name: animated-line;
  -ms-animation-name: animated-line;
  -moz-animation-name: animated-line;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-delay: 1s;
  -ms-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
}

#line-left {
  left: 50%;
}

#line-right {
  right: 25%;
}

#line-center {
  margin: auto;
}

/************************************************************************************/

/********************************************************/
.timeLineSection{
	position:relative;
	z-index: -5;
}
.wraperLine {
    display: block;
    position: relative;
    height: 200px;
    float: left;
    width: 32vw;
    margin-left: -50vw;
    left: 50%;
}
.outerLine {
    position: absolute;
    width: 140.5rem;
    height: 108.5rem;
    border: .5rem solid #2a2c25;
    border-radius: 50%;
    top: 0;
    right: -11px;
    transform: translateY(-50%);
    z-index: -4;
}
.timeline {
  list-style: none;
  padding-top: 20px;
  position: relative;
  z-index: -3;
	width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: fixed;
  content: " ";
  width: 8px;
  background-color: #000000;
  border-right: 1.25px solid #2a2c25;
  left: 32%;
  height: 100%;
  z-index: -5;
}

.timeline:after {
  top: 0;
  bottom: 0;
  position: fixed;
  content: " ";
  width: 8px;
  background-color: #2a2c25;
  left: 32%;
  border: 1.25px solid #2a2c25;
  height: 50vh;
  z-index: -5;
}

/************************************************************************************/

.timeline>li {
  position: relative;
}

/************************************************************************************/

.timeline>li:before, .timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

/************************************************************************************/

.timeline-panel {
	width: 70%;
    height: auto;
    float: left;
    padding: 0 50px 50px;
    position: relative;
    text-align: left;
    color: #ffffff;
    max-width: 875px;
    float: left;
    margin-left: 32%;
}
.timeline-panel .timeline-heading .timeline-title{
	color: #ffffff
}
/************************************************************************************/

.timeline-panel:before {
  position: absolute;
  top: 29%;
  right: -6vw;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid lightblue;
  content: " ";
  background-color: white;
  z-index: 99;
}

/************************************************************************************/

.timeline-panel-img img {
  width: 100%;
  height: auto;
  max-width: 40vw;
  max-height: 35vh;
  left: auto;
  right: auto;
}

/************************************************************************************/

.timeline-panel-img:before {
  position: absolute;
  top: 29%;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: lightblue;
  content: " ";
}

/************************************************************************************/

.timeline-panel:after {
  position: absolute;
  top: 31%;
  right: -14.25vw;
  display: inline-block;
  width: 8.3vw;
  height: 1px;
  background-color: lightblue;
  content: " ";
  z-index: -3;
}

/************************************************************************************/

.timeline-badge.active {
  color: #0E3B85;
  animation-name: lines;
  -webkit-animation-name: lines;
  -ms-animation-name: lines;
  -moz-animation-name: lines;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-delay: 0s;
  -ms-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
}

/************************************************************************************/

.timeline-panel-body {
  opacity: 1;
}

/************************************************************************************/

.timeline-panel.active:after {
  animation-name: lines2;
  -webkit-animation-name: lines2;
  -ms-animation-name: lines2;
  -moz-animation-name: lines2;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
}

/************************************************************************************/

.timeline-panel.active:before {
  animation-name: lines3;
  -webkit-animation-name: lines3;
  -ms-animation-name: lines3;
  -moz-animation-name: lines3;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-delay: 1s;
  -ms-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
}

/************************************************************************************/

.timeline-panel-img.active:before {
  animation-name: ani-img;
  -webkit-animation-name: ani-img;
  -ms-animation-name: ani-img;
  -moz-animation-name: ani-img;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-delay: 1s;
  -ms-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
}

/************************************************************************************/

.timeline-badge {
  color: lightblue;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 100px;
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: 2%;
    left: 31.50%;
    margin-left: 0;
    background-color: #f96118;
    border: 1px solid #f96118 !important;
    z-index: 100;
}

/************************************************************************************/

.timeline-body p {
  font-size: 18px;
  line-height: 2;
  text-align: left;
}

/************************************************************************************/

.timeline-panel.timeline-inverted, .timeline-inverted>.timeline-panel {
  float: left;
}

.timeline-panel.timeline-inverted:before, .timeline-inverted>.timeline-panel:before {
  left: -6vw;
  right: auto;
  display: none;
}

.timeline-panel.timeline-inverted:after, .timeline-inverted>.timeline-panel:after {
  background-color: lightblue;
  left: -15.2vw;
  right: auto;
  width: 10vw;
  display: none;
}
.timeline-title{
  font-size: 25;
  line-height: 1.5;
  text-align: left;
  font-weight: 600;
}

/************************************************************************************/


.endpart {
  position:relative;
  height: 50vh;
  background-color: white;
  z-index: 3;
  margin-top:100px;
  text-align:center;
}
.endpart p{
  padding-top:200px;
}
/************************************************************************************/
@keyframes animated-line {
  0% {
    width: 0px;
  }
  100% {
    width: 25%;
  }
}

@keyframes ani-img {
  0% {
    background-color: lightblue;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
  50% {
    background-color: #7390BF;
    transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
  }
  100% {
    background-color: #0E3B85;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
}

@keyframes ani-panel {
  0% {
    color: #7390BF;
    ;
    opacity: 0;
  }
  50% {
    color: #7390BF;
    opacity: 0.5;
  }
  100% {
    color: #7390BF;
    opacity: 1;
  }
}

@keyframes ani-body {
  0% {
    color: lightblue;
  }
  50% {
    color: #7390BF;
  }
  100% {
    color: #0E3B85;
  }
}

@keyframes lines3 {
  0% {
    border: 1px solid lightblue;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
  50% {
    border: 1.25px solid #7390BF;
    transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
  }
  100% {
    border: 1.5px solid #0E3B85;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
}

@keyframes lines {
  0% {
    border: 1px solid lightblue;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
  50% {
    border: 1.25px solid #7390BF;
    transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
  }
  100% {
    border: 1.5px solid #0E3B85;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
}

@keyframes lines2 {
  0% {
    height: 1px;
  }
  50% {
    height: 1.25px;
    background-color: #7390BF;
  }
  100% {
    height: 1.5px;
    background-color: #0E3B85;
  }
}

@media (max-width:1024px){
	.rkit-dropdown-open>.rkit-dropdown-click-tablet .rkit-submenu.rkit-item-submenu, .rkit-dropdown-open>.rkit-dropdown-click-mobile .rkit-submenu.rkit-item-submenu {
    border-bottom: 1px dashed #fafafa;
}
	.rkit-dropdown-open>.rkit-dropdown-click-tablet .rkit-submenu.rkit-item-submenu:last-child, .rkit-dropdown-open>.rkit-dropdown-click-mobile .rkit-submenu.rkit-item-submenu:last-child {
    border-bottom: 0;
}
	.rkit-responsive-tablet .rkit-menu:last-child a.rkit-menu-text {
		font-family: var(--e-global-typography-accent-font-family), Sans-serif;
		font-size: var(--e-global-typography-accent-font-size);
		font-weight: var(--e-global-typography-accent-font-weight);
		text-transform: var(--e-global-typography-accent-text-transform);
		line-height: var(--e-global-typography-accent-line-height);
		color: var(--e-global-color-primary);
		background-color: var(--e-global-color-accent);
		border-style: solid;
		border-width: 2px 2px 2px 2px;
		border-radius: 6px 6px 6px 6px;
		padding: 16px 32px 16px 32px;
	}
}
@media (max-width: 767px){
	.wraperLine{
		width: 12vw;
	}
	.timeline:before,.timeline:after{
		left: 14%;
	}
	.timeline-badge{
		left: 12.5%;
	}
	.timeline-panel{
		width: 88%;
		padding: 0 27px 50px 50px;
		margin-left: 12%;
	}
	footer .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
		display: flex;
		gap: 15px;
		align-items: self-end;
	}
	footer .elementor-icon-list-items{
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		row-gap: 0;
	}
	.contactItem .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
		display: flex;
		gap: 15px;
		align-items: self-end;
	}
	.contactItem .elementor-icon-list-items{
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		row-gap: 0;
	}
}

/* end timelime */
.case-img-box .elementor-image-box-content .elementor-image-box-description {
    padding-left: 0;
    padding-right: 0;
}
.valueAddedSection .elementor-widget-elementskit-icon-box .ekit-wid-con .elementskit-infobox {
    min-height: 445px;
}
.Arc_arc__CyMnU {
	aspect-ratio: 5 / 1;
	position: relative;
    width: 100vw;
	overflow: hidden;
	margin-left: -50vw;
    left: 50%;
}
.Arc_arc__CyMnU:before {
    content: "";
    position: absolute;
    top: .75rem;
    transform: translateX(-50%);
    left: 50%;
    width: 200%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: .5rem solid #2a2c25;
}
.Arc_arcNode__0KADj {
    position: absolute;
    bottom: 100%;
    margin-bottom: -1.5rem;
    left: 50%;
    margin-left: -.5rem;
    width: 1rem;
    animation: Arc_node-path__IOx_5 10s ease-in-out infinite;
}
.PulseDot_dot__G7ue9 {
    position: relative;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #e8733b;
    margin: 0;
    padding: 0;
    border: 3px solid transparent;
}
.PulseDot_dot__G7ue9:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    transform-origin: center center;
    inset: -100%;
    border: 3px solid #e8733b;
    animation: PulseDot_pulse__BHuOD 2s infinite;
}
.Arc_arc__CyMnU.Arc_bottom__NAISE {
    transform: scaleY(-1);
}
.Arc_bottom__NAISE .Arc_arcNode__0KADj {
    animation-delay: -12s
}
.rkit-submenu.rkit-item-submenu.rkit-submenu-item{
	padding-inline: 0 !important;
    padding-block: 0 !important;
}
.rkit-submenu.rkit-item-submenu.rkit-submenu-item a.rkit-submenu-text {
    display: block;
    padding-inline: 35px;
    padding-block: 10px;
}
.page-id-76 footer#colophon div#getInTouch {
    display: none;
}
.elementor-icon-box-description a,.elementor-icon-box-description a:hover {
    color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after{
	display:none;
}


@keyframes Arc_node-path__IOx_5 {
    0% {
        transform: translateY(calc(100vw - .25rem)) rotate(-220deg) translateY(calc(100vw - .25rem))
    }

    to {
        transform: translateY(calc(100vw - .25rem)) rotate(-140deg) translateY(calc(100vw - .25rem))
    }
}
@keyframes PulseDot_pulse__BHuOD {
    0% {
        transform: scale(.5);
        opacity: 1
    }

    to {
        transform: scale(1);
        opacity: 0
    }
}


@media(min-width:1025px){
	.rkit-navmenu-tablet>div:last-child, .rkit-navmenu-mobile>div:last-child {
		display: none;
	}
}