@font-face {
    font-family: Sahel;
    font-style: normal;
    font-weight: normal;
    src: url('../font/sahel/Sahel-Light.eot');
    src: url('../font/sahel/Sahel-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/sahel/Sahel-Light.woff2') format('woff2'),
        url('../font/sahel/Sahel-Light.woff') format('woff'),
        url('../font/sahel/Sahel-Light.ttf') format('truetype');
}
@font-face {
    font-family: Sahel;
    font-style: normal;
    font-weight: lighter;
    src: url('../font/sahel/Sahel-Light.eot');
    src: url('../font/sahel/Sahel-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/sahel/Sahel-Light.woff2') format('woff2'),
        url('../font/sahel/Sahel-Light.woff') format('woff'),
        url('../font/sahel/Sahel-Light.ttf') format('truetype');
}
@font-face {
    font-family: Sahel;
    font-style: normal;
    font-weight: bold;
    src: url('../font/sahel/Sahel-Bold.eot');
    src: url('../font/sahel/Sahel-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/sahel/Sahel-Bold.woff2') format('woff2'),
        url('../font/sahel/Sahel-Bold.woff') format('woff'),
        url('../font/sahel/Sahel-Bold.ttf') format('truetype');
}


/*-------------------------- General Start -----------------------*/
ul{list-style:none;padding:0}
ul li{padding-right:0}
body{
    font-size: 14px;
    text-align: justify;
    color: #525252;
    line-height: 30px;
    background: #fff;
    /*overflow-x: hidden;*/
}
html.disable-scroll{
    overflow-y:hidden;
    overflow-x:hidden;
}
body, a, ul, li , p, div, button, .btn{
    font-family: Sahel, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
}

a, a:visited, a:hover, a:focus{
    text-decoration: none;
}
/* ::-moz-selection {
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
}
::selection {
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
} */


.rtl{direction: rtl !important}
.ltr{direction: ltr !important}
.rtl .text-left, .ltr .text-left{text-align: left !important}
.rtl .text-right, .ltr .text-right{text-align: right !important}
.left{float: left !important}
.right{float: right !important}
.no-float{float:none !important}
h1, h2, h3, h4, h5, h6{margin: 5px auto}
h1, .h1{font: 30pt Sahel}
h2, .h2{font: 20pt Sahel}
h3, .h3{font: 16pt Sahel}
h4, h5, .h4, .h5{font: 13pt Sahel}
h6, .h6{font: 10pt Sahel}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #0d1431;
}

p, ol, ul{margin-bottom:0}
i{vertical-align: middle}
input, button, select, textarea {
    font-family: Sahel !important;
    font-size: 13px;
    outline: none;
}
.form-select {
    background-position: 10px 15px;
}
.form-select:active, .form-select:focus{
    border: 1px solid #a8acaf;
}
ul{
    list-style:none;
    padding-right: 0;
}
ul li{padding-right: 0}
.img-responsive{
    max-width: 100%;
    height: auto;
}
.img-center{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.img-circle, .img-round{
    border-radius: 50%;
}
.img-curve{
    border-radius: 4px;
}
.img-float{
    float: right;
    margin: 10px;
}
.hide{
    display: none !important;
}
.bold{
    font-weight: bold;
}
.parallax{
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.pattern{
    position: absolute;
    width: 100%;
    background-image: url(../img/patterns/wave.svg);
    background-size: 110%;
    padding-bottom: 0;
    right: 0;
    left: 0;
    top: inherit;
    bottom: 0;
    height: 40%;
}
.pattern.top, .pattern.top {
    top: inherit;
}
.relative{
    position: relative;
}

.navbar-brand {
    font-size: 1.2em;
}
.btn{
    font-weight: normal;
}
.bg-light{
    background: #f6f9fe;
}
.bg-soft {
    background-color: #f5f8fb !important;
}
.section-lg {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.section.curve {
    border-radius: 20px;
}

.bg-primary {
    background-color: #e50b45 !important;
}
.icon-shape-primary {
    background: linear-gradient(195deg,#ec407a,#d81b60) !important;
    font-size: 20px;
}
.text-gray, .text-gray:hover {
    color: #506690 !important;
}
.font-sm.icon-shape.icon-lg i{
    font-size: 1rem;
}
.card-admin{
    border-radius: 12px;
    margin-top: -50px;
}
.card-admin.first{
    margin-top: 0;
}
.admin-images img{
    padding: 6px;
    border-radius: 12px;
}

div[class^="btn-icon-"]{
    color: #fff;
    border-radius: 50px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: 0 auto 15px;
    text-align: center;
    cursor: pointer;
    transition: ease-in-out 0.25s all;
}
div[class^="btn-icon-"]:hover{
    transform: translateY(-10px);
}


.shadow {
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
}
.btn-icon-whatsapp{
    background: #52c440;
    background: -webkit-gradient(linear, right top, left top, from(rgba(102, 199, 87, 1)), to(rgba(82, 196, 64, 1)));
    background: -webkit-linear-gradient(right, rgba(102, 199, 87, 1) 0, rgba(82, 196, 64, 1) 100%);
    background: linear-gradient(270deg, rgba(102, 199, 87, 1) 0, rgba(82, 196, 64, 1) 100%);
}
.btn-icon-messenger {
    background: #0d90ff;
    background: -moz-linear-gradient(45deg,  #0d90ff 0%, #a962f8 50%, #ed6668 100%);
    background: -webkit-linear-gradient(45deg,  #0d90ff 0%,#a962f8 50%,#ed6668 100%);
    background: linear-gradient(45deg,  #0d90ff 0%,#a962f8 50%,#ed6668 100%);
}
.btn-icon-instagram {
    background: #ba4176;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.btn-icon-telegram {
    background: #0088cc;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 136, 204, 1)), to(rgba(0, 136, 204, 1)));
    background: -webkit-linear-gradient(right, rgba(0, 136, 204, 1) 0, rgba(0, 136, 204, 1) 100%);
    background: linear-gradient(270deg, rgba(0, 136, 204, 1) 0, rgba(0, 136, 204, 1) 100%);
}
.btn-icon-skype {
    background: #3db3f0;
    background: -moz-linear-gradient(135deg,  #3db3f0 0%, #0d83d9 100%);
    background: -webkit-linear-gradient(135deg,  #3db3f0 0%,#0d83d9 100%);
    background: linear-gradient(135deg,  #3db3f0 0%,#0d83d9 100%);
}
.btn-icon-call {
    background: #51ad8a;
    background: -moz-linear-gradient(135deg,  #51ad8a 0%, #71de85 100%);
    background: -webkit-linear-gradient(135deg,  #51ad8a 0%,#71de85 100%);
    background: linear-gradient(135deg,  #51ad8a 0%,#71de85 100%);
}
.btn-icon-sms {
    background: #e79300;
    background: -moz-linear-gradient(135deg,  #e79300 0%, #f9b80a 100%);
    background: -webkit-linear-gradient(135deg,  #e79300 0%,#f9b80a 100%);
    background: linear-gradient(135deg,  #e79300 0%,#f9b80a 100%);
}
.btn-icon-email {
    background: #cf3a02;
    background: -moz-linear-gradient(45deg,  #cf3a02 0%, #e8442e 100%);
    background: -webkit-linear-gradient(45deg,  #cf3a02 0%,#e8442e 100%);
    background: linear-gradient(45deg,  #cf3a02 0%,#e8442e 100%);
}

#laboratory-con{
    position: relative;
}
#laboratory-con:before{
    content: "";
    width: 70px;
    height: 40px;
    background: #eee;
    border-radius: 50%;
    position: absolute;
    bottom: 50px;
    opacity: 0.5;
    animation-name: shadowing;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform: scale(0.75);
}

#laboratory{
    width: 200px;
    height: auto;
    margin: 100px auto;
    position: relative;
}

#laboratory .s0 { fill: #edeef0 } 
#laboratory .s1 { fill: #dcdee2 } 
#laboratory .s2 { fill: #d8d9dd } 
#laboratory .s3 { fill: #b7b9c0 } 
#laboratory .s4 { fill: #ec452d } 
#laboratory .s5 { opacity: .5;fill: #ff6c56 } 
#laboratory .s6 { fill: #ffffff } 
.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform:translate(0, -50px);
}
@keyframes floating {
    from {transform:translate(0, -50px);}
    65% {transform:translate(0, 0);}
    to {transform: translate(0, -50px);    }    
}
@keyframes shadowing {
    from {transform:scale(0.5);opacity: 0.75}
    65% {transform:scale(1);opacity: 1}
    to {transform:scale(0.5);opacity: 0.75}    
}

#bubble-circles > path{
    animation-name: lighter;
    animation-iteration-count: infinite;
    animation-duration: 7.5s;
    animation-timing-function: ease-in-out;
}
#bubble1{animation-delay: 3s}
#bubble2{animation-delay: 2s}
#bubble3{animation-delay: 1s}
@keyframes lighter {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}


@media (min-width: 992px){
    .section-header {
        padding-top: 3rem;
    }
}
@media (min-width: 768px){
    .rtl .ml-md-4,.rtl .mx-md-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important;
    }
}
@media (max-width: 991px){
    .section-header {
        padding-top: 3rem !important;
        padding-bottom: 6rem !important;
    }
}
@media (max-width: 767px){
    .rtl .ml-3, .rtl .mx-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important;
    }
    .section-header {
        padding: 80px 5px !important;
    }
    .section-header  h1{
        font-size: 20pt;
        width: 250px;
    }
    .card-admin{
        margin-top: -10px;
    }
    .pattern {
        height: 30%;
    }
    .page-header h1{
        font-size: 24pt;
    }
    .page-header .lead{
        font-size: 1rem;
    }
    .info{
        text-align: center;
        margin-top: 30px;
    }
}
@media (max-width: 420px){
    .section-lg {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .section-header h1{
        margin-top: 0 !important;
    }
    .section-header .container.mb-5{
        margin-bottom: 1rem !important;
    }
    div[class^="btn-icon-"] {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    div[class^="btn-icon-"] .fa-3x {
        font-size: 2em;
    }
}
