@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body {
    font-family: 'Work Sans', sans-serif;
}

ul,
li {
    list-style: none;
}

h3 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Raleway', sans-serif;
}

.header-social {
    background: #000;
    color: #fff;
    height: 50px;
}

.header-social .container .row {
    height: 55px;
}

.address_icons ul {
    padding-left: 0px;
    /*margin-top: 16px;*/
    margin: 0;
}

.address_icons ul>li {
    display: inline-flex;
    padding-right: 10px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
}

.address_icons ul>li:last-child {
    padding-right: 0px;
}

.address_icons li:before {
    content: "";
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 5px;
    width: 24px;
    height: 24px;
}

.address_icons li.phone:before {
    background-image: url('../images/phone.png');
}

.address_icons li.email:before {
    background-image: url('../images/email.png');
}

footer {
    color: #fff;
}

.social_icons ul {
    padding-left: 0px;
    margin: 0;
}

.social_icons ul>li {
    display: inline-block;
    padding-right: 12px;
}

.social_icons.si_footer ul>li {
    padding-right: 1.5rem;
}

.social_icons ul>li:last-child {
    padding-right: 0px;
}

.social_icons li>a {
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

.social_icons.si_footer li>a {
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    font-size: 0;
}

.header-search .form-control {
    background-color: #4D4D4D;
    color: #fff;
    border-radius: 30px !important;
    border: none;
}

#searchForm {
    margin-right: 1rem;
}

.header-search .searchForm-h input[type=search] {
    background: url(../images/search.png) no-repeat #4D4D4D;
    background-position: 95% center;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 0px 16px;
}

.header-search .searchForm-h input[type=search]:focus {
    border: none;
}

.social_icons li.twitter>a {
    background-image: url('../images/twitter_header.png');
}

.social_icons li.facebook>a {
    background-image: url('../images/facebook_header.png');
}

.social_icons li.linkedin>a {
    background-image: url('../images/linkedin_header.png');
}

.social_icons li.youtube>a {
    background-image: url('../images/youtube_header.png');
}

.social_icons li.instagram>a {
    background-image: url('../images/instagram_header.png');
}

.social_icons.si_footer li.facebook>a {
    background-image: url('../images/facebook_footer.png');
}

.social_icons.si_footer li.twitter>a {
    background-image: url('../images/twitter_footer.png');
}

.social_icons.si_footer li.linkedin>a {
    background-image: url('../images/linkedin_footer.png');
}

.social_icons.si_footer li.youtube>a {
    background-image: url('../images/youtube_footer.png');
}

.social_icons.si_footer li.instagram>a {
    background-image: url('../images/instagram_footer.png');
}

.footer-links a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding-right: 1.75rem;
    vertical-align: top;
}

.footer-links a:hover {
    text-decoration: none;
}

.footer-sec1 .menu-item a {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
}

.navbar-expand-md .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #008000;
}

.navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.navbar-expand-md.navbar-light .navbar-nav .active>.nav-link {
    color: #008000;
}

.home-banner {
    background: url('../images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 560px;
    background-position: center;
    color: #fff;
    position: relative;
}

.home-banner h1 {
    max-width: 635px;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    margin-bottom: 0.75rem;
    margin-top: 5rem;
    color: #000;
    font-size: 36px;
    line-height: 41px;
    font-weight: 700;
}

.home-banner p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    max-width: 590px;
    margin-bottom: 1rem;
}

.banner1 .btn.btn-primary {
    background: #fff;
    color: #0F8012;
}

.banner2 .btn.btn-primary {
    background: #fff;
    color: #0F8012;
}

.btn.btn-primary {
    border-radius: 10px;
    background: #0F8012;
    width: 130px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    color: #fff;
    padding: 10px 0;
    margin-right: 1rem;
}

.home-domain {
    background-color: #ECEDEE;
}

.spd-2 {
    padding: 2rem 0;
}

.spd-3 {
    padding: 3rem 0;
    background: #F0F4F7;
}

.spd-4 {
    padding: 4rem 0;
}

.domain-sel {
    width: 18%;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    margin-right: 1.70rem;
    margin-top: 1.5rem;
    float: left;
    height: 246px;
    padding: 3rem 1.25rem 1rem;
}

.domain-sel img {}

.domain-sel:hover {
    box-shadow: 0px 6px 6px #0F80126F;
    cursor: pointer;
    border: 1px solid #707070;
}

.home-domain .col-md-12 div:last-child {
    margin-right: 0;
}

.domain-sel p {
    margin-top: 3rem;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #011A4E;
}

.footer-sec1 {
    background-color: #1C1717;
}

.footer-sec1 .logo_text {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.83px;
    font-weight: 600;
}

.footer-sec1 .logo_text1 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.footer-sec2 {
    background-color: #000;
    height: 58px;
}

ul.address_info {
    position: relative;
    padding-left: 0;
}

.address_info li:before {
    content: "";
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 26px;
    height: 26px;
}

.address_info li.location_icon:before {
    background-image: url('../images/location_icon.png');
}

.address_info li.mail_icon:before {
    background-image: url('../images/mail_icon.png');
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.address_info li.phone_icon:before {
    background-image: url('../images/phone_icon.png');
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-sec1 .menu li {
    margin-bottom: 4px;
}

.footer-contact .fc-heading {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.74px;
    font-weight: 600;
}

.footer-contact .address_info p {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.64px;
    font-weight: 400;
}

.footer-sec1 .menu li a {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
}

.address_info li {
    margin-bottom: 1.75rem;
    position: relative;
    padding-left: 2.25rem;
}

.address_info li:last-child {
    margin-bottom: 0;
}

.footer-sec2 .copyright {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

.cust-testimonials {
    background: url('../images/cu-test.png') no-repeat;
    /*height: 500px;*/
    background-size: cover;
    background-position: center;
}

.cust-testimonials h3 {
    color: #fff;
    font-weight: 700;
}

.test-desc {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.14px;
}

.cust-testimonials p {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4rem;
}

.cust-testimonials .owl-theme .owl-nav {
    margin-top: 0;
}

.clients-sec {
    background: url(../images/clients_dots.png) no-repeat #F8F8F8;
    background-position: top right;
}

.owl-carousel .owl-item img.play-img {
    width: 35px;
    height: 35px;
    float: left;
    margin: 0 1rem;
}

.test-top {
    position: absolute;
    bottom: 0px;
}

.test-top p {
    text-align: left;
    line-height: 18px;
    margin-bottom: 1rem;
}

.test-top p span {
    font-size: 14px;
}

.clients-sec .clients-carousel .col-md-3 {
    margin-bottom: 2rem;
}

.clients-carousel .owl-nav {
    display: none;
}

.clients-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #008000;
}

.clients-carousel.owl-theme .owl-dots .owl-dot.active:focus {
    outline: none;
}

.clients-carousel.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 1px solid #0F8012;
}

.news-sec {
    position: relative;
    /* margin-bottom: 6em; */
    margin-bottom: 12em;
}

.news-sec img {
    border-radius: 16px;
    width: 100%;
    height: 192px;
}

.news-ol {
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    position: absolute;
    top: 150px;
    width: 300px;
    height: 185px;
    display: block;
    right: 10px;
    margin-left: auto;
    padding: 18px 12px;
}

.news-ol p.news-ol-head {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #000;
}

.spd-3.latest-sec {
    padding-bottom: 4.5rem;
}

.news-ol p {
    font-size: 12px;
    line-height: 14px;
}

.home-contact p {
    font-size: 16px;
    line-height: 22px;
    color: #414141;
    margin-bottom: 2rem;
    font-weight: 600;
}

.news-ol a {
    font-size: 12px;
    line-height: 18px;
    color: #07458E;
}

.news-ol a i {
    margin-left: 8px;
}

.home-contact {
    background: url(../images/contact_dots.png) no-repeat;
    background-position: 7% center;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: none;
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    width: 100%;
    height: 45px;
    padding: 0 0 0 10px;
    border: 1px solid #E0E0E0;
    color: #707070;
}

textarea.form-control {
    font-size: 14px;
    height: 170px;
    line-height: 19px;
    padding: 10px 0 0 10px;
    border: 1px solid #E0E0E0;
}

.btn.btn-primary.contact-btn {
    background: transparent linear-gradient(180deg, #63D166 0%, #0F8012 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    height: 45px;
    font-size: 14px;
    text-align: center;
    margin-top: 1rem;
}

.clients-carousel.owl-carousel .owl-item img {
    padding: 0.5rem;
}

a.mouse_icon {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

.mouse-icon {
    border: 1px solid #000;
    border-radius: 30px;
    height: 45px;
    width: 29px;
    display: block;
    z-index: 10;
    opacity: .7;
    margin: 0 auto;
}

.mouse-icon .wheel {
    position: relative;
    color: #000;
}

.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }

    30% {
        top: 10px;
        opacity: 1;
    }

    100% {
        top: 25px;
        opacity: 0;
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }

    30% {
        top: 10px;
        opacity: 1;
    }

    100% {
        top: 25px;
        opacity: 0;
    }
}

.footer-sec1 .logo_text1 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 2rem;
}

.logo-text2 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 12px;
}

.banner-stats {
    width: 450px;
    text-align: center;
    background: #fff;
    opacity: 1;
    color: #000;
    border-radius: 10px;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.banner-stats h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.banner-stats h4 {
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
}

.banner-stats h4 span {
    color: #008000;
    font-size: 15px;
    line-height: 32px;
    font-weight: 700;
}

.banner-stats .stats1 {
    display: inline-block;
    border-right: 1px solid #707070;
    margin-bottom: 0;
    padding-right: 12px;
}

.banner-stats .stats2 {
    display: inline-block;
    padding-left: 12px;
    margin-bottom: 0;
}

.clients-carousel.owl-theme .owl-dots {
    margin-top: 1rem;
}

.testimonials-carousel.owl-carousel .nav-btn {
    height: 28px;
    position: absolute;
    width: 28px;
    cursor: pointer;
}

.testimonials-carousel.owl-carousel .prev-slide {
    background: url(../images/left_nav.png) no-repeat;
    left: 0;
    top: -50px;
}

.testimonials-carousel.owl-carousel .next-slide {
    background: url(../images/right_nav.png) no-repeat;
    left: 40px;
    top: -50px;
}

.latest-sec h3 {
    margin-bottom: 2rem;
}

.video-banner {
    position: relative;
    width: 70%;
    margin: 20px auto 0 auto;
}

.video-banner img {
    width: 100%;
}

video {
    display: block;
}

.banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.hm-banner h1 {
    max-width: 635px;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    margin-bottom: 0.75rem;
    margin-top: 5rem;
    color: #000;
    font-size: 36px;
    line-height: 41px;
    font-weight: 700;
}

.hm-banner p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    max-width: 590px;
    margin-bottom: 1rem;
}

span.wpcf7-not-valid-tip {
    text-align: left;
}

/*new css*/
.page-banner {
    background-size: cover;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
}

.page-banner div.page-btext h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    color: #fff;
    text-transform: uppercase;
}

.page-banner div.page-btext p {
    font-size: 16px;
    width: 650px;
    line-height: 19px;
    color: #fff;
    letter-spacing: 0.16px;
}

.em-main {
    background: #F0F4F7;
    padding: 0.5rem 0 2rem 0;
}

.em-list {
    display: inline-flex;
    padding-left: 0px;
    margin-right: 2rem;
}

.em-list a {
    border: 2px solid #0d1111;
    border-radius: 25%;
    height: 15px;
    width: 51px;
    display: inline-block;
    position: relative;
    margin-right: 0.5rem;
}

.em-list a:hover {
    background: #000;
}

.em-list a:hover~.em-list a:selected li {
    display: none;
}

.em-list li {
    display: none;
    position: absolute;
    top: 12px;
    left: 0px;
    color: #000;
    white-space: nowrap;
}

.em-list a:hover li {
    display: block;
}

.em-list a.selected {
    background-color: #000;
}

.em-list a.selected li {
    display: block;
    font-weight: 500;
}

.em-main-content h2 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.em-main-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.em-mail-links a {
    font-size: 14px;
    line-height: 14px;
}

.em-mail-links p {
    font-size: 16px;
    line-height: 14px;
    margin-top: 1rem;
    border-bottom: 1px solid lightgray;
    padding-bottom: 0.5rem;
}

.em-mail-links img {
    margin-bottom: 1rem;
}

.em-content.bg-lblue {
    background: #F0F4F7;
}

.outer-ring-item:hover {
    fill: #aeaeae;
    stroke: #000;
    stroke-width: 2;
    cursor: pointer;
}

.outer-ring-item:hover .text-inner {
    fill: #000;
}

.outer-ring-item.selected {
    fill: #aeaeae;
    stroke: #000;
}

.em-list-js a.selected .outer-ring-item {
    fill: #aeaeae;
    stroke: #000;
}

.inner-polygon-item:hover {
    stroke: #000;
    stroke-width: 2;
    cursor: pointer;
}

.fill-text .selected {
    fill: #000;
}

.fill-text.selected .j {
    fill: #000;
}

.inner-polygon-item.selected {
    stroke: #000;
    stroke-width: 2;
}

.em-list-js a.selected .inner-polygon-item {
    stroke: #000;
    stroke-width: 2;
}

.em-content h3 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.col-md-4.em-imgtxt {
    border: 1px solid #CCCCCC;
    padding: 1rem 1.5rem;
}

.col-md-4.em-imgtxt p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin-top: 1rem;
}

.em-content {
    padding: 2rem 0;
    background: #fff;
}

.em-nav {
    padding: 2rem 0;
    background: #707070;
    text-align: right;
}

.em-nav .col-md-2 {
    border-right: 2px solid #fff;
    padding: 1rem 2rem;
}

.em-nav .col-md-6>p,
.col-md-2.right-nav>p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 1.5rem;
}

.em-nav .col-md-6 p a,
.col-md-2.right-nav p a {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-decoration: underline;
    font-weight: 600;
}

.em-nav .col-md-6 {
    border-right: 2px solid #fff;
    padding-right: 2rem;
    padding-top: 1rem;
}

.col-md-2.right-nav {
    text-align: left;
    border: none;
    padding-top: 1rem;
    padding-left: 2rem;
}

.em-ov-s1 {
    background-image: url('../images/em/space_calculator.jpg');
    background-size: cover;
    background-position: center;
}

.em-ov-s1.space {
    background-image: url('../images/em/space_calculator.jpg');
}

.em-ov-s1.roi {
    background-image: url('../images/home/roi_bg.png');
}

.em-ov-s1.pc {
    background-image: url('../images/home/power-coal.png');
}

.em-ov-s1 .em-ov-d1 {
    max-width: 500px;
    padding: 50px 0;
}

.em-ov-s1 .col-md-6.em-ov-d1 {
    padding: 0;
    background: #fff;
}

.em-ov-s1 .col-md-6.em-ov-d1 {
    padding: 3.75rem 2rem 2rem 2rem;
}

.em-ov-text1 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1rem;
}

.em-ov-d2 {
    background: url('../images/overview1.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

.em-ov-d2 a {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-decoration: none;
    max-width: 60%;
    border: 0;
    background-color: #0064FF;
    color: #FFFFFF;
    padding: 1rem;
}

.em-ov-d2 .text-b {
    top: 0;
    left: 0;
    padding: 0 1rem calc(1rem + 24px) 0;
    color: #FFFFFF;
    display: block;
}

.em-ov-d2 .icon-b {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    height: 24px;
}

.em-ov-d2 .icon-b svg {
    fill: #fff;
}

.em-ov-d22 {
    background: url('../images/overview2.png');
    background-size: cover;
    height: 295px;
    position: relative;
}

.em-ov-d22 a {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-decoration: none;
    max-width: 60%;
    border: 0;
    background-color: #0064FF;
    color: #FFFFFF;
    padding: 1rem;
}

.em-ov-d22 .text-b {
    top: 0;
    left: 0;
    padding: 0 1rem calc(1rem + 24px) 0;
    color: #FFFFFF;
    display: block;
}

.em-ov-d22 .icon-b {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    height: 24px;
}

.em-ov-d22 .icon-b svg {
    fill: #fff;
}

.em-ov-text2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.em-ov-s2 h3 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin: 3rem 0;
}

.hbar {
    background: #000;
    width: 80px;
    height: 8px;
}

.em-ov-s2 .col-md-4 p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2rem;
}

.em-ov-s2 .col-md-4 p:last-child {
    margin-bottom: 0;
}

.em-ov-s2 .col-md-4 p span {
    font-size: 42px;
    margin-right: 4px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.bg-lgreen {
    background: #F0F4F7;
}

.em-ov-s3 .mtext {
    border-bottom: 1px solid lightgray;
}

.em-ov-s3.bg-lgreen h3 {
    margin: 0;
}

.em-ov-s3.bg-lgreen .col-md-4 p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
}

.em-ov-s3.bg-lgreen .col-md-4 p.mtext {
    font-size: 12px;
    line-height: 16px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 4px;
}

.em-ov-s3.bg-lgreen .col-md-4 p .mlink {
    color: #328FE1;
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
}

.page-banner .page-btext .bannertxt h1 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.32px;
    font-weight: 600;
    width: 572px;
    text-transform: capitalize;
}

.about-sec1,
.about-sec4,
.resources-sec1 {
    background: #F7F7F7;
}

.about-sec1 p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}

.about-sec1 .col-md-7 {
    padding-left: 4rem;
}

.bg-white {
    background: #fff !important;
}

.about-sec2 {
    background: #F7F7F7;
}

.about-sec3 {
    background: url('../images/grass-bg.png') rgba(51, 51, 51, 0.66);
    height: 375px;
    background-size: cover;
    color: #fff;
    background-blend-mode: multiply;
}

.about-sec3 h3 {
    margin-bottom: 3.25rem;
}

.about-sec3 p {
    font-size: 14px;
    line-height: 16px;
}

.about-sec4 h3 {
    margin-bottom: 3.25rem;
}

.mentors {
    position: relative;
}

.mentors img {
    border-radius: 10px 10px 0 0;
}

.mentor-name {
    color: #fff;
    width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: rgb(50, 143, 225, 0.7);
    text-align: center;
}

.mentor-name p {
    margin: 0;
    padding: 10px;
    font-size: 16px;
    line-height: 19px;
}

.bottomdiv {
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
    position: relative;
    height: 100%;
}

.core-team {
    margin-bottom: 1rem;
}

.about-sec2 .core-team:last-child {
    margin-bottom: 0;
}

.about-sec2 h3 {
    margin-bottom: 3rem;
}

.textdiv {
    margin-top: 1rem;
    text-align: center;
}

.bottomdiv img {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.ct-name {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}

.ct-text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

.solutions-sec1 .col-md-6 p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}

.solutions-sec1 .col-md-6 img {
    height: 100%;
}

.solutions-sec1 .col-md-6 {
    padding: 0;
}

.solutions-sec1 .col-md-6.solution-text1 {
    padding: 3rem 2rem;
}

.solutions-sec1 .col-md-6.solution-text2 {
    padding: 3rem 3rem 2rem 0;
}

/*Contact us page */
.contact-sec .contact-info p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.contact-sec .contact-info ul li p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 2rem;
    letter-spacing: 0.64px;
}

.contact-info .address_info li:before {
    content: "";
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 34px;
    height: 34px;
}

.contact-info .address_info li {
    margin-bottom: 1.75rem;
    position: relative;
    padding-left: 3rem;
}

.contact-info .address_info li.location_icon:before {
    background-image: url('../images/location-green.png');
}

.contact-info .address_info li.mail_icon:before {
    background-image: url('../images/mail-green.png');
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-info .address_info li.phone_icon:before {
    background-image: url('../images/phone-green.png');
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-sec {
    background: url('../images/contact_dots.png') no-repeat #FFF;
    content: '';
    background-repeat: no-repeat;
    background-position: calc(100% - 7%) calc(100% - 35%);
}

.cp-form input[type="text"],
.cp-form input[type="password"],
.cp-form input[type="email"],
.cp-form input[type="tel"],
.cp-form textarea {
    background-color: #FDFDFD;
    font-size: 14px;
    color: #707070;
    line-height: 19px;
}

/*End Contact us page*/
.em-secsimg .em-imgtxt img {
    width: 50px;
    height: 50px;
}

.em-content.bg-lblue .col-md-4.em-imgtxt {
    background: #fff;
}

/*Start Resources Page Css*/
.resources-sec2 p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 3rem;
}

.whp-image {
    width: 100%;
}

.resources-sec3,
.resources-slider {
    background: #F7F7F7;
}

.resources-sec3 .res-btn {
    width: 203px;
    height: 52px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: linear-gradient(180deg, #63D166 0%, #0F8012 100%) 0% 0% no-repeat;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
}

.resources-sec3 .input-group>.form-control {
    height: 52px;
    color: #AAAAAA;
    font-size: 16px;
    line-height: 19px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.resources-carousel.owl-carousel .nav-btn {
    height: 28px;
    position: absolute;
    width: 28px;
    cursor: pointer;
}

.resources-carousel.owl-carousel .prev-slide {
    background: url(../images/rec-left.png) no-repeat;
    left: -50px;
    top: 40%;
}

.resources-carousel.owl-carousel .next-slide {
    background: url(../images/rec-right.png) no-repeat;
    right: -50px;
    top: 40%;
}

.resources-faq .card-link:after {
    background: url('../images/up_accord.png') no-repeat;
    height: 27px;
    width: 27px;
    content: '';
    float: right;
}

.resources-faq .card-link.collapsed:after {
    background: url('../images/down_accord.png') no-repeat;
    height: 27px;
    width: 27px;
    content: '';
    float: right;
}

.resources-faq .card-link,
.resources-faq .card-link.collapsed {
    font-weight: 500;
    color: #000;
}

.resources-faq .card-header {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border: none;
    padding: 1.25rem 1rem;
}

.resources-faq .card {
    border: none;
    box-shadow: 0px 3px 6px #00000029;
}

.resources-faq .collapse.show {
    box-shadow: 0px 3px 6px #00000029;
}

.resources-faq .card-body {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

.rec-text {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin-top: 3rem;
}

.related-art {
    position: relative;
    padding-left: 3rem;
    margin: 1.25rem 0;
}

.related-art:before {
    background: url('../images/related-art.png') no-repeat;
    height: 45px;
    width: 42px;
    content: '';
    display: block;
    background-size: cover;
    position: absolute;
    left: 0;
}

.related-art a {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    display: block;
    cursor: pointer;
}

/*End Resources Page Css*/
.page-template-template-contact .page-banner .page-btext .bannertxt h1 {
    width: auto;
    text-transform: none;
}

.about-sec1 {
    background: url('../images/about/purpose.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-sec1.biomimicry {
    background: url('../images/biomimicry-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-sec1 .mission_stmt {
    max-width: 450px;
    padding: 40px 0;
    color: #fff;
}

.about-sec1 .mission_stmt h1 {
    font-size: 3rem;
    font-weight: 600;
}

.about-sec1.resources-sec1 p {
    font-size: 20px;
    line-height: 30px;
}

/*Home page css new 23-09-2020 */
.col-md-4.header-search .social_icons {
    float: right;
}

.footer-contact .address_info .footer-company {
    font-weight: 600;
}

.banner_info_small,
.banner_stats_small {
    display: none;
}

.banner_info_large,
.banner_stats_large {
    display: block;
}

.banner1 h1,
.banner1 p {
    color: #fff;
}

.banner2 h1,
.banner2 p {
    color: #fff;
}

.home-bannerinr h1 {
    max-width: 635px;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    margin-bottom: 0.75rem;
    font-size: 35px;
    line-height: 41px;
    font-weight: 700;
}

.home-bannerinr p {
    max-width: 625px;
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
}

.home-slider {
    position: relative;
}

.home-carousel .banner-stats {
    bottom: 20px;
}

.home-carousel .owl-nav {
    display: none;
}

.home-carousel .owl-dots,
.ecostp_projects_carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.home-carousel.owl-theme .owl-dots .owl-dot span,
.ecostp_projects_carousel .owl-dots .owl-dot span {
    border: 1px solid #fff;
    background: transparent;
    width: 12px;
    height: 12px;
}

.home-carousel.owl-theme .owl-dots .owl-dot.active span,
.home-carousel.owl-theme .owl-dots .owl-dot:hover span,
.ecostp_projects_carousel .owl-dots .owl-dot.active span,
.home-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #0F8012;
    border: 1px solid #fff;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.overlay_inner {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
}

.home-intro-sec {
    background-color: #ECEDEE;
    padding: 4.5rem 0;
}

.home-intro-sec p {
    font-size: 16px;
    line-height: 24px;
    /*margin-bottom: 0;*/
    font-weight: 400;
}

.ecostp-video {
    width: 100%;
    cursor: pointer;
}

.playpause {
    background: url('../images/playpause.png') rgba(5, 5, 5, 0.4);
    background-repeat: no-repeat;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: auto;
    background-position: center;
    cursor: pointer;
}

.banner2 .home-bannerinr h1 {
    margin-top: 13rem;
}

.home-carousel.owl-theme .owl-dots button.owl-dot:focus,
.ecostp_projects_carousel.owl-theme .owl-dots button.owl-dot:focus {
    outline: none;
}

.home-carousel.owl-theme .owl-item {
    background-color: #B4B9C1;
}

.latest-sec {
    background: transparent linear-gradient(180deg, #F8F8F8 0%, #EDEDED 100%) 0% 0% no-repeat padding-box;
}

.roi-section h3 {
    margin-bottom: 2rem;
}

.roi-section .container img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #333;
}

.roi-section img.play-img {
    box-shadow: none;
    border: none;
}

.cust-testimonials .testimonial-vid>img {
    width: 100%;
    border-radius: 16px;
}

.cust-testimonials h3 {
    margin-bottom: 2rem;
}

.cust-testimonials .col-md-3 .testimonial-vid {
    padding: 8px;
}

.client-video.modal {
    top: 10%;
}

.client-video .modal-dialog {
    max-width: 560px;
}

.client-video .modal-content {
    border-radius: 12px;
}

.client-video .modal-header {
    border: none;
}

.client-video .modal-body {
    padding: .5rem;
    line-height: 0;
}

.client-video .modal-body iframe {
    width: 100%;
    height: 310px;
    line-height: 0;
}

.client-video .close {
    right: -15px;
    position: absolute;
    top: -15px;
    z-index: 9999;
    opacity: 1;
    outline: none;
}

.client-video .modal-header button:focus {
    outline: none;
}

.test-top {
    position: absolute;
    bottom: 15px;
    left: 30px;
}

.test-top p img {
    display: block;
    float: left;
    margin-right: 8px;
    margin-left: 8px;
}

.test-top p span {
    display: block;
}

.cust-testimonials .test-top p span {
    text-align: left;
    line-height: 17px;
    margin-bottom: 1rem;
    font-size: 12px;
    padding-right: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.roi-section iframe {
    width: 100%;
    height: 100%;
}

/*End Home page css new 23-09-2020 */
.calc-page {
    padding: 3rem;
}

.calc_block_heading {
    font-size: 28px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-bottom: 15px;
}

.calc_block_text {
    font-size: 16px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}

.outer_box {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    margin: 25px 0 10px;
}

.field_box_roi {
    min-width: 438px;
}

.outer_box h5 {
    background-color: #000;
    color: #F9F9FA;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 20px;
    text-transform: uppercase;
}

.inner_box {
    padding: 8px 20px;
}

.inner_box {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    padding-bottom: 22px;
}

.inner_box p {
    margin-bottom: 0;
    line-height: 6px;
    color: #000;
    font-size: 13px;
    font-weight: 700;
}

.inner_box .span_class {
    padding: 0 26%;
    margin: 20px 0;
}

.inner_box input {
    border: none;
    border-bottom: 1px solid #707070;
    /*width: 110px;*/
    width: 50px;
    margin: 0 8px;
    display: initial;
    border-radius: inherit;
    text-align: center;
    height: 18px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
}

.inner_box input:focus {
    outline: none;
}

span.error {
    font-size: 10px;
    color: red;
    line-height: 17px;
}

span.gerror {
    font-size: 12px;
    color: red;
    line-height: 30px;
    position: relative;
    top: 10px;
}

input#totalSpace {
    background-color: transparent;
    border-bottom: none;
    color: #fff;
}

.inner_box table {
    font-size: 12px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0;
}

.inner_box .space_calc_table table th {
    border: 1px solid #D7D7D9;
}

.inner_box .space_calc_table thead {
    background-color: #E3E3E3;
}

/*------ ROI calculator----*/
.roi_table th,
.roi_table td {
    min-width: 133px;
}

.table-bordered {
    border-right: none;
}

.roi_table th.bg_green {
    vertical-align: middle;
    text-align: center;
    background-color: #0F8012;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.roi_table tbody tr td.bg_green {
    background-color: #0F8012;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.roi_table thead tr:first-child,
thead tr:last-child {
    background-color: #E3E3E3;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}

.bg_yellow {
    background-color: #FFF500;
}

.roi_table tbody tr th,
.roi_table tbody tr td {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.roi_table tbody tr td.ys:nth-child(odd) {
    background: #dee2e6;
}

.roi_table tbody tr:last-child td,
.roi_table tbody tr:last-child th {
    background-color: #646464;
    color: #fff;
}

.roi_table tbody tr:last-child td:last-child {
    color: #FFF636;
    font-size: 18px;
}

.start_text" {
 font-size: 12px;
color: #000;
}

.spd-4.roi-section img {
    width: 100%;
}

.whitepaper_title p {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.em-list-js {
    margin: 5px 0;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0F8012;
    border-color: #0F8012;
}

.img_wrapper img {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #000;
}

.carousel-item img {
    width: 100%;
}

section .carousel-indicators li {
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    width: 12px;
    height: 12px;
}

.carousel-indicators li.active {
    background: #0F8012;
    border: 1px solid #fff;
}

/*------ PMD calculator----*/
.roi_table.pmd_table th,
.roi_table.pmd_table td {
    min-width: 108px;
    font-size: 14px;
    vertical-align: middle;
}

.roi_table.pmd_table thead tr:first-child {
    background-color: #054608;
    color: #fff;
}

.roi_table.pmd_table thead tr th.grey {
    background-color: #E3E3E3;
}

.roi_table.pmd_table tbody tr:last-child td:last-child {
    color: #fff;
}

.roi_table.pmd_table thead tr:nth-child(2) th {
    border: 1px solid #d4d4d4;
    vertical-align: middle;
}

.btn.btn-primary.pm-btn {
    width: 230px;
}

.pmd_table thead tr:last-child {
    background-color: #368e39;
    color: #ffffff;
}

.pmd_table tbody tr:nth-child(even) {
    background-color: #eaf8e6;
}

.roi_table.pmd_table.ds_table tbody tr:last-child td {
    background-color: inherit;
    color: inherit;
}

.roi_table.pmd_table tbody tr:last-child td:last-child,
.roi_table.pmd_table.ds_table tbody tr:last-child td:last-child {
    font-size: 12px;
}

.roi_table.pmd_table.ds_table thead tr:first-child {
    background-color: #054607;
    color: #fff;
}

.roi_table.pmd_table.ds_table th,
.roi_table.pmd_table.ds_table td {
    min-width: 115px;
    vertical-align: middle;
}

.roi_table.pmd_table td {
    font-size: 12px;
    text-transform: none;
}

.roi_table.pmd_table td.project_name {
    text-transform: uppercase;
}

.home-bannerinr .btn.btn-primary {
    width: 180px;
    margin-right: 13px;
}

.em-ov-s1 .em-ov-d1.rc {
    margin-left: auto;
}

.footer-sec1 .menu .sub-menu {
    display: none;
}

.banner_stats_small {
    display: block !important;
    text-align: center;
    margin: 10px auto;
}

.request-services input,
.request-services select,
.request-services textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0;
    width: 100%;

    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    box-shadow: none;
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    width: 100%;
    height: 45px;
    padding: 0 0 0 10px;
    color: #707070;
}

.request-services input:focus,
.request-services select:focus,
.request-services textarea:focus {
    outline: 0;
    box-shadow: none;
    border-color: #E0E0E0
}

.request-services textarea {
    height: 100px;
}

.request-services h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: "Oswald", sans-serif;
}

.service-sub-page .bannertxt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}

/* .page-template-template-hotel-and-resorts  .service-sub-page .bannertxt{
    transform: translate(0%, -50%);
} */
.service-sub-page .page-btext .bannertxt h1,
.service-sub-page .page-btext .bannertxt p {
    width: 100%;
    word-break: break-word;
}

.service-sub-page .page-btext .bannertxt strong {
    font-size: 20px;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Raleway', sans-serif;
}

.service-sub-page .page-btext .bannertxt p {
    font-size: 18px;
    line-height: 22px;
}

.client-logo img {
    border: 1px solid #000;
    margin-bottom: 20px;
    padding: 10px;
}

.home-contact p {
    line-height: 28px;
}