@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
body {
	font-family: 'Lato', sans-serif;
}
a{
	text-decoration: none !important;
	transition: all 0.5s ease-in-out;
	color: #0e8e8f;
}

.attachment-single{
    width:100%;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}

h1{
	font-size: 50px;
	color: #008080;
	font-weight: 700;
	margin-bottom: 30px;
}
#cookie-law-info-bar{
	padding-top:10px !important;
	padding-bottom:10px !important;
}
#cookie-law-info-bar #cookie_action_close_header{
	border-radius:3px !important;
}

.wp-caption-text{
    font-size:12px !important;
    line-height: normal !important;
    font-weight: 400 !important;
    margin-top: 6px !important;
    margin-bottom:6px !important;
}
.bigContent {
    font-size: 23px;
    color: #303030;
	font-weight: 300;
}

.bigContent a{
	color: #303030;
	text-decoration: underline !important;
	font-weight: 400;
}

.bigContent p{
	line-height: 48px;
}
.bigContent ul{
	padding-left: 0px;
	line-height: 48px;
}
.bigContent li{
	list-style: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 32px;
	position: relative;
}

.bigContent li i{
	position: absolute;
	left: 0;
	top: 12px;
}

.bigContent li::before{
	content: "\f18e";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 2px;
}

img {
	max-width: 100%;
	height: auto;
}
.wideSection {
	max-width: 1430px;
}
.alignleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
.alignright {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
}
.aligncenter {
	float: none;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.navbar {
	padding-left: 0px;
	padding-right: 0px;	
}
.logoArea .navbar{
	text-align: right;
}
.navbar .navbar-nav {
	display: block;
	width: 100%;
}
.navbar .navbar-nav li {
	padding-left: 18px;
	padding-right: 18px;
	display: inline-block;
}
.navbar .navbar-nav li:first-child {
	padding-left: 0px;
}
.navbar .navbar-nav li:last-child {
	padding-right: 0px;
}

.navbar .navbar-nav .dropdown-menu{
	min-width: 210px;
	border: none !important;
	border-radius: 0px !important;
	margin-top: 10px;
	z-index: 99;
	
-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    0px 0px 12px 0px rgba(0, 0, 0, 0.1);
box-shadow:         0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav .dropdown-menu li {
	display: block !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	border: none !important;
}
.logoArea .navbar .navbar-nav .dropdown-menu li a{
	text-transform: none !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	display: block;
}

.logoArea .navbar .navbar-nav .dropdown-menu li.active a{
	color: #fff !important;
	background-color: #008080;
}

.logoArea .navbar .navbar-nav .dropdown-menu::before {
	background-color: #008080;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 3px;
}

.logoArea .navbar .navbar-nav li a:hover .dropdown-menu{
	display: block !important;
}

.topBar {
	background-color: #008080;
	padding-top: 7px;
	padding-bottom: 7px;
}
.topItem {
	text-align: center;
	display:inline-block;
}
.topBar .navbar {
	text-align: right;
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 0px;
}
.topBar .navbar .navbar-nav li {
	padding-left: 10px;
	padding-right: 10px;
}
.topBar .navbar .navbar-nav li a {
	color: #dddddd;
	font-size: 13px;
	text-transform: uppercase;
}
.topBar .navbar .navbar-nav li a:hover{
	color: #fff;
}
.topBar .tSocial {
	padding-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	display: inline-block;
	position: relative;
    top: 2px;
}
.topBar .tSocial li {
	display: inline-block;
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
}
.topBar .tSocial li:first-child {
	padding-left: 0px;
}
.topBar .tSocial li:last-child {
	padding-right: 0px;
}
.topBar .tSocial li i {
	color: #e0e4ea;
	font-size: 18px;
}
.topBar .tSocial li i:hover {
	color: #fff;
}
.tSearch {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
}
.tSearch .form-control {
	background-color: #059595;
	border: none;
	height: 29px;
	font-size: 13px;
	color: #fff;
	outline: none !important;
}
.tSearch .form-control::placeholder {
 color: #fff;
}
.tSearch .input-group-text {
	background-color: #059595;
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 0px;
}


.tSearch .input-group-text #searchsubmit{
	background: none !important;
	    padding: .265rem .75rem !important;
	border: none !important;
	outline: none !important;
	color: #fff;
}

.tSearch .input-group-append{
	position: relative;
}
.tSearch .input-group-append::before{
	content: '';
	position: absolute;
	left: 0;
	width: 1px;
	height: 23px;
	background-color: #027575;
	top: 3px;
}

.languageDropdown{
    padding-left:16px;
    display: inline-block;
}

.languageDropdown .dropdown-toggle{
    padding:3px 5px;
    border:1px solid #059595 !important;
    background:none !important;
}

.languageDropdown .dropdown-menu ul{
    padding-left:0px;
    margin-bottom:0px;
}

.languageDropdown .dropdown-menu ul li{
    list-style:none;
}
.languageDropdown .dropdown-menu{
    min-width:55px;
    text-align:center;
    margin-top:6px;
}

.logoArea {
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.logo img {
	width: 100%;
	max-width: 230px;
}
.logoArea .navbar .navbar-nav {
	padding-top: 0px;
	padding-left: 70px;
}
.logoArea .navbar .navbar-nav li a {
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	font-weight: 600;
}
.logoArea .navbar .navbar-nav li a:hover {
	color: #008080 !important;
}
.logoArea .navbar .navbar-nav li.active a {
	color: #008080 !important;
}

.mainBanner {
	background-image: url(../images/home-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	height: 85.4vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bannerOverly {
	background-color: #002558;
	opacity: 0.6;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.bannerCaption {
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 27px;
	font-weight: 300;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -70px;
}
.bannerCaption h1 {
	color: #ffffff;
	font-size: 53px;
	font-weight: 300;
	line-height: 80px;
	letter-spacing: -0.2px;
}
.bannerCaption h1 strong {
	font-size: 73px;
	font-weight: 700;
}
.btn-info {
	background-color: #008080;
	text-transform: uppercase;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 15px;
	font-weight: 700;
	border: none;
	letter-spacing: 0.5px;
	margin-top: 10px;
	overflow: hidden;
}
.scrollDown {
	text-align: center;
	width: 66px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	color: #d0e4ff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}
.scrollDown a {
	color: #d0e4ff;
	text-decoration: none !important;
}

.scrollDown .bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}



.aboutSection {
	font-size: 23px;
	color: #303030;
	font-weight: 300;
	padding-top: 135px;
	padding-bottom: 20px;
	background-image: url(../images/aboutBg.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
.aboutSection p {
	line-height: 48px;
}
.aboutSection h1 {
	font-size: 62px;
	color: #008080;
	line-height: 79px;
	font-weight: 700;
	margin-bottom: 20px;
}
.aboutContent {
	padding-left: 100px;
	padding-top: 57px;
}
.aboutContent::before {
	content: '';
	position: absolute;
	width: 426px;
	height: 1px;
	left: 0;
	background-color: #b3c3d0;
	top: 10px;
}
.aboutContent::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 255px;
	left: 50px;
	background-color: #b3c3d0;
	top: -40px;
}
.exploreArea {
	background-image: url(../images/exploreBg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
}

.exploreArea2{
    clip-path:none;
    background-image: url(../images/virtual_LibraryBg.jpg);
}

.exploreArea h2 {
	font-size: 45px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 47px;
}
.exploreItem {
	max-width: 765px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 190px;
	padding-bottom: 160px;
}
.exploreItem .form-control {
	height: 60px;
	border: none;
	font-size: 18px;
	color: #666666;
	font-weight: 700;
	outline: none !important;
	box-shadow: none !important;
}

.exploreItem input.form-control {
	padding-left: 25px;
}
.exploreChoose {
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
    border: none;
}
.exploreChoose .form-control {
	outline: none !important;
	box-shadow: none !important;
}

.exploreChoose::before {
	content: '';
	position: absolute;
	height: 33px;
	width: 1px;
	background-color: #cccccc;
}

.exploreItem button.input-group-text {
	background-color: #026565;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding-left: 30px;
	padding-right: 30px;
	box-shadow:none !important;
	outline:none !important;
	display: block;
	text-align: center;
}

.exploreItem button.input-group-text.hvr-bounce-to-right:before{
    background: #016464;
}

.exploreItem button.input-group-text {
	border: none;
}
.eploreSelect {
	margin-top: 23px;
	display:block;
}

.eploreSelect > .dropdown{
    padding-left:15px;
    padding-right:15px;
    width:19%;
    display:inline-block;
}

.eploreSelect .dropdown-menu label{
    display:block;
}

.eploreSelect .dropdown-menu{
    width:250px;
    left:15px;
    border-radius:0px;
}
.eploreSelect .dropdown-menu .dropdown-item{
     padding: .25rem 1.0rem;
     white-space: normal;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #008080;
}

.eploreSelect .dropdown-toggle {
	font-size: 17px;
	color: #fff;
	font-weight: 700;
}
.latestInsights {
	padding-top: 85px;
	padding-bottom: 85px;
}
.latestConent {
	background-color: #f5f7fa;
	font-size: 18px;
	color: #595a5a;
	font-weight: 300;
	padding-top: 28px;
	padding-bottom: 10px;
	padding-left: 28px;
	padding-right: 42px;
}
.latestConent p {
	line-height: 27px;
	color: #595a5a;
}
.latestConent h3 {
	font-size: 28px;
	color: #303030;
	font-weight: 700;
	margin-bottom: 13px;
}
.latestConent h6 {
	font-size: 14px;
	color: #999999;
	font-weight: 400;
	margin-bottom: 11px;
}

.letestleft .latestConent p{
    margin-bottom:6px;
}

.letestleft .latestConent a{
     text-decoration:underline !important;
     font-size:15px;
     color: #303030;
     font-weight: 500;
     display:inline-block;
     margin-bottom:10px;
}
.letestleft .latestConent a i{
    font-size:14px;
    padding-left:3px;
}
.letestRight .latestConent a{
     text-decoration:underline !important;
     font-size:14px;
     color: #595a5a;
     font-weight: 500;
     display:inline-block;
     font-style:italic;
}

.letestRight .latestConent h3 {
	font-size: 17px;
	margin-bottom: 3px;
}
.letestRight .latestConent {
	font-size: 16px;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	min-height: 176px;
}
.letestRight .latestConent p {
	line-height: 22px;
}
.letestRight .latestConent h6 {
	margin-bottom: 3px;
}
.lessMar {
	margin-left: 0px;
	margin-right: 0px;
}
.lessPadd {
	padding-left: 0px;
	padding-right: 0px;
}
.rLetestItem {
	margin-bottom: 30px;
}
.latestInsights .btn-info {
	margin-top: 50px;
}
.latestInsights h2 {
	font-size: 40px;
	color: #303030;
	font-weight: 700;
}
.latestInsights .nav-pills {
	text-align: right;
}
.nav-pills {
	display: block;
}

.nav-pills li {
	display: inline-block;
	background-color: #eeeeee;
	font-size: 13px;
	color: #303030;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
}
.nav-pills li a {
	color: #303030;
	border-bottom: 2px solid transparent;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 11px;
}

.latestInsights .nav-pills li a {
    padding-left: 19px;
    padding-right: 19px;
}


.nav-pills .nav-link {
	border-radius: 5px;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #008080;
	background-color: #eeeeee;
	border-color: #008080;
}
.latestInsights .tab-content {
	margin-top: 50px;
}
.seviceSection {
	overflow: hidden;
}
.seviceSection .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}
.serviceContent {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	padding-right: 35px;
	min-height: 187px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0px;
	margin-right: 0px;
}
.serviceContent h2 {
	font-size: 36px;
	color: #303030;
	font-weight: 700;
	line-height: 39px;
}
.serviceContent_color {
	background-color: #f9f9f9;
}

.globelSupport{
	background-color: #f2f9f9;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
	background-image: url(../images/globelBg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.globelSupport h3{
	font-size: 20px;
	color: #303030;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 5px;
}


.globelSupport h1{
	font-size: 60px;
	color: #303030;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.globelSupport .wpcf7-form{
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	text-align: left;
	margin-top: 60px;
}

.globelSupport .wpcf7{
	display: block;
	width: 100%;
}


.requestArea .wpcf7-form{
	max-width: 100%;
	margin-top: 10px;
}

.globelSupport .wpcf7-form label{
	color: #010927;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.globelSupport .wpcf7-form label span{
	color: #ff000c;
	font-size: 17px;
    margin-left: 2px;
}
.globelSupport .wpcf7-form .form-control{
	border: 1px solid #eeeeee;
	font-size: 15px;
	color: #3a4366;
	font-style: italic;
	font-weight: 400;
	padding-left: 17px;
}
.globelSupport .wpcf7-form .form-control:not(textarea){
	height: 50px;
}
.globelSupport .wpcf7-form textarea{
	height: 100px;
}
.ourPartners {
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}
.ourPartners h2 {
	font-size: 40px;
	color: #303030;
	font-weight: 700;
	margin-bottom: 0px;
}
.ourPartners ul {
	padding-left: 0px;
}
.ourPartners li {
	display: inline-block;
	list-style: none;
	margin-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.subscribeSection {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 18px;
	color: #565656;
	font-weight: 700;
	background-color: #f2f9f9;
}

.subscribeSection h3 {
	font-weight: 700;
	font-size: 23px;
	color: #303030;
}
.subscribeSection .input-group {
	margin-top: 10px;
}
.subscribeSection p {
	margin-bottom: 0px;
}
.subscribeSection .input-group .form-control {
	font-size: 15px;
	color: #666666;
	font-weight: 700;
	height: 50px;
	border: 1px solid #eeeeee;
	border-radius: 5px !important;
	outline: none !important;
	box-shadow: none !important;
	padding-left: 20px;
}
.subscribeSection .input-group .input-group-text {
	border-radius: 5px !important;
	font-size: 15px;
	color: #fff;
	background-color: #008080;
	font-weight: 700;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 30px;
}

.subscribeSection .input-group .input-group-append{
	border: none !important;
	
}
.footerArea {
	background-image: url(../images/footerBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 60px;
	color: #d0d0d0;
	font-size: 14px;
	font-weight: 700;
}
.footerArea a {
	color: #ffffff;
}

.footerArea a:hover {
	color: #b3ffff;
}

.footerArea ul {
	padding-left: 0px;
}
.footerArea ul li:first-child {
	padding-left: 0px;
}
.footerArea ul li:last-child {
	padding-right: 0px;
}
.footerArea .fMenu {
	margin-bottom: 35px;
}
.footerArea .fMenu li {
	display: inline-block;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
}
.fLogo {
	max-width: 328px;
}
.fSocial {
	margin-top: 30px;
	margin-bottom: 30px;
}
.fSocial li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.fSocial li i {
	font-size: 18px;
	width: 50px;
	height: 50px;
	color: #fff;
	border: 2px solid #84c4c4;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	transition: all 0.5s ease-in-out;
}

.fSocial li i:hover{
	background-color: #fff;
	color: #008080;
}

.pageHeader{
	clip-path: none !important;
	height: 361px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #fff;
	text-align: center;
	position:relative;
}

.knowledgeProductHeader{
	height: 140px !important;
}

.knowledgeProductHeader #crumbs{
	color: #000 !important;
}

.knowledgeProductHeader #crumbs a{
	color: #000 !important;
}

.pageHeader h2{
	font-size: 50px;
	font-weight: 500;
}

.pageHeader #crumbs{
	font-size: 18px;
}
.pageHeader #crumbs a{
	color: #fff;
}

.pageHeaderOverly{
	background-color: #008080;
	opacity: 0.5;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.pageHeader .exploreItem{
	padding-top: 0px;
	padding-bottom: 0px;
	clip-path: none !important;
}

.searchLabels{
	background-color: #e2eaea;
	padding-top: 40px;
	padding-bottom: 50px;
}

.searchLabels ul{
	padding-left: 0px;
	margin-bottom: 0px;
	text-align: center;
}



.searchLabels .alert{
	box-shadow: none !important;
	display: inline-block !important;
	border: none;
	border-radius: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	font-size: 12px;
	color: #6d6d6d;
	font-weight: 600;
	background: none;
	margin-bottom: 0px;
}

.searchLabels ul li{
	display: inline-block;
	list-style: none;
	padding-left: 9px !important;
	padding-right: 9px !important;
	margin-bottom: 21px !important;
}
.searchLabels ul li:first-child{
	padding-left: 0px !important;
}

.searchLabels ul li:last-child{
	padding-right: 0px !important;
}

.alertInner{
	border-radius: 25px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #fff;
}
.searchLabels .alert button.close{
	font-size: 19px;
	line-height: normal;
	margin-top: -3px;
	margin-left: 8px;
}


.searchFilter{
	border-bottom: 1px solid #d4dada;
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size: 14px;
	color: #303030;
	font-weight: 700;
}

.searchFilter .dropdown-toggle::after{
	top: 2px;
    position: relative;
    left: 15px;
}

.searchFilter .dropdown-toggle{
	font-size: 16px;
	color: #303030;
	font-weight: 700;
	letter-spacing: 1px;
}


.searchItems{
	padding-top: 50px;
	padding-bottom: 60px;
}
.searchItems .sItem{
	padding-left: 0px;
	padding-right: 0px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09);
-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.09);
box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.09);
	margin-top: 30px;
}

.searchItems .sItem h4{
	background-color: rgba(0,128,128,0.80);
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.sItemImage{
	position: relative;
}


.sItem-body{
	padding: 20px 25px;
	padding-bottom: 25px;
	font-size: 15px;
	color: #595a5a;
	font-weight: 400;
}

.sItem-body h3{
	font-size: 17px;
	color: #303030;
	font-weight: 700;
}

.stText{
	padding-top: 13px;
	padding-bottom: 13px;
	margin-top: 13px;
	margin-bottom: 10px;
	border-top: 1px solid #ebeef1;
	border-bottom: 1px solid #ebeef1;
	
}


.stLocation{
	font-size: 15px;
	color: #595a5a;
	font-weight: 500;
	padding-left: 30px;
	position: relative;
	padding-top: 11px;
}

.stLocation i{
	position: absolute;
	font-size: 30px;
	color: #ababab;
	left: 0;
	margin-top: 2px;
}

.sortingBy{
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #303030;
	font-weight: 700;
}

.sortingBy .btn-light{
	background-color: #f7f5f5;
	min-width: 185px;
	margin-left: 7px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

.sortingBy .dropdown-toggle::after{
	right: 15px;
	top: 46%;
	position: absolute;
}

.showMore{
	margin-top: 35px;
}


.sItems:nth-child(2) .serviceContent_color, .sItems:nth-child(3) .serviceContent_color, .sItems:nth-child(5) .serviceContent_color{
background-color: #fff !important;
}


.sItems:nth-child(5){
	width: 100%;
	max-width: 100%;
	flex: 100%;
}



.pageContent{
	padding-top: 70px;
	padding-bottom: 60px;
}
.contactForm{
	max-width: 780px;
	margin-left: auto;
	margin-right: auto
}
.contactForm .form-control{
	background-color: #edf3f9;
	border-color: #edf3f9;
	border-radius: 0px;
	font-size: 14px;
	color: #7f8487;
	padding-left: 30px;
}
.contactForm .form-control:not(textarea){
	height: 58px;
}
.wpcf7-form .wpcf7-submit.btn-info{
	min-width: 140px;
	margin-top: 0px;
}
.contactForm .form-group{
	margin-bottom: 18px;
}

.contactForm .form-row>.col, .form-row>[class*=col-] {
    padding-right: 9px;
    padding-left: 9px;
}
.contactForm .form-row {
    margin-right: -5px;
    margin-left: -5px;
}


.innerAbout{
	background: none !important;
	padding-top: 60px;
}


.innerAbout h1 {
    font-size: 50px;
    color: #008080;
    line-height: 77px;
}

.aboutTabsArea{
	background-color: #f8f8f8 !important;
	padding-top: 60px;
	padding-bottom: 70px;
	margin-top: 60px;
}

.aboutTabsArea .nav-pills .nav-link.active, .aboutTabsArea .nav-pills .show>.nav-link {
    background-color: #008080;
	color: #fff;
	border-radius: 0px !important;
}

.aboutTabsArea .nav-pills .nav-link{
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	border-bottom: 2px solid #e0e0e0;
	color: #008080;
    padding: .7rem 1.6rem;
}


.aboutTabsArea .nav-pills{
	margin-top: 13px;
-webkit-box-shadow: 0px 11px 26px 0px rgba(0, 0, 0, 0.13);
-moz-box-shadow:    0px 11px 26px 0px rgba(0, 0, 0, 0.13);
box-shadow:         0px 11px 26px 0px rgba(0, 0, 0, 0.13);
	-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
	
	overflow: hidden;
}

.aboutTabsArea h1{
	margin-bottom: 30px;
}

.partnerItem{
	background-color: #f2f9f9;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
	font-size: 15px;
	color: #242525;
	margin-top: 40px;
}

.partnerItem h6{
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	margin-top: 20px;
}

.partnerItem a{
    color: #008080;
}
.partnerEmail{
	font-size: 13px;
	color: #008080;
	font-weight: 500;
}

.partnerEmail::before{
	content: '';
	height: 87px;
	width: 1px;
	background-color: #e0e6e6;
	position: absolute;
	left: -20px;
	
}

.partnerEmail a{
	color: #008080;
}

.partnerEmail strong{
	display: block;
}

.partnerLogo{
	text-align: center;
}

.partnerLogo img{
	max-height: 95px;
	width: auto;
}


.patnerMarginLess{
	margin-left: -20px;
	margin-right: -20px;
}
.patnerPadd{
	padding-left: 20px;
	padding-right: 20px;
}

.aboutPatner h2{
	margin-bottom: 20px;
}


.publicationPopupArea{
	padding-top: 55px;
	padding-bottom: 65px;
	background-image: url(../images/pubicationBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	color: #fff;
	position: relative;
}

.publicationPopupArea h2{
	color: #fff;
	font-size: 31px;
	z-index: 99;
	position: relative;
}

.publicationPopupArea .container{
	max-width: 660px;
}

.publicationOverlay {
	background-color: #000;
	opacity: 0.6;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.popupPublication .modal-dialog {
    max-width: 858px;
	
}
.popupPublication .modal-dialog h2{
	font-size: 30px;
	color: #000;
	text-align: center;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 600;
	margin-bottom: 38px;
}
.popupPublication .modal-content{
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.popupPublication .form-control{
    background-color: #edf3f9;
    border-color: #edf3f9;
    border-radius: 4px;
    font-size: 14px;
    color: #7f8487;
    padding-left: 28px;
}
.popupPublication .form-control:not(textarea) {
    height: 55px;
}

.popupPublication .modal-header{
	padding: 0px;
	border: none;
}
.popupPublication .modal-header .close{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #008080;
	opacity: 1 !important;
	padding: 0px;
	text-align: center;
	color: #fff;
	position: absolute;
	right: 3px;
    top: 5px;
}
.popupPublication .uploadFile{
	background-color: #edf3f9;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-radius: 4px;
	font-size: 14px;
}
.regionWorkItem{
	background-repeat: no-repeat;
	background-position: center top;	
	position: relative;
	margin-top: 8px;
}
.regionWorkItem1{
	background-image: url(../images/work1.jpg);
	height: 447px;
}
.regionWorkItem2{
	background-image: url(../images/work2.jpg);
	height: 220px;
}
.regionWorkItem3{
	background-image: url(../images/work3.jpg);
}
.regionWorkItem4{
	background-image: url(../images/work5.jpg);
}
.regionWorkItem5{
	background-image: url(../images/work4.jpg);
}

.regionWorkItemText{
	background-color: rgba(35,39,71,0.60);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	width: 100%;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.regionWorkItemText a{
	color: #fff;
}
.regionWorkItemText i{
	float: right;
	border: 1px solid #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	padding-top: 9px;
	padding-left: 1px;
}
.lessMarginRegion{
	margin-left: -4px;
	margin-right: -4px;
	margin-top: 20px;
	margin-bottom: 45px;
}
.lessPadRegion{
	padding-left: 4px;
	padding-right: 4px;
}
.rightBand{
	float: right;
	max-width: 330px;
	margin-top: 20px;
	margin-left: 10px;
	z-index: 99;
	position: relative;
}

.downloadFile{
	background-color: #f3f3f3;
	border-radius: 4px;
	padding-left: 38px;
	padding-right: 38px;
	padding-top: 38px;
	padding-bottom: 38px;
	margin-top: 40px;
}

.downloadFile ul{
	padding-left: 0px;
	margin-bottom: 0px;
	line-height: 38px;
	font-size: 17px;
	font-weight: 700;
}

.downloadFile ul li{
	list-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

.downloadFile ul li::before{
	display: none;
}

.downloadFile ul li a{
	text-decoration: none !important;
	font-weight: 700;
}
.downloadFile h4{
	font-size: 21px;
	color: #008080;
	font-weight: 700;
}
.pager{
	padding-left: 0px;
	font-size: 18px;
	font-weight: 700;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 60px;
}
.pager a{
	color: #008080;
}
.pager li{
	list-style: none;
	display: inline-block;
}
.pager li.next{
	float: right;
}

.pager li:first-child{
	float: none !important;
}

.all-medea-tab{
	padding-bottom: 60px;
}

#pagination-container{
	margin-top: 35px;
	text-align: center;
}
#pagination-container ul{
	padding-left: 0px;
	margin-bottom: 0px;
}
#pagination-container ul li {
	display: inline-block;
	text-align: center;
	margin-left: 6px;
	margin-right: 6px;
}
#pagination-container ul li .page-link{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 0px;
	padding-top: 7px;
	border: 1px solid #ededed;
	color: #999999;
	background-color: #fff;
}


#pagination-container ul li.active span{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 0px;
	padding-top: 7px;
	border: 1px solid #ededed;
	background-color: #008080;
	color: #fff;
}


#pagination-container ul li:first-child span{
	border: 1px solid #ededed;
	color: #999999;
	background-color: #fff;
	font-size: 19px;
	padding-top: 3px;
}


#pagination-container ul li:last-child span{
	border: 1px solid #ededed;
	color: #999999;
	background-color: #fff;
	font-size: 19px;
	padding-top: 3px;
}


.mediaItem .embed-responsive {
    height: 241px;
}

.rLetestItem .embed-responsive {
    height: 175px;
}

.Knowledge_section{
	padding-bottom: 60px;
}

.flotingItem{
	display: inline-block;
	flex: none;
}


.flotRight{
	float: right;
}
.flotLeft{
	float: left;
}
.searchBy{
	padding-top: 8px;
}
.searchBy label{
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}
.searchBy .form-control{
	height: 46px;
	border-color: #dfdfdf;
}
.items{
	margin-top: 15px;
}
.items .card{
	padding: 10px;
	text-align: center;
	color: #008080;
}
.items .card a{
	color: #008080;
}
.newsletterItem{
	padding-top: 30px;
}

.mediaItem .media-box{
    position:relative;
}
.mediaItem .at-above-post-homepage.addthis_tool{
    position: absolute;
    top:0;
    margin-top: -60px;
    width: 100%;
    background-color: rgb(0,0,0,0.7);
    padding-top: 15px;
    padding-bottom: 10px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    
    opacity: 0;
  transition: opacity .55s ease-in-out;
  -moz-transition: opacity .55s ease-in-out;
  -webkit-transition: opacity .55s ease-in-out;
}

.mediaItem:hover .at-above-post-homepage.addthis_tool{

    opacity: 1;
}

.mapIframe #map_canvas{
    width:100%;
    height:480px;
}

.elementor-image-carousel-caption {
    font-size:14px;
    font-weight:500;
    margin-top:7px;
}

.leadPartner{
   padding:20px;
   background-color: #f7f7f7;
   margin-top:20px;
   font-size:14px;
}
.leadPartner p{
    line-height:normal;
    font-weight:400;
    line-height:20px;
    margin-bottom:5px;
}
.leadPartner h5{
font-weight:600;
font-size:16px;
}



.easyPaginateNav{
    text-align:center;
    width:100% !important;
}
.easyPaginateNav .page{
   display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0px;
    border: 1px solid #ededed;
    color: #999999;
    background-color: #fff;
    font-size: 16px;
    padding-top: 6px;
    margin-left: 6px;
    margin-right: 6px;
    
}
.easyPaginateNav .first{
   display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0px;
      border: 1px solid #ededed;
    color: #999999;
    background-color: #fff;
    font-size: 21px;
    padding-top: 0px;
    margin-left: 6px;
    margin-right: 6px;
}
.easyPaginateNav .current{
  background-color: #008080;
    color: #fff;  
}
.easyPaginateNav .prev{
   display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0px;
      border: 1px solid #ededed;
    color: #999999;
    background-color: #fff;
    font-size: 16px;
    padding-top: 6px;
    margin-left: 6px;
    margin-right: 6px;
}
.easyPaginateNav .next{
   display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0px;
      border: 1px solid #ededed;
    color: #999999;
    background-color: #fff;
    font-size: 16px;
    padding-top: 6px;
    margin-left: 6px;
    margin-right: 6px;
}

.easyPaginateNav .last{
   display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0px;
      border: 1px solid #ededed;
    color: #999999;
    background-color: #fff;
    font-size: 21px;
    padding-top: 0px;
    margin-left: 6px;
    margin-right: 6px;
}

.expertImage{
    padding-left:0px;
}

 .euLogo{
		 max-width: 90px; 
		 margin-top: 3px; 
		 margin-left: 35px;
	 }

@media (max-height: 775px) {
    
    .mapIframe #map_canvas{
    height:400px;
}


.bannerCaption {
	font-size: 17px;
	line-height: 25px;
}
.bannerCaption h1 {
	font-size: 36px;
	line-height: 57px;
}
.bannerCaption h1 strong {
	font-size: 56px;
}
.aboutSection {
	padding-top: 70px;
}
.aboutSection h1 {
	font-size: 50px;
	line-height: 58px;
}
.aboutContent {
	padding-left: 90px;
	padding-top: 35px;
	font-size: 20px;
	margin-top: 30px;
}
.aboutSection p {
	line-height: 40px;
}
.aboutImg {
	max-width: 550px;
}
.aboutContent::before {
	left: 10px;
}
.aboutContent::after {
	top: -30px;
}
.exploreArea h2 {
	font-size: 38px;
	margin-bottom: 34px;
}
.exploreArea h2 {
	font-size: 38px;
	margin-bottom: 34px;
}
.exploreItem {
	clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
	padding-top: 100px;
	padding-bottom: 70px;
}
.exploreItem .form-control {
	height: 50px;
	font-size: 16px;
}
.exploreItem button.input-group-text {
	font-size: 18px;
}
.eploreSelect .dropdown-toggle {
	font-size: 16px;
}
		.pageHeader{
		height:300px; 
	}
	
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1300px) {
}

@media (min-width: 1199px) and (max-width: 1580px) {
.logoArea {
	padding-left: 30px;
	padding-right: 30px;
}
.logoArea .navbar .navbar-nav {
	padding-left: 30px;
}
.navbar .navbar-nav li {
	padding-left: 10px;
	padding-right: 10px;
}
.logoArea .navbar .navbar-nav li a {
	font-size: 14px;
}

.serviceContent {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 25px;
	min-height: 140px;
}
.serviceContent h2 {
	font-size: 24px;
	line-height: 29px;
}
.serviceContent .btn-info {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 14px;
}
.sLeft {
	-ms-flex: 0 0 66%;
	flex: 0 0 66%;
	max-width: 66%;
}
.sRight {
	-ms-flex: 0 0 34%;
	flex: 0 0 34%;
	max-width: 34%;
}
	

.globelSupport h3{
	font-size: 18px;
}

.globelSupport h1{
	font-size: 50px;
}

	
	.logoArea .navbar .navbar-nav li a {
         font-size: 13px;
		}
		
		.logo img {
    max-width: 170px;
}
	
	.euLogo {
    max-width: 60px;
    margin-top: 3px;
    margin-left: 25px;
}
	
	.topBar .navbar .navbar-nav li a{
	font-size: 12px !important;
}
.topBar .tSocial li i {
    font-size: 15px;
}
	.topBar .navbar .navbar-nav li {
    padding-left: 7px;
    padding-right: 7px;
}
	
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
	
			.logo img {
    max-width: 205px;
}
	
	.euLogo {
    max-width: 80px;
    margin-top: 5px;
    margin-left: 35px;
}
	.navbar-light .navbar-toggler{
		float: right;
		margin-top: 14px;
	}
	
		h1 {
    font-size: 40px;
}
	
	.bigContent {
    font-size: 19px;
}
.bigContent p{
	line-height: 40px;
}
.bigContent ul{
	line-height: 40px;
}
.bigContent li{
	padding-left: 27px;
}

	
.globelSupport{
	padding-top: 60px;
	padding-bottom: 50px;
}
.globelSupport h3{
	font-size: 18px;
}

.globelSupport h1{
	font-size: 45px;
}

.topBar .navbar .navbar-nav li {
	padding-left: 7px;
	padding-right: 7px;
}
.topBar .tSocial li {
	padding-left: 7px;
	padding-right: 7px;
}
.topBar .tSocial li i {
	font-size: 16px;
}
	.logoArea .navbar{
	text-align: left;
		display: block;
}
.logoArea .navbar .navbar-nav {
	padding-left: 0px;
}
.logoArea .navbar .navbar-nav li {
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.logoArea .navbar .navbar-nav li a {
	font-size: 15px;
}
.logoArea {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 9px;
}
.logoArea .navbar .navbar-nav li {
	display: block;
}
.logoArea .navbar-collapse {
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 92px;
	z-index: 99;
	width: 100%;
	max-width: 340px;
}
.bannerCaption h1 {
	font-size: 46px;
	line-height: 67px;
}
.bannerCaption h1 strong {
	font-size: 66px;
}
.aboutSection {
	padding-top: 90px;
	padding-bottom: 40px;
}
.aboutSection h1 {
	font-size: 45px;
	line-height: 55px;
}
.aboutContent {
	padding-left: 100px;
	padding-top: 40px;
	font-size: 20px;
}
.aboutSection p {
	line-height: 40px;
}
.exploreArea h2 {
	font-size: 40px;
	margin-bottom: 44px;
}
.exploreItem {
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
	padding-top: 120px;
	padding-bottom: 90px;
}
.latestConent h3 {
	font-size: 24px;
}
.letestleft .latestConent {
	min-height: 339px;
}
.letestRight .latestConent {
	font-size: 15px;
	padding-top: 18px;
	padding-left: 18px;
	padding-right: 18px;
	min-height: 174px;
}
.latestInsights .btn-info {
	margin-top: 20px;
}
.serviceContent {
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	min-height: 140px;
}
.serviceContent h2 {
	font-size: 24px;
	line-height: 29px;
}
.serviceContent .text-right {
	text-align: left !important;
}
.serviceContent .btn-info {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 14px;
	margin-top: 3px;
}
.ourPartners {
	padding-top: 50px;
	padding-bottom: 70px;
}
.ourPartners li {
	margin-top: 50px;
}
.subscribeSection .input-group .input-group-text {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
}
.subscribeSection h3 {
	font-size: 20px;
}
.subscribeSection {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 16px;
}
.subscribeSection .input-group .form-control {
	font-size: 14px;
}
	
	.pageHeader{
		height:310px; 
	}
	
	
.regionWorkItem1{
	height: 387px;
}
.regionWorkItem2{
	height: 190px;
}

.regionWorkItemText{
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
	.regionWorkItemText i {
    height: 28px;
    width: 28px;
    padding-top: 5px;
}
	
.pageHeader h2{
	font-size: 40px;
}



.topBar .navbar {
	text-align: left;
	display: block;
	z-index: 99;
	position: absolute;
	top: -2px;
}
.topBar .navbar-toggler {
	padding: .15rem .55rem;
	font-size: 1.05rem;
}
.topBar .navbar .navbar-nav li {
	display: block;
	border-bottom: 1px solid #1a8d8d;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.topBar .navbar .navbar-nav li:last-child {
	border-bottom: 0px;
}
.topBar .navbar-collapse {
	background-color: #008080;
	width: 250px;
}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {

	.logo img {
    max-width: 205px;
}
	.euLogo {
    max-width: 80px;
    margin-top: 5px;
    margin-left: 35px;
}
	.navbar-light .navbar-toggler{
		float: right;
		margin-top: 14px;
	}
	
    .expertImage {
    padding-left: 15px;
    text-align: center;
    padding-top: 15px;
}
.expertImage img{
    margin-left:auto;
    margin-right:auto;
}

	h1 {
    font-size: 40px;
		margin-bottom: 25px;
}
	
	.pageHeader h2{
	font-size: 35px;
}
	
	.bigContent {
    font-size: 19px;
}
.bigContent p{
	line-height: 40px;
}
.bigContent ul{
	line-height: 40px;
}
.bigContent li{
	padding-left: 27px;
}

.partnerItem{
	height: auto !important;
}
	
	.globelSupport{
	padding-top: 60px;
	padding-bottom: 50px;
}
.globelSupport h3{
	font-size: 17px;
}

.globelSupport h1{
	font-size: 40px;
}

	
	
.topBar {
	padding-top: 8px;
	padding-bottom: 8px;
}

.topBar .navbar {
	text-align: left;
	display: block;
	z-index: 99;
	position: absolute;
	top: -2px;
}
.topBar .navbar-toggler {
	padding: .15rem .55rem;
	font-size: 1.05rem;
}
.topBar .navbar .navbar-nav li {
	display: block;
	border-bottom: 1px solid #1a8d8d;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.topBar .navbar .navbar-nav li:last-child {
	border-bottom: 0px;
}
.topBar .navbar-collapse {
	background-color: #008080;
	width: 250px;
}
.topBar .tSocial li i {
	font-size: 16px;
}
.logoArea .navbar{
	text-align: left;
	display: block;
}
.logoArea .navbar .navbar-nav {
	padding-left: 0px;
}
.logoArea .navbar .navbar-nav li {
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.logoArea .navbar .navbar-nav li a {
	font-size: 15px;
}
.logoArea {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 9px;
}
.logoArea .navbar .navbar-nav li {
	display: block;
}
.logoArea .navbar-collapse {
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 92px;
	z-index: 99;
	width: 100%;
	max-width: 340px;
}
.bannerCaption {
	font-size: 17px;
	line-height: 25px;
}
.bannerCaption h1 {
	font-size: 36px;
	line-height: 57px;
}
.bannerCaption h1 strong {
	font-size: 56px;
}
.aboutSection {
	padding-top: 70px;
}
.aboutSection h1 {
	font-size: 43px;
	line-height: 53px;
}
.aboutContent {
	padding-left: 90px;
	padding-top: 35px;
	font-size: 20px;
	margin-top: 30px;
}
.aboutSection p {
	line-height: 40px;
}
.aboutImg {
	max-width: 550px;
}
.aboutContent::before {
	left: 10px;
}
.aboutContent::after {
	top: -30px;
}
.exploreArea h2 {
	font-size: 38px;
	margin-bottom: 34px;
}
.exploreItem {
	clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
	padding-top: 100px;
	padding-bottom: 70px;
}
.exploreItem .form-control {
	height: 50px;
	font-size: 16px;
}
.exploreItem button.input-group-text {
	font-size: 18px;
}
.eploreSelect .dropdown-toggle {
	font-size: 16px;
}
.latestInsights {
	padding-top: 60px;
	padding-bottom: 60px;
}
.latestInsights h2 {
	font-size: 35px;
}
.latestInsights .nav-pills {
	text-align: left;
	margin-top: 20px;
}
.latestInsights .tab-content {
	margin-top: 30px;
}
.letestRight {
	margin-top: 30px;
}
.letestRight .latestConent {
	min-height: 225px;
}
.latestInsights .btn-info {
	margin-top: 10px;
}
.serviceContent {
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	min-height: 140px;
}
.serviceContent h2 {
	font-size: 21px;
	line-height: 26px;
}
.serviceContent .text-right {
	text-align: left !important;
}
.serviceContent .btn-info {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	margin-top: 3px;
}
.ourPartners {
	padding-top: 50px;
	padding-bottom: 70px;
}
.ourPartners li {
	margin-top: 50px;
}
.ourPartners h2 {
	font-size: 35px;
}
.subscribeSection .input-group .input-group-text {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
}
.subscribeSection h3 {
	font-size: 20px;
}
.subscribeSection {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 16px;
}
.subscribeSection .input-group {
	margin-top: 20px;
}
.subscribeSection .input-group .form-control {
	font-size: 14px;
}
.footerArea {
	padding-top: 60px;
	padding-bottom: 50px;
}
.footerArea .fMenu li {
	display: inline-block;
	font-size: 14px;
	padding-left: 13px;
	padding-right: 13px;
}
	.pageHeader{
		height:280px; 
	}
	
	.popupPublication .modal-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
		.pageContent {
    padding-top: 50px;
    padding-bottom: 50px;
}
	
	
.regionWorkItem1{
	height: 347px;
}
.regionWorkItem2{
	height: 170px;
}

.regionWorkItemText{
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
	.regionWorkItemText i {
    height: 28px;
    width: 28px;
    padding-top: 5px;
}
	
	
	

	.rightBand{
	float: none;
	max-width: 330px;
	margin-top: 25px;
	padding-bottom: 25px;
	margin-left: 0px;
}

	.downloadFile{
		margin-top: 20px;
	}
	
	
		.download-bnr-content h1 {
    font-size: 34px;
}
	
		.input-group.training-course-search{
		margin-bottom: 20px;
	}
	
	.nav-pills li a {
    padding-left: 20px;
    padding-right: 20px;
	}
	
	
	.latestInsights .nav-pills li a {
    padding-left: 15px;
    padding-right: 15px;
}

.mapIframe #map_canvas{
    height:350px;
}
.tSearch{
        padding-left:60px;
    }

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
}

@media (max-width: 767px) {
    
    .tSearch{
        padding-left:20px;
        padding-right:9px;
    }
    .expertImage {
    padding-left: 15px;
    text-align: center;
    padding-top: 15px;
}
.expertImage img{
    margin-left:auto;
    margin-right:auto;
}

.easyPaginateNav .page{
    width: 33px;
    height: 33px;
    font-size: 13px;
    padding-top: 5px;
    margin-left: 3px;
    margin-right: 3px;
}
.easyPaginateNav .first{
    width: 33px;
    height: 33px;
    font-size: 17px;
    margin-left: 3px;
    margin-right: 3px;
}
.easyPaginateNav .prev{
    width: 33px;
    height: 33px;
    font-size: 15px;
    padding-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
}
.easyPaginateNav .next{
    width: 33px;
    height: 33px;
    font-size: 15px;
    padding-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
}

.easyPaginateNav .last{
    width: 33px;
    height: 33px;
    font-size: 17px;
    margin-left: 3px;
    margin-right: 3px;
}


    .mapIframe #map_canvas{
    height:300px;
}


		.newsletterItem {
    padding-top: 10px;
}
	
	.module-section {
    margin-top: 50px;
    margin-bottom: 45px;
}
	
	
	.input-group.training-course-search{
		margin-bottom: 20px;
	}
	
	.nav-media {
    margin-top: 35px;
    margin-bottom: 20px!important;
	}
	
	h1 {
    font-size: 30px;
		margin-bottom: 20px;
}
	.pageHeader #crumbs {
    font-size: 15px;
}
	
		.pageHeader h2{
	font-size: 26px;
}
	
	.bigContent {
    font-size: 18px;
}
.bigContent p{
	line-height: 35px;
}
.bigContent ul{
	line-height: 35px;
}
.bigContent li{
	padding-left: 25px;
}
	
.lessMarginRegion {
    margin-top: 10px;
    margin-bottom: 25px;
}
	
.pageContent {
    padding-top: 40px;
    padding-bottom: 40px;
}
	
.popupPublication .modal-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
	.popupPublication .modal-dialog h2 {
    font-size: 25px;
    margin-bottom: 28px;
}
	
	.partnerItem{
		height: auto !important;
		margin-top: 20px;
	}
	
.globelSupport{
	padding-top: 50px;
	padding-bottom: 40px;
}
.globelSupport h3{
	font-size: 15px;
	letter-spacing: 2px;
}
.globelSupport h1{
	font-size: 30px;
}
	.globelSupport .wpcf7-form{
		margin-top: 20px;
	}	
.topBar {
	padding-top: 8px;
	padding-bottom: 8px;
}
.topBar .navbar {
	text-align: left;
	display: block;
	z-index: 99;
	position: absolute;
	top: 0px;
}
.topBar .navbar-toggler {
    padding: .13rem .50rem;
    font-size: 1.07rem;
}
.topBar .navbar .navbar-nav li {
	display: block;
	border-bottom: 1px solid #1a8d8d;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.topBar .navbar .navbar-nav li:last-child {
	border-bottom: 0px;
}
.topBar .navbar-collapse {
	background-color: #008080;
	width: 250px;
}
.topBar .tSocial li i {
	font-size: 17px;
}
.topBar .tSocial li {
	padding-left: 8px;
	padding-right: 8px;
}

.languageDropdown {
    padding-left: 13px;
}

.logoArea .navbar{
	text-align: left;
	display: block;
}
	
.logoArea .navbar .navbar-nav {
	padding-left: 0px;
}
.logoArea .navbar .navbar-nav li {
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.logoArea .navbar .navbar-nav li a {
	font-size: 14px;
}
.logoArea {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 9px;
}
.logo img {
    max-width: 180px;
}
	.euLogo {
    max-width: 80px;
    margin-top: 5px;
    margin-left: 35px;
}
	.navbar-light .navbar-toggler{
		float: right;
		margin-top: 14px;
	}
	
	

.logoArea .navbar .navbar-nav li {
	display: block;
}
.logoArea .navbar-collapse {
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 80px;
	z-index: 99;
	width: 100%;
	max-width: 320px;
}
.bannerCaption {
	font-size: 17px;
	line-height: 24px;
}
.bannerCaption h1 {
	font-size: 24px;
	line-height: 40px;
}
.bannerCaption h1 strong {
	font-size: 40px;
}
.aboutSection {
	padding-top: 50px;
}
.aboutSection h1 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}
.aboutContent {
	padding-left: 60px;
	padding-top: 25px;
	font-size: 18px;
	margin-top: 30px;
}
.aboutSection p {
	line-height: 33px;
}
.aboutImg {
	max-width: 550px;
}
.aboutContent::before {
	left: 10px;
	width: 300px;
}
.aboutContent::after {
	top: -15px;
	left: 35px;
}
.exploreArea h2 {
	font-size: 34px;
	margin-bottom: 30px;
}
.exploreItem {
	clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
	padding-top: 100px;
	padding-bottom: 70px;
}
.exploreItem .form-control {
	height: 50px;
	font-size: 16px;
}
.exploreItem button.input-group-text {
	font-size: 18px;
}
.eploreSelect .dropdown-toggle {
	font-size: 16px;
}
.eploreSelect {
	margin-top: 10px;
}
.latestInsights {
	padding-top: 45px;
	padding-bottom: 50px;
}
.latestInsights h2 {
	font-size: 35px;
}
.latestInsights .nav-pills {
	text-align: left;
	margin-top: 10px;
}
.latestInsights .tab-content {
	margin-top: 20px;
}
.letestRight {
	margin-top: 20px;
}
.letestRight .latestConent {
	min-height: auto;
	padding-bottom: 15px;
}
.nav-pills li {
	font-size: 12px;
}
.nav-pills li a {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 9px;
}

.latestInsights .nav-pills li a {
    padding-left: 15px;
    padding-right: 15px;
}

.latestConent h3 {
	font-size: 24px;
}
.rLetestItem {
	margin-bottom: 20px;
}
.latestInsights .btn-info {
	margin-top: 10px;
}
.serviceContent {
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 140px;
}
.serviceContent h2 {
	font-size: 19px;
	line-height: 23px;
}
.serviceContent .text-right {
	text-align: left !important;
}
.serviceContent .btn-info {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	margin-top: 3px;
}
.ourPartners {
	padding-top: 40px;
	padding-bottom: 50px;
}
.ourPartners li {
	margin-top: 40px;
}
.ourPartners h2 {
	font-size: 35px;
}
.subscribeSection .input-group .input-group-text {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
}
.subscribeSection h3 {
	font-size: 20px;
}
.subscribeSection {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 16px;
}
.subscribeSection .input-group {
	margin-top: 20px;
}
.subscribeSection .input-group .form-control {
	font-size: 14px;
}
.footerArea {
	padding-top: 40px;
	padding-bottom: 30px;
}
.footerArea .fMenu li {
	display: inline-block;
	font-size: 14px;
	padding-left: 13px;
	padding-right: 13px;
}
.fLogo {
	max-width: 280px;
}
.fSocial {
	margin-top: 25px;
	margin-bottom: 25px;
}
.footerArea .fMenu {
	margin-bottom: 25px;
}
	
	.sortingBy {
    font-size: 16px;
	}
	
	.sortingBy .btn-light {
    min-width: auto;
    padding-right: 30px;
}
	
		.pageHeader{
		height:250px; 
	}
	
	.exploreArea.pageHeader {
    height: 295px;
}
	
	.searchLabels {
    padding-top: 30px;
    padding-bottom: 30px;
}
	
	.searchItems {
    padding-top: 40px;
    padding-bottom: 50px;
}
	
	.searchLabels ul li {
    padding-left: 4px !important;
    padding-right: 4px !important;
		margin-bottom: 11px !important;
	}
	
	.alertInner {
    padding-left: 13px;
    padding-right: 13px;
	}
	
	
		
.regionWorkItem1{
	height: 347px;
}
.regionWorkItem2{
	height: 170px;
}

.regionWorkItemText{
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
	.regionWorkItemText i {
    height: 28px;
    width: 28px;
    padding-top: 5px;
}
	
	
		.rightBand{
	float: none;
	max-width: 330px;
	margin-top: 20px;
	padding-bottom: 15px;
	margin-left: 0px;
}

	.downloadFile{
		margin-top: 20px;
	}
	
	.download-bnr-content h1 {
    font-size: 30px;
}
	
	.globelSupport .form-group {
    margin-bottom: 7px;
}
	
	.globelSupport .wpcf7-form .form-control:not(textarea) {
    height: 45px;
}
	
	
	.filter-search {
    margin-top: 40px;
}
	
	.Knowledge_section {
    padding-bottom: 50px;
}
	
	.all-medea-tab {
    padding-bottom: 50px;
}
	
	
	.downloadImage{
		text-align: center;
		margin-top: 30px;
	}
	
.eploreSelect > .dropdown{
    width:32.333%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:13px;
}

.askExpert{
    padding-top:5px;
}
.askExpert hr {
    margin-bottom: 30px;
}
	
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
	
	.grid li{
		width: 100% !important;
		float: none !important;
		left: 0 !important;
		position: relative !important;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 370px !important;
		top: 0 !important;
		margin-top: 40px !important;
	}
.logo img {
    max-width: 155px;
}
	.euLogo {
    max-width: 65px;
    margin-top: 5px;
    margin-left: 15px;
}
	.navbar-light .navbar-toggler {
    margin-top: 9px;
}
	
	.exploreItem .input-group{
		display: block !important;
	}
	
	.exploreItem .form-control{
		width: 100%;
		border-radius: 4px !important;
	}
	
	.exploreItem .input-group-append{
		margin-top: 10px;
	}
	
	.exploreItem .exploreChoose{
		width: 50%;
		-webkit-border-top-left-radius: 4px !important;
-webkit-border-bottom-left-radius: 4px !important;
-moz-border-radius-topleft: 4px !important;
-moz-border-radius-bottomleft: 4px !important;
border-top-left-radius: 4px !important;
border-bottom-left-radius: 4px !important;
	}
	.exploreItem button.input-group-text{
		width: 50%;
	}
	.exploreChoose::before{
		display: none !important;
	}
	
.alignleft {
	float: none;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.alignright {
	float: none;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.exploreItem {
	clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 100%);
	padding-top: 100px;
	padding-bottom: 70px;
}

.askExpert h2 {
    font-size:24px;
}

}

.powerdBy{
    display:none;
}
.page-template-page-contact .powerdBy{
    display:block;
}


.single-event .at-below-post.addthis_tool, .single-knowledge-product .at-below-post.addthis_tool,.single-casestudy .at-below-post.addthis_tool{
   display:none !important; 
}
.alert-secondary{
    margin-top:20px;
    background-color: #f3f3f3;
    border-color: #e2e3e5;
}
.alert-secondary h4{
    margin-top:10px;
}

.knwlg-product .Knowledge_products{
    margin-top:0px !important;
}
.expertFirst{
    background-color:#eee;
    margin-bottom:30px !important;
}
.expertFirst h4{
    margin-top:20px;
}
.expertFirst ul{
    padding-left:0px;
    margin-top:30px;
}
.expertFirst ul li{
    display:inline-block;
}

.expertFirst ul li i{
    width:40px;
    height:40px;
    border-radius:50%;
        color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.expertFirst ul li i.fa-linkedin{
    background-color:#126ba3;
}

.expertFirst ul li i.fa-facebook{
    background-color:#38579a;
}

.expertFirst ul li i.fa-twitter{
    background-color:#1C9DEB;
}

.expertsSlider .slick-prev, .expertsSlider .slick-next{
    top:40%;
}
.expertsSlider .slick-prev:before, .expertsSlider .slick-next:before{
    color:#000 !important;
}

.expertsSlider .slick-slide{
    margin-top:10px;
}
.expertsSlider .slick-slide h6{
    margin-top:6px;
}
.slider-nav{
    text-align:center;
}

.latestInsights .tab-content .tab-pane li{
    list-style:none;
}

.all-medea-tab .tab-content .tab-pane li{
    list-style:none;
}

.askExpert{
    text-align:center;
    padding-top:30px;
}
.askExpert hr{
    margin-top:12px;
    margin-bottom:40px;
}
.askExpert h2{
    display:inline-block;
}
.askExpert a{
    font-weight:700;
    text-decoration:underline !important;
}

#searchModel .modal-dialog{
    margin-top:47px;
}

#searchModel .modal-body{
    padding:0px;
}

#searchModel .input-group .form-control{
    height:45px;
}
#searchModel .input-group-text{
    background:#008080;
}
#searchModel .input-group-text #searchsubmit{
    background:none;
    color:#fff;
    border:none;
}
.popupPublication .wpcf7-form-control-wrap.your-file .form-control{
    padding-top:13px;
}
.contactForm .wpcf7-form-control-wrap.uploadArticles .form-control{
    padding-top:13px;
}
.kItems a{
    background-color:#eee;
    height:250px;
    display:flex;
    align-items: center;
    justify-content: center;
    padding:30px;
    text-decoration:none !important;
}

.kItems a:hover{
   background-color:#ddd;
   color: #008080 !important;
}

.kItems h2{
    font-size: 21px !important;
}
/* Common style */
.kItems a {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/
.kItems a::before,
.kItems a::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s;
}
.kItems a::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
.kItems a::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
.kItems a:hover::before,
.kItems a:hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.moreInfo a{
    color: #0e8e8f;
    text-decoration:none !important;
}

.exploreItem{
	    clip-path: none !important;
}

.cf7sr-g-recaptcha{
	display:inline-block;
}
p.jInfo{font-size: 16px;
    font-weight: bold;
    font-style: italic;padding-top:10px;color:#9a9a9a;}














