/* Add here all your CSS customizations */
@font-face {
    font-family: Bahij-Plain;
    src: url(fonts/Bahij-TheSansArabic/Bahij-TheSansArabic-Plain.woff);
}

.arabic-text{
    font-family: Bahij-Plain;
}

.text-justify{
    text-align: justify;
}

.text-primary{
color: #f2f2f2 !important;
}

.text-secondary{
    color: #00679E;
}

.icon-featured{
    background-repeat: no-repeat;
    background-position: center center;
}

.language-link-arabic{
    float: left;
    padding: 3px 12px 6px 12px;
}

a{
    text-decoration: none !important;
}

.dropdown-menu li.current, .dropdown-menu li.current a:hover{
    background: linear-gradient(#00679E, #314969) !important;
}

.dropdown-menu li.current a{
    color: #fff !important;
}

.section-id { 
  display: block; 
  content: " "; 
  margin-top: -95px; 
  height: 95px; 
  visibility: hidden; 
}

.footer-contact .fa{
    color: #fff !important;
}

.footer-contact p{
    font-weight: 600;
}

.portfolio-title h2{
    font-size: 1.8em;
    line-height: 24px;
    font-weight: 400;
}

.service-page h3{
    font-size: 1.4em;
    line-height: 24px;
    margin-bottom: 14px;
    font-weight: 600;
}

.service-page h4{
    font-size: 1.15em;
}

.partners-title{
    font-weight: 600;
    font-size: 1.3em;
}

/* Slider CSS start******************************************/
.slider-links{
     width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
}

.timer-background{
    direction: rtl;
    text-align: right;
    width: 100%;
}

.slider .tparrows:before{
    font-size: 20px !important;
    color: blue !important;
}

/* Slider CSS End ******************************************/

.md-width{
    width: 90%;
}

.services-large-icon{
    max-height: 300px;
    max-width: 300px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 5px;
}

/* Partners Box */
.gray-box-container{
    background: #e2e2e2;
    border-right: 1px solid #DDD;
    border-radius: 4px;
}
.gray-box-container .white-box{
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    border-right-width: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


/* methodology list */
.bar-background li{
     background: #337ab7;
    color: #fff;
    padding: 5px 25px 5px 10px !important;
    margin-bottom: 10px !important;
    border-radius: 10px;
}

.bar-background span{
    color: #fff !important;
    padding-right: 8px;
    padding-top: 7px;
}

.bar-background span.english{
    float: left;
    padding-top: 0px;
}

.bar-background span.english::first-letter{
    font-size: 1.5em;
    font-weight: bold;
    padding-right: 3px;
}

.border {
    border: 1px solid red !important;
}

.background {
    background: red !important;
}

/* Medium devices (992px and down) **************************************/
@media (max-width: 992px) {
	.tp-bullets {
		display: none;
	}    
    
    .smallLogo{
        width: 175px !important;
        top: 0px !important;
    }

    /* Partners Box */
    .gray-box-container .white-box{
        border-top-left-radius: 0px;
        border-bottom-right-radius: 4px;
    }  
    
    /* Services Box Titles  */
    .featured-box .box-content h4, .featured-box .box-content h2{
        font-size: 1.1em;
        white-space: nowrap;
    }
    
    /* Slider Arrows */
    .slider .tparrows.tp-leftarrow:before	{text-align: left;}
    .slider .tparrows.tp-rightarrow:before	{text-align: right}
    .slider .tparrows:before{font-size: 12px !important;}

    /* small text on mobile (copy right) */
    .mobile-text-sm{
        font-size: 0.9em !important;
    }    
    .mobile-text-sm a{
        font-size: 1.3em !important;
    }
    
    .top-margin{
        margin-top: 15px !important;
    }
    
}

/* Large devices (992px and up) **************************************/
@media (min-width: 992px) {

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        align-items: center;
    }
    
    .left-padding{
         padding-left: 50px;
    }    
    
    .top-padding{
         padding-top: 18px;
    }
    
}


/*
* Values Style **************************************/
*/

.feature-box.custom-feature-box {
	padding: 20px 10px;
}
.feature-box.custom-feature-box.custom-feature-box-active .feature-box-icon, .feature-box.custom-feature-box:hover .feature-box-icon {
	box-shadow: 0px 0px 40px 4px rgba(200, 200, 200, 0.5);
}
.feature-box.custom-feature-box.custom-feature-box-active .feature-box-icon img, .feature-box.custom-feature-box:hover .feature-box-icon img {
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
	-moz-transform: translate3d(-50%, -50%, 0) scale(1.1);
	-ms-transform: translate3d(-50%, -50%, 0) scale(1.1);
	-o-transform: translate3d(-50%, -50%, 0) scale(1.1);
	transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.feature-box.custom-feature-box .feature-box-icon {
	background: #ffffff !important;
	width: 75px;
	position: relative;
	height: 75px;
	border: 5px solid #C0E4FF;
	border-radius: 100%;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: 20px;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: ease box-shadow 300ms;
	-moz-transition: ease box-shadow 300ms;
	transition: ease box-shadow 300ms;
}
.feature-box.custom-feature-box .feature-box-icon img {
	position: absolute;
	width: 113%;
	top: 50%;
	left: 50%;
	z-index: 0;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
	-moz-transform: translate3d(-50%, -50%, 0) scale(1);
	-ms-transform: translate3d(-50%, -50%, 0) scale(1);
	-o-transform: translate3d(-50%, -50%, 0) scale(1);
	transform: translate3d(-50%, -50%, 0) scale(1);
	-webkit-transition: ease transform 300ms;
	-moz-transition: ease transform 300ms;
	transition: ease transform 300ms;
}

.values-titles{
    color: #C0E4FF !important;
    font-size: 1.4em;
    font-weight: 600;
}

.values-feature-box-info{
    padding-left: 105px !important;
}

@media (max-width: 991px) {
	.col-md-12 .feature-box.feature-box-style-2.custom-feature-box .feature-box-info {
		padding-left: 115px;
	}
    
    .values-desc{
        font-size: 0.9em;
    }
}

/* small text on very small devices *****************************************************/
@media (max-width: 480px) {
    .mobile-text-sm{
        font-size: 0.88em;
    }
}

/* Services Background *****************************************************************/
@media (max-width: 767px) {
    .services-background{
        background: url('../img/services/services-background-small.jpg') top center !important; 
    }
}

@media (min-width: 768px) {
    .services-background{
        background: url('../img/services/services-background.jpg') center center !important;
    }
}
/******************************************************************************************/

.list-ordened-style-3 li:before{
    font-weight: normal !important;
    font-size: 0.85em;
}

.page-header .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}

.featured-box-services-index .featured-box{
     background: linear-gradient(to bottom, #FFF 1%, rgba(51, 122, 183, 0) 98%) repeat scroll 0 0 rgba(51, 122, 179, 0.07) !important;
}

.names{
    font-weight: 700;
    font-size: 0.9em;
}

.speciality{
    font-size: 0.95em;
}