@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:"Roboto";
	src: url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');}

@font-face {
	font-family:"Roboto Condensed";
	src: url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700;800;900&display=swap');}

/* ---- welcome ---- */

a:hover { color: #134A86 ;}

.welcome {
	background-color: #134A86;
	color: #FFFFFF;
	text-align: center;
	padding: 50px 0;
	border-bottom: 2px solid #021C4A;
}
.welcome div .ml11 {margin-bottom: 30px; margin-left: auto; margin-right: auto; display: inline-block;
font-family: "Roboto", "Arial", "sans-serif", normal;}

.welcome p { font-size: 18px; line-height: 24px; margin-bottom: 20px;}
.welcome b { font-weight: 500;}

@media screen and (max-width: 660px) { 
	.welcome p { font-size: 16px; line-height: 20px;  margin-bottom: 10px; } 
	.welcome div .ml11 { display: block; }
	.welcome { padding: 30px 0; } }

/* ---- adv services ---- */

.adv-services .two_third { padding: 30px 0px 0px 20px;}
.adv-services .one_third { padding-bottom: 30px; background-color: #ECECEC;}
.adv-services .two_third .one_half {padding-bottom: 0px;}

/* ---- values ---- */

.values { padding: 25px 25px 40px; }
.values h4 {
	color: #134A86;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	font-family: "Roboto Condensed", "Arial Narrow", sans-serif, condensed;
	padding-bottom: 10px;
	border-bottom: 1px solid;
}
.values li { border-bottom: 1px solid #BDBDBD; padding: 12px 4px 14px; }
.values li:last-child { border-bottom: none; }
.values img { width: 24px; display: inline-block; float: left; margin-right: 10px;}
.values p { font-size: 16px; line-height: 24px; margin-bottom: 5px; font-weight: 400;}
.values span {font-size: 13px; line-height: 15px;}



/* ---- services ---- */


.title-home h3 {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Roboto Condensed", "Arial Narrow", sans-serif, condensed;
}

.adv-services .title-home { padding: 20px;}
.adv-services .title-home h3 { margin: 0px;}

.home-services {
	padding: 6px;
	border-radius: 8px;
	margin-bottom: 20px;
	background-color: #134A86;
	background-image: -webkit-linear-gradient(270deg,rgba(19,74,134,1.00) 0%,rgba(12,40,82,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(19,74,134,1.00) 0%,rgba(12,40,82,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(19,74,134,1.00) 0%,rgba(12,40,82,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(19,74,134,1.00) 0%,rgba(12,40,82,1.00) 100%);
}

.home-services li {
	font-size: 14px;
	line-height: 18px;
	list-style: square inside;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}


.home-services figure {
	margin: auto;
	display: block;
	padding: 30px 5px 20px;
	
}

.home-services figure img {
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: 0;
	display: block;
	height: auto;
}

.home-services figcaption {
    margin: auto; max-width: 320px; padding: 20px 10px 20px 20px ;
}

.home-services .over-text-50 {
  	color: white;
  	font-size: 30px;
	line-height: 32px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	text-align: center;
	white-space: nowrap;
}

.imghvr-slide-up:hover .over-text-50 { 
	top: 20%;
	font-size: 20px;
	line-height: 22px;
}
.home-services .imghvr-slide-up:hover figcaption {
    transform: translateY(25%);
}


@media screen and (max-width: 940px) and (min-width: 820px) {
	.home-services .imghvr-slide-up:hover figcaption { transform: translateY(25%);}
}
@media screen and (max-width: 920px) and (min-width: 660px) { 
	.adv-services .one_half { width: 50%; padding: 5px;} 
	.adv-services .one_third, .adv-services .two_third { width:100%; padding: 20px 5px;} 
}
@media screen and (max-width: 660px) {
	.adv-services .one_third , .adv-services .two_third { width:100%; padding: 15px;}
	.home-services figure img { margin-right: 0px; margin-left: auto;} 
}
@media screen and (max-width: 420px) { 
	.home-services li { font-size: 10px; line-height: 13px;} .adv-services .one_half { padding: 0px;} }
	
	

/* ---- industries ---- */

.home-ind-dark .title-home h3 {
	color: #DFDFDF; 
	margin-bottom: 10px;
	
}

.home-ind-dark {
	background-color: #5B5B5B;
	border-top: 3px solid #4D4D4D;
	border-bottom: 3px solid #4D4D4D;
}

.home-ind-dark .title-home { padding: 15px;	}



.hvr-rectangle-out:before {
	background-color: #134A86;
	border-radius: 5px;
}

.ind-wrap {
	padding: 10px;
	display: block;
	background-color: #424242;
	margin-bottom: 15px;
	border-radius: 5px;
}
.ind-wrap a {  padding: 10px; height: auto; color: #FFFFFF; display: block; opacity: 0.9;}

.ind-wrap a:hover { opacity: 1;}

.ind-wrap img {height: auto;}

@media screen and (max-width: 920px) { .ind-wrap a div b {font-size: 95%;} }
@media screen and (max-width: 500px) and (min-width: 441px) {
	.ind-wrap { padding: 8px; }
	
}
@media screen and (max-width: 580px) {
	.home-ind-dark .one_third { width:100%; padding: 0px 5px 0 5px;}
}

/* ---- PEP ---- */

.pep {padding: 15px 0px;}

.pep .column {  width: 31.6%;  margin: 8px; background-color: #ECECEC ; border-radius: 4px; }

.flex {
	display: -webkit-flex;
	display: -ms-flexbox; /* IE10 */
  	display: flex;
	-webkit-flex-wrap: wrap;
  	-ms-flex-wrap: wrap; /* IE10 */
  	flex-wrap: wrap;
}

/* ---- experts ---- */


.home-item-wrap { padding: 20px; background-color: #ECECEC ; height: auto;}

.home-item-wrap h4 {;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	font-family: "Roboto Condensed", "Arial Narrow", "sans-serif", condensed;
	padding-bottom: 4px;
	margin-bottom: 11px;
	margin-left: 5px;
}

.one-item-carusel .item:hover {
	background-color: #134A86;
	-webkit-transition: all 700ms ease 0s;
	-ms-transition: all 700ms ease 0s;
	transition: all 700ms ease 0s;
}
.one-item-carusel .item {
	background-color: #FFFFFF;
	padding: 6px;
	border: 2px solid #EFEFEF;
	text-align: center;
	border-radius: 5px;
}
.one-item-carusel .img-wrap { border-radius: 3px; margin: auto; height: 100%; }
.one-item-carusel .img-wrap img {margin: auto; }

.one-item-caption {
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	background-color: rgba(0,0,0,0.4);
	overflow: hidden;
  	width: 100%;
	padding:12px 5px;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 16px;
  	-webkit-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}
.experts-carousel .one-item-caption {font-size: 16px; font-weight: 400;}


.one-item-carusel .owl-nav {
    width: 100px;
    position: absolute;
    right: -25px;
    top: -38px;
}
.one-item-carusel .owl-theme .owl-nav [class*="owl-"] {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 3px;
	color: #949494;
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 0 0px;
	padding: 0;
	width: 24px;
	height: 24px;
	border: 2px solid #EFEFEF;
	transition: all 700ms ease 0s;
}
.one-item-carusel .owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.one-item-carusel .owl-nav .owl-next i ,
.one-item-carusel .owl-nav .owl-prev i {
	font-size: 16px;
	transition: all 700ms ease 0s;
}

.one-item-carusel .owl-theme .owl-nav [class*="owl-"]:hover{
	border-color: #134A86;
	color: #134A86;
}

@media screen and (max-width: 920px) and (min-width: 880px) { .home-item-wrap h4 span {  display: none;}  } 
@media screen and (max-width: 880px) and (min-width: 600px) { .pep .column {  width: 48%;  margin: 5px; } }
@media screen and (max-width: 600px) { 
	.pep .column {  width: 90%;  padding: 20px; margin: 10px auto; }
	.home-item-wrap {padding: 30px;}
}
@media screen and (max-width: 420px) {
	.pep .column {  width: 100%;  padding: 10px; margin: 10px auto; }
	.home-item-wrap {padding: 10px;}
	.home-item-wrap h4 {letter-spacing: normal; font-size: 16px;}
}



/* ---- Featured Publications---- */


/* ---- partners ---- */


.home-partners {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	justify-content: space-around;
	align-content: space-around;
	align-items: center;
	width: 100%;
	padding-bottom: 6px;	
}

.home-partners-wrap {
	width: 100%;
	padding: 5px;
}

.home-partners-wrap img:hover { filter: none;}

.home-partners-wrap img { max-height: 80px; width: auto; border-radius: 3px; margin: auto; filter: grayscale();}



/* ---- clients ---- */

.clients-bg {
	background-color: #4A4A4A;
}

.cli {padding-bottom: 20px;}

.cli h4 {
	margin: 0px 0px 15px 0px;
	text-transform: uppercase;
	letter-spacing: 1pt;
	font-size: 18px; 
	font-weight: 400;
	color: #DFDFDF;
	padding-bottom: 4px;
	font-family: "Roboto Condensed", "Arial Narrow", "sans-serif", condensed;
}

.clients .owl-nav {
    width: 60px;
    position: absolute;
    right: 0px;
    top: -40px;
}
.clients .owl-theme .owl-nav [class*="owl-"] { 
	color: #DFDFDF ; 
	font-size: 16px;
	line-height: 19px;
}
.clients .item {
	border-right: 2px solid #3A3A3A;
	border-bottom: 2px solid #3A3A3A;
	border-radius: 5px;
	filter: grayscale(1);

}
.clients .item:hover {filter: none;}

.clients .item img {}

/* ---- nav carusel ---- */

