﻿

@font-face {
  font-family: "DIN Next LT Arabic";

  src: url('fonts/helvetica-neue.eot');
  src: url('fonts/helvetica-neue.eot?#iefix') format('embedded-opentype'), 
       url('fonts/helvetica-neue.woff2') format('woff2'), input-group-btn
       url('fonts/helvetica-neue.woff2') format('woff'), 
       url('fonts/helvetica-neue.ttf') format('truetype'), 
       url('fonts/helvetica-neue.svg') format('svg');
}

@font-face {
  font-family: "DIN Next LT Arabic";

  src: url('fonts/helveticalight.eot');
  src: url('fonts/helveticalight.eot?#iefix') format('embedded-opentype'), 
       url('fonts/helveticalight.woff2') format('woff2'), 
       url('fonts/helveticalight.woff2') format('woff'), 
       url('fonts/helveticalight.ttf') format('truetype'), 
       url('fonts/helveticalight.svg') format('svg');
}
@font-face {
        font-family: "DIN Next LT Arabic";
        src: url('fonts/230163575-DINNextLTArabic-Regular.eot');
        src: url('fonts/230163575-DINNextLTArabic-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/230163575-DINNextLTArabic-Regular.svg#DIN Next LT Arabic') format('svg'),
        url('fonts/230163575-DINNextLTArabic-Regular.woff') format('woff'),
        url('fonts/230163575-DINNextLTArabic-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
@font-face {
        font-family: "DIN Next LT Arabic medium";
        src: url('fonts/147277833-DINNextLTArabic-Medium.eot');
        src: url('fonts/147277833-DINNextLTArabic-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/147277833-DINNextLTArabic-Medium.svg#DIN Next LT Arabic') format('svg'),
        url('fonts/147277833-DINNextLTArabic-Medium.woff') format('woff'),
        url('fonts/147277833-DINNextLTArabic-Medium.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    body {
  margin: 0;
  padding: 0;
  background-color: #FFF; 
  }

    
h1,h2,h3,h4,h5,h6,p,a, .navbar-nav li, .top-section ul li{
	/*font-family: 'ge_ss_medium-webfont';*/
    /*font-size:18px;*/ 
}

body,h1,h2,h3,h4,h5,h6,p,a,
 .navbar-nav li,
  .top-section ul li,
  .Pagesub-banner .container h3,
  .products .full-container .products-main p,
  .products .full-container .products-main h3,
  .solutions .full-container h3,
  .elm-Adv .row .box,
  .solutions .full-container .side-bar ul li a,
  .solutions .solution-boxes a.box p,
  .products .full-container .side-bar ul li a,
  .social div, .social h3,
  .jumbotron .container h2, .jumbotron .container p,
  .sec-banner .bannersub p, .aglance-data p, .elm-Adv .row .box,
  .ceo-banner-shape .Message,
  p.title,
  .ceo-content-txt,
  .bod-banner p,
  .bod-content div p,
  .menu-right-text, 
  .Page-Content .row-NoHeader P,
  .Page-Content .row-NoHeader ul,
  .news-banner p,
  .NewsDetails,
  .solution-wrapper .sol-desc p,
  a.readmore-banr-blog,
  a.btn.btn-default.btn-partner,
  .services-section ul li ,
  .banner-buttons a{ 
    font-family: "DIN Next LT Arabic" !important;
}


a 
{
  color: #336498;
  -ms-transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
a:hover, a:focus, a:active, a:visited { text-decoration: none !important; }

/*loader*/
  .loader-wrap
  {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    /*display: none;*/
  }
  .loader-img
  {
    width: 143px;
    height: 142px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -72px; 
    margin-top: -70px; 
  }
  /*.logo-bk
  {
    width: 143px;
    height: 142px;
    background: url('/images/logo-bk.png') no-repeat;
    background-size: 143px 142px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
  }
  .logo-front
  {
    width: 0px;
    height: 142px;
    background: url('/images/logo-front.png') no-repeat;
    background-size: 143px 142px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 10s ease-in-out;
    /*transition: all 1s ease-in-out;*/
  }*/
  .logo-front.start
  {
    width: 305px;
  }



/*======================================================== Logo Lang Switcher and Search =======================================================*/
.top-section {
  /*border-bottom: 1px solid #b6b6b6;*/
  width: 100%;
}

.top-section ul {
  list-style-type: none;
  float: right;
  margin: 0px;
}
.top-section ul li {
  float: left;
}

.top-section ul li a { 
    display: block;
    padding: 5px;
    height: 48px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
}
a.home { background-color: #003d7d; }
a.home:hover { background-color: #1d1060; }
a.search { background-color: #336498; }
a.search:hover { background-color: #372b7a; }
a.lang { background-color: #668bb2; color: #FFF; font-size: 22px; text-transform: uppercase; padding-top: 10px !important; }
a.lang:hover { background-color: #4e428b;  }

a.login 
{
  font-size: 22px;
  width: auto !important;
  padding: 10px 80px 10px 30px !important;
  background: #e8e8e8 url(/images/login-icon.png) no-repeat right 15px top 10px;
}
a.login:hover 
{
  background-color: #336498;
  color: #FFF;
  background-position: right 15px top -40px;
  
}
/*search box*/
    ::-webkit-input-placeholder {
       color: #3BA1D5;
    }

    :-moz-placeholder { /* Firefox 18- */
       color: #3BA1D5;  
    }

    ::-moz-placeholder {  /* Firefox 19+ */
       color: #3BA1D5;  
    }

    :-ms-input-placeholder {  
       color: #3BA1D5;  
    }
    .box-btn-search, .box-btn-search:focus
    {
      width: 100%;
      height: 100%;
      display: block;
      background: url('../images/icon-search.png') no-repeat;
      background-position: center center;
      background-color: #007c84;
      transition: all .4s ease-out;
      display: none;
    }
    #search-box
    {
      width: 100%;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 10000;
        display: none; 
        background-color: #4CC8F1;
        /*transition: all .5s ease-out;*/
        overflow: hidden;
    }
    #search-box.active
    {
        /*z-index: 10;*/
        /*background-position: top right;*/
      /*width: 100%;
      height: 100%;
      top: 0;
      right: 0;*/
    }
    #btn-close-search
    {
      display: inline-block;
      position: absolute;
      right: 65px;
        top: 59px;
      transform: scale(0);
      transition: all .5s ease-in;
      transform-origin: center;
    }
    #btn-close-search.active
    {
      transform: scale(1);
    }
    searchClose{
	   background: url('../images/btn-close.png') no-repeat;
    }
    .search-content-wrap
    {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 400px;
      margin: 0 auto;
      top: 38%;
    }
    .search-field, .search-field:focus, .search-field:active
    {
      position: relative;
        width: 60%;
        padding-right: 10%;
        /* display: block; */
        opacity: 0;
        display: none;
        outline: none;
        font-size: 80px;
        font-weight: bold;
        background: transparent;
        border: 0;
        /* top: 40%; */
      color: #fff;
      left: 0%;
      border-bottom: 1px solid #3BA1D5;
      transition: all .4s ease-out .1s;
    }
    .search-field.active
    {
      opacity: 1;
      left: 20%;
    }

    #hit-search-query
    {
      display: block;
      display: none;
        position: absolute;
        right: 20%;
        top: 0;
        width: 90px;
        height: 100px;
        background: url('../images/icon-search-2.png') no-repeat;
        background-position: bottom;
        background-size: 90% auto;
        transition: all .4s ease-out .2s;
        transform: scale(0);
        transform-origin: center;
    }
    #hit-search-query.active
    {
      transform: scale(1);
    }

    .search-results-wrapper
    {
      width: 50%;
      position: relative;
      left: 20%;
      top: 10px;
      padding: 10px 0;
      /*background: red;*/
      overflow: hidden;
    }
    .search-results-wrapper ul, .search-results-wrapper ul li
    {
      margin: 0;
      padding: 0;
      overflow: hidden;
      position: relative;
    }
    .search-results-wrapper ul li
    {
      float: left;
      margin-right: 10px;
      /* padding: 0 20px; */
      padding-right: 20px;
    }
    .search-results-wrapper ul li a, .search-results-wrapper ul li a:focus
    {
      display: block;
      /*background: #fff;*/
      color: #C1CB5B;
      text-decoration: underline;
    }
    .search-results-wrapper p
    {
      display: block;
      padding: 0 5px;
      color: #fff;
    }
  /*search box*/






/*======================================================== Navigation Menu =======================================================*/


.navbar {
    position: initial;
}

.navbar-brand {
  padding: 25px 0px;
}

.navbar-brand img{
width:95px;
margin-top:-18px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

ul.first-nav { 
margin-top: 35px;
    margin-right: -50px;
    transition: all .4s ease-in-out;
     }

ul.first-nav li a { 
   font-size: 14px;
  color: #8d8d8d;
  padding: 0 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  }
ul.first-nav li a i { 
 background-color: #989898;
  width: 95%;
  height: 20px;
  position: absolute;
  z-index: -1;
  display: block;
  left: 4px;
  opacity: 0;

  -ms-transform: skewX(-23deg) scale(0,1);
  -webkit-transform: skewX(-23deg) scale(0,1);
  transform: skewX(-23deg) scale(0,1);
  transform-origin: center;

  -ms-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  }
  ul.first-nav li a:hover { color: #FFF; background-color: transparent;  }
ul.first-nav li a:hover i { opacity: 1; transform: skewX(-23deg) scale(1,1);}

ul.first-nav li::after {
  content: '/';
  position: absolute;
  left: -2px;
  top: 0;
}
ul.first-nav li:first-child::after {
    display: none;
}


ul.second-nav li a 
{ 
  font-size: 18px; 
  color: #0f6cb6; 
  padding: 15px 0px; 
  text-transform: uppercase; 
  overflow: hidden; 
  margin: 0px 10px; 
  position: relative;
  z-index: 1;
}
ul.second-nav li a i 
{ 
  background-color: #0f6cb6; 
  width: 100%; 
  display: block; 
  height: 50px; 
  position: absolute; 
  top: -55px; 
  opacity: 0;
  -ms-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: -1;
}

@keyframes colorize {
  0% 100% {
    color: #0f6cb6;
  }
  30% {
    color: #FFFFFF;
  }
  70% {
    color: #FFFFFF;
  }
}
/*ul.second-nav li a:hover { animation: colorize 0.5s ease-in-out alternate;  }*/
ul.second-nav li a:hover { background-color: transparent; }
ul.second-nav li a:hover i { top: 48px; opacity: 1; z-index: 0; }
/* Sub menu */

.nav > li {
    display: inline-block;
}
ul.second-nav li a { display: inline-block; }
.sub-manu { left: 0;
    /*position: absolute;*/
    width: 100%; }
.sub-manu .inner {
    float: left;
    margin-right: 50px;
    }
.sub-manu .inner:before,
.sub-manu .inner:after {
  content: " ";
  display: table;
}

.sub-manu .inner:after {
  clear: both;
}


.sub-manu .inner h3 {   }
.sub-manu .inner ul {   }
.sub-manu .inner ul li {   }
.sub-manu .inner ul li a {   }




.cbp-hrmenu {
  width: 100%;
  /*margin-top: 2em;*/
}

/* general ul style */
.cbp-hrmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
  margin-right:-40px;
  margin-top:21px;
 
}

/* first level ul style */
.cbp-hrmenu .cbp-hrsub-inner {
  width: 90%;
  /*max-width: 70em;*/
  margin: 0 auto;
  padding: 0 1.875em;
}

.cbp-hrmenu > ul > li {
  display: inline-block;
}

.cbp-hrmenu > ul > li > a {
  display: inline-block;
  font-size: 15px; 
  color: #0f6cb6; 
  padding: 15px 0px; 
  text-transform: uppercase; 
  overflow: hidden; 
  margin: 0px 15px; 
  position: relative;
  z-index: 1;

}



.cbp-hrmenu > ul >  li > a
{
  font-size: 15px;
  color: #0f6cb6;
  /* font-weight: bold; */
  position: relative;
  padding: 5px;
  overflow: hidden;
  display: block;
  text-transform: uppercase;
}
.cbp-hrmenu > ul >  li > a span
{
  position: relative;
  z-index: 2;
  transition: all .7s ease-out;
}
.cbp-hrmenu > ul >  li > a::before
{
  width: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  height: 100%;
  content: '';
  background-color: #04509e;
  transition: all .5s ease-in-out;
}
.cbp-hrmenu > ul >  li:hover > a::before,
.cbp-hrmenu > ul >  li.active > a::before

{
  /*left: 0;*/
  top: -0%;
  /*opacity: .9;*/
}
.cbp-hrmenu > ul > li > a:hover {
  background-color: white;
}
.cbp-hrmenu > ul > li > a:hover > i {
  top: 52px; opacity: 1; z-index: 0;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
  background-color: transparent;
}

.cbp-hrmenu > ul > li.cbp-hropen a > i,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover > i {
  top: 52px; opacity: 1; z-index: 0;
}

/* sub-menu */

.cbp-hrmenu .cbp-hrsub {
  display: none;
  position: absolute;
  background: #003d7d;
  width: 100%;
  left: 0;
  z-index: 999;
  margin-top: -5px;
}

.cbp-hropen .cbp-hrsub {
  display: block;
 
}

.cbp-hrmenu .cbp-hrsub-inner > div {
  width: 100%;
  float: left;
  padding: 0 2em 0;
}
.cbp-hrsub h4 {
  color: #FFF;
  padding: 2em 0 0.6em;
  margin: 0;
  font-size: 200%;
  font-weight: bolder;
}

.cbp-hrmenu .cbp-hrsub-inner ul
  {
    /*margin: 10px 0 0 5%;*/
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-columns: 4;
  -moz-columns: 4;
  -webkit-column-width: 25%;
  -moz-column-width:25%;
  column-width: 25%;
    /*border-left: 1px solid #04284e;*/
  }
.cbp-hrmenu .cbp-hrsub-inner ul li
  {
    position: relative;
    overflow: hidden;
    float: left;
    clear: both;
    /*width: calc( 100% / 6 );*/
    /*text-align: center;*/
    /*border-bottom: 1px solid #717173;*/
    /*border-left: 0;*/
  }
.cbp-hrmenu .cbp-hrsub-inner ul li a
  {
      padding: 5px 0 5px 0;
      width: 100%;
    font-size: 15px;
      color: #fff;
      display: inline-block;
      text-align: left;
      position: relative;
  }
.cbp-hrmenu .cbp-hrsub-inner ul li a span
  {
    position: relative;
      transition: all .3s ease-in-out;
    z-index: 4;
  }
.cbp-hrmenu .cbp-hrsub-inner ul li a::before
  {
    position: absolute;
    top: 100%;
    left: 100%;
    width: 100%;
    height: 100%;
    content: '';
      background-color: #fff;
      z-index: 1;
      border-radius: 100%;
      transform: scale(1.2);
    opacity: .9;
      transition: all .4s ease-in-out;
  }
.cbp-hrmenu .cbp-hrsub-inner ul li a:hover::before
  {
    top: 0;
    left: 0;
      transform: scale(1.5);
  }

 
.cbp-hrmenu .cbp-hrsub-inner ul li a:hover::after
  {
    top: 40%;
  }
.cbp-hrmenu .cbp-hrsub-inner ul li a:hover span
  {
    color: #3d3d3d;
  }





.cbp-hrmenu .cbp-hrsub-inner::after {
  clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
  line-height: 2em;
  color: #FFF;
  font-size: 17px;
}


/* Examples for media queries */

@media screen and (max-width: 52.75em) { 

  .cbp-hrmenu {
    font-size: 80%;
  }

}

@media screen and (max-width: 43em) { 

  .cbp-hrmenu {
    font-size: 120%;
    border: none;
  }

  .cbp-hrmenu > ul,
  .cbp-hrmenu .cbp-hrsub-inner {
    width: 100%;
    padding: 0;
  }

  .cbp-hrmenu .cbp-hrsub-inner {
    padding: 0 2em;
    font-size: 75%;
  }

  .cbp-hrmenu > ul > li {
    display: block;
    border-bottom: 4px solid #0f6cb6;
  }

  .cbp-hrmenu > ul > li > a { 
    display: block;
    padding: 1em 3em;
  }

  .cbp-hrmenu .cbp-hrsub { 
    position: relative;
  }

  .cbp-hrsub h4 {
    padding-top: 0.6em;
  }

}

@media screen and (max-width: 36em) { 
  .cbp-hrmenu .cbp-hrsub-inner > div {
    width: 100%;
    float: none;
    padding: 0 2em;
  }
}



/*======================================================== Home Banner Slider =======================================================*/


.jumbotron {
   /*  background: url(/images/banner.jpg) no-repeat top center;
    background-size: cover;*/
    height: 569px;
    position: relative;
    overflow: hidden;
    padding:0px !important;
    border-radius: 0 !important
    }

.jumbotron .container 
{
  width: 594px !important;
  height: 560px;
  overflow: hidden;
  position: absolute;
  color: #FFF;
  padding: 120px 15px 15px 15px;
  right: auto;
  left: 0px;
  background: url('/images/banner-shape.png') no-repeat top center;
  top: auto;
  opacity:0;
  transition: 1s all ease-in-out .3s;
}

.jumbotron .container h2 
{
  font-size: 36px;
  font-weight: normal;
margin-left:25px;
  opacity:0; transition: .7s all ease-in-out;
      width: 85%;
}
.jumbotron .container p {
     font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 25px;
    width: 85%;
        }
.jumbotron .container a { opacity:0; transition: .3s all ease-in-out; }
.jumbotron .container a:visited {color: #FFF;  text-decoration: none;}
.jumbotron .container.active { opacity: 1; transition: 1s all ease-in-out 1s; z-index: 1; }
.jumbotron .container.active h2 { opacity:1; transition: 1s all ease-in-out 1.3s; }
.jumbotron .container.active p { opacity:1; transition: 1s all ease-in-out 1.3s; }
.jumbotron .container.active a { opacity:1; transition: .3s all ease-in-out; }


.jumbotron .container .btn-primary 
{
  background-color: transparent;
  border: 3px solid #FFF;
  border-radius: 0px;
  font-size: 22px;
  font-style: "DIN Next LT Arabic";
  padding: 3px 12px;
}
.jumbotron .container .btn-primary:hover{
	border: 3px solid transparents;
	color: #473288;
	background: white;
}

.jombo-nav { position: absolute; top: 74.3%; z-index: 10;  }
.jombo-nav ul li { list-style-type: none; float:left;}
.jombo-nav ul li a 
{
  background: #0f6cb6 url('/images/arrow-blue.png') no-repeat -52px 10px;
  padding: 13px 25px;
  margin-right: 5px;

  -ms-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: 1px solid #0f6cb6;
}
.jombo-nav ul li a:hover
{
  background: #FFF url('/images/arrow-blue.png') no-repeat 18px 10px;
  border: 1px solid #0f6cb6;
} 
.jombo-nav ul li:first-child a 
{ 
  margin-left: 17px; 
  background: #0f6cb6 url('/images/arrow-blue-right.png') no-repeat 18px 10px; 
}
.jombo-nav ul li:first-child a:hover 
{ 
  margin-right: 5px; 
  background: #FFF url('/images/arrow-blue-right.png') no-repeat -52px 10px; 
}

.slider-1-img img {
  width: 100%;
  background-size: 100%;
  position: absolute;
  top: 0;
	opacity:0;
	transform: scale(1.04);
	transition: all 1s ease-in-out .5s;
}
.slider-1-img img.active {
	opacity:1;
	transition: all 1s ease-in-out .5s;
	transform: scale(1);
}
.slider-1-text {
	width: 660px;
	height: 480px;
	/*overflow: hidden;*/
	position: absolute;
	top: 50px;
	left: 0px;
	transform: scale(1);
}

/*======================================================== Home Page News =======================================================*/

.news-nav { z-index: 10; }
.slider-2 {
   height: 470px;
	background: none;
	overflow: hidden;
}
.slider-2 article img{
	 float: left;
 }
 .news-container article .news {
    float: left;
    margin-left: 0%;
    margin-left: 5%;
}
.news-nav { position: absolute; top: 215px;right: 5%;  }

.slider-2 article { top: auto; left: auto; position: absolute;}
.slider-2 article img { transform: scale(1.1) translateY(-10%); opacity: 0; transition: .8s all ease-out; }
.slider-2 article .news h4 { transform: translateY(200%); opacity: 0; transition: 0.7s all ease-in-out .1s; }
.slider-2 article .news h3 { transform: translateY(50%); opacity: 0; transition: 0.7s all ease-in-out .3s;     margin-left: 0px; width: 80%;
font-weight: 700;
    font-size: 36px;
    line-height: 1.25;}
.slider-2 article .news p { transform: translateY(-50%); opacity: 0; transition: 0.7s all ease-in-out .5s;     font-weight: 700;}

.slider-2 article { }
.slider-2 article.active img { transform: scale(1) translateY(0%); opacity: 1; }
.slider-2 article.active .news h4 { transform: translateY(0%); opacity: 1; }
.slider-2 article.active .news h3 { transform: translateY(0%); opacity: 1; }
.slider-2 article.active .news p { transform: translateY(0%); opacity: 1; }



/* News Section */
.news-container
{
  margin-top: 60px;
  position: relative;
}
.news-container h2 
{ 
  font-size: 42px; 
  color: #106db6; 
  font-family: "DIN Next LT Arabic";
  font-weight: bold; 
  border-bottom: 8px solid #106db6; 
  padding-bottom: 10px;
}
.news-nav { position: absolute; top: 130px; right: 0%; z-index: 99;}
.news-nav ul li { float: left; list-style-type: none; }

.news-nav ul li a 
{
  background: #6a2c91 url(/images/arrow-purple.png) no-repeat -52px 10px;
  padding: 3px 15px !important;
  margin-right: 1px;
  -ms-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: 1px solid #6a2c91;
}

.news-nav ul li a:hover
{
  background: #FFF url('/images/arrow-purple.png') no-repeat 18px 10px;
} 

.news-nav ul li:first-child a 
{ 
  margin-right: 5px; 
  background: #6a2c91 url('/images/arrow-purple-right.png') no-repeat 18px 10px; 
}
.news-nav ul li:first-child a:hover 
{ 
  margin-right: 5px; 
  background: #FFF url('/images/arrow-purple-right.png') no-repeat -52px 10px; 
}

.news-container article { margin-top: 100px; float: left; background: #fff; overflow: hidden;}
.news-container article img { float: left; width: 45%; height: auto; }
.news-container article .news { float: left; width: 50%; margin-left: 5%; }
.news-container article .news h3 { font-size: 30px; color: #003d7d; width: 80%; margin-top: 20px;margin:0px;max-height: 100px;
    overflow: hidden; }
.news-container article .news h4 { color: #6a2c91; font-size: 18px; margin-top: 70px;}
.news-container article .news p { color: #878788; font-size: 16px; width: 80%; margin-top: 30px; line-height: 18px;}



.news-nav { z-index: 10; }
.slider-2 {
   height: 470px;
	background: none;
	overflow: hidden;
}

.newsdetail-columns {
    width: 100%;
    margin-top: 20px;
    color: #8b8b8b;
    margin-bottom: 20px;
	float: left;
}

/*======================================================== Home Page Solutions =======================================================*/
.slider-3 { position: absolute; width: 100%; height: 100%; top: 0;    z-index: 0; }

.slider-3 .slide { position: absolute; width: 100%; height: 100%; top: 50%; opacity: 0; transition: all 1s ease-in-out; }
.slider-3 .slide.active { top: 0; opacity: 1; z-index: 1; transition: all 1s ease-in-out 0.4s; }

.slider-3-img { position: absolute; top: 0; left: 0; /*z-index: -1*/; width: 100%;}
.slider-3-img img { width: 100%; opacity: 0; overflow:hidden;  transition: all 1.2s ease-in-out .5s;background-size: cover;}
.slider-3-img img.active { position: absolute; opacity: 1; top: 0; left: 0; transition: all 1.2s ease-in-out .5s; }

.slider-3 .slide h3 { transform: translateY(80%); opacity: 0; transition: 0.8s all ease-in-out; }
.slider-3 .slide h4 { transform: translateY(80%); opacity: 0; transition: 0.8s all ease-in-out; }
.slider-3 .slide ul { transform: translateY(80%); opacity: 0; transition: 0.8s all ease-in-out; }

.slider-3 .slide.active h3 { transform: translateY(0%); opacity: 1; transition: 0.3s all ease-in-out 1s; }
.slider-3 .slide.active h4 { transform: translateY(0%); opacity: 1; transition: 0.7s all ease-in-out .8s; }
.slider-3 .slide.active ul { transform: translateY(0%); opacity: 1; transition: 0.8s all ease-in-out .9s; }


/* */
.solutions
{
  width: 100%;
  margin-top: 118px;
  height: 864px;
  position: relative;
  overflow: hidden;
}
.slide img { width: 100%; position: absolute; top: 0; min-height: 100%; z-index: 0; }

.solutions .container { padding-top: 70px; z-index: 1; }
.solutions .container h2 
{ 
  font-size: 42px; 
  color: #106db6; 
  font-family: "DIN Next LT Arabic";
  font-weight: bold; 
  border-bottom: 8px solid #106db6; 
  padding-bottom: 10px;
  position: relative;
  z-index: 10;
}

.solutions .container h2 a { background-color: #106db6; padding: 13px 12px 3px 12px; margin-top: -9px; position: relative; z-index: 10; }
.solutions .container h2 a:hover { background-color: #787878; }

.solutions .container h2 a img { vertical-align: super !important; margin: 0px !important; padding: 0px !important; 

  -ms-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.solutions-nav { 
position: absolute;
    top: 99px;
    right: 5%;
    z-index: 10;
    width: 110px;
    
 }
.solutions-nav ul {
    margin: 0px !important;
    /* height: 31px; */
}
.solutions-nav ul li { float: left; list-style-type: none; }

.solutions-nav ul li a 
{
  background: #6a2c91 url('/images/arrow-purple.png') no-repeat -52px 10px;
  padding: 13px 25px;
  margin-right: 0px;

  -ms-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: 1px solid #6a2c91;
  padding: 3px 15px !important;
}
.solutions-nav ul li a:hover
{
  background: #FFF url('/images/arrow-purple.png') no-repeat 18px 10px;
} 
.solutions-nav ul li:first-child a 
{ 
  margin-right: 5px; 
  background: #6a2c91 url('/images/arrow-purple-right.png') no-repeat 18px 10px; 
}
.solutions-nav ul li:first-child a:hover 
{ 
  margin-right: 5px; 
  background: #FFF url('/images/arrow-purple-right.png') no-repeat -52px 10px; 
}

.solutions .full-container 
{ 
  position: absolute; 
  bottom: 0; 
  background: url(/images/solutions-shape.png) no-repeat top center;
  background-size: cover;
  height: 597px;
 width:100%;
  -ms-transition: all .9s ease-out;
  -webkit-transition: all .9s ease-out;
  transition: all .9s ease-out;
}
.solutions .full-container h3 
{ 
  font-size: 30px; 
  color: #FFF; 
  width: 50%; 
  margin-top: 395px; 
  margin-left: 10%; 
  line-height: 1.3em;
  float: left;
}
.solutions .full-container .side-bar { width: 30%; float: right; margin: -141px 0px 0px 0px ; }
.solutions .full-container .side-bar h4 
{ 
  float: left; 
  font-size: 48px; 
  font-family:"DIN Next LT Arabic";
  margin-left: 0px !important; 
  color: #FFF;
  margin-top: 295px;
}
.solutions .full-container .side-bar ul { float: left; padding: 0px;  }
.solutions .full-container .side-bar ul li { list-style-type: none; }
.solutions .full-container .side-bar ul li a 
{ 
  font-size: 24px; 
  color: #FFF;
  border-bottom: 2px solid #FFF;
  padding: 10px 0px;
  display: block;

  -ms-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.solutions .full-container .side-bar ul li a:hover { padding-left: 15px; }

.solutions .solution-boxes { display: none; position: relative; z-index: 10; }
.solutions .solution-boxes a.box {     max-height: 183px; overflow: hidden;display:block; border: 1px solid #FFF; background: transparent;min-height:267px; color: #FFF; width: 49%; margin: 0px .5% 15px .5%; padding: 30px 40px; }
.solutions .solution-boxes a.box h3 { font-size: 48px; font-weight: bold; margin-bottom: 20px; }
.solutions .solution-boxes a.box p { font-size: 18px;    
    overflow: hidden; }
.solutions .solution-boxes a.box span { float: right; width: 25px; height: 25px; display: block; background: url(/images/box-plus-icon.png) no-repeat center;margin: 0 0 15px 0; -ms-transition: all .3s ease-out; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;    transform: none; }

.solutions .solution-boxes a.box:hover { background: #6a2d91; }
.solutions .solution-boxes a.box:hover span { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }


/*======================================================== Home Page Products =======================================================*/
.products-nav { z-index: 20;top: -23px !important; }
.slider-4 {
   /*height: 470px;*/
	background: none;
	/*overflow: hidden;*/
}

.slider-4 { top: auto; left: auto; position: absolute; }
.slider-4 img { transform: scale(1.2); opacity: 0; transition: .7s all ease-out; }
.slider-4 h3 { transform: translateY(150%); opacity: 0; transition: 0.8s all ease-in-out .4s;   font-size: 30px;  }
.slider-4 p { transform: translateY(40%); opacity: 0; transition: 0.8s all ease-in-out .2s; }
.slider-4 div.sub-headings { transform: translateY(30%); opacity: 0; transition: 1s all ease-in-out; }
.slider-4 ul { transform: translateX(20%); opacity: 0; transition: 0.9s all ease-in-out; }

.slider-4.active { z-index: 1; }
.slider-4.active img { transform: scale(1); opacity: 1; transition: 0.7s all ease-in-out 0.6s;}
.slider-4.active h3 { transform: translateY(0%); opacity: 1; transition: 0.8s all ease-in-out 0.6s;}
.slider-4.active p { transform: translateY(0%); opacity: 1; transition: 0.8s all ease-in-out 0.9s;}
.slider-4.active div.sub-headings { transform: translateY(0%); opacity: 1; transition: 0.8s all ease-in-out 1.0s;}
.slider-4.active ul { transform: translateY(0%); opacity: 1; transition: 0.9s all ease-in-out 0.8s;}

 


/* Products */
.products
{
  width: 100%;
}
.products .container { padding-top: 70px; }
.products .container h2 
{ 
  font-size: 42px; 
  color: #106db6; 
  font-family:"DIN Next LT Arabic";
  font-weight: bold; 
  border-bottom: 8px solid #106db6; 
  padding-bottom: 10px;
}
.products .container p { color: #838383; font-size: 28px; margin-top: 30px;  width: 60%; }

.products-nav { position: absolute; top: 100px; right: 5%; }
.products-nav ul li { float: left; list-style-type: none; }

.products-nav ul li a 
{
  background: #6a2c91 url('/images/arrow-purple.png') no-repeat -52px 10px;
  padding: 13px 25px;
  margin-right: 0px;

  -ms-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: 1px solid #6a2c91;
}

.products-nav ul li a:hover
{
  background: #FFF url('/images/arrow-purple.png') no-repeat 18px 10px;
} 

.products-nav ul li:first-child a 
{ 
  margin-right: 5px; 
  background: #6a2c91 url('/images/arrow-purple-right.png') no-repeat 18px 10px; 
}
.products-nav ul li:first-child a:hover 
{ 
  margin-right: 5px; 
  background: #FFF url('/images/arrow-purple-right.png') no-repeat -52px 10px; 
}
.products-nav ul li a.disabled { background-color: #450f67; }
.products-nav ul li a.disabled:hover { background-color: #450f67; }

.products-nav .grid-btn
{
  float: right;
  display: block;
  margin-top: 30px;
  background-color: #106db6;
  padding: 17px;
  z-index: 999;
  transition: all .5s ease-in-out;
    padding: 3px 9px 7px 8px !important;
    margin-top: -66px !important;
}

.products-nav .grid-btn:hover,
.products-nav .grid-btn.isOn { background-color: #333; }

.products .full-container 
{ 
    position: relative;
    bottom: 0;
    background: url(/images/eproducts-bg.png) no-repeat top center !important;
    background-size: cover;
    height: 570px;
    margin-top: 2px;
    }
.products .full-container .products-main
{
  margin: 125px 5% 0px 5%;
  float: left;
  
}
.products .full-container .products-main h3 
{ 
  font-size: 40px;
  color: #FFF;
  margin-top: 0px;
  margin-bottom: 1px;
  font-weight: bold;
  float: left;
}
.products .full-container .products-main p
{
  color: #FFF;
  line-height:normal;
  font-size: 30px;
  margin: 50px 0px 0px 0px;
}
.products .full-container .products-main img 
{
  margin-left: 30px;
      visibility: hidden;
}
.products .full-container .products-main .sub-headings 
{
  margin-top: 30px;
  float: left;
}
.products .full-container .products-main .sub-headings h3
{
  margin-top: 0px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 48px;
  color: #41c9f4;
}
.products .full-container .side-bar { width: 30%; float: right; margin: 200px 0px 0px 0px ; }
.products .full-container .side-bar h4 
{ 
  float: left; 
  font-size: 48px; 
  font-family: "DIN Next LT Arabic";
  margin-left: 0px !important; 
  color: #FFF;
  margin-top: 295px;
}
.products .full-container .side-bar ul { float: left; padding: 0px; width: 90%; }
.products .full-container .side-bar ul li { list-style-type: none; }
.products .full-container .side-bar ul li a 
{ 
  font-size: 30px; 
  color: #FFF;
  border-bottom: 2px solid #FFF;
  padding: 10px 0px;
  display: block;
    white-space: nowrap;
  -ms-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.products .full-container .side-bar ul li a:hover
{
  padding-left: 15px;
  
} 

.products .product-boxes { display: none; position: relative; z-index: 10; padding-top: 123px; }
.products .product-boxes a.box { display: block; font-size: 21px; font-weight: bold; border: 1px solid #FFF; background: transparent; color: #FFF; width: 24%; margin: 0px .5% 10px .5%; padding: 7px 30px; opacity:0; transition: all 0.5s ease-in-out; transform: translateY(25%);}
.products .product-boxes a.box.on { opacity:1; transform: translateY(0%);}
.products .product-boxes a.box span { margin-top: 1%; float: right; width: 25px; height: 25px; display: block; background: url(/images/box-plus-icon.png) no-repeat center; -ms-transition: all .3s ease-out; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }

.products .product-boxes a.box:hover { background: #6a2d91; }
.products .product-boxes a.box:hover span { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.prod-btn{
	/*float:right;*/
}

/* Social Responsibility */
.social
{
  margin-top: 50px;
  color: #838383;
}
.social h2 
{ 
  font-size: 42px; 
  color: #0f6cb5; 
  font-family:"DIN Next LT Arabic";
  font-weight: bold; 
  border-bottom: 8px solid #0f6cb5; 
  padding-bottom: 10px;
}
.social p {font-size: 24px; }
.social div {font-size: 24px;    line-height: normal; }
.social p strong { font-size: 48px; }
.social strong {font-size: 24px;}
.social .box { text-align: center; margin-top: 60px; font-family: "DIN Next LT Arabic"; }
.social .box h3 { color: #006ebc; font-size: 48px; font-weight: bold; }
.social .box h4 {    color: #006ebc;
    font-size: 20px;
    text-transform: uppercase;
    width: 60%; }


.social .full-container 
{
  background: url(/images/newsletter-bg.png) no-repeat top center;
  background-size: cover;
  margin-top: 10px;
  float: left;
  width: 100%;
  padding: 90px 8% 60px 8%;
  max-height:266px;
  padding-right: 4% !important;
}
.social .full-container div { color: #FFF; }
.social .full-container div span { color: #FFF;font-family: "DIN Next LT Arabic"; }
.social .full-container h3 { font-size: 48px; text-transform: uppercase; font-weight: bold; }
.social .full-container p { font-size: 30px; width: 100%; }

.social .full-container .newsletter-email{
  margin-top: 55px;
}
.newsletter-box{
	  margin-top: 55px;
}
.newsletter-box .label{
font-size:16px !important;
}
.col-lg-6.newsletter-box{
	    display: initial;
}
.social .full-container input 
{
  width: 74%;
  float: left;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.12);
  color: #FFF;
  border: none;
  border-radius: 0;
  font-size: 24px;
  line-height: 24px;

  -ms-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  height:60px;
  padding-left:20px;
  margin-left: -50px;
}

.social .full-container input:focus
{
  color: #006ebc;
  background-color: rgba(255, 255, 255, .9);
}

/* make placeholder */
.social .full-container input::-webkit-input-placeholder
{
  color: #FFF;
}
.social .full-container input::-moz-placeholder
{
  color: #FFF;
}
.social .full-container input:-ms-input-placeholder
{
  color: #FFF;
}
.social .full-container input:-moz-placeholder
{
  color: #FFF;
}

.social .full-container button 
{
  border-radius: 0;
  background-color: #FFF;
  width: 65px;
  height: 60px;
  overflow: hidden;
  background-image: url(/images/subscribe-arrow.png);
  background-repeat: no-repeat;
  background-position: -40px center;
  color:transparent;
  -ms-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.social .full-container button:hover
{
  background-position: 19px 14px !important;
  background-color: #6a2c91;
}

/* Footer */
footer { padding: 30px 0px; }
footer .social-media 
{
  padding-bottom: 20px;
  border-bottom: 8px solid #003d7d
}
footer .social-media h3 
{
  background: url(images/tweet-icon.png) no-repeat 0 0;
  padding: 5px 0px 1px 37px;
  float: left;
  margin: 0;
  color: #003d7d;
  font-size: 22px;
  top:-5px;
  }
.menu-right-text {display: none !important;}
#tweets{
	float:left;
    width: 68% !important;
    height: 47px;
    overflow: hidden;
}
#tweets ul {
list-style: none;
width:100%;
height:250px;
margin: 0;
padding: 0;
position: relative;
}

 #tweets li {
width:100%;
height:250px;
float:left;
text-align: center;
position: relative;
}
.quote-phrase, .quote-author {
font-family:"DIN Next LT Arabic";
font-weight:300;
display: table-cell;
vertical-align: middle;
padding: 5px 20px;
font-family:"DIN Next LT Arabic";
}

.quote-phrase {
height: 200px;
font-size:24px;
color:#FFF;
font-style:"DIN Next LT Arabic";
/*text-shadow:.5px 0px #b14943;  */
}

.quote-marks {
font-size:30px;
padding:0 3px 3px;
position:inherit;
}

.quote-author {
font-style:normal;
font-size:20px;
color:#b14943;
font-weight:400;
height: 30px;
}

.quoteContainer, .authorContainer {
display: table;
width: 100%;
}
footer .social-media p 
{
    font-family: "DIN Next LT Arabic";
    
  font-size: 14px;
  color: #ababab;
  margin-bottom: 0px;
  float: right;
}
.Twitter
{
  font-family: "DIN Next LT Arabic";
  font-size: 18px;
  color: #c1c1c1;
  padding-top: 12px;
  margin-bottom: 0px;
  float: left;
  width:67% !important;
}
.twitter-container
{
  font-family: "DIN Next LT Arabic";
  font-size: 14px;
  color: #c1c1c1;
 
  margin-bottom: 0px;

  float: left;
    /*padding: 17px 0px 1px 37px;*/
    text-align:right; 
    height:45px;
    margin-top:7px;
 }


footer .social-media .social-btns { float: right; }
footer .social-media .social-btns a 
{
  width: 43px; 
  height: 43px; 
  display: block; 
  float: right; 
  position: relative;

  -ms-transition: all .15s ease-out;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;

  /*-ms-filter: grayscale(1) blur(2px) contrast(200%);
  -webkit-filter: grayscale(1) blur(2px) contrast(200%);
  filter: grayscale(1) blur(2px) contrast(200%);*/

  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
footer .social-media .social-btns a:hover
{
  z-index: 10;

  /*-ms-filter: grayscale(0) blur(0px) contrast(100%);
  -webkit-filter: grayscale(0) blur(0px) contrast(100%);
  filter: grayscale(0) blur(0px) contrast(100%);*/

  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
footer .social-media .social-btns a.fb { background: url(/images/fb.jpg) no-repeat top center; }
footer .social-media .social-btns a.tw { background: url(/images/tw.jpg) no-repeat top center; }
footer .social-media .social-btns a.in { background: url(/images/in.jpg) no-repeat top center; }
footer .box { margin: 40px 0px; padding: 0; color: #787878; font-size: 22px; font-family:"DIN Next LT Arabic"; }
footer .box h3 { color: #006ebc; font-size: 24px; text-transform: uppercase; margin-bottom: 30px; }
footer .box ul { list-style-type: none; margin: 0; padding: 0; }
footer .box ul li { margin-bottom: 10px; }
footer .box ul li a 
{ 
  color: #787878; 
  padding-left: 0px; 
  font-size: 17px;
    -ms-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

footer .box ul li a:hover 
{ 
  padding-left: 10px; 
  
  color: #006ebc;
}

footer .box p { font-size: 16px; margin-bottom: 20px;     line-height: normal; }

footer .sitemap { border-top: 1px solid #a4a4a4; float: left; width: 100%; color: #787878; font-size: 18px; }
footer .sitemap ul { float: left; list-style-type: none; margin: 30px 0px 0px 0px; padding: 0px; }
footer .sitemap ul li { float: left; }
footer .sitemap ul li::after { content: '|'; }
footer .sitemap ul li:last-child::after { content: none; }
footer .sitemap ul li a { padding: 0px 10px; float: left; color: #787878;font-size:17px; }
footer .sitemap ul li a:hover { text-decoration: underline; }
footer .sitemap ul li:first-child a { padding-left: 0px; }
footer .sitemap p { float: right; margin: 30px 0px 0px 0px;font-size:17px; }


/****************************************** Entry Pages ****************************************/
.med-net-container
{
	margin-top:15%;
	/* position:absolute;*/
}
.Entryproducts-main{
	background: #ebebeb;
	/*margin-top:-20px;*/
}
.Entryproducts-main .Page-banner{
	position:static !important;
}

.Page-banner
{
/*
    background-size: cover;
    padding-bottom: 150px;
    position: relative;
    z-index: -1;*/
}

.Page-banner .container h2 
{
    /*  margin-top: 365px;*/
    font-size: 60px;
    font-weight: bold;
    color: #6a2d91;
    border-bottom: 8px solid #6a2d91;
    float: right;
    /*width: 100%;*/
    /*z-index: 1000;*/
    text-transform: capitalize;
    position: relative;
    }
.Page-banner .container h2 a
{
    margin-top: 30px;
    display: block;
    width: auto;
    float: right;
    padding: 15px 15px 10px 15px;
    background: #FFF;
    visibility: hidden;

}
.Page-banner .container h2 a span
{
    width: 35px;
    height: 6px;
    background: #6a2d91;
    display: block;
    margin-bottom: 5px;

}
.Page-banner .container .breadcrums {  }
.Page-banner .container .breadcrums a
{
    color: #6a2d91;
    font-size: 18px;
    margin-right: 10px;
    padding-right: 10px;

}
.Page-banner .container .breadcrums a::after 
{
    content: '>';
    margin-left: 20px;
    font-size: 24px;

}
.Page-banner .container .breadcrums a:last-child::after { display: none; }
.Page-banner .container .breadcrums a:hover { color: #333; }

.Pagesub-banner 
{
        background: transparent url(/images/products-banner-shape.png) left top;
    /*background-size: cover;*/
   /* margin-top: -275px;*/
    height: 543px;
    overflow: hidden;
    position: relative;
       /* padding: 12% 0;*/
    
}
.Page-banner img
{
	/*width:100%;*/
	/*height:585px;*/
}
.Pagesub-banner .container .row { margin-top: 2%; margin-bottom: 5%; }
.Pagesub-banner .container .row div {  }
.Pagesub-banner .container .row div a 
{
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    font-style: "DIN Next LT Arabic";
    color: #FFF;
    letter-spacing: 1.5px;
    border: 3px solid #FFF;
    padding: 10px 0px;
    text-align: center;
    float: left;
}
.Pagesub-banner .container .row div a:hover { background: #FFF; color: #6a2d91; }
.Pagesub-banner .container h3 { color: #FFF; font-size: 32px; /*width: 70%;*/ margin-left:0px;}
.TitleProduct{
margin-top:130px;
}
.Pagesub-banner .container p { color: #FFF; font-size: 24px; width: 80%; margin-left:0px}

.ElmCloud h3{
margin-top:0px !important;
}
.Page-Content { margin-top: 40px; }
.Page-Content .top { 
    border-bottom: 2px solid #3ba1d5;
    float: left;
    margin-left: 5%;
    margin-top: -88px;
    width: 90%; 
}
.Page-Content .top-NoHeader {
    float: left;
    margin-top: -73px;
    padding-right: 69px;
    width: 100%;  
 }
.Page-Content h2
{
    font-size: 22px;
    font-weight: bold;
    color: #3ba1d5;
}
.Page-Content .icons
{
    float: right;
    margin-top: 20px;
}
.Page-Content .icons a
{
    display: block;
    width: 46px;
    height: 18px;
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc !important;
    padding: 20px 10px !important;
}
.Page-Content .icons a:first-child { background: url(/images/Plus-icon.jpg) no-repeat center; }
.Page-Content .icons a:nth-child(2) { background: url(/images/email-icon.jpg) no-repeat center; }
.Page-Content .icons a:last-child { background: url(/images/Print-icon.jpg) no-repeat center; }
.Page-Content .row {
    /*padding: 17px 0px;*/
    font-size: 24px;
    color: #8b8b8b;
}
.rowContent {
    font-size: 24px;
    color: #8b8b8b;
}

.Page-Content .row-NoHeader {
    padding: 17px 0px;
    margin-left: 5%;
    font-size: 22px;
    color: #8b8b8b !Important;
    width: 90%;  
}
.Page-Content .row-NoHeader P {
     font-size: 20px;
    line-height: 25px;}
.Page-Content .row P {
    font-size: 22px;
}
.row-NoHeader .List {
   width:100%;
   margin-top: 10px;
}

.row-NoHeader .List h2 {
    font-size: 22px;
    color:#3ba1d5;
    font-weight: bold;
    margin-left:15px;
}
.List span{
    font-size: 24px;
    color:#6a2d91;
    font-weight: bold;
}
.servicesUL {
    list-style-image: url(images/list-icon.png);
    width:100%;
      line-height:43px;}

.servicesUL > li {
    color: #8b8b8b ;
    font-size:20px;
     line-height: 43px;
    }
.servicesUL li h3{
	color:#0072C6;
	  font-size: 24px !important; 

}
.col-lg-6 .servicesUL{
	width:100% !important;
}
.Page-Content .row-NoHeader ul{
    list-style-image: url(images/list-icon.png) !important;
}
.Page-Content .row-NoHeader ul li {
    color: #8b8b8b ;
    font-size:20px;
     line-height: 43px;
    }
.Page-Content .row-NoHeader ul li h3{
	color:#0072C6;
	  font-size: 22px !important; 
}
.Page-Content .row-NoHeader h3{
	color:#0072C6;
	  font-size: 22px !important; 
}
.Page-Content .row-NoHeader h2{
	font-size: 24px;
    font-weight: bold;
    color: #3ba1d5 !important;
}


/*//////////////////// Register Form ////////////////////////////*/

.banner-buttons { float: right; position: fixed; text-align: right; width: 100%; left: auto; right: 0%;top:120px !important;z-index: 50;transition: top .5s ease;}
body.topMenuSetFixed .banner-buttons {    top: 59px !important;    -webkit-transform: translateZ(0) !important;}
.banner-buttons a.register { font-size: 24px; width: auto !important; padding: 6px 80px 6px 30px !important; background: #796e9e url(images/top-arrows.png) no-repeat right 15px top 10px; color: #fff; border-radius: 0; font-weight: bold; position: relative; z-index: 2; }
.banner-buttons a.register:hover { background-color: #634692; color: #FFF; background-position: right 15px top -40px; }

.banner-buttons a.call { font-size: 24px;margin-right:16px;margin-left:2px; width: auto !important; padding: 6px 80px 6px 30px !important; background: #463272 url(images/top-call.png) no-repeat right 15px top 10px; color: #fff; border-radius: 0; font-weight: bold; position: relative; z-index: 2; }
.banner-buttons a.call:hover { background-color: #5c3f9e; color: #FFF; background-position: right 15px top -40px; }

.register-form { background: rgb(235, 235, 235); z-index: 5; padding: 60px; position: absolute; left: 0; right: 0; width: 100%; top: 0; padding-top: 80px;    box-shadow: 0 0 30px #796e9e; }
.register-form .form-control { border: 1px solid #336498; border-radius: 0; transition: all 0.2s ease 0s; background: none; box-shadow:none; color: #336498; padding: 10px 15px; height: auto; font-size: 24px; }
.register-form .form-control:hover,       .register-form .form-control:focus{outline:1px solid #336498; background:#eee;}
.banner-buttons .container .fixed{
	position:fixed;
}
.register-form .form-control:focus{padding-left:30px;}
.register-form .btn-submit { 
	    color: #ffffff;
    font-size: 30px;
    font-size: 30px;
    padding: 0;
    background: none;
    border-radius: 0;
	padding-bottom: 10px;
	padding-top: 5px;
	    background-color: #336498;
}
.register-form .btn-submit:hover {
    color: #FFF;
    background: #336498;
	border: 1px solid #336498;
}

.register-form .btn-close {     
-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;cursor:pointer; color: #336498; float: right; display: inline-block; font-size: 30px; background: url(images/icon-close.png) no-repeat right center; width: 30px; height: 45px; position: relative; right: 5px; bottom: 0;top:0; }
.register-form .btn-close:hover {
	 -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.register-form .form-control::-webkit-input-placeholder { color: #336498; }
.register-form .form-control::-moz-placeholder { color: #336498; }
.register-form .form-control:-ms-input-placeholder { color: #336498; }
.register-form .form-control:-moz-placeholder { color: #336498; }


#reg-form{	display: none;}

  
.register-form .form-group {     position: relative;
    margin-bottom: 5px;
    float: left;
    width: 100%; }
.register-form .form-group input { transition: .1s all linear; }
/*.register-form .form-group label { position: absolute; top: 10px; left: 15px; color: #aaa; transition: .1s all linear; cursor: text; font-size: 24px; font-weight: normal; }*/
.register-form .animate .form-group.active input { padding-left: 15px; }
.register-form .animate .form-group.active label { top: -20px; font-size: 12px; }




.nice-select { -moz-user-select: none; background-color: rgb(255, 255, 255); box-sizing: border-box; clear: both; cursor: pointer; display: block; float: left; font-weight: normal; position: relative; text-align: left !important; transition: all 0.2s ease-in-out 0s; white-space: nowrap; width: 100%; }
.nice-select:hover { }
.nice-select:active, .nice-select.open, .nice-select:focus { }
.nice-select:after { border-bottom: 0px solid #969192; border-right: 0px solid #969192; display: block; margin-top: 0; pointer-events: none; position: absolute; right: 15px; top: 7px; transition: all 0.15s ease-in-out 0s; content: "\f04b"; transform: rotate(90deg); font-family: FontAwesome; font-size: 30px; color: #336498; }
.nice-select.open:after { }
.nice-select.open .list { opacity: 1; pointer-events: auto; -webkit-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0); }
.nice-select.disabled { border-color: #e7ecf2; color: #90a1b5; pointer-events: none; }
.nice-select.disabled:after { border-color: #cdd5de; }
.form-control.wide { width: 100%; }
.form-control.wide .list { left: 0 !important; right: 0 !important; }
.nice-select.right { float: right; }
.nice-select.right .list { left: auto; right: 0; }
.nice-select.small { font-size: 12px; height: 36px; line-height: 34px; }
.nice-select.small:after { height: 4px; width: 4px; }
.nice-select.small .option { line-height: 34px; min-height: 34px; }
.nice-select .list { border: 0px solid #FFF; background-color: #fff; box-sizing: border-box; margin-top: 4px; opacity: 0; overflow: hidden; padding: 0; pointer-events: none; position: absolute; top: 100%; left: 0; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform: scale(0.75) translateY(-21px); -ms-transform: scale(0.75) translateY(-21px); transform: scale(0.75) translateY(-21px); -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; z-index: 9; width: 100%; left: 0; }
.nice-select .list:hover .option:not(:hover) { }
.nice-select .option { cursor: pointer; font-weight: normal; list-style: outside none none; outline: medium none;     text-indent: 0; padding: 7px 10px; text-align: left; transition: all 0.2s ease 0s; background-color: #858182; color: #FFF; border-bottom: 0px solid #FFF; }
.nice-select .option:last-child { border-bottom: 0; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus { background-color: #58585b; }
.nice-select .option.selected { }
.nice-select .option.disabled { background-color: transparent; color: #90a1b5; cursor: default; }


/******************************************************************************************/


/*----------- Elm Cloud Banner -----------*/
.ElmCloud-banner
{
    background: url('/images/Consulting.png') no-repeat top center;
    background-size: cover;
    padding-bottom: 150px;
    
}

.ElmCloud-banner .container h2 
{
    margin-top: 368px;
    font-size: 90px;
    font-weight: bold;
    color: #6a2d91;
    border-bottom: 8px solid #6a2d91;
    float: left;
    width: 100%;
}
.ElmCloud-banner .container h2 a
{
    margin-top: 30px;
    display: block;
    width: auto;
    float: right;
    padding: 15px 15px 10px 15px;
    background: #FFF;
}
.ElmCloud-banner .container h2 a span
{
    width: 35px;
    height: 6px;
    background: #6a2d91;
    display: block;
    margin-bottom: 5px;
}
.ElmCloud-banner .container .breadcrums {  }
.ElmCloud-banner .container .breadcrums a
{
    color: #6a2d91;
    font-size: 18px;
    margin-right: 10px;
    padding-right: 10px;
}
.ElmCloud-banner .container .breadcrums a::after 
{
    content: '>';
    margin-left: 20px;
    font-size: 24px;
}
.ElmCloud-banner .container .breadcrums a:last-child::after { display: none; }
.ElmCloud-banner .container .breadcrums a:hover { color: #333; }


/*----------- Solutions Baner -----------*/

.Solutions-banner
{
    background: url('images/SolutionsBanner.jpg') no-repeat top center;
    background-size: cover;
    padding-bottom: 150px;
}
.Solutions-banner .container h2 
{
    margin-top: 368px;
    font-size: 60px;
    font-weight: bold;
    color: #ffff;
    border-bottom: 8px solid #6a2d91;
    float: right;
    width: 100%;
}
.Solutions-banner .container h2 a
{
    margin-top: 30px;
    display: block;
    width: auto;
    float: left;
    padding: 15px 15px 10px 15px;
    background: #FFF;
    float:right;
}
.Solutions-banner .container h2 a span
{
    width: 35px;
    height: 6px;
    background: #6a2d91;
    display: block;
    margin-bottom: 5px;
}
.Solutions-banner .container .breadcrums {  }
.Solutions-banner .container .breadcrums a
{
    color: #ffff;
    font-size: 18px;
    margin-right: 10px;
    padding-right: 10px;
}
.Solutions-banner .container .breadcrums a::after 
{
    content: '>';
    margin-left: 20px;
    font-size: 24px;
}
.Solutions-banner .container .breadcrums a:last-child::after { display: none; }
.Solutions-banner .container .breadcrums a:hover { color: #333; }


/*----------- Products Page -----------*/

.products-banner
{
    background: url('/images/products-banner.jpg') no-repeat top center;
    background-size: cover;
    padding-bottom: 150px;
}
.products-banner .container h2 
{
    margin-top: 368px;
    font-size: 90px;
    font-weight: bold;
    color: #6a2d91;
    border-bottom: 8px solid #6a2d91;
    float: left;
    width: 100%;
}
.products-banner .container h2 a
{
    margin-top: 30px;
    display: block;
    width: auto;
    float: right;
    padding: 15px 15px 10px 15px;
    background: #FFF;
}
.products-banner .container h2 a span
{
    width: 35px;
    height: 6px;
    background: #6a2d91;
    display: block;
    margin-bottom: 5px;
}
.products-banner .container .breadcrums {  }
.products-banner .container .breadcrums a
{
    color: #6a2d91;
    font-size: 18px;
    margin-right: 10px;
    padding-right: 10px;
}
.products-banner .container .breadcrums a::after 
{
    content: '>';
    margin-left: 20px;
    font-size: 24px;
}
.products-banner .container .breadcrums a:last-child::after { display: none; }
.products-banner .container .breadcrums a:hover { color: #333; }

.sub-banner 
{
    background: transparent url('/images/products-banner-shape.png') top center;
    background-size: cover;
    margin-top: -140px;
    height: 543px;
    overflow: hidden;
}
.sub-banner .container .row { margin-top: 120px; margin-bottom: 30px; }
.sub-banner .container .row div {  }
.sub-banner .container .row div a 
{
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    font-style: "DIN Next LT Arabic";
    color: #FFF;
    letter-spacing: 1.5px;
    border: 5px solid #FFF;
    padding: 10px 0px;
    text-align: center;
    float: left;
}
.sub-banner .container .row div a:hover { background: #FFF; color: #6a2d91; }
.sub-banner .container h3 { color: #FFF; font-size: 32px; width: 80%; }
.sub-banner .container p { color: #FFF; font-size: 24px; width: 80%; }

.product-services { margin-top: 40px; }
.product-services .top { float: left; width: 100%; margin-bottom: 0px; border-bottom: 3px solid #92278f; }
.product-services h2 { font-size: 36px; font-weight: bold; color: #6a2d91; float: left; }
.product-services .icons { float: right; margin-top: 20px;    width: auto !important; }
.product-services .icons a { display: block; width: 50px; height: 40px; float: left; margin-left: 10px; }
body.section_en_ElectronicProducts .product-services .icons a { border: 1px solid #ccc !important; }


.product-services .icons a:first-child { background: url(images/plus-icon.png) no-repeat center; }
.product-services .icons a:nth-child(2) { background: url(images/email-icon.png) no-repeat center; display:none;}
.product-services .icons a:last-child { background: url(images/print-icon.png) no-repeat center; }

.product-services .row .box { border: 0px solid #dedede; text-align: center; padding: 40px; font-size: 18px; color: #8b8b8b; background: #fff;height:auto !important;/*min-height:170px;*/overflow:hidden; }
.product-services .box div:last-child { margin-right: 0%; }


.product-services .row .box figure { margin-bottom: 10px;/* min-height: 140px;*/ }
.product-services .row .box figure img {    height: 80px !important;    /*width: auto !important; padding: 15px;*/ padding: 0px;}

.product-services .row .box p { /*min-height: 90px; padding: 0 35px;*/ margin: 0 !important; line-height: normal; }


.products-faq { margin-top: 40px; font-size: 24px; }
.products-faq h2 { font-size: 36px; font-weight: bold; color: #6a2d91; }
.products-faq h3 { color: #0f6cb6; margin-bottom: 30px; margin-top: 40px; }
.products-faq p { color: #9f9f9f; }

.products-footer {background: url(images/products-footer-bg.png) no-repeat top left;background-size: 100%;/* padding-bottom: 236px; */position: relative;padding-top: 154px !important;height: 400px;}

/*.products-footer { background:  url(images/products-footer-bg.png) no-repeat bottom center; background-size: 100%; padding-bottom: 236px; position: relative; padding-top: 154px !important; }*/
.products-footer .row { margin-top: 50px; }
.products-footer .row div { background: #d2d2d2; padding: 30px 50px; }
.products-footer .row div:last-child { background: #c4c4c4; }
.products-footer .row div h2 { font-size: 48px; text-transform: uppercase; color: #0f6cb6; font-weight: bold; border-bottom: 5px solid #FFF; padding-bottom: 20px; margin-bottom: 30px; }
.products-footer .row div p { font-size: 20px; color: #FFF; min-height: 140px; }
.products-footer .row div a.more { display: block; background: url(images/career-arrow.png); width: 64px; height: 61px; float: right; margin-top: 30px; }
.products-footer .row div a.more:hover { background-position: 65px center; }

.products-footer h3 { font-size: 36px; text-transform: uppercase; color: #FFF; width: 70%; margin: 70px 0px; }
.products-footer a.read-more { background: url(images/products-footer-arrow.png) center; display: block; width: 66px; height: 47px; float: right; margin-bottom: 50px; }
.products-footer a.read-more:hover { background-position: 96px center; }
.services-section { background: #FFF; padding: 50px 0; margin-top: 50px; }
.services-section h2 { font-size: 36px; font-weight: bold; color: #6a2d91; margin-bottom: 30px; }
.services-section ul { padding: 0 0 0 30px; /*margin: 0;*/ list-style: none; }
.services-section ul li { background: url(images/list-icon.png) left; font-size: 20px; color: #9f9f9f; background-position: left 10px; background-repeat: no-repeat; padding-left: 10px; line-height: 36px; }



.packages-section { padding: 50px 0; }
.packages-section h2 { font-size: 36px; font-weight: bold; color: #6a2d91; margin-bottom: 0px; margin-top:60px; }

.packages-section .text { padding: 30px; }
.packages-section .text h3 { font-size: 28px; color: #0f6cb6; font-weight: bold; margin-bottom: 0; }
.packages-section .text p { color: #9f9f9f; font-size: 18px; }
.packages-section .box { padding: 30px; background: #FFF; font-size: 18px; }


.package-table { color: #9f9f9f; margin-bottom: 30px; }
.package-table th, .package-table td { padding-left: 0 !important; padding-right: 0 !important; }
.package-table th { color: #0f6cb6; font-size: 18px; }
.package-table tr:last-child td { border-bottom: 1px solid #d0d0d0; }

.package-table td { padding: 5px 0 !important; }

.text-blue { color: #0f6cb6; font-weight: bold; }

.subbuttons { margin-top: 0px; margin-bottom: 0; }
.subbuttons .row { margin-left: -2px; margin-right: -2px; }
.subbuttons .col { padding: 0 2px; }
.subbuttons a { background:  #336498; padding: 15px; display: block; font-size: 30px; color: #fff; font-weight: bold; text-align: center; }

.subbuttons a:hover { background-color: #6a2d91;color:#fff; }




.download-section { font-size: 36px; color: #0f6cb6; position: relative; z-index: 2; }
.download-section span { display: inline-block; font-weight: bold; margin-right: 20px;font-size: 22px; }
.download-section a { background: url(images/btn-download.png); width: 57px; height: 52px; display: inline-block; background-position: bottom center; background-repeat: no-repeat; margin-bottom: -10px; }
.download-section a.download:hover { background-position: top center; }



.subscribe { margin: auto; width: 100%; position: relative; top: 115px; }
.subscribe .input-group > .input-group-btn:empty { width: 0px; }
.input-group-btn .btn{
	color:#fff !important;
}
.subscribe .form-control::-webkit-input-placeholder {
    color: #fff;
}
.subscribe .form-control::-:-moz-placeholder {
    color: #fff;
    opacity:  1;
}
.subscribe .form-control::-:--ms-input-placeholder {
    color: #fff;
    opacity:  1;
}

.SubscribeMsg{
	top: 130px;
    margin: auto;
    position: relative;
}
.SubscribeMsg span{
    font-size:16px !important;
}

.validateMsg{
	color: red !important;
	font-weight:normal;
}
.MailErrorMsg{
	font-size:16px !important;
	marin-top:13px;
}
.subscribe .form-control { border-right: 0 none; height: 60px;  background: none; border-radius: 0; box-shadow: none; border: 2px solid #fff; font-size: 36px; padding: 30px; color: #fff; }
.subscribe .btn { font-family:"DIN Next LT Arabic"; background: #92278f; color: #fff; font-size: 36px; font-weight: bolder; text-transform: uppercase; border-radius: 0; padding: 0 40px; height: 64px; margin-left: 0px !important; }
.subscribe .btn:hover { background: #0054a6; color:#fff;}


@media (max-width: 767px) {
    .banner-buttons { left: 0; right: 0; margin: auto; text-align: center; }
    .products-banner .container h2 { font-size: 60px; }
    ul.first-nav { margin-left: 0; margin-right: 0; }
    .menu .navbar-collapse { padding: 0; margin-left: 0; margin-right: 0; }
    .product-services .icons { float: left; margin-bottom: 10px; }

    .product-services h2 { font-size: 28px; }

    .subscribe .btn { padding-left: 20px; padding-right: 20px; font-size: 20px; height: 60px; }
    .subscribe .form-control { height: 60px; padding: 15px; font-size: 20px; }

    footer .social-media p { float: left; width: 100%; text-align: center; }

    .subbuttons a { margin-bottom: 2px;    font-size: 18px; }


    .banner-buttons a.register,.banner-buttons a.call  {
    background-image: none;
    padding: 10px 15px !important;
    font-size: 18px;
    margin-left:17px;
}

    .register-form{padding:20px; padding-top:70px;}
}


@media (max-width: 640px) {



    .subscribe .btn { font-size: 16px; padding-left: 10px; padding-right: 10px; }
    .subscribe .form-control { font-size: 16px; }
}

/*products-landing */

.products-landing div p {
    background-color: #6a2d91;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    margin: 0 !important;
    padding: 25px 26px;
    position: absolute;
    transition: all 0.7s ease-in-out 0s;
    width:100%;
    height:300px;
    top:350px;

}
.products-landing {
    margin-top: 80px;
    z-index: 999;
    position: relative;
}
.products-landing div {
   background-position: left 100px top 10px;
    background-repeat: no-repeat;
    border: 1px solid #e0dcda;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
}


.products-landing div:nth-child(odd) {
   background-color: #f5f5f5;
   }

.products-landing div:nth-child(even) {
  background-color: #eaeaea;
}

.products-landing div:hover >  p {
  top: 0;
}
.products-landing div h3 {
   color: #006b97;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
   padding-top:215px;

}
.Product-Column{
	height:300px;
    float:left;
}

.ProductAdvantages-Coloumn{
   height: 240px;
    /* max-height: 500px; */
    overflow: hidden;
        }
/*-------------------------------- Product Subscribe ----------------------------------------------*/
.product-bottom-buttons{
    width: 100%;
    padding: 5% 5% 5% 15%;
    position: relative;
}
.product-bottom-buttons .control-button
{
    padding-right: 20%;
    width: 350px;
    background-color: #27a8e0;
    color: #fff;
}

.product-contact-content{
    width: 100%;
    padding-left: 15%;
    padding-right: 5%;
    position: relative;
}

.product-contactus-leftdiv {
    float: left;
    width: 70%;
}

.product-contact-form-control
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-contactus-control
{
    border-radius: 0em;
    border: 1px solid #0f6cb6;
    color: #0f6cb6;
}

.product-contactus-control-button
{
    border-radius: 0em;
    color: #0f6cb6;
    border: 1px solid #fff;
    background-color: #fff;
}
.BtnSubmit{
	float:right;
}

/*-------------------------------- MilStone ----------------------------------------------*/
/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "DIN Next LT Arabic";
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 19%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #00b0bd;
  z-index: -1;
}
#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  border: 1px solid #ddd;
  background-color: #166db3;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
  padding: 27px 25px;
}
.timeline-article p {
  margin: 0 0 0 60px;
  padding: 0;
  font-weight: 400;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #00b0bd;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "DIN Next LT Arabic";
  color: ##0f6cb6;
}
.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}
.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}
.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: #00b0bd;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date {
  font-size: 18px;
  line-height: 40px;
}
.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
  
}
/*Table Styles */
.table-striped>thead>tr:first-child  {
     color: #336498;
      font-size:18px;
}
.table-striped>thead>tr:nth-child(2)  {
     color: purple;
}
.table-striped>thead>tr:nth-child(3)  {
     color: purple;
}


.table-striped>tbody>tr{
    /*background-color: transparent !important;*/
    color:#8b8b8b;
    font-size:17px;
}


/*Fix CQWP*/
.dfwp-column {
    float: left;
    margin-left: 0;
}

/*===== // Resonsive Vertical Timeline =====*/
/*--------------------------------End MilStone ----------------------------------------------*/
paging {
    margin-top: 29px;
    clear: both;
}
.pagingPnl{
	    width:414px;

}
.pagingContent div{
    float: left;
    margin-right: 7px;
}
.pagingContentMediaCenter{
	width:100% !important;
}
.pagingContentMediaCenter .nextPageNews,.pagingContentMediaCenter .nextPageEvents{
float:right;
right:5px;
left:0px;
}

.Events {
height:auto  !important;
	min-height:378px !important;
	
}
.News {
height:auto  !important;

	max-height:370px !important;
	min-height:370px !important;
}

.pagingContentMediaCenter div{
    float: left;
    margin-right: 7px;
    margin-top: -250px;
    position: relative;
    left:5px;
}
.pagingContentMediaCenter div img{
	width:30px;
	cursor:pointer;
}

.pagingContent .nextPage, .pagingContent .prevPage {
    width: 23px;
    background-repeat: no-repeat;
    background-position: center;
}
.pageNumberActive {
    background: #DE841A;
    color: #FFF;
    line-height: 22px;
}
.pageNumberInactive {
    background: #DCDCDC;
    color: #636363;
    cursor: pointer;
}
.pageNumberActive, .pageNumberInactive {
    padding-top: 1px;
    font-size: 14px;
    height: 25px;
    width: 23px;
    text-align: center;
}
.dnextPage{
   background-image: url('images/dprevPage.jpg') !important;
}
.dprevPage{
 background-image: url('images/dnextPage.jpg') !important;
}
.ddl{
	font-size:18px; 
	color:#6a2d91; 
	margin-right: 0px;
	 width: 300px;  
	 float: right;
}
.ddl select{
	float: left;
	 width: 43%;
	  margin-left: 10px;
}

.captchaImg{
	width: 200px !important;
    height: 56px;
    padding-left: 15px;
}
.captchaText{
	width: 47% !important;
	float: left !important;

  }
.refreshcaptchaImg{
	 height: 39px;
    padding-left: 10px;
    cursor:pointer;
}
.lblCaptcha{
	float:none !important;
	    margin-right: 10px;
}  
.EventBody{
	font-size:18px;
}
.EventsTable .row{
	margin-top:25px;
}

.mm-btn {
	width: 50px !important;
	height: 35px !important;
	background: #FFF;
	right: 5px !important;
	text-transform: all .5s ease-in-out;
}
.mm-btn:hover { background: #2779ad; }
.mm-clear::after, .mm-clear::before, .mm-close::after, .mm-close::before {
	width: 7px !important;
	height: 7px !important;
}
.ceo-content-txt div div{
	text-align: right !important;
}

@media (max-width:768px){
.newsdetail-columns .newsdetail-column{    float: none;    width: 100%;    height: auto;padding-bottom: 20px;}
.newsdetail-column img{height: auto;}
.newsdetail-columns .newsdetail-column h3{margin-top: 0px;    font-size: 22px;    margin-right: 0;    padding-left: 0;    padding: 5px;}
}
