@font-face {
    font-family: cairo-regualr;
    src: url(../fonts/Cairo-Regular.ttf);
}
@font-face {
    font-family: cairo-meduim;
    src: url(../fonts/Cairo-Medium.ttf);
}
@font-face {
    font-family: cairo-bold;
    src: url(../fonts/Cairo-Bold.ttf);
}
@font-face {
    font-family: droid;
    src: url(../fonts/Droid-kufi_.ttf);
}
html,body{
    overflow-x: hidden!important;
}
body{
    font-family: cairo-regualr;
    color: #263c4a !important;
    direction: rtl;
    background-color: #f1f7ff;

    padding: 0px!important;
    min-height: 100%;
    margin: 0px!important;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgba(8, 194, 158, 1);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
::-webkit-scrollbar-track {
    border-radius: 100vh;
    background: #edf2f7;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 100vh;
    border: 3px solid #edf2f7;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}
::-webkit-scrollbar {
    width: 15px;
    height: 16px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 100vh;
    background: #edf2f7;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 100vh;
    border: 3px solid #edf2f7;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}
.outer-box-loader{
    position: fixed;left: 0;top: 0;width: 100%;height: 100%;
    background-color:rgba(255,255,255,1);
    background-size: 100%;z-index: 4999;
}
.inner-box-loader{
    position: fixed;left: 0;top: 0;width: 100%;
    background: rgba(255,255,255,0.1);
    background-size: 100%;height: 100%;z-index: 5000;
}
.content-box-loader{
position: fixed;
    top: 40%;
}
.main-background{
    color: white!important;
    background: transparent linear-gradient(305deg,#00ff96,#00b1c6) 0 0 no-repeat padding-box;
    background-position: 100%;
    background-size: 72% 100%;
}

.img-div::after{
    content: " ";
    width: 175px;
    height: 245px;
    background-image: radial-gradient(#3161e6 17%,transparent 19%);
    background-size: 35px 35px;
    position: absolute;
    left: -102.5px;
    top: -70px;
    z-index: 0;
    box-sizing: border-box;


}

@media (max-width: 767px) {
    .main-background{

        background-size:100% 100%;
    }
    ::-webkit-scrollbar{
        display: none;
    }

}
.line-text::after{
    content: " ";
    display: block;
    width: 3em;
    height: 3px;
    margin: 0 auto 32px;
    background-color: #00b1c6;
}
.bg-gray-custom{
background-color: rgba(12,48,88,.05);
}
.border-width{
    border-width:1px!important;
}
.fadeInBottom { animation-name: fadeInBottom }
@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}
.svg-services svg{
  //  fill: currentColor!important;

}
