/****FONT FACE*****/
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Raleway.eot');
    src: local('Raleway'), url('../fonts/Raleway.woff') format('woff'), url('../fonts/Raleway.ttf') format('truetype'), url('../fonts/Raleway.svg') format('svg');
}

/***************
RESET
***************/
button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
}

    button:focus, a:focus {
        border: 0 !important;
        outline: 0 !important;
        text-decoration: none !important;
    }

/*img {
    width: 100%;
}*/
body {
    overflow-x: hidden;
}

textarea {
    border: 1px solid #ccc;
    width: 100%;
}

a {
    transition: all .5s ease 0s;
    color: #6d6d6d;
}

    a:hover {
        text-decoration: none;
        opacity: .8;
        color: #FF0000;
    }

li, ul {
    list-style: none outside none;
}

    li.bullet, ul.bullet {
        list-style: inherit;
    }


body {
    font-family: Raleway, "Arial Black", Gadget, sans-serif;
    background: #FFF;
}

h1 {
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: bolder;
    line-height: 26.4px;
}

h2 {
    font-family: Raleway;
    font-size: 19px;
    font-weight: 500;
    line-height: 22px;
    color: #00A0DD;
}

h3 {
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 22px;
}

p {
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 24px;
}
.Pleft { text-align:left; }

blockquote {
    font-family: Raleway;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}

pre {
    font-family: Raleway;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5667px;
}

input, button {
    transition: all .5s ease 0s;
}

.bootstrap-select .btn:focus {
    outline: 0 !important;
    outline-offset: 0px;
    border-color: #ccc;
}

.btn-primary {
    background-image: linear-gradient(to bottom, #337ab7 0px, #265a88 100%);
    background-repeat: repeat-x;
    border-color: #245580;
}

.btn-danger {
    background-image: linear-gradient(to bottom, #d9534f 0px, #c12e2a 100%);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

.btn-success {
    background-image: linear-gradient(to bottom, #5cb85c 0px, #419641 100%);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.btn-info {
    background-image: linear-gradient(to bottom, #5bc0de 0px, #2aabd2 100%);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

.btn-custom {
    background-image: linear-gradient(to bottom, #602600 0px, #3D1800 100%);
    background-repeat: repeat-x;
    border-color: #722D00;
    color: #FFF !important;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff !important;
}

    .btn-primary:focus, .btn-primary:hover {
        background-color: #265a88;
        background-position: 0 -15px;
    }

    .btn-primary.active, .btn-primary:active {
        background-color: #265a88;
        border-color: #245580;
    }

    .btn-primary.disabled, .btn-primary:disabled, .btn-primary[disabled] {
        background-color: #265a88;
        background-image: none;
    }

.btn-info {
    background-image: linear-gradient(to bottom, #5bc0de 0px, #2aabd2 100%);
    background-repeat: repeat-x;
    border-color: #28a4c9;
    color: #FFF !important;
}

    .btn-info:focus, .btn-info:hover {
        background-color: #2aabd2;
        background-position: 0 -15px;
    }

    .btn-info.active, .btn-info:active {
        background-color: #2aabd2;
        border-color: #28a4c9;
    }

    .btn-info.disabled, .btn-info:disabled, .btn-info[disabled] {
        background-color: #2aabd2;
        background-image: none;
    }

.btn-warning {
    background-image: linear-gradient(to bottom, #f0ad4e 0px, #eb9316 100%);
    background-repeat: repeat-x;
    border-color: #e38d13;
}

    .btn-warning:focus, .btn-warning:hover {
        background-color: #eb9316;
        background-position: 0 -15px;
    }

    .btn-warning.active, .btn-warning:active {
        background-color: #eb9316;
        border-color: #e38d13;
    }

    .btn-warning.disabled, .btn-warning:disabled, .btn-warning[disabled] {
        background-color: #eb9316;
        background-image: none;
    }

.btn-default {
    background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #ccc;
    text-shadow: 0 1px 0 #fff;
}

    .btn-default.disabled, .btn-default:disabled, .btn-default[disabled] {
        background-color: #e0e0e0;
        background-image: none;
    }
/**************************************************/
.no-padding {
    padding: 0 !important;
}

.form-control:focus {
    border-color: #b92c28;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(226, 72, 72, 0.6);
    outline: 0 none;
}
/**************************************************/

/****************
Start Header
*****************/
header {
    background: none repeat scroll 0 0 #E8E8E8;
    padding: 20px 0;
}

/*****************
Main Menu
*********************/

.MainSlider {
    width: 100%;
    height: 410px;
    position: relative;
    overflow: hidden;
}


.mainsliderbox .video {
    padding: 15px 0;
}

.video .videoframe iframe {
    width: 100%;
    height: auto;
    min-height: 300px;
    border:0;
}

.mainsliderbox {
    text-align: center;
}

.mainsliderheader {
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 10px;
}

    .mainsliderheader h1 {
        font-size: 40px;
        line-height: 50px;
        text-align: center;
        text-shadow: 3px 4px 5px #000;
    }

.MainSlider .mainsliderheader h1 a {
    color: #fff;
} 

    .mainsliderheader h3 {
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        color: #fff;
        text-shadow: 3px 4px 5px #000;
    }

.mainslidernames {
    position: relative;
    margin-bottom: 30px;
}

.platforms {
    width: 100%;
    position: relative;
    padding: 0px;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center center;
}

.mainsliderheader2 {
    background: url(../images/bottom-shadow5.png) center bottom no-repeat;
    color: #265a88;
    padding-bottom: 25px;
    background-size: 100% 5px;
    font-size: 27px;
}

.mainsliderheader3 {
    background: url(../images/bottom-shadow5.png) center bottom no-repeat;
    color: #FF5F5D;
    padding-bottom: 25px;
    background-size: 100% 5px;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}

@media (max-width:992px) {
    .ceepheadercenter {
        width: 100%;
    }
}

@media (max-width:992px) {
    .ceepheadercenter img {
        max-height: 120px;
    }
}

@media (max-width:590px) {
    .ceepheadercenter img {
        max-height: 110px;
    }
}

@media (max-width:640px) {
    .mainsliderheader2 {
        font-size: 18px;
        margin-top: 0px;
    }

    .mainsliderheader3 {
        font-size: 18px;
        margin-top: 0px;
    }
}

@media (max-width:995px) {

    .mainsliderheader h1 {
        font-size: 28px;
        line-height: 28px;
        margin-top: 5px;
        text-align: left;
    }

    .mainsliderheader h3 {
        font-size: 18px;
        line-height: 21px;
    }

    .video .videoframe iframe {
        width: 100%;
        height: auto;
        min-height: 350px;
    }


    .MainSlider {
        height: 525px;
    }

    .back {
        font-size: 13px;
    }

    .slideshow {
        height: 210px !important;
    }
}


@media (max-width:640px) {
    .MainSlider {
        height: 650px;
    }
}


.topMenu {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#main-nav li:hover {
    /*background: #9D4946;*/
    /*color: #FFF;*/
    border-radius: 3px;
}

#main-nav li a {
    text-align: left;
}

#main-nav li ul {
    position: static !important;
}

    #main-nav li ul li {
        width: 100% !important;
    }

}


/*****************
SUB MENU
***********************/
#main-nav li ul {
    position: absolute;
    z-index: 9999999;
    background: none repeat scroll 0 0 #444;
    top: 49px;
    left: 0px;
}

    #main-nav li ul li {
        height: 48px;
        margin: 0;
        padding: 0;
        text-align: left;
        width: 170px;
        display: block;
        border-bottom: 1px solid #000;
    }

        #main-nav li ul li a {
            display: block;
            padding: 5px 0px 0 10px;
            color: #FFF;
            font-size: 12px;
            line-height: 35px;
        }

        #main-nav li ul li:hover a {
            color: #FFF;
            height: 48px;
            text-decoration: none;
        }

    #main-nav li ul.fallback {
        display: none;
        padding: 0;
        transition: all .5s ease 0s;
    }

#main-nav li:hover ul.fallback {
    display: block;
    border-bottom: 1px solid #ccc;
    border-bottom: 0;
}

.nav > li > a:focus {
    background: none;
}

#main-nav li ul li {
    border-left: 0;
}

@media (max-width:767px) {
    .topMenu {
        float: none;
    }
}

/***************
Scroll to TOP
****************/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #5D91BF;
    color: #eeeeee;
    width: 35px;
    height: 35px;
    line-height: 30px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-radius: 27px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        background-color: #888888;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }

    .scroll-top-wrapper i.fa {
        line-height: inherit;
        color: #fff;
    }
/********************
    FOOTER
    **************************/
footer {
    background: #292929;
    padding-top: 20px;
}

    footer h3 {
        color: #FFF;
        line-height: 24px;
        margin: 5px;
    }

.tel {
    color: #878787;
    font-size: 14px;
}

footer ul li {
    margin: 5px 0;
    padding: 0;
}



.socialBot {
    float: right;
}

    .socialBot li {
        float: left;
        margin: 0 10px;
    }

        .socialBot li a {
            background: #e24848 none repeat scroll 0 0;
            border-radius: 25px;
            color: #fff;
            height: 35px;
            padding: 10px;
            text-align: center;
            width: 35px;
        }

.newsletter {
    color: #999;
}

.copyrights {
    color: #888888;
    padding: 0 0 10px;
}

.newsletter .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

hr {
    border-color: #444;
}

.newsletter input[type=email] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.newsletter input[type=email] {
		margin-bottom: 10px;
		border-radius: 4px;
	}
	.newsletter .btn {
		border-top-left-radius: 4px;
    	border-bottom-left-radius: 4px;
	}

}
/**********************
    About Us Section
    */
section {
    margin-bottom: 10px;
}

.aboutUsBlock {
    font-size: 20px;
    padding: 20px;
    text-align: center;
}
/******************************
    6Blocks
    */


.innerBlock {
    color: #FFFFFF;
    padding: 15px 10px;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}

.blueBlock {
    background: none repeat scroll 0 0 #305E99;
    border-radius: 10px;
}

.greenBlock {
    background: none repeat scroll 0 0 #7EC242;
}

.orangeBlock {
    background: none repeat scroll 0 0 #F9B517;
}

.redBlock {
    background: none repeat scroll 0 0 #ED2929;
}

.purpleBlock {
    background: none repeat scroll 0 0 #99448E;
}

.cyanBlock {
    background: none repeat scroll 0 0 #00AEEF;
}

.imageframe {
    /* display: block; */
    display: inline-flex; /* changed by Azmy */
    font-size: 50px;
    margin: 0;
    padding: 0;
    align-items: center; /* added by Azmy */
}


.back .imageframe .fa {
    float: left;
    padding-right: 6px;
    padding-bottom: 5px;
}

.innerBlock h2 {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 27px;
    margin: 10px 0;
}

.innerBlock p {
}

.innerBlock .btn {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    border: 1px solid #FFFFFF;
    border-radius: 0;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 40px;
}

.blockMoreBtn {
    bottom: 5%;
    left: 33%;
    position: absolute;
}
/********************
    16/*02/201
    Sabry
    ***********************/
/************************
    Services
    */
.timeline {
    position: relative;
    padding: 4px 0 0 0;
    margin-top: 22px;
    list-style: none;
}

    .timeline > li:nth-child(even) {
        position: relative;
        margin-bottom: 50px;
        height: 290px;
        right: -100px;
    }
	@media (max-width: 1199px) {
		 .timeline > li:nth-child(even) {
			height: auto;
		}
	}
    .timeline > li:nth-child(odd) {
        position: relative;
        margin-bottom: 50px;
        height: 290px;
        left: -100px;
    }

    .timeline > li:before,
    .timeline > li:after {
        content: " ";
        display: table;
    }

    .timeline > li:after {
        clear: both;
        min-height: 170px;
    }

    .timeline > li .timeline-panel {
        position: relative;
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

        .timeline > li .timeline-panel:before {
            right: auto;
            left: -15px;
            border-right-width: 15px;
            border-left-width: 0;
        }

        .timeline > li .timeline-panel:after {
            right: auto;
            left: -14px;
            border-right-width: 14px;
            border-left-width: 0;
        }

    .timeline > li .timeline-image {
        z-index: 100;
        position: absolute;
        left: 50%;
        border: 7px solid #3b5998;
        border-radius: 100%;
        background-color: #3b5998;
        box-shadow: 0 0 5px #4582ec;
        width: 200px;
        height: 200px;
        margin-left: -100px;
    }

        .timeline > li .timeline-image h4 {
            margin-top: 12px;
            font-size: 10px;
            line-height: 14px;
        }

    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }

        .timeline > li.timeline-inverted > .timeline-panel:before {
            right: auto;
            left: -15px;
            border-right-width: 15px;
            border-left-width: 0;
        }

        .timeline > li.timeline-inverted > .timeline-panel:after {
            right: auto;
            left: -14px;
            border-right-width: 14px;
            border-left-width: 0;
        }

    .timeline > li:last-child {
        margin-bottom: 0;
    }

    .timeline .timeline-heading h4 {
        margin-top: 22px;
        margin-bottom: 4px;
        padding: 0;
        color: #ED2929;
        font-weight: 600;
    }

        .timeline .timeline-heading h4.subheading {
            margin: 0;
            padding: 0;
            text-transform: none;
            font-size: 18px;
            color: #333333;
        }

    .timeline .timeline-body > p,
    .timeline .timeline-body > ul {
        margin-bottom: 0;
        color: #000;
        margin-top: 10px;
        line-height: 26px;
    }
    /*Style for even div.line*/
    .timeline > li:nth-child(odd) .line:before {
        content: "";
        position: absolute;
        top: 60px;
        bottom: 0;
        left: 635px;
        width: 4px;
        height: 340px;
        background-color: #3b5998;
        -ms-transform: rotate(-32deg); /* IE 9 */
        -webkit-transform: rotate(-32deg); /* Safari */
        transform: rotate(-32deg);
        box-shadow: 0 0 5px #4582ec;
    }
    /*Style for odd div.line*/
    .timeline > li:nth-child(even) .line:before {
        background-color: #3B5998;
        bottom: 0;
        box-shadow: 0 0 5px #4582EC;
        content: "";
        height: 340px;
        left: 476px;
        position: absolute;
        top: 60px;
        transform: rotate(32deg);
        width: 4px;
        -ms-transform: rotate(32deg); /* IE 9 */
        -webkit-transform: rotate(32deg); /* Safari */
    }
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
    .timeline > li:nth-child(even) {
        margin-bottom: 0px;
        min-height: 0px;
        right: 0px;
    }

    .timeline > li:nth-child(odd) {
        margin-bottom: 0px;
        min-height: 0px;
        left: 0px;
    }

    .timeline > li:nth-child(even) .timeline-image {
        left: 0;
        margin-left: 0px;
    }

    .timeline > li:nth-child(odd) .timeline-image {
        left: 690px;
        margin-left: 0px;
    }

    .timeline > li:nth-child(even) .timeline-panel {
        width: 76%;
        padding: 0 0 20px 0px;
        text-align: left;
    }

    .timeline > li:nth-child(odd) .timeline-panel {
        width: 70%;
        padding: 0 0 20px 0px;
        text-align: right;
    }

    .timeline > li .line {
        display: none;
    }

    .timeline > li:nth-child(2n+1) {
        height: auto;
    }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
    .timeline > li:nth-child(even) {
        margin-bottom: 0px;
        min-height: 0px;
        right: 0px;
    }

    .timeline > li:nth-child(odd) {
        margin-bottom: 0px;
        min-height: 0px;
        left: 0px;
    }

    .timeline > li:nth-child(even) .timeline-image {
        left: 0;
        margin-left: 0px;
    }

    .timeline > li:nth-child(odd) .timeline-image {
        left: 520px;
        margin-left: 0px;
    }

    .timeline > li:nth-child(even) .timeline-panel {
        width: 70%;
        padding: 0 0 20px 0px;
        text-align: left;
    }

    .timeline > li:nth-child(odd) .timeline-panel {
        width: 70%;
        padding: 0 0 20px 0px;
        text-align: right;
    }

    .timeline > li .line {
        display: none;
    }

    .timeline > li:nth-child(2n+1) {
        height: auto;
    }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
    .timeline > li:nth-child(even) {
        margin-bottom: 0px;
        min-height: 0px;
        right: 0px;
    }

    .timeline > li:nth-child(odd) {
        margin-bottom: 0px;
        min-height: 0px;
        left: 0px;
    }

    .timeline > li .timeline-image {
        position: static;
        width: 150px;
        height: 150px;
        margin-bottom: 0px;
    }

    .timeline > li:nth-child(even) .timeline-image {
        left: 0;
        margin-left: 0;
    }

    .timeline > li:nth-child(odd) .timeline-image {
        float: right;
        left: 0px;
        margin-left: 0;
    }

    .timeline > li:nth-child(even) .timeline-panel {
        width: 100%;
        padding: 0 0 20px 14px;
    }

    .timeline > li:nth-child(odd) .timeline-panel {
        width: 100%;
        padding: 0 14px 20px 0px;
    }

    .timeline > li .line {
        display: none;
    }

    .timeline > li:nth-child(2n+1) {
        height: auto;
    }
}

.hSep {
    width: 100%;
    height: 45px;
    float: left;
}

h1.title {
    border-bottom: 1px dotted #5998C3;
    color: #5998C3;
    padding-bottom: 9px;
    padding-left: 5px;
}

.media-body {
    color: #000;
}

.media-heading {
    color: #0673a6;
    font-size: 20px; 
    padding-top:5px;
}

ul.articleList {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
    ul.articleList li {
        color: #000;
    }

    ul.articleList li {
        border-top: 1px dashed #CCCCCC;
        padding-bottom: 5px;
        padding-top: 5px;
    }

.noBorderTop {
    border-top: 0 none !important;
}

ul.articleList li span {
    font-family: fontAwesome;
    padding-right: 5px;
}

    ul.articleList li span:before {
        content: "\f0da";
    }
	@media (min-width: 578px) {
		.articleList {
			text-align:left;
		}
		.articleList h2 {
			display: inline-block;
		}
    
}
.articleList li > div {
	float:left;
	width:15%;
}
@media (max-width: 520px) {
	.articleList li > div {
		float:none;
		width:100%;
	}
	.articleList {
		text-align:left;
	}
}
.liteColor {
    border-color: #ccc;
}

.panel-heading {
    padding: 18px 15px;
}

.panel-warning > .panel-heading {
    background-color: #ff8000;
    border-color: #d06a05;
    color: #FFF;
}

.panel-warning {
    border-color: #ff8000;
}

.panel-body {
    color: #000;
}

.panel-info > .panel-heading {
    background-color: #32b8be;
    border-color: #0bbcd3;
    color: #FFF;
}

.panel-info {
    border-color: #00f5ff;
}

.omniSection {
    background: url("../images/omnichannelpage/bg_blueplane.jpg") repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
    background-image: url("../images/newimages/home_bg3.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    width: 100%;
}
.media .media-img {
	text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}
.media .media-img .img-thumbnail {
	border: none;
	border-radius:0;
}
.displayFlex {
    display: flex;
    flex-wrap: wrap;
}

.omniPara {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    padding: 10px;
    line-height: 26px;
    font-size: 16px;
}

.omniSection2 {
    background: url("../images/newimages/home_bg3.jpg") repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
}


.outsourcing {
    background: url("../images/newimages/services/outsourcing-development-services.jpg") repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
}

.outsourcing .displayFlex {
        padding: 20px 5px;
    }
    
    .secList li {
        color: #FFF !important;
    }

/***********************
NEWS
***********************/
.entry-header {
    background: #F2F2F2;
    height: auto;
}

.post, .comments {
    background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 3px;
    box-shadow: 0 1px 1px #AAAAAA;
    margin: 10px auto;
    padding: 3em;
}

.entry-description {
    color: #344151;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 1.15em;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

.entry-avatar {
    border-radius: 50%;
    float: left;
    margin-right: 1em;
}

.entry-title {
    color: #222222;
    font-size: 20px;
    margin: 0 0 0.2em;
    line-height: 28px;
    font-weight:bold;
}

.entry-meta {
    color: #999999;
    font-size: 90%;
    margin: 0 0 1.8em;
}

.entry-title a {
    color: #222222;
}

@media (min-width: 577px) {
.displayFlexOnly {
    display: flex;
    flex-basis: 50%;
    padding: 0px 10px;
}
}
@media (min-width: 768px) {
	.displayFlexOnly {
		display: flex;
		flex-basis: 33.29%;
		padding: 0 10px;
}
}

@media(max-width:576px){
.displayFlexOnly {
	display: flex;
	flex-basis: 100%;
}
}

.relatedTopics .entry-title {
}

.relatedTopics .entry-description p {
    height: 143px;
    overflow: hidden;
}

.relatedTopics .entry-header {
    height: 70px;
    overflow: hidden;
}

.relatedTopics .entry-header h2 {
        color: #265691;
        font-size: 14px;
        font-weight: bold;
        line-height:22px;
    }

.relatedTopics .post {
    padding: 15px;
}
/***********************
    CEEP BLOCK
    */
#CeepBlock {
    background: #f5f5f5;
    padding: 0 0 30px;
    margin-bottom: 0;
}

.CeepBlock {
    background: url("../images/arrow.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}

    .CeepBlock .listMenu {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .CeepBlock h1 {
        color: #000000;
        margin-top: 40px;
        text-align: center;
    }

    .CeepBlock p {
    }

.listMenu {
    line-height: 30px;
    margin-top: 30px;
}

    .listMenu li {
        margin-bottom: 10px;
        color: #444444;
    }

        .listMenu li a {
            display: block;
            font-size: 14px;
            font-weight: bold;
            transition: all 0.5s ease 0s;
        }

            .listMenu li a:hover {
                color: #444;
            }

    .listMenu .fa {
        color: #337ab7;
        margin-right: 5px;
        font-size: 18px;
        font-weight: bold;
    }

.slideshow {
    margin-top: 20px;
    height: 380px;
    overflow: hidden;
}
/*#slideshow {
		    margin: 80px auto;
		    position: relative;
		    width: 240px;
		    height: 240px;
		    padding: 10px;
		    box-shadow: 0 0 20px rgba(0,0,0,0.4);
		}*/

#slideshow > div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    text-align: center;
}

#slideshow div img {
    width: auto;
}

@media (max-width:480px) {
    #slideshow div img {
        width: 80%;
    }
}

.platformbox1 .fa {
    color: #FFFFFF;
    font-size: 32px;
}

.omniCH .platformbox1 {
    color: #FFFFFF;
    height: auto;
    width: 100%;
    padding: 20px 10px;
}

.leftSide {
    float: left;
    width: 18%;
}

.RightSide {
    float: right;
    width: 79%;
}

.carousel-inner {
	margin-bottom:30px;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    text-align: center;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

.item:nth-child(1) {
    /*background: #74C390;*/
}

.item:nth-child(2) {
    /*background: #51BCE8;*/
}

.item:nth-child(3) {
    /*background: #E46653;*/
}

.carousel-fade .carousel-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #777777 !important;
    font-size: 40px;
    line-height: 12;
    text-shadow: none;
    width: auto;
}

.carousel-fade .item p, .carousel-fade .item h1, .carousel-fade .item ul li {
    color: #000;
}
.carousel-fade .item .sliderText ul li { font-size:15px; line-height:24px;
}




    .carousel-fade .item ul li i {
        margin-right: 5px;
    }

.sliderText {
    margin-top: 40px;
}

.carousel-fade .carousel-indicators li {
    background-color: #000000;
    border: 1px solid #000000;
}

.carousel-fade .carousel-indicators {
    bottom: 10px;
    left: 46%;
    margin-left: 0;
    padding-left: 0;
    top: 85%;
}
@media(max-width:767px){
    .carousel-fade .carousel-indicators {
        top: 98%;
		left: 19%;
    }
}
.well p {
    color: #000;
    margin-top:10px;
}

.alignCenter {
    text-align: center;
}

.carousel2 .carousel-indicators {
    left: 20%;
    margin-left: 0;
    padding-left: 0;
    top: 100%;
}

/*************************
Slider BG
************************/
.SliderBg {
    background-image: url("../images/newimages/news/bg2.jpg");
    background-size: cover;
    height: 90%;
    width: 100%;
    position: fixed;
    z-index: -1;
    background-position: center;
}

@media (height:1024px) {

    .SliderBg {
        height: 67%;
    }
    .AnniversaryBg { height: 67%;
    }
}

@media (min-width:1600px) {

    .SliderBg {
        height: 81%;
    }
    .AnniversaryBg { height:81%; }
}

@media (min-width:1920px) {

    .SliderBg {
        height: 73%;}

 .AnniversaryBg { height:73%; }
    
}

.outerBg {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-bottom: 20px;
    padding-top: 20px;
}
/**************************
Horizental slider
****************************/
.horizentalTicker {
    background: linear-gradient(to top, #000000, #444444) repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 20px;
}

    .horizentalTicker h1 {
        border-color: #FFFFFF;
        color: #FFFFFF;
    }

.circle {
    border-radius: 100%;
    float: left;
    height: 150px;
    margin: 10px 38px 25px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    width: 150px;
}

    .circle img {
        opacity: 0.4;
        transition: all 0.5s ease 0s;
    }

    .circle:hover img {
        cursor: pointer;
        opacity: 1;
    }

    .circle:hover span {
        cursor: pointer;
        background: none repeat scroll 0 0 #444444;
        height: 82px;
        left: 0;
        overflow: hidden;
        padding: 0 13px;
        text-overflow: ellipsis;
        top: 63%;
        width: 150px;
    }

    .circle span {
        font-size: 14px;
        height: 85px;
        left: 10px;
        margin: auto;
        overflow: hidden;
        position: absolute;
        text-align: center;
        text-overflow: ellipsis;
        text-shadow: 0 2px 3px #000000;
        top: 28%;
        width: 130px;
        transition: all 0.5s ease 0s;
        color:#fff;
        font-weight:100;
    }

.noBorderTop h2 {
    margin-top: 5px;
}

.platformbox1:hover div:first-child {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.platformbox1 div:first-child {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.clientLogos {
}

    .clientLogos .item img { margin: 0 auto;
    }

.back .boxesheader {
    font-size: 20px;
    margin: 0;
    padding-left: 13px;
    text-align: left;
    line-height: 26px;
    font-weight:bold;
}

/*Seham updates*/
.CenterText a {
    color: #2f5e97;
}

    .CenterText a:hover {
        color: #b92c28;
    }

.map {
    display: block;
    padding: 0;
    margin: 10px auto;
}

.socialBot .fa {
    color: #888;
    margin: 0 8px;
}

footer a:hover, footer a:hover .fa {
    color: #337ab7;
}

.copyrights {
    float: left;
}

.socialBot {
    float: right;
    padding-bottom:10px;
}
.socialBot li a {
    margin:5px;
    }


.nav li.special a {
    background: #265a88;
    border-radius: 20px;
    color: #fff !important;
	padding: 8px !important;
    margin-top: 8px;
}

#main-nav li.special a:hover {
    background: #b02018;
}

/*seham*/
.Request label {
    color: #265a88 !important;
}

.Reqtext {
    color: #333;
}

.reqimg img {
    border-radius: 0 0 10px 10px;
}

.Request .platformsPG {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
}

.reqpg {
    color: #333;
}

.centerimg img {
    display: block;
    margin: 0 auto;
}

.reqbttn {
    color: #fff;
    padding: 15px 25px;
    background-color: darkred;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 3px #666;
}

    .reqbttn:hover {
        color: #fff;
        background-color: #337ab7;
    }

.pitalic {
    font-style: italic;
}


#formspinner {
    background: rgba( 255, 255, 255, 0.8 );
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9999;
}

#formspinner img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}
.img-resp {
    width:100%;
}

span {
    color: #5998C3;
    font-size:18px;
    font-weight:bold;
}

    span.entry-date {
        font-size:14px;
    }
    
.slide-title {
        font-size: 20px;
        color: #000;
        font-weight: bold;
    }

.sliderText ul, .sliderText p {
    margin-top:10px;

}

.relatedTopics .entry-header span {
    color: #265691;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}
span.white {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 27px;
    margin: 10px 0;
    display:block;
    
}
p.blue {
   
    font-size: 19px;
    font-weight: bold;
    line-height: 22px;
    color: #00A0DD;
    display:block;
}