/*
	Theme Name: UEGCL Theme
	Theme URI: https://www.uegcl.com
	Description: This Theme is a Property of UEGCL, Unauthorized use of any styles, css rules and syntax is strictly forbidden and highly presecutable in courts of law.
	Version: 1.4.3
	Author: Lwegatech
	Author URI: https://www.lwegatech.com
	Tags: UEGCL, Uganda Electricity Generation Company Ltd, Power Generation
	Text Domain: uegcl
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

body {
	font:400 16px/1.5 'Roboto';
	color:#444;
	overflow-x: hidden;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
.wp-block-image figcaption {
    padding: .5em;
    background: #fafafa;
    margin: 0!important;
    font-size: 14px;
    font-weight: 500;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	text-decoration:none;
	color: #083273;
	transition:.5s;
}
a:hover {
	color:#444;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.section-pad{
    padding: 100px 0 60px;
}
.powerstation-slider .swiper-slide img {
  object-fit: cover;
  object-position: bottom;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {

}
.iframe-fb-container {
    text-align: center;
    width:100%;
    height:360px;
    display:inline-block;
}

.iframe-fb {
    width: 100%;
    height: 360px;
    overflow: hidden;
}
._2p3a {
    min-width: 180px;
    width: 100%!important;
}
/* header */
.header {
   padding: 10px 0 0 0;
   box-shadow:0 2px 10px 0 rgba(0,0,0,.1);
}
.header-fluid {
   margin-left: 30px;
   margin-right: 30px;   
   margin-bottom: -10px;
   margin-top: -5px;
}

.header-social-icons a {
	color: #ed2130;
	font-size: 20px;
	margin-right: 0px;
	transition: all .8s;
	-moz-transition: all .8s;
	-webkit-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
}
.header-social-icons {
    margin-left:15px;
    width: 12%
}
.header-social-icons a:hover {
	transform: scale(1.2);
}
.header-design img{
    height:6px;
}
.fg-header {
    background: #e4e4e4;
    border-top: solid 1px #e4e4e4!important;
    border-bottom: solid 1px #e4e4e4!important;
}
.fg-header-title {
    font-size: 24px;
    font-family: 'Roboto Condensed','Roboto',sans-serif;
    color:#1f4488;
}
.fg-header-active {
    font-size: 18px;
    font-family: 'Roboto Condensed','Roboto',sans-serif;
    color:#1f4488;
}
.fg-header-back {
    background: #1e4387!important;
}
.fg-pile-cover-content {
    font-size: 15px;
    font-family: 'Roboto Condensed','Roboto',sans-serif;
    display: flex;
    position: relative;
    background: rgb(255 255 255 / 0.95);
    color: #1f4487;
    width: 100%;
    font-weight: 600;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,.1), 0px 0 3px -2px rgba(0,0,0,.4), inset 0 1px 5px rgba(0,0,0,.04);
}
.twitter-but i, .author-email i {
	color: gray;
}
.nav-menu {
    float:right;
}
.menu{
    padding-top: 4px;
    background: transparent;
    width: 80%;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    margin-top:0;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover {
    font-family:'Roboto',sans-serif!important;
    letter-spacing:-.4px;
    font-size:13.3px!important;
    font-weight:600;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu ul.mega-sub-menu{
    margin-top:20px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {
    cursor: pointer!important;
}
.search-icon {
    width: 8%
}
.is-menu {
    background: #1c4589;
    padding-top: 8px;
    margin: 2px 0 0 10px;
    border-radius: 100%;
    position: relative;
    width: 40%;
    text-align: center;
    height: 30px;
}
svg.search-icon {
    margin-top: -7px;
    width: 16px;
    height: 15px;
    opacity: .8;
}
.is-form-style input.is-search-input {
    background: #fff0;
    background-image: none!important;
    color: #efefef;
    padding: 60px;
    text-align: center;
    margin: 0;
    margin-top: -100px;
    outline: 0!important;
    font-size: 56px!important;
    border-top:none!important;
    border-left:none!important;
    border-bottom: 2px solid #cccccc68!important;
}
.is-form-style input.is-search-submit, .is-search-icon {
    border: none;
    border-radius: 50%;
    height: inherit;
    background: #dcdcdc00!important;
}
.is-search-icon svg {
    width: 60px;
    display: inline;
    margin-top: -50px;
}
.section-title {
	font-size: 40px;
	font-weight: 800;
}
.section-title span {
	background: #0093dd;
	color: #fff;
	padding: 4px;
}
.before-title{
    color: #ed2130;
    text-transform: uppercase;
    font-size: 12px;
}
.n2-ss-layer {
    padding:0!important;
}


.page-title{
    background-size: cover;
    padding-top: 200px;
    color: #fff;
    position: relative;
}
.page-title h1 {
	font-size: 46px;
	font-weight: 500;
	text-shadow: 4px 4px 4px #000;
	margin-bottom: 10px;
}
.page-title h3 {
	font-size: 20px;
	margin-bottom: 40px;
}
.page-breadcrumb {
    background:#083273;
    padding:13px 0;
}
.page-breadcrumb {
background: linear-gradient(to right, #143366 0%,#143366 8%,#143366 8%,#143366 60%,#083273 30%,#143366 10%,#143366 24%,#143366 24%,#0c4939 24%,#0c4939 25%,#0c4939 32%,#143366 32%,#143366 40%,#c377e4 40%,#c377e4 48%,#f76570 48%,#f76570 56%,#143366 56%,#143366 64%,#143366 64%,#143366 72%,#f69414 72%,#f69414 80%,#f69414 80%,#f69414 80%,#f69414 89%,#f69414 89%,#f69414 100%);
width: 100%;
float: left;
}
.ceo-page-breadcrumb {
    background:#083273;
    padding:13px 0;
}
.ceo-page-breadcrumb {
background: linear-gradient(to left, #143366 0%,#143366 8%,#143366 8%,#143366 60%,#083273 30%,#143366 10%,#143366 24%,#143366 24%,#0c4939 24%,#0c4939 25%,#0c4939 32%,#143366 32%,#143366 40%,#c377e4 40%,#c377e4 48%,#f76570 48%,#f76570 56%,#143366 56%,#143366 64%,#143366 64%,#143366 72%,#f69414 72%,#f69414 80%,#f69414 80%,#f69414 80%,#f69414 89%,#f69414 89%,#f69414 100%);
width: 100%;
float: left;
}
.breadcrumbs {
    color:#f0f8ff;
}
.breadcrumbs a {
    color: rgba(255,255,255,.5);
    transition: color ease-in 0.2s;
}
.breadcrumbs a:hover {
    color: #fff;
}
.post-title{
    padding: 120px 0 0 0;
    position: relative;
}
.post-title h1 {
	font-size: 30px;
	font-weight: 500;
	color:#f9f9f9;
	position: relative;
    padding-bottom: 25px;
}
.overlay2 {
	position: absolute;
	z-index: 0;
	background-image:linear-gradient(to top, rgb(17 49 102 / 36%), rgb(17 49 102 / 56%));
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
h1.post-heading {
    color: #083273;
    font-family: 'Roboto Condensed','Roboto';
    font-weight: 500;
    font-size: 26px;
}
.post-breadcrumb {
    background:#083273;
    padding:13px 0;
    width: 100%;
    position:relative;
}
.post-thumbnail {
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-bottom: 20px;
}
.post-thumbnail img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    
}
.post-content {
    margin: 0 20px 20px;
}
.post-content p{
    margin: 0 0 1.6875rem;
}
.post-content img {
    width:100%;
}
p.author {
    line-height: 2;
    border-bottom: solid 1px #eee;
    margin-bottom: 3rem;
}
p.post-meta {
    position: relative;
    color: #fec679;
    font-size: 20px;
    font-family: 'Roboto Condensed','Roboto';
    margin: -18px 0 25px;
}
p.post-meta i{
    margin-right:10px;
}
.sogrid--normal .sogrid__posts {
    justify-content:normal!important;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    HOMEPAGE STYLE
\*------------------------------------*/
/* FrontPage Intro Section */
.intro-curve{
    background-image: linear-gradient(0deg, #fff 0%, #fff 100%);
    clip-path: ellipse(100% 50% at 50% 100%);
    height: 200px;
    margin-top: -130px;
}
.uegcl-intro {
    margin-top:-30px;
    padding:0 0 40px;
    background:#fff;
}
.intro-cards {
    background: #fff;
    border-radius: 18px;
    padding: 2px 20px 15px;
    box-shadow: 1px 1px 30px 1px rgb(136 136 136 / 10%);
    margin-bottom:40px;
}

.intro-cards img{
    width: auto;
    height: 50px;
    float: left;
    margin-right: 10px;
}
.intro-cards h3{
    font-size:21px;
    font-weight:600;
    letter-spacing:-.5px;
    color:#1c4589;
}
.intro-cards p{
    font-size: 13px;
    color: #787878;
}
hr.intro-seperator {
    background-color: #eeeeee50!important;
    color: #eeeeee50!important;
    margin: 25px -15px 10px -10px;
}
a.intro-links {
    background: transparent!important;
    border:none!important;
    box-shadow:none!important;
    color: #888;
    border: none;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}
a.intro-links:hover, a.intro-links:active, a.intro-links:focus {
    background: transparent!important;
    border:none!important;
    box-shadow:none!important;
    color: #1c4589!important;;
    border: none;
    transition:1s;
}
a.intro-links:after {
    content: url(/wp-content/themes/uegcl/fonts/flaticons/right-arrow.svg);
    width: 15px; 
}
a.intro-links:hover:after {
    content: url(/wp-content/themes/uegcl/fonts/flaticons/right-arrow-hover.svg);
    width: 15px; 
}
.intro-about {
    background-image: linear-gradient(0deg, rgba(30,69,130,1) 50%, rgba(45,78,161, 0.90)), url(/wp-content/themes/uegcl/img/uegcl-project.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius:18px;
    padding:40px 40px;
    margin-top:-110px;
}
.intro-about h3 {
    font-size:28px;
    font-family:'Roboto Condensed','Roboto',sans-serif;
    color:#fff;
    text-shadow: 1px 1px 1px black;
}
.intro-about h1 {
    font-size:50px;
    letter-spacing:-0.4px;
    font-weight:800;
    color:#fff;
    text-shadow: 1px 1px 1px black;
}
hr.intro-about-seperator {
    background-color: #ed2130;
    color: #ed2130;
    height: 3px;
    width: 35%;
    display: inline-block;
}
.intro-about p {
    font-size:15px;
    color:#fff;
    margin:10px 0 20px;
    font-weight:300;
    font-family:'Roboto',sans-serif;
    letter-spacing:-0.15px;
}
a.intro-about-link{
    background: transparent;
    border: 3px solid #ed2130;
    font-size: 18px;
    border-radius: 99px;
    padding: 10px 45px;
    margin-top: 20px;
}
a.intro-about-link:hover {
    color:#999;
    background:transparent;
    border: 3px solid #ed2130;
    transition:1s ease;
}
a.intro-about-link:active, a.intro-about-link:focus  {
    box-shadow:none!important;
    background:#ed2130!important;
    border-color: #fff!important;
}

.intro-icons h2 {
	font-size: 26px;
	color: #1E4387;
	font-weight: 700;
	margin-bottom: 1.2em;
}
.intro-icons h4 {
	background: #1e4389;
	display: inline-block;
	color: #fff;
	padding: 15px 35px;
	margin-bottom: 1.5rem;
	border-radius: 10px;
	font-size: 18px;
	margin-top:-1.5rem;
}
.safety-count {
	font-size: 34px;
	font-weight: 800;
	letter-spacing: -.5px;
	color: #f8f8f8;
}
.intro-stats, .intro-stats-1, .intro-stats-2, .intro-stats-3 {
	background: #808080;
	border-radius: 18px;
	padding: 5px 25px;
	box-shadow: 1px 1px 30px 1px rgb(136 136 136 / 10%);
	margin-bottom: 25px;
	height: 145px;
}
.intro-stats-1 {
	background: #808080;
}
.intro-stats-2 {
	background: #ec2230;
}
.intro-stats-3 {
	background: #009fe3;
}
.intro-stats img, .intro-stats-1 img, .intro-stats-2 img, .intro-stats-3 img {
  width: 88px;
  float: left;
  margin-right: 10px;
  margin-left: -15px;
  padding: 3px;
}
.intro-stats h4 {
    color:#eee;
}
.intro-stats p, .intro-stats-1 p, .intro-stats-2 p, .intro-stats-3 p {
	font-size: 15px;
	color: #fbfbfb;
	font-weight: 300;
	display: flow-root;
}

/*FrontPage News Section */
.news-section {
    padding:80px 0 50px;
    background-image: linear-gradient(to bottom, #f9fbfd, #f0f5fb);
}
.ceo-message {
    margin-top:-35px;
    margin-right:20px;
}
.ceo-message-image {
    border: 1px solid #fff; 
    height: 350px;
    overflow:hidden;
}
.ceo-message-image img {
    vertical-align:top;
    width:100%;
}
 
.ceo-message-link {
    margin-top:10px;
}
a.ceo-message-link, a.ceo-message-link:hover, a.ceo-message-link:active, a.ceo-message-link:focus {
    background: transparent!important;
    border:none!important;
    box-shadow:none!important;
    display: flex;
    font-weight:600;
    color: #1c4589!important;;
    font-size:22px;
    letter-spacing:-.3px;
    margin-left: -6px;
    font-family:'Roboto Condensed','Roboto','Gotham Medium',sans-serif;
}
a.ceo-message-link:after, a.nceo-message-link:hover:after {
    content: url(/wp-content/themes/uegcl/fonts/flaticons/right-arrow-hover.svg);
    margin-left:15px;
    margin-top:3px;
    width: 20px; 
}
.news-section-heading h2 {
    font-size:42px;
    letter-spacing:-.3px;
    margin-bottom: -15px;
    font-family:'Roboto Condensed','Roboto','Gotham Medium',sans-serif;
    color:#1c4589;
    font-weight:700;
    line-height:20px;
}
.news-section-heading h2 strong{
    color:#ed2130;
}
[class^="sp-pc-icon-"]:before, [class*=" sp-pc-icon-"]:before {
    font-family: "spfont";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: fit-content;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: .2em;
    font-size: 120%;
}
.sp-post-carousel-section .sp-post-carousel-area .slick-arrow {
    position: absolute;
    z-index: 9;
    width: auto;
    top: -46px;
    text-align: center;
    cursor: pointer;
    padding: 2px 8px;
    height: auto;
    font-size: 26px;
    border-radius:4px;
}
.sp-post-carousel-section .sp-post-carousel-area .slick-prev {
    right: 65px;
}
.sp-pc-post-title{
    padding-bottom:10px!important;
}
.sp-pc-title-wrap{
    border-bottom: 1px solid #33333359;
}
.sp-pc-read-more-wrap {
    display:flex;
}
.sp-post-carousel-section-197 .sp-pc-post-title {
    margin-bottom:15px!important;
}
.sp-post-carousel-section-197 .sp-pc-post-title, .sp-post-carousel-section-197 .sp-pc-post-title a {
    font-size:17.5px!important;
} 
.sp-post-carousel-section .sp-pc-post-image {
    border: 1px solid #fff; 
    height: 180px;
    overflow:hidden;
}
.sp-post-carousel-section-197 .sp-pc-post-title, .sp-post-carousel-section-197 .sp-pc-post-title a {
    font-size:17px!important;
}
/* -------------------------------- */
.sp-pc-read-more {
    margin-top:8px;
}
p.sp-pc-read-more a, p.sp-pc-read-more:hover a, p.sp-pc-read-more:active, p.sp-pc-read-more:focus a{
    color: #1c4589;
    border: none;
    font-size: 15px;
    display: flex;
    text-transform:uppercase;
    font-family:'Roboto','Gotham Medium',sans-serif;
    color:#1c4589;
    font-weight:600;
}
p.sp-pc-read-more a:after, p.sp-pc-read-more a:hover:after{
    content: url(/wp-content/themes/uegcl/fonts/flaticons/right-arrow-hover.svg);
    width: 15px; 
    margin-top:3px;
    margin-left:10px;
}

/*FRONTPAGE Section Elements */

.powerplants-section {
    padding:85px 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.63)), url(/wp-content/themes/uegcl/img/powerplants-background.jpg);
    background-repeat: no-repeat;
    color:white;
}
.powerplants-section h2 {
    font-size: 34px;
    font-weight: 600;
    text-shadow: 1px 1px black;
    margin-bottom: 3rem;
    font-family: 'Roboto Condensed','Roboto',sans-serif;
}
.powerplants-section p {
    font-size: 17px;
    letter-spacing: -.3px;
}
.powerplants-btn {
    margin-top:40px;
}
a.powerplants-btn {
   background: #a5030f!important;
    border:3px solid #fff!important;
    box-shadow: none!important;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 99px;
    padding: 12px 36px;
    font-weight: 500;
}
a.powerplants-btn:hover {
   background: transparent!important;
   border:3px solid #fff!important;
   color:#f6f6f6;
   transform-origin: top left;
   transition: all 1s ease;
}
#sample_slider{
    margin-top:40px;
}
#sample_slider .owl-item h3 a{
    font-size:16px;
    letter-spacing:-.6px;
    color:#222;
}
#sample_slider .owl-item h3:hover a{
    color:#1c4589;
    transition: all 1s ease;
}
.owl-carousel .owl-nav button.owl-next {
    margin-top: -24%!important;
    left: 92%;
    width: 50px!important;
}
.owl-carousel .owl-nav button.owl-prev {
    margin-top: -24%!important;
    left: 85%;
    width: 50px!important;
}
.white .sa_owl_theme .owl-nav .owl-prev {
    background: rgb(155, 6, 6) url(../images/icon_prev.png) no-repeat center center !important;
}
.white .sa_owl_theme .owl-nav .owl-next {
    background: rgb(155, 6, 6) url(../images/icon_next.png) no-repeat center center !important;
}
.white .sa_owl_theme .owl-nav .owl-prev:hover, .white .sa_owl_theme .owl-nav .owl-next:hover {
    background-color: rgb(155, 6, 6, 0.9) !important;
}
.sa_owl_theme .owl-nav .owl-next {
    left: 87%;
}
.owl-carousel .owl-item img {
    margin-top: 0px;
    border-bottom: 5px solid #dc0716;
    margin-bottom:10px;
}
.uegcl-media {
    padding:60px 0;
}
.uegcl-media h2, .uegcl-partners h2 {
    font-size:42px;
    letter-spacing:-.3px;
    margin-bottom: 40px;
    font-family:'Roboto Condensed','Roboto','Gotham Medium',sans-serif;
    color:#1c4589;
    font-weight:700;
    line-height:20px;
}
.uegcl-media h2 strong, .uegcl-partners h2 strong{
    color:#ed2130;
}
.catchy-word img {
    width:auto;
    height:60px;
    margin-top:-40px;
}

.uegcl-partners {
    padding:60px 0;
    background:#f5f5f5;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height:300px !important;
	width: 100%;
}

/* CTA homepage area */

.mail-text {
	background: transparent;
	border: 1px solid #eee;
	padding: 5px 15px;
	border-radius: 10px;
	color: #b9b9b9;
	font-style: italic;
}
/* About pages */
.about-intro {
    padding:100px 0 40px;
    background-image: url(/wp-content/uploads/2021/01/clouds-1.svg);
    background-position-y: calc(100px);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.powerstation-slider img {
    margin-top: 10px!important;
    border-top: 0px solid #fff!important;
    box-shadow: none!important;
}
.powerplants-carousel img {
    width: 100%!important;
    height: 220px!important;
}
.who-we-are img {
   overflow: hidden;
   display:flex;
   align-items:end;
   justify-content:center;
   margin-top: -100px;
    border-top: 50px solid #02A7E1;
    box-shadow: 0 5px 50px -2px #1b44862e;

}
.who-we-are h2 {
    font-family: 'Roboto Condensed','Roboto','Gotham Medium',sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2f4f84;
    font-size: 40px;
}
.who-we-are h2 strong {
    color: #ed2333;
}
.who-we-are h3 {
    font-family: 'Roboto Condensed','Roboto','Gotham Medium',sans-serif;
    margin-bottom: 20px;
    margin-top: -10px;
    color: #edb681;
    font-size: 30px;
}
.who-we-are h4 {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    margin-bottom: 1rem;
    color: #c3966b;
    margin-top: -14px;
}
.who-we-are p {
    font-size: 17px;
    font-family: 'Nunito sans','Roboto',sans-serif;
    line-height: 1.75;
}
.about-mission {
    background-image: linear-gradient(to bottom, #f9fbfd, #f0f5fb);
    box-shadow: 0 1px 0 0 #dae2f0, 0 -1px 0 0 #dae2f0;
    padding: 70px 0;
}
.about-mission h3, .news-updates h2 {
    font-size: 32px;
    font-family: 'Roboto Condensed','Roboto','Gotham Medium',sans-serif;
    font-weight: 600;
    letter-spacing:0;
    color:#2f4f84;
}
.news-updates h2 {
    margin: -20px 0;
}
.heading-line {
    position: relative;
    overflow:hidden;
}
.heading-line:before {
    right: 100%;
    margin-right: calc(5px + .3em);
}
.heading-line:after, .heading-line:before {
    margin-left: 40px;
    content: "";
    position: absolute;
    top: calc(50% - (calc(1px + .05em)/ 2));
    width: 2000px;
    border-bottom: calc(1px + .05em) solid #eceff3;
}
.mission-cols {
    border-left: 5px solid #f0f5fb;
}
.about-mission p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
    color: #143263;
    font-family: 'Nunito sans','Roboto',sans-serif;
}
.sogrid--normal .sogrid__entry__thumbnail {
    height: 170px;
}
.core-values {
    background:#143263;
}
.clouds-section {
    background-image:url(/wp-content/uploads/2021/01/clouds.svg);
    background-position: 50% 50%;
    background-repeat:no-repeat;
    padding:80px 0;
}
.core-values h2{
    font-size: 38px;
    font-family: 'Roboto Condensed','Roboto','Gotham Medium',sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0;
    color: #fff;
}
.core-values h5 {
    font-size: 26px;
    color: #edb681;
    font-weight: 500;
}
.core-values p {
    font-size: 26px;
    font-family: 'Nunito Sans';
    text-align:center;
    color:#fff;
}
.core-values p strong {
    color: #edb681;
    font-size: 45px;
    font-weight: 500;;
}
.our-objectives {
    background-image: url(/wp-content/uploads/2021/01/clouds-1.svg);
    background-position-y: calc(100px);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding: 80px 0;
}
.our-objectives h2{
    font-size: 40px;
    font-family: 'Roboto Condensed','Roboto','Gotham Medium',sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0;
    color: #2f4f84;
}
.our-objectives h5 {
    font-size: 28px;
    color: #ed2333;
    font-weight: 600;
}
.our-objectives h3 {
    font-size: 32px;
    font-family: 'Roboto Condensed','Roboto','Gotham Medium',sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing:0;
    color:#2f4f84;
}
.our-objectives p {
    font-size: 19px;
    font-family: 'Nunito Sans';
}
.our-objectives ul{
    list-style:none;
    font-family: 'Nunito Sans';
}
.our-objectives ul li, .our-objectives ul li a{
    color:#084a79;
    font-weight:600;
    font-family:'Roboto Condensed','Roboto',sans-serif;
    font-size:18px;
}
.our-objectives ul li:before{
    content: "\f0e7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: -1.3em;
    text-align: center;
    color: #ed2331;
    border-radius: 50%;
    border: 1px solid #ed2331;
    font-size: 15px;
    width: 1.6em;
    height: auto;
    margin-bottom: 5px;
    margin-right: 10px;
}
.our-objectives ul li {
    margin-left: -1.2em;
}
.our-objectives ul li:hover::before{
    color:#fff;
    background: #ed2331;
    transition: all .7s ease;
}
.second-objectives {
    margin-top:-15px;
}
.core-values p strong {
    color: #edb681;
    font-weight: 600;;
}
.sd-blockquote p{
    border-left-style: solid;
    border-left-width: 7px;
    padding-left: 20px;
    margin-bottom: 1em;
    margin-right: 1em;
    font-size: 19px;
    line-height: 1.5em;
    border-color: #084a79;
    
}
.objectives h2 {
    font-size: 30px;
    background: #ec2230;
    display: initial;
    padding: 5px 25px;
    border-radius: 6px;
    color: #fff;
    font-family: 'Roboto Condensed';
}
.objectives:hover h2 {
    background: #d60000;
    transition: all .7s ease;
}
.objectives h1 {font-family: 'Roboto Condensed','Roboto','Gotham Medium',sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2f4f84;
    font-size: 30px;
}
.objectives h1 strong {
    color: #ed2333;
}
.objectives h4 {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    margin-bottom: 1rem;
    color: #c3966b;
    margin-top: -14px;
}
.side h3 {
	background-color: #ed2130;
	padding: 15px 10px;
	text-transform: uppercase;
	font-weight: 800;
}

/* Board & Team pages */
.bod h2 {
    font-family: 'Roboto Condensed','Roboto','Gotham Medium',sans-serif;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #2f4f84;
    font-size: 40px;
}
.bod h2 strong {
    color: #ed2333;
}
.bod h3 {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    color: #edb681;
    margin-top: -14px;
}
.bod h4 {
    font-family: 'Roboto Condensed','Roboto','Gotham Medium',sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2f4f84;
    font-size: 26px;
}
.bod p {
    font-size: 17px;
    font-family: 'Nunito sans','Roboto',sans-serif;
    line-height: 1.6;
}
.bod img {
    border-bottom: 5px solid #edb681;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.bluish {
    background-image: linear-gradient(to bottom, #f9fbfd, #f0f5fb), url(/wp-content/uploads/2021/01/clouds.svg);
    box-shadow: 0 1px 0 0 #dae2f0, 0 -1px 0 0 #dae2f0;
    padding: 50px 0 30px;
    
}

.mgt h2 {
    font-family: 'Roboto Condensed','Roboto','Gotham Medium',sans-serif;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #2f4f84;
    font-size: 40px;
}
.mgt h2 strong {
    color: #ed2333;
}
.mgt h3 {
    font-family: 'Roboto Condensed';
    font-size: 18px;
    color: #2f4f84;
    margin-top: -5px;
    text-align:center;
}
.mgt h4 {
     font-family: 'Nunito sans','Roboto',sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    color: #787878;
    font-size: 17px;
    text-align:center;
}
.mgt p {
    font-size: 17px;
    font-family: 'Nunito sans','Roboto',sans-serif;
    line-height: 1.6;
}
.mgt img {
    border-bottom: 5px solid #edb681;
    transform: scale(1,1);
    transition: .3s ease-out;
}
.mgt img:hover {
    opacity: 1;
    transform: scale(1.03,1.03);
    border-bottom: 5px solid #2f4f84;
     transition: .3s ease-out;
}
/* Projects page */
.swiper-slide {
   height: 400px;
   overflow: hidden;
   display:flex;
   align-items:center;
   justify-content:center;
   }
.ub_image_slider .ub_image_slider_image_caption {
    display:none!important;
}
.swiper-slide img {
    width: 100%;
    display:block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.business-widget {
    padding:30px;
    margin-left:-40px;
}
.business-widget h2 {
    margin-top: 1em;
    margin-bottom:1.5em;
    font-size: 24px;
    color: #ec222e;
    /* background-color: #f5f5f5; */
    /* padding: 10px 15px; */
    border-radius: 2px;
}
.business-widget ul {
    line-height: 1.8;
    font-size: 14px;
    margin-left: -2.6em;
}
.business-widget ul li {
    list-style: none!important;
    margin-bottom: 15px;
    border-radius: 0!important;
}
.business-widget ul li a {
    font-weight: 500;
    text-decoration: none;
    border-left: 4px solid #2375bb;
    padding: 13px 10px;
    background-color: #f4f4f4;
    display: block;
    position: relative;
    color: #2375bb;
}
.business-widget ul li:hover a {
    background:#fff;
    transition:0.7s;
    border-bottom:1px solid #eee;
}
.business-widget ul li:active a {
    background:#fff;
    transition:0.7s;
    border-bottom:1px solid #eee;
}
.project-single img {
   overflow: hidden;
   display:flex;
   align-items:end;
   justify-content:center;
    border-bottom: 4px solid #02A7E1;
    box-shadow: none;
    border-top:none;
    margin-top:0;
}
.project-facts ul {
    margin-left: -2.5rem;
    line-height: 1.8;
    font-size: 17px;
}
.project-facts ul li {
    list-style:none!important;
}
.project-facts ul li:before {
    padding: 0 10px 0 0;
    top: 0;
    left: 0;
    color: #edb681;
    font-size: 14px;
    content: "\f0e7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.has-colored-bg {
    color: #fff;
    background: linear-gradient(90deg, rgb(27 55 103) 40%, rgba(45,78,161, 0.99));
    padding: 20px 30px;
    width: 95%;
    border-radius: 10px;
    margin:15px 0 25px;
}
.has-colored-bg h4 {
    color:#edb681;
    margin-bottom:15px;
}
.has-colored-bg p {
    font-family: 'Roboto Condensed','Roboto',sans-serif;
    line-height: initial;
    font-size:17px;
}
.our-services ul{
    list-style:none;
    font-family: 'Nunito Sans';
}
.our-services ul li, .our-services ul li a{
    font-size:18px;
}
.our-services ul li:before{
    content: "\f0e7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: -1.3em;
    text-align: center;
    color: #ed2331;
    border-radius: 50%;
    border: 1px solid #ed2331;
    font-size: 15px;
    width: 1.6em;
    height: auto;
    margin-bottom: 5px;
    margin-right: 10px;
}
.our-services ul li {
    margin-left: -1.2em;
}
.our-services ul li:hover::before{
    color:#fff;
    background: #ed2331;
    transition: all .7s ease;
}
a.header-link {
    color:#f29215;
}
a.header-link:hover {
    color:#fec679;
    transition: all .5s ease;
}

/* Post pages */
.post-sidebar{
    background-color: #eee;
}
.post-sidebar h3{
    background-color: #ed2130;
	padding: 15px 10px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
}
.yarpp-thumbnails-horizontal{
    padding: 0 10px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border: none !important;
	width: 100% !important;
	height: auto !important;
	margin: 5px;
	margin-left: 0px;
	vertical-align: top;
	display: flex !important;
	border-bottom: 1px solid #00000012 !important;
	padding: 10px 0;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	font-size: 1em !important;
	max-height: 100% !important;
	line-height: 1.4em;
	margin: 7px;
	margin-top: 0px;
	width: 100% !important;
	text-decoration: inherit;
	overflow: visible !important;
	color: #444;
	font-weight: 600;
	align-self: center;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
	width: 50% !important;
	height: auto !important;
	margin: 5px;
}
p.post-details{
    font-size: 1.2em;
    margin-bottom: 25px;
    font-weight: 500;
    color: #ed2130;
    position:relative;
}
.post-details i{
    margin-right: 10px;
}
.widgettitle {
    position: relative;
    margin-bottom: 50px;
    font-size:22px;
    color: #1c4587;
}
.widgettitle:before, .widgettitle:after {
    background-color: #ff7315;
}
.widgettitle:before {
    position: absolute;
    width: 40px;
    height: 3px;
    content: " ";
    left: 0;
    bottom: -18px;
    background: #F23827;
}
.widgettitle:after{
    position: absolute;
    width: 3px;
    height: 3px;
    content: " ";
    left: 43px;
    bottom: -18px;
}


/* Events page */
.mec-wrap .mec-totalcal-box {
	display: none;
}

/* Contact page */
.contact-col:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 5px solid #f0f5fb;
}
.contact-box1::before, .contact-box2::before, .contact-box3::before {
	font-family: "Font Awesome 5 Free";
	margin-right: 15px;
	font-weight: 900;
	text-align: center;
	display: inline-block;
	color: #ed2130;
	font-size: 30px;
	align-self: center;
}
.contact-box1, .contact-box2, .contact-box3 {
	display: flex;
	margin-bottom: 20px;
}
.contact-box1 strong, .contact-box2 strong, .contact-box3 strong{
    font-size: 20px;
}
.contact-box1::before {
	content: "\f5a0";
}
.contact-box2::before { 
	content: "\f879";
}
.contact-box3::before {
	content: "\f0e0";
}
/* Publications & Dowloads */
    .w3eden .list-group {
    background: #fff;
    margin: 0 0 25px 0;
    padding: 0 40px 0 0;
    }
    .w3eden .list-group, .w3eden h1, .w3eden .h1 {
    font-size:22px;
    font-family:'Roboto Condensed','Roboto',sans-serif;
    color:#143366;
    }
    .w3eden .list-group li {
    font-size: 14px; 
    }
    .w3eden .list-group, .w3eden h1, .w3eden .h1 {
    font-size:22px;
    font-family:'Roboto Condensed','Roboto',sans-serif;
    color:#143366;
    }
    .w3eden .list-group li {
    font-size: 14px; 
    }
.w3eden a {
    font-family:'Roboto Condensed','Roboto',sans-serif;
    text-decoration: none;
    font-size: 18px;
    color: #143366;
}
.w3eden a:hover {
    color:#ed2130;
    text-decoration:none;
}
.w3eden img {
    margin:-5px 0;
}
.single-wdm {
    padding:120px 0 60px;
}
/* Footer area */
.uegcl-footer-design {
    background:#f5f5f5;
    background-image: url(/wp-content/themes/uegcl/img/uegcl-footer-design.png);
    background-size: cover;
    min-height: 180px;
    background-repeat: no-repeat;
    background-position: top;
    color:white;
}

.footer {
	padding: 20px 0;
	background-color: #1d458c;
	color: #f7f7f7;
	font-size: 14px;
}
.footer h2 {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 500;
	color: #f0f7f3;
}
.footer h2:before, .footer h2:after {
    display:none;
}
.footer-socials {
    margin-top: 15px;
}
.footer-socials a {
    color: #fff!important;
    font-size: 25px;
    margin-right: 4px;
}
.footer a{
    color: #f7f7f7;;
}
.footer a:hover{
    color: #b9b9b9;
    transition:.5s;
}
.footer p {
    line-height:initial;
}
.footer .ptitle span{
    display: none;
}
.border-line{
    border-right:1px solid #bdbdbd;
}
.footer-publications img {
    max-width: 25px !important;
    padding-right: 5px;
}
.footer-pub-item {
    margin-bottom:8px
}
.footer-bar-menu a {
    font-size: 12px;
    color: #f9f9f9;
}
.copyright {
    color:#fff;
	font-size: 12px;
    padding: 10px 0 0;
	background: #293177;
}
.copyright a{
    color: #f9f9f9;
}
.copyright p {
    font-size:12px;
}
.site-credit {
    padding-left:30px;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

    @font-face {
       font-family: 'Gotham-Medium';
       src: url('fonts/Gotham/Gotham-Medium.woff');
       font-weight: 500;
       }
    @font-face {
       font-family: 'Gotham-Bold';
       src: url('fonts/Gotham/Gotham-Bold.ttf');
       }
    @font-face {
       font-family: 'Gotham-Bold-Regular';
       src: url('fonts/Gotham/Gotham-Bold-Regular.ttf');
       }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:320px) {
     .crop {
   height: 155px !important;
   }

}
@media only screen and (max-width:480px) {
.uegcl-footer-design {
    margin-bottom:-125px;
}
.page-title h1 {
	font-size: 32px;
	font-weight: 500;
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 10px;
}
.page-title h3 {
	font-size: 18px;
	margin-bottom: 40px;
}
}


@media screen and (max-width: 576px) { 
    .header-social-icons, .search-area{
        display: none;
    }
    .header{
        padding: 10px 0 0;
        height: auto!important;
    }
    .business-widget {
    padding:30px;
    margin-left:-20px;
}
.intro-icons {
    margin-top: 40px;
}    
    .intro-about {
        margin-top:-80px;
        padding:30px 20px;
    }
    .intro-icons {
    margin-top: 40px;
}

.intro-about {
        margin-top:-90px;
    }
}
.intro-about h1 {
    font-size:40px;
}
.news-article {
    margin-top: 20px;
}
.news-section-heading h2, .uegcl-media h2, .uegcl-partners h2  {
    font-size: 36px;
}
    .crop {
   height: 175px !important;
   overflow: hidden;
   display:flex;
   align-items:end;
   justify-content:center;
   }
}
 
@media only screen and (max-device-width:680px){
  .crop {
   height: 300px;
   }
   .header-social-icons a {
    display: none;
}
.section-title {
    font-size: 35px;
}
}

@media only screen and (max-width:820px) {
.uegcl-footer-design {
    margin-bottom:-125px;
}
 
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
	margin: 0 0 0 0;
	display: inline-block;
	height: auto;
	vertical-align: middle;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
	font-size: 13px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){
   .header-social-icons a {
	font-size: 15px;
    }
     .crop {
   height: 300px;
   }
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
@media (min-width: 1200px){
.container {
    max-width: 1240px;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

img.custom-logo{
    width: 270px;
    height: auto;
}

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
