@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;
}
}