@font-face{font-family:Sahel-bold;src:url(../../font/untitledfolder2/new/sahel/Sahel-Bold.eot);src:url(../../font/untitledfolder2/new/sahel/Sahel-Bold.eot#iefix) format("embedded-opentype");src:url(../../font/untitledfolder2/new/sahel/Sahel-Bold.woff2) format("woff2");src:url(../../font/untitledfolder2/new/sahel/Sahel-Bold.woff) format("woff");src:url(../../font/untitledfolder2/new/sahel/Sahel-Bold.ttf) format("truetype");font-weight:700;font-style:normal}
@font-face{font-family:Sahel-Black;src:url(../../font/untitledfolder2/new/sahel/Sahel-Black.eot);src:url(../../font/untitledfolder2/new/sahel/Sahel-Black.eot#iefix) format("embedded-opentype");src:url(../../font/untitledfolder2/new/sahel/Sahel-Black.woff2) format("woff2");src:url(../../font/untitledfolder2/new/sahel/Sahel-Black.woff) format("woff");src:url(../../font/untitledfolder2/new/sahel/Sahel-Black.ttf) format("truetype");font-weight:100;font-style:normal}


* {
    font-family: Sahel-bold !important;
    padding: 0;
    margin: 0;
    border: none;
}

a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    text-decoration: none;
    color: #fff;
}
hr {
    margin: 0;
    color: #a8a8a8;
}

h1, h2, h3 {
    font-family: Sahel-black !important;
}

/* header */
.section-header {
    background-image: url('../../image/141414.png');
    background-size: 100% 100%;
    margin-bottom: 150px;
}


.con-header-right .nav, .con-header-left .nav {
    padding: 20px 0;
}

.con-header-right .nav .nav-item {
    font-size: 15px;
    margin-left: 15px;
}

.con-header-right .nav .nav-item a {
    color: #fff;
}

/* navbar */
.con-navbar .con-navbar-right .navbar .nav-item {
    margin-left: 15px;
}

.con-navbar .con-navbar-right .navbar .nav-item a {
    color: #fff;
    font-size: 18px;
}

.con-navbar .con-navbar-left {
    display: flex;
    align-items: center;
}

.scroll {
    display: none;
    z-index: 10000 !important;

}

@-webkit-keyframes blinker {
    from {
        box-shadow: 0 0 10px 1px #37fd00
    }

    to {
        box-shadow: 0 0 20px 10px #37fd00
    }
}

.blink {
    color: #37fd00 !important;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate
}

/* con-header-moblie */
.con-header-moblie {
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 20px 8px 20px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: right;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
}

.con-header-moblie {
    display: none;
}

#toch-modal, #toch-modal-mobile {
    width: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
}

.search {
    outline: none;
}

.nav-moblie {
    margin-top: 30px;
}

.nav-moblie button {
    margin: 30px 20px;
    width: 100%;
}

.nav-moblie li {
    width: 100%;
    padding: 10px 20px;
}

.nav-moblie li a {
    border-radius: 10px;
    background-color: #00B6ED;
    color: #fff;
    font-size: 18px;
}

.footer-fluid .col-md-3 .text-center li {
    padding: 10px;
    border: 2px solid #fff;
    margin: 0 30px 10px;
    border-radius: 100px
}

.footer-fluid .col-md-3 .text-center li a {
    color: #fff
}

.footer-fluid .col-md-3 ul li {
    list-style-type: none;
    padding: 5px;
    font-weight: 900;
    font-size: 13px
}

.footer-fluid {
    width: 100%;
    background-size: cover;
    background-color: blue;
    margin-top: 80px;
    color: #fff;
    padding: 40px 0
}

.btn-nobat-caption {
    font-family: Sahel-black !important;
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 #ddd;
    border-radius: 10px;
    margin-right: 10px
}

::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px
}


/*  */
.con-about {}

.caption-about {
    padding: 90px 0;
}

.caption-about p {
    text-align: justify;
    direction: rtl;
    margin-top: 20px;
    font-size: 18px;
    line-height: 2.2rem;
}

.con-section {
    margin-top: 100px;
}

.con-section .square .square-item {
    width: 200px;
    height: 200px;
    background-color: #fff;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: inset 0 -170px 100px -100px #0078FD;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.con-section .square .square-item1 {
    background-image: url('../../image/56.jpg');
    background-size: 100% 100%;
}

.con-section .square .square-item2 {
    background-image: url('../../image/46.jpg');
    background-size: 100% 100%;
}

.con-section .square .square-item3 {
    background-image: url('../../image/50.jpg');
    background-size: 100% 100%;
}

.con-section .square .square-item4 {
    background-image: url('../../image/52.jpg');
    background-size: 100% 100%;
}

.con-section .square .square-item5 {
    background-image: url('../../image/38.jpg');
    background-size: 100% 100%;
}

.con-section .section-right {
    margin-top: 140px;
}

.con-section .section-left {
    float: right;
}

.con-section .col-md-7 a{
    background-color: #ffffff00;
    color: #0C1C8B;
    font-family: Sahel-black !important;
    font-size: 17px;
    border: 4px solid #0c1c8b;
    border-radius: 0;
    padding: 10px 30px;
}

.con-section .col-md-7 a:hover{
    background-color: #0C1C8B;
    color: #fff;
}

.con-call .call-phone,.con-call .call-address,.con-call .call-ems{
    padding: 50px 30px;
    font-size: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
.con-call .call-phone a,.con-call .call-address a,.con-call .call-ems a{
    font-family: Sahel-black!important;
}
.con-call .call-phone{
    background-image: url('../../image/poster5.png');
    background-size: 100% 100%;
}

.con-call .call-address{
    background-image: url('../../image/poster1.png');
    background-size: 100% 100%;
}

.con-call .call-ems{
    background-image: url('../../image/poster2.png');
    background-size: 100% 100%;
}

.caption-image p {
    text-align: justify;
    direction: rtl;
    margin-top: 20px;
    font-size: 18px;
    line-height: 2.2rem;
}

.square-moblie{
    display: none;
}

@media only screen and (max-width: 768px) {

    .container{
        padding: 0 40px!important;
    }

    .section-header .header{
        display: none;
    }

    .con-header-moblie {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
    }
    .square-desktop{
        display: none;
    }

    .square-moblie{
        display: block;
    }
    .square-moblie .section-right {
        margin-top: 110px;
        margin-right: 20px;
    }
    h1{
        font-size: 25px;
    }

    .con-call{
        margin-top: 0px!important;
    }

    .img-right img{
        width: 100%!important;
    }

    .caption-image{
        margin-top: 100px;
    }

    .con-section .col-md-7{
        padding: 0px 0 100px 0!important;
    }
    .con-section .square .square-item {
        width: 150px;
        height: 150px;
    }
    .con-section .square .square-item img{
            width:50!important;
    }
    
    .col-pad{
        padding: 0!important;
    }
    
    .btn-section{
        font-size:14px!important;
    }

}