﻿/* GLOBAL STYLE
------------------------------------------------- */
@font-face {
    font-family: 'GE Dinar One Light';
    src: url('../fonts/ge_dinar_one_light.eot');
    src: url('../fonts/ge_dinar_one_light.eot?#iefix') format('embedded-opentype'),url('../fonts/ge_dinar_one_light.woff2') format('woff2'),url('../fonts/ge_dinar_one_light.woff') format('woff'),url('../fonts/ge_dinar_one_light.ttf') format('truetype'),url('../fonts/ge_dinar_one_light.svg#ge_dinar_one_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GE Dinar One Regular';
    src: url('../fonts/ge_dinar_one_medium.eot');
    src: url('../fonts/ge_dinar_one_medium.eot?#iefix') format('embedded-opentype'),url('../fonts/ge_dinar_one_medium.woff2') format('woff2'),url('../fonts/ge_dinar_one_medium.woff') format('woff'),url('../fonts/ge_dinar_one_medium.ttf') format('truetype'),url('../fonts/ge_dinar_one_medium.svg#ge_dinar_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GE Dinar One Bold';
    src: url('../fonts/ge dinarone bold.eot');
    src: url('../fonts/ge dinarone bold.eot?#iefix') format('embedded-opentype'),url('../fonts/ge dinarone bold.woff2') format('woff2'),url('../fonts/ge dinarone bold.woff') format('woff'),url('../fonts/ge dinarone bold.ttf') format('truetype'),url('../fonts/ge dinarone bold.svg#GE Dinar One Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Neue Helvetica LTW20 Light";
    src: url("../fonts/NeueHelveticaLTW20Light.eot?#iefix");
    src: url("../fonts/NeueHelveticaLTW20Light.eot?#iefix") format("eot"),url("../fonts/NeueHelveticaLTW20Light.woff") format("woff"),url("../fonts/NeueHelveticaLTW20Light.ttf") format("truetype"),url("../fonts/NeueHelveticaLTW20Light.svg#NeueHelveticaLTW20Light") format("svg");
}

@font-face {
    font-family: "Neue Helvetica LTW20 Roman";
    src: url("../fonts/NeueHelveticaLTW20Roman.eot?#iefix");
    src: url("../fonts/NeueHelveticaLTW20Roman.eot?#iefix") format("eot"),url("../fonts/NeueHelveticaLTW20Roman.woff") format("woff"),url("../fonts/NeueHelveticaLTW20Roman.ttf") format("truetype"),url("../fonts/NeueHelveticaLTW20Roman.svg#NeueHelveticaLTW20Roman") format("svg");
}

@font-face {
    font-family: "Neue Helvetica LTW20 Bold";
    src: url("../fonts/NeueHelveticaLTW20Bold.eot?#iefix");
    src: url("../fonts/NeueHelveticaLTW20Bold.eot?#iefix") format("eot"),url("../fonts/NeueHelveticaLTW20Bold.woff") format("woff"),url("../fonts/NeueHelveticaLTW20Bold.ttf") format("truetype"),url("../fonts/NeueHelveticaLTW20Bold.svg#NeueHelveticaLTW20Bold") format("svg");
}

@font-face {
    font-family: "DroidSansArabic";
    src: url("fonts/DroidSansArabic.eot");
    src: url("fonts/DroidSansArabic.eot?#iefix") format("embedded-opentype"),url("fonts/DroidSansArabic.otf") format("opentype"),url("fonts/DroidSansArabic.svg") format("svg"),url("fonts/DroidSansArabic.ttf") format("truetype"),url("fonts/DroidSansArabic.woff") format("woff"),url("fonts/DroidSansArabic.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

body {
    font: 17px 'Neue Helvetica LTW20 Roman','GE Dinar One Regular',DroidSansArabic;
    margin: 0;
    padding: 0;
    color: #007c5a;
    background: #F3F3F3 url('../images/bg-large-ie.png') no-repeat center 0;
    background-image: linear-gradient(transparent,transparent),url(../images/bg.jpg);
    background-size: 100%;
    background-size: cover;
    direction: rtl;
    -webkit-overflow-scrolling: touch;
    text-align: right;
    text-align: justify;
    text-justify: inter-word;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

#s4-workspace {

    height: 100% !important;
    width: 100% !important;
    position: inherit !important;
}

#s4-bodyContainer {
    padding-bottom: 0px;
}
/*
body #s4-workspace #s4-bodyContainer {
	height: -webkit-calc(100% - 208px) !important;
    height: -moz-calc(100% - 208px) !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}*/



/***Start Header***/

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.headeritems {
}

.header {
    z-index: 7;
    width: 100%;
    margin: 0;
}

.logo {
    float: right;
    background: url(https://www.moj.gov.sa/_catalogs/masterpage/NewDesign2018/AR/images/logoarbeta.png) no-repeat center center;
    background-image: url(https://www.moj.gov.sa/_catalogs/masterpage/NewDesign2018/AR/images/logoarbeta.svg);
    display: block;
    height: 76px;
    width: 207px;
    margin: 10px 0px 30px 0;
}


.logomob {
    float: right;
    background: url(https://www.moj.gov.sa/_catalogs/masterpage/NewDesign2018/AR/images/logoarbeta.png) no-repeat center center;
    background-image: url(https://www.moj.gov.sa/_catalogs/masterpage/NewDesign2018/AR/images/logoarbeta.svg);
    display: block;
    height: 103px;
    width: auto;
    margin: 10px 0px 30px 0;
}
.searchMobile {
    display: none;
}

@media screen and (max-width: 768px) {
	.logomob {
		float: right;
		margin-right:auto;
		margin-left:auto;
		margin-bottom: 10px ;
		width:100%;
	}
}
        
/*-------------Saerch Style------------------------------*/
        
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
     z-index: 999999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 100px;
    margin-left: -45px;
    background-color: #c8b356;
	border-color: #a79546;

}
#search .close {
    min-width: 0em !important;
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #c8b356;
	border-color: #a79546;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
        
        
@media screen and (min-width: 319px) and (max-width: 767px){ 
	#search input[type="search"] {font-size:30px;}
}
     
/*----------------Search popup--------------------*/
/*
  
        #search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
     z-index: 999999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: #c8b356;
	border-color: #a79546;

}
#search .close {
    min-width: 0em !important;
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #c8b356;
	border-color: #a79546;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}

     */


.ms-srch-item {width:50%;}
.ms-srch-item a { color: #696969;}
.ms-srch-ellipsis {overflow:visible;}
.ms-srch-item-link { color:#007c5a !important; }
.ms-srch-item:hover { background-color: rgba(200, 179, 86, 0.4);}
.ms-srch-result #PagingSelf a { color:#007c5a !important; }


/*------------BI Design--------------------*/

.state-overview .symbol, .state-overview .value{display:inline-block;text-align:center;}
.state-overview .value{float:left;}
.state-overview .value h1, .state-overview .value p{margin:0;padding:0;}
.state-overview .value h1{font-weight:300;}
.state-overview .symbol i{color:#fff;font-size:50px;}
.state-overview .symbol{padding:25px 13px;}
.state-overview .value{width:61%;padding-top:21px;color: #909090;font:13px 'Neue Helvetica LTW20 Light';line-height:25px;}
.state-overview .terques{background:#6ccac9;}
.state-overview .red{background:#ff6c60;}
.state-overview .yellow{background:#f8d347;}
.state-overview .blue{background:#57c8f2;}
.state-overview .green{background:#007c5a;}
.f-box{background: #fff;margin-right:14px;margin-left:14px;padding:20px;text-align:center;min-height:210px;margin-bottom:28px;transition-duration:500ms;transition-property:width, background;transition-timing-function:ease;-webkit-transition-duration:500ms;-webkit-transition-property:width, background;-webkit-transition-timing-function:ease;}
.f-box i{font-size: 50px !important;line-height:normal;margin-top:40px;display:block;color:#007C5A;}
.f-box:hover, .f-box.active{background:#007C5A;padding:20px;text-align:center;min-height:210px;margin-bottom:20px;transition-duration:500ms;transition-property:width, background;transition-timing-function:ease;-webkit-transition-duration:500ms;-webkit-transition-property:width, background;-webkit-transition-timing-function:ease;}
.f-box:hover i, .f-box.active i{font-size:50px;line-height:normal;margin-top:40px;display:block;color:#fff;}
.f-box:hover h2, .f-box.active h2{color:#fff;}
.f-box h2{font-size:20px;text-transform:uppercase;font-weight:400;font-family:'GE Dinar One Regular', sans-serif;color:#007C5A;}
.f-text{font-size:14px;font-weight:300;}





/*----------------mainpage Divider ----------------------*/

.divider span {
    display: inline-block;
    vertical-align: middle;
    
}
.divider .fa {
    font-size: 20px;
    margin: 0 20px;
    color: #c8b356;
}
.divider .outer-line {
    width: 25%;
    border-bottom: 1px solid #c8b356;
}
.top-text h4 {
    margin: 15px 0 25px;
    font-weight: 100;
    color: #c8b356;
}
.top-text h1 {

font: 36px 'Neue Helvetica LTW20 Bold','GE Dinar One Regular',DroidSansArabic;
line-height: 1;
margin-top: 0;
}




/*--------------Navbar---------------------------*/
.navbar-toggle{float:right;}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #f1c250 !important;
}
.navbar {
    height: 62px;
    background-color: #157C6A !important;
    padding: 0;
    font-size: 20px;
    border: 0px;
    border-radius: 0;
    z-index:100;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-nav {
    -webkit-padding-start: 0px;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 0px;
}
    .navbar-nav > li > a {
        line-height: 40px;
        padding: 11px 15px;
    }

        .navbar-nav > li > a.home {
            line-height: 0px;
        }

.navbar-brand {
    float: left;
}

.navbar .nav {
    height: 62px;
}
/*.navbar ul li a { height:62px;}
.navbar ul li a.home { margin:4px 6px 0 6px;}*/
.navbar ul li a.home i {
    margin-left: 0;
    font-size: 40px;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: rgba(194, 169, 62, 0.9);
    background-color: #168C77;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #f1c250;
    background-color: transparent;
}

.navbar-default .navbar-nav a.nav-link {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #c7b25a;
    background-color: #fefefe;
}

.nav-link .fa-angle-down {
    font-size: 30px;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: bold;
    color: #c7b25a;
}

    .nav-link .fa-angle-down:hover, .nav-link:hover .fa-angle-down {
        color: #c7b25a;
    }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(194, 169, 62, 0.9);
}

.navbar .navbar-nav li.active {
    background-color: #168C77;
}

.navbar-brand {
    height: 62px;
    padding: 0;
}

    .navbar-brand img {
        margin-top: 9px;
            width: auto;
    height: 48px;
    }

.dropdown-menu {
    text-align: right;
}

    .dropdown-menu > li > a {
        padding: 10px 20px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        background-color:#157C6A;    }
	
	
	
/* MEGAMENU STYLE-------------------------------------------------- */
.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
    position: static;
}

.megamenu .container {
    position: relative;
}

.megamenu .dropdown-menu {
    right: auto;
}

.megamenu .megamenu-content {
    padding: 15px;
}

    .megamenu .megamenu-content h3 {
        margin-top: 0;
        color: #c7b25a;
        font-size: 18px;
        text-align: center;
        padding: 5px;
    }

.megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.dropdown-menu {
    background-color: #555;
}

    .dropdown-menu > li > a {
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            background: rgba(255, 255, 255, 0.3);
            color:#fff;
        }

    .dropdown-menu h3 {
        background-color: #404040;
    }

        .dropdown-menu h3 img {
            width: auto;
            margin-left: 10px;
            height:27px;
        }

.am-submenu {
    line-height: 30px;
    font-size: 16px;
    text-align:right;
}

    .am-submenu > li > a {
        text-decoration: none;
    }

    .am-submenu a  {
        color: #fff;
    }

    .am-submenu li:hover {
        background: rgba(255, 255, 255, 0.3);
    }

        .am-submenu li:hover a {
            color: #fff;
        }

/**Side Tools**/
.toolsbox {
    /*height: 46px;*/
    float: left;
    margin: 35px 0 0 0;
    position: relative;
    width: 390px;
}

.toolsbox > div > a  {
	height: 65px;
	width: 235px;
	float: left;
/*	border-right: 1px solid #c7b25a;*/
	margin-right: 10px;
}

.toolsbox > div > a > div.vis_logo {
    width: 223px;
	border: 1px solid #c8c8c8;
    padding: 5px;
    height: 65px;
    float: left;
}

.toolsbox > div > a > div.vis_logo > .login_icon {		
	float: right;
	margin: 13px 0 0 10px;
}
.toolsbox > div > a > div.vis_logo > span { float: right;line-height: 25px;color: #838383;}
.toolsbox > div > a > div.vis_logo > .logo_najez {	
 width:95px;height:50px;float: right;
}



            .toolsbox > div > div > a.link {
                display: inline-block;
                width: 46px;
                height: 46px; /*background-color:#FFF; background-repeat:no-repeat; background-position:0 0;*/
                z-index: 2;
                left: 0;
                float: left;
                margin: 20px 0 3px 0;
                -webkit-transition: background 0.3s ease-in-out;
                -moz-transition: background 0.3s ease-in-out;
                -ms-transition: background 0.3s ease-in-out;
                -o-transition: background 0.3s ease-in-out;
                transition: background 0.3s ease-in-out;
                cursor: pointer;
            }

            .toolsbox > div > div:hover > a.link {
                background-color: #157C6A;
                background-position: 0 -46px;
            }


            .toolsbox > div > div.language > a.link {
                background-image: url(../images/quicktoolsEn.png);                
            }
            .toolsbox > div > div.apps > a.link {
                background-image: url(../images/quicktoolsApps.png);                
            }


            .toolsbox > div > div.search > a.link {
                background-image: url(../images/search_btn.png);
                background-image: linear-gradient(transparent,transparent),url(../images/search_btn.svg);
            }

          



@media screen and (min-width: 319px) and (max-width: 767px){ 

.toolsbox > div > div > a.link {width: 35px; height: 35px;}
.toolsbox > div > div.search > a.link, .toolsbox > div > div.language > a.link { background-size: cover;}
.toolsbox > div > div:hover > a.link { background-position: 0 -36px;            }


.toolsbox > div > a  {
	height: auto;
	width: auto;
	float: right;
	border-right: none;
	margin: 0;
	background-color: rgba(246, 178, 33, 0.3);
}

.toolsbox > div > a > div.vis_logo {
    width: auto;
    border: 0;
    padding: 0;
    height: auto;
    float: right;
    margin-right: 0px;
    margin-top:5px;
}
.toolsbox > div > a > div.vis_logo > .logo_najez {	
 width:70px;height:auto;float: right;
}



button.navbar-toggle{min-width: 0;}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	     margin-right: 0px; 
	     margin-left: 0px; 
	}
	
	.toolsbox {width:100%; float: right; background: #e6e6e6;margin:0 0 10px 0;}
    .toolsbox > div > div > a.link {margin: 5px 10px 3px 0;float: right;  }
    
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    }
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    }




}

@media screen and (min-width: 767px) and (max-width: 991.98px){ 

	.navbar {
    	font-size: 16px;
	}
	.toolsbox {    
	    float: left;
	}
	/*.toolsbox > div > .vis_logo {
        display: none;
    }*/
    .navbar-default .navbar-nav > li  {
        display: block;
	    /*float: none;
	    position: relative;*/
	    /*width: 100%;*/
	}
    .navbar-brand {
	    float: right;
	}
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	     margin-right: 0px; 
	     margin-left: 0px; 
	}
	
	

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff; 
    }
    .navbar-nav > li > a {
    	padding: 11px 5px;
	}
	.nav-link .fa-angle-down {
	    margin-left: 5px;
	}
		

}


/*-----------------carousel--------------------*/

#myCarousel2 {
	height:400px;
}

.carousel-default {margin-top:15px; margin-bottom:30px;}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    z-index: 2;
}

    .carousel-control-prev:focus, .carousel-control-prev:hover,
    .carousel-control-next:focus,
    .carousel-control-next:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin: 0 auto;
    list-style: none;
    padding-right: 0;
    
}
.newsdot{
    position: absolute;
    height:20px;
    right: auto;
    top: -203px;
    left: 0;     
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
/*    justify-content: flex-start;*/
    padding-left: 0;
    margin: 0 auto;
    list-style: none;
    padding-right: 0;
    width:100%;
}


    .carousel-indicators .active, .newsdot .active {
        width: 12px;
        height: 12px;
        margin-right: 5px;
        margin-left: 5px;
        background-color: rgba(200, 179, 86, 1);
        border-radius: 10px;
    }

    .carousel-indicators li, .newsdot li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 12px;
        height: 12px;
        margin-right: 5px;
        margin-left: 5px;
        text-indent: -999px;
        background-color: rgba(97, 97, 97, 0.2);
        border-radius: 10px;
        border: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .carousel-indicators li:active, .carousel-indicators li:hover , .newsdot li:active, .newsdot li:hover  {
        background-color: rgba(97, 97, 97, 0.4);
    }
        .carousel-indicators li::before, .carousel-indicators li.active::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li::after, .carousel-indicators li.active::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .carousel-indicators .active {
        background-color: #c8b356;
    }

.carousel-caption {
    position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	text-align: center;
	width: 100%;
	top: 25%;}

    .carousel-caption h1 {

		width: 70%;
		background-color: rgba(255, 255, 255 , 0.4);
		padding: 30px;
		margin-right: auto;
margin-left: auto;
    }

.btn-ministry {
    color: #fff;
    background-color: #c0b05a;
    border-color: #8a7623;
 margin-top: -170px !important;
   
   }

    .btn-ministry:hover, .btn-ministry:focus, .btn-ministry.focus, .btn-ministry:active, .btn-ministry.active, .open > .dropdown-toggle.btn-ministry {
        color: #fff;
        background-color: #9e9041;
        border-color: #8a7623;
    }

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img
{width: 100%;}


.carousel-inner a:visited {
	color:#fff;
}

/*@media (max-width: 767px) {
    .carousel-inner, .carousel-indicators{display:none;}

}*/


        .title-plugin {
            color: #178769;
            font-size: 20px !important;
            margin-top:20px;
            margin-bottom:20px;
            text-align:right;
        }

        .counter-wrapper {
            font-weight: 700;
            margin: 20px 0px 5px 0px !important;
            font-size: 25px;
        }

        .text-block {
            font-size: 22px;
        }


        /* icon */
        .lnr-wrapper {
            margin-top: 20px;
        }

        .lnr-heart, .lnr-code, .lnr-bicycle, .lnr-history {
            color: #019F9A;
            font-size: 45px;
        }

        #lightgallery li {
            margin-bottom: 15px;
        }

        .lg-outer {
            direction: ltr;
        }


#gallery .main {margin-top:60px;}
#gallery .block {
            color: #007c5a;
            border:0;
            border-left: 2px solid #c8b356;
            text-align: center;
            cursor:pointer;    
            background-color: transparent;       
        }
#gallery a{        
        text-decoration: none !important;
        top:50%;
        }


#gallery .block.youtubevideo {
            border:0;
            border-right: 2px solid #c8b356;
            
        }

#gallery .block p {
	font-size:28px;
         margin: 0;
         padding: 0;
         line-height: normal;
       }

#gallery .block img { width: 50%;margin: 15px auto;}
#gallery .block img {transition: all .5s linear 0s; }

#gallery .block p i{
                font-size: 100px;
                color: #c8b356;
                 transition: all .2s linear 0s;
                 padding:10px 0;
            }
#gallery .block:hover p i, #gallery .block:hover img {transform: scale(1.1);}

#gallery .carousel-default {
    margin:0 26px;
    text-align:center;
}

#gallery .carousel-default p{
    font-size:28px;
}

#gallery .carousel-inner {
    width:100%;
    height: auto;
}



/* --  background image section  -- */

.sec-bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.sec-bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    background: #fff;
}

#social .sec-bg-img .overlay{
    background: #505050;
}

#mojmap .sec-bg-img .overlay {
    background: #000;opacity: .3;
}


#social h2 , #mojmap h2, #mojmap h3{ color:#fff;}

.social_head_logo {color:#fff; font-size:20px;}
.social_head_logo img{margin-left:10px;}



 .text { text-align: center;}
                    .text h3 {font-size:20px; color:#007c5a !important;}
                    .folded-corner:hover .text { visibility: visible; color: #000000;}
                    /* nav link items */
                    .folded-corner {
                        padding: 25px 25px;
                        position: relative;
                        font-size: 90%;
                        text-decoration: none;
                        color: #999;
                        background: transparent;
                        transition: all ease .5s;
                        border: 2px solid rgba(0, 124, 90,.9);
                    }

                        .folded-corner:hover { background-color:rgba(248, 242, 218, 0.9) }

                        /* paper fold corner */

                        .folded-corner:before {
                            content: "";
                            position: absolute;
                            top: 0;
                            right: 0;
                            border-style: solid;
                            border-width: 0 0px 0px 0;
                            border-color: #ddd #000;
                            transition: all ease .3s;
                        }

                        /* on li hover make paper fold larger */
                        .folded-corner:hover:before {
                            background-color: #D00003;
                            border-width: 0 50px 50px 0;
                            border-color: #cebb6c #25816d;
                        }

                    .service_tab_1 {
                        background-color: rgb(234, 234, 234);
                        min-height:200px;
                        margin-bottom:15px;
                    }
                    .servicesTabs .mostuse{ padding: 10px; font-size: 25px;}

                        .service_tab_1:hover .fa-icon-image {
                            color: #000;
                            transform:  scale(1.5);
                        }


                    .fa-icon-image {
                        color: rgba(31,181,172,.9);
                        display: inline-block;
                        font-style: normal;
                        font-variant: normal;
                        font-weight: normal;
                        line-height: 1;
                        font-size-adjust: none;
                        font-stretch: normal;
                        -moz-font-feature-settings: normal;
                        -moz-font-language-override: normal;
                        text-rendering: auto;
                        transition: all .65s linear 0s;
                        text-align: center;
                        transition: all 0.3s cubic-bezier(.99,.82,.11,1.41);
                    }

#services .allservicebtn a { margin-top: 20px;}
#services .serv_ser {text-align:center;}
#services a:focus {   outline: 0px ;    outline-offset: -2px;}

/*---------Services---------------*/


/*----------flip Services--------*/


.services {
/*    background-color: #efefef;*/
}
.services .services-box {
    margin: 25px 0;
}
.services .services-box:before {
    content: "";
    display: table;
}
.services .services-box:after {
    content: "";
    display: table;
    clear: both;
}
.services .services-box-item {
    position: relative;
    color: #19896A;
    text-decoration: none;
    -webkit-perspective: 750px;
    -ms-perspective: 750px;
    -o-perspective: 750px;
    perspective: 750px;
    margin: 15px 0;
    float: right;

    min-height:200px;
}


.services .services-box-item:hover,
.services .services-box-item:focus,
.services .services-box-item.hover {
    text-decoration: none;
}
.services .services-box-item:hover> .services-box-item-cover,
.services .services-box-item:focus> .services-box-item-cover,
.services .services-box-item.hover> .services-box-item-cover {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.services .services-box-item:hover> .services-box-item-content,
.services .services-box-item:focus> .services-box-item-content,
.services .services-box-item.hover> .services-box-item-content {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    border: 2px solid rgba(0, 124, 90,.9);
    min-height:230px;
}
.services .services-box-item-cover,
.services .services-box-item-content {
    position: relative;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.services .services-box-item-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0px 15px;
    box-shadow: 0px 0px 3px 1px #ddd;
    border-radius: 0px;
    border: 2px solid rgba(0, 124, 90,.9);
    line-height: 30px;
    background-color: #efefef;
}
.services .services-box-item-cover:before,
.services .services-box-item-cover:after {
    position: absolute;
    top: 50%;
    left: 50%;
}
.services .services-box-item-cover:before {
    margin: -40px 0px 0px -30px;
    font-size: 50px;
    color: #C0B05A;
}
.services .services-box-item-cover:after {
    content: attr(data-headline);
    font-family: 'Neue Helvetica LTW20 Roman','GE Dinar One Regular',DroidSansArabic;
    left: 0;
    width: 99%;
    margin: 20px 0 0;
    font-size: 20px;
    text-align: center;

}
.services .services-box-item-content {
    overflow: hidden;
    margin: -16px -6px;
    padding: 30px 40px;
    font-size: 14px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    border-radius: 0px;
}
.services .services-box-item-content:before {
    position: absolute;
    top: 0;
    left: 0;
    margin: -60px;
    font-size: 228px;
    opacity: 0.2;
    color: #b5b5b5; 
}
.services .services-box-item-content h2 {
    position: relative;
    margin: 8px 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: Capitalize;
    text-align: right;
    font-family: 'Neue Helvetica LTW20 Roman','GE Dinar One Regular',DroidSansArabic;
}
.services .services-box-item-content p {
    line-height: 23px;
    position: relative;
    margin: 12px 0;
    font-size: 13px;
    text-align: right;
    color: #666;
    font-family: 'Neue Helvetica LTW20 Roman','GE Dinar One Regular',DroidSansArabic;
}
.services[data-icon]:before,
.services[class^="icon-"]:before,
.services[class*=" icon-"]:before {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
}
.services[data-icon]:before {
    content: attr(data-icon);
}
.services[data-icon].after:before {
    content: none;
}
.services[data-icon].after:after {
    content: attr(data-icon);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-indent: 0;
    display: inline-block;
    position: relative;
    margin-left: 4px;
}


  
/* Small Devices */
@media (max-width: 991px) {
	

	.services .services-box {
		    margin: 30px -9px;
	}
	.services .services-box-item-cover, .services .services-box-item-content {
		 transform: none;
		transition: none;
	  }
	   .services .services-box-item-content {
		   padding:15px;
	   }
	   
	  .services .services-box-item-cover {
		  display:none;
	  }
	  .services .services-box-item {
		  margin:28px 0;
	}
	
	.services .services-box-item-content {
    border: 2px solid rgba(0, 124, 90,.9);
    background-color: #efefef;
    width: 100%;
}

.services .services-box-item-content:before {
	margin: 10;
    font-size: 108px;
    }

    .services .services-box-item:hover> .services-box-item-content,
.services .services-box-item:focus> .services-box-item-content,
.services .services-box-item.hover> .services-box-item-content {
    min-height:auto;
}

.services .services-box-item {
    min-height:auto;
}


}
/* Extra Small Devices */

@media (max-width: 767px) {
 
    .services .container,
   {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
   
 .services::before,
    {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    .services .services-box-item:hover> .services-box-item-content,
.services .services-box-item:focus> .services-box-item-content,
.services .services-box-item.hover> .services-box-item-content {
    min-height:auto;
}

.services .services-box-item {
    min-height:auto;
}

}
@media (max-width: 576px) {
    
  .services .services-box-item {
    margin-top: 15px;
    padding: 0 15px;
}
}

/*--------------------------*/
.timeline-Footer .u-floatLeft { display:none !important; }


@media (min-width: 1200px) {

.twitter_div, .facebook_div { margin-top:30px;}

.twitter_div{border:none; overflow-x: hidden; width:500px; height:500px;float:right;}

                  

        .block {
            color: #007c5a;
            margin-top:40px;
/*            border: 3px solid #c8b356;*/
            text-align: center;
/*            background-color: #f9f9f9;*/
        }

            .block p {
                margin: 0;
                padding: 0px;
                line-height:22px;
            }

                .block p i {
                    font-size: 60px;
                    color: #c8b356;
                }




.carousel-inner {
/*    position: absolute;*/
    height: 400px;
}

    .container {
        width: 1280px;
    }

    .servicesTabs {
/*        position: absolute;*/
        top: 50px;
  /*        width: 50%;
      right: 200;*/
        z-index: 1;
/*        background: #fff;*/
        height: 370px;
    }
    
	.servicesTabs .service_slogin{	margin:0 10px 0 0;}

        .servicesTabs span {
            font-size: 18px;
        }

        .servicesTabs h2 {
	        margin-right: 0px;
	        }

        .servicesTabs .sep {
            font-size: 30px;
            color: #b7b7b7;
            margin:0 40px 0 0;
        }
        #services #autocomplete{font-size:15px;width:100%;}
        #services .autocomplete_div {margin:20px 0; padding-top: 50px;}
	#services .autocomplete input{padding: 0px 5px; width:100%; height:35px;}

       .no_padding_right {
    padding-right: 0;
}

.no_padding_left {
    padding-left: 0;
}
 
        
}

.noPadding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.u-relativePos {
    position: relative !important;
    margin: 0 auto;
}

.nav-tab {
    margin-bottom: 0;
    list-style: none;
    -webkit-padding-start: 0px;
    padding:0 1.875rem 2.8rem 1.875rem ;
}
.nav-tab > li {
        width: 33.333%;
        float: right;
        position:relative;
        display:block;
    }



.nav > li {
    position: relative;
    display: block;
}

li {
    list-style: none;
}

.servicesTabs .nav-tab .active > a {
    background-color: #bdb179;
}



.nav-tab > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
	height: 70px;
    background-color: #25816d;
    color: #fff;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    text-align:center;
}

    .nav-tab > li > a:before {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: 50%;
        right: auto;
        top: 70px;
        bottom: auto;
        border: 10px solid;
        z-index: 2;
        border-color: transparent transparent transparent transparent;
        -webkit-transition: all 0.3s ease 0.1s;
        -moz-transition: all 0.3s ease 0.1s;
        -ms-transition: all 0.3s ease 0.1s;
        -o-transition: all 0.3s ease 0.1s;
        transition: all 0.3s ease 0.1s;
    }

.servicesTabs .nav-tab .active > a:before {
    border-color: #bdb179 transparent transparent transparent;
}

.servicesTabs .servicesTabs-title {
    font-size: 20px;
    margin-right: 15px;
}

    .servicesTabs .servicesTabs-title > strong {
        display: block;
        font-size: 1rem;
    }
    
  
   .tab-content {float:right;}

}

#map .tab-body {
	padding: 1.25rem 1.875rem;
}


.map{
	margin-top:15px;
}
.tab-content {
    width: 100%;
    padding: 0rem 1.875rem 1.25rem  1.875rem;
/*    background: #fff;*/
}
.tab-content img {
	width:30px; height:auto;
}

.tab-content .nav-tabs img {
	width:auto; height:33px;
}

    .tab-content > .active {
        display: block !important;
    }

.fade.in {
    opacity: 1;
}


.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear 0.3s ease 0.1s;
    -moz-transition: opacity 0.15s linear 0.3s ease 0.1s;
    -ms-transition: opacity 0.15s linear 0.3s ease 0.1s;
    -o-transition: opacity 0.15s linear 0.3s ease 0.1s;
    transition: opacity 0.15s linear 0.3s ease 0.1s;
}

.servicesTabs .servicesTabs-data {
    margin: 0px 0 10px 0;
   /* min-height: 11.25rem;*/
}

    .servicesTabs .servicesTabs-data .servicesTabs--links {
        box-sizing: border-box;
        height: 47px;
        color: #007c5a;
        -webkit-transition: all 0.2s ease 0.1s;
        -moz-transition: all 0.2s ease 0.1s;
        -ms-transition: all 0.2s ease 0.1s;
        -o-transition: all 0.2s ease 0.1s;
        transition: all 0.2s ease 0.1s;
    }

.servicesTabs--links img {
    margin-left: 15px;
}

.servicesTabs .servicesTabs-data .servicesTabs--links .servicesTabs---moreIcon {
    display: inline-block;
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    margin-top: 9px;
    -webkit-transition: all 0.2s ease 0.1s;
    -moz-transition: all 0.2s ease 0.1s;
    -ms-transition: all 0.2s ease 0.1s;
    -o-transition: all 0.2s ease 0.1s;
    transition: all 0.2s ease 0.1s;
    position: relative;
    font-size: 29px;
    border: 2px solid #c1a73c;
}

.servicesTabs .servicesTabs-data .servicesTabs--links:hover i {
    color: #c1a73c;
}

.servicesTabs .servicesTabs-data .servicesTabs--links:hover .servicesTabs---moreIcon {
    border: 2px solid #007c5a;
}

.btn {
    display: inline-block;
    margin: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0.625rem 1.5625rem;
    font-size: 1.7rem;
    min-width: 9.375rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    font-family: "droidsansarabic", sans-serif;
    color: #fff;
}

.btn-secondary {
    color: #fff;
    background-color: #c0b05a;
    border-color: #9d8a70;
}

.btn-arrow {
    margin-right: 10px;
}



.tit-icon {
    float: right; /*border-bottom: 3px solid #c8b356;*/
    width:45px;
    height:auto;
    margin-top: 4px;
}


.text-left a, .text-left i {
    color: #fff !important;
}


#ministry .tile-stats a h3 {
	text-decoration:underline;
	cursor:pointer;
}
#ministry .tile-stats a:hover h3 {
	color:#c8b356 !important
}

  
/*----------------------------------------------------------- Medium devices (landscape tablets, 768px and up)--------------------------- */
@media only screen and (max-width: 767px) {


	#services #autocomplete {width:100%;}
#services .autocomplete_div {margin: 0; padding-top: 20px;}

#services .najiz_logo_div img { width:130px; height:auto;}
	
	.navbar{margin-bottom:15px;
	}
	.navbar .nav {
	    height: auto;
	}
	.servicesTabs h2.service_head{margin: 15px 0 5px 0;font-size:22px; }
	.servicesTabs h2.service_slogin {margin: 15px 0 5px 0;font-size:22px; }
	.navbar-nav {margin: 7.5px -15px 7.5px 0;}
	
	#ministry .tile-stats a h3 {
		font-size:20px;	
	}

	.tab-content img {
	width:20px; height:auto;
}

	
}/*--------------------End @media---------------------------*/
    
@media only screen and (max-width: 768px) {
#myCarousel2 {
	width:100%;
	height:auto;
}

#myCarousel2  .carousel-inner {
	height:150px;
}

#myCarousel2 .carousel-inner > .item > a > img {
    height: 150px;
}
#myCarousel2 .carousel-inner h1{
	font-size:20px;
	width:90%;
	padding:15px;
	margin-top: 10px;
}
.carousel-caption {
    right: 0px;
    bottom: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 0px;
    width: 100%;
    top:0;
}
.btn {
    font-size: 1.2rem;
    min-width: 5.375rem;
    }

.btn-ministry {
    margin-top: 10px !important;
}


	.nav-tab{margin-top:15px;padding: 0rem 0.5rem 2.8rem 0.5rem;}

	.nav-tab > li > a>img{ height:20px; width:auto;}
	.nav-tab > li > a {padding: 10px 10px;}
	.servicesTabs .servicesTabs-title {
	    font-size: 15px;
	    margin-right:0;

    }
    .servicesTabs .autocomplete{
		top:5px;
	}
	
	.block {
            color: #007c5a;
/*            border: 3px solid #c8b356;*/
            padding-top: 0px;
            margin: 5px;
            margin-top: 40px;
            text-align: center;
/*            background-color: #f9f9f9;*/

        }

            .block p {
                margin: 0;
                padding: 0px;
                line-height:22px;
            }

                .block p i {
                    font-size: 60px;
                    color: #c8b356;
                }

	} /*--------------------End @media---------------------------*/
	
@media (max-width: 320px){
	.nav-tab > li > a>img{display:none;}
	.nav > li > a {padding:5px 5px;}
	.servicesTabs .servicesTabs-title {
	    font-size: 15px;
    }

}
	

@media (max-width: 767px) and (min-width: 320px) {
.nav-tab > li > a>img{display:none;}
.twitter_div{border:none; overflow-x: hidden; width:100%;height:400px;float:right; z-index:100; margin:25px 0 10px 0;}
.facebook_div{ margin:15px 0;}

#facebook body ._2p3a {float:right; width:300px !important;}


 .title-plugin {
            font-size: 20px !important;
            margin-top:10px;
            margin-bottom:10px;
        }


#gallery .block {    border-bottom: 3px solid #c8b356;border-left: 0; margin-bottom:25px; }
#gallery .block.youtubevideo {   border-top: 3px solid #c8b356;border-right: 0; margin-top:20px;}

.text h3 {font-size:18px !important; color:#007c5a !important;}
.folded-corner:hover .text { visibility: visible; color: #000000;}

.service_tab_1 {
	margin-bottom: 20px;min-height: 100px;
}
                  
.folded-corner {
    padding: 5px;
}

.servicesTabs .mostuse{ padding: 10px; font-size: 25px;}
.fa-icon-image {/*font-size:4em !important;*/ display:none;}


    .nav-tab > li {
        width: 33.333%;
        float: right;
    }
    .servicesTabs .nav-tab .active > a:before {
    border-color: #bdb179 transparent transparent transparent;
	}



h2, .h2{ font-size:22px !important;}

.tab-content{padding: 0rem 1.2rem;}

.servicesTabs .servicesTabs-data .servicesTabs--links {
        padding: 0;
    }

.servicesTabs .servicesTabs-data .servicesTabs--links .servicesTabs---moreIcon {
    width: 25px;
    height: 25px;
}


}/*--------------------End @media---------------------------*/


@media screen and (min-width: 768px) and (max-width: 991.98px) { 
#services #autocomplete {float:none; margin-bottom:15px; width:50%;}
.servicesTabs .servicesTabs-title {
	    font-size: 18px;
	    margin-right: 10px;
    }


#gallery .block {
	border:0;
    border-bottom: 3px solid #c8b356;
    margin-bottom:30px;
    padding-bottom:30px;
}
       
#gallery .block.youtubevideo {
    border:0;
    border-top: 3px solid #c8b356;
    margin-top:30px;
    padding-top:30px;
}



.nav-tab > li {
        width: 33.333%;
        float: right;
    }
    .servicesTabs .nav-tab .active > a:before {
    border-color: #bdb179 transparent transparent transparent;
	}


   .nav-tab > li > a:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    right: auto;
    top: 70px;
    bottom: auto;
    border: 10px solid;
    z-index: 2;
    border-color: transparent transparent transparent transparent;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}
.block {
            color: #007c5a;
/*            border: 3px solid #c8b356;*/
            padding-top: 0px;
            margin: 5px;
            text-align: center;
            margin-top: 40px;

        }

            .block p {
                margin: 0;
                padding: 0px;
                line-height:22px;
            }

                .block p i {
                    font-size: 60px;
                    color: #c8b356;
                }



.carousel-caption {
    right: 0px;
    bottom: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 0px;
    width: 100%;
    top:10%;
}
.twitter_div{ width:500px; height:500px;float:none; margin:0 auto;}
.facebook_div {text-align:center;}



}/*--------------------End @media---------------------------*/




/*------------News--------------*/

.slider {
    /*width: 50%;*/
    /*margin: 100px auto;*/
}

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-prev:before,
.slick-next:before {
    color: #757575;
}


.slick-slide {
    transition: all ease-in-out .3s;
    /*opacity: .2;*/
}

.slick-active {
    /*opacity: .5;*/
}

.slick-current {
    opacity: 1;
}

.componentTitle span {
    border-bottom: 3px solid #c8b356;
    padding-right: 3.5rem;
    line-height: 2.2rem;
    padding-bottom: 15px;
    float: right;
    margin-right: -24px;
}



.componentTitle.componentTitle-PaddingLeft {
    padding-left: 5rem;
    padding-bottom: 10px;
    margin: 0;
    float:right;
}

.hr {
/*    border-bottom: 2px solid #d7d7d7;*/
    padding: 70px 0;
}

#news, #services {
    
}

.btn-componentTitle {
    color: #007c5a;
}

    .btn-componentTitle i {
        color: #c8b356;
        font-size: 22px;
        font-weight: bold;
    }

.btn-componentTitle {
    color: #007c5a;
    direction: rtl;
/*    z-index: 999;*/
    float: left;
}

.btn-componentTitle:visited {
    color: #007c5a;
}


.slider p {
    color: #444;
    float: right;
    direction: rtl;
    padding: 5px 5px 0 0;
    text-align: right;
    letter-spacing: 3px;
}

    .slider p i {
        margin-left: 10px;
    }

#news .news_img_div {
    position: relative;
}

#news .news_img {
}

#news .news_head {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    text-align: right;
    background: rgba(194,169,62,0.8);
    padding: 10px;
    margin: 0;
    color: #fff;
    direction:rtl;
}


.news_regular .slick-dots {
    text-align: left;
    margin-left: 15px;
}




#library section.container div {
    text-align: center;
    margin:15px 0 ;
}

#library section.container a img {
	width:190px;
	height:auto;

}




       #mediacenter .tile-stats {
            text-align: center;
        }

        #mediacenter .tile-stats {
            position: relative;
            display: block;
            margin-bottom: 20px;
            border: 1px solid #007c5a;
            -webkit-border-radius: 5px;
            overflow: hidden;
            padding-bottom: 5px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 5px;
            -moz-background-clip: padding;
            border-radius: 5px;
            background-clip: padding-box;
            /*background: #efe3af;*/
            background: #fff;
            transition: all 300ms ease-in-out;
            border-bottom: 6px solid;
        }

            #mediacenter .tile-stats h3 a, #mediacenter .x_content a {
                color: #007c5a !important;
                cursor:pointer;
            }

        #mediacenter .tile-stats .servicesTabs-img {
            margin-top: 20px;
            width:200px; height:200px;
        }
        
        #mediacenter .x_title .servicesTabs-img {
            margin-left: 10px;
        }


#mainsec {
	margin-top:15px;
}

@media (max-width: 767px) and (min-width: 319px) {
.tit-icon {
    width:32px;margin-top: 7px;
}
.componentTitle span {
    padding-bottom: 10px;
}

.servicesTabs .mostuse {
    padding: 0px 20px 0 0;
	font-size: 18px;
}

.hr {
/*    border-bottom: 2px solid #d7d7d7;*/
    padding: 30px 0;
}




}

@media screen and (min-width: 767px) and (max-width: 991.98px){ 

	#news .news_head {font-size:15px;}
	/*#news .slick-arrow { display:none !important;}*/

.hr {
/*    border-bottom: 2px solid #d7d7d7;*/
    padding: 60px 0;
}



}


/*----------social------------*/
#social .social_header_img { margin-top:15px;margin-bottom:15px;}
#social .helper{display: inline-block;height: 100%;vertical-align: middle;}
#social .snap_barcode {margin:auto; vertical-align:middle; width:80%;}
#social a.btn, #social span.btn {margin-bottom:15px; text-align:left;}
#social .social h4 { color:#fff; }
#social > .container > .social > ul > a > li{
                        color: #fff !important;
                        padding:3px 7px !important;
                    }




/***Footer Section***/
.footer {
    margin: 0;
    padding-bottom: 0px;
    width: 100%; /*height:280px;*/
    background-color: #d8ca89;
}

    .footer > .footerGreen {
        color: #535353;
        font: 14px 'Neue Helvetica LTW20 Roman';
        box-sizing: border-box;
        padding: 15px 0;
        margin-left: auto;
        margin-right: auto;
        line-height: 18px;
    }

        .footer > .footerGreen > .right {
            float: right;
        }

            .footer > .footerGreen > .right > .rights {
            }

            .footer > .footerGreen > .right > .fLinks {
		    margin:0;
            }

                .footer > .footerGreen > .right > .fLinks > ul {
                    list-style: none;
                    line-height: 30px;
                    padding-right: 0px;
                    border-left: 1px solid;
                    padding-right:25px;
                }
                .footer > .footerGreen > .right > .fLinks > ul > li > a{
					color: #535353;

                }


                    .footer > .footerGreen > .right > .fLinks > div > ul > li > a{
                        color: #535353;
                        text-decoration: none;
                        display: inline-block;
                        /*margin: 0 5px;*/
                        white-space: nowrap;
                        -o-transition: .5s;
                        -ms-transition: .5s;
                        -moz-transition: .5s;
                        -webkit-transition: .5s;
                        transition: .5s;
                        float:right;
                    }
                        .footer > .footerGreen > .right > .fLinks > ul > li > a:hover {
                            color: #fff;
                            text-decoration: none;
                            /*padding-right: 15px;
                             font-size: 8px; */
                        }

						.footer > .footerGreen > .right > .fLinks > ul > li > a:visited{
                            color: #535353;
                        }

                .footer > .footerGreen > .right > .fLinks > a:first-child {
                    margin: 0 0 0 5px;
                    white-space: nowrap;
                }

        .footer > .copyright > .container> .social {
            float: left;
        }
.footer > .footerGreen > .right > .fLinks > div> ul.browsers { padding-top:25px; padding-right:0;}
.footer > .footerGreen > .right > .fLinks > div> ul.browsers > li {float: right;}
.footer > .footerGreen > .right > .fLinks > div> ul.browsers > li.secur_icon{float: left; margin:0 10px;}
.footer > .footerGreen > .right > .fLinks > div> ul.browsers.privecy >li { width:25%;}
.footer > .footerGreen > .right > .fLinks > div> ul.browsers > li > a > i{margin-right:20px;color: #535353;font-size:22px;}


            .footer > .copyright > .social > p {
                float: right;
                margin: 0 0 20px 0;
            }

            .footer > .copyright > .container> .social > ul , #social > .container > .social > ul{
                margin: 0;
                padding: 0;
                list-style: none;
                float: left;
            }

                .footer > .copyright > .container> .social > ul > a, #social > .container > .social > ul > a{
                    float: left;
                    width: 40px;
                    text-align: center;
                }

                    .footer > .copyright > .container> .social > ul > a > li, #social > .container > .social > ul > a > li{
                        background-position: center center;
                        background-repeat: no-repeat;
                        display: inline-block;
                        color: #575757;
                        
                    }
                    .footer > .copyright > .container> .social > ul > a:hover, #social > .container > .social > ul > a:hover{
                        background-color: rgba(255,255,255,0.4);
                       }

						#social > .container > .social > ul > a:hover{
                        background-color: rgba(200,179,86,0.1);
                       }

                        .footer > .copyright > .container> .social > ul > a > li > i, #social > .container > .social > ul > a > li > i {
                            font-size: 24px;
                            margin:5px 0;
                        }

                        .footer > .copyright > .container> .social > ul > a:hover > li > i{
                            color: #fff;
                        }
                        #social > .container > .social > ul > a:hover > li > i {
                            color: #c8b356;
                        }
.footer > .copyright > .container> .social > ul > a.link_facebook:hover{background-color:#4267b2;}
.footer > .copyright > .container> .social > ul > a.link_twitter:hover{background-color:#1ca1f2;}
.footer > .copyright > .container> .social > ul > a.link_youtube:hover{background-color:#f00;}
.footer > .copyright > .container> .social > ul > a.link_instagram:hover{background-color:#dd007b;}
.footer > .copyright > .container> .social > ul > a.link_snapchat:hover{background-color:#f7f301;}

                        
    /*.footer>.footerGreen>.left>ul>li>a.facebook{background-image:url(../images/facebook.png);background-image:linear-gradient(transparent,transparent),url(../images/facebook.svg);width:22px}
.footer>.footerGreen>.left>ul>li>a.twitter{background-image:url(../images/twitter.png);background-image:linear-gradient(transparent,transparent),url(../images/twitter.svg); width:26px}
.footer>.footerGreen>.left>ul>li>a.youtube{background-image:url(../images/youtube.png);background-image:linear-gradient(transparent,transparent),url(../images/youtube.svg); width:20px}
.footer>.footerGreen>.left>ul>li>a.googleplus{background-image:url(../images/gplus.png);background-image:linear-gradient(transparent,transparent),url(../images/gplus.svg); width:22px}
.footer>.footerGreen>.left>ul>li>a.facebook:hover{background-image:url(../images/facebook-hover.png);background-image: linear-gradient(transparent,transparent),url(../images/facebook-hover.svg);}
.footer>.footerGreen>.left>ul>li>a.twitter:hover{background-image:url(../images/twitter-hover.png);background-image: linear-gradient(transparent,transparent),url(../images/twitter-hover.svg);}
.footer>.footerGreen>.left>ul>li>a.youtube:hover{background-image:url(../images/youtube-hover.png);background-image: linear-gradient(transparent,transparent),url(../images/youtube-hover.svg);}
.footer>.footerGreen>.left>ul>li>a.googleplus:hover{background-image:url(../images/gplus-hover.png);background-image: linear-gradient(transparent,transparent),url(../images/gplus-hover.svg);}*/
    .footer > .footerBrowsers {
    }

        .footer > .footerBrowsers > .right {
            background: url('../images/browsers.png') no-repeat right 0px;
            float: right;
            width: 400px;
            height: 43px;
            font: 11px 'GE Dinar One Light';
            padding: 10px 139px 0 0;
            line-height: 17px;
            color: #B0B0B0;
            margin-right: 15px;
        }

        .footer > .footerBrowsers > .social {
            float: left;
            margin: 10px 0 0 15px;
        }

            .footer > .footerBrowsers > .social > a {
                display: inline-block;
                text-decoration: none;
                margin: 0 5px 0 0;
            }

    .footer > .copyright {
        text-align: center;
        background-color:#ded59f;
        color:#535353;
        padding-top: 10px;
    }

    .footer .tit-icon {
        float: right;
        margin-top: 16px;
        border-bottom: 3px solid #c8b356;
    }


@media (min-width: 1200px) {
    .container {
        width: 1280px;
    }
    .ms-webpartzone-cell {
    	margin: auto auto 0px;
    }
    
}

@media screen and (min-width: 768px) {
    .footer > .copyright > .container> .social, #social > .container > .social {
        text-align:center;
        margin-bottom:15px;
        padding:0;
    }
    .footer > .copyright > .container> .social > p, #social > .container > .social > p {
        float: right;
        margin:0;
        width:50%;
        text-align:left;
    }

    .footer > .copyright > .container> .social > ul, #social > .container > .social > ul {
        float: left;
        width:50%;
        text-align:right;
    }
    .footer > .copyright > .container> .social > ul > a , #social > .container > .social > ul > a {
    	float: left;
    	border: 1px solid #000;
		border-radius: 4px;
		margin-right:5px;
    }
    .footer > .copyright > .container > .copyright_txt  { text-align: right;}
   

    

}

@media screen and (max-width: 767px) and (min-width: 319px) {

 .footer > .copyright > .container> .social, #social > .container > .social {
        text-align:center;    }

 .footer > .copyright > .container> .social > ul , #social > .container > .social > ul {
        float: none;
    }
    .footer > .copyright > .container> .social > ul > a, #social > .container > .social > ul > a {
    	float: none;
    	border: 1px solid #575757;
		border-radius: 4px;
		margin-right:5px;
		display: inline-block;
		margin-top: 20px;
    }
    #social > .container > .social > ul > a {

    	border: 1px solid #fff;
    }


    .footer > .copyright {
        padding-bottom: 15px;
    }
    
    .footer > .copyright > .container> .social {
            float: none;
        }

    .footer > .footerGreen > .right > .fLinks > ul {border-bottom: 1px solid; border-left:0;padding-bottom: 20px;}

	.footer > .footerGreen > .right > .fLinks > div > ul.browsers.footlogo { text-align: center; border-bottom:1px solid; margin-bottom:20px; padding-bottom:10px;}
	.footer > .footerGreen > .right > .fLinks > div > ul.browsers.footlogo > li{ float:none; display:inline-block;}
	.footer > .footerGreen > .right > .fLinks > div > ul.browsers.footlogo > li:first-of-type{width:100%; margin-bottom:20px;border-top: 1px solid;padding-top: 20px;}
	.footer > .footerGreen > .right > .fLinks > div > ul.browsers { padding:0;}
	.footer > .footerGreen > .right > .fLinks > div > ul.browsers.security{ text-align:center; }
	.footer > .footerGreen > .right > .fLinks > div > ul.browsers.security > li{display: inline-block; float:none; }
	.footer > .footerGreen > .right > .fLinks > div > ul.browsers.privecy {display: inline-block;}
	.footer > .footerGreen > .right > .fLinks > div > ul.browsers.privecy > li { width:auto;margin:5px;list-style:none;}
	.footer > .footerGreen > .right > .fLinks > div > ul.browsers > li > a > i {margin-right: 0px;}
	
	.footer > .copyright {font-size: 14px;    }





}

@media screen and (min-width: 767px) and (max-width: 991.98px){ 

.footer > .footerGreen > .right > .fLinks > div> ul.browsers.privecy >li { width:auto;}
.footer > .footerGreen > .right > .fLinks > div> ul.browsers > li > a > i{margin-right:5px;}

.footer > .copyright > .container> .social > ul, #social > .container > .social > ul { width:auto; float:left;}


}



.ms-webpart-zone,	.ms-webpart-cell-vertical,	.ms-webpart-chrome-vertical
	{
	display:block !important;
}
    



/*------------------InnerPage----------------------*/

.innerarticle h2, .ms-rtestate-field h2{ color:#c1a73d;}
.innerarticle p, .ms-rtestate-field p { line-height: 2; }
.innerarticle h3 span, .ms-rtestate-field h3 span{ color:#c1a73d; font-size:20px;}

.innerarticle .hr {
    border-bottom: 2px solid #d7d7d7;
    padding: 50px 15px;
}




.breadCrumb{ margin-bottom:0;/*padding:4px 0 0px 0;*/ background-color:transparent !important;}
.breadCrumb span span a{display:inline-block;float:right;padding-left:5px;font:13px 'Neue Helvetica LTW20 Roman';color:#767676;font-weight:normal !important;}
.breadCrumb span span{float:right;padding-left:5px;color:#c1a73c;font-weight:bold;font:13px 'Neue Helvetica LTW20 Roman';}
.breadCrumb>ul{padding:0;margin:0;list-style:none;}
.breadCrumb>ul>li{float:right;line-height:20px;padding:0px 5px 0px 7px;}
.breadCrumb>ul>li>a{text-decoration:none;font:13px 'Neue Helvetica LTW20 Roman';color:#767676;display:inline-block;line-height:20px;padding-bottom:3px;}
.breadCrumb>ul>li.home{padding-right:0}
.breadCrumb>ul>li.home>a{background:url('../images/bc_home.png') no-repeat;background-image:linear-gradient(transparent,transparent),url(../images/bc_home.svg);padding:0 24px 3px 0;white-space:nowrap;margin-top:4px;}
.breadCrumb>ul>li>span{font:13px 'Neue Helvetica LTW20 Roman';color:#767676;line-height:20px;padding-bottom:3px;display:inline-block;}
.breadCrumb>ul>li.current{background:none}

.headTools ul li{float:left;line-height:20px; margin-left:15px;}
.headTools ul li:first-child{margin-left:0px;}
.headTools i{font-size:22px; color: #7b7b7b; cursor:pointer;}
.headTools i:hover{color: #c1a73c; border:#f00;}
.articleContainer h3 {margin-top:5px;color: #007c5a;}
.articleContainer img { display:block; margin:auto;}

.newsTitle{font:normal 'Neue Helvetica LTW20 Bold';margin:22px 0;color:#7b7b7b;line-height:20px;}
.newsDate, .lastUpdated span, .viewsTotal span {
    padding: 0 8px 0 0;
    font: 15px 'Neue Helvetica LTW20 Light';
    color: #c1a73c;
    margin: 5px 0;
    line-height: 18px;
}
.twitterFacebookCount span{color: #c1a73c;font: 15px 'Neue Helvetica LTW20 Light';padding: 0;}

.newsDate i{margin-left:10px;color:#007c5a;}
.newsSummery {font-size: 15px;text-align: justify;color: #3e3e3e;padding: 0 25px 0 0;line-height:20px;}
.list_news_block {margin: 10px 0; padding:10px 0;border-bottom:1px dashed #c1a73c;}
.versionsList .list_news_block h3 {margin-top: 40px;}
.list_news{ max-width:250px !important; height:auto;}
.articleContainer i {font-size:15px;}
.articleContainer .cont p{ text-align:justify; color:#3e3e3e;}
.newsImage { max-width:500px; height:auto;}
.pageFoot{ border-top: 1px solid #b4b4b4; margin-top:30px; padding-top:20px}
.twitterFacebookCount{ float:left; text-align:left; }
.twitterFacebookCount i{ font-size:28px; margin-right:15px; color:#007c5a;}

ul.generalList .newsTitle { margin:40px 0;}


.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #c1a73c;
    border-color: #ab9436;
}
.pagination>li>a, .pagination>li>span {color: #007c5a;}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus { background-color: #fff9e0;}


.page_title_header span{ color:#007c5f !important; font-size:36px !important;margin-bottom:30px; border-bottom:0 !important; }

 #eservices .tile-stats, #Laws_Regulations .tile-stats{
            text-align: center;
        }

        .tile-stats {
            position: relative;
            display: block;
            margin-bottom: 20px;
            border: 1px solid #007c5a;
            -webkit-border-radius: 5px;
            overflow: hidden;
            padding-bottom: 5px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 5px;
            -moz-background-clip: padding;
            border-radius: 5px;
            background-clip: padding-box;
            /*background: #efe3af;*/
            background: #fff;
            transition: all 300ms ease-in-out;
            border-bottom: 6px solid;
            
        }
.x_content .tile-stats {min-height:180px;}

            .tile-stats h3 a, .tile-stats h2 a {
                color: #007c5a !important;
                cursor:pointer;
            }

        #eservices .tile-stats .servicesTabs-img{margin-top: 20px;}
		#Laws_Regulations .tile-stats .servicesTabs-img {margin-top: 10px;}
        #eservices .x_title .servicesTabs-img { margin:0 0 0 10px; float: right;}
        #eservices .more_details{float:left; color:#c8b356; margin-left:15px;}
        #eservices .more_details i {margin-left:15px;}
        #eservices .direct_link{float:right; color:#c8b356; margin-right:15px;}
        #eservices .direct_link i { font-size:18px; margin-right:10px;}




.serviceVideo iframe{ margin-top:20px;width: 100%;min-height: 400px;}
.serviceButtons a img{margin-top:20px;}
.serviceButtons img{ width:100%; height:auto;}
.serviceDescription h4, .serviceSide h4 {font-weight:bold; color:#c8b356; margin:0;}

.service_buttton{background-color:#007C5A;width:50%;max-width:230px;text-align:center;margin:0px 0 20px 0;height:62px;margin-right: auto; margin-left: auto;}
.service_buttton:hover{background-color:#D5D5D5;}
.service_buttton>a{color:#fff;display:block;text-decoration:none;font-size:17px;line-height:54px;margin:0 15px;background-position:right 13px;background-repeat:no-repeat;}
.service_buttton>a>div>i{ font-size:26px; margin-right:2px;}
.service_buttton .servicesTabs---moreIcon{ display: inline-block;  width: 32px; height: 32px; border-radius: 50%; text-align: center; line-height: 32px; vertical-align:middle;
	margin-right:15px;
    font-size: 29px;
    border: 2px solid #fff;
}

.service_buttton>a:hover{ color:#c1a73c;}
.service_buttton a:hover .servicesTabs---moreIcon{ border-color:#c1a73c;}
.tabContent{ margin-top:30px;}

.grid{margin:15px 0;border-bottom:1px solid #eaeaea;}
.responsiveGrid{width:100%;border-collapse:collapse;}
.responsiveGrid>thead{background-color:#f4f4f4;border-bottom:3px solid #007C5A;}
.responsiveGrid>thead>tr>th{color:#7b7b7b;font:15px 'Neue Helvetica LTW20 Roman';padding:14px 0;line-height:21px;}
.responsiveGrid>tbody{}
.responsiveGrid>tbody>tr>td{font:13px 'Neue Helvetica LTW20 Light';color:#7b7b7b;padding:10px;line-height:19px;border:1px solid #eaeaea;border-bottom:none;}
.responsiveGrid>tbody>tr.even>td{background-color:#f4f4f4}
.responsiveGrid>tbody td span.thead{display:none}
.responsiveGrid>tbody>tr>td span.document{display:inline-block;padding:0 30px 4px 0;background-position:right 3px;background-repeat:no-repeat;line-height:22px;background-size:21px 22px;}
.responsiveGrid>tbody>tr>td span.document.pdf,#Laws_Regulations .tile-stats a span.document.pdf{background-image:url('../../../images/pdf-icon.png');background-image:linear-gradient(transparent,transparent),url(../../../images/pdf-icon.svg);}
.responsiveGrid>tbody>tr>td span.document.ppt{background-image:url('../../../images/ppt-icon.png');background-image:linear-gradient(transparent,transparent),url(../../../images/ppt-icon.svg);}
.responsiveGrid>tbody>tr>td span.document.doc,#Laws_Regulations .tile-stats a span.document.doc{background-image:url('../../../images/doc-icon.png');background-image:linear-gradient(transparent,transparent),url(../../../images/doc-icon.svg);}
.responsiveGrid>tbody>tr>td span.document.xsl{background-image:url('../../../images/excel-icon.png');background-image:linear-gradient(transparent,transparent),url(../../../images/excel-icon.svg);}
.responsiveGrid>tbody>tr>td.documentSize{text-align:center}
.responsiveGrid>tbody>tr>td.documentDownload{text-align:center}
.responsiveGrid>tbody>tr>td.documentDownload>a.download{display:inline-block;width:20px;height:20px;background:url('../images/download-icon.png') no-repeat center bottom;background-image:linear-gradient(transparent,transparent),url(../images/download-icon.svg);}


#Laws_Regulations .tile-stats a span.document{padding:0 50px 0px 0;background-position:right 0px;background-repeat:no-repeat;line-height:5px;background-size:35px 35px;}
#Laws_Regulations .law_reg_title {margin: 15px 10px;height: 70px;}

/*---------inner page side menu-------------------*/

.bg_header_min{ background: url(img/bg.jpg) no-repeat ;}
.bg_header_vis{ background: url(/_catalogs/masterpage/images/vision_bg_head.png) no-repeat right -40px bottom -69px;background-size: 300px;}
.bg_header_not{ background: url(/_catalogs/masterpage/images/notary_bg_head.png) no-repeat right -40px bottom -69px;background-size: 300px;}
.bg_header_cort{ background: url(/_catalogs/masterpage/images/cort_bg_head.png) no-repeat right -40px bottom -69px;background-size: 300px;}
.bg_header_serv{ background: url(/_catalogs/masterpage/images/serv_bg_head.png) no-repeat right -40px bottom -69px;background-size: 300px;}
.bg_header_news{ background: url(/_catalogs/masterpage/images/news_bg_head.png) no-repeat right -40px bottom -69px;background-size: 300px;}
.bg_header_newsshow{ background: url(/_catalogs/masterpage/images/newsshow_bg_head.png) no-repeat right -40px bottom -69px;background-size: 300px;}
.bg_header_mediacenter{ background: url(/_catalogs/masterpage/images/mediacenter_bg_head.png) no-repeat right -40px bottom -69px;background-size: 300px;}
.bg_header_contactus{ background: url(/_catalogs/masterpage/images/contact_bg_head.png) no-repeat right -40px bottom -69px;background-size: 300px;}
.bg_header_searchshow{ background: url(/_catalogs/masterpage/images/searchshow_bg_head.png) no-repeat right -40px bottom -69px;background-size: 300px;}




.cont_breadCrumb {background-color:#fff; padding:5px 0 30px 0; height:300px;}
.pageHead {padding:30px 0 15px 0;}
.pageHead h1{ margin:0;}
.pageHead .tit-icon {
    float: right; /*border-bottom: 3px solid #c8b356;*/
    width:52px;
    height:auto;
    margin-top: 8px;
}

.pageHead .componentTitle.componentTitle-PaddingLeft {
    padding-left: 5rem;
    padding-bottom: 10px;
    margin: 0;
}
.pageHead .componentTitle span {
    border-bottom: 3px solid #c8b356;
    padding-right: 0;
    line-height: 2.2rem;
    padding-bottom: 25px;
    float: right;
    margin-right: -24px;
}


#readspeaker .menulist h2 { margin-bottom:30px; margin-top:0;}
#readspeaker {margin-top:50px;}
#readspeaker .menulist { padding-right:20px;padding-left: 0px;}

.rightNavMenu ul {list-style-type: none;padding-right: 0px; margin-bottom:20px;}
.rightNavMenu ul li { margin-bottom:22px;}
.rightNavMenu ul li .ms-core-listMenu-item {
	display:block;
	padding: 1.1875rem 1.0625rem 0.8rem;
    font-size: 16px;
    font-weight: bold;
    color: #818181;
    border-style: solid;
    border-width: 0 0 1px 0;
        border-right-width: 0px;
    border-right-width: 5px;
    border-color: #d3d4d5;
    margin-bottom: 0.75rem;
    font-family: "droidsansarabic", sans-serif;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    border-radius: 0px 10px 10px 0px;
}

.rightNavMenu ul li .selected
{
	background-color: rgba( 0,124,90,0.5 );
    color: #fff;
    border-color: #c1a73c;
}


li > a.ms-core-listMenu-item.ms-core-listMenu-selected:hover, li > a.ms-core-listMenu-item:hover, li > a.ms-core-listMenu-item:active{
    background-color: rgba( 0,124,90,0.5 );
    color:#fff;
    border-color:#c1a73c;

}

li > a.ms-core-listMenu-item:hover, li > a.ms-core-listMenu-item.selected li  {
    background-color: rgba( 0,124,90,0.5 );
    color:#fff;
    border-color:#c1a73c;
}

#readspeaker .ms-rtestate-field { background-color:#f3f3f3; padding:15px;}




@media (max-width: 767px) and (min-width: 319px) {
.pageHead {
    padding: 0px 0 15px 0;
}
.pageHead .tit-icon {
    width:35px;
    height:auto;
    margin-top: 8px;
}

.pageHead .componentTitle span {
font-size:24px;
    border-bottom: 3px solid #c8b356;
    padding-right: 2.7rem;
    line-height: 3.2rem;
    padding-bottom: 11px;
    float: right;
    margin-right: -24px;
}
.pageHead .componentTitle.componentTitle-PaddingLeft {
    padding-left: 0rem;
    padding-bottom: 10px;
    margin: 0;
    width:85%;
}

#readspeaker .menulist {
    padding-right: 15px;
    padding-left: 15px;
}


	.twitterFacebookCount{  text-align:right; }
	.fb_iframe_widget { display: inline-block;}
	.ms-webpart-zone { padding: 8px;}
	
	.articleContainer h3 {font-size:17px;}
	.page_title_header span {font-size: 20px !important; margin-bottom: 30px;margin-top: 8px;}
	.componentTitle.componentTitle-PaddingLeft { padding-left: 0rem;}
	.service_buttton {width: 100%;}
	
	ul.generalList .newsTitle {margin: 0;}

	#news_show_list ul, .versionsList ul{padding-right:0;}	
	.versionsList .list_news_block h3 {    margin-top: 0px; }
	
	
}

@media screen and (min-width: 767px) and (max-width: 991.98px){ 

	.twitterFacebookCount{  text-align:right; }
	.fb_iframe_widget { display: inline-block;}
	.ms-webpart-zone { padding: 8px;}
	
	.articleContainer h3 {font-size:17px;}
	
	#news_show_list ul{padding-right:0;}
	#news_show_list .newsTitle h3{font-size:24px;}
	
	#myCarousel2 .carousel-inner > .item > a > img {
    height: 100%;
}



}




.eapps-instagram-feed-title-container
{
visibility:false;
}

#facebook body ._2p3a {float:right; width:100% !important;}

#social #facebookFrame{border:none; overflow:hidden; width:100%; height:400px; float:right;padding-left: 100px;}


@media (max-width: 767px) and (min-width: 319px) {
#social #facebookFrame{border:none; overflow:hidden; width:100%; height:400px; float:right;padding-left:0px;}

}



@media screen and (min-width: 991.99px) and (max-width: 1199.99px) { 

.navbar-nav > li > a {
    padding: 11px 10px;
}

#myCarousel2 .carousel-inner > .item > a > img {
    height: 100%;
}

.service_tab_1 {
    min-height: 225px;

}


.block {
	color: #007c5a;
/*	border: 3px solid #c8b356;*/
    padding-top: 0px;
    margin: 5px;
    text-align: center;
    margin-top: 40px;
}
.block p {
                margin: 0;
                padding: 0px;
                line-height:22px;
            }
.block p i {
    font-size: 60px;
    color: #c8b356;
}

.facebook_div iframe, .twitter_div iframe {width:100% !important; height:500px !important;/* position:fixed;*/}






}








@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 
  .modal-backdrop {
    z-index:-1 !important;
}

.modal {
    position: fixed;
    z-index: 1000000 !important;
    height:100%;
}

}





.ms-srch-hover-outerContainer

{

display: none !important;

}


.galleryList{margin:0;padding:0;list-style:none;}
.galleryList>li{float:right;width:287px;margin:0 0 10px 10px;}
.galleryList>li.fourth{margin:0 0 10px 0;}
.galleryList>li>a{margin:0;padding:5px;background-color:#f2f2f2;display:block;color:#b2b2b2;text-decoration:none;font:11px 'Neue Helvetica LTW20 Roman';line-height:18px;border-bottom:4px solid #007C5A;}
.galleryList>li>a:hover{border-bottom-color:#C4AC47;}
.galleryList>li>a>img{display:block;width:100%;border:1px solid #fff;box-sizing:border-box;min-width:147px;min-height:97px;max-height:276px;background-size:100% 100%;background-size:cover;background-repeat:no-repeat;}
.galleryList>li>a>span{display:block;padding:5px 0;font:11px 'Neue Helvetica LTW20 Roman';line-height:18px;}
.galleryList.videos>li>div{background-color:#f2f2f2;padding:5px;border-bottom:4px solid #007C5A;}
.galleryList.videos>li>div:hover{border-bottom-color:#C4AC47;}
.galleryList.videos>li>div>a{display:block;position:relative;width:100%;min-height:96px;background-position:center center;background-repeat:no-repeat;border:1px solid #FFFFFF;background-size:120% 140%;}
.galleryList.videos>li>div>a>img{margin:auto;height:22px;width:31px;position:absolute;top:0;left:0;right:0;bottom:0;}
.galleryList.videos>li>div>p{color:#b2b2b2;font:11px 'Neue Helvetica LTW20 Roman';line-height:18px;}
.servicesList{}
.servicesList>ul{padding:0;margin:10px 0;list-style:none;}
.servicesList>ul>li{width:48%;float:right;height:122px;margin-top:20px;box-sizing:border-box;display:inline-block;position:relative;background-color:#f4f4f4;border:1px solid #d3d3d3;color:#7b7b7b;text-decoration:none;border-right:3px solid #007c5a;padding:24px 65px 4px 24px;font:15px 'Neue Helvetica LTW20 Roman';line-height:12px;}
.servicesList>ul>li:hover{background-color:#EFEFEF;}
.servicesList-title{margin:0px;}
.servicesList>ul>li.even{margin-right:20px;}
.servicesList>ul>li>a{display:block;color:#7b7b7b;text-decoration:none;font:15px 'Neue Helvetica LTW20 Roman';line-height:16px;}
.servicesList>ul>li>a>p{color:#7b7b7b;text-decoration:none;font:12px 'Neue Helvetica LTW20 light';}
.servicesList>ul>li>a:hover{color:#565656;}
.servicesList>ul>li>p{font:12px "Neue Helvetica LTW20 light";}
.servicesList>ul>li>p>a{text-decoration:none;color:#007c5a;}
.servicesList>ul>li>a>span{display:inline-block;width:35px;height:35px;position:absolute;right:10px;top:7px;}
.servicesList>ul>li>a>span>img{width:42px;position:absolute;right:2px;top:12px;}
/*
.news.hr{

    text-align: center;
    display: block;
    opacity: 0;
    transform: translatey(50px);
    -ms-transform: translatey(50px);
    -webkit-transform: translatey(50px);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
.news.hr.active{
    opacity: 1;
    transform: translatey(0px);
    -ms-transform: translatey(0px);
    -webkit-transform: translatey(0px);
}
*/
#mojmap .modal-dialog, #locations .modal-dialog { width:90%;}
#mojmap .modal-content, #locations .modal-content {  width: 100%;  max-width: 100%; }
#mojmap .close, #locations .close { position:relative; padding:0 !important; color:#565656; top:0; }

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  opacity:0.7;
  float:left;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.popover .popover-title{
	font: 20px 'Neue Helvetica LTW20 Roman','GE Dinar One Regular',DroidSansArabic;
	color:#007c5a;
}

.popover-content {
    padding: 7px 14px;
    line-height: 20px;
    margin-bottom: 25px;
}


#social #whats {
    float: none;
    border: 1px solid #ffffff;
    border-radius: 4px;
    margin-right: 5px;
    height: 42px;
    padding: 0;
    vertical-align: bottom;
    background-color: transparent;    }


#whats {
    width: 55px;
    height: 20px;
    padding: 0px 8px;
    background-color: #25D366;
    color: #fff;
    border-radius: 3px;
    font-size: 9px;
    vertical-align: super;}
    
#whats span{    font-size: 10px;    font-weight: bold;    color: #fff; }
#whats i {color:#fff; font-size:15px;margin-right: 7px;}


.dfwp-column{ background:#fff; padding-right:45px;}


.ms-webpart-titleText{
	visibility:hidden!important;
}






#notfound .main-div{	margin: 0 0 100px 0;}
.cont-div{height: 480px;    padding: 25px 10px;}
.div404{	border-left: 1px solid #007c5a;    height: 420px;}
.header404{    position: absolute;    z-index: 100;    width: 43%;    left: 30px;    top: 0;}
.header404 h1 {font-weight: bolder;    font-size: 50px;		color:#6b6b6b}
.header404 p {	line-height: 22px;    margin-right: 44px;	color: #989898;font-weight: 600;}
.bal-div{    position: absolute;   top: 50px;    margin-top: 30px;}	
.cont-div .col-md-6{text-align: center;}
.cont-div .col-md-6 a h5{   font-size: 18px;   color: #6b6b6b;}
.cont-div .col-md-6 a .naj-logo{ margin-top:20px;}
.links-div {color:#989898; font-weight: 600; margin-top:45px;}
.links-div a {text-decoration:none; color:#6b6b6b;}
.links-div .title { margin-bottom:15px;}
.links-div .customer{     padding-right: 90px;  padding-top: 30px;}
.links-div h3 {color:#147b6a; font-size:35px;font-weight:700;}
.links-div i {font-size:40px;    color: #157c69;margin-top: 20px;}
.links-div .link_faq{ color:#bfa94d; font-size:30px;font-weight:500;margin-right: 20px;line-height: 45px; margin-top:20px}
#notfound .title{ font-size:20px; color:#474747; }
#notfound h4{color:#353535;    font-size: 20px;}
.naj-logo{margin-top:22px !important;}
.customer{padding-top: 25px;}
.customer .col-md-9 img {float: right;    margin-top: 13px;}

.logos div{ text-align:center;}
.ms-WPBorder{ border:0;}


.anim404 { width: 100%; height: auto;}
.anim-div{ text-align:center;}



@font-face {
  font-family: 'The Girl Next Door';
  font-style: normal;
  font-weight: 400;
  src: local('The Girl Next Door'), local('TheGirlNextDoor'), url(https://fonts.gstatic.com/s/thegirlnextdoor/v10/pe0zMJCIMIsBjFxqYBIcZ6_OI5oFHCY4ULF_.ttf) format('truetype');
}
.wrapper {
  padding: 15px;
}
aside {
  margin: 0 45px 0 0;
  width: 250px;
}
.loading {
/*  font-family: 'The Girl Next Door', cursive;*/
  font-size: 26px;
  padding: 3px;
  background-size: 130%;
  -webkit-filter: hue-rotate(10deg);
  height: 50px;
  line-height: 46px;
  color: #c8b356;
  border-radius: 8px;
  text-align: center;
/*  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4) inset;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);*/
  position: relative;
}
.text,
.border {
      z-index: 5;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 4px;
    display: block;}
.text {
  top: 0px;
}
.border {
  border: 3px dashed #157c69;
  clip: rect(0, 0, 0, 0);
  animation: maskBorder 1.4s infinite;
}
@keyframes maskBorder {
  0% {
    clip: rect(0, 50px, 10px, 0);
  }
  20% {
    clip: rect(0, 250px, 10px, 0);
  }
  35% {
    clip: rect(0, 250px, 10px, 190px);
  }
  50% {
    clip: rect(10px, 250px, 50px, 190px);
  }
  60% {
    clip: rect(40px, 250px, 50px, 190px);
  }
  70% {
    clip: rect(40px, 250px, 50px, 0px);
  }
  85% {
    clip: rect(40px, 10px, 50px, 0px);
  }
  90% {
    clip: rect(0, 10px, 50px, 0px);
  }
  100% {
    clip: rect(0, 10px, 10px, 0px);
  }
}
.loading {
  background: transparent;
}


/*a:hover #logoh {
    content: url('/_catalogs/masterpage/NewDesign2018/AR/images/filenotfound/logoh.png');
}
a:hover #najlogoh{
    content: url('/_catalogs/masterpage/NewDesign2018/AR/images/filenotfound/logo2h.png');
}*/


@media (max-width: 767px) and (min-width: 319px) {
	#notfound .title { border-top: 1px solid #bfa94d;margin-top: 35px;}

	#notfound .main-div {    margin: 0;}
	.cont-div{	padding:0; height:auto; margin-bottom:20px;}
	.cont-div .col-md-6 a h5 {    font-size: 17px;  font-weight: 600;}
	.div404{  border:0; border-bottom: 1px solid #007c5a; }
	.header404 { position:inherit;     z-index: 0;    width: 100%;    left: 0;    top: 0; }
	.bal-div{ position: inherit;    top: 0;    margin-top: 0px; }
	.bal-div img { width:100%; }
	.links-div{margin-top:20px;}
	.links-div .customer { margin-top: 20px;    padding-right: 0px; }
	.links-div i {font-size:30px; }

	.logos .customer .col-xs-12 span {    line-height: 20px;}
	.logos .customer .tel img {     float: none;    width: 30px;    margin-left: 0px;    margin-top: 0px;}
	.logos .customer .tel { float:right;  width:100%;}
	.cont-div .col-md-6 a .naj-logo{ width: 100%; }
	.cont-div .col-md-6 a .mojlogo { width:60%;margin-top: 8px;  }
	.header404 p {    margin-right: 22px;    margin-bottom: 25px; }
	.links-div h3 {color:#147b6a; font-size:22px;font-weight:700;}
	.links-div a .link_faq{ font-size:24px;margin-right: 0px;}
	
	.anim-div img { width:100%;}

	aside { margin: 0 30px 0 0;}


}



@media screen and (min-width: 991.99px) and (max-width: 1199.99px) { 


}



.whiteBG section{margin-top: 50px;}