@charset "UTF-8";

   body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type=button],
input[type=reset],
input[type=submit] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
border-color: #aaa #bbb #bbb;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 0em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
html {
scroll-behavior: smooth;
}
body {
color: #404040;
margin: 0;
overflow-x: hidden;
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 500;
}
body::-webkit-scrollbar {
width: 0.5em;
}
body::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px #ced4da;
}
body::-webkit-scrollbar-thumb {
background-color: #161616;
}
button:focus,
.btn:focus {
outline: none !important;
box-shadow: none;
}
input:focus {
box-shadow: none !important;
}
::-moz-selection {
background: #f28b30 !important;
color: white;
}
::selection {
background: #f28b30 !important;
color: white;
}
a,
button {
text-decoration: none !important;
transition-duration: 300ms;
}
a:focus,
button:focus {
outline: none !important;
}
input:focus, input:focus-visible {
outline: none;
}
h1 {
font-size: 50px;
}
h2 {
font-size: 35px;
}
h3 {
font-size: 25px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 16px;
font-weight: 600;
}
h6 {
font-size: 12px;
}
p {
font-size: 15px;
}
.btn {
transition-duration: 300ms;
}
.color-blue {
color: #379fc1;
}
.color-darkblue {
color: #032c45;
}
.color-primary {
color: #f28b30;
}
.color-red {
color: #ab2f24;
}
.width-90 {
width: 90%;
margin: auto;
}
.width-95 {
width: 95%;
margin: auto;
}
.width-80 {
width: 80%;
margin: auto;
}
.width-70 {
width: 70%;
margin: auto;
}
.width-60 {
width: 60%;
margin: auto;
}
.padding-y-big {
padding: 100px 0px;
}
.padding-y-small {
padding: 60px 0px;
}
.pre-loader {
height: 100vh;
width: 100%;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
pointer-events: none;
z-index: 999;
transition-duration: 700ms;
}
.pre-loader img {
animation: scale 1s linear infinite;
}
.pre-loader .middle .bar {
width: 3px;
height: 70px;
background: #fff;
display: inline-block;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
animation: loader 1.2s linear infinite;
}
.pre-loader .middle .bar1 {
animation-delay: 0.1s;
}
.pre-loader .middle .bar2 {
animation-delay: 0.2s;
}
.pre-loader .middle .bar3 {
animation-delay: 0.3s;
}
.pre-loader .middle .bar4 {
animation-delay: 0.4s;
}
.pre-loader .middle .bar5 {
animation-delay: 0.5s;
}
.pre-loader .middle .bar6 {
animation-delay: 0.6s;
}
.pre-loader .middle .bar7 {
animation-delay: 0.7s;
}
.pre-loader .middle .bar8 {
animation-delay: 0.8s;
}
.pre-loader.is-loaded {
opacity: 0;
}
@keyframes loader {
0% {
transform: scaleY(0.1);
background: transparent;
}
50% {
transform: scaleY(1);
background: #f28b30;
}
100% {
transform: scaleY(0.1);
background: transparent;
}
}
.top-menu {
width: 100%;
display: block;
background: #042d45;
padding: 10px 5%;
text-align: right;
justify-content: end;
align-items: center;
align-content: center;
display: flex;
}
.top-menu ul {
list-style: none;
display: flex;
position: relative;
margin-bottom: 0px;
}
.top-menu ul li {
color: #fff;
font-size: 12px;
display: flex;
align-items: center;
}
.top-menu ul li a {
color: #fff;
font-size: 17px;
padding: 0px 10px;
transition-duration: 300ms;
}
.top-menu ul li a .fa-instagram {
color: #cd486b;
}
.top-menu ul li a .fa-youtube {
color: #FF0000;
}
.top-menu ul li a .fa-facebook-f {
color: #4267B2;
}
.top-menu ul li a .fa-linkedin-in {
color: #8a3ab9;
}
.top-menu ul li a .fa-twitter {
color: #1DA1F2;
}
.top-menu ul li:hover a {
width: 100%;
}
.top-menu ul li:hover a:hover {
transform: scale(1.5) rotateY(180deg);
}
.top-menu ul li:hover a:hover i {
color: #f28b30;
}
.header {
width: 100%;
position: relative;
z-index: 99;
position: absolute;
}
.header .navbar {
padding: 12px 0px;
width: 100%;
}
.header .navbar .menu {
position: relative;
display: flex;
width: 95%;
margin: auto;
justify-content: space-between;
}
.header .navbar .menu .menu-item {
position: relative;
}
.header .navbar .menu .menu-item .nav-link {
color: #fff;
text-transform: capitalize;
font-weight: 500;
font-size: 14px;
text-align: center;
display: block;
position: relative;
padding: 10px 15px 15px 15px;
}
.header .navbar .menu .menu-item .nav-link:after {
content: "";
position: absolute;
bottom: 0;
left: 0%;
width: 100%;
}
.header .navbar .menu .menu-item.active .nav-link {
color: #f28b30;
font-weight: 600;
}
.header .navbar .menu .menu-item.active .nav-link:after {
border-bottom: 3px solid #f28b30;
}
.header .navbar .menu .menu-item.active .nav-link:before {
position: absolute;
content: "";
bottom: 1px;
left: 48%;
display: block;
height: 5px;
width: 5px;
transform: rotate(45deg);
background-color: #f28b30;
}
.header .navbar .menu #main-navbar {
transform: translateY(-20px);
}
.header .navbar.fixed {
position: fixed;
width: 100%;
box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.05);
top: 0;
z-index: 99;
background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(210, 217, 225) 100%);
animation: sticky 2s;
left: 0;
padding: 10px 0px;
}
.header .navbar.fixed .menu-item .nav-link {
font-size: 12px;
}
.header .navbar.fixed .logo-wrapper {
padding: 5px 50px;
}
.header .navbar.fixed .logo-wrapper .custom-logo {
max-width: 100px;
}
.header .logo-wrapper {
padding: 5px 30px;
background: transparent;
transition-duration: 300ms;
}
.header .logo-wrapper:hover .custom-logo {
transform: scale(1.1);
}
.header .logo-wrapper .custom-logo {
max-width: 100px;
height: auto;
transition-duration: 500ms;
}
.header .navbar-toggler {
margin-right: 5%;
}
.header .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
transform: rotate(0deg);
transition: 0.5s ease-in-out;
cursor: pointer;
}
.header .animated-icon3 span {
background: #f28b30;
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
transform: rotate(0deg);
transition: 0.25s ease-in-out;
}
.header .animated-icon3 span:nth-child(1) {
top: 0px;
transform-origin: left center;
}
.header .animated-icon3 span:nth-child(2) {
top: 10px;
transform-origin: left center;
}
.header .animated-icon3 span:nth-child(3) {
top: 20px;
transform-origin: left center;
}
.header .animated-icon3 span:nth-child(1) {
transform: rotate(45deg);
top: 0px;
left: 8px;
}
.header .animated-icon3 span:nth-child(2) {
width: 0%;
opacity: 0;
}
.header .animated-icon3 span:nth-child(3) {
transform: rotate(-45deg);
top: 21px;
left: 8px;
}
.banner-short {
min-height: 350px;
position: relative;
display: flex;
align-items: center;
}
.banner-short:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(3, 44, 69, 0.6);
z-index: 1;
}
.banner-short img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
}
.banner-short .card {
background: transparent;
border: none;
position: relative;
z-index: 10;
color: #fff;
width: 85%;
max-width: 1440px;
margin: auto;
transform: translateY(80px);
}
.banner-short .card h2 {
max-width: 700px;
font-size: 30px;
}
.banner-short.news-banner {
text-align: center;
}
.banner-short.news-banner .card {
transform: translateY(40px);
}
.banner-short.news-banner .card h1 {
margin: 15px;
}
.banner-short.news-banner .card P {
font-size: 14px;
}
.banner-short.news-banner .card a {
color: #fff;
}
.banner-short.news-banner .card a:hover {
color: #f28b30;
}
@keyframes scale {
50% {
transform: scale(1.4);
}
}
@keyframes scale3 {
50% {
transform: scale(1.2);
}
}
.banner-long {
min-height: calc(80vh - 50px);
position: relative;
display: flex;
align-items: center;
overflow: hidden;
}
.banner-long:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(3, 44, 69, 0.01);
background: linear-gradient(to right, rgba(3, 44, 69, 0.8) 0%, transparent 75%);
z-index: 1;
}
.banner-long img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
animation: scale 30s linear infinite;
}
.banner-long .content {
transform: translateY(50px);
max-width: 90%;
width: 90%;
margin: auto;
position: relative;
z-index: 10;
}
.banner-long .content .card {
background: transparent;
border: none;
color: #fff;
margin: auto;
}
.banner-long .content .card h2 {
width: 80%;
max-width: 500px;
font-size: 25px;
padding-bottom: 20px;
}
.banner-long .content .card p {
font-size: 14px;
}
.banner-long.with-title:after {
background: linear-gradient(to right, rgba(3, 44, 69, 0.8) 0%, transparent 75%);
}
.banner-long.with-title .card {
color: #fff;
}
.banner-long.with-title .card small {
position: relative;
width: auto;
text-transform: uppercase;
}
.banner-long.with-title .card small span {
position: relative;
}
.banner-long.with-title .card small span:after {
position: absolute;
content: "";
width: 180px;
height: 1px;
background: rgba(255, 255, 255, 0.5);
top: 50%;
transform: translateX(10px);
}
.banner-long.with-title .card h3 {
width: 80%;
}
.banner-long.long3 {
padding-bottom: 100px;
}
.banner-long.long3:after {
display: none;
}
.banner-long.long3 .landing-img {
animation: none;
}
.banner-long.long3 .animated-img {
position: absolute;
max-width: 300px;
height: auto;
right: 10%;
bottom: -100px;
animation: scale3 10s linear infinite;
}
.banner-long.long3.ed .content .card p {
position: relative;
padding-left: 50px;
font-size: 25px;
font-weight: 700;
}
.banner-long.long3.ed .content .card p:before {
position: absolute;
content: "\f10d";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 40px;
left: 0;
top: -20px;
}
.banner-long.long3.ed .landing-img {
animation: none;
}
.banner-long.long3.ed .animated-img {
position: absolute;
max-height: calc(100vh - 100px);
width: auto;
max-width: 500px;
right: 150px;
top: auto;
bottom: -250px;
}
.banner-long.long4 {
padding-bottom: 50px;
}
.banner-long.long4:after {
display: none;
}
.banner-long.long4 .landing-img {
animation: none;
}
.banner-long.long4 .img-wrapper {
min-height: calc(100vh - 50px);
position: relative;
width: 100%;
}
.banner-long.long4 .img-wrapper .animated-img {
position: absolute;
max-width: 700px;
width: 70vw;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
right: 0;
bottom: 0;
animation: none;
}
.banner-long.long5 {
padding-bottom: 100px;
}
.banner-long.long5:after {
display: none;
}
.banner-long.long5 .landing-img {
animation: none;
}
.banner-long.long5 .img-wrapper {
position: absolute;
width: 45vw;
height: auto;
top: -20px;
z-index: 20;
right: -100px;
animation: none;
}
.banner-long.long5 .img-wrapper:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
z-index: 20;
right: 0;
bottom: 0;
transition-duration: 300ms;
}
.banner-long.long5 .img-wrapper:hover:after {
background: rgba(55, 159, 193, 0.5);
}
.banner-long.long5 .img-wrapper .play {
z-index: 60;
}
.banner-long.long5 .img-wrapper .animated-img {
position: relative;
animation: none;
}
.banner-long.short2 {
min-height: 70vh;
}
footer {
background: #379fc1;
padding: 60px 10px 40px 10px;
}
footer .width-90 {
max-width: 1100px;
}
footer .logo-sec {
text-align: center;
}
footer .logo-sec img {
max-width: 100px;
margin-bottom: 20px;
}
footer .logo-sec h5 {
color: #fff;
font-size: 14px;
}
footer h5 {
font-size: 17px;
margin-bottom: 15px;
}
footer p {
margin-bottom: 10px;
width: 95%;
font-size: 13px;
}
footer a {
color: #404040;
}
footer a:hover {
color: #f28b30;
}
.copyright {
background: #000;
width: 100%;
padding: 10px;
}
.copyright .width-90 {
max-width: 1200px;
}
.copyright .menu {
list-style: none;
display: flex;
align-items: center;
flex-wrap: wrap;
position: relative;
padding: 18px 0px;
margin-bottom: 0px;
}
.copyright .menu li {
position: relative;
padding: 0px 40px 5px 0px;
}
.copyright .menu li a {
color: #fff;
transition-duration: 300ms;
font-size: 14px;
}
.copyright .menu li a:hover {
color: #f28b30;
}
.copyright .menu li:after {
position: absolute;
content: "";
width: 1px;
height: 60%;
top: 20%;
right: 20px;
background: #fff;
}
.copyright .menu li:last-child:after {
display: none;
}
.copyright p {
margin-bottom: 0px;
color: #fff;
font-size: 14px;
}
.social {
list-style: none;
display: flex;
position: relative;
margin-bottom: 0px;
margin: 0px;
padding-left: 0px;
flex-wrap: wrap;
}
.social li {
color: #042d45;
font-size: 12px;
display: flex;
align-items: center;
}
.social li a {
color: #042d45;
font-size: 22px;
padding-right: 25px;
transition-duration: 300ms;
}
.social li a:hover {
color: #f28b30;
}
.subscription-form {
display: flex;
position: relative;
border-radius: 5px;
margin-bottom: 20px;
width: 98%;
margin: auto;
}
.subscription-form input {
border-radius: 0px;
width: 50%;
font-size: 12px;
padding: 5px 20px;
border: none;
position: relative;
}
.subscription-form:nth-child(1):after {
position: absolute;
content: "";
width: 1px;
height: 15px;
left: 49%;
top: 7px;
bottom: 0;
background: rgba(64, 64, 64, 0.3);
}
.subscription-form button {
margin-top: 20px;
border-radius: 30px;
font-size: 12px;
padding: 5px 40px;
transition-duration: 300ms;
border: none;
}
.subscription-form button:hover {
background: #042d45;
color: #fff;
}
@keyframes zoomOut {
0% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 0.5;
}
100% {
opacity: 0;
}
}
.play {
position: absolute;
z-index: 10;
color: #fff;
font-size: 1.2em;
padding: 15px;
border-radius: 50%;
width: 50px;
height: 50px;
background: #042d45;
text-align: center;
line-height: 1em;
animation-delay: 0.5s;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
cursor: pointer;
}
.play:after {
content: "";
position: absolute;
width: 60px;
height: 60px;
border: 1px solid white;
left: -10%;
top: -10%;
border-radius: 50%;
animation: zoomOut 3s linear infinite 0s;
animation-duration: 3s;
animation-delay: 0.5s;
}
.play:before {
content: "";
position: absolute;
width: 80px;
height: 80px;
border: 1px solid white;
left: -30%;
top: -30%;
border-radius: 50%;
animation: zoomOut 3s linear infinite 0s;
animation-duration: 3s;
}
.modal.video iframe {
height: 400px;
}
.modal .close {
cursor: pointer;
}
.pagination {
margin: 20px 0px;
align-items: center;
flex-wrap: wrap;
}
.pagination .page-numbers {
padding: 5px 10px;
margin: 5px;
color: #042d45;
font-size: 15px;
}
.pagination .page-numbers:hover {
background: #042d45;
color: #fff;
}
.pagination .page-numbers.current {
background: #f28b30;
color: #fff;
}
.img-black {
filter: grayscale(95%);
transition-duration: 500ms;
}
.img-black:hover {
filter: grayscale(0%);
} .mega-sub-menu {
padding: 50px 20px 70px 20px !important;
width: 102vw;
}
.mega-sub-menu .mega-menu-column ul.mega-sub-menu li.mega-menu-item {
position: relative !important;
border-bottom: 1px solid #fff !important;
}
.mega-sub-menu .mega-menu-column ul.mega-sub-menu li.mega-menu-item:last-child {
border-bottom: none !important;
}
#mega-menu-wrap-menu-1 a {
color: #fff;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
width: 101vw;
left: auto;
right: -40px;
min-height: calc(100vh - 50px);
position: absolute;
top: -15px;
z-index: -1;
}
.backToTop {
display: none;
position: fixed;
bottom: 50px;
right: 50px;
font-size: 1.5em;
z-index: 300;
height: 50px;
width: 50px;
background: rgba(64, 64, 64, 0.3);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.backToTop i {
color: #fff;
transition-duration: 200ms;
}
.backToTop:hover {
background: rgba(64, 64, 64, 0.8);
}
.backToTop:hover i {
color: #f28b30;
transform: translateY(-5px);
}
.sanpop-modal {
background: black;
height: 60%;
}
.sanpop-modal .search-btn {
background: #042d45;
color: #fff;
padding: 10px 60px;
border: none;
}
.sanpop-modal .search-btn:hover {
background: #fab92d;
color: #fff;
}
.sanpop-modal input {
color: #fff !important;
max-width: 700px;
width: 90% !important;
font-size: 16px !important;
padding: 20px;
margin-bottom: 30px !important;
background: rgba(255, 255, 255, 0.05) !important;
}
.the-results {
padding: 50px 0px;
}
.the-results .entry-title {
font-size: 14px;
}
.the-results .card {
height: 100%;
background: rgba(55, 159, 193, 0.1);
}
.the-results .card .card-body {
font-size: 12px;
padding-bottom: 60px;
}
.the-results .card .card-body p {
font-size: 12px;
}
.the-results .card .card-body .btn {
background: #032c45;
color: #fff;
border-radius: 10px;
font-size: 13px;
padding: 7px 70px;
text-transform: uppercase;
font-weight: 600;
position: absolute;
bottom: 20px;
}
.the-results .card .card-body .btn:hover {
background: #f28b30;
}
.the-results .card .img-wrapper {
height: 300px;
position: relative;
overflow: hidden;
}
.the-results .card .img-wrapper img {
width: 100%;
max-width: 100%;
transition-duration: 300ms;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.the-results .card:hover .img-wrapper:after {
background: rgba(0, 0, 0, 0.1);
}
.the-results .card:hover img {
transform: scale(1.3) rotate(2deg);
opacity: 0.95;
}
.navigation.posts-navigation {
width: 90%;
margin: 30px auto !important;
}
.navigation.posts-navigation a {
background: #032c45;
color: #fff;
border-radius: 10px;
font-size: 13px;
padding: 7px 70px;
text-transform: uppercase;
}
.navigation.posts-navigation a:hover {
background: #f28b30;
} .home .landing-banner .landing-banner-slider .owl-nav {
display: none;
}
.home .landing-banner .landing-banner-slider .slider-item {
position: relative;
}
.home .landing-banner .landing-banner-slider .slider-item:before {
content: "";
position: absolute;
background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.01));
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 2;
}
.home .landing-banner .landing-banner-slider .slider-item .landing-banner-content {
position: absolute;
top: 60%;
left: 100px;
max-width: 580px;
transform: translateY(-60%);
z-index: 10;
}
.home .landing-banner .landing-banner-slider .slider-item .landing-banner-content h1 {
font-size: 27px;
font-weight: 600;
transform: translateX(60px);
transition-duration: 1200ms;
opacity: 0;
color: #fff;
line-height: 1.3;
}
.home .landing-banner .landing-banner-slider .slider-item .landing-banner-content  .author {
color: #f28b30;
font-style: italic;
}
.home .landing-banner .landing-banner-slider .slider-item .landing-banner-content  .description {
color: #fff;
}
.home .landing-banner .landing-banner-slider .slider-item .landing-banner-content .slide-cat {
font-size: 14px;
font-weight: 700;
color: #fff;
}
.home .landing-banner .landing-banner-slider .slider-item .landing-banner-content .btn {
position: relative;
border: 1px solid #fff;
color: #fff;
padding: 7px 40px;
background: #f28b30;
font-weight: 600;
opacity: 0;
transform: translateX(60px);
transition-duration: 200ms;
}
.home .landing-banner .landing-banner-slider .slider-item .landing-banner-content .btn i {
padding-left: 10px;
transition-duration: 300ms;
}
.home .landing-banner .landing-banner-slider .slider-item .landing-banner-content .btn:hover {
background: #042d45;
}
.home .landing-banner .landing-banner-slider .slider-item .landing-banner-content .btn:hover i {
transform: translateX(10px);
}
.home .landing-banner .landing-banner-slider .slider-item .landing-banner-content .arrow {
margin-top: 10px;
position: relative;
width: 1px;
left: -50px;
font-size: 14px;
z-index: 9;
transition-duration: 2000ms;
transition-delay: 2500ms;
visibility: hidden;
opacity: 0;
}
.home .landing-banner .landing-banner-slider .slider-item .landing-banner-content .arrow:hover {
opacity: 0.8;
}
.home .landing-banner .landing-banner-slider .owl-item img.main-img {
display: block;
width: 100%;
height: calc(85vh - 50px);
-o-object-fit: cover;
object-fit: cover;
}
.home .landing-banner .landing-banner-slider .owl-item.active img {
animation: scale 80s linear infinite;
}
.home .landing-banner .landing-banner-slider .owl-item.active .landing-banner-content h1 {
transform: translateY(0px);
opacity: 1;
}
.home .landing-banner .landing-banner-slider .owl-item.active .landing-banner-content .arrow {
visibility: visible;
opacity: 1;
left: 15px;
width: 80px;
}
.home .landing-banner .landing-banner-slider .owl-item.active .landing-banner-content .btn {
transform: translateY(0px);
opacity: 1;
visibility: visible;
}
.home .landing-banner .landing-banner-slider .owl-nav {
position: absolute;
bottom: 2%;
right: 5%;
}
.home .landing-banner .landing-banner-slider .owl-nav .owl-prev,
.home .landing-banner .landing-banner-slider .owl-nav .owl-next {
background: #032c45;
color: #fff;
font-size: 20px;
border-radius: 0px;
margin: 0px 10px;
padding: 20px 20px 15px 20px !important;
}
.home .landing-banner .landing-banner-slider .owl-nav .owl-prev i,
.home .landing-banner .landing-banner-slider .owl-nav .owl-next i {
margin: 0px;
padding: 0px;
}
.home .landing-banner .landing-navigation {
margin-top: -150px;
width: 50%;
margin-left: auto;
}
.home .landing-banner .landing-navigation .slider-item {
display: flex;
align-items: flex-end;
}
.home .landing-banner .landing-navigation .slider-item .content {
padding: 10px;
color: #fff;
height: 75px;
width: 400px;
overflow: hidden;
background: #404040;
display: flex;
align-items: center;
transform: translateY(50px);
transition-duration: 1500ms;
}
.home .landing-banner .landing-navigation .slider-item img {
width: 220px;
height: 140px;
-o-object-fit: cover;
object-fit: cover;
transform: translateY(-50px);
transition-duration: 1500ms;
}
.home .landing-banner .landing-navigation .owl-item.active .content {
transform: translateY(0px);
}
.home .landing-banner .landing-navigation .owl-item.active img {
transform: translateY(0px);
}
.home .landing-banner .directional {
margin-top: -164px;
width: 50%;
margin-left: auto;
position: relative;
z-index: 97;
}
.home .landing-banner .directional .btn {
border-radius: 0px;
position: absolute;
background: #032c45;
color: #fff;
padding: 15px 20px;
top: 0px;
font-size: 25px;
border: none;
transition-duration: 300ms;
}
.home .landing-banner .directional .btn:hover {
background: #f28b30;
}
.home .landing-banner .directional .NextBtn {
left: 220px;
}
.home .landing-banner .directional .PreviousBtn {
left: -56px;
}
.home .sec2 {
padding: 200px 0px 50px 0px;
}
.home .sec2 .card {
background: rgba(203, 203, 203, 0.3);
border: none;
padding: 0px;
border: none;
border-radius: 0px;
height: 600px;
position: relative;
overflow: hidden;
}
.home .sec2 .card .img-wrapper {
height: 60%;
position: relative;
overflow: hidden;
}
.home .sec2 .card .img-wrapper img {
width: 100%;
transition-duration: 300ms;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.home .sec2 .card img {
width: 100%;
transition-duration: 300ms;
}
.home .sec2 .card a {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 30;
}
.home .sec2 .card .card-body {
padding: 30px 25px;
color: #032c45;
position: relative;
z-index: 5;
}
.home .sec2 .card .card-body .title {
font-size: 20px;
}
.home .sec2 .card .card-body p {
font-size: 12px;
padding: 10px 0px;
}
.home .sec2 .card.card-2 img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
}
.home .sec2 .card.card-2 .card-body {
position: absolute;
bottom: 0px;
color: #fff;
padding: 30px;
opacity: 1;
background: #032c45;
transition-duration: 300ms;
}
.home .sec2 .card.card-2:hover .card-body {
opacity: 1;
background: #379fc1;
}
.home .sec2 .card:hover img {
transform: scale(1.1);
opacity: 0.95;
}
.home .sec2 .card.with-video {
position: relative;
overflow: hidden;
}
.home .sec2 .card.with-video img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
}
.home .sec2 .card.with-video .page-video {
min-height: 300px;
position: relative;
overflow: hidden;
}
.home .focus {
background: #ceb995;
padding: 60px 0px;
}
.home .focus .card {
position: relative;
background: transparent;
border: none;
height: 100%;
min-height: 320px;
}
.home .focus .card:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 20;
transition-duration: 300ms;
background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.1));
z-index: 10;
}
.home .focus .card h3 {
position: absolute;
z-index: 20;
color: #fff;
font-size: 16px;
font-weight: 600;
bottom: 15%;
left: 20px;
right: 20px;
}
.home .focus .card .bg {
position: absolute;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
transition-duration: 300ms;
}
.home .focus .card .categor {
position: absolute;
top: 15px;
left: 15px;
z-index: 20;
padding: 0px 20px;
background: #f28b30;
color: #fff;
border-radius: 10px;
font-size: 12px;
}
.home .focus .card ul {
list-style: none;
display: flex;
margin: 0px;
padding: 0px;
position: absolute;
top: 15px;
left: 15px;
z-index: 20;
}
.home .focus .card ul li {
background: #f28b30;
font-size: 11px;
color: #fff;
padding: 2px 10px;
border-radius: 5px;
margin: 0px 5px;
white-space: nowrap;
}
.home .focus .card ul li:nth-child(even) {
background: #379fc1;
}
.home .focus .card ul li a {
color: #fff !important;
}
.home .focus .card .link {
position: relative;
top: 90%;
left: 5%;
z-index: 20px;
}
.home .focus .card .link .arrow {
width: 45px;
position: relative;
z-index: 20;
left: 35px;
transition-duration: 300ms;
}
.home .focus .card .link:after {
position: absolute;
content: "";
width: 50px;
height: 50px;
border-radius: 50%;
left: 0px;
background: rgba(3, 44, 69, 0.8);
top: -5px;
z-index: 20;
transition-duration: 300ms;
}
.home .focus .card a {
position: absolute;
width: 100%;
height: 100%;
z-index: 20;
left: 0;
top: 0;
}
.home .focus .card:hover:after {
transform: scale(1.05);
}
.home .focus .card:hover .bg {
transform: scale(1.05);
}
.home .focus .card:hover .link .arrow {
transform: translateX(10px);
}
.home .focus .row .col-md-3:nth-child(odd) .card h3 {
color: #fab92d;
}
.home .focus .row .col-md-3:nth-child(odd) .card .link:after {
background: rgba(250, 185, 45, 0.8);
}
.home .all-news {
padding: 50px 10px 50px 50px;
background: #efefef;
}
.home .all-news .custom-width {
max-width: 1200px;
width: 90%;
margin: auto;
}
.home .all-news .custom-width .col-md-8,
.home .all-news .custom-width .col-md-4 {
margin-bottom: 20px;
}
.home .all-news .card {
position: relative;
border: none;
background: transparent;
border-radius: 0px;
height: 100%;
overflow: hidden;
}
.home .all-news .card .img-wrapper {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.home .all-news .card .img-wrapper img {
transition-duration: 300ms;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.home .all-news .card .card-body {
padding: 20px 0px;
position: absolute;
bottom: 10px;
z-index: 30;
color: #fff;
width: 90%;
left: 0;
right: 0;
margin: auto;
}
.home .all-news .card .card-body .card-title {
font-size: 16px;
font-weight: 500;
color: #fff;
z-index: 20;
}
.home .all-news .card .card-body .card-text {
font-size: 12px;
}
.home .all-news .card .card-body a {
position: absolute;
width: 100%;
height: 100%;
z-index: 50;
top: 0;
left: 0;
}
.home .all-news .card.big-card {
height: 400px;
}
.home .all-news .card.big-card .img-wrapper:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background: linear-gradient(to top, black, rgba(0, 0, 0, 0.1));
z-index: 20;
transition-duration: 300;
}
.home .all-news .card.big-card .card-body {
position: absolute;
bottom: 10px;
z-index: 30;
color: #fff;
width: 90%;
left: 0;
right: 0;
margin: auto;
}
.home .all-news .card.big-card .card-body .card-title {
color: #fff;
}
.home .all-news .card.big-card .card-body .card-text {
padding-bottom: 20px;
}
.home .all-news .card.small-card .img-wrapper:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background: linear-gradient(to top, black, rgba(0, 0, 0, 0.1));
z-index: 20;
transition-duration: 300;
}
.home .all-news .card.small-card .img-wrapper .the-date {
position: absolute;
background: #f28b30;
padding: 3px 15px;
transform: skew(-15deg);
font-size: 14px;
font-weight: 600;
color: #fff;
left: 20px;
bottom: 0;
}
.home .all-news .card.small-card .card-body {
padding-bottom: 10px;
}
.home .all-news .card.small-card .card-body a.link {
position: absolute;
bottom: 0px;
left: 2px;
font-size: 12px;
font-weight: 600;
color: #000;
transition-duration: 200ms;
}
.home .all-news .card.small-card .card-body a.link:hover {
color: #379fc1;
}
.home .all-news .card.small-card.card-1, .home .all-news .card.small-card.card-2 {
height: 195px;
}
.home .all-news .card.small-card.card-1 {
margin-bottom: 5px;
}
.home .all-news .card:hover .img-wrapper:after {
background: rgba(0, 0, 0, 0.1);
}
.home .all-news .card:hover img {
transform: scale(1.1) rotate(2deg);
opacity: 0.95;
}
.states-old {
position: relative;
overflow: hidden;
max-height: 100vh;
}
.states-old .sec-title {
font-size: 30px;
text-align: center;
padding-top: 30px;
font-weight: 700;
position: relative;
z-index: 10;
color: #032c45;
}
.states-old #states svg {
width: 120%;
overflow: visible;
position: relative;
-o-object-fit: cover;
object-fit: cover;
left: -10%;
-o-object-position: center;
object-position: center;
transform: translateY(-43%);
}
.states-old #states svg .st2:hover {
fill: #654594 !important;
cursor: pointer;
}
.states-old .content-area {
position: absolute;
left: 10%;
width: 80%;
bottom: -10px;
pointer-events: none;
}
.states-old .content-area h2 {
font-weight: 700;
margin-bottom: 0px;
}
.states-old .content-area .col {
display: flex;
align-items: flex-end;
}
.states-old .content-area .col .card {
position: relative;
width: 100%;
}
.states-old .content-area .col .card:after {
content: "";
position: absolute;
right: 0px;
top: 0px;
width: 1px;
height: 100%;
background: rgba(64, 64, 64, 0.3);
}
.states-old .content-area .col .card a {
color: #379fc1;
}
.states-old .content-area .col .card p {
margin-bottom: 10px;
}
.states-old .content-area .col:nth-child(even) {
color: #379fc1;
}
.states-old .content-area .col:nth-child(even) a {
color: #379fc1;
}
.states-old .content-area .col:last-child .card:after {
display: none;
}
.states-old .content-area .col-md-3 {
color: #032c45;
}
.states-old .content-area .col-md-3 p {
font-size: 12px;
}
.states-old .content-area .card {
text-align: center;
padding: 0px 0px;
border-radius: 0px;
background: transparent;
border: none;
}
.states-old .content-area .card h1 {
font-weight: 700;
margin-bottom: 0px;
margin-top: 10px;
}
.states .svg-container {
padding: 60px 5px;
}
.states .title {
font-size: 30px;
padding-top: 30px;
padding-bottom: 30px;
font-weight: 700;
position: relative;
z-index: 10;
color: #f28b30;
}
.states .row-map {
overflow: hidden;
position: relative;
}
.states .row-map:after {
position: absolute;
content: "";
width: 50%;
height: 100%;
right: 0;
background: #5b5e71;
top: 0;
}
.states .row-map:before {
position: absolute;
content: "";
width: 50%;
height: 120%;
right: 60px;
background: #5b5e71;
top: 0%;
transform: rotate(10deg);
}
.states .row-map .lines {
position: absolute;
z-index: 20;
width: 100%;
right: 0;
top: -110px;
}
.states .row-map .lines2 {
position: absolute;
z-index: 20;
width: 100%;
right: 0;
bottom: -110px;
}
.states .reach-influence-content {
position: relative;
z-index: 20;
color: #fff;
}
.states .reach-influence-content a {
color: rgba(255, 255, 255, 0.7);
font-size: 10px;
transition-duration: 300ms;
}
.states .reach-influence-content a:hover {
color: #f28b30;
}
.states .reach-influence-content .sub-title {
font-size: 18px;
color: rgba(255, 255, 255, 0.7);
}
.states .reach-influence-content .sub-title span {
font-size: 26px;
color: #f28b30;
}
.states .reach-influence-content .reach-statistics .card {
text-align: center;
background: transparent;
border: 1px solid rgba(242, 139, 48, 0.4);
}
.states .reach-influence-content .reach-statistics .card .key {
color: #f28b30;
font-size: 14px;
} .contact {
font-size: 14px;
background: rgba(238, 238, 238, 0.5);
}
.contact .content {
padding: 30px;
position: relative;
transform: translateY(-50px);
z-index: 10;
}
.contact .content:after {
content: "";
position: absolute;
width: 75%;
height: 100%;
top: 0;
left: 25%;
background: linear-gradient(to bottom, white 10%, rgba(255, 255, 255, 0.5) 65%);
box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.05);
}
.contact .content .sec-title {
position: relative;
font-size: 30px;
margin-bottom: 20px;
padding-bottom: 15px;
font-size: 25px;
margin-bottom: 20px;
padding-bottom: 15px;
}
.contact .content .sec-title:after {
position: absolute;
content: "";
width: 100px;
height: 1px;
background: #404040;
left: 0;
bottom: 0;
}
.contact .content .sec-title:before {
position: absolute;
content: "";
width: 20px;
height: 5px;
background: #404040;
left: 0;
bottom: -2px;
}
.contact .forms {
position: relative;
z-index: 20;
padding-left: 15px;
}
.contact .page-bg {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
opacity: 0.2;
z-index: -1;
}
.contact .form-check {
padding: 5px 10px 0px 30px;
color: #495057;
}
.contact .form-check input {
margin-top: 7px;
}
.contact .form-check label {
opacity: 1;
font-size: 12px;
}
.contact form {
margin-top: 30px;
}
.contact form .form-row {
padding-bottom: 30px;
}
.contact form .form-control {
background: transparent;
}
.contact form .select,
.contact form .wpcf7-radio {
border: none;
}
.contact form .select .wpcf7-list-item,
.contact form .wpcf7-radio .wpcf7-list-item {
margin-left: 0px;
}
.contact form .select .wpcf7-list-item label,
.contact form .wpcf7-radio .wpcf7-list-item label {
font-size: 14px;
opacity: 1;
}
.contact form .submit {
width: 100%;
margin-top: 0px;
}
.contact form .submit .btn {
background: #032c45;
color: #fff;
border-radius: 10px;
padding: 20px 70px;
text-transform: uppercase;
font-weight: 600;
}
.contact form .submit .btn:hover {
background: #f28b30;
}
.contact .card {
position: relative;
border-radius: 0px;
z-index: 20;
padding: 30px 20px;
background-size: cover !important;
background-repeat: no-repeat !important;
color: #fff;
}
.contact .card .card-body {
position: relative;
z-index: 10;
}
.contact .card .card-body h3 {
color: #fff;
font-size: 18px;
font-weight: 700;
position: relative;
}
.contact .card .card-body h3.title {
font-size: 25px;
margin-bottom: 20px;
padding-bottom: 15px;
}
.contact .card .card-body h3.title:after {
position: absolute;
content: "";
width: 100px;
height: 1px;
background: #fff;
left: 0;
bottom: 0;
}
.contact .card .card-body h3.title:before {
position: absolute;
content: "";
width: 20px;
height: 5px;
background: #fff;
left: 0;
bottom: -2px;
}
.contact .card .card-body ul {
list-style: none;
margin-left: 10px;
position: relative;
margin-bottom: 30px;
}
.contact .card .card-body ul a {
color: #fff;
transition-duration: 300ms;
}
.contact .card .card-body ul a:hover {
color: #f28b30;
}
.contact .card .card-body ul:after {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 25px;
color: #f28b30;
top: -5px;
left: -5px;
}
.contact .card .card-body ul.call:after {
content: "\f87b";
}
.contact .card .card-body ul.mail:after {
content: "\f0e0";
}
.contact .card .card-body ul.location:after {
content: "\f5a0";
}
.contact .card:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(3, 44, 69, 0.8);
} .opportunities .links {
position: relative;
width: 100%;
margin: -80px auto 0px auto;
text-align: center;
z-index: 10;
border-bottom: none;
justify-content: center;
}
.opportunities .links .nav-item {
width: 300px;
height: 120px;
margin: 0px -15px;
color: #042d45;
border-radius: 0px;
overflow: hidden;
background: transparent;
border: none;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 50;
transition-duration: 300ms;
display: flex;
align-items: center;
}
.opportunities .links .nav-item .nav-link {
position: relative;
z-index: 60;
font-weight: 600;
color: #fff;
font-size: 16px;
width: 100%;
padding-top: 16px;
}
.opportunities .links .nav-item .nav-link.active {
background: transparent;
border: none;
}
.opportunities .links .nav-item .nav-link:hover {
border: none;
}
.opportunities .links .nav-item:after {
position: absolute;
content: "";
width: 600px;
height: 240px;
left: -50%;
top: -50%;
background: #379fc1;
transform: skew(40deg, -75deg);
z-index: 10;
transition-duration: 300ms;
}
.opportunities .links .nav-item:hover {
cursor: pointer;
}
.opportunities .links .nav-item:hover:after {
background: #404040 !important;
opacity: 1 !important;
}
.opportunities .links .nav-item:hover .nav-link {
color: #fff !important;
}
.opportunities .links .nav-item:nth-child(2):after {
background: #ddd1b0;
opacity: 1;
}
.opportunities .links .nav-item:nth-child(2) a {
color: #032c45;
}
.opportunities .links .nav-item:nth-child(3):after {
background: #8dc7ab;
}
.opportunities .links .nav-item:nth-child(4):after {
background: #f28b30;
}
.opportunities .join {
padding: 100px 0px 80px 0px;
transform: translateY(-40px);
}
.opportunities .join.join0 {
background: #379fc1;
}
.opportunities .join.join0 p {
color: #fff;
}
.opportunities .join.join1 {
background: #ddd1b0;
}
.opportunities .join.join2 {
background: #8dc7ab;
}
.opportunities .jobs {
padding: 30px 0px 50px 0px;
}
.opportunities .jobs a {
color: #000;
}
.opportunities .jobs .card {
padding: 10px;
height: 100%;
border-radius: 10px;
transition: 0.2s ease-in;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
}
.opportunities .jobs .card .job-items {
line-height: 1;
padding: 20px 0px;
}
.opportunities .jobs .card button {
padding: 10px 80px;
background: #042d45;
border: 1px solid #042d45;
color: #fff;
font-size: 16px;
border-radius: 30px;
}
.opportunities .jobs .card button:hover {
background: transparent;
color: #000;
}
.opportunities .jobs .card .content {
position: relative;
padding: 20px 30px;
margin: auto;
font-weight: 400;
color: #032c45;
}
.opportunities .jobs .card .content h3 {
font-size: 20px;
font-weight: 700;
}
.opportunities .jobs .card .content i {
color: #404040;
font-size: 18px;
}
.opportunities .jobs .card .content p {
font-size: 14px;
}
.opportunities .jobs .card .content:after {
position: absolute;
content: "";
right: -5%;
top: 10%;
width: 1px;
height: 80%;
background: #b1b1b1;
}
.opportunities .no-job .fa-exclamation-triangle {
font-size: 6em;
color: red;
margin-bottom: 40px;
}
.opportunities .no-job .card {
padding: 20px;
background: #cbcbcb;
border: none;
}
.opportunities .no-job .card button {
margin: 30px auto 0px;
}
.opportunities .no-job .card input {
padding: 12px 20px;
font-size: 16px;
}
.opportunities .no-job .card .subscription-form:nth-child(1):after {
height: 35px;
}
.opportunities .details {
padding: 70px 10px;
}
.opportunities .details .card {
position: relative;
background: transparent;
border-radius: 0px;
height: 100%;
overflow: hidden;
border: none;
background: rgba(238, 238, 238, 0.5);
}
.opportunities .details .card .img-wrapper {
width: 100%;
height: 350px;
position: relative;
overflow: hidden;
}
.opportunities .details .card .img-wrapper img {
transition-duration: 300ms;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.opportunities .details .card .card-body {
padding: 20px 0px;
text-align: center;
}
.opportunities .details .card .card-body .card-title {
font-size: 16px;
font-weight: 700;
color: #032c45;
}
.opportunities .details .card .card-body .card-text {
font-size: 14px;
padding: 10px 20px;
}
.opportunities .details .card .card-footer {
background: #032c45;
text-align: center;
border-radius: 0px;
transition-duration: 300ms;
position: relative;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
}
.opportunities .details .card .card-footer a {
height: 100%;
position: absolute;
width: 100%;
color: #fff;
top: 15px;
}
.opportunities .details .card .card-footer:hover {
background: #379fc1;
}
.opportunities .details .card:hover img {
transform: scale(1.1) rotate(2deg);
opacity: 0.95;
}
.opportunities .details .card:hover img {
transform: scale(1.1) rotate(2deg);
opacity: 0.95;
}
.opportunities .details ul.split {
-moz-column-count: 2;
column-count: 2;
-moz-column-gap: 50px;
column-gap: 50px;
}
.opportunities .details ul.split li {
padding-bottom: 20px;
}
.opportunities .details ul.split li:hover a {
padding-left: 20px;
}
.opportunities .details ul.split a {
color: #032c45;
transition-duration: 300ms;
}
.opportunities .details ul.split a:hover {
color: #f28b30;
} .job-single .job-content .nav-tabs .nav-item {
background: #dadbdc;
color: #000;
padding: 20px 40px;
border-radius: 0px;
font-size: 16px;
font-weight: 700;
border: none;
border-right: 5px solid #fff;
}
.job-single .job-content .nav-tabs .nav-item:last-child {
border-right: none;
}
.job-single .job-content .nav-tabs .nav-item.active {
background: #042d45;
color: #fff;
}
.job-single .job-content .tab-content .card {
font-size: 14px;
}
.job-single .job-content .split {
-moz-column-count: 2;
column-count: 2;
-moz-column-gap: 50px;
column-gap: 50px;
}
.job-single .job-content h3 {
color: #379fc1;
position: relative;
font-size: 20px;
font-weight: 700;
padding-bottom: 20px;
margin-bottom: 20px;
margin-top: 50px;
transition-duration: 300ms;
}
.job-single .job-content h3:after {
position: absolute;
content: "";
width: calc(100% - 25px);
height: 1px;
bottom: 0px;
left: 22px;
background: rgba(64, 64, 64, 0.7);
transition-duration: 500ms;
}
.job-single .job-content h3:before {
position: absolute;
content: "";
width: 20px;
height: 7px;
bottom: -3px;
left: 0;
background: #379fc1;
transition-duration: 300ms;
}
.job-single .job-content h3:hover {
opacity: 0.9;
}
.job-single .job-content h3:hover:before {
background: #f28b30;
}
.job-single .job-content h3:hover:after {
width: 50%;
}
.job-single .job-content ul,
.job-single .job-content ol {
padding-left: 20px;
margin-left: 10px;
}
.job-single .job-content ul li,
.job-single .job-content ol li {
padding-bottom: 15px;
font-size: 13px;
opacity: 0.8;
}
.job-single .form {
background: #fff;
padding: 20px 30px;
}
.job-single .form .card {
border: none;
}
.job-single .form .card .btn {
min-width: 50%;
background: #042d45;
color: #fff;
font-size: 20px;
padding: 15px 20px;
margin-top: 20px;
transition-duration: 300ms;
}
.job-single .form .card .btn:hover {
background: transparent;
color: #000;
}
.job-single .form .wpcf7 {
padding: 0px;
}
.job-single .form .card input,
.job-single .form .form .card textarea,
.job-single .form .form .card select {
font-size: 14px;
border: 1px solid #000;
border-radius: 0px;
background: transparent;
margin-bottom: 30px;
}
.job-single .bpadding {
padding-bottom: 25px;
line-height: 13px;
} .knowledge .public-repo {
padding: 60px 10px;
}
.knowledge .public-repo .btn {
border-radius: 30px;
padding: 10px 80px;
border: 1px solid #404040;
margin: 5px 0px;
}
.knowledge .public-repo .btn:hover {
background: #042d45;
color: #fff;
}
.knowledge .public-repo.second {
background: #ddd1b0;
padding: 0px 10px;
}
.knowledge .public-repo.second .content {
padding: 40px 0px;
}
.knowledge .public-repo.second img {
transform: translateY(-80px);
}
.knowledge .links {
padding: 60px 10px;
}
.knowledge .links .card {
position: relative;
background: transparent;
border: none;
border-radius: 0px;
overflow: hidden;
display: flex;
justify-content: end;
height: 200px;
width: 350px;
margin: auto;
transition-duration: 300ms;
overflow: hidden;
}
.knowledge .links .card img {
position: absolute;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
transition-duration: 300ms;
}
.knowledge .links .card a {
position: absolute;
z-index: 50;
width: 100%;
height: 100%;
}
.knowledge .links .card:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(3, 44, 69, 0.5);
transition-duration: 300ms;
}
.knowledge .links .card h4 {
color: #fff;
font-size: 18px;
position: relative;
z-index: 50;
transform: translate(20px, -25px);
transition-duration: 300ms;
}
.knowledge .links .card:hover img {
transform: scale(1.1) rotate(3deg);
opacity: 0.95;
}
.knowledge .links .card:hover:after {
opacity: 0.2;
}
.knowledge .links .card:hover h4 {
transform: translate(20px, -40px);
} .training .facts {
padding: 60px 10px 0px 10px;
}
.training .facts .content .hover-show {
cursor: pointer;
}
.training .facts .content .hover-show p {
font-size: 12px;
opacity: 0.8;
transition-duration: 300ms;
margin-bottom: 0px;
padding-bottom: 10px;
}
.training .facts .content .hover-show h3 {
margin-top: 20px;
margin-bottom: 5px;
transition-duration: 300ms;
color: #032c45;
position: relative;
}
.training .facts .content .hover-show h3:after {
position: absolute;
content: "";
width: 10px;
height: 1px;
left: 0;
bottom: -2px;
background: rgba(64, 64, 64, 0.3);
transition-duration: 500ms;
}
.training .facts .content .hover-show:hover p {
opacity: 1;
color: #379fc1;
}
.training .facts .content .hover-show:hover h3:after {
width: 90%;
height: 2px;
}
.training .academics {
position: relative;
height: 100vh;
width: 100%;
background-position: center !important;
background-size: cover !important;
background-attachment: fixed !important;
display: flex;
align-items: flex-end;
}
.training .academics .card {
background: transparent;
border: none;
padding: 50px 30px 20px 30px;
color: #fff;
height: 100%;
position: relative;
border-radius: 0px;
background: rgba(140, 223, 200, 0.4);
transition-duration: 300ms;
cursor: pointer;
}
.training .academics .card:hover {
background: #8cdfc8;
}
.training .academics .card a {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 20;
}
.training .academics .row .col-sm-4:nth-child(2) .card {
background: rgba(206, 185, 149, 0.4);
}
.training .academics .row .col-sm-4:nth-child(2) .card:hover {
background: #ceb995;
}
.training .academics .row .col-sm-4:nth-child(3) .card {
background: rgba(55, 159, 193, 0.4);
}
.training .academics .row .col-sm-4:nth-child(3) .card:hover {
background: #379fc1;
}
.training .academics-programs {
padding: 0px 10px 50px 10px;
}
.training .academics-programs .right-title {
position: relative;
padding: 50px;
height: 100%;
}
.training .academics-programs .right-title .content {
position: relative;
z-index: 10;
border-bottom-left-radius: 50%;
border-bottom-right-radius: 50%;
padding: 10px 10px 80px 10px;
}
.training .academics-programs .right-title .content p {
font-size: 14px;
}
.training .academics-programs .right-title:after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
background: #8cdfc8;
border-bottom-left-radius: 50%;
border-bottom-right-radius: 50%;
}
.training .academics-programs .left-content {
padding: 50px 30px 20px 30px;
}
.training .academics-programs .left-content ul {
list-style: none;
padding-left: 0px;
margin-left: 0px;
}
.training .academics-programs .left-content ul li {
position: relative;
border-bottom: 1px solid #8cdfc8;
padding: 30px 0px;
}
.training .academics-programs .left-content ul li:last-child {
border: none;
}
.training .academics-programs .left-content ul li a {
color: #032c45;
}
.training .academics-programs .left-content ul li a:hover {
color: #f28b30;
}
.training .registration {
width: 80%;
background: #379fc1;
margin: auto;
padding: 50px;
color: #fff;
margin-bottom: 50px;
}
.training .registration h3 {
color: #fff;
}
.training .registration h2 {
color: #fff;
font-weight: 300;
padding: 20px 0px;
font-size: 30px;
}
.training .registration p {
color: #fff;
font-style: italic;
}
.training .registration .btn {
width: 80%;
display: block;
margin: auto;
border: 1px solid #fff;
color: #fff;
padding: 10px;
border-radius: 20px;
}
.training .registration .btn:hover {
background: #042d45;
border: 1px solid #042d45;
}
.training .graduate-testimony {
padding: 80px 10px 70px 10px;
background: #ceb995;
text-align: center;
}
.training .graduate-testimony .card {
border: none;
background: transparent;
width: 100%;
height: 200px;
overflow: hidden;
margin: 10px;
border-radius: 0px;
cursor: pointer;
}
.training .graduate-testimony .card img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.training .graduate-testimony .card:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.3);
transition-duration: 300ms;
}
.training .graduate-testimony .card:hover:after {
background: rgba(0, 0, 0, 0.03);
}
.training .graduate-testimony .card .play {
right: 5%;
bottom: 5%;
top: auto;
left: auto;
transform: translate(0%, 0%);
}
.training .graduate-testimony .card.card-1 {
height: 360px;
} .research .driven {
padding: 50px 0px;
}
.research .driven h3 {
color: #379fc1;
position: relative;
font-size: 20px;
font-weight: 700;
padding-bottom: 20px;
margin-bottom: 20px;
margin-top: 50px;
transition-duration: 300ms;
}
.research .driven h3:after {
position: absolute;
content: "";
width: calc(100% - 25px);
height: 1px;
bottom: 0px;
left: 22px;
background: rgba(64, 64, 64, 0.7);
transition-duration: 500ms;
}
.research .driven h3:before {
position: absolute;
content: "";
width: 20px;
height: 7px;
bottom: -3px;
left: 0;
background: #379fc1;
transition-duration: 300ms;
}
.research .driven h3:hover {
opacity: 0.9;
}
.research .driven h3:hover:before {
background: #f28b30;
}
.research .driven h3:hover:after {
width: 50%;
}
.research .driven ul,
.research .driven ol {
padding-left: 20px;
margin-left: 10px;
}
.research .driven ul li,
.research .driven ol li {
padding-bottom: 15px;
font-size: 13px;
opacity: 0.8;
}
.research .research-slider .card {
background: rgba(55, 159, 193, 0.4);
padding: 50px;
border: none;
border-radius: 0px;
}
.research .research-slider .card h5 {
position: relative;
font-weight: 400;
font-size: 20px;
transform: translateX(-100px);
transition-delay: 300ms;
transition-duration: 1200ms;
opacity: 0;
}
.research .research-slider .card h5:after {
position: absolute;
content: "";
width: 200px;
height: 1px;
background: rgba(0, 0, 0, 0.5);
top: 50%;
right: 50px;
}
.research .research-slider .card h2 {
color: #000;
margin: 20px 0px 30px 0px;
transition-duration: 1000ms;
transform: translateY(100px);
transition-delay: 400ms;
opacity: 0;
font-size: 25px;
}
.research .research-slider .card .btn {
border-radius: 20px;
padding: 10px 40px;
border: 1px solid rgba(0, 0, 0, 0.5);
color: rgba(0, 0, 0, 0.5);
width: 70%;
}
.research .research-slider .card .btn:hover {
background: #f28b30;
border: 1px solid #f28b30;
color: #fff;
}
.research .research-slider .main-img {
height: 500px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.research .research-slider .owl-item.active .main-img {
transform: translateY(0px);
}
.research .research-slider .owl-item.active .card {
transform: translateX(0px);
opacity: 1;
}
.research .research-slider .owl-item.active .card h5 {
transform: translateX(0px);
opacity: 1;
}
.research .research-slider .owl-item.active .card h2 {
transform: translateY(0px);
opacity: 1;
}
.research .research-slider .owl-nav {
position: absolute;
bottom: 5%;
left: 35%;
}
.research .research-slider .owl-nav .owl-prev,
.research .research-slider .owl-nav .owl-next {
color: #032c45;
font-size: 30px;
border-radius: 0px;
margin: 0px 10px;
padding: 10px 0px 10px 0px !important;
}
.research .research-slider .owl-nav .owl-prev i,
.research .research-slider .owl-nav .owl-next i {
margin: 0px;
padding: 0px;
}
.research .links {
padding: 80px 0px;
}
.research .links .card {
border: none;
border-radius: 0px;
background: #ceb995;
position: relative;
padding: 50px;
margin: 5px;
height: 100%;
overflow: hidden;
}
.research .links .card img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
-o-object-fit: cover;
object-fit: cover;
transition-duration: 300ms;
}
.research .links .card .content {
position: relative;
z-index: 20;
color: #fff;
}
.research .links .card .content h2 {
color: #f28b30;
font-size: 24px;
}
.research .links .card .content .btn {
max-width: 60%;
border: 1px solid #fff;
padding: 10px 40px;
border-radius: 25px;
margin-top: 20px;
text-transform: uppercase;
transition-duration: 300ms;
color: #fff;
}
.research .links .card .content .btn:hover {
background: #f28b30;
color: #fff;
border: 1px solid #f28b30;
}
.research .links .card:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(3, 44, 69, 0.5);
transition-duration: 300ms;
}
.research .links .card:hover img {
transform: scale(1.1) rotate(3deg);
opacity: 0.95;
}
.research .links .card:hover:after {
opacity: 0.2;
}
.research .links .col-md-6:nth-child(2) .card {
background: rgba(55, 159, 193, 0.4);
}
.research .links .col-md-6:nth-child(3) .card {
background: rgba(64, 64, 64, 0.2);
}
.research .links .col-md-6:nth-child(4) .card {
background: #379fc1;
} .communication .sec2 {
padding: 50px 0px 50px 0px;
}
.communication .sec2 .sec-title {
margin-bottom: 40px;
font-weight: 700;
}
.communication .sec2 .card {
background: rgba(203, 203, 203, 0.3);
border: none;
padding: 0px;
border: none;
border-radius: 0px;
height: 600px;
position: relative;
overflow: hidden;
}
.communication .sec2 .card .img-wrapper {
height: 50%;
position: relative;
overflow: hidden;
}
.communication .sec2 .card .img-wrapper img {
width: 100%;
transition-duration: 300ms;
}
.communication .sec2 .card img {
width: 100%;
transition-duration: 300ms;
}
.communication .sec2 .card a {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10;
}
.communication .sec2 .card .card-body {
padding: 50px 30px;
color: #032c45;
position: relative;
z-index: 5;
}
.communication .sec2 .card .card-body p {
font-size: 12px;
padding: 10px 0px;
}
.communication .sec2 .card .play {
right: 5%;
top: 5%;
bottom: auto;
left: auto;
transform: translate(0%, 0%);
}
.communication .sec2 .card.card-2 img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
}
.communication .sec2 .card.card-2 .card-body {
position: absolute;
bottom: 0px;
color: #fff;
}
.communication .sec2 .card:hover img {
transform: scale(1.1);
opacity: 0.95;
}
.communication .conference {
position: relative;
height: 80vh;
width: 100%;
background-position: center !important;
background-size: cover !important;
background-attachment: fixed !important;
display: flex;
align-items: center;
padding: 100px 0px;
}
.communication .conference .card {
width: 300px;
height: 150px;
margin: auto;
color: #042d45;
border-radius: 0px;
overflow: hidden;
background: transparent;
border: none;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 50;
transition-duration: 300ms;
}
.communication .conference .card .card-body {
position: relative;
z-index: 20;
color: #fff;
flex: unset;
}
.communication .conference .card .card-body p {
margin-bottom: 0px;
}
.communication .conference .card a {
position: absolute;
z-index: 60;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.communication .conference .card:after {
position: absolute;
content: "";
width: 600px;
height: 240px;
left: -50%;
top: -50%;
background: #042d45;
transform: skew(40deg, -80deg);
opacity: 0.7;
z-index: 10;
transition-duration: 300ms;
}
.communication .conference .card:hover {
cursor: pointer;
}
.communication .conference .card:hover:after {
background: #404040 !important;
opacity: 1 !important;
}
.communication .conference .card:hover a {
color: #fff !important;
}
.communication .conference .row .col-md-3:nth-child(2) .card:after {
background: #ddd1b0;
opacity: 1;
}
.communication .conference .row .col-md-3:nth-child(2) .card a {
color: #032c45;
}
.communication .conference .row .col-md-3:nth-child(3) .card:after {
background: #8dc7ab;
}
.communication .articles {
padding: 80px 0px;
}
.communication .articles .sec-title {
padding-bottom: 30px;
text-align: center;
color: #032c45;
font-weight: 800;
} .events-page .news-slider {
position: relative;
overflow: hidden;
}
.events-page .news-slider .slider-item {
min-height: calc(100vh - 50px);
position: relative;
display: flex;
align-items: center;
overflow: hidden;
}
.events-page .news-slider img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
animation: scale 60s linear infinite;
}
.events-page .news-slider .page-video {
min-height: calc(80vh - 50px);
position: relative;
display: flex;
align-items: center;
overflow: hidden;
}
.events-page .news-slider .content {
transform: translateY(50px);
max-width: 90%;
width: 90%;
margin: auto;
position: relative;
z-index: 20;
}
.events-page .news-slider .content .card {
background: transparent;
border: none;
color: #fff;
margin: auto;
}
.events-page .news-slider .content .card small {
position: relative;
width: auto;
text-transform: uppercase;
}
.events-page .news-slider .content .card small span {
position: relative;
}
.events-page .news-slider .content .card small span:after {
position: absolute;
content: "";
width: 200px;
height: 1px;
background: rgba(255, 255, 255, 0.5);
top: 50%;
transform: translateX(10px);
}
.events-page .news-slider .content .card h2 {
width: 100%;
max-width: 580px;
font-size: 28px;
padding-bottom: 20px;
}
.events-page .news-slider .content .card p {
font-size: 14px;
}
.events-page .news-slider .content .card a {
padding: 10px 40px;
border-radius: 20px;
border: 1px solid #fff;
color: #fff;
background: transparent;
max-width: 300px;
margin-top: 20px;
}
.events-page .news-slider .content .card a:hover {
background: #f28b30;
border: 1px solid #f28b30;
}
.events-page .all-news {
padding: 50px 10px 50px 10px;
}
.events-page .all-news .custom-width {
max-width: 1200px;
width: 90%;
margin: auto;
}
.events-page .all-news .custom-width .col-md-8,
.events-page .all-news .custom-width .col-md-4 {
margin-bottom: 20px;
}
.events-page .all-news .card {
position: relative;
border: none;
background: transparent;
border-radius: 0px;
height: 100%;
overflow: hidden;
}
.events-page .all-news .card .img-wrapper {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.events-page .all-news .card .img-wrapper img {
transition-duration: 300ms;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.events-page .all-news .card .card-body {
padding: 20px 0px;
}
.events-page .all-news .card .card-body .card-title {
font-size: 16px;
font-weight: 500;
color: #032c45;
}
.events-page .all-news .card .card-body .card-text {
font-size: 12px;
}
.events-page .all-news .card.big-card {
min-height: 400px;
background: #f28b30;
}
.events-page .all-news .card.big-card .img-wrapper {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.events-page .all-news .card.big-card .img-wrapper .the-date {
position: absolute;
background: #f28b30;
padding: 3px 15px;
transform: skew(-15deg);
font-size: 14px;
font-weight: 600;
color: #fff;
top: 20px;
right: 0;
z-index: 99;
}
.events-page .all-news .card.big-card .img-wrapper:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background: linear-gradient(to top, black, rgba(0, 0, 0, 0.1));
z-index: 20;
transition-duration: 300;
}
.events-page .all-news .card.big-card:hover .img-wrapper:after {
background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
}
.events-page .all-news .card.big-card .card-body {
position: absolute;
bottom: 10px;
z-index: 30;
color: #fff;
width: 90%;
left: 0;
right: 0;
margin: auto;
}
.events-page .all-news .card.big-card .card-body .card-title {
color: #fff;
}
.events-page .all-news .card.big-card .card-body .card-text {
padding-bottom: 20px;
}
.events-page .all-news .card.big-card .card-body a {
color: #fff;
font-size: 12px;
}
.events-page .all-news .card.small-card {
height: 100%;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.events-page .all-news .card.small-card .img-wrapper {
height: 200px;
}
.events-page .all-news .card.small-card .img-wrapper .the-date {
position: absolute;
background: #f28b30;
padding: 3px 15px;
transform: skew(-15deg);
font-size: 14px;
font-weight: 600;
color: #fff;
top: 10px;
right: 0;
}
.events-page .all-news .card.small-card .card-body {
padding: 20px 20px 50px 20px;
position: relative;
}
.events-page .all-news .card.small-card .card-body a.link {
position: absolute;
bottom: 18px;
left: 20px;
font-size: 12px;
font-weight: 600;
color: #000;
transition-duration: 200ms;
}
.events-page .all-news .card.small-card .card-body a.link:hover {
color: #379fc1;
}
.events-page .all-news .card:hover img {
transform: scale(1.1) rotate(2deg);
opacity: 0.95;
}
.articles {
padding: 50px 10px 50px 0px;
}
.articles .custom-width {
max-width: 1200px;
width: 90%;
margin: auto;
}
.articles .custom-width .col-md-8,
.articles .custom-width .col-md-4 {
margin-bottom: 20px;
}
.articles .sec-cta {
position: relative;
border: 1px solid #fff;
color: #fff;
padding: 7px 40px;
background: #f28b30;
font-weight: 600;
transform: translateX(60px);
transition-duration: 200ms;
}
.articles .sec-cta i {
padding-left: 10px;
transition-duration: 300ms;
}
.articles .sec-cta:hover {
background: #042d45;
}
.articles .sec-cta:hover i {
transform: translateX(10px);
}
.articles .card {
position: relative;
border: none;
background: transparent;
border-radius: 0px;
height: 100%;
overflow: hidden;
}
.articles .card .img-wrapper {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.articles .card .img-wrapper img {
transition-duration: 300ms;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.articles .card .card-body {
padding: 20px 0px;
}
.articles .card .card-body .card-title {
font-size: 16px;
font-weight: 500;
color: #032c45;
}
.articles .card .card-body .card-text {
font-size: 12px;
}
.articles .card.small-card {
height: 100%;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.articles .card.small-card .img-wrapper {
height: 200px;
}
.articles .card.small-card .img-wrapper .the-date {
position: absolute;
background: #f28b30;
padding: 3px 15px;
transform: skew(-15deg);
font-size: 14px;
font-weight: 600;
color: #fff;
left: 20px;
bottom: 0;
}
.articles .card.small-card .card-body {
padding: 20px 20px 50px 20px;
position: relative;
}
.articles .card.small-card .card-body a.link {
position: absolute;
bottom: 18px;
left: 20px;
font-size: 12px;
font-weight: 600;
color: #000;
transition-duration: 200ms;
}
.articles .card.small-card .card-body a.link:hover {
color: #379fc1;
}
.articles .card:hover img {
transform: scale(1.1) rotate(2deg);
opacity: 0.95;
}
.events {
padding: 50px 10px 50px 0px;
}
.events .custom-width {
max-width: 1200px;
width: 90%;
margin: auto;
}
.events .custom-width .row .img-wrapper img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.events .custom-width .row .img-wrapper .expired {
position: absolute;
z-index: 20;
-o-object-fit: cover;
object-fit: cover;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
}
.events .custom-width .row .col-md-7 {
background: #042d45;
}
.events .custom-width .row .col-md-7 .card-body {
color: #fff;
}
.events .custom-width .row .col-md-7 .card-body .card-title {
margin-bottom: 0px;
}
.events .custom-width .row .col-md-7 .card-body .card-text {
padding-top: 20px;
}
.events .custom-width .row .col-md-7 .card-body .link {
background: transparent;
border: 1px solid #fff;
color: #fff;
padding: 5px 30px;
font-size: 13px;
transition-duration: 300ms;
margin-top: 20px;
border-radius: 5px;
}
.events .custom-width .row .col-md-7 .card-body .link:hover {
background: #379fc1;
border: 1px solid #379fc1;
}
.events .custom-width .row .col-md-7 .card-body .dates {
list-style: none;
display: flex;
margin: 0px;
padding-left: 0px;
}
.events .custom-width .row .col-md-7 .card-body .dates li {
padding: 0px 10px 0px 0px;
font-size: 12px;
}
.events .custom-width .row:nth-child(even) .col-md-7 {
background: #f28b30;
} .about-us .intro {
padding: 80px 10px;
color: #032c45;
}
.about-us .intro .heading {
text-align: right;
}
.about-us .intro .heading h2 {
font-size: 40px;
font-weight: 600;
}
.about-us .intro .content {
font-size: 14px;
width: 90%;
margin: auto;
text-align: justify;
}
.about-us .vision {
padding: 20px 10px 50px 0px;
}
.about-us .vision .card {
background: #032c45;
color: #fff;
border-radius: 0px;
padding: 50px 20px;
text-align: center;
height: 100%;
}
.about-us .vision .card p {
margin-bottom: 0px;
}
.about-us .vision .col-md-6:nth-child(even) .card {
background: #ceb995;
color: #032c45;
}
.about-us .vision .col-md-6:nth-child(even) .card p {
color: #404040;
}
.about-us .corner {
padding: 10px 10px 100px 10px;
}
.about-us .corner .card {
position: relative;
background: transparent;
border: none;
border-radius: 0px;
}
.about-us .corner .card img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
position: relative;
z-index: 20;
}
.about-us .corner .card:after {
position: absolute;
content: "";
width: 93%;
height: 90%;
background: #379fc1;
right: 0px;
transition-duration: 300ms;
bottom: -5%;
}
.about-us .corner .card .card-body {
position: relative;
z-index: 20;
color: #fff;
padding: 60px 30px 20px 30px;
}
.about-us .corner .card .card-body h2 {
font-size: 28px;
}
.about-us .corner .card .card-body h2.slim {
font-weight: 100;
font-size: 20px;
padding-top: 30px;
}
.about-us .corner .card .card-body .btn {
padding: 10px 70px;
background: transparent;
border-radius: 30px;
border: 1px solid #fff;
color: #fff;
}
.about-us .corner .card .card-body .btn:hover {
background: #379fc1;
border: 1px solid #032c45;
}
.about-us .corner .card:hover:after {
bottom: 0;
height: 100%;
background: #032c45;
}
.about-us .fancy-timeline {
display: flex;
background-color: #031625;
position: relative;
}
.about-us .fancy-timeline .sec-title {
position: absolute;
width: 100%;
color: #fff;
top: 50px;
z-index: 50;
text-align: center;
font-size: 2.5em;
}
.about-us .fancy-timeline:hover .tl-item {
width: 23.3333%;
}
.about-us .fancy-timeline .tl-item {
transform: translate3d(0, 0, 0);
position: relative;
width: 25%;
height: 70vh;
min-height: 550px;
color: #fff;
overflow: hidden;
transition: width 0.5s ease;
cursor: pointer;
}
.about-us .fancy-timeline .tl-item:before, .about-us .fancy-timeline .tl-item:after {
transform: translate3d(0, 0, 0);
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.about-us .fancy-timeline .tl-item:after {
background: rgba(3, 22, 37, 0.85);
opacity: 1;
transition: opacity 0.5s ease;
}
.about-us .fancy-timeline .tl-item:before {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 75%);
z-index: 1;
opacity: 0;
transform: translate3d(0, 0, 0) translateY(50%);
transition: opacity 0.5s ease, transform 0.5s ease;
}
.about-us .fancy-timeline .tl-item:hover {
width: 80% !important;
}
.about-us .fancy-timeline .tl-item:hover:after {
opacity: 0;
}
.about-us .fancy-timeline .tl-item:hover:before {
opacity: 1;
transform: translate3d(0, 0, 0) translateY(0);
transition: opacity 1s ease, transform 1s ease 0.25s;
}
.about-us .fancy-timeline .tl-item:hover .tl-content {
opacity: 1;
transform: translateY(0);
transition: all 0.75s ease 0.5s;
}
.about-us .fancy-timeline .tl-item:hover .tl-bg {
filter: grayscale(0);
}
.about-us .fancy-timeline .tl-content {
transform: translate3d(0, 0, 0) translateY(25px);
position: relative;
z-index: 1;
text-align: center;
margin: 0 1.618em;
top: 55%;
padding-top: 50px;
opacity: 0;
}
.about-us .fancy-timeline .tl-year {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
z-index: 1;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.about-us .fancy-timeline .tl-year p {
font-size: 1.728rem;
line-height: 0;
padding-top: 45px;
}
.about-us .fancy-timeline .tl-bg {
transform: translate3d(0, 0, 0);
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-size: cover;
background-position: center center;
transition: filter 0.5s ease;
filter: grayscale(100%);
} .timeline {
white-space: nowrap;
overflow-x: hidden;
background: #e7e5e5;
padding: 40px 0px 20px 0px;
}
.timeline .title {
text-align: center;
color: #032c45;
margin-bottom: 0px;
}
.timeline ol {
font-size: 0;
width: 100vw;
padding: 250px 0;
transition: all 1s;
}
.timeline ol li {
position: relative;
display: inline-block;
list-style-type: none;
width: 160px;
height: 3px;
background: #fff;
}
.timeline ol li:last-child {
width: 280px;
}
.timeline ol li:not(:first-child) {
margin-left: 14px;
}
.timeline ol li:not(:last-child)::after {
content: "";
position: absolute;
top: 50%;
left: calc(100% + 1px);
bottom: 0;
width: 12px;
height: 12px;
transform: translateY(-50%);
border-radius: 50%;
background: #404040;
}
.timeline ol li div {
position: absolute;
left: calc(100% + 7px);
width: 280px;
padding: 15px;
font-size: 10px;
white-space: normal;
color: black;
background: white;
}
.timeline ol li div::before {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 0;
height: 0;
border-style: solid;
}
.timeline ol li:nth-child(even) div {
top: -16px;
transform: translateY(-100%);
}
.timeline ol li:nth-child(even) div::before {
top: 100%;
border-width: 8px 8px 0 0;
border-color: white transparent transparent transparent;
}
.timeline ol li:nth-child(odd) div {
top: calc(100% + 16px);
}
.timeline ol li:nth-child(odd) div::before {
top: -8px;
border-width: 8px 0 0 8px;
border-color: transparent transparent transparent white;
}
.timeline time {
display: block;
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 8px;
}
.timeline .arrows {
display: flex;
justify-content: center;
margin-bottom: 20px;
}
.timeline .arrows .arrow__prev {
margin-right: 20px;
}
.timeline .arrows.disabled {
opacity: 0.5;
}
.timeline .arrows img {
width: 45px;
height: 45px;
}
.timeline .start-point {
height: 150px !important;
width: 150px !important;
border-radius: 50%;
text-align: center;
align-items: center;
display: flex;
justify-content: center;
position: absolute;
transform: translate(-157px, -95px) !important;
background: #ceb995;
}
.timeline .start-point time {
margin-bottom: 0px;
}
.timeline .start-point h3 {
margin-bottom: 0px;
}
.timeline .start-point:before {
display: none;
}
.history {
padding: 70px 0px 50px 0px;
background-position: center !important;
background-size: cover !important;
background: rgba(238, 238, 238, 0.4);
}
.history .sec-title {
font-size: 30px;
font-weight: 700;
color: #fff;
margin-bottom: 30px;
text-align: center;
}
.history .tab-content .card {
background: transparent;
border: none;
position: relative;
z-index: 20;
}
.history .tab-content .card .img-wrapper {
width: 260px;
height: 260px;
border-radius: 50%;
padding: 20px;
overflow: hidden;
background: #eeeeee;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 20;
}
.history .tab-content .card .img-wrapper img {
width: 240px;
height: 240px;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
border-radius: 50%;
}
.history .tab-content .card .card-body {
position: relative;
z-index: 20;
padding: 5% 20px;
max-height: 230px;
}
.history .tab-content .card:after {
content: "";
position: absolute;
width: 90%;
height: 80%;
top: 10%;
left: 10%;
background: #fff;
border-radius: 5px;
z-index: 1;
}
.history .nav-tabs {
justify-content: center;
border: none;
padding: 20px;
}
.history .nav-tabs li a {
width: 60px;
height: 40px;
border-radius: 10px;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
margin: 5px;
position: relative;
color: #000;
font-size: 14px;
font-weight: 600;
background: rgba(140, 223, 200, 0.4);
}
.history .nav-tabs li a.insight {
width: auto;
height: auto;
border-radius: 5px;
padding: 10px 30px;
background: #042d45;
color: #fff;
display: block;
text-align: center;
}
.history .nav-tabs li a.active {
background: #ceb995;
}
.history .nav-tabs li a.active:after {
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 25px;
content: "\f0d8";
color: #ceb995;
top: -21px;
left: 38%;
} .academics-template {
padding: 70px 10px;
}
.academics-template .links {
flex-wrap: wrap;
}
.academics-template .links .nav-link {
padding: 25px 10px;
border-radius: 0px;
background: rgba(203, 203, 203, 0.3);
color: #404040;
margin: 2px;
font-size: 12px;
}
.academics-template .links .nav-link.active {
background: #8cdfc8;
color: #fff;
}
.academics-template .tab-content {
padding: 30px 20px;
}
.academics-template .tab-content ol,
.academics-template .tab-content ul {
margin: 20px 10px 0px 0px;
}
.academics-template .tab-content table {
padding: 10px;
}
.academics-template .tab-content table tr td {
padding: 0.75rem;
border: 1px solid #dee2e6;
vertical-align: middle;
}
.academics-template .tab-content h3 {
color: #379fc1;
position: relative;
font-size: 20px;
font-weight: 700;
padding-bottom: 20px;
margin-bottom: 20px;
margin-top: 50px;
transition-duration: 300ms;
}
.academics-template .tab-content h3:after {
position: absolute;
content: "";
width: calc(100% - 25px);
height: 1px;
bottom: 0px;
left: 22px;
background: rgba(64, 64, 64, 0.7);
transition-duration: 500ms;
}
.academics-template .tab-content h3:before {
position: absolute;
content: "";
width: 20px;
height: 7px;
bottom: -3px;
left: 0;
background: #379fc1;
transition-duration: 300ms;
}
.academics-template .tab-content h3:hover {
opacity: 0.9;
}
.academics-template .tab-content h3:hover:before {
background: #f28b30;
}
.academics-template .tab-content h3:hover:after {
width: 50%;
}
.academics-template .tab-content ul,
.academics-template .tab-content ol {
padding-left: 20px;
margin-left: 10px;
}
.academics-template .tab-content ul li,
.academics-template .tab-content ol li {
padding-bottom: 15px;
font-size: 13px;
opacity: 0.8;
}
.academics-template .tab-content .split {
-moz-column-count: 2;
column-count: 2;
-moz-column-gap: 50px;
column-gap: 50px;
} @media screen and (max-width: 599px) {
.timeline ol,
.timeline ol li {
width: auto;
}
.timeline ol {
padding: 0;
transform: none !important;
}
.timeline ol li {
display: block;
height: auto;
background: transparent;
}
.timeline ol li:first-child {
margin-top: 25px;
}
.timeline ol li:not(:first-child) {
margin-left: auto;
}
.timeline ol li div {
width: 94%;
height: auto !important;
margin: 0 auto 25px;
}
.timeline ol li div {
position: static;
}
.timeline ol li:nth-child(odd) div {
transform: none;
}
.timeline ol li:nth-child(odd) div::before,
.timeline ol li:nth-child(even) div::before {
left: 50%;
top: 100%;
transform: translateX(-50%);
border: none;
border-left: 1px solid white;
height: 25px;
}
.timeline ol li:last-child,
.timeline ol li:nth-last-child(2) div::before,
.timeline ol li:not(:last-child)::after,
.timeline .arrows {
display: none;
}
} .leadership .board {
padding: 20px 10px;
}
.leadership .board .nav-tabs {
margin: 20px 0px 60px 0px;
flex-wrap: wrap;
}
.leadership .board .nav-tabs .nav-item .nav-link {
position: relative;
font-size: 14px;
border-radius: 0px;
margin-right: 2px;
background: rgba(203, 203, 203, 0.5);
padding: 10px 30px;
color: #000;
}
.leadership .board .nav-tabs .nav-item .nav-link.active {
background: #042d45;
color: #fff;
}
.leadership .board .nav-tabs .nav-item .nav-link.active:after {
content: "";
position: absolute;
width: 100%;
height: 4px;
bottom: -3px;
left: 0;
background: #f28b30;
border-radius: 5px;
}
.leadership .board .tab-content .card {
border: none;
}
.leadership .board .tab-content .card .card-body {
padding: 0px;
}
.leadership .board .tab-content .card.big-card {
margin-bottom: 80px;
}
.leadership .board .tab-content .card.big-card .titles {
position: relative;
padding-bottom: 10px;
margin-bottom: 20px;
}
.leadership .board .tab-content .card.big-card .titles p {
max-width: 500px;
margin-bottom: 0px;
}
.leadership .board .tab-content .card.big-card .titles:after {
position: absolute;
content: "";
width: 50%;
height: 1px;
border-radius: 50%;
left: 0px;
background: rgba(64, 64, 64, 0.8);
bottom: 0px;
}
.leadership .board .tab-content .card.big-card .card-body {
padding: 0px 30px 20px 20px;
height: 380px;
overflow: auto;
}
.leadership .board .tab-content .card.big-card .card-body::-webkit-scrollbar {
width: 0.4em;
}
.leadership .board .tab-content .card.big-card .card-body::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px #ced4da;
}
.leadership .board .tab-content .card.big-card .card-body::-webkit-scrollbar-thumb {
background-color: #379fc1;
}
.leadership .board .tab-content .card.big-card .card-text {
font-size: 12px;
text-align: justify;
}
.leadership .board .tab-content .card.big-card .card-text p {
font-size: 14px;
}
.leadership .board .tab-content .card.small-card {
padding-bottom: 40px;
cursor: pointer;
width: 90%;
margin: auto;
text-align: center;
}
.leadership .board .tab-content .card.small-card .img-wrapper {
width: 100%;
width: 100%;
overflow: hidden;
background: #ebe8d7;
}
.leadership .board .tab-content .card.small-card .img-wrapper img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
transition-duration: 500ms;
}
.leadership .board .tab-content .card.small-card .img-wrapper .the-date {
position: absolute;
background: #f28b30;
padding: 3px 15px;
transform: skew(-15deg);
font-size: 14px;
font-weight: 600;
color: #fff;
left: 20px;
bottom: 0;
}
.leadership .board .tab-content .card.small-card .titles {
margin: 20px 0px;
}
.leadership .board .tab-content .card.small-card .titles h3 {
font-size: 16px;
font-weight: 700;
}
.leadership .board .tab-content .card.small-card .titles em {
font-size: 13px;
}
.leadership .board .tab-content .card.small-card:hover img { filter: grayscale(50%);
}
.leadership .board .tab-content ul {
margin-left: 0px;
}
.leadership .modal {
background: rgba(0, 0, 0, 0.8);
}
.leadership .modal .modal-lg {
max-width: 1000px;
}
.leadership .modal .modal-body {
padding: 0px;
}
.leadership .modal .modal-body .img-wrapper {
width: 100%;
height: 100%;
}
.leadership .modal .modal-body .img-wrapper img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.leadership .modal .modal-body .card {
border: none;
padding: 10%;
font-size: 12px;
height: 550px;
overflow: auto;
}
.leadership .modal .modal-body .card::-webkit-scrollbar {
width: 0.6em;
}
.leadership .modal .modal-body .card::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px #ced4da;
}
.leadership .modal .modal-body .card::-webkit-scrollbar-thumb {
background-color: #379fc1;
}
.leadership .modal .modal-body .card p {
font-size: 12px;
}
.leadership .modal .modal-body .card .designation {
position: relative;
padding-bottom: 20px;
margin-bottom: 20px;
font-size: 14px;
}
.leadership .modal .modal-body .card .designation:after {
position: absolute;
content: "";
width: 60%;
height: 1px;
border-radius: 50%;
left: 0px;
background: rgba(64, 64, 64, 0.8);
bottom: 0px;
}
.leadership .modal .close {
position: absolute;
background: #fff;
width: 60px;
height: 60px;
border-radius: 50%;
z-index: 22;
right: -20px;
top: -20px;
display: flex;
align-items: center;
justify-content: center;
opacity: 1;
box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.05);
transition-duration: 300ms;
}
.leadership .modal .close:hover {
box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.5);
opacity: 0.95;
} .ed-corner .ed-videos {
padding: 60px 10px 70px 10px;
text-align: center;
}
.ed-corner .ed-videos .card {
border: none;
background: transparent;
width: 100%;
height: 160px;
overflow: hidden;
margin: 5px;
border-radius: 0px;
cursor: pointer;
}
.ed-corner .ed-videos .card img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.ed-corner .ed-videos .card:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.3);
transition-duration: 300ms;
}
.ed-corner .ed-videos .card:hover:after {
background: rgba(0, 0, 0, 0.03);
}
.ed-corner .ed-videos .card .play {
right: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.ed-corner .ed-videos .card.card-1 {
height: 490px;
}
.ed-corner .featured-ed {
padding-bottom: 50px;
}
.ed-corner .featured-ed .card {
border: none;
border-radius: 0px;
}
.ed-corner .featured-ed .btn {
margin-top: 40px;
border-radius: 20px;
padding: 10px 60px;
border: 2px solid #379fc1;
color: #379fc1;
}
.ed-corner .featured-ed .btn:hover {
background: #379fc1;
color: #fff;
}
.ed-corner .featured-ed .card-title {
font-weight: 600;
}
.ed-corner .featured-ed .card-text {
font-size: 14px;
}
.ed-corner .calender {
background: rgba(238, 238, 238, 0.9333333333);
padding: 60px 0px;
}
.ed-corner .calender .sec-title {
font-weight: 700;
margin-bottom: 30px;
}
.ed-corner .calender ul {
list-style: none;
padding-left: 0px;
margin-left: 0px;
-moz-column-count: 2;
column-count: 2;
-moz-column-gap: 50px;
column-gap: 50px;
}
.ed-corner .calender ul li {
padding-bottom: 20px;
}
.ed-corner .calender ul li .card {
background: #5b5d71;
border-radius: 0px;
color: #fff;
text-align: center;
padding: 20px 10px;
width: 100px;
}
.ed-corner .calender ul li .card h2 {
font-size: 16px;
}
.ed-corner .calender ul li h4 {
font-size: 14px;
}
.ed-corner .calender ul li p {
margin-bottom: 5px;
font-size: 12px;
}
.ed-corner .downloads {
padding: 50px 10px;
background: rgba(238, 238, 238, 0.5);
}
.ed-corner .downloads .sec-title {
font-weight: 700;
margin-bottom: 30px;
}
.ed-corner .downloads .card {
position: relative;
border: 5px solid #fff;
background: transparent;
border-radius: 0px;
height: 100%;
overflow: hidden;
background: #fff;
}
.ed-corner .downloads .card .img-wrapper {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.ed-corner .downloads .card .img-wrapper img {
transition-duration: 300ms;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.ed-corner .downloads .card .card-body {
padding: 40px 20px;
}
.ed-corner .downloads .card .card-body .card-title {
font-size: 16px;
font-weight: 500;
color: #032c45;
}
.ed-corner .downloads .card .card-footer {
background: #379fc1;
text-align: center;
border-radius: 0px;
transition-duration: 300ms;
position: relative;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
}
.ed-corner .downloads .card .card-footer a {
height: 100%;
position: absolute;
width: 100%;
color: #fff;
top: 10px;
}
.ed-corner .downloads .card .card-footer:hover {
background: #032c45;
}
.ed-corner .downloads .card:hover img {
transform: scale(1.1) rotate(2deg);
opacity: 0.95;
}
.ed-corner .downloads ul {
margin: 0px;
padding-left: 0px;
}
.ed-corner .downloads ul li {
display: flex;
justify-content: space-between;
padding: 10px 10px;
border-bottom: 1px solid #eeeeee;
}
.ed-corner .downloads ul li .btn {
background: #379fc1;
color: #fff;
padding: 5px 50px;
border-radius: 20px;
font-size: 14px;
}
.ed-corner .downloads ul li .btn:hover {
background: #f28b30;
}
.ed-corner .downloads ul li small {
font-size: 14px;
font-weight: 600;
} .single-news {
font-size: 14px;
padding-bottom: 50px;
}
.single-news ul,
.single-news ol {
margin-left: 0px;
}
.single-news p {
font-size: 14px;
}
.single-news .news-title {
font-size: 20px;
font-weight: 700;
color: #032c45;
}
.single-news .link {
background: #379fc1;
border: 1px solid #fff;
color: #fff;
padding: 5px 30px;
font-size: 13px;
transition-duration: 300ms;
margin-top: 20px;
border-radius: 5px;
}
.single-news .link:hover {
background: transparent;
color: #000;
border: 1px solid #042d45;
} .dafault-template {
padding: 70px 10px;
text-align: justify;
}
.dafault-template .content .split {
-moz-column-count: 2;
column-count: 2;
-moz-column-gap: 50px;
column-gap: 50px;
}
.dafault-template h3 {
color: #379fc1;
position: relative;
font-size: 20px;
font-weight: 700;
padding-bottom: 20px;
margin-bottom: 20px;
margin-top: 50px;
transition-duration: 300ms;
}
.dafault-template h3:after {
position: absolute;
content: "";
width: calc(100% - 25px);
height: 1px;
bottom: 0px;
left: 22px;
background: rgba(64, 64, 64, 0.7);
transition-duration: 500ms;
}
.dafault-template h3:before {
position: absolute;
content: "";
width: 20px;
height: 7px;
bottom: -3px;
left: 0;
background: #379fc1;
transition-duration: 300ms;
}
.dafault-template h3:hover {
opacity: 0.9;
}
.dafault-template h3:hover:before {
background: #f28b30;
}
.dafault-template h3:hover:after {
width: 50%;
}
.dafault-template ul,
.dafault-template ol {
padding-left: 20px;
margin-left: 10px;
}
.dafault-template ul li,
.dafault-template ol li {
padding-bottom: 15px;
font-size: 13px;
opacity: 0.8;
}
.table-wrapper,
.table-wrap {
width: 100%;
overflow-x: auto;
margin: 20px 0px;
}
.table-wrapper::-webkit-scrollbar,
.table-wrap::-webkit-scrollbar {
height: 0.4em;
}
.table-wrapper::-webkit-scrollbar-track,
.table-wrap::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px #ced4da;
}
.table-wrapper::-webkit-scrollbar-thumb,
.table-wrap::-webkit-scrollbar-thumb {
background-color: #f28b30;
border-radius: 30px;
}
.mm-listitem a {
font-size: 12px;
}
#lightgallery .img-thm {
width: 100%;
height: 250px;
-o-object-fit: cover;
object-fit: cover;
cursor: pointer;
overflow: hidden;
}
#lightgallery .img-thm img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
transition-duration: 400ms;
}
#lightgallery .img-thm:hover img {
transform: scale(1.1) rotate(1deg);
opacity: 0.9;
}
.newsmenu .card {
width: 100%;
background: transparent;
border: none;
overflow: hidden;
position: relative;
}
.newsmenu .card .img-wrapper {
width: 100%;
max-height: 300px;
overflow: hidden;
position: relative;
}
.newsmenu .card .img-wrapper img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
transition-duration: 300ms;
}
.newsmenu .card .img-wrapper .the-date {
position: absolute;
padding: 10px;
background: #f28b30;
color: #fff;
right: 0px;
top: 0;
}
.newsmenu .card .img-wrapper:hover img {
transform: scale(1.1);
opacity: 0.95;
}
.newsmenu .card .card-body {
padding: 20px 0px;
position: relative;
}
.newsmenu .card .card-body .card-title {
font-size: 14px;
font-weight: 600;
line-height: 1.8;
}
.newsmenu .card .card-body .link {
position: absolute;
z-index: 10;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.opportunities.temporary .logos .card {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
background: transparent;
width: 90%;
margin: auto;
}
.opportunities.temporary .logos .card .img-wrapper {
position: relative;
}
.opportunities.temporary .logos .card .img-wrapper img {
-o-object-fit: contain;
object-fit: contain;
}
.opportunities.temporary .logos .card .img-wrapper a {
width: 100%;
height: 100%;
position: absolute;
z-index: 20;
left: 0;
top: 0;
}
.biannual-knowledge {
margin-bottom: 40px;
}
.biannual-knowledge .card {
margin: 30px 0px;
padding: 30px;
}
.biannual-knowledge .card .card-text {
padding: 0px;
}
.biannual-knowledge .card .card-text h1,
.biannual-knowledge .card .card-text h2,
.biannual-knowledge .card .card-text h3 {
font-size: 30px;
margin-bottom: 20px;
position: relative;
}
.biannual-knowledge .card .card-text h1:after,
.biannual-knowledge .card .card-text h2:after,
.biannual-knowledge .card .card-text h3:after {
position: absolute;
content: "";
left: 0;
bottom: -10px;
width: 100px;
height: 2px;
background: #f28b30;
}
.biannual-knowledge .card .card-text h1:before,
.biannual-knowledge .card .card-text h2:before,
.biannual-knowledge .card .card-text h3:before {
position: absolute;
content: "";
left: 0;
bottom: -12px;
width: 30px;
height: 6px;
border-radius: 10px;
background: #f28b30;
}
.biannual-knowledge .card .card-text p {
margin-bottom: 10px;
}
.biannual-knowledge .card .card-footer {
display: flex;
flex-wrap: wrap;
}
.biannual-knowledge .card .card-footer p {
margin: 5px 0px;
}
.biannual-knowledge .card .card-footer .btn {
padding: 7px 60px;
background: #379fc1;
margin-right: 20px;
color: #fff;
}
.biannual-knowledge .card .card-footer .btn:hover {
background: #f28b30;
}
.biannual-knowledge .card:nth-child(even) {
background: rgba(206, 185, 149, 0.3);
}
.sponsors {
padding: 70px 0px;
background: rgba(140, 223, 200, 0.4);
}
.sponsors .title {
padding-bottom: 40px;
text-align: center;
}
.sponsors .card {
width: 100%;
height: 200px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
margin-bottom: 20px;
transition-duration: 300ms;
box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.04);
overflow: hidden;
}
.sponsors .card img {
max-width: 100%;
transition-duration: 300ms;
}
.sponsors .card .link {
position: absolute;
width: 100%;
height: 100%;
z-index: 20;
top: 0;
left: 0;
}
.sponsors .card:hover {
transform: scale(1.05);
box-shadow: 15px 15px 10px 10px rgba(0, 0, 0, 0.05);
}
.sponsors .card:hover img {
transform: scale(1.05);
}
.single-event {
padding: 70px 0px;
}
.single-event .img-wrapper {
position: relative;
border-top-right-radius: 50px;
border-bottom-left-radius: 50px;
overflow: hidden;
}
.single-event .content {
width: 90%;
margin: auto;
}
.single-event .content .title {
font-size: 16px;
font-weight: 700;
border-bottom: 1px solid #000;
padding-bottom: 20px;
margin-bottom: 20px;
}
.single-event .content .link {
background: #379fc1;
border: 1px solid #fff;
color: #fff;
padding: 5px 30px;
font-size: 13px;
transition-duration: 300ms;
margin-top: 20px;
border-radius: 5px;
}
.single-event .content .link:hover {
background: transparent;
border: 1px solid #379fc1;
color: #379fc1;
}
.insights {
padding: 50px 0px;
}
.insights .card {
border: none;
padding: 0px;
border: none;
border-radius: 10px;
position: relative;
overflow: hidden;
box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.09);
}
.insights .card .img-wrapper {
position: relative;
overflow: hidden;
}
.insights .card .img-wrapper img {
width: 100%;
transition-duration: 300ms;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.insights .card img {
width: 100%;
transition-duration: 300ms;
}
.insights .card .card-body {
padding: 20px 10px;
color: #032c45;
position: relative;
z-index: 5;
text-align: center;
transition-duration: 300ms;
}
.insights .card .card-body .title {
font-size: 18px;
transition-duration: 300ms;
}
.insights .card .card-body p {
font-size: 12px;
padding: 10px 0px 0px 0px;
margin-bottom: 0px;
transition-duration: 300ms;
}
.insights .card:hover img {
transform: scale(1.05);
opacity: 0.95;
}
.insights .card:hover .card-body {
background: #042d45;
}
.insights .card:hover .card-body .title {
color: #fff;
}
.insights .card:hover .card-body p {
color: #fff;
}
.insights .card a {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 30;
}
.insight-single {
text-align: center;
}
.insight-single .the-date {
padding: 0px 0px 20px 0px;
text-align: center;
color: #f28b30;
font-size: 20px;
font-weight: 600;
}
.opportunities .details .card .img-wrapper .expired {
position: absolute;
z-index: 20;
-o-object-fit: cover;
object-fit: cover;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0.5;
}
.opportunities .details .card:hover .img-wrapper .expired {
opacity: 1;
}
.opportunity-nav {
margin: 0px 0px 50px 0px;
flex-wrap: wrap;
}
.opportunity-nav .nav-item .nav-link {
position: relative;
font-size: 14px;
border-radius: 0px;
margin-right: 2px;
background: rgba(203, 203, 203, 0.5);
padding: 10px 30px;
color: #000;
font-weight: 600;
}
.opportunity-nav .nav-item .nav-link.active {
background: #042d45;
color: #fff;
}
.opportunity-nav .nav-item .nav-link.active:after {
content: "";
position: absolute;
width: 100%;
height: 4px;
bottom: -3px;
left: 0;
background: #f28b30;
border-radius: 5px;
}
.mec-event-social {
display: none;
}
.read-more {
position: sticky;
top: 8%;
padding: 15px;
background: #f8f9fa;
}
.read-more .sec-title {
font-size: 20px;
padding: 10px 0px 10px 0px;
}
.read-more .row {
margin-bottom: 10px;
padding-bottom: 10px;
line-height: 1.2;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.read-more .row:last-child {
border-bottom: 0;
margin-bottom: 0px;
}
.read-more .img-wrapper {
border: 1px solid rgba(0, 0, 0, 0.2);
position: relative;
padding: 4px;
width: 100%;
height: 80px;
}
.read-more .img-wrapper img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.read-more .the-title {
font-size: 11px;
color: #042d45;
}
.read-more .date {
font-size: 10px;
opacity: 0.6;
margin-bottom: 0px;
}
.wpforms-page-indicator.connector {
margin-bottom: 30px;
}
.wpforms-page-indicator.connector .wpforms-page-indicator-page {
padding-bottom: 15px;
opacity: 0.5;
border: 1px solid rgba(4, 45, 69, 0.2);
}
.wpforms-page-indicator.connector .wpforms-page-indicator-page.active {
opacity: 1;
background: rgba(4, 45, 69, 0.2);
}
.wpforms-page-indicator.circles {
background: rgba(4, 45, 69, 0.05);
}
.wpforms-page-button, .wpforms-submit {
background: #379fc1 !important;
}
.wpforms-page-indicator-page.active .wpforms-page-indicator-page-title {
color: #379fc1;
}
.publication-banner .landing-banner-slider .owl-nav {
display: none;
}
.publication-banner .landing-banner-slider .slider-item {
position: relative;
}
.publication-banner .landing-banner-slider .slider-item:before {
content: "";
position: absolute;
background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.01));
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 2;
}
.publication-banner .landing-banner-slider .slider-item .landing-banner-content {
position: absolute;
top: 60%;
left: 100px;
max-width: 620px;
transform: translateY(-60%);
z-index: 10;
}
.publication-banner .landing-banner-slider .slider-item .landing-banner-content h1 {
font-size: 25px;
font-weight: 600;
transform: translateX(60px);
transition-duration: 1200ms;
opacity: 0;
color: #fff;
line-height: 1.2;
}
.publication-banner .landing-banner-slider .slider-item .landing-banner-content .author {
color: #fff;
font-style: italic;
}
.publication-banner .landing-banner-slider .slider-item .landing-banner-content .slide-cat {
font-size: 20px;
font-weight: 700;
color: #f28b30;
border-bottom: 2px solid #f28b30;
width: -moz-fit-content;
width: fit-content;
margin-bottom: 12px;
}
.publication-banner .landing-banner-slider .slider-item .landing-banner-content .description {
color: #fff;
}
.publication-banner .landing-banner-slider .slider-item .landing-banner-content .datez {
color: #fff;
font-style: italic;
margin-bottom: 10px;
}
.publication-banner .landing-banner-slider .slider-item .landing-banner-content .btn {
position: relative;
border: 1px solid #fff;
color: #fff;
padding: 5px 40px;
background: #f28b30;
font-weight: 600;
opacity: 0;
transform: translateX(60px);
transition-duration: 200ms;
}
.publication-banner .landing-banner-slider .slider-item .landing-banner-content .btn i {
padding-left: 10px;
transition-duration: 300ms;
}
.publication-banner .landing-banner-slider .slider-item .landing-banner-content .btn:hover {
background: #042d45;
}
.publication-banner .landing-banner-slider .slider-item .landing-banner-content .btn:hover i {
transform: translateX(10px);
}
.publication-banner .landing-banner-slider .slider-item .landing-banner-content .arrow {
margin-top: 10px;
position: relative;
width: 1px;
left: -50px;
font-size: 14px;
z-index: 9;
transition-duration: 2000ms;
transition-delay: 2500ms;
visibility: hidden;
opacity: 0;
}
.publication-banner .landing-banner-slider .slider-item .landing-banner-content .arrow:hover {
opacity: 0.8;
}
.publication-banner .landing-banner-slider .owl-item img.main-img {
display: block;
width: 100%;
height: calc(85vh - 50px);
-o-object-fit: cover;
object-fit: cover;
}
.publication-banner .landing-banner-slider .owl-item.active img {
animation: scale 80s linear infinite;
}
.publication-banner .landing-banner-slider .owl-item.active .landing-banner-content h1 {
transform: translateY(0px);
opacity: 1;
}
.publication-banner .landing-banner-slider .owl-item.active .landing-banner-content .arrow {
visibility: visible;
opacity: 1;
left: 15px;
width: 80px;
}
.publication-banner .landing-banner-slider .owl-item.active .landing-banner-content .btn {
transform: translateY(0px);
opacity: 1;
visibility: visible;
}
.publication-banner .landing-banner-slider .owl-nav {
position: absolute;
bottom: 2%;
right: 5%;
}
.publication-banner .landing-banner-slider .owl-nav .owl-prev,
.publication-banner .landing-banner-slider .owl-nav .owl-next {
background: #032c45;
color: #fff;
font-size: 20px;
border-radius: 0px;
margin: 0px 10px;
padding: 20px 20px 15px 20px !important;
}
.publication-banner .landing-banner-slider .owl-nav .owl-prev i,
.publication-banner .landing-banner-slider .owl-nav .owl-next i {
margin: 0px;
padding: 0px;
}
.publication-banner .landing-navigation {
margin-top: -150px;
width: 50%;
margin-left: auto;
}
.publication-banner .landing-navigation .slider-item {
display: flex;
align-items: flex-end;
}
.publication-banner .landing-navigation .slider-item .content {
padding: 10px;
color: #fff;
height: 75px;
width: 400px;
overflow: hidden;
background: #404040;
display: flex;
align-items: center;
transform: translateY(50px);
transition-duration: 1500ms;
}
.publication-banner .landing-navigation .slider-item img {
width: 220px;
height: 140px;
-o-object-fit: cover;
object-fit: cover;
transform: translateY(-50px);
transition-duration: 1500ms;
}
.publication-banner .landing-navigation .owl-item.active .content {
transform: translateY(0px);
}
.publication-banner .landing-navigation .owl-item.active img {
transform: translateY(0px);
}
.publication-banner .directional {
margin-top: unset;
width: 100%;
margin-left: unset;
position: absolute;
z-index: 97;
left: 50%;
top: 42%;
transform: translate(-50%, -50%);
}
.publication-banner .directional .btn {
border-radius: 0px;
position: absolute;
background: #032c45;
color: #fff;
padding: 6px 10px;
top: 0px;
font-size: 20px;
border: none;
transition-duration: 300ms;
}
.publication-banner .directional .btn:hover {
background: #f28b30;
}
.publication-banner .directional .NextBtn {
right: 0px;
}
.publication-banner .directional .PreviousBtn {
left: 0px;
}
.publications {
padding: 50px 10px 100px 0px;
}
.publications .card {
position: relative;
border: none;
background: transparent;
border-radius: 10px;
height: 100%;
overflow: hidden;
height: 100%;
border: none;
box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.04);
}
.publications .card .img-wrapper {
width: 100%;
position: relative;
overflow: hidden;
}
.publications .card .img-wrapper img {
transition-duration: 300ms;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.publications .card .card-body {
padding: 30px 10px 50px 10px;
position: relative;
text-align: center;
}
.publications .card .card-body .meta-data {
position: absolute;
z-index: 20;
left: 48%;
transform: translateX(-50%);
top: -10px;
}
.publications .card .card-body .meta-data ul {
list-style: none;
display: flex;
margin: 0px;
padding: 0px;
}
.publications .card .card-body .meta-data ul li {
position: relative;
background: #f28b30;
font-size: 11px;
color: #fff;
padding: 3px 10px;
border-radius: 5px;
margin: 0px 5px;
white-space: nowrap;
}
.publications .card .card-body .meta-data ul li:nth-child(even) {
background: #379fc1;
}
.publications .card .card-body .meta-data ul li a {
color: #fff !important;
}
.publications .card .card-body .card-title {
font-size: 14px;
font-weight: 700;
color: #032c45;
border-bottom: 1px solid rgba(3, 44, 69, 0.2);
background: rgba(203, 203, 203, 0.2);
padding: 10px;
}
.publications .card .card-body .card-text {
font-size: 12px;
margin-bottom: 10px;
}
.publications .card .card-body p {
margin-bottom: 0px;
}
.publications .card .card-body .author {
padding-top: 5px;
color: #f28b30;
font-style: italic;
font-size: 12px;
}
.publications .card .card-body a.link {
position: absolute;
bottom: 18px;
left: 50%;
transform: translateX(-50%);
font-size: 12px;
font-weight: 600;
color: #000;
transition-duration: 200ms;
}
.publications .card .card-body a.link:hover {
color: #379fc1;
}
.publications .card:hover img {
transform: scale(1.1) rotate(2deg);
opacity: 0.95;
}
.publications .sec-cta {
color: #fff;
} @media only screen and (min-width: 1100px) {
header.header {
display: block;
}
header.mobile-menu,
.aerc-mobile {
display: none;
}
}
@media only screen and (max-width: 1099px) {
header.header {
display: none;
}
header.mobile-menu {
display: block;
position: absolute;
z-index: 999;
width: 90%;
margin: auto;
padding: 10px 0px;
left: 5%;
}
header.mobile-menu .custom-logo {
max-width: 90px;
height: auto;
}
header.mobile-menu .menu-toggle {
background: rgba(4, 45, 69, 0.2);
color: #fff;
border: none;
padding: 8px;
}
header.mobile-menu .menu-toggle .animated-icon {
width: 35px;
height: 20px;
position: relative;
margin: 0px;
transform: rotate(0deg);
transition: 0.5s ease-in-out;
cursor: pointer;
}
header.mobile-menu .menu-toggle .animated-icon span {
background: #f28b30;
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
right: 0;
transform: rotate(0deg);
transition: 0.25s ease-in-out;
}
header.mobile-menu .menu-toggle .animated-icon span:nth-child(2) {
width: 80%;
top: 8px;
}
header.mobile-menu .menu-toggle .animated-icon span:nth-child(3) {
width: 50%;
top: 16px;
}
#masthead.site-header .site-branding img {
width: calc(50% + 2rem);
}
.aerc-mobile {
position: fixed;
opacity: 0;
visibility: hidden;
background: rgba(0, 0, 0, 0.98);
z-index: 99999;
width: 75%;
transition: 1s cubic-bezier(0.77, 0, 0.18, 1) 0.3s;
transform: translateX(-100%);
top: 0;
}
.aerc-mobile.open {
opacity: 1;
visibility: visible;
transform: translateX(0);
}
.site-branding {
display: flex;
align-items: center;
}
.close-menu {
opacity: 0;
transition-duration: 1000ms;
transition-delay: 1.2s;
}
.close-menu.menu-open {
opacity: 1;
}
.close-menu.menu-open,
.sec-nav a,
.aerc-mobile,
.menu-toggle {
display: block;
}
.close-menu.menu-open {
position: fixed;
z-index: 999999;
right: 10%;
top: 3.85rem;
font-size: 25px;
}
.menu-aerc-corp-primary-menu-container ul .menu-item.menu-item-has-children a,
.menu-aerc-corp-primary-menu-container ul li.menu-item a {
padding: 1rem;
}
.menu-aerc-corp-primary-menu-container .menu-item a {
font-weight: 300;
font-size: 1.25rem;
color: #000;
}
#masthead.site-header .site-branding img {
width: calc(66.6666666667% + 1rem);
}
.menu-backdrop {
position: fixed;
right: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 9991;
transition: all 0.7s ease;
background-color: rgba(0, 0, 0, 0.9);
transform: translateX(101%);
opacity: 0;
visibility: hidden;
}
.menu-backdrop.visible {
opacity: 1;
visibility: visible;
transform: translateX(0%);
}
}
@media only screen and (max-width: 767px) {
p {
font-size: 12px;
}
h3 {
font-size: 20px;
}
h1 {
font-size: 35px;
}
h2 {
font-size: 28px;
}
.backToTop {
bottom: 25px;
right: 30px;
height: 35px;
width: 35px;
font-size: 1.1em;
}
.top-menu ul {
margin: 0px;
padding: 0px;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle {
background: #042d45 !important;
}
.header .logo-wrapper {
padding: 5px;
}
.header .logo-wrapper .custom-logo {
max-width: 80px;
}
.landing-navigation,
.directional {
display: none !important;
}
.home .landing-banner .landing-banner-slider .slider-item .landing-banner-content {
left: 7%;
width: 86%;
top: 65%;
}
.home .landing-banner .landing-banner-slider .slider-item .landing-banner-content p {
font-size: 12px;
}
.home .landing-banner .landing-banner-slider .slider-item .landing-banner-content p.slide-cat {
margin-bottom: 10px;
font-size: 12px;
}
.home .landing-banner .landing-banner-slider .slider-item .landing-banner-content h1 {
font-size: 15px;
}
.home .landing-banner .landing-banner-slider .slider-item .landing-banner-content .btn {
font-size: 10px;
padding: 5px 50px;
}
.home .landing-banner .landing-banner-slider .owl-item img.main-img {
height: 50vh;
}
.home .landing-banner .landing-banner-slider .owl-item.active .landing-banner-content .btn:after {
width: 35px;
height: 35px;
}
.home .landing-banner .landing-banner-slider .owl-item.active .landing-banner-content .btn .arrow {
width: 40px;
margin-top: 15px;
}
.home .sec2 {
padding: 20px 0px 50px 0px;
}
.home .sec2 .card .card-body p {
font-size: 11px;
}
.home .sec2 .row .col-md-4:nth-child(3) .card, .home .sec2 .row .col-md-4:nth-child(1) .card {
height: auto;
}
.home .focus {
padding: 40px 0px;
}
.home .focus .width-90 {
margin: auto !important;
}
.home .focus .width-90 .row .col-md-3 {
padding-bottom: 40px;
}
.home .focus .width-90 .row .col-md-3:nth-child(1) {
padding-bottom: 30px;
}
.home .focus .width-90 .row .col-md-3:nth-child(1) .card {
min-height: auto;
}
.home .focus .card {
min-height: 250px;
}
.home .focus .card h1 {
margin: 0px 0px 20px 0px;
}
.home .focus .card h3 {
font-size: 30px;
}
.home .focus .card .link:after {
width: 45px;
height: 45px;
}
.home .focus .card .link .arrow {
width: 30px;
}
.home .states .sec-title {
font-size: 18px;
}
.home .states .content-area h2 {
font-weight: 600;
font-size: 12px;
}
.home .states .content-area .card h1 {
font-size: 10px;
}
.home .states .content-area .card p,
.home .states .content-area .card h6,
.home .states .content-area .card h5,
.home .states .content-area .card h4,
.home .states .content-area .card h2 {
font-size: 6px;
margin-bottom: 2px;
}
.home .all-news {
padding: 30px 0px 30px 0px;
}
.home .all-news .card.big-card {
height: 250px;
}
.home .all-news .card .card-body .card-title {
font-size: 12px;
}
.home .sec2 {
padding: 30px 0px 50px 0px !important;
}
.home .sec2 .col-md-4 {
padding-top: 5px;
padding-bottom: 5px;
}
.banner-long.short2 {
min-height: 45vh;
}
footer {
padding: 50px 0px 40px 0px;
}
footer .logo-sec {
text-align: left;
}
footer .logo-sec h5 {
margin-top: 0px;
font-size: 12px;
}
footer h5 {
margin-top: 20px;
}
.banner-long {
min-height: 50vh;
}
.banner-long .content .card h2 {
font-size: 18px;
}
.banner-long .content .card p {
font-size: 10px;
}
.banner-long.long3.ed .content {
transform: translateY(140px);
}
.banner-long.long3.ed .content .card p {
padding-left: 20px;
font-size: 15px;
}
.banner-long.long3.ed .content .card p:before {
font-size: 20px;
}
.banner-long.long3.ed .animated-img {
position: relative;
bottom: 0px;
right: 50%;
left: 50%;
margin: auto;
max-height: 250px;
transform: translate(-50%, 0px);
animation: none;
}
.banner-long.long3 .content {
transform: translateY(140px);
}
.banner-long.long3 .animated-img {
position: relative;
animation: none;
bottom: 0px;
}
.banner-long.long5 .content {
transform: translateY(140px);
}
.banner-long.long5 .img-wrapper {
position: relative;
width: 250px;
height: 250px;
top: 0;
right: 0;
}
.banner-long.with-title .card small span:after {
width: 80px;
}
.banner-short.news-banner {
min-height: 250px;
}
.banner-short.news-banner .card P {
font-size: 12px;
}
.about-us .intro {
padding: 30px 10px 40px 10px;
}
.about-us .intro .heading h2 {
font-size: 20px;
}
.about-us .intro .content {
width: 100%;
}
.about-us .vision {
padding: 20px 10px 30px 0px;
}
.about-us .corner .card .card-body {
padding: 20px 20px 10px 20px;
}
.about-us .corner .card .card-body h2 {
font-size: 20px;
}
.about-us .corner .card .card-body .btn {
padding: 5px 40px;
font-size: 12px;
}
.about-us .corner .card:after {
width: 100%;
}
.about-us .fancy-timeline .tl-item {
height: 55vh;
min-height: 400px;
}
.about-us .fancy-timeline .tl-item:hover {
width: 120% !important;
}
.about-us .fancy-timeline .sec-title {
font-size: 20px;
}
.about-us .fancy-timeline .tl-year p {
font-size: 10px;
padding-top: 18px;
}
.about-us .fancy-timeline .tl-content {
margin: 3px;
padding-top: 10px;
}
.about-us .fancy-timeline .tl-content p {
font-size: 8px;
padding-top: 10px;
}
.about-us .fancy-timeline .tl-content td {
font-size: 8px;
}
.leadership .board {
padding: 40px 0px 20px 0px;
}
.leadership .board .nav-tabs {
margin: 20px 0px 40px 0px;
display: block;
}
.leadership .board .nav-tabs .nav-item .nav-link {
font-size: 11px;
padding: 5px 20px;
margin-bottom: 4px;
}
.leadership .board .tab-content .card.big-card .card-body {
padding: 20px 10px 20px 10px;
height: auto;
overflow: hidden;
}
.leadership .board .tab-content .card .card-body .card-text p {
font-size: 11px;
}
.leadership .board .tab-content .card.small-card {
padding-bottom: 30px;
text-align: center;
}
.leadership .board .tab-content .card.small-card .titles h3 {
font-size: 14px;
}
.leadership .board .tab-content .card.small-card .titles em {
font-size: 11px;
}
.leadership .board .tab-content ul li {
font-size: 12px;
}
.leadership .board .modal .modal-lg {
width: 90%;
margin: auto;
}
.leadership .board .modal .modal-body .card {
padding: 7%;
height: auto;
overflow-y: hidden;
}
.leadership .board .modal .close {
width: 50px;
height: 50px;
}
.ed-corner .ed-videos {
padding: 0px 0px 20px 0px;
}
.ed-corner .ed-videos .width-80 {
width: 90%;
}
.ed-corner .ed-videos .card {
margin: 5px 0px;
}
.ed-corner .ed-videos .card.card-1 {
height: 220px;
}
.ed-corner .featured-ed.width-80 {
width: 90%;
padding-top: 20px;
}
.ed-corner .featured-ed .card-body {
padding: 20px 0px;
}
.ed-corner .featured-ed .card-body .card-title {
font-size: 14px;
}
.ed-corner .featured-ed .card-body .card-text {
font-size: 12px;
}
.ed-corner .featured-ed .card-body .btn {
margin-top: 20px;
padding: 5px 30px;
font-size: 12px;
}
.ed-corner .calender {
padding: 40px 0px;
}
.ed-corner .calender .width-80 {
width: 93%;
}
.ed-corner .calender ul {
-moz-column-count: 1;
column-count: 1;
}
.ed-corner .calender ul li .card {
width: 65px;
padding: 10px 10px;
}
.ed-corner .calender ul li .card h2 {
font-size: 15px;
margin-bottom: 0px;
}
.ed-corner .calender ul li h4 {
font-size: 14px;
margin-bottom: 2px;
}
.ed-corner .calender ul li p {
font-size: 10px;
}
.ed-corner .downloads {
padding: 40px 10px;
}
.ed-corner .downloads .width-80 {
width: 95%;
}
.ed-corner .downloads .width-80 .col-md-4 {
padding-bottom: 20px;
}
.ed-corner .downloads .sec-title {
margin-bottom: 20px;
font-size: 20px;
}
.ed-corner .downloads .card .card-body {
padding: 30px 10px;
}
.ed-corner .downloads .card .card-body .card-title {
font-size: 14px;
}
.ed-corner .downloads .card .card-footer {
height: 40px;
}
.ed-corner .downloads .card .card-footer a {
top: 6px;
font-size: 12px;
}
.articles {
padding: 50px 0px 50px 0px;
}
.articles .card.small-card .img-wrapper {
height: 200px;
}
.annual-reports .history .width-90 {
width: 100%;
}
.annual-reports .history .nav-tabs {
margin: 0px;
}
.annual-reports .history .nav-tabs li a {
width: 40px;
height: 40px;
font-size: 10px;
}
.annual-reports .history .nav-tabs li a.active:after {
font-size: 18px;
top: -15px;
}
.training .facts {
padding: 30px 0px 0px 0px;
}
.training .facts .width-70 {
width: 90%;
}
.training .academics-programs {
padding: 0px 0px 20px 0px;
}
.training .academics-programs .width-80 {
width: 100%;
}
.training .academics-programs .right-title {
padding: 20px;
}
.training .academics-programs .right-title .content {
padding: 0px 0px 10px 0px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.training .academics-programs .right-title .content p {
font-size: 12px;
}
.training .academics-programs .right-title:after {
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.training .academics-programs .left-content {
padding: 40px 10px 0px 10px;
}
.training .academics-programs .left-content ul li {
padding: 15px 0px;
}
.training .academics-programs .left-content ul li a {
font-size: 12px;
}
.training .registration {
width: 90%;
padding: 40px 20px;
}
.training .registration h3 {
font-size: 18px;
}
.training .registration h2 {
font-size: 20px;
padding: 10px 0px;
}
.training .registration .btn {
padding: 5px 10px;
font-size: 12px;
margin: 10px 0px;
border-radius: 15px;
}
.training .graduate-testimony {
padding: 50px 10px 40px 10px;
}
.training .graduate-testimony .width-70 {
width: 100%;
}
.training .graduate-testimony h2 {
font-size: 20px;
}
.training .graduate-testimony .card {
margin: 10px 0px;
}
.training .graduate-testimony .card.card-1 {
height: 200px;
}
.academics-template {
padding: 50px 0px;
}
.academics-template .width-90 {
width: 100%;
}
.academics-template .links {
display: block;
}
.academics-template .links .nav-link {
padding: 10px 10px;
font-size: 10px;
width: 100%;
}
.academics-template .tab-content {
padding: 20px 5px;
}
.academics-template .tab-content ol,
.academics-template .tab-content ul {
margin: 20px 10px 0px 0px;
}
.academics-template .tab-content ol li,
.academics-template .tab-content ul li {
font-size: 11px;
}
.academics-template .tab-content td {
font-size: 12px;
}
.academics-template .tab-content p {
font-size: 11px;
}
.communication .sec2 {
padding: 20px 0px 50px 0px;
}
.communication .sec2 .sec-title {
font-size: 25px;
}
.communication .sec2 .card .card-body p {
font-size: 11px;
}
.communication .sec2 .row .col-md-4:nth-child(3) .card, .communication .sec2 .row .col-md-4:nth-child(1) .card {
height: auto;
}
.communication .conference {
min-height: 90vh;
padding: 20px;
}
.communication .conference .col-sm-3 .text-right {
text-align: center !important;
}
.communication .conference .col-sm-3 .text-right h2 {
font-size: 20px;
padding-bottom: 20px;
}
.communication .conference .card {
height: 80px;
margin-bottom: 30px;
width: 250px;
}
.communication .conference .card h4 {
font-size: 16px;
}
.communication .conference .card:after {
width: 540px;
height: 190px;
left: -60%;
top: -80%;
}
.communication .articles .row .col-md-3 {
padding-bottom: 35px;
}
.communication .articles .card .card-body .card-title {
font-size: 14px;
}
.communication .articles .card .card-body .card-text {
font-size: 12px;
}
.research .width-80 {
width: 100%;
}
.research .driven h3 {
margin: 20px 0px 10px 0px;
font-size: 15px;
}
.research .research-slider .main-img {
height: auto;
max-height: 300px;
}
.research .research-slider .card {
padding: 60px 20px 40px 20px;
}
.research .research-slider .card h5 {
font-size: 15px;
}
.research .research-slider .card h5:after {
width: 80px;
right: auto;
transform: translateX(10px);
opacity: 0.3;
}
.research .research-slider .card h2 {
font-size: 20px;
}
.research .research-slider .card .btn {
padding: 7px 25px;
font-size: 12px;
}
.research .research-slider .owl-nav {
top: -5px;
left: 42%;
bottom: auto;
}
.research .research-slider .owl-dots {
display: none;
}
.research .links {
padding: 0px 0px 0px 0px;
width: 100%;
}
.research .links .card {
padding: 30px;
}
.research .links .card h2 {
font-size: 16px;
}
.research .links .card .btn {
font-size: 12px;
padding: 5px 20px;
}
.dafault-template {
padding: 30px 0px;
width: 90%;
text-align: left;
}
.dafault-template h3 {
font-size: 16px;
}
.dafault-template .content {
font-size: 12px;
font-weight: 400;
line-height: 1.5;
}
.dafault-template .content .split {
-moz-column-count: 1;
column-count: 1;
-moz-column-gap: 0px;
column-gap: 0px;
}
.knowledge .public-repo {
padding: 40px 0px;
}
.knowledge .public-repo .width-70 {
width: 100%;
}
.knowledge .public-repo .content {
font-size: 12px;
}
.knowledge .public-repo .content h2 {
font-size: 20px;
}
.knowledge .public-repo .content .btn {
padding: 6px 40px;
font-size: 12px;
}
.knowledge .public-repo.second img {
transform: translateY(0px);
}
.knowledge .links {
padding: 40px 10px;
}
.knowledge .links .card {
width: 100%;
height: 150px;
margin-bottom: 10px;
}
.knowledge .links .card h4 {
font-size: 12px;
}
.events-page .news-slider .page-video {
min-height: 70vh;
}
.events-page .news-slider .content .card h2 {
max-width: 90%;
font-size: 20px;
}
.events-page .news-slider .content .card .btn {
padding: 7px 30px;
font-size: 12px;
}
.events-page .news-slider .content .card small span:after {
width: 80px;
}
.events-page .all-news {
padding: 30px 0px 10px 0px;
}
.events-page .all-news .card.big-card {
min-height: 300px;
}
.single-news {
font-size: 12px;
padding-bottom: 30px;
}
.single-news p {
font-size: 12px;
}
.single-news .news-title {
font-size: 16px;
}
.single-news .col-md-9,
.single-news .container-fluid {
padding: 0px;
}
.single-news .col-md-9 .text-justify,
.single-news .container-fluid .text-justify {
text-align: left !important;
}
.single-news .col-md-9 h1,
.single-news .container-fluid h1 {
font-size: 23px;
}
.single-news .col-md-9 h2,
.single-news .container-fluid h2 {
font-size: 20px;
}
.single-news .col-md-9 h3,
.single-news .container-fluid h3 {
font-size: 16px;
}
.single-news .col-md-9 .pr-4,
.single-news .container-fluid .pr-4 {
padding-right: 0px !important;
}
.single-news .newsbanner {
margin-bottom: 20px !important;
}
.single-news .widget-scroll {
padding: 30px 0px 0px 0px;
}
.banner-short {
min-height: 280px;
}
.banner-short .card {
transform: translateY(40px);
}
.banner-short .card h2 {
font-size: 16px;
}
.contact .content {
padding: 10px;
}
.contact .content .card {
padding: 20px 10px;
}
.contact .content .card .card-body {
padding: 10px;
}
.contact .content .card .card-body h3.title {
font-size: 20px;
}
.contact .content:after {
width: 100%;
left: 0px;
}
.contact .content .forms {
padding-left: 0px;
}
.contact form .form-control {
font-size: 12px;
}
.contact form .submit .btn {
padding: 10px 50px;
font-size: 12px;
}
ul.split {
-moz-column-count: 1 !important;
column-count: 1 !important;
-moz-column-gap: 0px !important;
column-gap: 0px !important;
}
.opportunities .links {
margin: 0px auto;
width: 100%;
display: flex;
flex-wrap: nowrap;
}
.opportunities .links .nav-item {
height: auto;
background: #379fc1;
width: auto;
}
.opportunities .links .nav-item:after {
display: none;
}
.opportunities .links .nav-item:nth-child(2) {
background: #ddd1b0;
}
.opportunities .links .nav-item:nth-child(3) {
background: #8dc7ab;
}
.opportunities .links .nav-item .nav-link {
font-size: 10px;
}
.opportunities .join {
margin: auto;
transform: translateY(0px);
padding: 20px 20px 30px 20px;
}
.opportunities .join .width-80 {
width: 100%;
}
.opportunities .join h2 {
font-size: 20px;
}
.opportunities .jobs {
padding: 20px 20px;
}
.opportunities .jobs .card {
padding-bottom: 20px;
}
.opportunities .jobs .card .content {
padding: 10px 10px 20px 10px;
}
.opportunities .jobs .card .content p {
font-size: 12px;
}
.opportunities .jobs .card .content span.pr-4 {
padding-right: 10px !important;
font-size: 8px;
}
.opportunities .jobs .card .content span.pr-4 i {
font-size: 10px;
}
.opportunities .jobs .card .content h3 {
position: relative;
margin-bottom: 20px;
font-size: 15px;
}
.opportunities .jobs .card .content h3:after {
content: "";
position: absolute;
width: 40%;
left: 0;
bottom: -10px;
height: 3px;
background: #379fc1;
border-radius: 30px;
}
.opportunities .jobs .card .content:after {
display: none;
}
.opportunities .jobs .card .btn {
padding: 5px 50px;
font-size: 12px;
}
.opportunities .details {
padding: 30px 0px;
width: 90%;
margin: auto;
}
.opportunities .details .card .img-wrapper {
height: auto;
min-height: 200px;
}
.opportunities .details .card .card-body .card-title {
font-size: 14px;
}
.opportunities .details .card .card-body .card-text {
font-size: 12px;
}
.opportunities .details .card .card-footer {
height: 40px;
font-size: 12px;
line-height: 10px;
}
.opportunities .details ul.split {
margin-left: 0px;
font-size: 12px;
padding-left: 20px;
}
.news-content {
padding-top: 20px !important;
}
.job-single .job-content .nav-tabs .nav-item {
padding: 10px 20px;
font-size: 12px;
}
.job-single .job-content .tab-content .card ul,
.job-single .job-content .tab-content .card ol {
margin-left: 0px;
}
.job-single .job-content .tab-content .card ul li,
.job-single .job-content .tab-content .card ol li {
font-size: 10px;
padding-bottom: 10px;
}
.job-single .job-content .tab-content .card.p-4 {
padding: 15px !important;
}
.job-single .form {
padding: 5px 5px;
}
.job-single .form .card input {
margin-bottom: 15px;
font-size: 12px;
padding: 10px;
border: 1px solid rgba(0, 0, 0, 0.5);
}
.job-single .form .card .col-md-12.text-center {
text-align: left !important;
}
.job-single .form .card .col-md-12.text-center .btn {
margin-top: 10px;
font-size: 12px;
padding: 10px 30px;
}
.events .custom-width .row .col-md-8 .card-body .link {
font-size: 12px;
margin-top: 10px;
padding: 5px 30px;
}
.states .title {
font-size: 22px;
}
.states .row-map:after {
background: transparent;
display: none;
}
.states .row-map:before {
background: transparent;
display: none;
}
.states .row-map .right-sec {
background: #5b5e71;
margin-left: 0px !important;
padding: 30px 10px;
}
.states .row-map .lines {
top: 0px;
}
.states .row-map .lines2 {
bottom: 0px;
}
.states .reach-influence-content a {
font-size: 10px;
}
.states .reach-influence-content .card-body {
padding: 1.25rem 5px;
}
.states .reach-influence-content .sub-title {
font-size: 14px;
}
.states .reach-influence-content .sub-title span {
font-size: 18px;
}
.states .reach-influence-content h6,
.states .reach-influence-content h4,
.states .reach-influence-content h5 {
line-height: 1.5;
}
.wpforms-page-indicator-page {
display: none !important;
}
.wpforms-page-indicator-page.active {
display: block !important;
}
}
@media only screen and (max-width: 599) {
.timeline ol,
.timeline ol li {
width: auto;
}
.timeline ol {
padding: 0;
transform: none !important;
}
.timeline ol li {
display: block;
height: auto;
background: transparent;
}
.timeline ol li:first-child {
margin-top: 25px;
}
.timeline ol li:not(:first-child) {
margin-left: auto;
}
.timeline ol li div {
width: 94%;
height: auto !important;
margin: 0 auto 25px;
}
.timeline ol li div {
position: static;
}
.timeline ol li:nth-child(odd) div {
transform: none;
}
.timeline ol li:nth-child(odd) div::before,
.timeline ol li:nth-child(even) div::before {
left: 50%;
top: 100%;
transform: translateX(-50%);
border: none;
border-left: 1px solid white;
height: 25px;
}
.timeline ol li:last-child,
.timeline ol li:nth-last-child(2) div::before,
.timeline ol li:not(:last-child)::after,
.timeline .arrows {
display: none;
}
}
@media only screen and (min-width: 525px) {
.home .landing-banner .landing-banner-slider .owl-item .mobile-slide {
display: none;
}
}
@media only screen and (max-width: 525px) {
.home .landing-banner .landing-banner-slider .owl-item .desktop-slide {
display: none;
}
}@font-face{font-family:'themify';src:url(//aercafrica.org/wp-content/plugins/dflip/assets/fonts/themify.eot);src:url(//aercafrica.org/wp-content/plugins/dflip/assets/fonts/themify.eot?#iefix) format('embedded-opentype'),url(//aercafrica.org/wp-content/plugins/dflip/assets/fonts/themify.woff) format('woff'),url(//aercafrica.org/wp-content/plugins/dflip/assets/fonts/themify.ttf) format('truetype'),url(//aercafrica.org/wp-content/plugins/dflip/assets/fonts/themify.svg) format('svg');font-weight:normal;font-style:normal}[class^="ti-"]:before,[class*=" ti-"]:before{font-family:'themify';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-wand:before{content:"\e600"}.ti-volume:before{content:"\e601"}.ti-user:before{content:"\e602"}.ti-unlock:before{content:"\e603"}.ti-unlink:before{content:"\e604"}.ti-trash:before{content:"\e605"}.ti-thought:before{content:"\e606"}.ti-target:before{content:"\e607"}.ti-tag:before{content:"\e608"}.ti-tablet:before{content:"\e609"}.ti-star:before{content:"\e60a"}.ti-spray:before{content:"\e60b"}.ti-signal:before{content:"\e60c"}.ti-shopping-cart:before{content:"\e60d"}.ti-shopping-cart-full:before{content:"\e60e"}.ti-settings:before{content:"\e60f"}.ti-search:before{content:"\e610"}.ti-zoom-in:before{content:"\e611"}.ti-zoom-out:before{content:"\e612"}.ti-cut:before{content:"\e613"}.ti-ruler:before{content:"\e614"}.ti-ruler-pencil:before{content:"\e615"}.ti-ruler-alt:before{content:"\e616"}.ti-bookmark:before{content:"\e617"}.ti-bookmark-alt:before{content:"\e618"}.ti-reload:before{content:"\e619"}.ti-plus:before{content:"\e61a"}.ti-pin:before{content:"\e61b"}.ti-pencil:before{content:"\e61c"}.ti-pencil-alt:before{content:"\e61d"}.ti-paint-roller:before{content:"\e61e"}.ti-paint-bucket:before{content:"\e61f"}.ti-na:before{content:"\e620"}.ti-mobile:before{content:"\e621"}.ti-minus:before{content:"\e622"}.ti-medall:before{content:"\e623"}.ti-medall-alt:before{content:"\e624"}.ti-marker:before{content:"\e625"}.ti-marker-alt:before{content:"\e626"}.ti-arrow-up:before{content:"\e627"}.ti-arrow-right:before{content:"\e628"}.ti-arrow-left:before{content:"\e629"}.ti-arrow-down:before{content:"\e62a"}.ti-lock:before{content:"\e62b"}.ti-location-arrow:before{content:"\e62c"}.ti-link:before{content:"\e62d"}.ti-layout:before{content:"\e62e"}.ti-layers:before{content:"\e62f"}.ti-layers-alt:before{content:"\e630"}.ti-key:before{content:"\e631"}.ti-import:before{content:"\e632"}.ti-image:before{content:"\e633"}.ti-heart:before{content:"\e634"}.ti-heart-broken:before{content:"\e635"}.ti-hand-stop:before{content:"\e636"}.ti-hand-open:before{content:"\e637"}.ti-hand-drag:before{content:"\e638"}.ti-folder:before{content:"\e639"}.ti-flag:before{content:"\e63a"}.ti-flag-alt:before{content:"\e63b"}.ti-flag-alt-2:before{content:"\e63c"}.ti-eye:before{content:"\e63d"}.ti-export:before{content:"\e63e"}.ti-exchange-vertical:before{content:"\e63f"}.ti-desktop:before{content:"\e640"}.ti-cup:before{content:"\e641"}.ti-crown:before{content:"\e642"}.ti-comments:before{content:"\e643"}.ti-comment:before{content:"\e644"}.ti-comment-alt:before{content:"\e645"}.ti-close:before{content:"\e646"}.ti-clip:before{content:"\e647"}.ti-angle-up:before{content:"\e648"}.ti-angle-right:before{content:"\e649"}.ti-angle-left:before{content:"\e64a"}.ti-angle-down:before{content:"\e64b"}.ti-check:before{content:"\e64c"}.ti-check-box:before{content:"\e64d"}.ti-camera:before{content:"\e64e"}.ti-announcement:before{content:"\e64f"}.ti-brush:before{content:"\e650"}.ti-briefcase:before{content:"\e651"}.ti-bolt:before{content:"\e652"}.ti-bolt-alt:before{content:"\e653"}.ti-blackboard:before{content:"\e654"}.ti-bag:before{content:"\e655"}.ti-move:before{content:"\e656"}.ti-arrows-vertical:before{content:"\e657"}.ti-arrows-horizontal:before{content:"\e658"}.ti-fullscreen:before{content:"\e659"}.ti-arrow-top-right:before{content:"\e65a"}.ti-arrow-top-left:before{content:"\e65b"}.ti-arrow-circle-up:before{content:"\e65c"}.ti-arrow-circle-right:before{content:"\e65d"}.ti-arrow-circle-left:before{content:"\e65e"}.ti-arrow-circle-down:before{content:"\e65f"}.ti-angle-double-up:before{content:"\e660"}.ti-angle-double-right:before{content:"\e661"}.ti-angle-double-left:before{content:"\e662"}.ti-angle-double-down:before{content:"\e663"}.ti-zip:before{content:"\e664"}.ti-world:before{content:"\e665"}.ti-wheelchair:before{content:"\e666"}.ti-view-list:before{content:"\e667"}.ti-view-list-alt:before{content:"\e668"}.ti-view-grid:before{content:"\e669"}.ti-uppercase:before{content:"\e66a"}.ti-upload:before{content:"\e66b"}.ti-underline:before{content:"\e66c"}.ti-truck:before{content:"\e66d"}.ti-timer:before{content:"\e66e"}.ti-ticket:before{content:"\e66f"}.ti-thumb-up:before{content:"\e670"}.ti-thumb-down:before{content:"\e671"}.ti-text:before{content:"\e672"}.ti-stats-up:before{content:"\e673"}.ti-stats-down:before{content:"\e674"}.ti-split-v:before{content:"\e675"}.ti-split-h:before{content:"\e676"}.ti-smallcap:before{content:"\e677"}.ti-shine:before{content:"\e678"}.ti-shift-right:before{content:"\e679"}.ti-shift-left:before{content:"\e67a"}.ti-shield:before{content:"\e67b"}.ti-notepad:before{content:"\e67c"}.ti-server:before{content:"\e67d"}.ti-quote-right:before{content:"\e67e"}.ti-quote-left:before{content:"\e67f"}.ti-pulse:before{content:"\e680"}.ti-printer:before{content:"\e681"}.ti-power-off:before{content:"\e682"}.ti-plug:before{content:"\e683"}.ti-pie-chart:before{content:"\e684"}.ti-paragraph:before{content:"\e685"}.ti-panel:before{content:"\e686"}.ti-package:before{content:"\e687"}.ti-music:before{content:"\e688"}.ti-music-alt:before{content:"\e689"}.ti-mouse:before{content:"\e68a"}.ti-mouse-alt:before{content:"\e68b"}.ti-money:before{content:"\e68c"}.ti-microphone:before{content:"\e68d"}.ti-menu:before{content:"\e68e"}.ti-menu-alt:before{content:"\e68f"}.ti-map:before{content:"\e690"}.ti-map-alt:before{content:"\e691"}.ti-loop:before{content:"\e692"}.ti-location-pin:before{content:"\e693"}.ti-list:before{content:"\e694"}.ti-light-bulb:before{content:"\e695"}.ti-Italic:before{content:"\e696"}.ti-info:before{content:"\e697"}.ti-infinite:before{content:"\e698"}.ti-id-badge:before{content:"\e699"}.ti-hummer:before{content:"\e69a"}.ti-home:before{content:"\e69b"}.ti-help:before{content:"\e69c"}.ti-headphone:before{content:"\e69d"}.ti-harddrives:before{content:"\e69e"}.ti-harddrive:before{content:"\e69f"}.ti-gift:before{content:"\e6a0"}.ti-game:before{content:"\e6a1"}.ti-filter:before{content:"\e6a2"}.ti-files:before{content:"\e6a3"}.ti-file:before{content:"\e6a4"}.ti-eraser:before{content:"\e6a5"}.ti-envelope:before{content:"\e6a6"}.ti-download:before{content:"\e6a7"}.ti-direction:before{content:"\e6a8"}.ti-direction-alt:before{content:"\e6a9"}.ti-dashboard:before{content:"\e6aa"}.ti-control-stop:before{content:"\e6ab"}.ti-control-shuffle:before{content:"\e6ac"}.ti-control-play:before{content:"\e6ad"}.ti-control-pause:before{content:"\e6ae"}.ti-control-forward:before{content:"\e6af"}.ti-control-backward:before{content:"\e6b0"}.ti-cloud:before{content:"\e6b1"}.ti-cloud-up:before{content:"\e6b2"}.ti-cloud-down:before{content:"\e6b3"}.ti-clipboard:before{content:"\e6b4"}.ti-car:before{content:"\e6b5"}.ti-calendar:before{content:"\e6b6"}.ti-book:before{content:"\e6b7"}.ti-bell:before{content:"\e6b8"}.ti-basketball:before{content:"\e6b9"}.ti-bar-chart:before{content:"\e6ba"}.ti-bar-chart-alt:before{content:"\e6bb"}.ti-back-right:before{content:"\e6bc"}.ti-back-left:before{content:"\e6bd"}.ti-arrows-corner:before{content:"\e6be"}.ti-archive:before{content:"\e6bf"}.ti-anchor:before{content:"\e6c0"}.ti-align-right:before{content:"\e6c1"}.ti-align-left:before{content:"\e6c2"}.ti-align-justify:before{content:"\e6c3"}.ti-align-center:before{content:"\e6c4"}.ti-alert:before{content:"\e6c5"}.ti-alarm-clock:before{content:"\e6c6"}.ti-agenda:before{content:"\e6c7"}.ti-write:before{content:"\e6c8"}.ti-window:before{content:"\e6c9"}.ti-widgetized:before{content:"\e6ca"}.ti-widget:before{content:"\e6cb"}.ti-widget-alt:before{content:"\e6cc"}.ti-wallet:before{content:"\e6cd"}.ti-video-clapper:before{content:"\e6ce"}.ti-video-camera:before{content:"\e6cf"}.ti-vector:before{content:"\e6d0"}.ti-themify-logo:before{content:"\e6d1"}.ti-themify-favicon:before{content:"\e6d2"}.ti-themify-favicon-alt:before{content:"\e6d3"}.ti-support:before{content:"\e6d4"}.ti-stamp:before{content:"\e6d5"}.ti-split-v-alt:before{content:"\e6d6"}.ti-slice:before{content:"\e6d7"}.ti-shortcode:before{content:"\e6d8"}.ti-shift-right-alt:before{content:"\e6d9"}.ti-shift-left-alt:before{content:"\e6da"}.ti-ruler-alt-2:before{content:"\e6db"}.ti-receipt:before{content:"\e6dc"}.ti-pin2:before{content:"\e6dd"}.ti-pin-alt:before{content:"\e6de"}.ti-pencil-alt2:before{content:"\e6df"}.ti-palette:before{content:"\e6e0"}.ti-more:before{content:"\e6e1"}.ti-more-alt:before{content:"\e6e2"}.ti-microphone-alt:before{content:"\e6e3"}.ti-magnet:before{content:"\e6e4"}.ti-line-double:before{content:"\e6e5"}.ti-line-dotted:before{content:"\e6e6"}.ti-line-dashed:before{content:"\e6e7"}.ti-layout-width-full:before{content:"\e6e8"}.ti-layout-width-default:before{content:"\e6e9"}.ti-layout-width-default-alt:before{content:"\e6ea"}.ti-layout-tab:before{content:"\e6eb"}.ti-layout-tab-window:before{content:"\e6ec"}.ti-layout-tab-v:before{content:"\e6ed"}.ti-layout-tab-min:before{content:"\e6ee"}.ti-layout-slider:before{content:"\e6ef"}.ti-layout-slider-alt:before{content:"\e6f0"}.ti-layout-sidebar-right:before{content:"\e6f1"}.ti-layout-sidebar-none:before{content:"\e6f2"}.ti-layout-sidebar-left:before{content:"\e6f3"}.ti-layout-placeholder:before{content:"\e6f4"}.ti-layout-menu:before{content:"\e6f5"}.ti-layout-menu-v:before{content:"\e6f6"}.ti-layout-menu-separated:before{content:"\e6f7"}.ti-layout-menu-full:before{content:"\e6f8"}.ti-layout-media-right-alt:before{content:"\e6f9"}.ti-layout-media-right:before{content:"\e6fa"}.ti-layout-media-overlay:before{content:"\e6fb"}.ti-layout-media-overlay-alt:before{content:"\e6fc"}.ti-layout-media-overlay-alt-2:before{content:"\e6fd"}.ti-layout-media-left-alt:before{content:"\e6fe"}.ti-layout-media-left:before{content:"\e6ff"}.ti-layout-media-center-alt:before{content:"\e700"}.ti-layout-media-center:before{content:"\e701"}.ti-layout-list-thumb:before{content:"\e702"}.ti-layout-list-thumb-alt:before{content:"\e703"}.ti-layout-list-post:before{content:"\e704"}.ti-layout-list-large-image:before{content:"\e705"}.ti-layout-line-solid:before{content:"\e706"}.ti-layout-grid4:before{content:"\e707"}.ti-layout-grid3:before{content:"\e708"}.ti-layout-grid2:before{content:"\e709"}.ti-layout-grid2-thumb:before{content:"\e70a"}.ti-layout-cta-right:before{content:"\e70b"}.ti-layout-cta-left:before{content:"\e70c"}.ti-layout-cta-center:before{content:"\e70d"}.ti-layout-cta-btn-right:before{content:"\e70e"}.ti-layout-cta-btn-left:before{content:"\e70f"}.ti-layout-column4:before{content:"\e710"}.ti-layout-column3:before{content:"\e711"}.ti-layout-column2:before{content:"\e712"}.ti-layout-accordion-separated:before{content:"\e713"}.ti-layout-accordion-merged:before{content:"\e714"}.ti-layout-accordion-list:before{content:"\e715"}.ti-ink-pen:before{content:"\e716"}.ti-info-alt:before{content:"\e717"}.ti-help-alt:before{content:"\e718"}.ti-headphone-alt:before{content:"\e719"}.ti-hand-point-up:before{content:"\e71a"}.ti-hand-point-right:before{content:"\e71b"}.ti-hand-point-left:before{content:"\e71c"}.ti-hand-point-down:before{content:"\e71d"}.ti-gallery:before{content:"\e71e"}.ti-face-smile:before{content:"\e71f"}.ti-face-sad:before{content:"\e720"}.ti-credit-card:before{content:"\e721"}.ti-control-skip-forward:before{content:"\e722"}.ti-control-skip-backward:before{content:"\e723"}.ti-control-record:before{content:"\e724"}.ti-control-eject:before{content:"\e725"}.ti-comments-smiley:before{content:"\e726"}.ti-brush-alt:before{content:"\e727"}.ti-youtube:before{content:"\e728"}.ti-vimeo:before{content:"\e729"}.ti-twitter:before{content:"\e72a"}.ti-time:before{content:"\e72b"}.ti-tumblr:before{content:"\e72c"}.ti-skype:before{content:"\e72d"}.ti-share:before{content:"\e72e"}.ti-share-alt:before{content:"\e72f"}.ti-rocket:before{content:"\e730"}.ti-pinterest:before{content:"\e731"}.ti-new-window:before{content:"\e732"}.ti-microsoft:before{content:"\e733"}.ti-list-ol:before{content:"\e734"}.ti-linkedin:before{content:"\e735"}.ti-layout-sidebar-2:before{content:"\e736"}.ti-layout-grid4-alt:before{content:"\e737"}.ti-layout-grid3-alt:before{content:"\e738"}.ti-layout-grid2-alt:before{content:"\e739"}.ti-layout-column4-alt:before{content:"\e73a"}.ti-layout-column3-alt:before{content:"\e73b"}.ti-layout-column2-alt:before{content:"\e73c"}.ti-instagram:before{content:"\e73d"}.ti-google:before{content:"\e73e"}.ti-github:before{content:"\e73f"}.ti-flickr:before{content:"\e740"}.ti-facebook:before{content:"\e741"}.ti-dropbox:before{content:"\e742"}.ti-dribbble:before{content:"\e743"}.ti-apple:before{content:"\e744"}.ti-android:before{content:"\e745"}.ti-save:before{content:"\e746"}.ti-save-alt:before{content:"\e747"}.ti-yahoo:before{content:"\e748"}.ti-wordpress:before{content:"\e749"}.ti-vimeo-alt:before{content:"\e74a"}.ti-twitter-alt:before{content:"\e74b"}.ti-tumblr-alt:before{content:"\e74c"}.ti-trello:before{content:"\e74d"}.ti-stack-overflow:before{content:"\e74e"}.ti-soundcloud:before{content:"\e74f"}.ti-sharethis:before{content:"\e750"}.ti-sharethis-alt:before{content:"\e751"}.ti-reddit:before{content:"\e752"}.ti-pinterest-alt:before{content:"\e753"}.ti-microsoft-alt:before{content:"\e754"}.ti-linux:before{content:"\e755"}.ti-jsfiddle:before{content:"\e756"}.ti-joomla:before{content:"\e757"}.ti-html5:before{content:"\e758"}.ti-flickr-alt:before{content:"\e759"}.ti-email:before{content:"\e75a"}.ti-drupal:before{content:"\e75b"}.ti-dropbox-alt:before{content:"\e75c"}.ti-css3:before{content:"\e75d"}.ti-rss:before{content:"\e75e"}.ti-rss-alt:before{content:"\e75f"}.df-abs-center{top:50%;left:50%;position:absolute;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.df-abs-h-center{position:absolute;left:50%;-webkit-transform:translate(-50%);-moz-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}.df-container{min-height:320px;background:no-repeat 50%;background-size:cover;width:100%;position:relative;image-rendering:auto;direction:ltr}.df-container.df-transparent:not(.df-fullscreen){background:transparent !important}.df-container.df-custom-fullscreen.df-fullscreen{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;margin:0 !important;border:0 !important;z-index:999999}.df-container .loading-info{position:absolute;top:100%;margin-top:20px;margin-left:5px;padding:6px 20px;background-color:rgba(0,0,0,0.09);font-style:italic;border-radius:5px;font-size:11px;max-height:30px;color:#fff;max-width:200px;transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);left:50%;opacity:.7;transition:.3s top ease;-webkit-transition:.3s top ease}.loading-info.df-old-browser{color:gray;background-color:white;opacity:.9;text-align:center;max-height:none}.loading-info.df-old-browser a{font-weight:bold;font-style:normal;text-transform:uppercase;color:#2196f3;display:block;text-decoration:underline;margin:10px 0 0}.df-container.df-init .loading-info{top:50%}.df-3dcanvas{position:absolute;z-index:1;right:0}.df-rtl .df-3dcanvas{right:auto;right:initial;left:0}.df-container a{outline:0;text-decoration:none;box-shadow:none}.df-container.df-zoom-enabled canvas.df-3dcanvas,.df-container.df-zoom-enabled .df-book-stage{cursor:move;cursor:-webkit-grab}.df-container:before,.df-container:after{content:" ";transition:.3s .1s opacity;-webkit-transition:.3s .1s opacity;opacity:0;height:50px;width:50px;left:50%;top:50%;font-size:12px;margin:-45px -25px -25px;box-sizing:border-box;position:absolute;pointer-events:none}.df-container.df-loading:before,.df-container.df-loading:after{content:" ";z-index:100;opacity:1}.df-container.df-loading:after{content:" ";background-image:url(//aercafrica.org/wp-content/plugins/dflip/assets/images/loading.gif);background-repeat:no-repeat;background-size:32px;background-position:50%}.df-container.df-loading:before{background-color:white;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;border:1px solid rgba(150,150,150,0.2)}.df-book-stage{position:absolute;overflow:hidden;right:0;bottom:0;z-index:1;top:0;left:0;filter:blur(0);-webkit-filter:blur(0);padding:30px 50px 70px}.df-container.df-xs .df-book-stage{padding-left:20px;padding-right:20px}.df-container.df-sidemenu-open .df-book-stage{padding-left:230px;padding-right:10px}.df-container.df-sidemenu-open>.df-ui-btn.df-ui-prev{left:220px}.df-rtl.df-container.df-sidemenu-open>.df-ui-btn.df-ui-prev{left:0}.df-rtl.df-container.df-sidemenu-open>.df-ui-btn.df-ui-next{right:220px}.df-book-stage.df-zoom-enabled{cursor:move}.df-page-front:before,.df-page-back:before{content:" "}.df-book-page .df-page-front:before{background-image:-webkit-linear-gradient(right,rgba(0,0,0,0.25),rgba(0,0,0,0.2) 10%,rgba(0,0,0,0.15) 25%,rgba(0,0,0,0) 70%);background-image:-moz-linear-gradient(right,rgba(0,0,0,0.25),rgba(0,0,0,0.2) 10%,rgba(0,0,0,0.15) 25%,rgba(0,0,0,0) 70%);background-image:-ms-linear-gradient(right,rgba(0,0,0,0.25),rgba(0,0,0,0.2) 10%,rgba(0,0,0,0.15) 25%,rgba(0,0,0,0) 70%)}.df-book-page .df-page-back:before{background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.25),rgba(0,0,0,0.15) 15%,rgba(255,255,255,0.07),rgba(255,255,255,0.0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.25),rgba(0,0,0,0.15) 15%,rgba(255,255,255,0.07),rgba(255,255,255,0.0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0.25),rgba(0,0,0,0.15) 15%,rgba(255,255,255,0.07),rgba(255,255,255,0.0))}.df-book-wrapper,.df-page-wrapper,.df-book-page,.df-page-content,.df-page-front:before,.df-page-wrapper:after,.df-page-back:before,.df-page-content:after,.df-page-effects,.df-page-effects:before,.df-page-effects{position:absolute;height:100%;display:block;top:0}.df-page-content,.df-book-page{width:100%}.df-book-wrapper{position:relative;margin:0 auto;transition:.3s left;-webkit-transition:.3s left;left:0}.df-zoom-enabled .df-book-wrapper{transition:none;-webkit-transition:none}.df-loading.df-container .df-book-wrapper{left:100%}.df-book-wrapper.close-right{left:25%}.df-book-wrapper.close-left{left:-25%}.df-book-shadow{position:absolute;z-index:-1;height:100%;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);-moz-box-shadow:0 0 10px rgba(0,0,0,0.3);-ms-box-shadow:0 0 10px rgba(0,0,0,0.3);box-shadow:0 0 10px rgba(0,0,0,0.3)}.df-book-wrapper .df-book-side-buttons{position:absolute;left:100%;width:40px;opacity:.3;height:100%;cursor:pointer;z-index:30;-webkit-border-radius:0 20px 20px 0;-moz-border-radius:0 20px 20px 0;border-radius:0 20px 20px 0}.df-book-prev-button.df-book-side-buttons{-webkit-border-radius:20px 0 0 20px;-moz-border-radius:20px 0 0 20px;border-radius:20px 0 0 20px}.df-book-wrapper .df-book-side-buttons:hover{opacity:.5;background-color:rgba(0,0,0,0.18)}.df-book-wrapper .df-book-prev-button{right:100%;left:auto;left:initial}.df-book-wrapper .df-book-side-buttons:before{position:absolute;font-size:30px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%;top:50%}.df-page-wrapper{overflow:hidden}.df-hard-page .df-page-wrapper{width:100% !important;height:100% !important;overflow:visible;transform-style:preserve-3d;-webkit-transform-origin:0 50% 0;-moz-transform-origin:0 50% 0;-ms-transform-origin:0 50% 0;transform-origin:0 50% 0}.df-book-page.df-flipping,.df-book-page.df-folding{box-shadow:-2px 0 10px rgba(0,0,0,0.0)}.df-book-page.df-left-side{left:0;-webkit-transform-origin:right;-moz-transform-origin:right;-ms-transform-origin:right;transform-origin:right}.df-book-page.df-right-side{left:50%;-webkit-transform-origin:left;-moz-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.df-book-page.df-right-side+.df-page-wrapper.df-right-side{z-index:-1}.df-book-page .df-page-front,.df-book-page .df-page-back{width:100%;background-size:100.5% 100%;background-size:100% 100%;height:100%;background-color:white;position:absolute;box-sizing:border-box}.df-page-back>canvas,.df-page-front>canvas{width:100%;position:relative;z-index:-1}.df-quick-turn:before{opacity:0}.df-book-page.df-flipping.df-left-side:before{background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.1));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.1));width:10px;left:-10px}.df-book-page{width:50%}.df-book-page.df-flipping,.df-book-page.df-folding{z-index:200 !important}.df-page-content{background-size:100.25% !important;background-repeat:no-repeat !important;transition-property:transform;-webkit-transition-property:-webkit-transform;width:100%;overflow:hidden}.df-book-page.df-left-side .df-page-front{z-index:2}.df-book-page.df-left-side .df-page-back{z-index:1}.df-book-page.df-left-side.df-folding:not(.df-hard-page) .df-page-back{z-index:3}.df-book-page.df-right-side .df-page-front{top:0;left:0;z-index:0}.df-book-page,.df-page-front,.df-page-back,.df-page-fold-inner-shadow,.df-page-fold-outer-shadow,.df-page-wrapper{position:absolute;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.df-page-front,.df-page-back{overflow:hidden}.df-page-fold-outer-shadow{z-index:-1;width:100%;height:100%}.df-page-fold-inner-shadow{position:absolute;z-index:5;display:none}.df-book-page.df-folding .df-page-fold-inner-shadow{display:block}.df-book-page.df-right-side .df-page-back{left:0;z-index:1}.df-book-page.df-right-side.df-folding .df-page-front{z-index:2}.df-page-wrapper.df-right-side .df-page-back{left:100%;z-index:1;overflow:hidden}.df-hard-page .df-page-front,.df-hard-page .df-page-back{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.df-hard-page.df-right-side .df-page-front{-webkit-transform-origin:right 50%;-moz-transform-origin:right 50%;-ms-transform-origin:right 50%;transform-origin:right 50%;z-index:3 !important}.df-hard-page.df-left-side .df-page-front{-webkit-transform-origin:right 50%;-moz-transform-origin:right 50%;-ms-transform-origin:right 50%;transform-origin:right 50%}.df-hard-page.df-right-side .df-page-back{-webkit-transform-origin:left 50%;-moz-transform-origin:left 50%;-ms-transform-origin:left 50%;transform-origin:left 50%;z-index:3}.df-hard-page.df-left-side .df-page-back{-webkit-transform-origin:left 50%;-moz-transform-origin:left 50%;-ms-transform-origin:left 50%;transform-origin:left 50%}.df-page-front:before,.df-page-back:before{width:20%;z-index:5;pointer-events:none}.df-page-front:before{right:0}.df-page-wrapper.df-right-side.df-flipping{z-index:4}.df-ui{height:60px;padding:20px 16px 0}.df-ui-wrapper,.df-ui-btn{color:#888;vertical-align:top;background-color:#f7f7f7;box-sizing:border-box;text-align:center}.df-ui-wrapper{box-shadow:0 1px 4px rgba(0,0,0,0.3);background-color:#f7f7f7;position:absolute}.df-share-wrapper{z-index:2;position:absolute;top:0;bottom:0;right:0;left:0;background-color:rgba(0,0,0,0.35);display:none}.df-share-box{position:absolute;top:50%;width:280px;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);left:50%;background-color:#fff;border-radius:10px;padding:10px 15px 5px;text-align:center}span.df-share-title{color:#777;margin-bottom:10px;display:block}.df-share-url{background-color:#fff;height:60px;color:#666;padding:2px 5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;width:100%;font-size:12px;box-sizing:border-box;margin-bottom:0}.df-share-button{display:inline-block;text-align:center;cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:10px;margin:3px;color:#aaa}.df-share-button:hover{color:#444}.df-ui-btn{position:relative;width:35px;right:0;height:40px;font-size:17px;cursor:pointer;z-index:2;display:inline-block;padding:12px 5px;line-height:1}.df-floating .df-ui-controls>.df-ui-btn:first-child{border-radius:5px 0 0 5px}.df-floating .df-ui-controls>.df-ui-btn:last-child{border-radius:0 5px 5px 0}.df-ui-btn:before{box-sizing:border-box}.df-ui-thumbnail,.df-ui-share,.df-ui-outline,.df-ui-help,.df-ui-sound{float:left}.df-ui-btn:hover{color:#00acce}.df-ui-btn.disabled,.df-ui-btn.disabled:hover{color:#ccc}.df-ui-page{padding:8px 5px 2px;font-size:12px;width:auto;width:50px;margin:0;border-radius:0;background-color:rgba(0,0,0,0.03)}.df-ui-page input{width:100%;background-color:transparent;height:25px;margin:0;padding:0 !important;border:1px solid #8f8f8f;text-align:center;vertical-align:top;color:transparent;font-size:14px;top:0;box-sizing:border-box;z-index:-1;display:inline-block;opacity:0}.df-ui-page input:focus{z-index:2;opacity:1;color:inherit}.df-ui-page input:focus+label{opacity:0;display:none}.df-ui-page label{position:absolute;height:30px;width:100%;display:block;top:0;padding-top:14px;line-height:1.1em;color:#999;font-size:13px;font-weight:normal;left:0;cursor:pointer;background-color:transparent;z-index:1;box-sizing:border-box}.df-ui-share{float:left}.df-ui-fullscreen{bottom:0}.df-ui-zoom{top:24px;height:60px;right:24px;width:30px;display:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.df-ui-sidemenu-close{position:absolute;top:10px;right:-32px;font-size:14px;width:32px;height:35px;cursor:pointer;padding:10px 0;background:inherit;border-radius:0 5px 5px 0;z-index:-1;transition:.5s ease;-webkit-transition:.5s ease}.df-ui-controls{bottom:0;width:100%;height:40px;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:4;display:block}.df-floating .df-ui-controls{bottom:10px;width:auto;width:intial;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%;margin:0 auto;display:table;display:flex;border-radius:5px}.df-floating.df-controls-top .df-ui-controls{bottom:auto;bottom:intial;top:10px}.df-floating.df-controls-hide .df-ui-controls{display:none}.df-ui-wrapper.df-ui-controls .df-ui-btn{float:none}.df-ui-size{bottom:24px;height:60px;right:24px}.df-ui-zoom:before,.df-ui-size:before{height:0;border-bottom:1px solid;content:" ";right:5px;opacity:.3;display:block;position:absolute;top:30px;left:5px;z-index:2}.df-ui-zoomin{top:0}.df-ui-zoomout{bottom:0}.df-ui-next{right:24px;right:0;border-radius:0}.df-container.df-floating>.df-ui-next{right:8px}.df-container.df-floating>.df-ui-prev{left:2px}.df-container>.df-ui-next,.df-container>.df-ui-prev{margin-top:-5px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;position:absolute;opacity:.3;background-color:transparent;height:auto;height:initial;font-size:36px;color:#000;width:auto;text-align:center;width:initial}.df-container>.df-ui-next:hover,.df-container>.df-ui-prev:hover{opacity:.7}.df-container.df-floating>.df-ui-next,.df-container.df-floating>.df-ui-prev{border-radius:50%;width:40px}.df-ui-prev{left:0;right:auto;border-radius:0}.df-ui-alt{position:relative !important;right:auto;right:initial;left:auto;left:initial;box-shadow:none !important}.df-ui-alt.df-ui-next{border-right:1px solid #ddd}.df-ui-btn.df-active{color:#00acce;background-color:#e7e7e7}.df-ui-fit{display:none}.df-ui-zoomin,.df-ui-zoomout,.df-ui-fullscreen,.df-ui-more{float:right}.df-ui-fit{top:0}.df-ui-more .more-container{display:none;position:absolute;bottom:100%;margin-bottom:8px !important;right:10px;background-color:#f7f7f7;z-index:20;border-radius:5px;box-shadow:0 -1px 3px rgba(0,0,0,0.2)}.df-controls-top .df-ui-more .more-container{bottom:auto;bottom:initial;margin-top:8px !important;top:100%;box-shadow:0 1px 3px rgba(0,0,0,0.2)}.more-container:before{content:" ";position:absolute;border:solid transparent;border-width:7px;border-top-color:#eee;height:0;width:0;bottom:-14px;right:13px;margin-right:-8px;pointer-events:none}.df-controls-top .more-container:before{border:solid transparent;border-bottom-color:#eee;border-width:7px;top:-14px}.more-container .df-ui-btn{width:auto;width:initial;width:170px;text-align:left;padding:8px 10px;height:36px;border-top:1px solid #e4e4e4;border-radius:0}.more-container .df-ui-btn:hover{background-color:#eee}.more-container>.df-ui-btn:first-child{border-radius:5px;border-top:0}.more-container>.df-ui-btn:last-child{border-radius:0 0 5px 5px}.more-container .df-ui-btn:before{position:absolute;top:11px;font-size:14px}.df-ui-btn span{display:none}.more-container .df-ui-btn span{font-size:12px;padding-left:20px;vertical-align:middle;display:inline-block}.df-ui-more.df-active .more-container{display:block}.annotationLayer section,.annotationDiv section,.customLinkAnnotation,.customHtmlAnnotation,.customVideoAnnotation,.linkAnnotation,.highlightAnnotation,.popupAnnotation{position:absolute;z-index:5;cursor:pointer;pointer-events:all}.annotationDiv .popupWrapper{position:absolute;width:20em}.annotationDiv .popup{position:absolute;z-index:200;max-width:20em;background-color:#ff9;box-shadow:0 2px 5px #333;border-radius:2px;padding:.6em;margin-left:5px;cursor:pointer;word-wrap:break-word}.annotationDiv .popup h1{font-size:1em;border-bottom:1px solid #000;padding-bottom:.2em}.annotationDiv .popup p{padding-top:.2em}.annotationDiv .highlightAnnotation,.annotationDiv .underlineAnnotation,.annotationDiv .squigglyAnnotation,.annotationDiv .strikeoutAnnotation,.annotationDiv .fileAttachmentAnnotation{cursor:pointer}.annotationDiv .textAnnotation img{position:absolute;cursor:pointer}section.linkAnnotation a,.annotationDiv .buttonWidgetAnnotation.pushButton>a{display:block;height:100%}section.linkAnnotation a,a.linkAnnotation,a.customLinkAnnotation,.customHtmlAnnotation,.customVideoAnnotation{background-color:transparent;background-color:#ff0;opacity:.1}section.linkAnnotation a:hover,a.linkAnnotation:hover,.highlightAnnotation:hover,a.customLinkAnnotation:hover{opacity:.4;border-color:transparent;background-color:#2196f3}.annotationDiv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}section.linkAnnotation a .annotationLayer>a{display:block;position:absolute;height:100%;cursor:pointer;box-sizing:border-box}.df-page-loading:after,.df-page-loading:before{content:" ";height:44px;width:44px;position:absolute;top:50%;left:50%;margin:-22px -22px}.df-page-loading:before{background-color:white;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;box-sizing:border-box}.df-page-loading:after{background-image:url(//aercafrica.org/wp-content/plugins/dflip/assets/images/loading.gif);background-repeat:no-repeat;background-position:center;background-size:22px}.df-thumb-container .df-vrow{height:124px;left:0;width:90%;margin:10px auto;background-position:50%;cursor:pointer;background-repeat:no-repeat;right:0;border-radius:5px}.df-thumb-container .df-vrow:before{content:"";background-image:url(//aercafrica.org/wp-content/plugins/dflip/assets/images/loading.gif);background-size:22px;height:22px;width:22px;display:block;top:60px;margin:0 auto;position:relative;z-index:0}.df-thumb-container .df-vrow:hover{background-color:#bbb}.df-floating .df-thumb-container .df-vrow:hover,.df-vrow.df-selected{background-color:#ccc;opacity:1}.df-thumb-container .df-vrow.df-thumb-loaded{background-size:contain}.df-thumb-container .df-vrow.df-thumb-loaded:before{display:none}.df-vrow>div{height:20px;background-color:rgba(170,170,170,0.54);width:40px;margin:0 auto}.df-sidemenu{float:left;width:220px;height:auto !important;position:absolute !important;top:0;z-index:3;transition:.5s transform ease;-webkit-transition:.5s -webkit-transform ease;transform:translateX(-100%);-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);left:-50px;background-color:rgba(238,238,238,0.9)}.df-rtl .df-sidemenu{left:auto;left:initial;transform:translateX(100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);right:-50px;direction:rtl}.df-thumb-container{text-align:center}.df-outline-container{color:#666;font-size:12px}.df-outline-wrapper,.df-thumb-wrapper{position:absolute !important;top:0;bottom:0;left:0;right:0;height:auto !important;box-shadow:1px 0 4px rgba(102,102,102,0.38)}.df-outline-wrapper{overflow:auto;padding:10px 10px 5px 10px}.df-floating .df-outline-container,.df-floating .df-thumb-container{bottom:0}.df-sidemenu.df-sidemenu-visible{display:block;transform:translateX(0);-ms-transform:translateX(0);-moz-transform:translateX(0);-webkit-transform:translateX(0);left:0}.df-outline-toggle{cursor:pointer;float:left;width:18px;padding:5px 0;margin-left:-18px;text-align:center}.df-outline-toggle.df-outlines-hidden ~ .df-outline-items{display:none}.df-outline-items>.df-outline-item{margin-left:18px}.df-outline-item a:hover,.df-outline-toggle:hover{background-color:#e7e7e7}.df-outline-item a{color:inherit !important;text-decoration:none !important;display:block;padding:5px 0 5px 5px;overflow:hidden;text-overflow:ellipsis;border:none !important;box-shadow:none !important}.df-outline-toggle:before{content:"\e64b";font-size:10px;font-family:'themify'}.df-outline-toggle.df-outlines-hidden:before{content:"\e649"}.df-lightbox-wrapper{position:fixed !important;top:0;bottom:0;right:0;height:auto !important;left:0;background-color:white;z-index:99999}.df-lightbox-controls{float:right;padding:5px;z-index:1000;position:relative}.df-lightbox-close{float:right;height:40px;text-align:center;font-size:50px;cursor:pointer;color:#444;border-radius:50%;border-color:transparent;width:40px;background-color:transparent;transition:.2s;-webkit-transition:.2s}.df-lightbox-close:hover{color:white;background-color:rgba(0,0,0,0.21);border-color:black}.df-lightbox-close:before{top:50%;position:absolute;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%;font-size:24px}.df-lightbox-wrapper .df-container{position:absolute !important;width:100%;top:0;bottom:0;height:auto !important}.df-container.df-xs .df-ui-controls .df-ui-btn.df-ui-page{display:none !important}._df_button,._df_thumb{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;position:relative;cursor:pointer}._df_button{padding:5px 15px;background-color:#444;background:#0085ba;color:white;font-size:14px;border-color:#0073aa #006799 #006799;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;-webkit-border-radius:3px;border-radius:3px;white-space:nowrap}._df_thumb{border:0;width:140px;height:200px;text-align:center}._df_thumb{cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,0.22);display:inline-block;-webkit-transform-style:flat;-moz-transform-style:preserve-3d;transform-style:preserve-3d;box-sizing:border-box;-webkit-transition:.2s;margin:30px 10px 10px;-moz-perspective:1200px;perspective:1200px}._df_books ._df_thumb,._df_books .df-dummy{width:140px;height:200px;text-align:center;display:inline-block;position:relative;margin:20px 10px;vertical-align:top}._df_thumb[thumbtype="img"]{height:auto}._df_thumb[thumbtype="img"] img{max-width:100%;max-height:200px}._df_book-cover{background-size:100% 100%;height:100%;width:100%;-webkit-transform-origin:left;transform-origin:left;top:0;background-color:#eee;position:relative;overflow:hidden;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;box-shadow:0 1px 2px rgba(0,0,0,0.22)}._df_thumb ._df_book-title{bottom:-100%;position:absolute;width:100%;left:0;padding:5px;font-size:12px;background:rgba(1,163,163,0.87);background:rgba(60,60,60,0.8);box-sizing:border-box;display:block;color:white;transition:.4s;-webkit-transition:.4s;opacity:0}._df_thumb ._df_book-tag{float:left;padding:0 4px 2px;background-color:rgba(0,0,0,0.26);text-transform:uppercase;font-size:10px;margin:-15px 0 0 2px;z-index:-1;color:rgba(255,255,255,0.8);position:relative}._df_thumb:hover ._df_book-title,._df_thumb-not-found ._df_book-title{opacity:1;bottom:0}._df_thumb:hover ._df_book-cover{-webkit-transform:rotateY(-20deg) rotateZ(0);-moz-transform:rotateY(-20deg) rotateZ(0);-ms-transform:rotateY(-20deg) rotateZ(0);transform:rotateY(-20deg) rotateZ(0);box-shadow:3px 0 12px rgba(0,0,0,0.60)}.df-webkit ._df_thumb:hover ._df_book-cover{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;box-shadow:1px 0 12px rgba(0,0,0,0.60)}._df_books{max-width:960px;margin:0 auto;text-align:center;position:relative;z-index:1;padding:20px 5px 150px}._df_books-break{color:rgba(255,255,255,0.3);font-size:14px;letter-spacing:1px;font-weight:600;margin-top:25px;text-transform:uppercase}._df_books-break:after{content:" ";bottom:0;width:50px;height:1px;background-color:rgba(255,255,255,0.24);display:block;margin:10px auto}.df-page-wrapper{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.df-container ::-webkit-scrollbar{width:8px}.df-container ::-webkit-scrollbar-button{height:8px}.df-container ::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.3);border:0 none #fff;border-radius:100px}.df-container ::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0.5)}.df-container ::-webkit-scrollbar-thumb:active{background:rgba(0,0,0,0.5)}.df-container ::-webkit-scrollbar-track{background:rgba(0,0,0,0.20);border:0 none #fff;border-radius:100px}.df-container ::-webkit-scrollbar-track:hover{background:rgba(0,0,0,0.2)}.df-container ::-webkit-scrollbar-track:active{background:rgba(0,0,0,0.15)}.df-container ::-webkit-scrollbar-corner{background:transparent}.df-skipTransition{-webkit-transition:none !important;-moz-transition:none !important;-ms-transition:none !important;transition:none !important}.df-container.df-fullscreen{height:100% !important;max-height:100% !important;width:100% !important;max-width:100% !important}.df-container.df-double-internal .df-page-front{background-position:left;background-size:cover}.df-container.df-double-internal .df-page-back{background-position:right;background-size:cover}.customHtmlAnnotation iframe{position:absolute;top:0;left:0;width:100% !important;height:100% !important}.df-rtl .more-container .df-ui-btn{text-align:right;direction:rtl}.df-rtl .more-container .df-ui-btn:before{right:10px}.df-rtl .more-container .df-ui-btn span{padding:0;padding-right:20px}.df-rtl .df-outline-items>.df-outline-item{margin:0 18px 0 0;text-align:right;direction:rtl}.df-rtl .df-outline-toggle{float:right;margin:0 -18px 0 0}.df-rtl .df-outline-toggle.df-outlines-hidden:before{content:"\e64a"}.df-rtl .df-sidemenu.df-sidemenu-visible{left:auto;left:initial;right:0}.df-rtl .df-ui-sidemenu-close{right:auto;right:initial;left:-32px;border-radius:5px 0 0 5px}._df_thumb[thumbtype="img"] ._df_thumb-not-found{height:200px;position:relative}