
 * {
     margin: 0;
     padding: 0;
}
 .selector-for-some-widget {
     box-sizing: content-box;
}
 html {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 *, *:before, *:after {
     -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
     box-sizing: inherit;
}
 body {
     font-size: 16px;
     line-height: 1;
     position: relative;
     z-index: auto;
     font-family: 'Poppins', sans-serif;
     font-weight: 400;
     color: #2d2d2d;
     overflow-x: hidden;
}
 h1, h2, h3, h4, h5, h6 {
     color:#2d2d2d;
     margin-bottom: 15px;
     font-weight: 700;
     line-height: 1.1;
}
 ol, ul, dl {
     margin: 0;
     padding: 0;
}
 strong {
     font-weight: bold;
}
 a {
     text-decoration: none;
     -webkit-transition-duration: 500ms;
     -o-transition-duration: 500ms;
     transition-duration: 500ms;
     outline: none;
}
a:hover{
    color: #65b02f;
}
 button:focus {
     border: none !important;
     box-shadow: none !important;
     outline: none !important;
}

 .button:focus {
     outline: none !important;
     border: none !important;
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
}
 .btn:focus {
     box-shadow: none;
}
 ul {
     margin: 0;
     padding: 0;
}
 li {
     list-style: none;
}
 p {
     color: #2d2d2d;
     font-size: 16px;
     line-height: 26px;
     margin-bottom: 15px;
     font-weight: 400;
}
 p:last-child {
     margin-bottom: 0;
}
 img {
     max-width: 100%;
     height: auto;
}
 textarea:focus, input:focus {
     outline: none;
}
 hr{
     background: #cccccc;
}
.wow {
    visibility: hidden;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #65b02f;
}

::selection {
  color: #fff;
  background: #65b02f;
}
/*** Theme common style Start ***/
 @media (min-width: 1200px) {
     .container {
         max-width: 1200px;
    }
}
 .sec-padding {
     padding: 130px 0;
}
 .bg-light {
     background-color: #f1f1f1 !important;
}
/* Owl slider start */
 .owl-prev {
     width: 35px;
     height: 60px;
     background: #65b02f !important;
     position: absolute;
     left: 15px;
     bottom: 50%;
     transform: translate(0, 50%);
     outline: none;
     font-size: 18px !important;
     color: #fff !important;
     -webkit-transition-duration: 500ms;
     -o-transition-duration: 500ms;
     transition-duration: 500ms;
     opacity: 0;
     visibility: hidden;
}
 .owl-next {
     width: 35px;
     height: 60px;
     background: #65b02f !important;
     position: absolute;
     right: 15px;
     bottom: 50%;
     transform: translate(0, 50%);
     outline: none;
     font-size: 18px !important;
     color: #fff !important;
     -webkit-transition-duration: 500ms;
     -o-transition-duration: 500ms;
     transition-duration: 500ms;
     opacity: 0;
     visibility: hidden;
}
 .owl-prev:hover{
     background: #041e3f !important;
}
 .owl-next:hover{
     background: #041e3f !important;
}
 .owl-carousel:hover .owl-prev {
     left: 0;
     opacity: 1;
     visibility: visible;
}
 .owl-carousel:hover .owl-next {
     right: 0;
     opacity: 1;
     visibility: visible;
}
 .owl-prev.disabled {
     opacity: .2 !important;
}
 .owl-next.disabled {
     opacity: .2 !important;
}
 .owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
     -ms-touch-action: pan-y !important;
     touch-action: pan-y !important;
}
 .owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
     -ms-touch-action: auto;
     touch-action: auto;
}
.owl-carousel a{
    outline: 0 !important;
    border: 0 !important;
}
/* Owl slider end */
/* Button start */
 .btn-type1 {
     display: inline-block;
     background: #65b02f;
     color: #fff;
     font-size: 16px;
     font-weight: 400;
     text-transform: uppercase;
     padding: 15px 37px;
     -webkit-transition-duration: .6s;
     -o-transition-duration: .6s;
     transition-duration: .6s;
     text-align: center;
     position: relative;
     overflow: hidden;
     -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
}
 .btn-type1 span {
     position: relative;
     z-index: 1;
}
 .btn-type1:before {
     position: absolute;
     width: 140%;
     height: 100%;
     top: 0;
     left: -20%;
     content: "";
     -webkit-transform-origin: 0 50%;
     -ms-transform-origin: 0 50%;
     transform-origin: 0 50%;
     -webkit-transform: skew(-35deg) scaleX(0);
     -ms-transform: skew(-35deg) scaleX(0);
     transform: skew(-35deg) scaleX(0);
     -webkit-transition-duration: .6s;
     -o-transition-duration: .6s;
     transition-duration: .6s;
     background: #041e3f;
}
 .btn-type1:hover:before {
     -webkit-transform: skew(-35deg) scaleX(1);
     -ms-transform: skew(-35deg) scaleX(1);
     transform: skew(-35deg) scaleX(1);
}
 .btn-type1:hover {
     color: #fff;
}
 .btn-type2 {
     display: inline-block;
     background: #205291;
     color: #fff;
     font-size: 16px;
     font-weight: 400;
     text-transform: uppercase;
     padding: 15px 37px;
     -webkit-transition-duration: .6s;
     -o-transition-duration: .6s;
     transition-duration: .6s;
     text-align: center;
     position: relative;
     overflow: hidden;
     -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
}
 .btn-type2 span {
     position: relative;
     z-index: 1;
     -webkit-transition-duration: .6s;
     -o-transition-duration: .6s;
     transition-duration: .6s;
}
 .btn-type2:before {
     position: absolute;
     width: 140%;
     height: 100%;
     top: 0;
     left: -20%;
     content: "";
     -webkit-transform-origin: 0 50%;
     -ms-transform-origin: 0 50%;
     transform-origin: 0 50%;
     -webkit-transform: skew(-35deg) scaleX(0);
     -ms-transform: skew(-35deg) scaleX(0);
     transform: skew(-35deg) scaleX(0);
     -webkit-transition-duration: .6s;
     -o-transition-duration: .6s;
     transition-duration: .6s;
     background: #fff;
}
 .btn-type2:hover:before {
     -webkit-transform: skew(-35deg) scaleX(1);
     -ms-transform: skew(-35deg) scaleX(1);
     transform: skew(-35deg) scaleX(1);
}
 .btn-type2:hover span{
     color: #65b02f;
}
/* Button end */
/* Heading style start */
 .hd-type-1 {
     font-size: 61px;
     line-height: 1;
     font-weight: 700;
     color: #65b02f;
     margin-bottom: 7px;
}
 .hd-type-2 {
     font-size: 38px;
     font-weight: 700;
     color: #fff;
}
.hd-type-3 {
     font-size: 29px;
     font-weight: 700;
}
 .sec-heading {
     margin-bottom: 15px;
}
 .sub-hd{
    font-size: 20px;
    font-weight: 700;
    color: #65b02f;
    display: block;
    margin-bottom: 15px;
}
/* Heading style end */
 .imgBg {
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover !important;
     background-position: center;
     background-repeat: no-repeat !important;
}
.imgBg .find{
    display: none !important;
}
/*** Theme common style end ***/
/*Back to top arrow start*/
#back-to-top {
    display: inline-block;
    background-color: #65b02f;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    bottom: 24px;
    right: 24px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 0 10px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

#back-to-top i {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

#back-to-top:hover {
    cursor: pointer;
    background-color: #fff;
    color: #65b02f;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

#back-to-top:hover i {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
}
/*Back to top arrow end*/
/* Header start */
.header-area{
    position: relative;
}

 .header-top {
     background: #041e3f;
     padding: 10px 0;
}

 .top-links{
     margin: 0;
     padding: 0;
     display: flex;
     align-items: center;
     justify-content: center;
}

 .top-links li a{
     font-size: 14px;
     line-height: 1;
     font-weight: 500;
     color: #fff;
     padding: 0 12px;
     display: flex;
     align-items: center;
     justify-content: center;
}
.top-links li a.active{
    color: #65b02f;
}
.top-links li:first-child a{
    padding-left: 0;
}
.top-links li:last-child a{
    padding-right: 0;
}
 .top-links li a span{
    padding-right: 12px;
 }
 .top-links li a:hover{
     color: #65b02f;
}
ul.top-links.get-social li a {
    color: #8291a3;
    font-size: 16px;
}
ul.top-links.get-social li a:hover{
    color: #65b02f;
}
 .nav-brand {
     padding: 0 !important;
     background: none !important;
}

.search-btns {
    width: 38px;
    height: 38px;
    padding: 0 !important;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #65b02f;
    display: flex !important;
    align-items: center;
    justify-content: center;
        -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.search-btns span {
    position: relative;
    z-index: 1;
    padding: 0 !important;
}
 .search-btns:before {
     position: absolute;
     width: 140%;
     height: 100%;
     top: 0;
     left: -20%;
     content: "";
     -webkit-transform-origin: 0 50%;
     -ms-transform-origin: 0 50%;
     transform-origin: 0 50%;
     -webkit-transform: skew(-35deg) scaleX(0);
     -ms-transform: skew(-35deg) scaleX(0);
     transform: skew(-35deg) scaleX(0);
     -webkit-transition-duration: .6s;
     -o-transition-duration: .6s;
     transition-duration: .6s;
     background: #041e3f;
}
 .search-btns:hover:before {
     -webkit-transform: skew(-35deg) scaleX(1);
     -ms-transform: skew(-35deg) scaleX(1);
     transform: skew(-35deg) scaleX(1);
}

/* Header end */

/* Banner slider section start */
.section-home-banner {
    width: 100%;
}
.single-banner-slide{
    position: relative;
}
.single-banner-slide::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 11;
    /*background: rgb(57,63,76);
    background: -moz-linear-gradient(270deg, rgba(57,63,76,0) 0%, rgba(57,63,76,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(57,63,76,0) 0%, rgba(57,63,76,1) 100%);
    background: linear-gradient(270deg, rgba(57,63,76,0) 0%, rgba(57,63,76,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#393f4c",endColorstr="#393f4c",GradientType=1);*/
    background: rgb(4,30,63);
background: -moz-linear-gradient(270deg, rgba(4,30,63,0) 0%, rgba(4,30,63,1) 100%);
background: -webkit-linear-gradient(270deg, rgba(4,30,63,0) 0%, rgba(4,30,63,1) 100%);
background: linear-gradient(270deg, rgba(4,30,63,0) 0%, rgba(4,30,63,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#041e3f",endColorstr="#041e3f",GradientType=1);
}
.section-home-banner img{
    width: 100%;
    height: auto;
    display: block;
}
.home-slides-content {
    position: absolute;
    top: 50%;
    width: 55%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 99;
}
.banner_caption h1{
    font-size: 65px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 30px;
}
.banner_caption p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 0;
}
.banner_caption {
    padding: 0 8%;
}
.banner-slides .owl-item.active .banner_caption {
    -webkit-animation-duration: 1s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
    animation-delay: 0.5s;
    animation-name: fadeInUp;
}
/* Banner slider section End */

/*End of Life Boats Start*/
.elb-box p span{
    color: #205291;
    font-weight: 700;
    border-bottom: 1px solid #205291;
}
.underline{
    width: 53px;
    height: 3px;
    margin: 20px auto 0;
    display: inline-block;
}
.underline.blue{
    background: #205291;
}
.underline.green{
    background: #65b02f;
}
.top-title{
    margin-bottom: 50px;
}
.elb-box.left p {
    padding-right: 40px;
}
.eolb-img{
    margin-bottom: 25px;
}
.eolb-img img{
    width: 100%;
    height: auto;
    display: block;
}
.eolb-col-2 {
    margin-top: 73px;
}
.eolb-col-3 {
    margin-top: 32px;
}
.eolb-rgt-desc{
    padding: 0 24px;
}
/*End of Life Boats End*/

/*Section Waste Hierarchy start*/
.section-waste-hierarchy{
    padding: 90px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
.hi-waste-box{
    overflow: hidden;
}
.hi-waste-box .sub-hd{
    color: #fff;
}
.hi-waste-col{
    margin-bottom: 24px;
}
.hi-waste-icon-circle-outer{
    width: 143px;
    height: 143px;
    margin: 0 auto 20px;
    border: 2px solid #65b02f;
    padding: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hi-waste-icon-circle-sub{
    width: 126px;
    height: 126px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #65b02f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.section-waste-hierarchy p{
    color: #fff;
}
.section-waste-hierarchy h5{
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}
.section-waste-hierarchy h5 i{
    font-weight: 600;
}
/*Section Waste Hierarchy end*/

/*Section Our Experience start*/
.exp-item {
    min-height: 623px;
    position: relative;
}
.exp-box{
    position: relative;
}
.max-w60{
    max-width: 60%;
    margin: 0 auto;
}
.top-desc{
    padding-top: 40px;
}
.exp-overlay {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
     height: 40%;
     position: absolute;
     bottom: 0;
     -webkit-transition-duration: 1s;
     -o-transition-duration: 1s;
     transition-duration: 1s;
}
.exp-item:hover .exp-overlay{
    justify-content: space-between;
    height: 100%;
    -webkit-transition-duration: 1s;
     -o-transition-duration: 1s;
     transition-duration: 1s;
}
.exp-overlay h3{
    color: #fff;
    -webkit-transition-duration: 1s;
     -o-transition-duration: 1s;
     transition-duration: 1s;
}
.overlay-desc p{
    color: #fff;
    transform: translate(0, 60px);
    -webkit-transition-duration: 1s;
     -o-transition-duration: 1s;
     transition-duration: 1s;
     opacity: 0;
     visibility: hidden;
     max-height: 0;
}
.exp-item:hover .overlay-desc p{
    display: block;
    transform: translate(0, 0);
    max-height: inherit;
    opacity: 1;
    visibility: visible;
}
.exp-box::before{
    width: 100%;
    height: 45%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
     z-index: 1;
     background: rgb(1,1,1);
    background: linear-gradient(0deg, rgba(1,1,1,1) 0%, rgba(0,0,0,0) 80%);
    -webkit-transition-duration: 1s;
     -o-transition-duration: 1s;
     transition-duration: 1s;
}
.exp-item:hover .exp-box::before{
    height: 100%;
    background: RGBA(39,106,193,0.94);
}
/*Section Our Experience end*/

/*Sectoon Boats parts start*/
.section-boat-parts{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    overflow: hidden;
    position: relative;
}
.section-boat-parts h2{
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
}
.section-boat-parts p{
    color: #fff;
}
.btn-wraper{
    margin-top: 40px;
}
/*Sectoon Boats parts end*/

/*Section testimonial start*/
.quote-icon{
    max-width: 76px;
    margin: 0 auto;
    display: inline-block;
}
.rtng-star{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.rtng-star span{
    font-size: 17px;
    color: #f2bc02;
    padding: 0 3px;
}
.test-name{
    padding: 24px 0 10px;
    margin-bottom: 0;
}
.testi-img{
    width: 65px;
    height: 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #003f66;
    overflow: hidden;
    display: inline-block;
}
.testi-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.item-testi p:last-child{
    margin-bottom: 0;
}
.testi-img{
    margin-top: 15px;
}
.testi-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.testi-slider .owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    margin-right: 5px;
    border-radius: 100px;
    background-color: #999797;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.testi-slider .owl-dots .owl-dot.active {
    width: 27px;
    background-color: #65b02f;
}
/*Section testimonial end*/

/*Section More info start*/
.section-more-info {
    background: #65b02f;
    padding: 70px 0;
}
.section-more-info .btn-wraper {
    margin-top: 20px;
}
/*Section More info end*/

/*Footer start*/
.footer{
    background: #001024;
}
.footer-top{
    padding: 90px 0;
}
.footer-title{
    font-size: 29px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.form .label {
    color: #525861;
    font-size: 12px;
    padding-left: 30px;
    font-weight: 400;
    margin-bottom: 7px
}

.form-group {
    margin-bottom: 20px
}

.form-control {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff
}

.form .form-group textarea {
    height: 135px
}

.form .form-group input::-webkit-input-placeholder,.form .form-group select::-webkit-input-placeholder {
    color: #ffffff !important
}

.form .form-group input::-moz-placeholder,.form .form-group select::-moz-placeholder {
    color: #ffffff !important
}

.form .form-group input:-ms-input-placeholder,.form .form-group select:-ms-input-placeholder {
    color: #ffffff !important
}

.form .form-group input:-moz-placeholder,.form .form-group select:-moz-placeholder {
    color: #ffffff !important
}

.form .form-group textarea::-webkit-input-placeholder {
    color: #ffffff !important
}

.form .form-group textarea::-moz-placeholder {
    color: #ffffff !important
}

.form .form-group textarea:-ms-input-placeholder {
    color: #ffffff !important
}

.form .form-group textarea:-moz-placeholder {
    color: #ffffff !important
}

.form .form-control {
    resize: none;
    padding: 12px 30px;
    background: #1a283a;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 0;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    outline: 0 !important;
    color: #fff;
}
.btn_submit{
    display: inline-block;
     background: #65b02f;
     color: #fff;
     font-size: 16px;
     font-weight: 400;
     text-transform: uppercase;
     padding: 15px 37px;
     -webkit-transition-duration: .6s;
     -o-transition-duration: .6s;
     transition-duration: .6s;
     text-align: center;
     position: relative;
     overflow: hidden;
     -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        border: 0;
}
.btn_submit:hover{
    background: #fff;
    color: #65b02f;
}
.ftr-reachus ul h5{
    font-weight: 600;
    color: #65b02f;
    margin-bottom: 20px;
}
.ftr-reachus ul{
    margin: 0 0 40px;
    padding: 0;
}
.ftr-reachus ul:last-child{
    margin-bottom: 0;
}
.ftr-reachus ul li{
    display: flex;
    font-size: 16px;
    line-height: 26px;
    color: #8d9095;
    margin-bottom: 20px;
}
.ftr-reachus ul li:last-child{
    margin-bottom: 0;
}
.ftr-reachus ul li .ftr-icon{
    min-width: 20px;
    margin-right: 24px;
}
.ftr-reachus ul li a{
    color: #fff;
}
.ftr-reachus ul li a:hover{
    color: #65b02f;
}
.ftr-reachus ul li span small{
    color: #74797f;
    font-size: 12px;
}
.ftr-reachus ul .time{
    line-height: 20px;
}
.ftr-reachus ul .time{
    color: #fff;
}
span.ftr-icon img {
    position: relative;
    top: 2px;
}
.copy-right {
    border-top: 1px solid #122135;
    padding: 28px 0;
}
.copy-right p{
    font-size: 14px;
    font-weight: 400;
    color: #58677b;
    margin-bottom: 0;
}
/*Footer end*/














/* Common style :start */
.text-color-1 {
    color: #65b02f !important;
}
.text-color-2 {
    color: #205291 !important;
}

.inner-page {
    padding: 90px 0px;
}

.hr-style-1 {
    background-color: #cccccc;
    opacity: 1;
}
/* Common style :end */

/* breadcrumb-style-1 :start */
.breadcrumb-style-1 .breadcrumb {
    padding: 0;
    margin: 0;
}
.breadcrumb-style-1 .breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.breadcrumb-style-1 .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 10px;
}
.breadcrumb-style-1 .breadcrumb .breadcrumb-item a {
    color: inherit;
}
.breadcrumb-style-1 .breadcrumb .breadcrumb-item a:hover {
    color: #65b02f;
}
.breadcrumb-style-1 .breadcrumb .breadcrumb-item.active {
    color: #65b02f;
}
.breadcrumb-style-1 .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: #ffffff;
    padding-right: 10px;
}
/* breadcrumb-style-1 :end */

/* inner-banner :start */
.inner-banner {
    width: 100%;
    height: 300px;
}
.inner-banner .ibanner-block {
    width: 100%;
    height: 100%;
    position: relative;
}
.inner-banner .ibanner-block .inbannerimg {
    width: 100%;
    height: 100%;
}
.inner-banner .ibanner-block .banner-slides-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.inner-banner .ibanner-block .banner-slides-content .inbanner-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 10px;
}
/* inner-banner :end */

/* bloglist-block :start */
.bloglist-block {
    width: 100%;
    height: auto;
}
.bloglist-block .blist-title {
    margin-bottom: 35px;
}
.bloglist-block .blimg-block {
    width: 100%;
    height: auto;
    background-color: #000000;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.bloglist-block .blimg-block img {
    width: 100%;
    height: auto;
}
.bloglist-block .blimg-block.blvideo::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/play-icon.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.bloglist-block .blimg-block.blvideo img {
    opacity: 0.5;
}
.bloglist-block .blimg-block.blvideo:hover::after {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
/* bloglist-block :end */

/* blogdetails-block :start */
.blogdetails-block {
    width: 100%;
    height: auto;
}
.blogdetails-block .bdetails-title {
    margin-bottom: 35px;
}
.blogdetails-block .bdetails-description h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #65b02f;
    margin-bottom: 10px;
}
.blogdetails-block .bdetails-description .bdimg-block {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    display: inline-flex;
}
.blogdetails-block .bdetails-description .bdimg-block img {
    max-width: 100%;
    height: auto;
}
.blogdetails-block .bdetails-description .bdimg-block.bdvideo {
    background-color: #000000;
}
.blogdetails-block .bdetails-description .bdimg-block.bdvideo::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/play-icon.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.blogdetails-block .bdetails-description .bdimg-block.bdvideo img {
    opacity: 0.5;
}
.blogdetails-block .bdetails-description .bdimg-block.bdvideo:hover::after {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
/* blogdetails-block :end */

/* related-post :start */
.related-post {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.related-post .relpost-image {
    width: 100%;
    height: 210px;
    background-color: #000000;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.related-post .relpost-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.related-post .relpost-image.rpvideo::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/play-icon.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.related-post .relpost-image.rpvideo img {
    opacity: 0.5;
}
.related-post .relpost-description {
    margin-top: 24px;
}
.related-post .relpost-description h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #65b02f;
    margin-bottom: 15px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.related-post .relpost-description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #2d2d2d;
    margin-bottom: 0px;
}
.related-post .relpost-buttons {
    padding-top: 15px;
    margin-top: auto;
}
.related-post .relpost-buttons .btnReadmore {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #65b02f;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.related-post .relpost-buttons .btnReadmore:hover {
    color: #000000;
}
.related-post:hover .relpost-image img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.related-post:hover .relpost-image.rpvideo::after {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
/* related-post :end */

/* related-post :start */
.newsletter-block {
    width: 100%;
    height: auto;
    color: #ffffff;
    background-color: #041e3f;
    background-image: url('../images/newsletter-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 30px 110px 30px;
}
.newsletter-block h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #65b02f;
    margin-bottom: 50px;
}
.newsletter-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 0px;
}
.newsletter-block form {
    margin-top: 30px;
}
.newsletter-block form .form-control {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #8098b6;
    border-radius: 30px;
    padding: 10px 24px;
}
/* related-post :end */

/*Search collapse*/
.search-collapse {
    position: absolute;
    top: 100%;
    right: 0;
}
.search-inputs {
    display: flex;
     background: #fff; 
    width: 640px;
    margin: 0 auto;
    border-radius: 30px;
    border: 2px solid #65b02f;
    padding: 3px;
}
.input--fileds {
    width: 100%;
    background: #fff;
    border-radius: 30px;
}
.submit-btn {
    outline: 0;
    padding: 15px 30px;
    min-width: 150px;
    border: 0;
}
 .search-collapse .form-control {
     resize: none;
     padding: 14px 20px;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     border-radius: 30px;
     border: 0;
     border-right: 1px solid #ced7e2;
     color: #5c697d;
     font-size: 14px;
}
.search-collapse .form-control:last-child{
    border-right: 0;
}
 .search-collapse .form-control:focus {
     outline: 0;
     box-shadow: none;
     border-color: #e94e1b;
}
.search-collapse .card{
    padding: 0;
    border: 0;
    background: transparent;
}
.tw-new svg {
    width: 14px;
    color: #8291a3;
}

.tw-new svg path {
    fill: currentColor;
}

.tw-new svg:hover {
    color: #65b02f;
}
.video-block video{
    width: 100%;
    display: block;
}
.fancybox__html5video, .fancybox__iframe{
    outline: 0 !important;
}
.section-dwnload-broch{
    padding: 40px 0;
}
.link-style-1{
    color: #65b02f;
    text-decoration: underline;
}
.link-style-1:hover{
    color: #000;
    text-decoration: none;
}
.inline-row-img{
    row-gap: 20px;
}


.blogdetails-block .bdetails-description .inline-row-img .bdimg-block{
    width: 100%;
    height: 400px;
}
.blogdetails-block .bdetails-description .inline-row-img .bdimg-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}