  @font-face {
	font-family: 'parsico';
	src: url('https://www.abraak.com/assets/fonts/parsico.ttf?#') format('eot'),  /* IE6ā€“8 */
url('https://www.abraak.com/assets/fonts/parsico.ttf') format('woff2'),  /* Chrome36+, Opera24+*/
url('https://www.abraak.com/assets/fonts/parsico.ttf') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	font-weight: bold;
}
   @font-face {
	font-family: 'parsico-bold';
	src: url('https://www.abraak.com/assets/fonts/parsico-bold.ttf?#') format('eot'),  /* IE6ā€“8 */
url('https://www.abraak.com/assets/fonts/parsico-bold.ttf') format('woff2'),  /* Chrome36+, Opera24+*/
url('https://www.abraak.com/assets/fonts/parsico-bold.ttf') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	font-weight: bold;
}
*{font-family: 'parsico';}
h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 , .display-7 {
  font-family: "parsico", sans-serif;
}
.form-control {
    direction: rtl;
    font-family:"parsico", sans-serif;
}
.cid-tOYlLQyidt{background-color: #111;}
.cid-tJS6uM4N87 {
    background: url(/assets/images/abraak-header.svg);
    background-repeat: no-repeat;
}
.cid-tLdYHD757A {
    padding-bottom: 3rem;
    border-top-left-radius: 0;
    margin-top: 100px;
}
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    pointer-events: none;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    pointer-events: none;
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
    pointer-events: none;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
.abraak-footer{
    background: #fff;
    padding: 40px;
    border-radius: 50px;
    width: 25%;
    margin: 10px;
}
.abraak-cloud{
    margin-bottom: 870px;
}
.abraak-map{
    width: 45%;
}
.btn-secondary, .btn-secondary:active {
    background-color: #ffb900 !important;
    border-color: #333436 !important;
    color: #333436 !important;
    box-shadow: none;
}
.footer-icon{
    color: #000;
    background-image: url(https://www.abraak.com/assets/images/abraak-footer-icon.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 90px;
    padding-bottom: 90px;
}
.cid-tLek7gQhG7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #ffcc00;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 500px;
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    margin: 50px;
    border: 5px solid #ffeda4;
}
.cid-tOYlLQyidt {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #ffcc00;
    border-bottom-left-radius: 500px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    margin: 50px;
    border: 5px solid #ffeda4;
}
.cid-tOYlLQyidt .mbr-section-title {
    text-align: center;
    color: #111111;
}
.cid-tMlEXTHLbS .item-wrapper {
    background: #fcedab;
}
.cid-tMlDYtQ5fF {
    background-color: #fff;
}

@media (max-width: 767px) {
.abraak-footer{
    width: 90%;
}
.abraak-cloud{
    margin-bottom: 1450px;
}
.abraak-map{
    width: 90%;
}
.footer-icon{
    font-size: 13px;
}
}