
@font-face {
    font-family: 'DroidKufi-Regular';
    src: url('../webfonts/Droid Arabic Kufi Regular.ttf') format("truetype");
}


body {
    /*background: #fff;
    font-family: 'font_bo', 'Open Sans', sans-serif;*/
}

div.main1 {
    overflow: hidden;
    background-color: #F7F7F7;
    position: fixed;
    left: 0px;
    width: 100%;
    top: 0px;
    padding: 10px 0px 5px 10px;
    z-index: 99999;
    direction: rtl;
}

div.title {
    overflow: hidden;
    background-color: #0F527C;
    position: absolute;
    padding: 10px;
    padding-left: 20px;
    top: 0px;
    z-index: 99999;
    direction: rtl;
    margin-left: 2em;
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
}

div#fixed {
    background: #F7F7F7;
    color: #fff;
    font-size: 1.2em;
    width: 100%;
    margin-right: 8em;
}

    /*div#fixed .title{
    background: #444;
    color: #fff;
    font-size:1.2em;
    width:90%;
}*/

    div#fixed a {
        color: #161616;
        font-weight: 600;
    }

span#scrollable {
    margin-left: 0.4em;
}

    span#scrollable a {
        margin-left: 0.4em;
    }

    span#scrollable img {
        width: 30px;
        margin-left: 0.2em;
    }

span#scrollDec {
    margin-left: 0.4em;
}

    span#scrollDec a {
        margin-left: 0.4em;
    }

    span#scrollDec img {
        width: 30px;
        margin-left: 0.2em;
    }

/*.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}*/

.btn {
    cursor: pointer !important;
}

/*.btn-style {
    padding: 18px 36px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    border-radius: 35px;
    font-weight: 600;
    outline: none;*/
    /*border: 2px solid #0865A8;
    background: #0865A8;*/
    /*border: 2px solid #fff;
    background: #fff;
    transition: all 0.3s ease-in-out;
}*/
/*Modal Popup*/
.modalBackground {
    background-color: #383939;
    filter: alpha(opacity=70);
    opacity: 0.9;
}

.modalPopup {
    /*background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;*/
    width: 810px;
    min-height: 650px;
}

    .modalPopup p {
        padding: 5px;
    }

.modalPopupheader {
    float: left;
    display: block;
    position:relative;
    width: 100%;
    background-color: #fff;
    vertical-align: bottom;
    text-align: left;
    margin-bottom: 10px;
    /*margin-bottom:0px;
    bottom:0;*/
    z-index: 9999;
}

    .modalPopupheader img {
        width: 6%;
        margin-bottom: -1px;
        margin-left: -15px;
    }

    .modalPopupheader h3.modalheadertxt {
        margin: 0 20px 0  0;
        color: #0865A8;
        font-size:22px;
    }

    .modalPopupheader a {
        color:#fff;
    }

    .modalPopupheader a:hover {
        color: #fff;
    }

        .modalPopupheader a span {
            color: #0865A8;
            font-size:26px;
        }

.modalPopupcontent {
    float: right;
    display: block;
    direction: rtl;
    width: 100%;
    background-color: #a9c4e6;
    box-shadow: -18px 18px 0px -10px rgba(41, 40, 40, 0.39);
    /* box-shadow: 2px 2px 17px rgba(41, 40, 40, 0.39);*/
    border: 3px solid #ffffff;
    padding: 3px;
    /*height:475px;*/
   /* padding: 0 0 50px 0;*/
    height: 100%;
    margin-top: 0px;
    overflow-y: scroll;
}


    .modalPopupcontent .modalPopuplbl {
        position: relative;
        display: block;
        padding: 50px 20px;
    }

@media (max-width: 480px) {
    .modalPopupcontent .modalPopuplbl {
        padding: 50px 10px;
    }
}
    /*Popup Control*/
    .popupControl {
    background-color: White;
    position: absolute;
    visibility: hidden;
}

.menu {
    display: block;
    cursor: pointer;
    color: #555555;
    border-bottom: 1px dashed rgb(118, 118, 118);
    font-size: 18px;
    /*padding: 10px 25px;*/
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 6px;
    padding-left: 15px;
    font-weight: 600;
    position: relative;
}

    .menu:hover {
        background-color: #fcbc75;
    }

.menubg {
    background-color: #fcbc75;
}

.event {
    display: block;
    cursor: pointer;
    color: #555555;
    border-bottom: 1px dashed rgb(118, 118, 118);
    font-size: 18px;
    /*padding: 10px 25px;*/
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 6px;
    padding-left: 15px;
    font-weight: 600;
    position: relative;
}

    .event:hover {
        background-color: #fcbc75;
    }

.eventbg {
    background-color: #fcbc75;
}

.Tech {
    display: block;
    cursor: pointer;
    color: #555555;
    border-bottom: 1px dashed rgb(118, 118, 118);
    font-size: 18px;
    /*padding: 10px 25px;*/
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 6px;
    padding-left: 15px;
    font-weight: 600;
    position: relative;
}

    .Tech:hover {
        background-color: #fcbc75;
    }

.Techbg {
    background-color: #fcbc75;
}

.safty {
    display: block;
    cursor: pointer;
    color: #555555;
    border-bottom: 1px dashed rgb(118, 118, 118);
    font-size: 18px;
    /*padding: 10px 25px;*/
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 6px;
    padding-left: 15px;
    font-weight: 600;
    position: relative;
}

    .safty:hover {
        background-color: #fcbc75;
    }

.saftybg {
    background-color: #fcbc75;
}

.books {
    display: block;
    cursor: pointer;
    color: #555555;
    border-bottom: 1px dashed rgb(118, 118, 118);
    font-size: 18px;
    /*padding: 10px 25px;*/
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 6px;
    padding-left: 15px;
    font-weight: 600;
    position: relative;
}

    .books:hover {
        background-color: #fcbc75;
    }

.booksbg {
    background-color: #fcbc75;
}

.guides {
    display: block;
    cursor: pointer;
    color: #555555;
    border-bottom: 1px dashed rgb(118, 118, 118);
    font-size: 18px;
    /*padding: 10px 25px;*/
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 6px;
    padding-left: 15px;
    font-weight: 600;
    position: relative;
}

    .guides:hover {
        background-color: #fcbc75;
    }

.guidesbg {
    background-color: #fcbc75;
}

/*.top-nav {
		float: right;
		margin-top: 0;
	}*/
ul.cl-effect-1 {
    display: none;
}

ul.cl-effect-2 {
    display: none;
}

ul.cl-effect-3 {
    display: none;
}

ul.cl-effect-4 {
    display: none;
}

ul.cl-effect-5 {
    display: none;
}


ul.cl-effect-6 {
    display: none;
}

.top-nav ul {
    padding: 0;
    margin: 0;
    z-index: 999;
    width: 100%;
    left: 0;
}

    .top-nav ul.cl-effect-1 li {
        display: block;
        text-align: center;
        background: rgba(183, 186, 186, 0.39);
        margin: 0;
    }

    .top-nav ul.cl-effect-2 li {
        display: block;
        text-align: center;
        background: rgba(183, 186, 186, 0.39);
        margin: 0;
    }

    .top-nav ul.cl-effect-3 li {
        display: block;
        text-align: center;
        background: rgba(183, 186, 186, 0.39);
        margin: 0;
    }

    .top-nav ul.cl-effect-4 li {
        display: block;
        text-align: center;
        background: rgba(183, 186, 186, 0.39);
        margin: 0;
    }

    .top-nav ul.cl-effect-5 li {
        display: block;
        text-align: center;
        background: rgba(183, 186, 186, 0.39);
        margin: 0;
    }

    .top-nav ul.cl-effect-6 li {
        display: block;
        text-align: center;
        background: rgba(183, 186, 186, 0.39);
        margin: 0;
    }

    .top-nav ul li a {
        font-size: 16px;
        padding: 1.5em 0;
        color: #000;
        font-weight: 800;
        display: block;
    }



.buttonset a {
    border: none;
    padding: 3px 0 0;
    outline: none;
    position: fixed;
    z-index: 1;
    background: none;
    font-size: 18px;
    font-weight: 500;
    font-family: 'GE SS Two Medium', 'Open Sans', sans-serif;
    color: #fff;
}

button#showRightPush {
    border: none;
    padding: 3px 0 0;
    outline: none;
    /*position: fixed;*/
    z-index: 1;
    background: none;
    font-size: 18px;
    font-weight: 500;
    font-family: 'font_bo', 'Open Sans', sans-serif;
    color: #fff;
}

nav#cbp-spmenu-s2 {
    background: #ECF1F8;
    text-align: center;
}

    nav#cbp-spmenu-s2 a {
        color: #555555;
        display: block;
        /*padding: 10px 25px;*/
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 6px;
        padding-left: 10px;
        font-size: 18px;
        font-weight: 600;
        border: none;
        margin: 0;
        transition: .5s all;
        border-bottom: 1px dashed rgb(118, 118, 118);
        text-decoration: none;
    }

        nav#cbp-spmenu-s2 a i {
            width: 20px;
            color: #2876d7;
            font-weight: bold;
        }

        nav#cbp-spmenu-s2 a:hover {
            text-decoration: none;
            background-color: #fcbc75;
        }

        nav#cbp-spmenu-s2 a.active, nav#cbp-spmenu-s2 a:hover {
            color: #555555;
        }



    nav#cbp-spmenu-s2 h3 {
        background: #F99609;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 600;
    }

.top-nav ul {
    padding: 0;
    margin: 0;
}

    .top-nav ul li {
        display: block;
    }

.header-top {
    /*padding-top: 3em;*/
    height : 128px;
    display: grid;
    align-items: center;
}

.logo {
    text-align: center;
    margin: 10em 0 0 0;
}

span.menu {
    display: none;
}

span.event {
    display: none;
}


.sub-header {
    margin: 6em 0 0 0;
}

.logo.two {
    text-align: center;
    margin: 1em 0 0 0;
}

.top-nav {
    float: left;
    margin-top: 1em;
}

.header-logo {
    float: right;
    margin-top: 0.5em;
    /*margin-left: 32em;*/
}

.header-logo-inner {
    /*float: right;*/
    /*margin-left: 32em;*/
}

.header-logo-inner.login-form {
   /* float: none;*/
    text-align:center;
}

.search-form {
    float: right;
}

    .search-form input[type="text"] {
        display: inline-block;
        background: url(../images/search.png) no-repeat 18px 14px;
        border: solid 1px #000;
        margin: 0;
        outline: none;
        font-size: 14px;
        color: #000;
        padding: .7em .7em .7em 3em;
        width: 100%;
    }

.header-grids {
    margin-top: 12em;
}

.header-grid-info a {
    text-decoration: none;
}

    .header-grid-info a:hover {
        text-decoration: none;
        cursor: pointer;
    }

.header-grid {
    background: #FFF;
    padding: 2em 3em;
    text-align: center;
    min-height: 360px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

    .header-grid:hover {
        background: #a7cb24;
    }

.gray:hover {
    background: #bfbfbf;
}

.blue:hover {
    background: #0099e5;
}

.header-grid:hover div.header-grid-img img {
    border-color: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.header-grid:hover div.header-grid-img h3 {
    color: #FFF;
    cursor: pointer;
}

.header-grid:hover div.header-grid-img p {
    color: #FFF;
    cursor: pointer;
}

.header-grid-img img {
    width: 100%;
    max-height: 185px;
    /*border-radius: 50%;
   -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;*/
    border: solid 10px #DADADA;
    border-left-color: #DADADA;
}

.header-grid-img h3 {
    font-size: 26px;
    color: #a7cb24;
    margin: 1em 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    cursor: text;
    direction: rtl;
}

.blue-grid h3 {
    color: #0099e5;
}

.gray-grid h3 {
    color: #bfbfbf;
}

.header-grid-img p {
    color: #555555;
    font-size: 14px;
    font-weight: 600;
    padding: 1em 0 0em 0;
    margin: 0;
    line-height: 1.8em;
    direction: rtl;
}
/*------------------ Slider Part starts Here----------*/
/*--- slider-css --*/
/*.header-section {
    background: url(../images/bg1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 770px;
    position: relative;
}*/


.registration.admin_agile {
    padding: 2em 0;
}

.signin-form.profile.admin {
    background: #f9fbfd;
    padding: 2em 2em;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    border: 1px solid #ddd;
}

.signin-form {
    background: #fafdfd;
    padding: 3em 2em;
    text-align: center;
    width: 41%;
    margin: 0 auto;
}

.registration h2 {
    text-transform: uppercase;
    color: #000;
    margin: 0.5em 0 1.5em 0;
    font-family: DroidKufi-Regular;
    font-weight: 700;
    font-family: DroidKufi-Regular;
    font-size: 1.4em;
    letter-spacing: 1px;
}

.login-form {
    /*margin: 1em 0 2.5em;*/
}

    .login-form h2 {
        color: #fff;
        font-family : 'DroidKufi-Regular';
        font-size: 22px;
        color: #fff;
        font-weight: 700;
        display: block;
        margin: 0;
    }

.signin-form input[type="text"] {
    background: none;
    display: block;
}

.signin-form input[type="email"], .signin-form input[type="text"], .signin-form input[type="password"] {
    width: 100%;
    padding: 0.8em 0.8em;
    font-family: DroidKufi-Regular;
    font-size: 1em;
    margin: 1em 0;
    outline: none;
    color: #888;
    border: none;
    border: 1px solid #b9c0c3;
    text-align: center;
}

.signin-form input[type="submit"] {
    outline: none;
    padding: 0.8em 0;
    width: 100%;
    text-align: center;
    font-family: DroidKufi-Regular;
    font-size: 1.2em;
    margin-top: 1em;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    background: #e53238;
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
    font-weight: 600;
}

input[type="submit"] {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.login-social-grids {
    margin: 1em 0;
}

    .login-social-grids.admin_w3 {
        margin: 2em 0;
        direction: rtl;
    }


/*-----start-responsive-design------*/
@media (max-width:1280px) {

   

    .signin-form {
        padding: 3em 2em;
        width: 35%;
        margin: 0 auto;
    }
}

@media (max-width:1366px) {

  
}

@media (max-width:1040px) {

}

@media (max-width:1024px) {
   
}

@media (max-width: 1080px) {

    .signin-form {
        padding: 3em 2em;
        width: 45%;
    }
}

@media (max-width: 991px) {

    .signin-form {
        padding: 3em 2em;
        width: 48%;
    }
}

@media (max-width: 800px) {
    .signin-form {
        padding: 3em 2em;
        width: 64%;
    }
}

@media (max-width:768px) {
   
}

@media (max-width:670px) {
   
}

@media (max-width:640px) {
  
}

@media (max-width:480px) {
  
    .signin-form {
        padding: 3em 2em;
        width: 100%;
    }

    .login-form {
        margin: 0em;
    }

    .header-logo-inner.login-form a img {
        width: 60%;
    }
}

@media (max-width:320px) {

    .login-form {
        margin: 0em;
    }

    .header-logo-inner.login-form a img {
        width: 70%;
    }
    
}

/*-----End-responsive-design------*/

/*----welcome-section---------*/
div#Welcome {
    padding: 2.6em 0 3em 0;
}

.wecome-text {
    text-align: right;
    direction: rtl;
}

    .wecome-text span {
        color: #616161;
        font-size: 16px;
        line-height: 2.5em;
        margin: 1em 0;
        padding: 0;
        font-style: italic;
    }

    .wecome-text p {
        color: #999;
        font-size: 14px;
        line-height: 1.8em;
        font-family: 'font_bo', 'Open Sans', sans-serif;
        margin: 1em 0;
        padding: 0;
    }

.wecome-img {
    margin-top: 16px;
}

.wecome-text h1 {
    color: #F99609;
    font-size: 2em;
    margin: 0 0 11px 0;
    font-family: 'font_bo', 'Open Sans', sans-serif;
}

.wecome-text lable {
    color: #1FBBA6;
}

.wecome-img img {
    width: 75%;
}

.wecome-button {
    margin-top: 2em;
}

/* Rotate */
a.button.rotate2 {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #999;
    font-size: 1.2em;
    border: 1px solid#F99609;
    padding: 0.8em 1.6em;
    background: none;
    font-family: 'font_bo', 'Open Sans', sans-serif;
}

    a.button.rotate2:hover, a.button.rotate2:focus, a.button.rotate2:active {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }

    a.button.rotate2 span {
        background: url(../images/arrow.png) no-repeat 0px 0px;
        width: 20px;
        height: 10px;
        display: inline-block;
        cursor: pointer;
        margin-left: 9px;
        vertical-align: middle;
        margin: 1px 13px 3px -3px;
    }

    a.button.rotate2:hover {
        border: 1px solid #F99609;
        color: #444;
    }
/*------start-slider-------*/
#testimonials {
    background: url(../images/slide.png) repeat-y;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 300px;
}

article > div {
    text-align: center;
}

.wmuSlider {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    text-align: center;
}

    .wmuSlider .wmuSliderWrapper article {
        position: relative;
        text-align: center;
    }

.wmuGallery .wmuGalleryImage {
    position: relative;
    text-align: center;
}

    .wmuGallery .wmuGalleryImage img {
        max-width: 100%;
        width: auto;
        height: auto;
    }
/* Default Skin */
.wmuGallery .wmuGalleryImage {
    margin-bottom: 10px;
}

.wmuSliderPrev, .wmuSliderNext {
    position: absolute;
    width: 29px;
    height: 37px;
    text-indent: -9999px;
    background: url(../images/arrows.png) no-repeat;
    top: 40%;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wmuSliderPrev {
    background-position: 2px -0px;
    left: 212px;
}

.wmuSliderNext {
    background-position: -45px -0px;
    right: 199px;
}

.client-main {
    margin: 0 auto;
    width: 80%;
    padding: 10% 0;
}

.slide-text {
    width: 72%;
    margin: 0 auto;
}

    .slide-text p {
        color: #fff;
        font-size: 1.7em;
        text-align: center;
        font-family: 'font_bo', 'Open Sans', sans-serif;
        line-height: 1.9em;
        font-weight: 600;
    }

article > div > span {
    text-align: center;
    padding: 1em 0 0 0;
    display: block;
}

article:nth-child(2) > div > span > a {
    color: #585C67;
    cursor: pointer;
    font-size: 1.2em;
}

    article:nth-child(2) > div > span > a:hover {
        color: #C0B9CD;
    }

/*--blog-starts--*/
.blog {
    padding: 6em 0;
}

span.glyphicon {
    color: #97262a;
}

.pager li > a, .pager li > span {
    border-radius: 15px;
    color: #353a3d;
}

.blog-main p {
    color: #999;
    font-size: 15px;
    margin-top: 5px;
}

.blog-head {
    text-align: center;
}

.blog-top {
    margin-top: 3%;
}

.blog-main p a {
    color: #97262a;
    font-size: 20px;
}

    .blog-main p a:hover {
        text-decoration: underline;
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -ms-transition: 0.5s all ease;
        color: #203bba;
        font-size: 20px;
    }

a.bg {
    color: #e28b0e;
    font-size: 1.5em;
    font-weight: 400;
    text-decoration: none;
    cursor: text;
}


.blog-one {
    margin-top: 2em;
}

    .blog-one img {
        width: 100%;
    }

.col-md-5.blog-one-left {
    padding-left: 0;
}

.blog-comments {
    margin-top: 2.5em;
    border-top: 1px solid rgba(153, 153, 153, 0.2);
    padding: 1.3em 0px;
}

    .blog-comments ul {
        padding: 0;
    }

.b-btn {
    margin-top: 26px;
}

.blog-comments ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

/*.b-btn a {
    color: #fff;
    padding: 10px 15px;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    outline: none;
    font-size: 13px;
    background: var(--primary-color);
}

    .b-btn a:hover {
        background: #2f64d0;
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -ms-transition: 0.5s all ease;
    }*/

.blog-main-one {
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    background: var(--bg-color);
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.04);
}

    .blog-main-one .blog-one-img a {
        overflow: hidden;
        display: block;
        border-top-left-radius: var(--border-radius);
        border-top-right-radius: var(--border-radius);
    }

.blog-main-one .blog-one-img a img {
    display: block;
    width: 100%;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    transition: 0.3s ease-in-out;
}

    .blog-main-one .blog-one-img:hover img {
        overflow: hidden;
        transform: scale(1.1);
        transition: 0.3s ease-in-out;
    }

    .blog-main-one .blog-one-img:hover .b-btn img {
        transform: scale(1);
    }

/*--featured-section--*/
.featured-section {
    padding: 2em 0;
    background: #F7F7F7;
    direction: rtl;
}

.bulletin-section {
    padding: 1.5em 0;
    background: #fff;
}

.services {
    background: #F7F7F7;
    padding: 3em 0;
}

    .services h3 {
        font-size: 2.6em;
        color: #929292;
        line-height: 1.4em;
        margin: 0;
    }

.events-featured-main:nth-child(3) {
    margin: 2em 0 0 0;
}


.feature-text a img:hover {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

.featured-main {
    padding-top: 1em;
    text-align: right;
    direction: rtl;
}

.featured-section h2 {
    color: #929292;
    font-size: 2em;
    margin: 0 0 11px 0;
    font-family: 'font_bo', 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: right;
}

.bulletin-section h2 {
    color: #929292;
    font-size: 2em;
    margin: 0 0 11px 0;
    font-family: 'font_bo', 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: right;
}

.feature-text img {
    width: 100%;
}

.feature-text h1 {
    direction: rtl;
    text-align: right;
    color: #F99609;
    font-size: 2em;
    margin: 0.4em 0 0.4em 0;
    font-family: 'font_bo', 'Open Sans', sans-serif;
}

.feature-text h3 {
    font-size: 14px;
    color: #4A4A4A;
    margin: 1em 0;
    line-height: 1.3em;
    direction: rtl;
    text-align: right;
}

.feature-text p {
    color: #999;
    font-size: 14px;
    margin: 0;
    direction: rtl;
    text-align: right;
}

.feature-text-grids {
    margin-top: 1em;
}

.feature-text-left {
    float: right;
    width: 22%;
}

    .feature-text-left img {
        width: 100%;
    }

.feature-text-right {
    float: left;
    width: 72%;
    /*margin-right: 1em;*/
}

    .feature-text-right h3 {
        font-size: 1.3em;
        font-weight: 600;
        color: #F99609;
        margin: 0;
        text-transform: uppercase;
        text-align: right;
    }

    .feature-text-right h4 {
        font-size: 18px;
        color: #414242;
        margin: .5em 0;
    }

    .feature-text-right p {
        color: #999;
        font-size: 14px;
        font-weight: 600;
        margin: .5em 0 0 0;
        text-align: right;
    }

        .feature-text-right p a {
            color: #999;
        }

            .feature-text-right p a:hover {
                color: #F99609;
                text-decoration: none;
            }

ul.topic_grid {
    list-style: none;
    padding: 0;
    text-align: right;
}

.popular_topics1 {
    background: #DB2927;
}

/*** .Nav Class ************************/
.icon-minus-sign:after {
    content: "";
    background: url(../images/plus.png)no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 12px;
}

.accordation_menu label {
    line-height: 21px;
    font-weight: 600;
    direction: rtl;
}

.icon-plus-sign:before {
    content: "";
    background: url(../images/plus.png)no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 12px;
}

.accordation_menu label {
    display: block;
    position: relative;
    padding: 6px 20px;
    cursor: pointer;
    z-index: 20;
    transition: background-color .7s;
    -webkit-transition: background-color .7s;
    -moz-transition: background-color .7s;
    -o-transition: background-color .7s;
    -ms-transition: background-color .7s;
    border: 1px solid #999;
}

.accordation_menu input {
    display: none;
}
/*** Right Icon ***/
.accordation_menu label i.i-right1,
.accordation_menu label i.i-right2 {
    float: left;
    margin-right: 15px;
    padding: 6px 0 0 0;
    transition: all .7s;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
}

.accordation_menu label i.i-right2 {
    display: none;
}

.accordation_menu input:checked + label i.i-right1 {
    display: none;
}

.accordation_menu input:checked + label i.i-right2 {
    display: block;
}
/*** .content Class *********************/
.content {
    position: relative;
    height: 0px;
    margin-top: -1px;
    overflow: hidden;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

    .content h4 {
        padding: 8px 0 7px 15px;
    }

    .content h6 {
        padding: 8px 15px 10px 15px;
        margin: 10px;
        border-top: 1px solid #999999;
    }

        .content h6 i {
            padding: 0 5px;
            font-size: 10px;
        }

.accordation_menu input:checked ~ div.content {
    height: 85px;
}
/*** For Change Animation Effects ****/
.accordation_menu input:checked ~ .content p {
    -webkit-animation: zoomIn .7s 1;
    animation: zoomIn .7s 1;
}

.accordation_menu input:checked ~ .content h6 {
    -webkit-animation: fadeIn 2s 1;
    animation: fadeIn 2s 1;
}

.accordation_menu a, .accordation_menu p {
    color: #919090;
    direction: rtl;
    text-align: right;
}

    .accordation_menu a:hover {
        color: #3b68fa;
        text-decoration: none;
    }

.accordation_menu h4 {
    color: #01C675;
    padding: 15px 0 15px 15px;
    font-size: 1.2em;
    font-weight: 600;
}

.accordation_menu label {
    color: #444;
    font-size: 14px;
    font-weight: 600;
    background: #F7F7F7;
}

    .accordation_menu label:hover {
        color: #000;
        background: #F7F7F7;
    }

        .accordation_menu label:hover .icon-plus-sign:before {
            content: "";
            background: url(../images/minus.png)no-repeat;
            width: 10px;
            height: 3px;
            position: absolute;
            top: 16px;
        }

.accordation_menu input:checked + label,
.accordation_menu input:checked + label:hover {
    border: 1px solid #999;
    color: #F99609;
    background: #F7F7F7;
}

span.m_5 {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    padding-left: 120px;
    direction: rtl;
}

h3.m_3 {
    font-size: 1.9em;
    font-weight: 600;
    color: #444;
    font-family: 'font_bo', 'Open Sans', sans-serif;
}

.feature-accord {
    margin-top: -23px;
}

span.m_5:hover {
    text-decoration: none;
}

ul.news_list {
    padding: 2% 0 1% 4%;
    list-style: none;
    background: #F7F7F7;
}

    ul.news_list li.date {
        float: left;
        width: 15.5%;
        border-right: 1px solid #CCC;
        padding-right: 3%;
        margin: 5% 4% 0% 0;
    }

/*.date {
    line-height: 0.5em;
    font-size: 2em;
    font-weight: bold;
    color: #555;
    text-align: center;
    text-transform: uppercase;
    font-family: 'font_bo', 'Open Sans', sans-serif;
}*/

span.highlight, span.light_color {
    display: inline-block;
    font-size: 14px;
    color: #555;
    font-family: 'font_bo', 'Open Sans', sans-serif;
    font-weight: normal;
}

li.date_desc {
    float: left;
    width: 96%;
}

    li.date_desc p {
        font-size: 14px;
        line-height: 1.8em;
    }
/*-----About-section------*/
.header-section2 {
    background: var(--footer-cpy-color);
    min-height: 128px;
    position: relative;
}

.header-top.bg {
    background: #ffd400;
}

.sub-header.two {
    padding: 0em 0;
    text-align: center;
    width: 58.4%;
    margin: 0 auto;
    position: absolute;
    left: 19%;
    top: 60.4%;
}

.logo.two {
    text-align: center;
    position: absolute;
    top: 14%;
    left: 31%;
}

    .logo.two img {
        width: 75%;
    }
/*-------About-section---------*/
.about-logo {
    margin: 7em 0 0 0;
}

.about-sub-header {
    margin: 2em 0;
}

.about-main {
    padding: 1em 0;
    background: #eaeef1;
}

.main-about {
    text-align: left;
    padding: 2em 0 2em 0;
}

.about-main h3 {
    font-size: 2.6em;
    color: #929292;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0;
}

.about-main h4 {
    font-size: 1.3em;
    color: #555;
    margin: 1em 0;
    line-height: 1.4em;
}

.about-main p {
    color: #999;
    font-size: 14px;
    line-height: 1.8em;
    margin: 1em 0;
    padding: 0;
}

.about-grids {
    margin: 4em 0;
}

.about-grid img {
    width: 100%;
    border-radius: 50%;
    border: solid 4px #FFF;
}

.price {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 68px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    background: #ff4c4c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.about-grid .price {
    top: 33px;
    left: 17px;
}

.price span {
    font-size: 26px;
}

.about-grids-top:nth-child(2) {
    margin: 4em 0;
}

.about-grid h4 {
    font-size: 21px;
    color: #000;
    margin: 1em 0 0 0;
}

.about-grid p {
    color: #999;
    font-size: 14px;
    line-height: 1.8em;
    margin: 1em 0 0 0;
    padding: 0;
}

.weekday {
    background: url(../images/m-bg.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 4em 0;
}

.weekday-info h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    color: #FFF;
}

.weekday-grids {
    padding: 1em;
    background: rgba(0, 0, 0, 0.38);
    width: 80%;
    margin: 3em auto 0 auto;
}

.weekday-img {
    float: left;
    width: 16%;
    margin-right: 2em;
}

    .weekday-img img {
        width: 100%;
        border: solid 4px #FFF;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.weekday-right {
    float: left;
    width: 80%;
    margin-top: 2em;
}

    .weekday-right h4 {
        color: #FFF;
        font-size: 20px;
        margin: 0;
        font-weight: 600;
    }

    .weekday-right p {
        color: #FFF;
        font-size: 14px;
        margin: 1em 0 0 0;
        line-height: 1.8em;
    }
/*---*/
.main-img img {
    width: 100%;
}

.main-about h4 {
    font-size: 1.25em;
    color: #000;
    font-weight: 400;
    line-height: 1.4em;
    line-height: 1.9em;
    margin: 10px 0 15px 0;
    text-transform: uppercase;
    font-family: 'font_bo', 'Open Sans', sans-serif;
    text-decoration: underline;
    font-weight: 400;
}

.main-text p.para, p.para1 {
    font-size: 1em;
    color: #444;
    font-weight: 400;
    line-height: 1.8em;
    font-family: 'font_bo', 'Open Sans', sans-serif;
}

.ourteam {
    background: #D6D6D6;
}

.decnum {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 4px;
    max-height: 90px;
    overflow-y: scroll;
    overflow-x: hidden;
    direction: rtl;
    text-align: right;
}

    .decnum::-webkit-scrollbar {
        width: 8px;
    }
    /* this targets the default scrollbar (compulsory) */
    .decnum::-webkit-scrollbar-track {
        background: #FBFBFB;
        box-shadow: 3px 3px 10px rgba(0,0,0,.25) inset;
    }

    .decnum::-webkit-scrollbar-thumb {
        background: #84C4FF;
        border-radius: 10px;
        border: 1px solid rgba(0,0,0,0.3);
        box-shadow: -3px -3px 6px rgba(66,137,224,1) inset,3px 3px 3px rgba(158,226,225,1) inset;
    }

.team {
    padding: 0em 2em;
}

.ourteam h3 {
    font-size: 2.6em;
    color: #fff;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0;
    padding: 48px 0 0 0;
    text-align: left;
}

.ourteam p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
}

.decnum h3 {
    font-size: 2.6em;
    color: #fff;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0;
    padding: 48px 0 0 0;
    text-align: left;
}

.decnum p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
}

.team h4 {
    font-size: 1.5em;
    font-weight: 300;
    /*color: #404040;*/
    text-align: center;
    background: #444;
    color: #FFF;
    display: block;
    margin: 0 5px;
}

.team1 img {
    margin-left: 2em;
    max-width: 87%;
}

a.offer-btn span {
    background: url(../images/arrow.png) no-repeat 0px 0px;
    width: 20px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin: 5px 4px 4px 0;
}

a.offer-btn {
    text-decoration: none;
    color: #ff4c4c;
    font-size: 1.1em;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
}
/*-- flexisel --*/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display: none;
}

/*#flexiselDemo2{
	display: none;
    direction:rtl;text-align:right;
    right:0px;
}*/
.nbs-flexisel-container {
    position: relative;
    width: 67%;
    float: none;
    text-align: center;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    font-family: 'font_bo', 'Open Sans', sans-serif;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0 auto;
}

.nbs-flexisel-item {
    float: left;
    margin: 0em;
    padding: 0em;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item > img {
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 250px;
        max-height: 250px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .nbs-flexisel-item p {
        padding: 10px 0px 0px 0px;
    }

        .nbs-flexisel-item p a {
            color: #000;
            font-size: 1.3em;
        }

            .nbs-flexisel-item p a:hover {
                color: #2470f7;
            }

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 50px;
    height: 65px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    margin-top: 1em;
}

.nbs-flexisel-nav-left {
    left: -3em;
    background: url(../images/arrows.png) no-repeat 0px 0px;
}

.nbs-flexisel-nav-right {
    right: -3em;
    background: url(../images/arrows.png) no-repeat -32px 0px;
}
/*--------error-page----------*/
.Error-found {
    padding: 8em 0;
    background: #F7F7F7;
    text-align: center;
}

.error-page {
    padding: 6em 8em;
    border: 2px solid #A7A6A6;
    width: 54%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

    .error-page h3 {
        font-weight: 500;
        text-transform: uppercase;
        color: #A7A6A6;
        margin: 0;
        padding: 0 0 0em 0;
        font-size: 17em;
        letter-spacing: 4px;
    }

        .error-page h3 span {
            color: #ff4c4c;
        }

.Error-found h4 {
    font-weight: 100;
    font-size: 6em;
    color: #A7A6A6;
    padding: 0;
    margin: 0;
    letter-spacing: 4px;
}

.Error-found p {
    font-weight: 500;
    font-size: 1.3em;
    color: #A7A6A6;
    padding: 0;
    margin: 0 0 10px 0;
}

a.back {
    background: none;
    outline: none;
    font-size: 1.2em;
    font-weight: 400;
    padding: 0;
    cursor: pointer;
    border: none;
    color: #ff4c4c;
}

.sale-box {
    position: absolute;
    top: 0;
    overflow: hidden;
    height: 130px;
    width: 143px;
    text-align: center;
    z-index: 0;
    right: 0;
}

    .sale-box span.on_sale {
        font-size: 1.5em;
        color: #FFF;
        background: #ff4c4c;
        text-transform: uppercase;
        padding: 89px 43px 14px 1px;
        width: 370px;
        text-align: center;
        display: block;
        position: absolute;
        left: -47px;
        top: -41px;
        z-index: 1;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
        transform: rotate(40deg);
        font-family: 'font_bo', 'Open Sans', sans-serif;
        box-shadow: 3px -4px 13px 3px rgba(0,0,0,0.75);
        border-bottom: 4px solid#fff;
    }
/*-----------Blog-----------*/
.blog-content-left {
    float: left;
    width: 73%;
}

.blog-content-right {
    float: right;
    width: 23.5%;
    margin-top: 0em;
}

.single-head h2 {
    color: #444;
    font-size: 1.87em;
    margin: 0.5em 0;
    display: block;
    font-weight: 500;
    text-decoration: none;
    font-family: 'font_bo', 'Open Sans', sans-serif;
    text-align: right;
}

.single-head h2 {
    display: block;
}



/*.single-head h2 span a {
  color: #2876d7;
  font-size: 0.6em;
  font-weight: 500;
  font-family: 'font_bo', 'Open Sans', sans-serif;
  text-align:right;
  text-decoration:underline;
}

.single-head h2 span a:hover {
  color: #F99609;
  text-decoration:none;
}*/

.blog-artical-info-head span.LblDate {
    color: #e28b0e;
    font-size: 1.5em;
    font-weight: 600;
    text-decoration: none;
}

.blog-artical-info-head span.LblYear {
    color: #ee8d07;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
}

#lblErr {
    color: #ee8d07;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
}

#LblGroupmail {
    font-size: 1em;
}

.single-head-img img {
    width: 100%;
}


.blog-artical-info-head span {
    color: #2970c7;
    font-size: 1.2em;
    margin: 0.5em 0 0;
    display: block;
    font-weight: 600;
    font-family: 'DroidKufi-Regular', sans-serif;
    direction: rtl;
    text-align: right;
    line-height: 1.7em;
}


.accordionImage {
    cursor: pointer;
    float: left;
    /*margin-top:-25px;*/
    z-index: 100;
    /*width:30px;*/
}

.contact-info-head span {
    color: #2970c7;
    font-size: 1em;
    margin: 0.5em 0;
    font-weight: 600;
    /*display: block;*/
    font-family: 'DroidKufi-Regular', sans-serif;
    direction: rtl;
    text-align: right;
    line-height: 1.7em;
}

.blog-artical-info-head h2 {
    color: #000;
    font-size: 1.2em;
    margin: 0;
    display: block;
    font-weight: 500;
    font-family: 'DroidKufi-Regular', sans-serif;
    direction: rtl;
    text-align: right;
    /*border-bottom: 1px solid #E7E4E4;*/
}

.blog-artical-info-head h2.head-title {
    border-bottom: 1px solid #E7E4E4;
}

.contact-info-head h2 {
    color: #000;
    font-size: 1.4em;
    margin: 0.5em 0 1em 0;
    padding-bottom: 0.8em;
    display: block;
    font-weight: 500;
    font-family: 'DroidKufi-Regular', sans-serif;
    direction: rtl;
    text-align: right;
    border-bottom: 1px solid #E7E4E4;
}

.blog-artical-info-head h1 {
    color: #000;
    font-size: 1.1em;
    margin: 0.5em 0;
    display: block;
    font-weight: 500;
    font-family: 'DroidKufi-Regular', sans-serif;
    text-align: right;
    /*border-bottom: 1px solid #E7E4E4;*/
}

.blog-artical-info-head label {
    color: #000;
    font-size: 1em;
    margin: 0.5em 0;
    display: block;
    font-weight: 500;
    font-family: 'DroidKufi-Regular', sans-serif;
    direction: rtl;
    text-align: right;
}
/*.contact-info-head label{
color: #000;
	font-size: 0.8em;
}*/
.blog-artical-info-head h2 a {
    color: #444;
    font-size: 0.8em;
    margin: 0.5em 0;
    /*display: block;*/
    font-weight: 600;
    text-decoration: none;
    font-family: 'DroidKufi-Regular', sans-serif;
    direction: rtl;
    text-align: right;
    line-height: 1.7em;
    /*width:100%*/
}

    .blog-artical-info-head h2 a.social {
        display: block;
        width: 99%;
    }

    .blog-artical-info-head h2 a.office {
        color: #2876d7;
        display: block;
        width: 99%;
    }


    .blog-artical-info-head h2 a i {
        color: #ee8d07;
    }

h2.material a {
    color: #3453e6;
}

.blog-artical-info-head h2 a:hover {
    color: #dd6427;
}

.contact-info-head h2 a {
    color: #2876d7;
    font-size: 0.8em;
    margin: 0.5em 0;
    /*display: block;*/
    text-decoration: none;
    font-family: 'DroidKufi-Regular', sans-serif;
    direction: rtl;
    text-align: right;
    text-decoration: underline;
}

    .contact-info-head h2 a:hover {
        color: #F99609;
        text-decoration: none;
    }

.accordionHeaderMainNewsSelected {
    background: #fff;
    padding-bottom: 2px;
}

.b-tag-weight ul {
    margin: 0;
    padding: 0;
}

.dir-rtl{
direction:rtl;
}

.blog-artical-basicinfo {
    float: right;
    /*width: 12%;*/
}

    .blog-artical-basicinfo ul {
        margin: 0;
        padding: 0;
    }

    .blog-artical-basicinfo li, .blog-artical-basicinfo li.post-date.one, .blog-artical-basicinfo li.post-date.two {
        /*width: 80px;*/
        height: auto;
        /*border: 1px solid #666666;*/
        text-align: center;
        margin: 0em auto;
        list-style: none;
        /*background: #666666;*/
    }

        .blog-artical-basicinfo li.post-date.one, .blog-artical-basicinfo li.post-date.two {
            margin: 0em auto 0 1em;
        }

.post-date span {
    display: block;
    color: var(--primary-color);
    font-size: 1.3em;
    font-weight: 600;
}

.post-date label {
    font-size: 16px;
    color: #2970c7;
    margin: auto;
    display: block;
    font-family: 'DroidKufi-Regular', sans-serif;
    font-weight: 600;
}

.post-date p {
    padding: 0.5em 0.2em;
}

.blog {
    background: #F7F7F7;
}

.blog-content {
    margin: 1em 0 6em;
}

.blog-artical-info{
/*float:right;*/
/*width:100%;*/
}


.blog-artical-info.bulletin{
float:right;
}

.w-100{
width:100%;
}

.mt-2{
margin-top:2em;
}

/*.blog-artical-info-head {
	padding:0.6em;
	border:1px solid #E7E4E4;
	border-right:0;
	border-left:0; direction:rtl;
    text-align:right;font-size:1.2em;
}*/
.blog-artical-info-head ul {
    padding: 0.6em 0em;
    border: 1px solid #E7E4E4;
    border-right: 0;
    border-left: 0;
}

    .blog-artical-info-head ul li {
        display: inline-block;
        direction: rtl;
        text-align: right;
        width: 100%;
    }

        .blog-artical-info-head ul li span {
            height: 2em;
            width: 2em;
            display: inline-block;
            /*background: url(../images/user.png) no-repeat 0px 0px;*/
            vertical-align: middle;
            margin-right: 0em;
            color: #444;
            font-size: 1.05em;
            padding: 0 0em;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            font-family: 'DroidKufi-Regular', sans-serif;
        }

            .blog-artical-info-head ul li span.tag {
                background: url(../images/tag.png) no-repeat 0px 0px;
            }

        .blog-artical-info-head ul li a, .blog-artical-info-head ul li {
            color: #444;
            font-size: 0.99em;
            display: inline-block;
            padding: 0 0em;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            font-family: 'DroidKufi-Regular', sans-serif;
        }

            .blog-artical-info-head ul li a:hover {
                color: #e58602;
                text-decoration: none;
            }

.blog-artical-info-text p {
    color: #000;
    line-height: 40px;
    margin: 1em 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'DroidKufi-Regular', sans-serif;
    direction: rtl;
}

    .blog-artical-info-text p a {
        color: #2970c7;
        margin-left: 0.4em;
        font-size: 16px;
        font-family: 'DroidKufi-Regular', sans-serif;
        vertical-align: middle;
    }

.blog-artical {
    margin-bottom: 0.8em;
    border: 1px dotted #a4a4a4;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
}

.blog-news .blog-articals .blog-artical:nth-last-child(2) {
    border-bottom: 1px dotted #a4a4a4;
}

    .blog-news .blog-articals .blog-artical:nth-last-child(2) .blog-artical-info-head {
        margin-bottom:15px;
    }
.blog-artical-info-img img {
    width: 70%;
    margin-top: .4em;
}
/*----*/
/*.blog-content-right {
}*/

.b-search {
    position: relative;
    border: 1px solid #ddd;
    padding: 0.5em 0;
    background: #fff;
    direction: rtl;
    margin-bottom: 2em;
}

    /*.b-search btnsearch{
	background: url(../images/search-icon2.png) no-repeat 0px 2px;
    background: #F99609;
	border: none;
	height: 26px;
	width: 26px;
	display: block;
	position: absolute;
	outline: none;
	cursor: pointer;
	top: 0px;
	right: 0px;
}*/
    .b-search input[type="text"] {
        width: 100%;
        outline: none;
        padding: 0em 0.6em;
        font-size: 1em;
        font-weight: 600;
        color: #555;
       /* position: relative;*/
        border: none;
    }

    .b-search input[type="submit"] {
        /*background: url(../images/search-icon2.png) no-repeat 0px 2px;*/
        background: #F99609;
        border: none;
        height: 39px;
        width: 44px;
        display: inline-block;
        position: absolute;
        outline: none;
        cursor: pointer;
        top: 0px;
        left: 0px;
        font-weight: 600;
    }

/*----//End-blog----*/
ul.dc_pagination {
    padding: 0;
    list-style: none;
    text-align: right;
}

    ul.dc_pagination li:first-child {
        margin-left: 0px;
        text-transform: uppercase;
    }

    ul.dc_pagination-decision-num li {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        background: #444;
    }

        ul.dc_pagination-decision-num li a {
            color: #fff;
            display: block;
            padding: 8px 15px 8px 15px;
            text-decoration: none;
            font-size: 1.1em;
            font-family: 'DroidKufi-Regular', sans-serif;
            font-weight: 600;
        }

           
            ul.dc_pagination-decision-num li a:hover {
                /*background: #F99609;*/
                text-decoration: none;
            }

ul.dc_pagination-decision-num.dc_paginationA06 li a.current{
    /*background: #F99609;*/
    color: #fff;
}
ul.dc_pagination-decision-num.dc_paginationA06 li a.current:hover {
    /*background: #F99609;*/
    color: #fff;
}

ul.dc_pagination-decision-num.dc_paginationA06 li a:hover {
    background-color: var(--bg-color);
    color: var(--primary-color);
}

ul.dc_pagination-decision-num.dc_paginationA06 li a:visited {
    background: #ff4c4c;
    color: #fff;
}


    ul.dc_pagination li {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        /*background: #444;*/
    }

        ul.dc_pagination li a {
            /*color: #fff;
            display: block;
            padding: 8px 15px 8px 15px;
            text-decoration: none;
            font-family: 'DroidKufi-Regular', sans-serif;
            font-size: 1em;
            font-weight: 600;*/

            display: block;
            width: 45px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            color: var(--heading-color);
            border-radius: 50px;
            font-weight: 700;
            font-family: 'DroidKufi-Regular', sans-serif;
            transition: background-color .15s linear, color .15s linear;
            box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03);
        }


        ul.dc_pagination li p {
            margin-bottom: 0px;
            direction: rtl;
        }


        ul.dc_pagination li a:hover {
            background-color: var(--bg-color);
            color: var(--primary-color);
            border: 1px solid var(--primary-color);
        }

        ul.dc_pagination li a:visited {
            /*background: #F99609;*/
            color: #ff4c4c;
            text-decoration: none;
        }


ul.dc_paginationA06 li a:hover, ul.dc_paginationA06 li a.current {
    /*background: #F99609;*/
    color: var(--primary-color);
}

ul.dc_paginationA06 li a:visited {
    background: #ff4c4c;
    color: var(--primary-color);
}

.pagerButtonCurrentPage {
    /*display: inline-block;
    width: 30px;
    padding: 8px 0px 8px 0px;
    text-decoration: none;
    font-size: 0.95em;
    background: #F99609;
    color: #000;
    text-align: center;
    font-weight: 600;*/

    display: inline-block;
    padding: 10px 18px;
    width: 45px;
    height: 45px;
    color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    font-weight: 700;
    background: var(--primary-color);
    transition: background-color .15s linear, color .15s linear;
    box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03);
}

.pagerButton {
    /*display: inline-block;
    width: 30px;
    padding: 8px 0px 8px 0px;
    text-decoration: none;
    font-size: 0.95em;
    background: #444;
    color: #FFF;*/
    display: inline-block;
    /*padding: 10px 18px;*/
    width: 45px;
    height: 45px;
    margin: 0 3px;
    background-color: var(--bg-color);
    border: 1px solid var(--border-color-light);
    border-radius: 50px;
    font-weight: 700;
    color: var(--heading-color);
    transition: background-color .15s linear, color .15s linear;
    box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03);
}

    .pagerButton:hover {
        background-color: var(--bg-color);
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
    }

.pagerNextButton {
    /*display: inline-block;
    width: 50px;
    padding: 8px 0px 8px 0px;
    text-decoration: none;
    font-size: 0.95em;
    background: #F99609;
    color: #000;
    font-weight: 600;*/


    display: inline-block;
    color: var(--heading-color);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-weight: 600;
    border:none;
}

    .pagerNextButton:hover {
        background-color: var(--primary-color);
        color: #fff;
    }
    /*.page_enabled, .page_disabled
        {
            display: inline-block;
            height: 20px;
            min-width: 20px;
            line-height: 20px;
            text-align: center;
            text-decoration: none;
            border: 1px solid #ccc;
        }*/
    .page_enabled {
    background-color: var(--bg-color);
    border: 1px solid var(--border-color-light);
    color: var(--heading-color);
}

.page_disabled {
    background-color: var(--primary-color);
    color: #fff !important;
}

.page_disabled:hover {
    background-color: var(--primary-color);
    color: var(--heading-color) !important;
}

nav a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 1.35em;
}

    nav a:hover,
    nav a:focus {
        outline: none;
    }
/* Effect 20: 3D side */
.cl-effect-20 a {
    line-height: 2em;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
}

    .cl-effect-20 a span {
        position: relative;
        display: inline-block;
        padding: 3px 15px 0;
        background: #ff4c4c;
        font-size: 16px;
        box-shadow: inset 0 3px #444;
        -webkit-transition: background 0.6s;
        -moz-transition: background 0.6s;
        transition: background 0.6s;
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: 0% 50%;
        -moz-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
    }

        .cl-effect-20 a span::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #444;
            color: #fff;
            padding: 3px 15px 0;
            content: attr(data-hover);
            -webkit-transform: rotateX(270deg);
            -moz-transform: rotateX(270deg);
            transform: rotateX(270deg);
            -webkit-transition: -webkit-transform 0.6s;
            -moz-transition: -moz-transform 0.6s;
            transition: transform 0.6s;
            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            transform-origin: 0 0;
            pointer-events: none;
        }

    .cl-effect-20 a:hover span,
    .cl-effect-20 a:focus span {
        background: #444;
    }

        .cl-effect-20 a:hover span::before,
        .cl-effect-20 a:focus span::before {
            -webkit-transform: rotateX(10deg);
            -moz-transform: rotateX(10deg);
            transform: rotateX(10deg);
        }

a.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
}

.blog-info {
    margin-top: 3em;
}

.blog-news h4 {
    font-size: 2em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1em;
    font-family: 'DroidKufi-Regular', sans-serif;
}

.blognews h4 a {
    color: #4d4949;
}

    .blognews h4 a:hover {
        color: #5F9EA0;
        text-decoration: none;
    }


.blog-left p {
    margin: 0 0 1em;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    line-height:35px;
}

.blog-left {
    width: 100%;
    /*direction: rtl;*/
    text-align: right;
}

.blog-main {
    background: var(--bg-color);
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.04);
    width:100%;
}

.blog-left .blog-main:first-child {
    border-top: 1px dotted #a4a4a4;
}

    .blog-left .blog-one-img {
        background: var(--bg-color);
    }

.blog-left .blog-one-left {
    padding: 1em;
    background: var(--bg-color);
}

.blog-left h1 {
    color: var(--primary-color);
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: none;
}

.blog-left h2 {
    color: #2970c7;
    font-size: 1.1em;
    margin: 0.5em 0 0;
    display: block;
    font-weight: 600;
    font-family: 'DroidKufi-Regular', sans-serif;
    direction: rtl;
    text-align: right;
    line-height: 1.7em;
}


    .blog-left p a {
        font-family: 'DroidKufi-Regular', sans-serif;
        color: #174f9d;
        text-decoration: none;
        cursor: text;
    }

        .blog-left p a:hover {
            /*color: #F99609;*/
            color: #174f9d;
            text-decoration: none;
            cursor: text;
        }

.blog-info-text h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 1em 0;
    line-height: 1.7;
    letter-spacing: 0.5px;
}

    .blog-info-text h5 a {
        color: #5F9EA0;
        text-decoration: none;
        transition: .5s all;
    }

        .blog-info-text h5 a:hover {
            color: #555555;
        }

.blog-img {
    overflow: hidden;
    width: 95%;
}

.blog-info {
    width: 100%;
}

.blog-info-text a img {
    width: 100%;
}

.blog-info-text p {
    margin: 0 0 0em 1.5em;
    font-size: 14px;
    color: #747474;
    line-height: 1.8em;
}

.blog-info-text a img {
    overflow: hidden;
    position: relative !important;
    padding: 0;
}

.single-page img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
}

img.zoom-img {
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
}

    img.zoom-img:hover {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        -ms-transition-timing-function: ease-in-out;
        -webkit-transition-duration: 750ms;
        -moz-transition-duration: 750ms;
        -o-transition-duration: 750ms;
        -ms-transition-duration: 750ms;
        overflow: hidden;
    }

.test:hover {
    color: #e48a0a;
    cursor: pointer;
}

.list.styled.arrow-list2 ul li {
    list-style: none;
    display: block;
    /*border-top: 1px solid #ddd;*/
    direction: rtl;
    text-align: right;
}

.list.styled {
    list-style: none;
    display: block;
    /*border-top: 1px solid #ddd;*/
    overflow-y: scroll;
    max-height: 250px;
    direction: rtl;
    text-align: right;
}

.list.styled.contacts_category {
    max-height: unset;
}


    .list.styled::-webkit-scrollbar {
        width: 8px;
    }
    /* this targets the default scrollbar (compulsory) */
    .list.styled::-webkit-scrollbar-track {
        background: #FBFBFB;
        box-shadow: 3px 3px 10px rgba(0,0,0,.25) inset;
    }

    .list.styled::-webkit-scrollbar-thumb {
        background: #4b4b4b;
        border-radius: 10px;
        border: 1px solid rgba(0,0,0,0.3);
        box-shadow: -3px -3px 6px rgb(118, 118, 118) inset,3px 3px 3px rgb(158, 160, 160) inset;
    }




    .list.styled.arrow-list2 ul {
        padding: 0;
    }

        .list.styled.arrow-list2 ul li a {
            display: block;
            position: relative;
            -webkit-transition: 0.8s;
            -moz-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s;
            vertical-align: middle;
            text-decoration: none;
            color: #444;
            margin: 0.5em 0;
            line-height: 1.5em;
            margin-top: 3px;
        }

            .list.styled.arrow-list2 ul li a:hover {
                color: #6380b3;
            }

            .list.styled.arrow-list2 ul li a label {
                padding-right: 5px;
            }

            .list.styled.arrow-list2 ul li a label {
               font-weight:bold;
               font-size:14px;
            }

                .list.styled.arrow-list2 ul li a label:hover {
                    color: #F99609;
                    cursor:pointer;
                }

            .list.styled.arrow-list2 ul li a img {
                margin-right: 10px;
            }

/*treeview*/

                    .tree.styled {
    font-size: 1em;
    font-weight: 600;
    display: block;
    overflow-y: scroll;
    height: 600px;
    direction: rtl;
}

    .tree.styled a:hover {
        color: #ea640c;
    }

    .tree.styled::-webkit-scrollbar {
        width: 5px;
    }
    /* this targets the default scrollbar (compulsory) */
    .tree.styled::-webkit-scrollbar-track {
        background: #ffffff;
        /*box-shadow: 3px 3px 10px rgba(0,0,0,.25) inset;*/
    }

    .tree.styled::-webkit-scrollbar-thumb {
        background: #DADADA;
        border-radius: 10px;
        border: 1px solid rgba(0,0,0,0.3);
        box-shadow: -3px -3px 6px #DADADA inset,3px 3px 3px #999 inset;
    }
/*------*/

.list.styled-archive {
    display: block;
    overflow-y: scroll;
    max-height: 150px;
    direction: rtl;
}

.list.styled-archive.unsetHeight {
    max-height: unset;
}

    .list.styled-archive::-webkit-scrollbar {
        width: 8px;
    }
    /* this targets the default scrollbar (compulsory) */
    .list.styled-archive::-webkit-scrollbar-track {
        background: #FBFBFB;
        box-shadow: 3px 3px 10px rgba(0,0,0,.25) inset;
    }

    .list.styled-archive::-webkit-scrollbar-thumb {
        background: #4b4b4b;
        border-radius: 10px;
        border: 1px solid rgba(0,0,0,0.3);
        box-shadow: -3px -3px 6px rgb(118, 118, 118) inset,3px 3px 3px rgb(158, 160, 160) inset;
    }

    .list.styled-archive.arrow-list2 ul li {
        list-style: none;
        display: block;
        /*border-top: 1px solid #ddd;*/
        direction: rtl;
        text-align: right;
    }

    .list.styled-archive.arrow-list2 ul {
        padding: 0;
    }

        .list.styled-archive.arrow-list2 ul li a {
            display: block;
            position: relative;
            -webkit-transition: 0.8s;
            -moz-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s;
            vertical-align: middle;
            text-decoration: none;
            color: #444;
            margin: 0.5em 0;
            line-height: 1.5em;
            margin-top: 3px;
        }

            .list.styled-archive.arrow-list2 ul li a label {
                padding-right: 5px;
                font-weight: bold;
                font-size: 14px;
            }

            .list.styled-archive.arrow-list2 ul li a label:hover {
                color: #F99609;
                cursor:pointer;
            }

            .list.styled-archive.arrow-list2 ul li a:hover {
                color: #6380b3;
            }

            .list.styled-archive.arrow-list2 ul li a img {
                margin-right: 10px;
            }
/*contacts*/
.list.styled-contacts {
    display: block;
    max-height: 150px;
    direction: rtl;
}

    .list.styled-contacts.arrow-list2 ul li {
        list-style: none;
        display: block;
        /*border-top: 1px solid #ddd;*/
        direction: rtl;
        text-align: right;
    }

    .list.styled-contacts.arrow-list2 ul {
        padding: 0;
    }

        .list.styled-contacts.arrow-list2 ul li a {
            display: block;
            position: relative;
            -webkit-transition: 0.8s;
            -moz-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s;
            vertical-align: middle;
            text-decoration: none;
            color: #444;
            margin: 0.5em 0;
            line-height: 1.5em;
            margin-top: 3px;
        }

            .list.styled-contacts.arrow-list2 ul li a:hover {
                color: #6380b3;
            }

            .list.styled-contacts.arrow-list2 ul li a img {
                margin-right: 10px;
            }
/*End Contacts*/

/*contacts Categories*/
.list.styled-Categories {
    display: block;
    overflow-y: scroll;
    max-height: 290px;
    direction: rtl;
    margin-bottom: 3em;
}

    .list.styled-Categories::-webkit-scrollbar {
        width: 8px;
    }
    /* this targets the default scrollbar (compulsory) */
    .list.styled-Categories::-webkit-scrollbar-track {
        background: #FBFBFB;
        box-shadow: 3px 3px 10px rgba(0,0,0,.25) inset;
    }

    .list.styled-Categories::-webkit-scrollbar-thumb {
        background: #4b4b4b;
        border-radius: 10px;
        border: 1px solid rgba(0,0,0,0.3);
        box-shadow: -3px -3px 6px rgb(118, 118, 118) inset,3px 3px 3px rgb(158, 160, 160) inset;
    }

    .list.styled-Categories.arrow-list2 ul li {
        list-style: none;
        display: block;
        /*border-top: 1px solid #ddd;*/
        direction: rtl;
        text-align: right;
    }

    .list.styled-Categories.arrow-list2 ul {
        padding: 0;
    }

        .list.styled-Categories.arrow-list2 ul li a {
            display: block;
            position: relative;
            -webkit-transition: 0.8s;
            -moz-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s;
            vertical-align: middle;
            text-decoration: none;
            color: #444;
            margin: 0.5em 0;
            line-height: 1.5em;
            margin-top: 3px;
        }

            .list.styled-Categories.arrow-list2 ul li a:hover {
                color: #6380b3;
            }

            .list.styled-Categories.arrow-list2 ul li a img {
                margin-right: 10px;
            }
/*End Contacts Categories*/

.categories h3, .Archives h3 {
    text-shadow: none;
    font-size: 1.25em;
    color: #F99609;
    font-weight: 600;
    margin-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: right;
    border-bottom: 1px solid #ddd;
}

    .categories h3 a {
        font-size: 0.85em;
        color: #2970c7;
        font-weight: 600;
        text-align: left;
        /*padding:0 6em 0 0;*/
        display: block;
        float: left;
    }


.contact {
    border-top: 1px solid #E0DDDD;
    /*border-bottom: 1px solid #E0DDDD;*/
}

.product-head {
    padding: 0.5em 0;
    border-top: 1px solid #E0DDDD;
    border-bottom: 1px solid #E0DDDD;
    margin-bottom: 1em;
    text-align: right;
}

    .product-head li a {
        color: #444;
        font-weight: 700;
        font-size: 0.875em;
        padding-bottom: 0.2em;
        display: inline-block;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
    }

    .product-head li {
        display: inline-block;
    }

        .product-head li.update-contact {
            direction: rtl;
            font-weight: 600;
        }

            .product-head li.update-contact a {
                color: #ee8d07;
                direction: rtl;
            }

        .product-head li.active-page {
            color: #444;
            font-size: 0.875em;
            padding-bottom: 0.2em;
            text-transform: uppercase;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            font-weight: 700;
        }
/*--single----*/

/*--- contacts---- */
.w3l-index5 a.bg-color-one {
    background-color: var(--bg-color-one);
}

.w3l-index5 a.bg-color-two {
    background-color: var(--bg-color-two);
}

.w3l-index5 a.bg-color-three {
    background-color: var(--bg-color-three);
}

.w3l-index5 a.bg-color-four {
    background-color: var(--bg-color-four);
}

.w3l-index5 .blog2-posts {
    margin-top: 3rem
}

    .w3l-index5 .blog2-posts:first-child, .w3l-index5 .blog2-posts:nth-child(2) {
        margin-top: 1rem;
    }

.w3l-index5 .blog-post {
    transform: scale(1);
    transition: 0.3s ease-in-out;
    border-radius: 8px;
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
    background-color: var(--bg-grey2);
    border: 1px solid var(--border-color-light);
    /* padding: 5rem;*/
    display: block;
    /*height: 100%;*/
}

    .w3l-index5 .blog-post p {
        font-size: 16px;
        font-weight: 600;
        font-family: 'DroidKufi-Regular', sans-serif;
    }

    .w3l-index5 .blog-post img {
        height: 220px;
    }

    .w3l-index5 .blog-post img {
        min-width: 140px;
    }

    .w3l-index5 .blog-post img {
        display: block;
        margin: 0 auto;
        height: 200px;
        min-height: 200px;
        border: 1px solid var(--font-color);
        border-radius: var(--border-radius);
    }

    .w3l-index5 .blog-post:hover {
        transform: translateY(-0.25rem);
        box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 4px, rgba(71, 63, 79, 0.16) 0px 5px 10px;
        background-color: var(--bg-color);
        transition: 0.3s ease-in-out;
    }

.w3l-index5 .read-button {
    /* position: absolute;
    bottom: 0;*/
    /* left: 0;
    right: 0;*/
    /*margin: 0 30px;*/
    text-align: center;
    padding: 0.8em 0.3em;
    background: var(--heading-color);
    border-top: 1px solid var(--disable-color);
    border-radius: 8px;
    border-top-right-radius:0;
    border-top-left-radius:0;
    color: var(--white);
    width: 100%;
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
}

    .w3l-index5 .read-button span {
        line-height: 30px;
    }
    .w3l-index5 .read-button a {
        font-weight: 600;
        color: var(--white);
        line-height:30px;
        font-family: 'DroidKufi-Regular', sans-serif;
    }

.w3l-index5 p.sub-para {
    font-size: 16px;
    font-weight: bold;
    color: #777;
    display: inline-block;
    margin-right: 20px;
}

.w3l-index5 .img-one {
    overflow: hidden;
}

    .w3l-index5 .img-one img {
        display: block;
        transition: transform 0.3s linear;
        border-radius: 0;
        width: 100%;
    }

        .w3l-index5 .img-one img:hover {
            transform: scale(1.1);
            transition: transform 0.3s linear;
        }

@media only screen and (max-width: 1080px) {
    .w3l-index5 .blog-post {
        padding: 1.2rem !important;
    }
}

@media only screen and (max-width: 480px) {
    .w3l-index5 .blog-post {
        padding: 2rem;
    }
}

@media only screen and (max-width: 414px) {
    .w3l-index5 .blog-post {
        padding: 2rem 15px;
    }
}

.blog-article-post {
    transform: scale(1);
    transition: 0.3s ease-in-out;
    border-radius: 8px;
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
    background-color: var(--bg-grey2);
    border: 1px solid var(--border-color-light);
}

    .blog-article-post:hover {
        transform: translateY(-0.25rem);
        box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 4px, rgba(71, 63, 79, 0.16) 0px 5px 10px;
        background-color: var(--bg-color);
        transition: 0.3s ease-in-out;
    }

/*a.blog-article-post {
    padding: 2rem;
    transform: scale(1);
    transition: 0.3s ease-in-out;
    border-radius: 8px;
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
    background-color: var(--bg-grey2);
    border: 1px solid var(--border-color-light);
    display: block;
}

    a.blog-article-post:hover {
        transform: translateY(-0.25rem);
        box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 4px, rgba(71, 63, 79, 0.16) 0px 5px 10px;
        background-color: var(--bg-color);
        transition: 0.3s ease-in-out;
        z-index: 9;*/
       /* box-shadow: var(--card-hover-box-shadow);*/
    /*}*/

.height-full {
    height: 100%;
}

@media (max-width: 1080px) {
    a.blog-article-post, .blog-article-post {
        padding: 1.5rem;
    }
}

a.blog_post_title,
h4.blog_post_title {
    color: var(--heading-color);
    transition: 0.3s ease-in-out;
}

h4.blog_post_title {
    color: #1853e0;
    font-size: 1.1em;
    font-weight: 600;
    display: inline-block;
    text-align:center;
}

/*a.blog_post_title:hover {
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}

a.blog_post_title:hover,
h4.blog_post_title:hover {
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}*/

.sub-title {
    font-size: 14px;
    color: var(--font-color);
    margin-bottom: 10px;
}

@media (max-width: 1080px) {
    h4.blog_post_title {
        /*font-size: 28px;
        line-height: 36.6px;*/
    }
}

@media (max-width: 667px) {
    h4.blog_post_title {
        /*font-size: 26px;
        line-height: 31.6px;*/
    }
}

.author-date li.circle-lg {
    width: 65px;
    height: 65px;
    display: inline-block;
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid #fff;
    background: #fff;
}

    .author-date li.circle-lg img {
        width: 100%;
        min-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

.author-date li.circle {
    width: 45px;
    height: 45px;
    display: inline-block;
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid #fff;
    background: #fff;
}

    .author-date li.circle img {
        width: 100%;
        min-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

ul.author-date li {
    font-size: 14px;
    color: var(--font-color);
    display: inline-block;
    margin-right: 15px;
    transition: 0.3s ease-in-out;
    font-weight: 300;
}

    ul.author-date li p {
        font-size: 16px;
        font-weight: 700;
    }

    ul.author-date li b {
        font-size: 16px;
        font-weight: 700;
        text-decoration: underline;
        transition: 0.3s ease-in-out;
    }

        ul.author-date li b:hover {
            color: var(--heading-color);
            transition: 0.3s ease-in-out;
        }

    ul.author-date li.author {
        font-weight: bold;
        color: var(--primary-color);
    }

@media (max-width: 667px) {
    .author-date li.circle-lg {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 480px) {
    .author-date li.circle-lg {
        width: 45px;
        height: 45px;
    }
}

/*--- // contacts----*/
.admin-main {
    background: #eee;
    padding: 10px 0em;
    margin-bottom: 12px;
}

.admin h3 {
    text-shadow: none;
    font-size: 1.25em;
    color: #F99609;
    font-weight: 600;
    text-align: right;
    margin-bottom:10px;
}

.admin-main h4 {
    color: #333;
    margin: 0.5em 10px 0.5em 10px;
    font-size: 13px;
    font-family: 'DroidKufi-Regular', sans-serif;
    direction: rtl;
    text-align: right;
}

    .admin-main h4 a {
        color: #ff4c4c;
        font-weight: 600;
    }

.admin-text p {
    color: #999;
    margin: 0em 1em 1em;
    font-size: 12px;
    line-height: 1.2em;
    font-family: 'DroidKufi-Regular', sans-serif;
    text-align: right;
    direction: rtl;
}

    .admin-text p span {
        color: #F99609;
        font-weight: 600;
    }

.admin-text a {
    color: #999;
    text-decoration: none;
    font-weight:bold;
    font-size: 1em;
    line-height:25px;
}

    .admin-text a:hover {
        color: #F99609;
    }

.col-md-4.admin-img img {
    width: 100%;
    min-height: 60px;
}

/*.col-md-4.admin-img {
		width: 100%;
	}*/

.reply input[type="text"] {
    width: 48%;
    color: #898888;
    outline: none;
    font-family: 'DroidKufi-Regular', sans-serif;
    font-size: 16px;
    padding: 10px 10px;
    margin: 0px 10px 1em 0px;
    border: solid 1px #D5D4D4;
    -webkit-appearance: none;
}

.reply textarea {
    resize: none;
    width: 98%;
    color: #898888;
    font-size: 16px;
    font-family: 'DroidKufi-Regular', sans-serif;
    outline: none;
    padding: 10px 10px;
    border: solid 1px #D5D4D4;
    min-height: 12em;
    -webkit-appearance: none;
}

.reply h4 {
    font-size: 1.6em;
    margin-bottom: 1.2em;
    color: #4e4e4b;
    font-weight: 600;
}

.reply {
    margin-top: 3em;
}

    .reply input[type="submit"] {
        border: none;
        outline: none;
        color: #fff;
        background: #999;
        padding: 11px 20px;
        font-family: 'DroidKufi-Regular', sans-serif;
        font-size: 15px;
        font-weight: 600;
        margin-top: 1.2em;
        -webkit-appearance: none;
    }

        .reply input[type="submit"]:hover {
            background: #444;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -ms-transition: 0.5s all;
            -o-transition: 0.5s all;
        }

.comments-main {
    border: 1px solid #D5D4D4;
    padding: 17px 0px;
    margin: 0px 0px;
}

.cmts-main-right h5 {
    font-size: 1em;
    color: #4e4e4b;
    margin: 0px;
    font-weight: 600;
}

.comments h4 {
    font-size: 1.6em;
    margin-bottom: 1.2em;
    color: #4e4e4b;
    font-weight: 600;
}

.cmts-main-left img {
    width: 100%;
}

.cmts-main-right {
    display: block;
    width: 100%;
    text-align: right;
}

    .cmts-main-right p {
        font-size: 15px;
        color: #555;
        margin: 1px 0px;
        display: block;
        width: 100%;
        direction: rtl;
        text-align: right;
    }

        .cmts-main-right p span {
            color: #ee8d07;
            font-size: 1.5em;
            font-weight: 600;
            padding-right:5px;
            padding-left:10px;
        }

            .cmts-main-right p span.icons {
                color: #2876d7;
                font-size: 1em;
                font-weight: 600;
            }

    .cmts-main-right a {
        color: #444;
        text-decoration: none;
        font-size: 1em;
        font-weight: 600;
    }

    .cmts-main-right p.attach {
        margin-bottom: 20px;
    }

    .cmts-main-right a:hover {
        text-decoration: underline;
        color: #999;
    }

.objectWidth {
    width: 100%;
    height: 1100px;
}



.cmnts-left p {
    font-size: 13px;
    color: #999;
    font-weight: 600;
}

.cmnts-right a {
    padding: 6px 12px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background: #999;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    outline: none;
}

.Archives {
    margin-bottom: 1em;
}

.cmts-main-left img {
    border: 3px solid#ccc;
}

.cmnts-right a:hover {
    background: #444;
    text-decoration: none;
}

.col-md-3 {
    float: right;
    direction: rtl;
}

.col-md-4 {
    float: right;
    direction: rtl;
}

.col-md-6 {
    float: right;
    direction: rtl;
}

    .col-md-6.cmnts-left {
        padding: 0px;
    }

    .col-md-6.cmnts-right {
        text-align: right;
        padding: 0px;
    }

.comments {
    margin-top: 0em;
}

.visited {
    background: #ff4c4c;
    color: #ff4c4c;
}
/*---Contact----*/

.team_grid {
    padding: 7em 0;
    background: transparent;
}

ul.span_2 {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
    border: 1px solid #DFDFDF;
    /*overflow-y:scroll;
    overflow-x:hidden;*/
    min-height: 280px;
    float: right;
}

.span_2 li {
    float: right;
}
/*ul.span_2::-webkit-scrollbar {
      width: 8px;
}
ul.span_2::-webkit-scrollbar-track {
	background:#FBFBFB;
	box-shadow: 3px 3px 10px rgba(0,0,0,.25) inset;
}
ul.span_2::-webkit-scrollbar-thumb {
	background: #4b4b4b;
	border-radius: 10px;
	border:1px solid rgba(0,0,0,0.3);
	box-shadow: -3px -3px 6px rgb(118, 118, 118) inset,3px 3px 3px rgb(158, 160, 160) inset;
}*/

ul.span_2 li.span_2-left {
    float: left;
    width: 35%;
    margin-right: 5%;
}

    ul.span_2 li.span_2-left img {
        float: left;
        width: 35%;
        margin-right: 5%;
        width: 200px;
    }

ul.span_2 li.span_2-right {
    width: 60%;
    float: left;
    padding: 0.5em 0;
}

ul.span_2 li.span_11-right {
    width: 100%;
    float: right;
    padding: 0em 0;
}

    ul.span_2 li.span_11-right p {
        color: #747676;
        font-family: 'DroidKufi-Regular', sans-serif;
        font-size: 1em;
        font-weight: 500;
        line-height: 1.5em;
        margin-bottom: 0.3em;
        margin-right: 0.5em;
    }

ul.span_2 li.span_2-right h3 {
    color: #1853e0;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: capitalize;
    margin-right: 10px;
}

ul.span_2 li.span_2-right h4 {
    color: #5f5e5e;
    font-family: 'DroidKufi-Regular', sans-serif;
    font-size: 1em;
    font-weight: 600;
    border-bottom: 2px solid #dbdfe0;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 1em;
}

ul.span_2 li.span_2-right p {
    color: #747676;
    font-family: 'DroidKufi-Regular', sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 0.3em;
    margin-right: 0.5em;
    direction: ltr;
}

ul.about_social {
    padding: 0;
    list-style: none;
    margin-top: 1em;
}

    ul.about_social li a i.fb1 {
        background-position: -141px -158px;
    }

    ul.about_social li a i.tw1 {
        background-position: -170px -158px;
    }

    ul.about_social li a i.google1 {
        background-position: -200px -158px;
    }

    ul.about_social li a i.flickr {
        background-position: -230px -158px;
    }

    ul.about_social li a i.vemeo {
        background-position: -261px -158px;
    }

.span_3 {
    margin-bottom: 2em;
}

h3.m_1 {
    text-align: center;
}
/*---Contact----*/
.contact-content {
    padding: 4em 0 3em 0;
    background: #F7F7F7;
}

.contact-grids {
    margin-top: 3em;
}

.contact-head {
    background: #444;
    padding: 1em 0;
}

    .contact-head h3 {
        color: #f7ec13;
        font-size: 2em;
        text-align: left;
        font-weight: 600;
        margin: 0;
        text-transform: uppercase;
    }

.e-mail p {
    font-size: 14px;
    margin: 1em 0 0 0;
    color: #473B3B;
    line-height: 1.8em;
    text-align: center;
}

.contact-grids h3 {
    font-size: 36px;
    margin: 0;
    color: #473B3B;
    text-align: center;
}

.contact-form h3 {
    font-size: 36px;
    margin: 0;
    color: #473B3B;
    text-align: center;
}

.contact-form form {
    margin: 2em 0 0 0;
}

.contact-form input[type="text"] {
    width: 32.6%;
    color: #898888;
    background: none;
    outline: none;
    font-size: 14px;
    padding: .5em;
    margin: 0 .5em 1em 0;
    border: solid 1px #D5D4D4;
    -webkit-appearance: none;
}

    .contact-form input[type="text"]:nth-child(3) {
        margin-right: 0;
    }

.contact-form textarea {
    resize: none;
    width: 100%;
    color: #898888;
    background: none;
    font-size: 14px;
    outline: none;
    padding: .5em;
    border: solid 1px #D5D4D4;
    min-height: 150px;
    -webkit-appearance: none;
}

.contact-form input[type="submit"] {
    border: none;
    outline: none;
    color: #FFF;
    padding: .5em 1.5em;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #666666;
}

    .contact-form input[type="submit"]:hover {
        background: #ff4c4c;
    }

.address-grids {
    margin-top: 2em;
}

.address-grid {
    width: 80%;
    margin: 0 auto;
}

    .address-grid h5 {
        font-size: 20px;
        margin: 0 0 1em 0;
        color: #473B3B;
        text-align: center;
        line-height: 1.5em;
    }

        .address-grid h5 span {
            display: block;
        }

.address-info-left {
    float: left;
}

    .address-info-left p {
        font-size: 14px;
        margin: 0;
        color: #473B3B;
        line-height: 1.8em;
    }

.address-info-right {
    float: right;
}
/*---------/footer-------*/
.footer-section {
    padding: 1em 0 1.5em 0;
    background: #FFF;
}

.footer-grids {
    padding-top: 1em;
}

.footer-grid h3 {
    font-size: 1.3em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #414242;
    text-align: left;
    margin: 3% auto 4%;
}

.footer-grid.bottom-nav ul, .footer-grid.category ul, .footer-grid.brands ul, .footer-grid.contact ul {
    margin: 0;
    padding: 0;
}

    .footer-grid.bottom-nav ul li, .footer-grid.category ul li, .footer-grid.brands li, .footer-grid.contact-list ul li {
        display: block;
        list-style: none;
    }

.footer-grid.bottom-nav li a:hover {
    text-decoration: none;
    color: #000;
}

.footer-grid.bottom-nav ul li a, .footer-grid.category ul li a, .footer-grid.brands ul li a, .footer-grid.contact ul li a {
    font-weight: 400;
    font-size: 0.9em;
    text-decoration: none;
    color: #444;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    margin-top: 3px;
    line-height: 24px;
}

.contact-list ul {
    padding: 0;
    margin: 0;
}

    .contact-list ul li {
        color: #444;
        font-size: 0.9em;
        display: block;
        line-height: 24px;
    }

.bottom-icons li a:hover, .footer-grid.bottom-nav ul li a:hover, .footer-grid.category ul li a:hover, .footer-grid.brands ul li a:hover, .footer-grid.contact ul li a:hover {
    text-decoration: none;
    color: #ff4c4c;
}

.copy-right-section {
    background: #C5C5C5;
    padding: 0.5em 0 1em 0;
    /*margin-bottom:40px;*/
    /*height:4em;*/
}

ul.soc_icons2 {
    padding: 0;
    list-style: none;
}

    ul.soc_icons2 li i {
        width: 30px;
        height: 30px;
        display: inline-block;
        background: url('../images/footer-icons.png') no-repeat;
        vertical-align: middle;
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s;
    }

        ul.soc_icons2 li i:hover {
            opacity: 0.5;
        }

    ul.soc_icons2 li a:hover {
        text-decoration: none;
    }

    ul.soc_icons2 li a i.icon_4 {
        background-position: 3px -0px;
    }

    ul.soc_icons2 li a i.icon_5 {
        background-position: -38px -0px;
    }

    ul.soc_icons2 li a i.icon_6 {
        background-position: -78px -0px;
    }

.copy-right {
    float: right;
    margin-top: 14px;
    width: 100%;
    top: 1px;
    left: 0px;
}

.social-icons {
    float: right;
    margin-top: 12px;
}

ul.soc_icons2 {
    padding: 0;
    text-align: right;
}

    ul.soc_icons2 li {
        margin-right: 4px;
        display: inline-block;
    }

.copy-right p {
    font-size: 14px;
    color: #000;
    margin: 0;
    text-align: center;
}

    .copy-right p a {
        color: #e67d17;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        text-decoration: none;
    }

        .copy-right p a:hover {
            color: #000;
            text-decoration: none;
        }
/*---works-----*/
.gallery {
    background: #F7F7F7;
}

.works {
    padding: 1em 0em 2em 0;
   /* width: 80%;*/
}

.gallery-box:hover span.rollover1 {
    background: url(../images/link2.png) center no-repeat rgba(0, 0, 0, 0.42);
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -9999px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.gallery-box span.rollover1 {
    height: 173px;
    width: 277px;
}

.gallery-box {
    position: relative;
    padding: 0;
   /* width: 19%;*/
    float: left;
    border: 1px solid #555555;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 0px 15px 33px 11px;
}

    .gallery-box p {
        margin: 0;
    }

.works.main h3 {
    color: #000;
    font-size: 1.1em;
    text-decoration: none;
    font-weight: 600;
    margin: 0.5em 0.4em 0.7em 0;
    text-align: center;
    direction: rtl;
}

.section.group {
    margin: 0% 0 0% 0;
}

.gallery-box img {
    /*width: 100%;
    height: 240px;*/
}

@media (max-width:1366px) {
    nav#cbp-spmenu-s2 a {
        /*padding: 18px 25px!important;*/
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 6px;
        padding-left: 25px;
    }

    .menu {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 6px;
        padding-left: 25px;
    }

    .event {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 6px;
        padding-left: 25px;
    }

    .Tech {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 6px;
        padding-left: 25px;
    }

    .safty {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 6px;
        padding-left: 25px;
    }

    .books {
        /*padding: 17px 25px;*/
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 6px;
        padding-left: 25px;
    }

    .guides {
        /*padding: 17px 25px;*/
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 6px;
        padding-left: 25px;
    }

    .feature-text-right p {
        font-size: 1em;
        font-weight: 600;
        margin: 0em 0 0 0;
        text-align: right;
    }

    .feature-text-right h3 {
        font-size: 1.2em;
        font-weight: 600;
        margin: 0em 0 0 0;
    }

    .blog-artical-info-head h1 {
        font-size: 1em;
        margin: 0.5em 0.5em 0.5em 0;
    }

    .objectWidth {
        width: 100%;
        height: 800px;
    }
}
/*---- responsive-design -----*/
@media(max-width:1024px) {
    /*.header-section {
        min-height: 606px;
    }*/

    .header-grids {
        margin-top: 6em;
    }

    .header-logo {
        /*margin-left: 26em;*/
    }

    .header-logo-inner {
        /*margin-left: 26em;*/
    }

    .header-grid {
        padding: 1em 1em;
        margin: 2em 0;
    }

    .header-grid-img img {
        width: 100%;
        border: solid 6px #DADADA;
        max-height: none;
    }

    .header-grid-img p {
        font-size: 1.2em;
    }

    .accordionHeaderMainNews h2 {
        padding-right: 0.5em;
    }

    .blog-artical-basicinfo li.post-date {
       /* margin: 0em auto 0 -1.5em;*/
    }

    .feature-text-right h3 {
        font-size: 1.4em;
        font-weight: 600;
    }

    .feature-text-right p {
        font-size: 1.2em;
    }

    .feature-text-left {
        width: 21%;
    }

    .accordation_menu label {
        padding: 6px 4px 6px 14px;
    }

    li.date_desc p {
        font-size: 1.1em;
        line-height: 1.5em;
        margin: 0;
    }

    .wmuSliderNext {
        background-position: -45px -0px;
        right: 152px;
    }

    .wmuSliderPrev {
        background-position: 2px -0px;
        left: 143px;
    }

    .sub-header.two {
        padding: 0em 0;
        text-align: center;
        width: 93.55%;
        left: 4.5%;
        top: 63%;
    }

    .logo {
        margin: 11em 0 0 0;
    }

        .logo.two {
            text-align: center;
            position: absolute;
            top: 16%;
            left: 31%;
        }

    a.dow-btn {
        padding: 0.7em 1em;
        font-size: 1.1em;
        width: 53%;
    }

    .error-page {
        padding: 6em 2em;
        border: 2px solid#fff;
        width: 54%;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

    .col-md-4.admin-img img {
        width: 100%;
    }

    .admin-text p {
        font-size: 12px;
        overflow: hidden;
        height: auto;
        padding: 0 1em 0;
    }

    .blog-artical-info-head h1 {
        font-size: 1em;
        margin: 0.5em 1em 0.5em 0;
    }

    .blog-artical-info-head h2 a {
        font-size: 0.8em;
        margin: 0;
        display: block;
        line-height: 1.5em;
    }

        .blog-artical-info-head h2 a.social {
            margin: 0 0em 0 0;
        }

    .blog-artical-info-head ul li a, .blog-artical-info-head ul li {
        font-size: 0.9em;
        padding: 0 0.2em;
    }

    .contact-form input[type="text"] {
        width: 32.5%;
    }


    .gallery-box:hover span.rollover1 {
        height: 275px;
        width: 100%;
    }

    .gallery-box {
        position: relative;
        width: 26%;
        margin: 15px 4px 3px 10px;
    }

    .objectWidth {
        width: 100%;
        height: 800px;
    }

    .post-date span {
        font-size: 1.3em;
    }
}
@media (max-width:991px) {

.blog-artical-info-head h2 a {
    /*margin: 1em 0 0;*/
}
.modalPopup {
        width: 710px;
    }
}

@media (max-width:768px) {
    .blog-artical-info-head ul li a, .blog-artical-info-head ul li {
        font-size: 0.85em;
        padding: 0 0.2em;
    }

    .about-logo {
        margin: 7em 0 0 0;
    }

    .header-logo {
        /*margin-left: 15em;*/
    }

    .header-logo-inner {
        /*margin-left: 15em;*/
    }

    .header-grid-info {
        float: left;
        width: 33.33%;
    }

    .header-grid {
        padding: 1em 1em;
        min-height: 340px;
    }

    .header-grid-img h3 {
        font-size: 22px;
    }

    .sub-header.two {
        padding: 0em 0;
        text-align: center;
        width: 93.55%;
        left: 4.5%;
        top: 98%;
        z-index: 9999;
    }

    .sub-header {
        width: 92.55%;
        left: 4%;
        top: 29%;
        z-index: 9999;
    }

    .blog-content-left {
        float: none;
        width: 97%;
    }

    .works {
        width: 100%;
    }

    .blog-content-right {
        float: none;
        width: 98%;
        margin-top: 1em;
    }

    .accordionHeaderMainNews h2 {
        padding-right: 0.5em;
    }

    .col-md-4.admin-img img {
        width: 100%;
    }

    .blog-content {
        margin: 1em 0 1em;
    }

    .callbacks_tabs {
        top: 365px;
        left: 42.5%;
    }

    div#Welcome {
        padding: 1em 0 3em 0;
    }

    a.button.rotate2 {
        font-size: 1.2em;
        padding: 0.8em 1.6em;
        margin-bottom: 1em;
    }

    .wmuSlider {
        position: relative;
        overflow: hidden;
        min-height: 213px;
    }

    #testimonials {
        background: url(../images/slide.png) repeat-y;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        min-height: 187px;
    }

    .wecome-text h1 {
        font-size: 3.6em;
    }

    .feature-text {
        float: left;
        width: 50%;
    }

        .feature-text:nth-child(3) {
            /*margin-top: 3em;*/
        }

        .feature-text:nth-child(4) {
            /*margin-top: 3em;*/
        }

    .feature-accord {
        float: left;
        width: 50%;
        margin-bottom: 3em;
    }

    .footer-grid {
        float: left;
        width: 50%;
    }

    .cmts-main-left {
        float: left;
        width: 25%;
    }

    .cmts-main-right {
        float: left;
        width: 100%;
    }

    .header-section2 {
        background: var(--footer-cpy-color);
    }

    .slide-text p {
        font-size: 1.3em;
    }

    .wmuSliderNext {
        background-position: -45px -0px;
        right: 54px;
    }

    .wmuSliderPrev {
        background-position: 2px -0px;
        left: 41px;
    }

    .client-main {
        margin: 0 auto;
        width: 90%;
        padding: 9% 0;
    }

    .team1 img {
        max-width: 82%;
    }

    .team h4 {
        font-size: 1.0em;
    }

    .team p {
        font-size: 1em;
        overflow: hidden;
        height: 50px;
    }

    .blog-artical-info-head h1 {
        font-size: 1em;
        margin: 0.5em 1em 0.5em 0;
    }

    .blog-artical-info-head h2 a {
        font-size: 0.7em;
        /*margin: 0.2em 8em 0 0;*/
        line-height: 1.7em;
    }


        .blog-artical-info-head h2 a.social {
            margin: 0.2em 0em 0 0;
        }


    .nbs-flexisel-container {
        width: 100%;
    }

    .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
        margin-top: 1em;
    }

    .portfolio-wrapper-1 {
        left: 0em;
        margin-right: 1em;
        width: 47%;
        margin: 0px 7px 7px 0px;
    }

    a.dow-btn {
        padding: 0.7em 1em;
        font-size: 1.1em;
        width: 37%;
    }

    .b-animate img {
        margin-top: 16%;
    }

    .error-page {
        padding: 6em 2em;
        width: 79%;
    }

    .contact-form input[type="text"] {
        width: 32.3%;
    }

    .contact-grids h3 {
        font-size: 26px;
    }

    .address-text {
        float: left;
        width: 33.33%;
    }

    .address-grid {
        width: 100%;
    }

        .address-grid h5 {
            font-size: 18px;
        }

    .event-feature-accord {
        width: 100%;
    }

    .about-grid {
        float: left;
        width: 33.33%;
    }

    .about-grid-info {
        width: 65% !important;
    }

    .about-grid .price {
        top: 0px;
    }

    .gallery-box {
        width: 28%;
    }

        .gallery-box:hover span.rollover1 {
            height: 275px;
            width: 100%;
        }


    .about-grids-left {
        margin: 0 0 2em 0;
    }

    .about-grids-top:nth-child(2) {
        margin: 2em 0;
    }

    .about-main {
        padding: 1em 0;
    }

    .weekday-grids {
        width: 100%;
    }

    .weekday-right {
        width: 79%;
    }

    .objectWidth {
        width: 100%;
        height: 880px;
    }
}

@media (max-width:640px) {

    div.main1 {
        display: none;
    }

    .modalPopup {
        width: 580px;
        min-height: 400px;
    }

    .modalPopupcontent {
        width: 100%;
    }

    .modalPopupheader img {
        width: 5%;
    }

    .feature-text h1 {
        font-size: 1.3em;
    }

    .feature-text h3 {
        font-size: 1.1em;
    }

    .blog-artical-info-head ul li a, .blog-artical-info-head ul li {
        font-size: 0.85em;
        padding: 0 0.2em;
    }

    .header-top {
        padding: 3em 0 0 0;
    }

    .header-logo {
        margin-top: 0em;
        width: 40%;
    }

        .header-logo a img {
            width: 100%;
        }

    .header-logo-inner {
        /*margin-left: 14em;*/
        width: 40%;
    }

        .header-logo-inner a img {
            width: 90%;
        }

         .header-logo-inner.login-form {
        /*margin-left: 14em;*/
        width: 100%;
    }

         .header-logo-inner.login-form a img {
            width: 40%;
        }

    .top-nav {
        float: left;
        margin-top: 0.5em;
    }

    .search-form {
        width: 30%;
    }

    .header-grid-info {
        float: left;
        width: 33.33%;
    }

    .header-grid-img h3 {
        font-size: 19px;
    }

    .header-grids {
        margin-top: 4em;
    }

    .header-grid {
        padding: 2em 1em;
    }

    /*.header-section {
        min-height: 545px;
    }*/

    .reply input[type="text"] {
        width: 47%;
    }

    .contact-form input[type="text"] {
        width: 32%;
    }

    .address-text {
        width: 50%;
    }

        .address-text:nth-child(3) {
            display: none;
        }
    /*.accordionHeaderMainNews h2{
    padding-right:5em;
}*/
    .blog-artical-basicinfo li.post-date {
        /*margin: 0em auto 0 -1.5em;*/
    }

        .blog-artical-basicinfo li.post-date.one {
            margin: 7.9em auto 0 -1.9em;
        }

        .blog-artical-basicinfo li.post-date.two {
            margin: 7.8em auto 0 -2em;
        }

    .post-date label {
        font-size: 13px;
       /* margin-right: 0.7em;*/
    }

    .main-about h4 {
        font-size: 1.15em;
    }

    .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
        margin-top: 1em;
    }

    .ourteam h3 {
        font-size: 2em;
    }

    .client-main {
        padding: 12% 0;
    }

    a.dow-btn {
        padding: 0.7em 1em;
        font-size: 1.1em;
        width: 46%;
    }

    .Error-found h4 {
        font-size: 4em;
    }

    .error-page h3 {
        font-size: 15em;
    }

    .blog-artical-info-head h2 a {
        font-size: 0.699em;
        /*margin: 0.2em 6em 0 0;*/
    }

        .blog-artical-info-head h2 a.social {
            margin: 0.2em 0em 0 0;
        }

    .price {
        width: 100px;
        height: 100px;
        line-height: 96px;
        font-size: 50px;
    }

        .price span {
            font-size: 26px;
        }

    .gallery-box {
        position: relative;
        width: 28.99%;
        /*margin: 3px 20px 3px 10px;*/
    }

        .gallery-box:hover span.rollover1 {
            height: 215px;
            width: 100%;
        }

        .gallery-box img {
            width: 100%;
            height: 180px;
        }

    .works.main h3 {
        font-size: 0.9em;
    }

    .price {
        width: 80px;
        height: 80px;
        line-height: 83px;
        font-size: 36px;
    }
}

@media (max-width:568px) {
    
     .modalPopup {
        width: 510px;
        min-height: 400px;
    }
    
    }
    
    
@media (max-width:500px) {

    .modalPopup {
        width: 430px;
        min-height: 400px;
    }
}


@media (max-width:480px) {

    div.main1 {
        display: none;
    }

    .modalPopup {
        width: 300px;
        height: 400px;
    }

    .modalPopupcontent {
        width: 100%;
    }

    .modalPopupheader img {
        width: 8%;
    }

    .header-logo {
        margin: 0em 0 0 0em;
        width: 55%;
    }

    .header-logo-inner {
        margin: 0em 0 0 0em;
        width: 55%;
    }

    .search-form input[type="text"] {
        background: url(../images/search.png) no-repeat 8px 14px;
        border: solid 1px #000;
        padding: .7em .7em .7em 2em;
    }

    .header-grids {
        margin-top: 2em;
    }

    .menu {
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 6px;
        padding-left: 25px;
    }

    .event {
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 6px;
        padding-left: 25px;
    }

    .Tech {
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 6px;
        padding-left: 25px;
    }

    .safty {
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 6px;
        padding-left: 25px;
    }

    .books {
        font-size: 14px;
        /*padding: 17px 25px;*/
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 6px;
        padding-left: 25px;
    }

    .guides {
        font-size: 14px;
        /*padding: 17px 25px;*/
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 6px;
        padding-left: 25px;
    }

    .header-grid-info {
        float: none;
        width: 100%;
    }

        .header-grid-info:nth-child(2) {
            margin: 1em 0;
        }

    .header-grid-img img {
        width: 23%;
        border: solid 6px #DADADA;
    }

    .header-grid {
        padding: 1em 1em;
    }

    .header-grid-img img {
        width: 100%;
        border: solid 10px #DADADA;
        border-left-color: #DADADA;
    }

    .header-grid-img h3 {
        margin: .5em 0 0 0;
    }

    .header-grid-img p {
        padding: .5em 0 0 0;
    }

    .header-top {
        padding: 3em 0 2em 0;
    }

    .about-main h3 {
        font-size: 1.5em;
    }

    .about-main h4 {
        font-size: 1em;
    }

    /*.header-section {
        min-height: 560px;
    }*/

    .blog-artical-basicinfo li.post-date {
       /* margin: 0em auto 0 -1.5em;*/
    }

        .blog-artical-basicinfo li.post-date.one {
            margin: 7.9em auto 0 -1.9em;
        }

        .blog-artical-basicinfo li.post-date.two {
            margin: 7.8em auto 0 -2em;
        }

    .featured-section {
        padding: 2em 0;
    }

    .bulletin-section {
        padding: 2em 0;
    }

    .single-head h2 {
        font-size: 1.2em;
    }

    .Error-found h4 {
        margin-top: .5em;
    }

    .contact-form input[type="text"] {
        width: 100%;
    }

    .main-about h4 {
        font-size: 1.15em;
    }

    .nbs-flexisel-container {
        position: relative;
        width: 100%;
        float: none;
        text-align: center;
    }

    .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
        margin-top: 1em;
    }

    .contact-content {
        padding: 3em 0 3em 0;
    }

    .ourteam h3 {
        font-size: 2em;
    }

    .client-main {
        padding: 12% 0 0 0;
    }

    a.dow-btn {
        padding: 0.7em 1em;
        font-size: 1.1em;
        width: 46%;
    }

    .callbacks_tabs {
        top: 176px;
        left: 42.5%;
    }

    .main-about h4 {
        font-size: 1.05em;
    }

    .slide-text p {
        font-size: 1.1em;
    }

    .wmuSlider {
        min-height: 192px;
    }

    .b-animate img {
        margin-top: 7%;
    }

    a.dow-btn {
        padding: 0.7em 1em;
        font-size: 1.1em;
        width: 60%;
    }

    .featured-section h2 {
        font-size: 1.5em;
    }

    .bulletin-section h2 {
        font-size: 1.5em;
    }

    .error-page {
        padding: 3em 1em;
        width: 89%;
    }

    .Error-found {
        padding: 5em 0;
    }

        .Error-found h4 {
            font-size: 3em;
        }

    .error-page h3 {
        font-size: 14em;
    }

    ul.soc_icons2 {
        padding: 0;
        text-align: center;
    }

    .error-page h3 {
        font-size: 6em;
    }

    .services h3 {
        font-size: 1.4em;
    }

    a.button.rotate2 {
        font-size: 14px;
    }

    .feature-text-left {
        width: 20%;
    }

    .portfolio-wrapper-1 {
        left: 0em;
        margin-right: 1em;
        width: 97%;
        margin: 0px 7px 7px 0px;
    }

    h3.m_3 {
        font-size: 1.3em;
        margin: 0;
    }

    h3 {
        font-size: 2em;
    }

    .feature-text h1 {
        font-size: 1.2em;
    }

    .feature-text h3 {
        font-size: 1em;
    }

    .feature-text p {
        font-size: 13px;
    }

    a.button.rotate2 {
        font-size: 12px;
    }

    .portfolio-wrapper-1 h4 {
        font-size: 1em;
    }

    .error-page {
        padding: 3em 1em;
        width: 82%;
    }

    .post-date span {
        font-size: 1em;
    }

    .Error-found h4 {
        font-size: 1.5em;
    }

    .Error-found p {
        font-size: 1em;
    }
    /*.blog-artical-info-head h2  {
	margin: 0.2em 0 0 0;
        display:block;
	}*/
    .accordionHeaderMainNews h2 {
        padding-right: 0em;
    }

    .blog-artical-info-head h2 a {
        font-size: 0.688em;
        /*margin: 0.2em 0 0 0;*/
        line-height: 1.5em;
    }

        .blog-artical-info-head h2 a.social {
            margin: 0.2em 0em 0 0;
        }

    .blog-artical-info-head h1 {
        font-size: 1em;
        margin: 0.5em 0 0.5em 0;
    }

    .blog-artical-basicinfo li.post-date {
        /* margin: 0em auto 0 -3em;
        display: none;*/
    }

    .post-date label {
        font-size: 13px;
       /* margin-right: 0.7em;*/
    }

    .blog-artical-basicinfo li.post-date.one {
        margin: 8.2em auto 0 -2.9em;
    }

    .blog-artical-basicinfo li.post-date.two {
        margin: 8.2em auto 0 -3em;
    }

    ul.dc_pagination li {
        margin: 4px 0 0 0;
    }

    .about-grid {
        width: 40%;
    }

    .about-grid-info {
        width: 60% !important;
    }

    .price {
        width: 64px;
        height: 64px;
        line-height: 64px;
        font-size: 30px;
    }

        .price span {
            font-size: 18px;
        }
    /*.works {
    width:100%;
    }*/

    .gallery-box {
        position: relative;
        width: 34.99%;
        margin: 3px 20px 3px 10px;
    }

        .gallery-box:hover span.rollover1 {
            height: 170px;
            width: 100%;
        }

        .gallery-box img {
            width: 100%;
            height: 140px;
        }

    .works {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .weekday-img {
        float: none;
        width: 32%;
        margin: 0 auto;
    }

    .weekday-right {
        width: 100%;
        text-align: center;
    }
}
@media (max-width:480px) {

    .blog-artical-info {
        width:100%;
    }
}

@media (max-width:320px) {

    div.main1 {
        display: none;
    }

    .modalPopup {
        width: 250px;
        height: 400px;
    }

    .modalPopupcontent {
        width: 100%;
    }

    .modalPopupheader img {
        width: 8%;
    }

    .menu {
        font-size: 13px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 0px;
    }

    .event {
        font-size: 13px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 0px;
    }

    .Tech {
        font-size: 13px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 0px;
    }

    .safty {
        font-size: 13px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 0px;
    }

    .books {
        font-size: 13px;
        /*padding: 12px 8px;*/
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 0px;
    }

   /* .header-section {
        min-height: 520px;
    }*/

    .header-logo {
        margin: 0em 0 0 0em;
        width: 55%;
    }

    .header-logo-inner {
        margin: 0em 0 0 0em;
        width: 55%;
    }

        .header-logo-inner a img {
            width: 100%;
        }

    .header-top {
        padding: 2em 0;
    }

    .header-grid {
        padding: 1em 1em;
        min-height: 200px;
    }

    .header-grid-info {
        width: 100%;
        padding: 0;
    }

    .header-grid-img h3 {
        font-size: 16px;
    }

    .header-grid-img p {
        font-size: 13px;
        line-height: 1.4em;
    }

    .header-grid-img img {
        width: 100%;
        border: solid 4px #DADADA;
    }

    .search-form {
        display: none;
    }

    .feature-text img {
        width: 99%;
    }

    .feature-accord {
        float: none;
        width: 100%;
    }

    .featured-section h2 {
        font-size: 1.2em;
    }

    .bulletin-section h2 {
        font-size: 1.2em;
    }


    .top-nav ul li a {
        padding: 0.5em 0.5em;
        font-size: 1em;
    }

    a.button.rotate2 {
        font-size: 1em;
        padding: 0.6em 1em;
        margin-bottom: 1em;
    }

    .wecome-text span {
        font-size: 1em;
    }

    .header-grids {
        margin-top: 3em;
    }

    .wecome-text p {
        font-size: 13px;
    }

    .feature-text {
        float: none;
        width: 100%;
    }

        .feature-text:nth-child(2) {
            margin: 1em 0;
        }

    .feature-text-left {
        width: 21%;
    }

    .feature-text-right {
        width: 73%;
    }

    .feature-text h3 {
        font-size: 1.06em;
    }

    h3.m_3 {
        font-size: 1.4em;
    }

    span.m_5 {
        font-size: 14px;
    }

    .accordation_menu label {
        display: block;
        position: relative;
        padding: 9px 14px;
        height: 43px;
        font-size: 14px;
        width: 235px;
    }

    .footer-grid {
        float: none;
        width: 100%;
    }

    .icon-minus-sign:after {
        content: "";
        background: url(../images/plus.png)no-repeat;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 16px;
    }

    .copy-right {
        float: none;
        text-align: center;
    }

    .social-icons {
        float: none;
        margin-top: 10px;
        text-align: center;
    }

    .copy-right-section {
        padding: 0.5em 0;
    }

    .client-main {
        padding: 11% 0 0 0;
    }

    div#Welcome {
        padding: 1em 0 2em 0;
    }

    .sale-box span.on_sale {
        font-size: 1em;
    }

    .slide-text p {
        font-size: 1em;
        overflow: hidden;
        height: 50px;
    }

    .Error-found {
        padding: 3em 0 2em 0;
    }

    .wmuSlider {
        min-height: 88px;
    }

    a.dow-btn {
        padding: 0.6em 0.6em;
        font-size: 1em;
        width: 45%;
    }

    .header-section2 {
        min-height: 90px;
    }

    a.offer-btn {
        font-size: 13px;
    }

    .single-head h2 {
        font-size: 1.2em;
    }

    /*.blog-artical-info-head ul li a, .blog-artical-info-head ul li {
		margin: .2em 0;
	}*/
    .blog-artical-info-text p {
        font-size: 13px;
    }

    .blog-content-left {
        width: 100%;
    }

    .reply {
        margin-top: 0em;
    }

    #testimonials {
        background: url(../images/slide.png) repeat-y;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        min-height: 119px;
    }

    .slide-text {
        width: 91%;
    }

    .wmuSliderNext {
        background-position: -45px -0px;
        right: 17px;
    }

    .wmuSliderPrev {
        background-position: 2px -0px;
        left: 12px;
    }

    .logo.two {
        position: absolute;
        top: 9.5%;
        left: -19%;
    }

    .sub-header.two {
        width: 93.55%;
        left: 4.5%;
        top: 99%;
    }

    span.menu.two {
        right: 18px;
        top: -45px;
    }

    span.event.two {
        right: 18px;
        top: -45px;
    }

    .contact-head h3 {
        font-size: 1.1em;
    }

    .logo {
        margin: 0.3em 0 0 0;
    }

    .contact-head {
        padding: 0.5em 0;
    }

    .contact-content {
        padding: 2em 0 2em 0;
    }

    .contact input[type="text"], .contact textarea {
        padding: 8px;
        width: 100%;
        font-size: 13px;
    }

    .contact form textarea {
        width: 100%;
        height: 128px;
    }

    .contact-part input[type="submit"] {
        padding: 0.5em 1em;
        font-size: 1em;
        width: 100%;
    }

    .address-text {
        float: none;
        width: 100%;
        padding: 0;
    }

        .address-text:nth-child(2) {
            margin-top: 1em;
        }

    li.date_desc p {
        font-size: 0.95em;
    }

    .about-main h3 {
        font-size: 1.2em;
    }

    .main-about h4 {
        font-size: 0.9em;
    }

    .main-about {
        padding: 0.3em 0 2em 0;
    }

    .feature-text p {
        font-size: 1em;
    }

    .main-text p.para, p.para1 {
        font-size: 0.9em;
    }

    span.menu {
        right: 16px;
        top: 24px;
    }

    span.event {
        right: 16px;
        top: 24px;
    }

    /*.blog-artical-basicinfo{
	width: 10%;
}*/
    .accordionHeaderMainNews h2 {
        padding-right: 0em;
    }

    .blog-artical-info-head h2 a {
        font-size: 0.688em;
        margin: 0.2em 0em 0 0;
        padding-right: 0em;
    }

        .blog-artical-info-head h2 a.social {
            margin: 0.2em 0em 0 0;
        }

    .blog-artical-info-head span {
        font-size: 1.1em;
    }

    .blog-artical-info-head h2 a {
        font-size: 0.6em;
    }

    .blog-artical-info-head h1 {
        font-size: 1em;
        margin: 0.5em 0 0.5em 0;
    }

    .blog-artical-basicinfo li.post-date {
        margin: 12.6em 20em 0 -2.5em;
    }

    .post-date span {
        font-size: 0.95em;
        margin-right: 3em;
    }

    .post-date label {
        font-size: 12px;
        margin-top: 0.6em;
        margin-right: 4em;
    }

    .cl-effect-20 a span {
        font-size: 13px;
    }

    .blog-artical-basicinfo li.post-date.one {
        margin: 9.7em auto 0 -2.9em;
    }

    .blog-artical-basicinfo li.post-date.two {
        margin: 9.6em auto 0 -2.7em;
    }

    .blog-news h4 {
        font-size: 1.2em;
    }

    .blog-info {
        margin-top: 1.5em;
    }

    .blog-info-text h5 {
        font-size: 13px;
        line-height: 1.4em;
        font-weight: 500;
        margin: 1em 0 .4em 0;
    }

    .blog-left p.snglp {
        font-size: 13px;
        margin: 0 0 1em;
    }

    ul.dc_pagination li a {
        padding: 6px 13px 5px 12px;
        font-size: 0.9em;
        margin-top: 0px;
    }

    ul.dc_pagination li {
        margin: 2px 0;
    }

    .categories h3, .Archives h3 {
        font-size: 1.1em;
    }

    .reply input[type="text"] {
        width: 98%;
        font-size: 14px;
        padding: 8px 8px;
        margin: 0px 10px 1em 0px;
    }

    .contact-icons ul li a span {
        display: block;
    }

    .reply textarea {
        width: 98%;
        font-size: 14px;
        padding: 8px 8px;
        min-height: 6em;
    }

    .reply h4 {
        font-size: 1.2em;
    }

    .comments h4 {
        font-size: 1.3em;
    }

    .blog-artical-basicinfo {
        display: none;
    }

    .map iframe {
        width: 100%;
        height: 155px;
    }

    .error-page h3 {
        font-size: 4em;
    }

    .services h3 {
        font-size: 1.2em;
    }

    .portfolio-wrapper-1 {
        left: 0em;
        margin-right: 1em;
        width: 97%;
        margin: 0px 7px 7px 0px;
    }

    button#showRightPush img {
        width: 70%;
    }

    .gallery-box {
        position: relative;
        width: 100%;
        margin: 3px 3px 3px 3px;
    }

        .gallery-box:hover span.rollover1 {
            height: 260px;
            width: 100%;
        }

        .gallery-box img {
            width: 100%;
            height: 230px;
        }

    .about-grid {
        width: 100%;
        float: none;
    }

    .about-grid-info {
        width: 100% !important;
        margin-top: 1em;
    }

    .weekday-info h3 {
        font-size: 24px;
    }
}


/*-- help-programs --*/
.main-help h1 {
    text-transform: uppercase;
    font-size: 2em;
    color: #fff;
    text-align: center;
    margin: 0 0 0em;
}

.main-grid:hover div.value h3 {
    background: /*url(../images/img.png) no-repeat 6.5em -.4em*/ #DD7C28;
    display: block;
}

    .main-grid:hover div.value h3:after {
        content: '';
        display: none;
    }

    .main-grid:hover div.value h3.hedr:after {
        content: '';
        display: none;
    }

    .main-grid:hover div.value h3.hedr1:after {
        content: '';
        display: none;
    }

.main-help {
    padding: 2em 0 3em;
    width: 100%;
    margin: 0 auto;
}

.main-grid:nth-child(3) {
    margin: 0 0.3em;
}

.main-grid {
    float: left;
    width: 32%;
    margin: 0 0.3em;
}

    .main-grid h3 {
        background: #400d12;
        padding: 0.5em 0;
        text-align: center;
        color: #fff;
        margin: 0;
        font-size: 1.5em;
        font-weight: 100;
        position: relative;
    }

        .main-grid h3.hedr {
            background: #C3748E;
        }

        .main-grid h3.hedr1 {
            background: #990033;
        }

        .main-grid h3:after {
            background: url(../images/1.png) no-repeat 0px 0px;
            display: block;
            content: '';
            position: absolute;
            top: 87%;
            left: 45%;
            width: 24px;
            height: 24px;
        }

        .main-grid h3.hedr:after {
            background: url(../images/6.png) no-repeat 0px 0px;
            display: block;
            content: '';
            position: absolute;
            top: 87%;
            left: 45%;
            width: 24px;
            height: 24px;
        }

        .main-grid h3.hedr1:after {
            /*background:url(../images/7.png) no-repeat 0px 0px;*/
            display: block;
            content: '';
            position: absolute;
            top: 87%;
            left: 45%;
            width: 24px;
            height: 24px;
        }

    .main-grid p {
        padding: 1em 0;
        text-align: center;
        background: #fff;
        color: #999;
        font-weight: 600;
        font-size: 2.5em;
        margin: 0;
    }

        .main-grid p span {
            font-size: 20px;
        }

        .main-grid p i {
            font-size: 14px;
            font-style: normal;
        }

    .main-grid ul {
        padding: 0;
        margin: 0;
        position: relative;
    }

        .main-grid ul li {
            list-style-type: none;
            padding: 18px 0;
            border-bottom: 1px dotted #BDB9B9;
            font-size: 14px;
            font-weight: 600;
            color: #555555;
            text-decoration: none;
            text-align: center;
            transition: .5s all;
            -webkit-transition: .5s all;
            -moz-transition: .5s all;
            -o-transition: .5s all;
            -ms-transition: .5s all;
            direction: rtl;
        }

            .main-grid ul li.f1 {
                background: url(../images/Google-Chrome-icon.png) no-repeat 17px 10px #eeeeee;
                display: block;
            }

            .main-grid ul li.f2 {
                background: url(../images/Mozilla-Firefox-icon.png) no-repeat 13px 10px #eeeeee;
                display: block;
            }

            .main-grid ul li.f3 {
                background: url(../images/Internet-Explorer-icon.png) no-repeat 13px 10px #eeeeee;
                display: block;
            }

            .main-grid ul li.f4 {
                background: url(../images/AdobeFlashPlayer.png) no-repeat 13px 10px #eeeeee;
                display: block;
            }

            .main-grid ul li.f5 {
                background: url(../images/Coffee-icon.png) no-repeat 13px 10px #eeeeee;
                display: block;
            }

            .main-grid ul li.f6 {
                background: /*url(../images/Coffee-icon.png) no-repeat 13px 10px*/ #eeeeee;
                display: block;
            }

        .main-grid ul:after {
            /*background:url(../images/1-.png) no-repeat 0px 0px;*/
            display: block;
            content: '';
            position: absolute;
            top: 97.3%;
            left: 43%;
            width: 24px;
            height: 24px;
        }


/*-----start-responsive-design-help-programs------*/
@media (max-width:1440px) {
    .main-help {
        width: 100%;
    }

    .objectWidth {
        width: 100%;
        height: 1050px;
    }
}

@media (max-width: 1366px) {
    .main-help {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .main-grid:hover div.value h3 {
        background: /*url(../images/img.png) no-repeat 5.5em -.3em*/ #DD7C28;
    }
}

@media (max-width: 1024px) {
    .main-help {
        width: 100%;
    }

    .objectWidth {
        width: 100%;
        height: 860px;
    }
}

@media (max-width:768px) {
    .main-grid h3 {
        font-size: 1.3em;
    }

    .main-help {
        width: 100%;
    }

    .main-grid:hover div.value h3 {
        background: /*url(../images/img.png) no-repeat 6em -.5em*/ #DD7C28;
    }

    .main-grid p {
        font-size: 2em;
    }
}

@media (max-width:736px) {
    .main h1 {
        font-size: 1.7em;
    }

    .main-help {
        width: 100%;
    }

    .main-grid ul:after {
        top: 97%;
    }
}

@media (max-width:667px) {
    .main-grid {
        width: 31%;
    }

        .main-grid:hover div.value h3 {
            background: /*url(../images/img.png) no-repeat 5em -.7em*/ #DD7C28;
        }
}

@media (max-width:640px) {
    .main h1 {
        font-size: 1.5em;
    }

    .main-grid:hover div.value h3 {
        background: /*url(../images/img.png) no-repeat 5em -.3em*/ #DD7C28;
        background-size: 45%;
    }

    .main-grid ul li.f1 a {
        padding-left: 2em;
    }

    .main-grid ul li.f2 a {
        padding-left: 2em;
    }

    .main-grid ul li.f4 a {
        padding-left: 2em;
    }

    .main-grid ul li.f5 a {
        padding-left: 2em;
    }

    .objectWidth {
        width: 100%;
        height: 720px;
    }
}

@media (max-width:568px) {
    
    .main-grid ul li a {
        font-size: 12px;
    }

    .main-grid {
        width: 100%;
        margin: 0.5em 0.5em;
    }

        .main-grid:nth-child(3) {
            margin: 0.5em 0.5em;
        }

    .objectWidth {
        width: 100%;
        height: 610px;
    }
}


@media (max-width:480px) {
    .main h1 {
        font-size: 1.3em;
    }

    .main-help {
        padding: 2em 0 2em;
    }

    .main-grid {
        width: 100%;
        float: none;
        margin: 1em auto;
    }

        .main-grid:nth-child(3) {
            margin: 1em auto;
        }

        .main-grid:hover div.value h3 {
            background: /*url(../images/img.png) no-repeat 9em -.6em*/ #DD7C28;
            background-size: 35%;
        }

    .objectWidth {
        width: 100%;
        height: 480px;
    }
}

@media (max-width: 414px) {
    .main-grid:hover div.value h3 {
        background: /*url(../images/img.png) no-repeat 7.5em -.3em*/ #DD7C28;
        background-size: 35%;
    }

    .objectWidth {
        width: 100%;
        height: 400px;
    }
}

@media (max-width:384px) {
    .main-grid {
        width: 100%;
    }

    .objectWidth {
        width: 100%;
        height: 360px;
    }
}

@media (max-width: 320px) {
    .main-grid h3.hedr1:after {
        top: 86%;
    }

    .main-grid h3.hedr:after {
        top: 86%;
    }

    .main-grid {
        width: 100%;
    }

    .main-help h1 {
        font-size: 1.1em;
        margin: 0 0 1em;
    }

    .main-grid h3 {
        font-size: 1.2em;
    }

    .main-grid:hover div.value h3 {
        background: /*url(../images/img.png) no-repeat 8.2em -.6em*/ #DD7C28;
        background-size: 35%;
    }

    .objectWidth {
        width: 100%;
        height: 300px;
    }
}
