@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

@font-face {
	font-family:'MyriadPro-Semibold';
	src: url('../eot/myriadpro-semibold_gdi.eot');
	src: url('../eot/myriadpro-semibold_gdid41d.eot#iefix') format('embedded-opentype'),
		url('../woff/myriadpro-semibold_gdi.woff') format('woff'),
		url('../ttf/myriadpro-semibold_gdi.ttf') format('truetype'),
		url('../svg/myriadpro-semibold_gdi.svg#MyriadPro-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
@font-face {
	font-family:'MyriadPro-Regular';
	src: url('../eot/myriadpro-regular_gdi.eot');
	src: url('../eot/myriadpro-regular_gdid41d.eot#iefix') format('embedded-opentype'),
		url('../woff/myriadpro-regular_gdi.woff') format('woff'),
		url('../ttf/myriadpro-regular_gdi.ttf') format('truetype'),
		url('../svg/myriadpro-regular_gdi.svg#MyriadPro-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
@font-face {
    font-family: 'allerbold';
    src: url('../woff2/aller_bd-webfont.woff2') format('woff2'),
         url('../woff/aller_bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'aller_lightregular';
    src: url('../woff2/aller_lt-webfont.woff2') format('woff2'),
         url('../woff/aller_lt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'allerregular';
    src: url('../woff2/aller_rg-webfont.woff2') format('woff2'),
         url('../woff/aller_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-family: 'aller_lightregular';
  color:#4e4e4e;
  line-height: 22px; text-align:justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'allerbold';
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #222;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

 .header-top-banner {
    background: #dedede;
    position: relative;
    z-index: 1001;
    height: 30px;
    border-bottom: 1px solid #ccc;
}
.header-top-banner .header-top-wrapper>div {
    float: left;
}

.header-top-banner .header-top-wrapper>div.top-support {
    cursor: pointer;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px;
    padding: 0 20px;
}
.header-top-banner .header-top-wrapper>div.social {
    float: right;
}.header-top-banner .header-top-wrapper>div.top-search {
    float: right;
    max-width: 138px;
    width: 100%;
    margin-top: 2px;
}#header #topnav {
    float: right;
    margin-top: 30px;
}.navbar-nav>li {
    float: left;
} #header #topnav >li>a {
    color: #2566a0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 17px;
    background: #fff;
}.header-top-banner .header-top-wrapper>div.top-support .menu-top-support-container {
    display: none;
    position: absolute;
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 2px 4px -3px #000;
    margin-left: -21px;
    top: 30px;
    width: 210px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 0 1px 1px;
}
.header-top-wrapper.container{ position:relative;}

.header-top-banner .header-top-wrapper>div.social ul li {
    display: inline-block;
    list-style: none;
    line-height: 0;
}.header-top-banner .header-top-wrapper>div.tel {
    padding: 0 20px;
    line-height: 30px;
}.header-top-banner .header-top-wrapper>div.top-search .search-form #search-input {
    transition: all .4s;
    -webkit-transition: all .4s;
    border-radius: 4px;
    height: 25px;
    background: rgba(255,255,255,.3);
    width: 140px;
    opacity: 0;
}.header-top-banner .header-top-wrapper>div.top-search .search-form span.mobileSearchIcon {
    position: absolute;
    right: 0;
    top: 6px;
    width: 20px;
    color: #888;
    cursor: pointer;
    font-size: 14px;
}


.header-top-banner .header-top-wrapper>div.social ul li i {
    font-size: 18px;
    line-height: 30px;
    margin-right: 8px;
    color: #888;
}#header .navbar-brand {
    padding: 15px 0px 0 0;
    height: auto;
}.navbar-header {
    float: left;
}.navbar-static-top{ clear:both;} 


#header li>a {
    color: #2566a0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 17px;
    background: #fff;padding: 15px 20px 13px 15px;
}
.carousel-control {
    position: absolute;
    top: -40px;
    bottom: 0;
    left: 5%;
    width: inherit;
    height: inherit;
    color: #fff;font-size: 30px;
}
.carousel-control.right {
    right: 5%;}
#home-core-services a{ color:#2c6b9e;}

 .home-heading{ line-height:40px;}
.homesub{
    font-size: 20px;
    font-weight: 300;
    display:block;
    line-height: 27px;
    margin:5px 0 0;
    }.logos_slider{ text-align:center;}
.logos_slider span{ display:inline-block; width:24%; text-align:center;} 
.logos_slider .carousel-inner>.item{ width:80%; margin:0 auto;}

.logos_slider .carousel-control { 
    color: #444;font-size: 18px;
}
.btn-default {
    background: #2566a0;
    border: 0;
    color: #fff;
    border-color: #ccc;
    transition: all .5s;
}

.teamcol span img{ border-radius:50%;}
.teamcol{ text-align:center;}
.teamcol p { font-size:20px; margin:10px 0 0;}
.home-clients .tab-content .tab-pane .s-summary { 
    font-size: 18px;  
    margin: 0 20px;
}
.btn-default:hover{ background:#000; color:#fff;}
.home-partner-programs{ background:url(../png/partnerbg.png)}
#breadcrumbs-banner, #breadcrumbs-banner ol {
    background-color: rgba(0,77,145,.85);
    position: relative;
    width: 100%;
}#breadcrumbs-banner a, .breadcrumbCaret{ font-size:14px;}

.resources-sidebar .panel-group .panel .panel-heading a.collapsed:before {
    background: url(../png/expand.png) repeat scroll 0 0 rgba(0,0,0,0);
    content: "";
}
.resources-sidebar .panel-group .panel .panel-heading a:before {
    background: url(../png/collapse.png) repeat scroll 0 0 rgba(0,0,0,0);
    content: "";
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    position: relative;
    top: 1px;
    width: 16px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0px solid #ddd;
}
.product-intro .glyphicon{ margin:-4px 5px 0 0; position:relative;}
.product-intro a{ color:#069; margin:0 20px 0 0;}
.inner_content{ background:url(../png/lightbg.png) repeat-x #fff;}

#header .dropdown .dropdown-menu {
    border-top: 2px solid #0468b3;
    top: 93%;
    left: 0;
    border-radius: 0;
    background: -webkit-linear-gradient(#fff,#ededed);
    background: -o-linear-gradient(#fff,#ededed);
    background: -moz-linear-gradient(#fff,#ededed);
    background: linear-gradient(#fff,#ededed);
    width: 100%;
}#header.yamm .container {
    position: static;
}.nav>li, .dropdown{ position:static;}
.learning a:after{ display:none !important;}




.inner_content{ padding:60px 0;}
.tabview{ padding:20px 0;}
.tabview .nav-tabs a{ padding:10px 30px; cursor:pointer;}
.tab-content{ padding:40px; background:#f6f6f6 !important;}
.tab-content img{ margin:0 10px 0 0;}
.inner_content h2{ margin:0 0px 30px 0;}

.carousel-inner>.item>img, .carousel-inner>.item>a>img{ width:100%;}
.dropdown-menu .tab-content{ background:none !important}
#sidebar{ min-height:850px;}
.inner_content .page-sidebar-nav .open .sub-menu{ padding:10px 20px !important;}
.inner_content .page-sidebar-nav .open .sub-menu li{ line-height:22px;}
.list_img img{ margin:0 10px 0 0;}
#page-sidebar-nav{ text-align:left;}
.tab-content h3{ margin:0 0 30px; color:#069; }
p{ margin:0 0 5px;}
.home-clients .tab-content{ margin:0 0 20px;}
#accordion2 .icon-fixed-width{float: right;
    padding: 5px 10px;
    background: #069;
    color: #fff;
    font-weight: 100;
    font-size: 12px;}
 
#accordion2 .accordion-heading{ overflow:hidden; padding:0 0 10px; border-bottom:1px solid #ccc; margin:0 0 10px;}
#accordion2 .accordion-toggle{ font-size:18px; color:#069; font-weight:900;}
#accordion2 .accordion-inner{ padding:0 0 40px; overflow:hidden;}
.submain{ margin:0 0 50px !important;}
.list_sev{ overflow:hidden; margin:0 0 0px;}
.list_sev span{float: left;
    width: 95%;
    line-height: initial;}
.list_sev p img{ float:left; margin:5px 10px 0 0;}
.list_sev p{ overflow:hidden; margin:0 0 5px;}
.lastsub{ font-size:18px; margin:0 0 20px;}
#footer{font-size: 17px;
    font-weight: normal !important;}
#footer div, #footer strong{font-weight: normal !important;}
.ftradd{ font-size:14px !important;}
#footer a {
    color: #fff;
    font-size: 13px;
}
#articles{ overflow:hidden; text-align:center; margin:0 0 50px;}

#articles h2{ font-size:15px; margin:10px 0 5px; padding:0;}
.h1-back, .h6-back1{ margin:0; font-size:18px; margin:0 0 20px; color:#000;}
#articles a img.profil{ width:150px; border-radius:50%; border:2px solid #ccc;}
.leadership{ text-align:center;}
 .modal h3{ margin:0;}
 .certi .row{ margin-bottom:50px;}
 
  
 #label3 {
    background: #7da817 url('../png/cname.png') center no-repeat;
}#contact label, #contact-form2 label {
    float: left;
    min-width: 36px;
    height: 48px;
    cursor: pointer;
}
 #label1 {
    background: #7da817 url('../png/label2.png') center no-repeat;
}#label {
    background: #7da817 url('../png/label1.png') center no-repeat;
}#label4 {
    background: #7da817 url('../png/con-info1.png') center no-repeat;
}#label5 {
    background: #7da817 url('../png/contact2.png') center no-repeat;
}
.address img{ margin:0 10px 0 0;}
.formbtn{ clear:both; margin:0px 0 0;}
.subtext{ margin:0 0 20px; color:#222; font-size:25px;}
.sticky.fixed{ position:fixed !important;  width:100%; top:0;}
.fixed#header .navbar-brand {
    padding: 5px 0px 0 0;}

.fixed#header .navbar-header {
    margin: 10px 0;
}
.fixed#header #topnav {
    float: right;
    margin-top: 15px;
}

#header { 
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.fixed .navbar-brand img{ height:40px;margin: 7px 0 0;}
#home-core-services .home-core-block .home-core-heading {
    font-size: 18px;
    text-transform: uppercase;
}
.home-partners {
    background: url(../jpg/bg-engage.jpg) no-repeat center bottom;
    background-attachment: fixed;
    background-position: 50% 50%;
    position: static;
    background-size: cover;
    color: #ffffff;
    text-transform: none;
}
.home-partners-inner{ padding:100px 0;}

.home-partners-inner h3{ color:#fff; text-transform:uppercase; font-weight:normal;}
 .logos_slider span{ padding:20px 0;}
 .sublogos span{ width:20%; float:left; height:150px;}
 .home-clients h3{ margin:0 0 50px; color:#fff; text-transform:uppercase;}
 
 
 
.home-clients{ background: url(../jpg/background4.jpg) no-repeat center bottom;
    background-attachment: fixed;
    background-position: 50% 50%;
    position: static;
    background-size: cover;
    color: #ffffff;
    text-transform: none;}
 
 .carousel-control {
    position: absolute;
    top: 50%;}
 .homeslide h2{ position: absolute;
    left: 10%;
    top: 150px;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 2px #000;}
  .homeslide p{ position: absolute;
    left: 10%;
    top: 248px;
    color: #fff;
    font-size: 25px;
    width: 500px;
    text-align: left;
    line-height: 35px;text-shadow: 0 2px #000;}
 .home-people h3{ text-transform:uppercase;}
 
#myCarousel10 .carousel-control { 
    top: 26%;
}
#myCarousel10 #articles a img.profil {
    width: 180px;}
 
 
#myCarousel10 .carousel-control.right {
    right: 0;
}
 
 #myCarousel10 .carousel-control.left {
    left: 0;
}
#footer{ text-align:left;} 
 .footer-links-share a{font-size: 20px !important;
    margin: 0 10px 10px;
    display: inline-block;}
 .innerbaner{ padding:100px 0; background-position:center; background-repeat:no-repeat; background-size:cover; }
 .innerimg1{ background-image:url(../jpg/aboutimg.jpg);}
  .innerbaner h2{ color:#fff;}
 
 
 .innerimg2{ background-image:url(../jpg/leader.jpg);}
 
 .innerimg3{ background-image:url(../jpg/company1.jpg);}
 .innerimg4{ background-image:url(../jpg/career.jpg);}
 
 .innerimg5{ background-image:url(../jpg/head-social.jpg);}
  .innerimg6{ background-image:url(../jpg/company3.jpg);}
  .innerimg7{ background-image:url(../jpg/company4.jpg);}
  .innerimg8{ background-image:url(../jpg/map.jpg);}
 .imgbrdr img{ border-radius:5px;    border: 1px solid #eee;}
 .logos_slider img, .home-clients img{ border-radius:5px;border: 1px solid #ddd;}
 .carrer{ display:inline-block;}
 .social ul{ display:inline-block;}
 .clientlog .col-md-2{ width:20%;}
 #breadcrumbs { color:#fff; text-align:right;}
 #breadcrumbs-banner a, .breadcrumbCaret {
    font-size: 13px;
}
.contact a{ padding-right:0 !important;}
#contact input{ width:100%; padding:15px 20px; border:1px solid #ddd; background:#f9f9f9; margin:0 0 30px;} 
 #contact textarea{ width:100%; padding:15px 20px; border:1px solid #ddd; background:#f9f9f9; margin:0 0 30px;} 
 
 .btn {
    display: inline-block;
    padding: 6px 35px;}
 .formbtn { text-align:right;} 
 .home-resource-title{ text-align:left;min-height: 100px !important;}
  .home-resource-title strong{ display:block; margin:0 0 5px; font-size:14px; font-weight:700;}
 .innerhome .col-lg-3.col-md-6{ width:20%;padding: 0 5px;}
 .innerhome .home-resource-title {
    text-align: left;
    min-height: 80px !important;
}
 
 
 .home-resource-title{ text-align:justify;}
 
 
  .techpart .h6-back1{ text-align:center; margin:30px 0 0; font-size:20px; color:#2566a0;}
.vacancyTitle h6{ font-weight:normal; font-size:14px; color:#2566a0; margin:30px 0 10px;} 
 
 pre {
    display: block;
    padding: 20px;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;    font-family: 'aller_lightregular';
}
 
 .btn-success {
    color: #fff;
    background-color: #2566a0 !important;
    border-color: #2566a0  !important;
}

.vacencies a {background-color: #2566a0 !important;
    border-color: #2566a0  !important; display:inline-block; padding:10px 30px; color:#fff; border-radius:4px; margin:0 0 0 5px; text-transform:uppercase;}
 .copyftr{ text-align:center; background:#2566a0; padding:0 0 10px; color:#fff;}
 #footer{    padding-bottom: 20px !important;}
 .copyftr a{ color:#fff; }
 .home-core-block a{ display:block; min-height:85px;}
 .home-core-block .home-core-heading a{ min-height:inherit;}
 