html {
    font-size: 10px;
    overflow-x: hidden;
    margin: 0 !important;
}
body {
    font-size: 18px;
    line-height: 1.5;
    font-style: normal;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}
a {
    color: #4661c4;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a:hover {
    color: #2A2763;
}
body.admin-bar {
    min-height: calc(100vh - 32px);
}
:hover {
    text-decoration: none !important;
}
:focus {
    outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Merriweather', serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin: 18px 0 15px;
}
h1,
.h1 {
    font-size: 48px;
}
h2,
.h2 {
    font-size: 36px;
}
h2.secondary {
    font-size: 24px;
}
h3,
.h3 {
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 1.25;
}
h4,
.h4 {
    font-size: 24px;
}
h5,
.h5 {
    font-size: 18px;
}
h6,
.h6 {
    font-size: 16px;
}
@media screen and (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 38px;
    }
    h2,
    .h2 {
        font-size: 32px;
    }
    h3,
    .h3 {
        font-size: 26px;
    }
    h4,
    .h4 {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 36px;
    }
    h2,
    .h2 {
        font-size: 30px;
    }
    h3,
    .h3 {
        font-size: 24px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
    h5,
    .h5 {
        font-size: 18px;
    }
}
/* utility css */
.m-0 {
    margin: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-semi-bold {
    font-weight: 600 !important;
}
.font-weight-medium {
    font-weight: 500 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.bg-white {
    background-color: #fff !important;
}
.text-white{
    color: #fff !important;
}
.p-relative{
    position: relative !important;
}
a.wrapper-link {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
/* Header css */
#top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: transparent;
}
#top.sticky {
    position: fixed;
    background: rgb(0 0 0 / 87%);
}
.admin-bar #top {
    top: 32px;
}
nav.gc-nav-button {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
}
.menu-col-wrapper .container {
    position: relative;
}
.p_menu_wrap {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
.menu.p_menu_wrap>li {
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.p_menu_wrap li a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
}
.primary-menu-wrap {
    width: 100%;
}
.menu-col-wrapper {
    padding: 18px 0;
}
.p_menu_wrap li a {
    padding: 10px 0;
    text-decoration: none;
    line-height: 1.3;
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
    font-weight: normal;
}
.logo-wrap {
    max-width: 117px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: auto;
}
.logo-wrap img {
    display: block;
    width: 100%;
    height: auto;
}
#nav-icon {
    line-height: 0;
    width: 30px;
    height: 20px;
    cursor: pointer;
}
#header-Navigation {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    display: none;
    /* transform: translateX(100%); */
    opacity: 0;
    visibility: hidden;
    /* transition: all .3s linear; */
}
svg.hamburger {
    width: 30px;
    fill: #ffffff;
}
.desktop-menu {
    padding: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    background: #0d1c26;
    width: 240px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 32px 0;
}
.menu.p_menu_wrap>li a {
    padding: 12px 22px;
    display: block;
}
.p_menu_wrap li.button-link>a {
    padding: 14px 28px 10px;
    text-align: center;
}
.menu.p_menu_wrap>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu-overlay {
    background: rgba(0, 45, 103, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 999999;
}
.header-nvigation {
    z-index: 99999;
}
#mobile-menu-close button {
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background: rgb(255 255 255);
    color: #0d1c26;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    padding: 0;
    right: 260px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    position: absolute;
    top: 18px;
    outline: none;
    cursor: pointer;
    font-size: 22px;
    z-index: 9999;
    opacity: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#header-Navigation.active {
    /* transform: translateX(0); */
    opacity: 1;
    visibility: visible;
}
.mobile-menu-overlay {
    display: block;
}
.menu.p_menu_wrap>li+li {
    border-top: 1px solid rgba(189, 189, 189, 0.3);
}
.menu-wrap {
    padding: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    width: 240px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #d99630 ;
    background: linear-gradient(180deg, #d99630 0%, #834614 85.44%);
}
.p_menu_wrap>li.current-menu-item a {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}
.p_menu_wrap>li>a:after {
    opacity: 0;
    visibility: hidden;
}
.has-mobile-menu #wpadminbar {
    z-index: 9;
}
.header-wrap {
    position: relative;
}
.menu-col-wrapper {
    position: relative;
}
.p_menu_wrap li a:hover, 
header .current-menu-item.current_page_item>a {
    color: #fff;
    background: rgb(217 217 217 / 30%);
}
.p_menu_wrap li.button-link>a {
    margin: 10px;
}
/* Submenu CSS */
.sub-menu,
.sub-menu li {
    list-style: none;
}
.menu.p_menu_wrap .sub-menu li>a {
    font-size: 14px;
}
.drop-arrow {
    cursor: pointer;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 46px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid rgba(189, 189, 189, 0.3);
}
.down-arrow {
    width: 12px;
    height: 12px;
    background: 0 0;
    display: block;
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-color: #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}
span.drop-arrow.active span.down-arrow {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(189, 189, 189, 0.3);
    display: none;
    background: rgba(0, 0, 0, 0.4);
}
.sub-menu>li+li {
    border-top: 1px solid rgba(189, 189, 189, 0.3);
}
ul.sub-menu>li {
    width: 100%;
}
/* Footer CSS */
#footer {
    background: #020202;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5;
}
.footer-top-sec {
    background: #020202;
    padding: 20px 0;
    text-align: center;
}
body:not(.home) .footer-top-sec {
    padding-top: 90px;
}
.footer-logo {
    max-width: 167px;
    margin: 0 auto 23px;
}
.ft-text-block {
    padding: 0 0 26px;
}
.footer-menu ul,
.footer-social-media>ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}
.footer-menu ul a {
    font-weight: 700;
    font-family: 'Merriweather';
    font-size: 16px;
    color: #fff;
}
.footer-menu ul>li {
    margin: 0 26px;
}
.footer-menu {
    margin: 20px 0;
}
.footer-social-media>ul>li>a {
    width: 44px;
    height: 44px;
    display: flex;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.footer-social-media>ul>li {
    margin: 15px;
}
.footer-social-media>ul>li>a:hover {
    color: #78DF43;
    border-color: #78DF43;
}
.footer-bottom-copy {
    padding: 32px 0;
    border-top: 1px solid rgba(184, 184, 184, 0.48);
}
.footer-copyright-text,
.footer-credit-text {
    color: rgb(255 255 255 / 30%);
    font-weight: 400;
    font-size: 14px;
}
.footer-credit-text a {
    color: rgb(255 255 255 / 30%);
}
.footer-credit-text {
    text-align: right;
}
.footer-menu ul a:hover,
.footer-credit-text a:hover {
    color: #78DF43;
}
@media screen and (max-width: 1199px) {
    .footer-menu ul>li {
        margin: 0 22px;
    }
}
@media screen and (max-width: 991px) {
    .footer-copyright-text,
    .footer-credit-text {
        text-align: center;
    }
}
@media screen and (max-width: 1199px) {
    .footer-menu ul>li {
        margin: 0 12px;
    }
}
@media screen and (max-width: 767px) {
    .footer-menu ul,
    .footer-social-media>ul {
        flex-wrap: wrap;
    }
    .footer-menu ul a {
        font-size: 14px;
    }
    .footer-menu ul>li {
        margin: 10px;
    }
    .footer-social-media>ul>li {
        margin: 8px;
    }
}
/* Home page css */
.blog-col-inner {
    background: #fff;
}
.post-image {
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.logo-section {
    background: rgb(25 44 63 / 90%);
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.news-section {
    background: #121212;
    padding: 120px 0 0;
}
.news-list-inner {
    background-size: cover;
    background-position: bottom;
    padding-bottom: 110px;
}
.post-meta-wrap {
    padding: 20px;
}
h4.p_title {
    margin-top: 0;
    color: #020202;
	font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
}
h4.p_title a {
    color: #020202;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.p_desc-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list-inner .button-wrap {
    text-align: right;
}
.news-list-inner .button-wrap a {
    color: #fff;
    position: relative;
    z-index: 1;
}
.news-list-inner .button-wrap a:hover {
    color: #78DF43;
}
.feature-section {
    padding: 0 0 0;
    background-size: cover;
    position: relative;
}
.eightyperimage.fea-img-col-inner {
    position: relative;
    background: #fff;
    line-height: 0;
    width: 80%;
    text-align: center;
    margin: auto;
    display: block;
    border-radius: 10px;
}
.fs-inner {
    padding-bottom: 400px;
    position: relative;
    z-index: 1;
}
.ob-desc {
    display: none;
    color: #fff;
    margin-top: 15px;
}
h4.ob-list-title {
    color: #fff;
    cursor: pointer;
    margin-bottom: 0;
}
.ob-group-col{
    border-bottom: 1px solid rgb(255 255 255 / 17%);
    margin-top: 18px;
    padding-bottom: 18px;
}
.feature-tab-list {
    margin-top: 50px;
}
.service-sec-inner {
    padding: 200px 0 250px;
    background-size: cover;
    position: relative;
    margin-bottom: -120px;
}
ul.slick-dots {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    margin-top: 80px;
    justify-content: center;
    padding: 0;
}
ul.slick-dots button {
    font-size: 0;
    border: 0;
}
ul.slick-dots li button {padding: 0;background: rgba(255, 255, 255, 0.36);width: 60px;height: 2px;}
ul.slick-dots li.slick-active button {
    background: #fff;
    height: 3px;
    top: 0px;
    position: relative;
}
.ser-icon {
    height: 100px;
    width: 100px;
    background-size: contain;
    background-position: center;
    background-image: url(../images/polygon-white.svg);
    background-repeat: no-repeat;
    position: relative;
}
.ser-icon:before{
    content: '';
    height: 100px;
    width: 100px;
    background-size: contain;
    background-position: center;
    background-image: url(../images/subtract.png);
    background-repeat: no-repeat;
    position: relative;
}
.ser-icon img {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 60px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px;
}
img.hover-icon {
    opacity: 0;
    visibility: hidden;
}
.service-row {
    margin-top: 50px;
    position: relative;
    z-index: 2;
}
.service-col {
    padding: 50px 0px 0;
    position: relative;
}
.service-col:before {
    content: '';
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center top;
    background-image: url(../images/subtract.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}
.service-icon-wrap {
    margin-top: -80px;
    display: flex;
    justify-content: center;
   
}
.service-row .slick-slide {
    padding: 0 10px;
}
.service-col-inner {
    padding: 30px;
    position: relative;
}
.ser-box-cnt {
    text-align: center;
    margin-top: 30px;
}
.ser-box-cnt h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
}
.power-station-img .llimg {
    width: 100%;
    margin-bottom: -8%;
    padding-top: 136px;

}
.services-section {
    /*background-image: url(../images/bg-cover.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
}
.banner-section {
    padding-top: 160px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.earth-img {
    margin-top: 50px;
    position: relative;
    margin-bottom: -260px;
}
.earth-img img {
    position: relative;
    z-index: 1;
}
.line-earth {
    position: relative;
}

.about-section {
    padding: 300px 0 365px;
    position: relative;
    z-index: 5;
}
a.x-button-border {
    background: #FFFFFF;
    border: 1px solid #54B8BA;
    color: #54B8BA;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 500;
    margin: 5px 15px 5px 0px;
}
a.x-button-border:hover {
    border: 1px solid #54B8BA;
    background: #54B8BA;
    color: #fff;
}
a.x-button-white {
    background: #FFFFFF;
    border: 1px solid #54B8BA;
    color: #54B8BA;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 500;
    margin: 5px 15px 5px 0px;
}
a.x-button-white:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
a.x-button-solid {
    background: #54B8BA;
    border-radius: 53px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    padding: 10px 30px;
}
a.x-button-solid:hover {
    background: #020202;
    color: #fff;
}
.about-col-cnt .button-wrapper {
    margin-top: 30px;
}
.about-col-cnt .desc-text {
    font-weight: 500;
}
.about-col-cnt {
    padding-right: 14%;
}
/* .earth-img:after {
    content: '';
    position: absolute;
    height: 1800px;
    width: 620px;
    background-image: url(../images/line-draw.png);
    top: 30%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 10px;
} */
.circle {
    position: absolute;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #000000;
    right: 0;
    margin-top: -31%;
}
.earth-img svg {
    position: absolute;
    display: block;
    left: 15%;
    height: 1510px;
    width: 600px;
    margin-top: -48%;
}
.service-col-inner:hover .ser-icon .hover-icon {
    opacity: 1;
    visibility: visible;
}
.service-col-inner:hover .ser-icon .normal-icon {
    opacity: 0;
    visibility: hidden;
}
.service-col-inner:hover .ser-icon{
    background-image: url(../images/polygon-blue.svg);
}
.ps-hub {
    margin-bottom: -18%;
    position: relative;
}
.ps-hub img {
    max-width: 730px;
}
.fea-img-col-inner{
    position: relative;
    background: #fff;
    line-height: 0;
}
.fea-img-col-inner img{
    position: relative;
    border-radius: 10px;
}
/* .fea-img-col-inner:before {
    content: '';
    position: absolute;
    height: 1812px;
    width: 410px;
    background-image: url(../images/line_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 60%;
    z-index: 0;
    left: -184px;
}
.fea-img-col-inner:after {
    content: '';
    position: absolute;
    height: 820px;
    width: 1100px;
    background-image: url(../images/line_3.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: -132%;
    top: 100%;
    z-index: 0;
} */
.cm-news-row {
    margin-top: 10px;
}
.blog-col {
    margin: 15px 0;
}
section.page-banner-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 280px 0 140px;
}
.title-details {
    margin-bottom: 18px;
}
.page-banner-inner .desc-text {
    font-size: 18px;
}
section.wa-about-sec {
    padding: 80px 0;
}
span.wa-num-text {
    color: #78DF43;
    font-family: 'Merriweather', serif;
    font-weight: 900;
    font-size: 38px;
}
.wa-number-list {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}
span.wa-numinfo {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    text-align: center;
}
.wa-col-num {
    flex: 0 0 170px;
    max-width: 170px;
    padding: 0 15px;
    margin: 10px 0;
}
.wa-col-num {border-right: 1px solid #2A639A;}
.wa-col-num:last-child {
    border-right: 0;
}
.wa-about-info .desc-text {
    margin-bottom: 30px;
}
.principles-col {
    margin: 15px 0;
}
.principles-sec-inner {
    padding-bottom: 70px;
}
.principles-col-inner {
    padding: 24px 18px 20px;
    /*background-image: url(../images/principles-bg-col.png);*/
    background-size: cover;
    background-position: top;
    text-align: center;
}
.pr-icon-wrap {
    background-image: url(../images/Polygon.png);
    height: 100px;
    width: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}
.pri-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
}
.pri-info h5 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
}
.ot-inner-wrap {
    /*background: #fff;*/
    padding-top: 100px;
    padding-bottom: 30px;
    color: #fff;
    /*margin-top: -170px;*/
    /*z-index: 1;*/
    position: relative;
    /*border-radius: 0px 200px 0 0;*/
}
.team-col-inner {
    border: 1px solid #ECECEC;
    border-radius: 30px;
    padding: 28px;
    transition: all .2s linear;
    background: #fff;
}
.team-col-inner:hover {
    background: #54B8BA;
}
.team-info .desc-text {
    margin-bottom: 16px;
    font-size: 15px;
}
.team-col-inner:hover h4.team-name,
.team-col-inner:hover .desc-text,
.team-col-inner:hover p.team-role {
    color: #fff;
}
.team-col {
    margin: 15px 0;
}
.team-img {
    background: #F3F7F5;
    border-radius: 16px;
    text-align: center;
    padding: 25px 25px 0;
    line-height: 0;
    margin-bottom: 30px;
}
h4.team-name {
    font-family: 'Plus Jakarta Sans';
    margin-bottom: 5px;
}
.social-link span {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 8px;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
}
.social-link span a {
    color: #020202;
}
.social-link span a.icon-linke {
    background: #006699;
    color: #fff;
    /* padding: 5px; */
    line-height: 24px;
    height: 24px;
    width: 24px;
    display: inline-block;
    font-size: 13px;
    border-radius: 4px;
}
.our-team-section {
    padding-bottom: 70px;
}
.sponsors-section {
    background: rgb(238 248 248 / 90%);
    padding: 80px 0 180px;
}
.sponsors-col-cnt h2{
    margin-bottom: 5px;
    margin-top: 0;
}
.spons-subtitle {
    color: rgb(34 84 148 / 80%);
    font-weight: 600;
    margin-bottom: 15px;
}
.button-wrapper {
    margin-top: 30px;
}
.sponsor-col-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
a.sponsor-logo-link {
    height: 220px;
    width: 220px;
    background-image: url(../images/Polygon_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px;
    display: flex !important;
    align-items: center;
}
a.sponsor-logo-link img {
    max-width: 96%;
    margin: auto;
}
.sponsors-logo {
    max-width: 600px;
    margin: auto;
}
.cta-section {
    background-size: cover;
    padding-top: 100px;
    margin-top: -4%;
    padding-bottom: 100px;
}
.tech-banner {
    background: #225494;
    padding-top: 200px;
    padding-bottom: 120px;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.tech-banner a.x-button-white {
    color: #225494;
}
.tech-banner a.x-button-white:hover {
    color: #fff;
}
.tech-banner-img {
    position: absolute;
    bottom: -272px;
    right: -50%;
    min-width: 525px;
}
.technology-content-grid {
    padding: 180px 0;
}
.tech-content-img {
    margin-top: 100px;
}
.technology-tab-section {
    position: relative;
    padding: 220px 0 200px;
    background-size: cover;
    margin-bottom: -80px;
}
.tech-tab-list-inner {
    background: #FFFFFF;
    border-radius: 40px;
    margin-top: 40px;
}
.tech-slide-nav {
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}
.inner-ic-wrap h5 {
    margin: 0;
    text-align: center;
    padding: 20px;
    color: rgb(22 22 22 / 40%);
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    position: relative;
    cursor: pointer;
}
.tech-slide-nav .slick-active.slick-current .inner-ic-wrap  h5{
    color: #225494;
}
.tech-slide-nav .slick-active.slick-current .inner-ic-wrap  h5:after {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 3px;
    background: #000;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}
.tech-content-wrapper {
    padding: 50px;
}
.cf-section {
    padding-top: 80px;
    background-image: url(../images/black-bg.png);
    background-size: cover;
    padding-bottom: 80px;
    position: relative;
}
.cf-content .desc-text {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.embed-video {
    position: relative;
    padding-top: 53%;
    border-radius: 10px;
    overflow: hidden;
}
.embed-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.page-content-wrap {
    padding: 60px 0;
}
.blog-img {
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fs-blog-details {
    padding: 80px 0;
}
.featured-img {
    margin-bottom: 30px !important;
    text-align: center;
}
.blog-col-inner .post-meta-wrap {
    border: 1px solid #ddd;
}
.blog-list-wrapper {
    padding: 60px 0;
}
.blog-info-col {
    margin-bottom: 140px;
}
.post-rm-link {
    margin-top: 20px;
    display: block;
}
p.p_date {
    margin-bottom: 5px;
    font-size: 14px;
}
a.post-rm {
    color: #000;
}
h4.post-title a {
    color: #000;
}
a.post-rm:hover,
h4.post-title a:hover {
    color: #78DF43;
}
.fluentform_wrapper_1 button.ff-btn.ff-btn-submit {
    background: #FFFFFF;
    border: 1px solid #54B8BA;
    color: #54B8BA;
    border-radius: 40px;
    padding: 12px 30px;
    font-weight: 500;
    margin-top: 20px;
}
.fluentform_wrapper_1 button.ff-btn.ff-btn-submit:hover{
    color: #fff;
    background: #54B8BA;
}
.fluentform .ff-el-form-control {
    padding: 12px;
    border: 1px solid #ddd;
}
.tech-tab-content {
    text-align: justify;
}
@media screen and (max-width:1199px) {
    .line-earth,
    .earth-img:after,
    .fea-img-col-inner:before,
    .fea-img-col-inner:after {
       display: none;
    }
    .about-section {
        padding: 250px 0 50px;
    }
    .services-section {
        padding-top: 100px;
    }
    .service-sec-inner {
        padding: 100px 0 180px;
    }
    .fs-inner {
        padding-bottom: 80px;
    }
    .feature-section {
        padding: 80px 0 0;
    }
    ul.slick-dots {
        margin-top: 40px;
    }
    .service-row {
        margin-top: 20px;
    }
    .news-section {
        padding: 40px 0 0;
    }
    .inner-ic-wrap h5{
        padding: 20px 8px;
    }
    .technology-tab-section {
        position: relative;
        padding: 130px 0 150px;
    }
    .tech-banner-img {
        position: absolute;
        bottom: -272px;
        right: 0%;
    }
}
@media screen and (max-width:991px) {
    .news-section {
        padding: 50px 0 0;
    }  
    .news-list-inner {
        background-size: cover;
        padding-bottom: 80px;
    }
    .fs-inner {
        padding-bottom: 80px;
    }
    .feature-section {
        padding: 80px 0 0;
        background-position: center;
    }
    .service-sec-inner {
        padding: 110px 0 160px;
        margin-bottom: -100px;
    }
    .power-station-img .llimg {
        margin-bottom: -11%;
    }
    .services-section {
        padding-top: 100px;
    }
    .about-section {
        padding: 270px 0 50px;
    }
    #footer{
        margin-top: -1px;
    }
    .about-col-cnt {
        padding-right: 0;
    }
    section.page-banner-inner {
        padding: 160px 0 70px;
    }
    .wa-about-img {
        margin-top: 50px;
    }
    section.wa-about-sec {
        padding: 50px 0;
    }
    .sponsors-section {
        padding: 60px 0 100px;
    }
    .sponsors-logo {
        margin-top: 40px;
    }
    .cta-section {
        padding-top: 60px;
        margin-top: -6%;
        padding-bottom: 60px;
    }
    .tech-banner-img {
        position: relative;
        bottom: 0;
        margin-top: 30px;
        margin-bottom: -238px;
        transform: scale(0.5);
    }
    .tech-content-img {
        margin-top: 60px;
    }
    .technology-content-grid {
        padding: 150px 0 70px;
    }
    .single-grid-image-box {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .inner-ic-wrap h5 {
        padding: 20px 8px;
        font-size: 16px;
    }
    .tech-slide-nav{
        padding: 0 20px;
    }
    .tech-slide-nav .slick-list{
        padding: 0 80px;
    }
    .blog-info-col {
        margin-bottom: 40px;
    }
}
@media screen and (max-width:767px) {
    .earth-img {
        margin-top: 30px;
        position: relative;
        margin-bottom: -170px;
    }
    .about-section {
        padding: 170px 0px 0px;
    }
    .services-section {
        background-position: center;
        padding-top: 60px;
    }
    .ps-hub img {
        width: 100%;
        max-width: 60%;
    }
    .ps-hub {
        margin-bottom: -160px;
        position: relative;
        z-index: 1;
    }
    .power-station-img .llimg {
        width: 100%;
        margin-bottom: -80px;
        height: 200px;
    }
    .service-sec-inner {
        padding: 70px 0 170px;
        margin-bottom: -100px;
    }
    ul.slick-dots {
        margin-top: 40px;
    }
    .feature-section {
        background-position: center;
        padding: 70px 0 0;
    }
    .fs-inner {
        padding-bottom: 80px;
    }
    .news-section {
        background: #121212;
        padding: 40px 0 0;
    }
    .ot-inner-wrap {
        margin-top: 0;
        padding-top: 30px;
    }
    .principles-col-inner {
        padding-bottom: 80px;
    }
    .wa-about-img {
        max-width: 410px;
        margin: 50px auto 0;
    }
    .wa-number-list{
        justify-content: center;
    }
    .wa-col-num {
        border: 0;
        padding: 10px;
        background: #f7f7f7;
        margin: 1px;
    }
    body:not(.home) .footer-top-sec {
        padding-top: 50px;
    }
    .technology-tab-section {
        position: relative;
        padding: 130px 0 150px;
    }
    .tech-tab-img-col {
        margin-bottom: 20px;
    }
    .tech-content-wrapper {
        padding: 30px;
    }
    .tech-services .service-sec-inner{
        margin-bottom: -120px;
    }
    .service-col {
        padding: 50px 0px 0;
        position: relative;
        max-width: 300px;
        display: flex !important;
        justify-content: center;
        margin: auto;
    }
}

.dg-prev-arrow, .dg-next-arrow {
    color: #fff;
    position: absolute;
    bottom: -10px;
    padding: 10px;
    cursor: pointer;
}

.dg-prev-arrow {
    left: 35%;
}

.dg-next-arrow {
    right: 35%;
}
.our-team-section{
    position: relative;
}
.our-team-section .team-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.team-video-bg video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.wa-abt-img img {
    border-radius: 10px;
}


/* News Read More */
.btn-news {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	position: relative;
	padding: 0.4em 0.7em;
	padding-right: 2.3em;
	border: none;
	color: white;
	transition: 0.2s;
	cursor: pointer;
	font-size: 17px;
}
.btn-news:before,
.btn-news:after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: inherit;
    padding-bottom: inherit;
    width: 2em;
    content: "\00a0";
    font-family: "FontAwesome", sans-serif;
    font-size: 0.8em;
    text-align: center;
    transition: 0.2s;
    transform-origin: 50% 60%;
    padding-top: 10px;
}
.btn-news:before {
  background: rgba(0, 0, 0, 0.1);
}
.btn-news:hover {
  background: #0079a5;
}
.btn-news:active,
.btn-news:focus {
  background: #002e3f;
  outline: none;
}
.btn-news {
  min-width: initial;
}
.arrow-news {
  background: #d99630;
}
.arrow-news:hover {
  background: #78DF43;
}
.arrow-news:active,
.arrow-news:focus {
  background: #78DF43;
}
.arrow-news:after {
  content: "\F054";
}
.arrow-news:hover:after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}
@-webkit-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
  }
}
.date-news {
	color: #fff;
    background: #74d542;
    padding: 0.4rem 1em;
    font-style: italic;
    border-radius: 6px 0;
    margin-bottom: 10px;
    display: inline-block;
}
/* News Read More END */

/* Tag Cloud */
.tag_cloud_wp {
    margin-top: 4em;
}
.tag_cloud_body > a {
	font-weight: normal;
    margin-right: 2px;
    font-size: 15px !important;
    background: #e3e3e3;
    padding: 5px 8px;
    color: #232323;
    border-radius: 3px;
    border: 1px solid #c5c5c5;
	display: inline-block;
    margin-bottom: 4px;
}
.tag_cloud_body > a:hover {
    color: #3ebf07;
}
/* Tag Cloud End */
.navigation-single-atrium {
	text-align: center;
	    margin-top: 2.5em;
}
.navigation-single-atrium .left {
	margin-right: 2em;
}
.navigation-single-atrium .right {
	margin-left: 2em;
}
.navigation-single-atrium i {
	color: #5c6ff2;
    position: relative;
    top: -3px;
    font-size: 13px;
}
.map_contact {
    margin-top: 1.7em;
	margin-bottom: 1em;
}
.address_contact {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1em;
}
.phone_contact {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2em;
}
.map-section-contact {
    margin-bottom: 50px;
}
.phone_contact a {
    color: black;
}
.contact-container .page-content-wrap {
	padding-top: 10px;
}
h4.intro-subheading-title {
    font-size: 34px;
    margin-top: 2em;
}
.stadistics-descriptions {
	font-size: 13px;
    color: #bababa;
    margin-top: 0.7em;
    display: block;
}
@media screen and (max-width: 767px) {
    .dg-prev-arrow {
        left: 5%;
    }

    .dg-next-arrow {
        right: 5%;
    }
	.planet-images .p-img5{
		display: none;
	}
	.banner-content {
		position: relative;
		z-index: 11;
	}
}
@media screen and (max-width: 992px) {
	.navigation-single-atrium span {
		display: block;
		margin-bottom: 1em;
	}
	.navigation-single-atrium .left {
		margin-right: 0;
	}
	.navigation-single-atrium .right {
		margin-left: 0;
	}
}