@font-face {
    font-family: 'ambivalentiaaa400';
    src: url('https://www.sulam.net/wp-content/themes/sulam-2020/fonts/ambivalentiaaa400.eot');
    src: url('https://www.sulam.net/wp-content/themes/sulam-2020/fonts/ambivalentiaaa400.eot') format('embedded-opentype'),
         url('https://www.sulam.net/wp-content/themes/sulam-2020/fonts/ambivalentiaaa400.woff2') format('woff2'),
         url('https://www.sulam.net/wp-content/themes/sulam-2020/fonts/ambivalentiaaa400.woff') format('woff'),
         url('https://www.sulam.net/wp-content/themes/sulam-2020/fonts/ambivalentiaaa400.ttf') format('truetype'),
         url('https://www.sulam.net/wp-content/themes/sulam-2020/fonts/ambivalentiaaa400.svg#ambivalentiaaa400') format('svg');
}
@font-face {
    font-family: 'ambivalentiaaa700';
    src: url('https://www.sulam.net/wp-content/themes/sulam-2020/fonts/ambivalentiaaa700.eot');
    src: url('https://www.sulam.net/wp-content/themes/sulam-2020/fonts/ambivalentiaaa700.eot') format('embedded-opentype'),
         url('https://www.sulam.net/wp-content/themes/sulam-2020/fonts/ambivalentiaaa700.woff2') format('woff2'),
         url('https://www.sulam.net/wp-content/themes/sulam-2020/fonts/ambivalentiaaa700.woff') format('woff'),
         url('https://www.sulam.net/wp-content/themes/sulam-2020/fonts/ambivalentiaaa700.ttf') format('truetype'),
         url('https://www.sulam.net/wp-content/themes/sulam-2020/fonts/ambivalentiaaa700.svg#ambivalentiaaa700') format('svg');
}
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
	font-family: 'ambivalentiaaa400';
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	direction: rtl;
	color: #707070;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fix:after {
	content: '';
	display: table;
	clear: both;
}

/*=============================================================
 * 			Loading Animation
 * =============================================================*/
section#loading {
    position: fixed;
    background: #f2f2f2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
/*==== Loading Animation ====*/
body.loading section#loading{
	opacity: 1;
	visibility: visible;
}
.spinner {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #95c11c;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/*=================================================
 * 			Play Button
 * ================================================*/
button.sound-btn.fix {
    position: fixed;
    left: 20px;
    bottom: 20px;
    height: 26px;
    border-radius: 0px;
    border: 0px solid #dddddd;
    background: transparent;
    cursor: pointer;
    padding: 0px;
}
button:focus {
    outline: 0px;
}
button.sound-btn.fix>span {
    display: block;
    width: 1px;
    height: 100%;
    background: #707070;
    float: left;
    position: relative;
    -webkit-transform: scale(1, 0.5);
    -moz-transform: scale(1, 0.5);
    -ms-transform: scale(1, 0.5);
    -o-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}
button.sound-btn.fix.active>span {
	animation-name: musicWave;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
button.sound-btn.fix>span:not(:last-child) {
    margin-right: 3px;
}
button.sound-btn.fix.active>span.sound-btn-line-1.fix,
button.sound-btn.fix.active>span.sound-btn-line-2.fix,
button.sound-btn.fix.active>span.sound-btn-line-3.fix,
button.sound-btn.fix.active>span.sound-btn-line-11.fix,
button.sound-btn.fix.active>span.sound-btn-line-12.fix,
button.sound-btn.fix.active>span.sound-btn-line-13.fix {
	animation-name: musicWave2;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
button.sound-btn.fix>span.sound-btn-line-1.fix,
button.sound-btn.fix>span.sound-btn-line-13.fix {
	animation-delay: 0.5s;
}
button.sound-btn.fix>span.sound-btn-line-2.fix,
button.sound-btn.fix>span.sound-btn-line-12.fix {
	animation-delay: 0.6s;
}
button.sound-btn.fix>span.sound-btn-line-3.fix,
button.sound-btn.fix>span.sound-btn-line-11.fix {
	animation-delay: 0.7s;
}
button.sound-btn.fix>span.sound-btn-line-4.fix,
button.sound-btn.fix>span.sound-btn-line-10.fix {
	animation-delay: 0.5s;
}
button.sound-btn.fix>span.sound-btn-line-5.fix,
button.sound-btn.fix>span.sound-btn-line-9.fix {
	animation-delay: 0.6s;
}
button.sound-btn.fix>span.sound-btn-line-6.fix,
button.sound-btn.fix>span.sound-btn-line-8.fix {
	animation-delay: 0.7s;
}
button.sound-btn.fix>span.sound-btn-line-7.fix {
	animation-delay: 0.8s;
}
button.sound-btn.fix.active>span.sound-btn-line-7.fix {
	animation-name: musicWave3;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
@keyframes musicWave3 {
  0% {
    -webkit-transform: scale(1, 0.5);
  }
  10% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.7);
  }
  60% {
    -webkit-transform: scale(1, 1);
  }
  80% {
    -webkit-transform: scale(1, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 0.5);
  }
}
@keyframes musicWave {
  0% {
    -webkit-transform: scale(1, 0.2);
  }
  10% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.5);
  }
  60% {
    -webkit-transform: scale(1, 1);
  }
  80% {
    -webkit-transform: scale(1, 0.5);
  }
  100% {
    -webkit-transform: scale(1, 0.1);
  }
}
@keyframes musicWave2 {
  0% {
    -webkit-transform: scale(1, 0.1);
  }
  10% {
    -webkit-transform: scale(1, 0.5);
  }
  50% {
    -webkit-transform: scale(1, 0.2);
  }
  60% {
    -webkit-transform: scale(1, 0.5);
  }
  80% {
    -webkit-transform: scale(1, 0.2);
  }
  100% {
    -webkit-transform: scale(1, 0.1);
  }
}
audio.music-player.fix {
    display: none;
}
a.language-btn.fix {
    position: fixed;
    left: 20px;
    bottom: 30%;
    text-decoration: none;
}
a.language-btn.fix>img {
    display: block;
}
span.lang-text {
    color: #707070;
    font-size: 18px;
    line-height: 25px;
    position: absolute;
    top: 100%;
    margin-top: 45px;
    width: 100px;
    padding-left: 5px;
    left: 0px;
    direction: ltr;
}
span.lang-dot {
    position: absolute;
    top: 100%;
    left: 8px;
    width: 18px;
    height: 18px;
    border: 1px solid #00AEEF;
    border-radius: 50px;
    margin-top: 18px;
}
span.lang-dot:before {
    content: '';
    display: block;
    width: 1px;
    background: #00AEEF;
    height: 26px;
    position: absolute;
    left: 50%;
    bottom: 100%;
}



.section-title.fix>img {
    max-width: 100%;
    display: none;
}
.container.fix {
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
h1.timeline-title {
    margin: 0px;
    color: #FBF0DB;
    font-family: 'Archivo Black', sans-serif;
    font-size: 22vw;
    line-height: 0.8em;
}
.section-title.fix {
    text-align: center;
    width: 100%;
    overflow: hidden;
    z-index: 100;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.section-title.fix svg {
    display: block;
    width: 100%;
    height: auto;
    direction: ltr;
    fill: #FBF0DB;
}
.section-title.fix svg text {
    font-family: 'Archivo Black', sans-serif;
    font-size: 17px;
    line-height: 18px;
}
.timeline-start-right.fix {
    width: 250px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.timeline-start-left.fix {
    width: 80%;
}
.timeline-start.fix {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    padding-left: 12%;
}
.timeline-start-left.fix>p {
    margin: 0px;
}
.timeline-end.fix {
    width: 110%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: -155px;
    z-index: 20;
    position: relative;
}
.timeline-end-right.fix {
    width: 200px;
    margin-left: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: #F7941D;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.timeline-end.fix.active .timeline-end-right.fix {
    padding: 10px;
}
.timeline-end-right.fix>img {
    display: block;
    width: 100%;
}
.timeline-end-left.fix {
    width: 80%;
}
.timeline-end-left.fix>p {
    margin: 0px;
}
.timeline-start-right.fix>img {
    display: block;
}
.timeline-content.fix {
    padding: 0% 7%;
    position: relative;
    z-index: 10;
    margin-top: 50px;
}
.timeline-inner.fix {
    margin-top: 80px;
    padding-right: 120px;
    padding-bottom: 100px;
    position: relative;
}
.timeline-image.fix {
    float: left;
    position: relative;
    z-index: 10;
}
.single-timeline.fix.style1 .timeline-image.fix {
	width: 65%;
}
span.plus {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #707070;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
span.plus>svg {
    top: 50%;
    left: 50%;
    position: absolute;
}
.timeline-image.fix>a:hover>span.plus {
    -webkit-transform: rotate(180deg) scale(1.2);
    -moz-transform: rotate(180deg) scale(1.2);
    -ms-transform: rotate(180deg) scale(1.2);
    transform: rotate(180deg) scale(1.2);
}
.timeline-image.fix>a>img{
    background: #f2f2f2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.timeline-image.fix>a:hover>img {
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
    transform: scale(0.95);
}
.timeline-thumb.fix {
    position: absolute;
    width: 140px;
}
.single-timeline.fix.style1 .timeline-thumb.fix {
    top: 6%;
    right: 0px;
    margin-right: -90px;
}
.timeline-thumb.fix span.plus {
    border-color: #8DC63F;
    width: 35px;
    height: 35px;
}
.single-timeline.fix.style1 .timeline-thumb.fix span.plus {
    top: 95%;
    left: 80%;
}
.timeline-thumb.fix span.plus>svg {
    width: 14px;
    margin-left: 5px;
    fill: #8DC63F !important;
}
.thumb-radius.fix {
    border-radius: 50%;
    overflow: hidden;
    background: #f2f2f2;
}
h2.timeline-title {
    margin: 0px;
    position: absolute;
    font-size: 30px;
    line-height: 35px;
    font-weight: normal;
    z-index: 11;
}
.single-timeline.fix.style1 h2.timeline-title {
    right: 0px;
    bottom: 15%;
    padding-left: 40px;
}
span.title-marker {
    display: block;
    position: absolute;
    top: 2px;
    width: 26px;
    height: 26px;
    background: #ffffff;
    border: 1px solid #00AEEF;
    border-radius: 50%;
}
.single-timeline.fix.style1 span.title-marker {
    left: 0px;
}
.single-timeline.fix {
    position: relative;
}
.single-timeline.fix:not(:last-child) {
    margin-bottom: 15%;
}
span.title-marker:before {
    content: '';
    display: block;
    height: 1px;
    width: 175px;
    position: absolute;
    top: 50%;
    margin-right: -1px;
    background: #00AEEF;
    z-index: 10;
}
.single-timeline.fix.style1 span.title-marker:before {
    right: 100%;
}
span.title-marker:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #ffffff;
    z-index: 12;
    position: relative;
}
.single-timeline.fix.style2 .timeline-image.fix {
    float: right;
    width: 60%;
}
.single-timeline.fix.style2 h2.timeline-title {
    left: 0px;
    top: 18%;
    padding-right: 40px;
}
.single-timeline.fix.style2 span.title-marker {
    right: 0px;
}
.single-timeline.fix.style2 span.title-marker:before {
    left: 100%;
}
.single-timeline.fix.style2 .timeline-thumb.fix {
    top: 40%;
    left: 0px;
    margin-left: -70px;
}
.single-timeline.fix.style2 .timeline-thumb.fix span.plus {
    top: 80%;
    left: 10%;
}
.single-timeline.fix.style3 .timeline-image.fix {
    float: left;
    width: 60%;
}
.single-timeline.fix.style3 h2.timeline-title {
    right: 0px;
    top: 60%;
    padding-left: 40px;
}
.single-timeline.fix.style3 span.title-marker {
    left: 0px;
}
.single-timeline.fix.style3 span.title-marker:before {
    right: 100%;
}
.single-timeline.fix.style3 .timeline-thumb.fix {
    top: 20%;
    left: 100%;
    margin-left: -60px;
}
.single-timeline.fix.style3 .timeline-thumb.fix span.plus {
    top: 95%;
    left: 85%;
}
.single-timeline.fix.style4 .timeline-image.fix {
    float: left;
    width: 90%;
}
.single-timeline.fix.style4 h2.timeline-title {
    right: 35%;
    top: 0px;
    padding-right: 40px;
}
.single-timeline.fix.style4 span.title-marker {
    right: 0px;
}
.single-timeline.fix.style4 span.title-marker:before {
    top: 100%;
    width: 1px;
    height: 175px;
    left: 50%;
}
.single-timeline.fix.style4 .timeline-thumb.fix {
    top: 88%;
    left: 87%;
    margin-left: -60px;
}
.single-timeline.fix.style4 .timeline-thumb.fix span.plus {
    top: 95%;
    left: 85%;
}
.single-timeline.fix.style4 {
    padding-top: 130px;
    padding-bottom: 90px;
}
.timeline-section.fix {
    padding-bottom: 100px;
    position: relative;
    background: #ffffff;
}
.timeline-image.fix>a {
    display: block;
}
.timeline-image.fix>a:hover {
	background: transparent;
}
.timelines-pointers.fix {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    z-index: 10;
}
.boder-line {
    background: linear-gradient( to bottom, #F7941D, #F7941D 50%, #ffffff 50%, #ffffff);
    background-size: 100% 10px;
    position: absolute;
    top: 0px;
    width: 1px;
    height: 100%;
    right: 50%;
}
.timeline-pointer {
    margin-bottom: 5px;
    position: absolute;
    width: 26px;
    height: 26px;
    background: #ffffff;
    border: 1px solid #F7941D;
    border-radius: 50%;
    left: 100%;
    margin-left: 56px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.timeline-pointer.style1 {
    bottom: 15%;
}
.timeline-pointer.style2 {
    top: 18%;
}
.timeline-pointer.style3 {
    top: 60%;
}
.timeline-pointer.style4 {
    top: 0px;
}
.fixed-pointer {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    background: #F7941D;
    right: 50%;
    margin-right: -15px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.timelines-contents.fix {
    position: relative;
    z-index: 11;
    padding-bottom: 200px;
}
.timeline-section.fix:first-child .stickyTitle.fix.start:first-child {
    transition-delay: 0.5s;
}
.stickyTitle-inner.fix {
    max-width: 1200px;
    margin: -50px auto;
}
.stickyTitle.fix.fixed .stickyTitle-inner.fix,
.stickyTitle.fix.start .stickyTitle-inner.fix {
    /* padding: 0px 15px; */
}
.start-pointer {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    background: #F7941D;
    right: 50%;
    z-index: 10;
    margin-right: -10px;
}
.timeline-thumb.fix>a img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.timeline-thumb.fix>a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.timeline-pointer.active {
    border-width: 5px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
div#popup-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgb(251 240 219 / 73%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    transition-delay: 0.5s;
}
.section-title.stickyTitle.fix:last-child {
    margin-top: 60px;
}
div#popup-section.active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.popup-slider-area.fix {
    width: 100%;
    height: 75%;
    overflow: hidden;
    margin-top: auto;
    padding-top: 60px;
    position: relative;
    z-index: 11;
}
.popup-slider-wrapper.fix {
    position: relative;
    padding: 0px 50px;
    width: 70%;
    margin-left: auto;
    height: 100%;
}
button.close-button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 100%;
    background: #ffffff;
    border: 1px solid #707070;
    border-radius: 50%;
    padding: 15px;
    cursor: pointer;
    margin-top: -40px;
    margin-right: -20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
button.close-button>svg {
    display: block;
    width: 100%;
    height: auto;
}
.popup-slider.fix {
    direction: ltr;
    height: 100%;
    border: 1px solid #707070;
    display: none;
}
.popup-content-area.fix {
    align-self: flex-end;
    margin-top: auto;
    height: 25%;
    width: 50%;
    margin-right: auto;
    position: relative;
    z-index: 10;
}
.popup-content.fix {
    background: #ffffff;
    padding: 40px 40px;
    display: inline-block;
    height: calc(100% + 50px);
    padding-top: 80px;
    margin-top: -50px;
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
    transition-delay: 0s;
    overflow: auto;
}
.popup-content.fix>p {
    margin: 0px;
    color: #707070;
}
button.slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    background: rgb(255 255 255 / 52%);
    border: 1px solid #707070;
    border-radius: 50%;
    padding: 14px;
    cursor: pointer;
    margin-top: -20px;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
button.slick-prev.slick-arrow {
    right: 100%;
    margin-right: -20px;
}
button.slick-next.slick-arrow {
    left: 100%;
    margin-left: -20px;
}
button.slick-arrow:hover {
    background: rgb(255 255 255 / 100%);
}
.slick-list.draggable {
    height: 100%;
}
.slick-track {
    height: 100%;
}
.single-slide.fix.slick-slide:focus {
    outline: 0px;
}
.single-slide.fix.slick-slide {
    position: relative;
}
.single-slide.fix.slick-slide img {
    object-fit: cover;
    object-position: center center;
    position: relative;
    height: 100%;
    width: 100%;
}
.popup-sliders-container.fix {
    height: 100%;
}
.play-icon.fix {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.play-icon.fix>svg {
    display: block;
    width: 100%;
    height: auto;
}
.single-slide.fix.slick-slide>a:hover .play-icon.fix{
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}
ul.slick-dots {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    right: 25px;
    bottom: 12px;
}

ul.slick-dots>li {
    float: left;
    display: block;
}
ul.slick-dots>li:not(:last-child) {
    margin-right: 8px;
}
ul.slick-dots>li>button {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -999px;
    background: #ACA3A4;
    border: 0px solid #ddd;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
ul.slick-dots>li>button:hover,
ul.slick-dots>li.slick-active>button {
    background: #DD0026;
}
.popup-content.fix.active {
    right: 0%;
    transition-delay: 0.5s;
}
.popup-slider.fix.active {
    display: block;
}
.mfp-iframe-holder .mfp-content {
    max-width: 1500px;
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
body {
    font-size: 18px;
    line-height: 22px;
}
div#main {
    overflow: hidden;
}
.stickyTitle-inner.fix {
    margin: 0px auto;
}
.timeline-section.fix:first-child .stickyTitle.fix.start:first-child {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -so-transform: translateY(0%);
    transform: translateY(0%);
}
.timeline-content.fix {
    padding: 0px;
}
.timelines-pointers.fix {
    width: 50px;
}
.timeline-inner.fix {
    padding-right: 50px;
}
.timeline-section.fix {
    padding-bottom: 50px;
}
.timeline-end.fix {
    margin-right: -60px;
    width: 120%;
}
.timeline-end-right.fix {
    width: 100px;
    margin-left: 20px;
}
.timeline-end-left.fix {
    width: 90%;
}
.single-timeline.fix.style1 .timeline-image.fix,
.single-timeline.fix.style2 .timeline-image.fix,
.single-timeline.fix.style3 .timeline-image.fix,
.single-timeline.fix.style4 .timeline-image.fix {
    width: 70%;
}
.timeline-thumb.fix {
    width: 80px;
}
.single-timeline.fix.style1 .timeline-thumb.fix {
    margin-right: -50px;
}
h2.timeline-title {
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
    display: inline-block;
}
span.title-marker:before {
    width: 1px;
    height: 60px;
    right: 50%;
}
.single-timeline.fix.style1 span.title-marker:before,
.single-timeline.fix.style3 span.title-marker:before {
    right: 50%;
}
.timeline-pointer {
    margin-left: 11px;
}
.single-timeline.fix.style4 span.title-marker:before {
    height: 60px;
}
a.language-btn.fix {
    bottom: 20%;
}
.timeline-pointer.style3 {
    top: 0px;
}
.timeline-pointer.style2 {
    top: 0px;
}
.timeline-pointer.style1 {
    bottom: inherit;
    top: 0px;
}
.single-timeline.fix.style4 {
    padding-top: 0px;
}
.popup-slider-area.fix {
    height: 50%;
}
.popup-slider-wrapper.fix {
    width: 100%;
    padding: 0px 30px;
}
button.close-button {
    margin-right: -50px;
    z-index: 99;
}
.popup-content-area.fix {
    width: 100%;
    height: 50%;
}




}