a,a:hover{
	color: inherit;
}

.container-right > .e-con-inner{
	max-width: calc(100vw - ((100vw - var(--content-width)) / 2)) !important;
    margin-right: 0 !important;
    margin-left: auto !important;
}

.container-left > .e-con-inner{
	max-width: calc(100vw - ((100vw - var(--content-width)) / 2)) !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.sw-loop-row-reverse div[data-elementor-type="loop-item"]:nth-child(odd) > .elementor-element > .e-con-inner {
    flex-direction: row-reverse;
}

.text-have-right-line > div >*{
	position: relative;
    padding-left: 60px;
	margin-bottom: 0;
}

.text-have-right-line > div >*::before{
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 46px;
    height: 1px;
    background-color: currentColor;
}

.text-no-margin p{
	margin: 0;
}

.sitemap-menu nav > ul.elementor-nav-menu > li > a::before{
   content: '';
   position: absolute;
   left: 0;
   display: flex;
   width: 8px;
   height: 8px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 7.5px;
   background-color: #FFF;
   opacity: 1 !important;
}

.sitemap-menu  ul.sub-menu{
    display: flex !important;
    position: relative !important;
    background: none;
}

.sitemap-menu  ul.sub-menu .menu-item a,
.sitemap-menu  ul.sub-menu .menu-item a:hover{
    background: none;
    color: #FFF;
}

.sw-year-timeline {
    border: 2px solid #D7EBFF;
    box-shadow: 0 4px 30px 0 #0054A614;
    padding: 40px;
    border-radius: 50%;
    width: 117px;
    height: 117px;
    display: flex;
    justify-content: center !important;
}

.sw-before-left{
    position: relative;
}

.sw-before-left::before{
    content: "";
    position: absolute;
    left: -25px;
    width: 2px;
    height: 100%;
    background: #FFF;
}

@media only screen and (max-width: 767px) {
	.text-have-right-line > div >*{
		padding-left: 40px;
	}

 	.text-have-right-line > div >*::before{
	  width: 26px;
	}
}