html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


#loader {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
}

#element {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: : translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    /*padding-top: 20px;*/
    z-index: 999;
}

header .classyright-menu {
    width: auto;
    height: 100%;
}

header .classyright-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.navbar-fixed .navbar-brand.white-logo {
    display: none;
}

.navbar-fixed .navbar-brand.color-logo {
    display: block !important;
}

.navbar-brand.color-logo {
    display: none;
}

.navbar-fixed .classy-nav-container .classy-menu a {
    color: #1a1b1b;
}

.navbar-fixed {
    padding: 0;
    top: 0;
    z-index: 1040;
    position: fixed;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 48px -20px rgba(0, 58, 120, .64);
    -moz-box-shadow: 0 2px 48px -20px rgba(0, 58, 120, .64);
    box-shadow: 0 2px 48px -20px rgba(0, 58, 120, .64);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

main {
    overflow: hidden;
}

p {
    font-size: 16px;
    line-height: 28px;
}


a,
a:hover,
a:active,
a:focus {
    outline: 0 !important;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

:focus {
    outline: none !important;
}

.img-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wow {
    visibility: hidden;
}

ul {
    list-style: none;
    padding: 0;
}

.white-color {
    color: #fff !important;
}

.head-cntct {
    border: 2px solid #6ec026;
    padding: 15px 28px !important;
    color: #6ec026 !important;
    border-radius: 50px;
    font-size: 14px !important;
}

.head-call img {
    margin: 0 35px 0 0;
}

.head-call {
    font-size: 16px !important;
    font-weight: 500 !important;
    display: block !important;
    margin-top: 15px !important;
    background: url(../images/call-icon.png) top 20px left 0 no-repeat;
    width: 186px;
    text-align: right;
}

.head-cntct:hover {
    border: 2px solid #6ec026;
    padding: 15px 28px !important;
    color: #fff !important;
    border-radius: 50px;
    font-size: 14px !important;
    background-color: #6ec026;
}

.read-more-btn {
    padding: 15px 28px !important;
    color: #fff !important;
    border-radius: 50px;
    font-size: 14px !important;
    background-color: #6ec026;
    text-transform: uppercase;

}

.read-more-btn:hover {
    padding: 15px 28px !important;
    color: #fff !important;
    border-radius: 50px;
    font-size: 14px !important;
    background-color: #326a00;

}

.main-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    padding: 20px 30px;
}

.navbar-fixed .navbar-brand.white-logo {
    display: none;
}

.navbar-fixed .navbar-brand.color-logo {
    display: block !important;
    padding: 16px 0;
}

.navbar-brand.color-logo {
    display: none;
}


.home-slider .swiper-slide img.bg {
    visibility: hidden;
}

#myVideo {
    position: relative;
    z-index: -1;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.banner-text span {
    color: #6ec026;
    font-size: 24px;
    letter-spacing: 4px;
    font-weight: 300;
}

.banner-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: : translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.banner-text h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 64px;
}

.banner-text sub {
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: 300;
    color: #6ec026;
    line-height: 30px;
    letter-spacing: 5px;
}

.banner-text p {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;

}

.about-sctn,
.products-sctn,
.construction-sctn,
.conct-sectn,
.client-sctn,
.maritime-sctn,
.maritime-sctn,
.product-sctn-1{
    padding: 120px 0;
}

.about-sctn .right-cl .rotate {
    position: absolute;
    top: 60px;
    right: 100px;
    animation: animName 5s linear infinite;
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.about-sctn .right-cl .bounce {
    position: absolute;
    left: 60px;
    bottom: 40px;
    animation-duration: 3s;
    animation-name: bounce;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.about-sctn .left-cl {
    padding-right: 66px;
}

.abt-text span {
    font-size: 20px;
    color: #6ec026;
    font-weight: 100;
    letter-spacing: 3px;
}

.abt-text {
    font-size: 45px;
    font-weight: 700;
    color: #001121;
    position: relative;
    z-index: 1;
}

.abt-list {
    font-size: 20px;
    color: #041d32;
    font-weight: 500;
}

.products-sctn,
.construction-sctn {
    background-color: #f1f2f3;

}

.prodt-img {
    position: relative;
    width: 100%;
    float: left;
}

.prodt-img {
    position: relative;
    width: 100%;
    float: left;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
}

.img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: #041d32;*/
    background-image: linear-gradient(180deg, transparent 0 30%, #041d32 70% 100%);
    overflow: hidden;
    width: 100%;
    height: 180px;
    transition: .5s ease;
    opacity: .9;
}

.prodt-img:hover .img-overlay {
    height: 100%;
    background-color: #041d32 !important;
}

.pro-text {
    position: absolute;
    bottom: 30px;
    left: 0;
    color: #fff;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    padding-left: 20px;
}

.prodt-img:hover .pro-text {
    bottom: auto;
    top: 20px;
}

.pro-arrow {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.prodt-img:hover .pro-arrow {
    opacity: 1;
    position: relative;
    left: 55px;
    top: 130px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.products-sctn .rotate {
    position: absolute;
    top: 60px;
    right: 60px;
    animation: animName 20s linear infinite;
}


.home-banner {
    width: 100%;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    position: relative;
}

/*-----------------------Contact -----------------------*/

.contact-section {
    background-image: url('../images/contact-pattern.png');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-left {
    background-image: url('../images/contact-bg.jpg');
    background-color: #0c1e32;
    color: #fff;
    padding: 60px;
    text-align: left;
    position: relative;
}

.contact-left::after {
    width: 10000px;
    height: 100%;
    position: absolute;
    left: -10000px;
    top: 0;
    content: "";
    background:#0c1e32;
    background-repeat: repeat;
    background-position: right;
}

.contact-right form {
    margin: 120px 0;
    text-align: left;

}

.contact-right {
    padding: 0 40px;
}


.contact-left h6 {
    color: #6ec026;
    letter-spacing: 2px;
}

.contact-left h2 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-top: 15px;
}



.form-control {
    border-radius: 50px;
    border: 1px solid #cfd8dc;
    padding: 12px 20px;
}

textarea.form-control {
    border-radius: 20px;
    min-height: 120px;
}

.submit-btn {
    margin-top: 40px !important;
}

/*-----------------------inner -----------------------*/

.inner-banner {
    height: 100vh;
    max-height: 300px;
    position: relative;
    z-index: -1;
}

.img-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.inner-banner-text {
    width: 100%;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: : translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.inner-banner-text h3 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
}

.abt-info-sctn {
    margin-top: 60px;

}

.abt-inner-text {
    color: #03172b;
    font-size: 32px;
    font-weight: 700;
}

.abt-info-cl {
    background: #fff;
    border: 2px solid #03172b;
    padding: 24px;
    margin-bottom: 24px;
}

.abt-info-cl h5 {
    color: #6ec026;
    font-size: 19px;
    font-weight: 500;
}

.abt-info-cl p {
    font-size: 16px;
    margin-bottom: 0;
}

.abt-bg {
    background-image: url(../images/abiut-bg.png);
    position: absolute;
    bottom: 0;
    z-index: -2;
    width: 100%;
    height: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-footblk {
    background: #012446;
    padding: 70px 0;
    overflow: hidden;
}

.about-foot-bg {
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    background: #6ec026;
}

.about-footblk .left-sec {
    text-align: right;
    padding: 25px 50px;
    z-index: 99;
}

.about-footblk .right-sec {
    text-align: left;
    padding: 25px 50px;
    z-index: 99;
}

.about-footblk h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.about-footblk p {
    color: #fff;
}

.client-right-txt {
    color: #03172b;
    font-weight: 600;
    font-size: 22px;
    line-height: 36px;
}

.maritime-sctn {
    background-size: cover;
    background-image: url(../images/client-bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
}

.maritime-sctn p {
    color: #fff;
}

.construction-bg-logo {
    width: 700px;
    position: absolute;
    right: -14%;
    bottom: -125px;
}

.owl-carousel .item .zoom-wrap {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.owl-carousel .item h4 {
    color: #68b624;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
}

.item .owl-number {
    position: absolute;
    top: -12px;
    left: 18px;
    z-index: 99;
}


.item .owl-number {
    position: relative;
    top: 12px;
    line-height: 20px;
    letter-spacing: 4px;
    left: 20px;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: -1px -1px 0 #68b624, 1px -1px 0 #68b624, -1px 1px 0 #68b624, 1px 1px 0 #68b624;
}

.item .maritime-owl-number {
    position: relative;
    top: 12px;
    line-height: 20px;
    letter-spacing: 4px;
    left: 20px;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
    color: #062e49;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.con-owl-carousel .owl-dots {
    color: #fff;
    /*width: 54px;*/
    height: 30px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
}

.owl-dots .owl-dot {
    width: 10px;
    height: 6px;
    margin-left: 6px;
    border-radius: 10px;
    background: #c3c3c3 !important;


}

.owl-dots .owl-dot.active {
    width: 20px;
    height: 6px;
    margin-left: 6px;
    background: #68b624 !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

}


.product-card {
    background-color: #6dc32b;
    border-radius: 20px;
    position: relative;
    padding: 27px 30px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    height: 265px;
}

.product-card .pro-green-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    background: #fff;
    border-radius: 0 0 0 15px;
}

.pro-button:hover .top-green-arrow {
    transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
    
}
.pro-green-arrow .top-green-arrow {
    width: 46px;
    margin-left: 18px;
    transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}

 .product-card h5 {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
}
.pefc-logo {
    float: right;
    margin-top: -80px;
    margin-bottom: 20px;
}

/* Footer section :start */
footer .footer-top {
    color: #ffffff;
    background-color: #00101a;
    padding: 100px 0 60px 0;
}

footer .footer-top .ftop-block .ftb-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    color: #fff;
    margin-bottom: 35px;
}

footer .footer-top .ftop-block .sitemap-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 9;
}

footer .footer-top .ftop-block .sitemap-list li {
    margin-bottom: 20px;
}

footer .footer-top .ftop-block .sitemap-list li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    color: #ffffff;
}

footer .footer-top .ftop-block .sitemap-list li a .fa-solid {
    color: #68b624;
    margin-right: 10px;
}

footer .footer-top .ftop-block .location-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-top .ftop-block .location-list li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 25px;
}

footer .footer-top .ftop-block .location-list li.address {
    margin-bottom: 10px;
}

footer .footer-top .ftop-block .location-list li i {
    margin-right: 5px;
}

footer .footer-top .ftop-block .location-list li a {
    color: #ffffff;
}

footer .footer-top .ftop-block a:hover {
    color: #68b624 !important;
}

footer .footer-top .ftop-block iframe {
    width: 100%;
    height: 200px;
    border-radius: 20px;

}

footer .footer-bottom {
    background-color: #00101a;
}

footer .footer-bottom .footer-btm-cont {
    border-top: 1px solid #041d2d;
    color: #a3a6a8;
    padding: 20px 0;
    background-color: #00101a;
}

footer .footer-bottom ul {
    list-style: none;
    padding: 5px 0px;
    margin: 0;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
}

footer .footer-bottom ul li a {
    color: #68b624;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border: 1px solid #68b624;
    padding: 8px 0;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin-left: 20px;
}

footer .footer-bottom ul li a:hover {
    background: #68b624 !important;
    color: #fff;
}


footer .location-list img {
    width: 15px;
    height: auto;
    left: 0;
    top: 6px;
    position: absolute;
}

footer .location-list li {
    padding-left: 33px;
}

.foot-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;

}

/* Footer section :end */

