@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;
    padding: 0;
    margin: 0;
    border: none;
}

a {
    text-decoration: none;
    color: #fff;
}

hr {
    margin: 0;
    color: #a8a8a8;
}

.btn {
    border: none !important;
}

html a,html a:hover{
    color: #fff;
    text-decoration: none;
}


.section-header{
    background-color: blue;
}

.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: 200;
}

@-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: blue;
}

.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-blog{
    margin-top: 50px;
}
.con-blog .main-blog .card{
    overflow: hidden;
}

.con-blog .main-blog .col-md-6,.blog-old{
    margin-bottom: 20px;
}


/* hove main blog */
.con-blog .main-blog .card img{
    transition: transform .5s;
}
.con-blog .main-blog .card:hover img{
    transform: scale(1.3);
    transition: transform .5s;
}
.con-blog .main-blog .card .card-body{
    transition: transform .5s;
}
.con-blog .main-blog .card:hover .card-body{
    bottom: 5px!important;
    transition: transform .5s;
}
.con-blog .main-blog .card .card-body a{
    display: none;
    border-radius: 0px !important;
    transition: all .5s;
}
.con-blog .main-blog .card:hover .card-body a{
    transition: all .5s;
    display: block;
}
.question-box{
    padding: 30px;
}
.question-box input{
    border: 2px solid #ababab;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    outline: none;
}

.question-box .btn{
    width: 50%;
    background-color: blue;
    border-radius: 0;
    padding: 10px ;
    color: #fff;
    margin: 10px;
}
.question-box label{
    position: absolute; 
    color: #ababab;
    top: -3px;
    right: 30px;
    background-color: rgb(255, 255, 255);
    z-index: 100;
    padding: 0 10px;
}
.question-box .name-box,.question-box .phone-box,.question-box .email-box{
    position: relative;

}
.con-blog-mobile{
    display: none;
}

/*  */
input {
    border: 0px solid #000;
    width: 100%;
    font-size: 1.3rem;
}


.entryarea select {
    width: 100%;
    background-color: #ededed;
    border-radius: 10px;

}

.entryarea option {
    direction: rtl;
}

.entryarea input {
    width: 100%;
    position: absolute;
    outline: none;
    font-size: 2.2em;
    padding: 0 20px;
    line-height: 80px;
    border-radius: 10px;
    background: transparent;
    transition: .1s ease;
    z-index: 1111;
    direction: rtl;
    /* border: 0px solid #000; */
    background-color: #00000028;
}

.labelline {
    position: absolute;
    font-size: 1.6em;
    color: #000;
    margin: 0 20px;
    background-color: #fff;
    transition: .2s ease;
    right: 0;
}

.entryarea {
    position: relative;
    height: 80px;
    line-height: 80px;
}

.entryarea input:focus,
.entryarea input:valid {
    color: #000;

}

.entryarea input:focus+.labelline,
.entryarea input:valid+.labelline {
    color: #000;
    height: 30px;
    line-height: 30px;
    transform: translate(-15px, -15px) scale(0.88);
    z-index: 1111;
    padding: 0 10px;
}

input {
    background-color: #ededed;
    border-radius: 10px;
    /* height: 50px; */
    padding: 10px;
    outline: none;

}

select {
    width: 100%;
    height: 50px;
    background-color: #ededed;
    border-radius: 10px;
    padding: 10px;
    outline: none;
}

select option {
    width: 100%;
    font-size: 1.6rem;
    outline: none;

}

textarea {
    width: 100%;
    height: 300px;
    padding: 20px;
    border-radius: 10px;
}

.con-rel {
    position: relative;
    border: 2px solid gainsboro;
    border-radius: 10px;
    padding-top: 40px;
}


.absol {
    position: absolute;
    color: #000;
    background-color: #fff;
    padding: 0px 10px;
    margin: 20px;
    top: -40px;
    right: 10;
    font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
    .section-header {
        display: none;
    }
    .con-header-moblie{
        display: block;
        position: fixed;
        top:0;
        right: 0;
    }
    .con-blog-mobile{
        display:block;   
    }
    .con-blog{
        display:none;
    }
    .con-blog-moblie .main-blog .col-md-6{
        margin: 20px;
    }
}