body {
    direction: rtl;
    font-family: 'Cairo', sans-serif;
    text-align: right;
    font-size: 14px;
    line-height: 1.428571429;
    color: #4d4d4f;
    background-color: #fff
}

a {
    
/*    color: #fff;*/
/*    color: #4d4d4f ;*/
/*    color: #0994e6*/
}

a:hover {
    /*color: rgba(77, 77, 79, 0.75);*/
    color: rgb(154, 6, 99);
    text-decoration: none
}

:active,
:focus,
a:active,
a:focus {
    outline: 0
}

body .text-row {
    color: #0994e6;
}

body .text-row {
    margin-top: 4.1rem !important;
}

.card-body a:hover {
    /*color: #0994e6;*/
    color: #9a0663;
}

.card:hover .card-title a {
    color: #0994e6;
}

.card:hover .date {
    background-color: #4d4d4f !important;
}

.navbar {
    padding: 0;
}

#mainnav li a {
    position: relative;
    color: #000000;
}

#mainnav li a:hover,#mainnav li.active  a{
    color: #309ed5;
}

#mainnav li a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    height: 3px;
    width: 0;
    background: #309ed5;
    /*background: #9a0663;*/
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

#mainnav li a:hover:after {
    width: 100%;
}

.navbar-nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: bold;
    padding-right: 1rem;
    padding-left: 1rem;
}

.list-group-item {
    margin: 0 8px;
}

.left-menu a {
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
}

.left-menu a i {
    font-size: 14px;
}

.program .prog {
    background-color: #f4f2f2;
    height: 250px;
    position: relative;
}

.program .prog img {
    height: 100%;
}

.program .prog:before {
    content: '';
    position: absolute;
    right: 0;
    background-color: rgba(0, 0, 0, 0.56);
    top: 0;
    width: 100%;
    height: 100%;
}

.program .first .prog:nth-child(1):before, .program .first .prog:nth-child(3):before, .program .last .prog:nth-child(2):before, .program .last .prog:nth-child(4):before {
    display: none;
}

.program .prog i {
    position: absolute;
    right: 40%;
    top: 37%;
    color: #fff;
}

/*End nav*/
/*---------------------------------*/
/*start slider*/
.carousel-inner {
    height: 600px;
    position: relative;
}

.carousel-caption {
    left: 0;
    right: 0;
    bottom: 50%;
    padding-top: 0;
    padding-bottom: 0;
}

.bod h3 {
    margin: 1rem 0;


}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0998fe;;
}

.bod p {
    text-align: justify;
    line-height: 25px;
}

.carousel-control-prev {
    top: 55%;
    left: 80px;
}

.carousel-control-next {
    top: 55%;
    right: 80px;
}

.logo {
    padding: 24px 0;
}

.logo img {
    width: 150px;
}

.carousel-item .h5 {
    font-weight: bold;
    font-size: 70px;
    color: #b0055c;
}

.carousel-item .p {
    font-size: 50px;
    color: #000;
    font-weight: bold;
}


.main-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.68);
    padding: 10px 0;
       line-height: 31px;
    z-index: 99999;
        height: 55px;
}

.carousel {
    width: 100%;
}
.main-icons a {
    color: #ffffff;
    font-weight: 700;
}

.main-icons i {
    width: 30px;
    text-align: center;
    /* background: #fff; */
    padding: 1px;
    /* border: 1px solid #ddddddc9; */
    margin-left: 7px;
    /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.18); */
    float: right;
    font-size: 28px;
    border-radius: 50%;
}

.main-icons a:hover {
    color: #6ec3ec;
}

.skew {
    position: absolute;
    left: 0px;
    top: 50px;
    width: 18%;
    background: #309ed5;
}

.skew:after {
    content: '';
    position: absolute;
    right: -10px;
    width: 50px;
    top: 0;
    height: 50px;
    background: #2c9bd1;
    z-index: 2;
    transform: skewX(21deg);
}

.skew i, .skew span {
    background: transparent;
    color: #fff;
    box-shadow: none;
    border: none;
    position: relative;
    z-index: 9;
}

.skew span {
    letter-spacing: 4px;
    font-size: 15px;
}

.img-service {
    width: 100%;
}

.bod h3 {
    font-size: 1.4rem;

    margin-top: 40px;
    font-weight: bold;
}

.skew a {
    display: inline;
}

/*End slider*/
/*---------------------------------*/
/*start about*/
.about {
    margin-bottom: 30px;
    margin-top: -65px;
    padding-right: 105px;
    padding-left: 105px;
}

.about .bodyy {
    border: 1px solid #cfcfcf;
    background-color: #f8f8f8;
    height: 230px;

}

.about .bodyy .icon {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #0994e6;

}

.about .bodyy .icon, .about .bodyy {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.about .bodyy .text {
    margin-top: 10px;
    margin-bottom: 50px;
    color: #000000;
}

.about .bodyy:hover .text {
    color: #ffffff;
}

.about .bodyy:hover {
    background-color: #0994e6;
    color: #fff;
    height: 180px !important;
    margin-top: -9px;
    z-index: 999;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.about .bodyy:hover .icon {
    color: #fff;
}

/*End about*/
/*---------------------------------*/
/*start services*/
.services {
    /*background-color: rgb(248, 248, 248);*/
    padding: 0px 0px 20px 0px
}

.services .servi h1 {
    border-bottom: 3px solid #0994e6;
    color: #0994e6;
    font-size: 35px;
    width: 120px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.services .servi p {
    color: #6a6a6a;
    padding: 0px 0px;
}

.services .servi {
    margin-bottom: 30px;
    margin-top: 30px;
}

.medicalnetwork {
    background: url('../img/bg.png');
}

.services .blue {
    color: #0994e6;
}

.services .boody {
    /*    border: 1px solid #f5f5f5;*/
    padding: 30px 0px 26px 0px;
    margin: 8px 45px;
    -webkit-box-shadow: 0 22px 31px -31px rgba(0, 0, 0, .1);
    box-shadow: 0 22px 31px -31px rgba(0, 0, 0, .1);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.services .boody h5 {
    margin-top: 25px;
    color: #0994e6;
}

/*.boody:hover {
    border: 1px solid rgba(176, 5, 92, 0.36);
    background-color: #9a0663;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}*/

.boody:hover ,.boody:hover i, .boody:hover h5 {
    color: #9a0663 !important;
}

.services a {
    margin: 5px 0px;
}

/*End services*/
/*---------------------------------*/
/*start medical*/
.medical {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #fff;
}

.medical .medicalnetwork h1 {
    border-bottom: 3px solid #fff;
    margin-top: 10px;
    color: #fff;
    font-size: 35px;
    float: none; 
    display: inline-block;
    /*    float: right;*/
    margin-bottom: 20px;
}

.medical .medicalnetwork {
    background-color: #1412127a;
    padding: 60px 0px;
}

.medical .medicalnetwork .bod {
    padding: 25px;
}

/*End medical*/
/*---------------------------------*/
/*start card*/
.news-item {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.card-group {
    margin-top: 25px;
    margin-top: 25px;
}

.card-group .card {
    overflow: hidden;
    border: 1px solid #eee;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;

}

.card-group .card:hover {
    overflow: hidden;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 50px 30px -40px rgba(0, 0, 0, .1);
    box-shadow: 0 50px 30px -40px rgba(0, 0, 0, .1);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.card-group .card .card-img-top {

    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.card-group .card:hover .card-img-top {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.card-group .card .date {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.card-group .card:hover .date {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.card-group h1 {
    border-bottom: 3px solid #0994e6;
    margin-top: 10px;
    color: #0994e6;
    font-size: 35px;
    /*    float: right;*/
    margin-bottom: 20px;
    display: inline-block;
}

.card-group .card .card-body p {
    float: right;
    text-align: justify;
}

.card-group .card .date {
    background-color: #0994e6;
    color: #fff;
    float: right;
    width: 51px;
    height: 51px;
    padding: 2px;
    border-radius: 10px;
    margin-top: -45px;
}

.card-group .card .date span {
    margin-top: 30px;
}

.card-group .card .date p {

    font-size: 12px;
    margin-bottom: 0rem;
    text-align: center;
    padding-top: 5px;
}

.card-group .card .card-body h4 {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

/*End card*/
/*---------------------------------*/
/*start programes*/
.programes {
    margin-top: 30px;
}

.programes .title h1 {
    border-bottom: 3px solid #0994e6;
    margin-top: 10px;
    color: #0994e6;
    font-size: 35px;
    float: right;
    margin-bottom: 20px;
}

/*End programes*/
/*---------------------------------*/
/*start  photo gallary */
.photogallary {
    margin-top: 50px;
    margin-top: 50px;
}

.photogallary h1 {
    border-bottom: 3px solid #0994e6;
    margin-top: 10px;
    color: #0994e6;
    font-size: 35px;
    /*    float: right;*/
    margin-bottom: 20px;
    display: inline-block;
}

.pics {
    width: 274px;
}

.gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-width: 25%;
    -moz-column-width: 25%;
    column-width: 25%;
}

.gallery .pics {
    overflow: hidden;
}

.gallery .pics img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery .pics:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin: 0 auto;
}

@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}

/*End  photo gallary */
/*---------------------------------*/
/*start  medical */
.agents {
    margin-top: 130px;
    margin-bottom: 50px;
    color: #fff;
}

.content-table {
    font-weight: 700;
    margin-top: 25px;
}

.agents .agentss h1 {
    border-bottom: 3px solid #fff;
    margin-top: 30px;
    color: #fff;
    font-size: 35px;
    float: right;
}

.agents .agentss {
    line-height: 2.5;
    background-color: rgb(48, 159, 213);
}

.agents .agentss img {
    margin-top: -170px;
    width: 100%;
}

.card-group .card .card-body h4 a {
    color: #0994e6
}

.card-group .card .card-body h4 a:hover {
    color: #b0055c;

}

/*End  medical */
/*---------------------------------*/
/*start partners */
.partners {
    margin-top: 50px;
    margin-bottom: 50px;
}

.partners h1 {
    border-bottom: 3px solid #0994e6;
    margin-top: 10px;
    color: #0994e6;
    font-size: 35px;
    float: right;
    margin-bottom: 20px;
}

.partners .table td {
    padding: 1.40rem;
    border-top: 2px solid #e6e6e6;
}

.partners tbody {
    color: #0994e6;
}

/*End partners*/
/*---------------------------------*/
/*start partners */
.contacth {
    margin-top: -28px;
}

.foteer {
    color: #fff;
    padding-top: 50px;
/*    background-image: url(../img/footer-bg.png);*/
    background-color: #5d1342;
/*    background-color: #e3e3e3;*/
    background-size: 100% 100%;
}

.ul3 li {
    margin-bottom: 5px;
}

.foteer .ul1 li,
.foteer .ul2 li {
    display: inline-block;
}

.foteer .ul1 li {
    margin-top: 8px;
}

.foteer .ul2 li {
    margin-top: 10px;
}

.list-unstyled i {
    margin-left: 7px;
    font-size: 17px;
}

.foteer .ul1 li a,
.foteer .ul2 li a,
.foteer .ul4 li a {
    color: #fff;
    font-weight: bold;
}

.foteer .ul1 li a:hover,
.foteer .ul2 li a:hover {
    color: #ddd;
    text-decoration: none;
}

.content-table td:hover {
    background-color: #0994e6;
    color: #fff;
}

.content-table td a {
    color: #0994e6;
}

.content-table td {
    cursor: pointer;
}

.content-table td:hover a {
    color: #fff;
}

.foteer .ul1 li a {
    margin-left: 40px;
}

.foteer .ul2 li .a1 {
    margin-left: 100px;
}

.foteer .ul2 li .a2 {
    margin-left: 90px;
}

.foteer h5 {
    font-weight: bold;
}

.foteer .copyrigt {
    padding-bottom: 20px;
}

.about .bodyy {
    height: 209px !important;
}

.ul4 li {
    margin-left: 10px;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ul4 a {
    font-weight: normal;
}

.ul4 li:hover {
    -webkit-transform: scale(1.1, 1.1) rotate(360deg);
    -moz-transform: scale(1.1, 1.1) rotate(360deg);
    -o-transform: scale(1.1, 1.1) rotate(360deg);
    transform: scale(1.1, 1.1) rotate(360deg);
}

/*End partners*/
/*---------------------------------*/


/* responsive */
@media (max-width: 767px) {
    .skew {
        width: 57%;
        top: 84%;
    }

    .program .prog img {
        width: 100%;
    }

    .photogallary h1 {
        margin-top: 0 !important
    }

    .main-icons i, .main-icons span {
        display: block !important;
    }

    .agents, .partners {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .main-icons span {
        font-size: 0.7em !important;
        text-align: center !important;
        font-weight: bold !important;
    }

    .my_icon {
        float: none !important;
        margin: 0 auto !important;
    }

    .carousel-inner {
        height: 450px;
    }

    .carousel-item, .carousel-item img {
        height: 100%;
    }

    .about {
        padding-right: 0px;
        padding-left: 0px;
        margin: 0;
    }

    .about .bodyy .text strong {
        font-size: 15px;
    }

    .carousel-control-next {
        right: 10px !important;
    }

    .carousel-control-prev {
        left: 10px !important;
    }

    .about .bodyy {
        height: 175px;
    }

    .icon {
        margin: 12px !important;
    }

    .services .servi .blue {
        font-size: 36px !important;
    }

    .services .servi .boody {
        margin: 0 !important;
    }

    .services .servi .boody h4 {
        font-size: 14px;
    }

    /* .services .servi h1{ */
    /* font-size: 24px; */
    /* } */
    .img-service {
        width: 100% !important;
    }

    .bod p {
        line-height: 29px;
        text-align: center;
        font-size: 18px;
    }

    .medical .medicalnetwork {
        padding: 20px 0;
    }

    .medical .medicalnetwork .bod {
        padding: 35px;
    }

    .card-group {
        margin-top: 30px !important;
    }

    .medical, .programes {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .card-group h1, .programes .title h1, .services .servi h1, .photogallary h1, .partners h1, .medical .medicalnetwork h1 {
        margin-right: 0 !important;
        font-size: 24px;
    }

    .card-group .card {
        margin-bottom: 20px;
    }

    .card-group .card .card-body h4 {
        font-size: 18px;
    }

    .agents .agentss img {
        width: 100%;
    }

    .card-group .card .card-body p.card-text {
        font-size: 14px;
    }

    .agents .agentss {
        padding: 20px 0;
    }

    .foteer {
        margin-top: 0;
    }

    .foteer .col-md-3:nth-child(1) {
        text-align: center;
    }

    .ul1, .ul2 {
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .foteer h5 {
        margin: 15px 5px 15px 0;
    }

    .navbar-toggler {
        border-color: #0994e6;
    }

    .navbar .fa-bars {
        color: #0994e6;
    }

    .services {
        overflow: hidden;
    }

    .left-menu {
        margin-right: unset !important;
        padding: 0 !important;
        display: none !important;
    }

    .navbar-nav .nav-item {
        text-align: center;
    }

    .navbar-nav {
        padding: 0 !important;
    }

    .services .servi h1 {
        margin-top: 35px;
        margin-right: 15px !important;
    }
}

.mybranch {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.mybranch h1 {
    border-bottom: 3px solid #0994e6;
    margin-top: 10px;
    color: #0994e6;
    margin-right: 50px;
    font-size: 35px;
    float: right;
    margin-bottom: 20px;
}

.mybranch .container .branch {
    background-image: url('../img/map-points.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;

}

.mybranch .container .branch div {
    padding: 30px;
}

.mybranch .container .branch a {
    margin: auto;
    color: #b0055c !important;
    font-size: 18px;

}

.mybranch .container .branch a p {
    text-align: center;

}

.mybranch .container .branch a:hover {
    text-align: center !important;
    color: #0994e6 !important;
    font-size: 25px;
    font-weight: bold;
    animation: alternate;
}

.about .bodyy {
    border: 1px solid #cfcfcf47;
    background-color: #fcfcfc;
    height: 164px !important;
}

.about .bodyy .icon {
    margin-top: 30px;
    margin-bottom: 29px;
    color: #0994e6;
}

.myprogrames {
    background: url('../img/bg14.jpg');
}

.myprogrames .programes {
    background-color: #000000cc !important;

}

.myprogrames .programes .row {
    height: 500px;
}

.myprogrames .programes .row > div {
    border: 1px solid #dddddd80
}

.myprogrames .programes .row > div:hover {
    background-color: #5d1342c9;
}

.myprogrames .programes .row > div:hover .bod {
    padding: 30px;
    padding-bottom: 100px;
    /*-webkit-transform: scale(1.1);*/
    /*-ms-transform: scale(1.1);*/
    /*transform: scale(1.1);*/
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.myprogrames .programes .bod {
    position: absolute;
    bottom: 100px;
    padding: 30px;
    color: white;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.section-title {
    border-bottom: 3px solid #0994e6;
    color: #0994e6;
    font-size: 35px;
    width: 145px;
    padding-bottom: 6px;
    margin-bottom: 26px;
}


/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;

    background: url('../img/Preloader_2.gif') center no-repeat #fff;
}

.statistics {
    background: url('../img/page-top.png');
    background-position: 80% 50%;
    background-size: cover;
    background-attachment: fixed;
}

.statistics .statistic {
    background-color: rgba(0, 0, 0, 0.64) !important;
    padding: 50px;
    color: #fff;
}

.statistics .statistic h2 {
    margin-top: 12px;
    font-size: 40px;
    font-weight: bold;
}

.statistics .statistic h3 {
    margin-top: 0px;

}

.statistics .statistic .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.statistics .statistic .icon i {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    line-height: 70px;
    border-radius: 50%;
    background: rgba(250, 250, 250, 0.1);
    font-size: 40px
}

.statistics .statistic .icon .back {
    background: #2c9dd4;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.statistics .statistic .bod .icon .front {
    -webkit-transform: translateX(-0%);
    transform: translateX(0%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.statistics .statistic .bod:hover .icon .front {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.statistics .statistic .bod:hover .icon .back {
    background: #2c9dd4;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


.myabout {
    /*margin-bottom: 50px;*/
}

.myabout .feature-content {
    text-align: justify;
    line-height: 36px;
    font-size: 19px;
    padding: 20px;
    padding-top: 50px;
    margin-top: 31px;
}

.myabout .feature-content .title {
    line-height: 45px;
    font-size: 31px;
    margin-bottom: 20px;
    color: #0994e6;
}

.myabout .feature-content p {
    color: #000;
}

.myabout .feature-content .text-left {

    margin-top: 40px;
}

/*.feature-aria img {
    margin: 0 25%;
}*/

/* ===============================================
    Page-Title-Row
------------------------*/

.ttm-page-title-row { 
    position: relative;
    background-image: url(../img/ttm-pagetitle-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ttm-page-title-row { 
    display: block;
    padding-top: 90px;
    padding-bottom: 70px;
    z-index: 11;
    /*    margin-top: 70px;*/
}
.title-box {
    display: table;
    width: 100%;
}
.title-box .page-title-heading {
    display: table-cell;
    vertical-align: middle;
}
.page-title-heading h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 6px;
    position: relative;
    color: #309ed5;
}
.page-title-heading h3{
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}

/** Variables **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
.ttm-row{ padding: 20px 0;}
.ttm-boxes-row-wrapper .ttm-box-col-wrapper{ margin-bottom: 30px; }

/* ===============================================
    8.sep_holder
------------------------*/
.sep_holder_box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}
.sep_holder_box .sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.sep_holder .sep_line {
    height: 1px;
    border-top: 1px solid #f2f2f2;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}
.ttm-bgcolor-darkgrey .sep-line{
    border-color: rgba(255,255,255,0.14);
}
.ttm-bgcolor-white .sep-line{
    border-color: #f1f1f1;
}


/*------------------------------------------------------------------------------*/
/*  Contact_Us_1
/*------------------------------------------------------------------------------*/ 
ul.ttm_contact_widget_wrapper{ padding: 0; list-style: none;}
ul.ttm_contact_widget_wrapper li{
    padding-right: 35px;
    position: relative;
    padding-top: 0;
    padding-bottom: 17px;
    line-height: 25px;
}
ul.ttm_contact_widget_wrapper li i{
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 18px;
}

/* socialbox */
.ttm-socialbox-links-wrapper .ttm-socialbox-i-wrapper {
    margin-bottom: 30px;
}
.ttm-socialbox-i-wrapper a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    text-align: center;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    background-color: #ccc;
}
.ttm-socialbox-links-wrapper .ttm-socialbox-i-wrapper a.ttm-socialbox-icon-link-twitter {
    background-color: #2cbfd9;
}
.ttm-socialbox-links-wrapper .ttm-socialbox-i-wrapper a.ttm-socialbox-icon-link-gplus {
    background-color: #d3452b;
}
.ttm-socialbox-links-wrapper .ttm-socialbox-i-wrapper a.ttm-socialbox-icon-link-facebook {
    background-color: #4483bc;
}
.ttm-socialbox-links-wrapper .ttm-socialbox-i-wrapper a .ttm-link {
    color: #9dabaf;
    position: absolute;
    top: 0;
    left: 46px;
    text-transform: capitalize;
}


/* services-time */
ul.ttm-timelistbox-block {
    padding: 0;
    font-size: 14px;
    margin-top: 0;
}
ul.ttm-timelistbox-block li {
    font-size: 15px;
    line-height: 23px;
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.07);
    padding: 14px 0;
}
ul.ttm-timelistbox-block li .service-time {
    float: right;
}
/* contactform */
.wrap-form.ttm-contactform label:nth-last-child(-n+3){ margin: 10px 0 10px; }
.wrap-form.ttm-contactform span.text-input i {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
}
.wrap-form.ttm-contactform span.text-input input, .wrap-form.ttm-contactform span.text-input textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
    padding-left: 30px;
    padding-bottom: 9px;
}
.wrap-form.ttm-contactform input[type="submit"] { margin: 28px 0 10px; }


/* contactform-style2 */
.wrap-form.ttm-contactform.style2 span.text-input input, .wrap-form.ttm-contactform.style2 span.text-input textarea {
    border: 1px solid #f2f2f2;
    background-color: #f9fafa;
    width: 100%;
    color: #9dabaf;
}
.wrap-form.ttm-contactform.style2 span.text-input{ margin-bottom: 25px; }
.wrap-form.ttm-contactform.style2 input[type="submit"] {
    padding: 13px 40px;
    margin-top: 15px;
    width: 100%;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    background-color:#329fd6;
    color: #fff;
    border: 0;
}
.wrap-form.ttm-contactform.style2 input[type="submit"]:hover {
    background-color:#9a0663;
}
.pt-60 { padding-top: 60px !important; }
.pr-40{ padding-right: 40px !important; }
.section-title.with-desc { margin-bottom: 40px; }
.section-title.with-desc .title-desc{ margin-top: 6px; display: inline-block; }


/* ===============================================
    12.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box { position: relative;}
.featured-icon-box .ttm-icon{ margin-bottom: -10px; }
.featured-title h5{ font-size: 20px; line-height: 28px; margin-bottom: 10px; font-weight: 600; }
.featured-title h6 { font-size: 13px; line-height: 25px; margin-bottom: 0px; }

.featured-icon-box.top-icon .featured-content{ 
    padding-top: 14px;
}
.featured-icon-box.featured-icon-hover:hover .ttm-icon {
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.ttm-box-seperator{ margin: 0; }
.ttm-box-seperator .featured-icon-box{ padding: 41px 31px 31px; }
.ttm-box-seperator.row > [class*='col-']{ border-right: 1px solid #f2f2f2; }
.ttm-box-seperator.row > [class*='col-']:last-child{ border-right: none; }

.ttm-box-seperator.ttm-row-seperator > [class*='col-']{ padding: 0; }
.ttm-box-seperator.ttm-row-seperator > [class*='col-']:before{     
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #f2f2f2; 
}
.featured-icon-box.style1 {
    padding: 32px 35px 11px;
    border: 2px solid transparent;
    margin-bottom: 10px;
}
.featured-icon-box.style1 .ttm-icon.ttm-icon_element-size-lg i{
    font-size: 55px!important;
}
.featured-icon-box.style1 .ttm-icon{
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}
.featured-icon-box.style1:hover .ttm-icon{
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: 1;
}

.featured-icon-box.style2 {
    padding: 41px 30px 1px 30px;
    border: 1px solid #e7f1f4;
    margin-bottom: 10px;
}

.featured-icon-box.left-icon.style3{ padding: 0 0 11px 0; }
.featured-icon-box.left-icon.style3 .ttm-icon.ttm-icon_element-size-md{ height: 75px; width: 75px; margin-right: 10px; margin-top: 5px;}
.featured-icon-box.left-icon.style3 .ttm-icon.ttm-icon_element-size-md i{ font-size: 30px; }


.featured-icon-box.style4 {
    display: table;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(41,61,88,.1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(41,61,88,.1);
    box-shadow: 1px 1px 3px 0px rgba(41,61,88,.1);
}
.featured-icon-box.style4 .featured-icon-box-inner {
    background: #fff;
    padding: 40px 0 0;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.col-lg:not(:last-child) .featured-icon-box.style4 .featured-icon-box-inner:after{
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    background-color: #f2f2f2;
}
.featured-icon-box.style4 .ttm-icon.ttm-icon_element-size-lg i{ font-size: 50px; }
.featured-icon-box.style4 .featured-title h5{ margin-bottom: 0; line-height: 24px;}
.featured-icon-box.style4 .featured-desc p{ margin-bottom: 0; font-size: 13px; }
.featured-icon-box.style4 a.di_link{ 
    width: 38px;
    height: 38px;
    display: block;
    font-size: 16px;
    line-height: 38px;
    border-radius: 50%;
    margin: 0 auto;
}
.featured-icon-box.style4 .ttm-di_links {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}
.featured-icon-box.style4:hover .ttm-di_links {
    margin-top: 20px;
    margin-bottom: 40px; 
    opacity: 1;
}

.featured-icon-box.style5{ border: 1px solid #184d5b; padding: 40px 35px 20px 30px; position: relative; overflow: hidden;}
.featured-icon-box.style5 .featured-icon{ margin-bottom: 30px; }
.featured-icon-box.style5 .ttm-icon.ttm-icon_element-size-lg i{ font-size: 50px; }
.featured-icon-box.style5:hover{
    z-index: 1;
}
.featured-icon-box.style5:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
    -moz-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
    -ms-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
    -o-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
    transition: .55s cubic-bezier(.68,1.55,.265,0.55);
}
.featured-icon-box.style5:hover:before{ bottom: 0;}


.featured-icon-box.left-icon{ display: table; margin-bottom: 15px;}
.featured-icon-box.left-icon .featured-icon:not(.ttm-icon_element-border),
.featured-icon-box.left-icon .featured-icon, 
.featured-icon-box.left-icon .featured-content{
    display: table-cell;
    vertical-align: middle; 
}
.featured-icon-box.left-icon.icon-align-top .featured-icon{ vertical-align: top; }
.featured-icon-box.left-icon .featured-content { padding-left: 15px; }
.featured-icon-box.left-icon .featured-title h5{ font-size: 19px; line-height: 22px; }
.featured-icon-box.icon-box-heading-only .featured-icon .ttm-icon.ttm-icon_element-border{ border: 1px solid; }
.featured-icon-box.icon-box-heading-only .featured-title h5{ margin-bottom: 0; }
.featured-icon-box.icon-box-heading-only .featured-desc p{ margin-bottom: 0; }

.featured-icon-box.left-icon .ttm-icon_element-size-md i{ font-size: 25px; }
.featured-icon-box.left-icon .ttm-icon.ttm-icon_element-size-md { height: 30px; width: 30px; }

.featured-icon-box.iconalign-before-heading{ margin-bottom: 15px;}
.featured-icon-box.iconalign-before-heading .ttm-icon.ttm-icon_element-size-md { height: 50px; width: 30px; }
/*.featured-icon-box.iconalign-before-heading .featured-icon .ttm-icon.ttm-icon_element-border{ border: 1px solid; }*/
.featured-icon-box.iconalign-before-heading .featured-icon{ padding-left: 15px; }
.featured-icon-box.iconalign-before-heading .featured-icon,
.featured-icon-box.iconalign-before-heading .featured-title{ display: table-cell; vertical-align: middle;}
.featured-icon-box.iconalign-before-heading .featured-title h5{ margin-bottom: 0; }
.featured-icon-box .ttm-icon.ttm-icon_element-size-sm{ height: 54px; width: 54px; }
.featured-icon-box .ttm-icon.ttm-icon_element-size-sm i{ font-size: 25px; }



/** FirstFooter **/
.first-footer {
    padding: 30px 0 0;
}
.first-footer .widget-area .widget {
    margin: 0;
}
.first-footer .featured-icon-box .featured-title{ padding-left: 10px; }
.first-footer .featured-icon-box .featured-title h5{ font-weight: 500;}
.first-footer .featured-icon-box .featured-icon .ttm-icon { height: 50px; width: 50px; }

/* ===============================================
    10.Icons
------------------------*/
.ttm-icon{
    margin-bottom: 35px;
    display: inline-block;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
}

.ttm-icon i{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/** icon-size-xs **/
.ttm-icon.ttm-icon_element-size-xs { height: 40px; width: 40px; line-height: 40px; }
.ttm-icon.ttm-icon_element-size-xs i { font-size: 19px; }

/** icon-size-sm **/
.ttm-icon.ttm-icon_element-size-sm { height: 45px; width: 45px; line-height: 45px; }
.ttm-icon.ttm-icon_element-size-sm i { font-size: 28px; }

/** icon-size-md **/
.ttm-icon.ttm-icon_element-size-md { height: 56px; width: 56px; line-height: 56px }
.ttm-icon.ttm-icon_element-size-md i { font-size: 30px; }

/** icon-size-lg **/
.ttm-icon.ttm-icon_element-size-lg { height: 58px; width: 60px; line-height: 60px; }
.ttm-icon.ttm-icon_element-size-lg i { font-size: 45px; }

/** icon-shape **/
.ttm-icon.ttm-icon_element-style-round { border-radius: 5px; }
.ttm-icon.ttm-icon_element-style-rounded { border-radius: 50%; }
.ttm-icon.ttm-icon_element-style-square { border-radius: 0;}

/** icon-style-border **/
.ttm-icon.ttm-icon-color-black.ttm-icon-style-border { background-color: transparent; }

/* ttm-list-style-icon */
.ttm-list.ttm-list-style-icon {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ttm-list.ttm-list-style-icon li {
    position: relative;
    padding-bottom: 7px;
    font-family: "Saira",Arial,Helvetica,sans-serif;
}
.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: 0px;
    top: 5px;
}
.ttm-list.ttm-list-style-icon .ttm-list-li-content {
    display: inline-block;
    padding-left: 30px;
    font-weight: 500;
}

/* ttm-video-icon */
.ttm-video-icon .ttm-icon.ttm-icon_element-size-md{
    height: 70px;
    width: 70px;
}
.ttm-video-icon .ttm-icon.ttm-icon_element-size-md i{ padding-left: 7px; }
.ttm-right-video-icon, .ttm-left-video-icon, .ttm-center-video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}
.first-footer.ttm-bgcolor-skincolor {
    background: rgba(0, 0, 0, 1);
    color:#fff;
}
textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input, 
select{
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #242424;
    padding: 9px 15px;
    font-weight: 400;
    background-color:#fff;
    text-transform: inherit;
    border: 1px solid #f2f2f2;
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 1px;
}
button, input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}

textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus {
    border: 1px solid #01d6a3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder ,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholde  {   
    color: #fff;
}

.text-theme-colored {
    font-size: 36px;
    color: #309ed5;
    margin-bottom: 24px;
}

.ad-tit{
    margin-bottom: 12px;
}

.so-tit{
    color: #4d4d69; margin-top: 10px;
}

.navbar-nav > li:hover > .sub_menu {
    visibility: visible;
    opacity: 1;
}
.sub_menu {

    list-style-type: none;
    position: absolute;
    z-index: 999999;
    width: 225px;
    background-color: #222222;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.navbar-nav > li > .sub_menu {
    top:100%;
    position: absolute;
}
@media (min-width:577px) {
    .sub_menu li:hover > .sub_menu {
        visibility: visible;
        opacity: 1;
    } 
    .sub_menu li { 
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
    .sub_menu li, .sub_menu a {
        padding: 5px;
        font-family: 'Tajawal', sans-serif;
        font-size: 13px;
        color: #fff !important;
        max-width: 200px !important;
        display: inline-block;
    }
    .sub_menu > li:hover > a {
        color: #309ed5;
        text-decoration: none;
    }
}
.nav-link {
    cursor: pointer;
}
.foot-menu a {
/*    color: #fff;*/
}
.foot-menu a:hover {
    color: #e65540;
}
.foot-item{
    margin: 10px auto;
    text-align: center;
    line-height: 2;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #4d4d4d;
    z-index: 999999;
    text-align: right;
    font-size: 14px;

}
.dropdown-menu a {
    color: #fff !important;
    font-size: 12px;

}
@media (max-width:677px) {
    .dropdown-menu a {
        max-width: 200px;
        text-align: center;
    }
}
.dropdown-menu {
    left: auto;
    right: 0;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown-item:hover{
    background-color: #4d4d4d;
    color: #309ed5 !important;
}

.dropdown-toggle::after {
    border: none;
}
.date-inside{
    color: #309ed5; font-size: 12px;
}

.dropdown-item {
    padding: .4rem .75rem;
    padding-top: 0.4rem;
    padding-right: 0.75rem;
    padding-bottom: 0.4rem;
    padding-left: 0.75rem;

}

.sec-p {
    max-width: 450px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

.sec-dt {
    margin-top: 30px;
}

.pro-group {
    margin-top: 30px;
}
.pro-group h1 {
    border-bottom: 3px solid #0994e6;
    color:#0994e6;
    font-size: 35px;
    margin-bottom: 20px;
    display: inline-block;
}

.serv-desc-main {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 80px;   
}
.sec-dt .bod{
    color: white !important;
}

.sec-dt .bod:hover i{
    color: #9a0663  !important;
}
.sec-dt .bod:hover h5{
    color: #9a0663  !important;
}
.sec-dt .bod:hover .serv-desc-main{
    color: #9a0663  !important;
}
.pagination {
/*    margin-right: 40%;*/
    float: left;
    margin-top: 50px;
}
.grid-item {
    width: 25%; 
}
.grid-item--width2 {
    width: 50%; 
}
.page-text {
    text-align: justify;
    font-size: 16px; 
    line-height: 35px;
}
.admin-name {
    font-size: 16px;
    font-weight: bold; 
    margin-top: 10px; 
    margin-bottom: 0;
}
.net-men li:hover a{ 
    color: #9a0663;
}
.net-men a{
    color: #309ed5;
    width: 100%; 
}
.net-men i{
    font-size: 20px;
    margin-left:20px ;
}
.serv-men {
    padding: 0 100px; 
    line-height: 50px;
}

.serv-men a:hover i { 
    color: #9a0663;
}

.serv-men a:hover{ 
    color: #9a0663;
}
.serv-men a{
    color: #666;
}
.serv-men a i{
    font-size: 20px;
    margin-left: 10px;
    color: #0994e6;
}

.sub-serv-row{
    line-height: 30px; 
    font-size: 16px;
    margin-top: 12px;
} 
.serv-block {
    padding: 0 100px;
}
.serv-block p{  
    padding: 0 50px; 
}              
.sticky {
    position: fixed;
    top: 0px;
    z-index: 999999;
    display: inline-block;
    width: 100%;
}

.serv_id{
    margin-bottom: 40px;
}
.serv-nav{
    display: block;
}

.btn-back-to-top {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 40px;
    right: 40px;
    background-color: #d7d7d7;
    opacity: 0.5;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 4px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    cursor: pointer;
}

.btn-back-to-top:hover i{
     color: #fff;
}

.serv-sec {
    padding: 20px auto;
    background-size: 100% 20%;
    background-repeat: no-repeat;
}
.serv-sec .serv-menu ul {
        border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
    
}

.serv-sec .serv-menu ul li a {
    color: #646464;
    font-family: cairo;
}


.serv-sec .serv-menu ul li {
    margin: 0;
    width: 33.33333%;
    padding: 10px 10px;
    position: relative;
    box-shadow: 0px 10px 36px 4px rgba(226, 217, 255, 0.3);
    float: left;
    background:#ffffff;
    text-align: center;
}

.serv-nav .mr-auto, .mx-auto {
   padding: 0;
   width: 100%;
}
.serv-nav li a {
    color:#868894 !important;
}

.serv-nav li.active a {
    color:#0994e6 !important;
}
#navbar-services {
    width: 100%;
    padding: 0;
    margin: 0;
}
.in-s {
    padding: 0 250px;
}

.serv-sec .project {
    padding-bottom: 0px;
}

.sp-nav-dis {
    color: #fff;
    margin-bottom: 50px;
}

/* ------------ start progrmas -------------------*/

.overview-block-pb5 {
    padding-bottom: 50px;
}
.iq-features{
    padding-top: 30px;
    padding-bottom: 0px;
}
.iq-features .iq-slolution-details {
	width: 100%;
	padding: 30px 30px;
	background: #ffffff;
}

.iq-features .iq-slolution-details p {
	font-size: 14px;
	line-height: 24px;
}
.iq-features .col-lg-6.iq-rmt-40{padding-left: 30px;}
.iq-features .iq-pl-15{padding-left: 30px;}

.position-relative.overview-block-pb5{z-index: 9;}

.iq-breadcrumb .scrollme img {
	z-index: 1;
}

.project-overlay-right{z-index: 0;     position: absolute;
    top: 30px;}

.iq-blogs .project-overlay-right {
    z-index: 0;
    position: absolute;
    /* top: 30px; */
    right: 0;
    bottom: 0%;
}
.our-info .project-overlay-right {z-index: 0;position: absolute;top: -4%;left: 0;}

.iq-works .project-overlay-right {z-index: 0;position: absolute;top: 16%;left: 0;}

.iq-slolution-details {
	display: block;
	width: 210px;
	padding: 30px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	position: relative;
	top: 0;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.iq-slolution-details:hover {
	top: -10px;
	box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
}

.iq-slolution-details .icon {
	background: #7c60d5;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 100%;
	box-shadow: 0px 9px 30px 0px rgba(124, 96, 213, 0.4);
}

.iq-slolution-details .icon i {
	font-size: 40px;
	color: #ffffff;
}
.features .iq-slolution-details {
	width: 100%;
	padding: 30px 30px;
	background: #ffffff;
}

.features .iq-slolution-details p {
	font-size: 14px;
	line-height: 24px;
}

.iq-slolution-details.seo:hover{background: #7c60d5; color: #ffffff;}
.iq-slolution-details.seo:hover h5{color: #ffffff;}

.iq-slolution-details.seo .icon i{    background: rgba(124, 96, 213, 0.2);
    color: #7c60d5;
    height: 80px;
    width: 80px;
    display: inline-block;
    line-height: 80px;
    border-radius: 100px; margin-top: 10px; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}

.iq-slolution-details.seo:hover .icon i{background:#ffffff;}



.iq-slolution-details.seo .icon{ background:none; box-shadow: none; width: inherit; height: inherit;}
.iq-slolution-details.seo .icon span{border: 1px dashed #33e2a0;
    height: 100px;
    width: 100px;
    display: inherit;
    border-radius: 100px;}

.iq-offers .icon{    position: absolute; padding: 50px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);}

h3.d-inline-block.iq-fw-8 {
	z-index: 2;
	position: relative;
}

.prog-tit {
    font-weight: bold;
    color: #666;
}
.prog-tit:hover {
    font-weight: bold;
    color: #0994e6;
}

.prog-title{
    font-weight: bold;
    color:#0994e6;
    border-bottom: 3px solid #0994e6;
    display: inline-block;
    margin-bottom: 50px;
}

.prog-det {
    line-height: 30px;
}
.prog-card-tit {
    font-weight: bold;
}

.lm {
    margin: 0px auto;
}
/* ------------ end progrmas -------------------*/

.helpu h3 {
    color: #fff;
}
.foot-item a{
    color: #fff;
}
.pagination a {
    padding: 5px 11px;
    border: 1px solid #e3e3e3;
    display: inline-block;
    margin: 0 8px 8px 0;
    min-width: 33px;
    text-align: center;
    color:#666;
    line-height: 21px;
    float: right;
}
.pagination li.active a{
    font-weight: bold;
}
.pagination {
    margin-top: 0px;
}
.myabout .feature-content {
    text-align: justify;
    line-height: 26px;
    font-size: 15px;
}
.mang-chars {
    overflow:hidden;
    text-overflow: ellipsis;
    height: 19em; 
}
@media only screen and (min-width: 700px) {
    .news-box{
       width: 100%; 
    }
    .mymen{
        margin-top: 70px;
    }
    .net-select {
       padding-right: 50px;
    }
    .net-box{
        padding-top: 40px;
    }
    .head-img  img{
         height: 425px;
         padding-top: 50px;
    }
    .card-group h1 {
        margin-top: 30px;
    }
}