
body {
    font-family: 'Josefin Sans', sans-serif;
    color: #666;
	font-size: 16px;
    font-weight: 300;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    font-family: 'Josefin Sans', sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
	line-height: 1.4em;
	color: #111;
}
p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
}
a {
	outline: 0;
	color: #222;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
    text-decoration: none;
}
a:hover {
	color: #00a54f;
	text-decoration: none;
}
.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
button:focus {
	outline: none;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.main_section {
	width: 100%;
	margin: 0px;
	padding: 80px 0;
}


/******* Back-to-top ************/
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 21px;
	padding: 11px 0;
	background-color: #00a3c8;
	border-color: #00a3c8;
}
.btn-dark:hover {
	color: #fff;
	background-color: #0490b0;
	border-color: #0490b0;
}



/******* Menu ************/
.top-hader {
    padding: 10px 0;
    border-bottom: 1px solid #bababa;
        display: none;
}
.header-social p{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.header-social p a{
    margin-left: 6px;
    font-size: 21px;
}
.header-social p a img{
    width: 25px;
}
.top_menu{
    padding: 3px 0;
    background: #fff;
}

.cus-headrer {
    display: flex;
    align-items: center;

}
.mobile-logo {
    display: none;
}
.header-btn a {
    background: #05e9df;
    color: #fff;
    padding: 12px 23px 9px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 0px;
}

.fixed-header {
	position: fixed;
	top: 0;
	z-index: 99;
	transition: 0.8s;
	-webkit-transition: 0.8s;
    background: #fff;
}
.vg-nav>ul>li>a {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
.vg-nav>ul>li {
    padding: 10px 15px;
}
.vg-nav>ul>li.active a, .vg-nav>ul>li a:hover {
    color: #50d864;
}
.menu {
    width: 63%;
    text-align: center;
}

li.logo {
    margin: 0 30px;
}
.logo img {
    width: 50%;
}
.search {
    display: flex;
    justify-content: end;
    width: 18%;

}

/******* Slider ************/
.slider{
    padding: 0px 0 0 0;
    position: relative;
}
.slider::before {

}


.slider .carousel-caption {
    text-align: center;
    bottom: 0px;
    top: 0px;
    padding: 0px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    left: 5%;
    right: 5%;
}
.slider-bg {
    position: relative;
    z-index: 9;
    bottom: 0;
    left: 0;
    /* text-align: center; */
    width: 60%;
}


.slider-bg h2{
    font-size: 47px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 62px;
    letter-spacing: 5px;

}

.slider-bg p{
    color: #fff;
    font-size: 16px;
    font-weight: 500;

}

.slider .carousel-item img{
    height: 82vh;
    object-fit: cover;
}

.cus-btn{
    background: #2d6cb5;
    padding: 14px 30px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin: 20px 0 00;
    border-radius: 70px;
}

html {
    scroll-behavior: smooth;
  }

/******* nature ************/
.nature{
    padding: 0px;
}
.nature-box {
    display: flex;
}
.cus-nature-box{
    position: relative;
    overflow: hidden;
    width: 33%;
}
.wp-nature-box{
    display: flex;
}
.mobile{
    display: none;
}

.nature-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #000;
}
.nature-img img{
    height: 320px;
    object-fit: cover;
    opacity: 0.7;
    width: 100%;
}

.nature-text {
    position: absolute;
    bottom: inherit;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    top: 270px;
}
.nature-text h3{
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}
.nature-text p{
    color: #fff;
    font-weight: 500;
    line-height: 25px;
}


.cus-nature-box:hover .nature-text {
    opacity: 1;
    bottom: inherit;
    transition: 1s;
    top: 150px;
}

.paradise{
    background-image: url(../images/BG.jpg);
    background-size: cover;
    background-position: center;
}
.paradise-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.video-box {
    width: 50%;
}
.video-box img {
    box-shadow: 0px 0px 7px #0000003d;
    background: #fff;
    height: 244px;
    width: 100%;
    object-fit: contain;
}
video {
    width: 100%;
}
.paradise-text {
    width: 50%;
    padding: 0 70px;
}
.paradise-text h3{
    text-transform: uppercase;
    font-weight: 700;
}
.paradise-text p{
    font-weight: 600;
    
}
.paradise-text a{
    display: inline-block;
    border: 1px solid #000;
    margin: 20px 0 0 0;
    padding: 9px 20px 7px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.paradise-text a:hover{
    background: #000;
    color: #fff;
}
.paradise-box:nth-child(2n+2){
    flex-direction: row-reverse;
}
.recycle{
    padding: 0px;
}
.recycle-box {
    display: flex;
    flex-wrap: wrap;
}
.cus-recycle-box {
    width: 25%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #000;
}
.cus-recycle-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: .7;
}
.cus-recycle-img img{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.cus-recycle-box:hover .cus-recycle-img img{
    transform: scale(1.1);
}
.recycle-text {
    position: absolute;
    bottom: 50px;
    padding: 36px;
}
.recycle-text h4{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.recycle-text p{
    color: #fff;
    font-weight: 600;
}
.cus-recycle-box:nth-child(2) .cus-recycle-img{
    opacity: 0;

}
.cus-recycle-box:nth-child(4) .cus-recycle-img{
    opacity: 0;

}

.cus-recycle-box:nth-child(5) .cus-recycle-img{
    opacity: 0;

}

.cus-recycle-box:nth-child(7) .cus-recycle-img{
    opacity: 0;

}

  .icon {
    background: #fff;
    position: relative;
    z-index: 0;
}
.icon::before{
    content: '';
    background-image: url(../images/background.jpg);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 700px;
    z-index: -1;

}

.cus-icon-text{
    text-align: center;
    margin-bottom: 50px;
}
.cus-icon-text h2{
    font-weight: 600;
}
.cus-icon-text p{
    font-weight: 600;
    width: 70%;
    margin: 0 auto;
}


.wp-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.icon-box {
    width: 25%;
    border-right: 0px solid #999;
    padding: 0 16px;
}
.icon-box img{
    width: 60%;
    margin-bottom: 30px;
    height: 140px;
    object-fit: contain;
}
.icon-box h3{
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 14px;
}
.icon-box p{
    font-weight: 600;
  
}
.legacy {
    display: flex;
    margin: 80px 0 0 0;
    align-items: center;
}
.left-legacy-box{
    width: 40%;
    padding: 0 40px 0 0;
}
.right-legacy-box {
    width: 60%;
    display: flex;
}
.left-legacy-box h3{
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 33px;
    margin-bottom: 14px;
}
.left-legacy-box p{
    font-weight: 500;
   
    margin-bottom: 15px;
}
.left-legacy-box a{
    display: inline-block;
    border: 1px solid #000;
    margin: 20px 0 0 0;
    padding: 9px 20px 7px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.left-legacy-box a:hover{
    background: #000;
    color: #fff;
}
.legacy-img {
    padding: 0 6px;
}





.updates{
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.updated-form {
    width: 60%;
    margin: 30px auto 0;
}

.updated-form .form-control {
    display: block;
    width: 100%;
    padding: 0.975rem 0.75rem;
    color: #212529;
    border: 0px solid #ced4da;
    border-radius: 0;
}

.updated-form .btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0px;
    border-left: 1px solid #bf8266;
    padding: 14px;
}

.updated-form .form-check .form-check-input {
    float: inherit;
    margin-left: -1.5em;
}
label {
    display: inline-block;
    /* text-align: center; */
    color: #000;
}
.updates h2{
    letter-spacing: 3px;
}
.gallery{
    padding: 0;
}

.gallery-box {
    display: flex;
}
.gallery-img {
    padding: 0px;
}
.left-gallery-box {
    padding: 0 10px 0 0;
}
.center-box{
    padding: 0 10px 0 0;
}
.right-gallery-box .gallery-img {
    padding: 0px;
    margin-bottom: 10px;
}

.location-text {
    width: 100%;
    padding: 0 50px 0 0;
}
.location-text p{

}

.location-text ul{
    padding: 0px;
    list-style-type: none;
}
.location-text ul li{
text-transform: uppercase;
font-weight: 700;
color: #000;
margin-top: 16px;
}



.testimonial{
    background: #3b9de8;
    padding: 90px 0 70px;
    position: relative;
    z-index: 1;
}


.testimonial-icon {
position: absolute;
    left: 46%;
    top: 37px;
    z-index: -1;
}
.testimonial-icon i{
    color: #4aa5ea;
    font-size: 180px;
}
.testi-box {
padding: 0 0px 0 80px;
  
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.testimonial-box p {
    width: 100%;
    margin: 0 0 20px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    padding: 0 25px 0 0px;
    font-size: 16px;
    height: 78px;
    overflow-y: scroll;
    color: #fff;

}
.testimonial-box span{
    text-transform: uppercase;
    display: block;
    color: #000;
    font-weight: 700;
       font-size: 18px;
        color:#fff;

}
.owl-carousel .owl-nav button.owl-prev{
    color: #000;
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 50px;
    opacity: 0;
}
.owl-carousel .owl-nav button.owl-next{
    color: #000;
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 50px;
    opacity: 0;
}
.testimonial-box {
    
}
.texti-heading {
    margin: 40px 0 0 0;
}
.texti-heading h2{
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
      text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot span {
     width: 16px;
    height: 16px;
    margin: 5px 0px;
    background: #cecfcf;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.water{

}
.water-text h2{
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.water-text p{
   
    font-weight: 600;
    margin-bottom: 30px;
}
.water-box {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #666;
    margin-bottom: 15px;
}

.laft-water-text {
    display: flex;
    width: 50%;
    justify-content: space-between;
    padding: 0 10px 0 0;
}
.right-water-text {
    display: flex;
    width: 50%;
    justify-content: space-between;
    padding: 0 0 0 10px;
}
.laft-water-text p{
    margin-bottom: 0px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.laft-water-text span{
    color: #fac76e;
    font-weight: 600;
}
.right-water-text p{
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.right-water-text span{
    font-weight: 600;
}
.water-text a{
    color: #3cece3;
    font-size: 18px;
    display: inline-block;
    margin: 11px 0 0 0;
    text-decoration: underline;
}

.right-water-box {
    display: flex;
}
.wather-box {
    padding: 0 10px 0 0;
}

.right-wather-box {
    padding: 0 0 0 10px;
}
.water-text {
    padding: 60px 40px 0 0;
}
.wather-text {
    background: #ffb536;
    padding: 30px 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wather-heading h4{
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 0px;

}
.wather-heading p{
    color: #fff;
    font-weight: 500; 
}

    .water-icon i {
        color: #fff;
        font-size: 60px;
    }

.water-icon img{
    height: 60px;
}


.right-wather-box .wather-text {
    background: #3b9de8;
    padding: 30px 10px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.trip {
    background: #fafafa;
    padding: 30px 0;
}
.trip-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
.trip-text {
    padding: 0 0 0 30px;
}
.trip-text p{
    font-weight: 600;
    font-size: 17px;
}

/******* footer ************/
.footer {
    background-color: #000;
    padding: 40px 0 30px;

}
.footer-logo{
    margin-bottom: 5px;
}
.footer-logo a img{
    width: 14%;
    margin-top: 20px;
}
.footer-social {
    margin: 23px 0 0 0;
    display: inline-block;
}
.footer-social a{
    color: #fff;
    margin-right: 8px;
    font-size: 18px;
}

.footer-text{
    position: relative;
}
.footer-services1{
    margin-top: -13px;
}
.footer-text a img {
    width: 70%;
    margin: 0 0 16px;
}

.footer-text h4{
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    padding-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-text p{
    color: #b1adad;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
}
.footer-text ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
.footer-text ul li{
    line-height: 45px;
}
.footer-text ul li a{
    font-size: 17px;
    color: #b1adad;
    text-decoration: none;
    font-weight: 500;


}
.footer-text ul li a i{

}
.footer-text .form-control {
    padding: 0.5rem 0.75rem;
    background-color: #fff0;
    border: 2px solid #fff;
    border-radius: 0px;
}
.footer-text .btn-primary {
    color: #fff;
    background-color: #0d6efd00;
    border-color: #0d6efd00;
    position: absolute;
    top: 5px;
    right: 4px;
}
.footer-text ::-webkit-input-placeholder { /* Edge */
    color: #666;
    font-style: italic;
  }
  
  .footer-text :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666;
    font-style: italic;
  }
  
  .footer-text ::placeholder {
    color: #666;
    font-style: italic;
  }
  .social-icons{
    margin: 35px 0 0 0;
  }
  .social-icons h4{
    margin-bottom: 10px;
  }
  
  .footer-services {
    padding: 0 0px 0 0;
}

  .footer-services ul li{
    line-height: 34px;

  }
  .footer-address ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.footer-address ul li {
    position: relative;
    margin-bottom: 15px;

}
.footer-address ul li .icon i {
    font-size: 22px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 5px;
}
.footer-address ul li .cont {

}
.footer-address ul li .cont p {
    color: #b1adad;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
}
.footer-address ul li .cont p a{
    color: #b1adad;
    font-size: 17px;
}
.subscribe {
    position: relative;
    padding: 0 0 0 20px;
}
.footer-text .form-control {
    padding: 0.5rem 0.75rem 0.5rem 0;
    background-color: #fff0;
    border: 0px solid #fff;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.subcribr-arrow {
    background-color: #fff0;
    border: 0px solid #fff;
    padding: 8px 13px;
    /* margin: 0px 0 18px; */
    border-bottom: 1px solid #fff;
    color: #fff;

}

.subscribe ::-ms-input-placeholder { /* Edge 12-18 */
    color: #fff;
  }
  
.subscribe ::placeholder {
    color: #fff;
  }
.subcribr-arrow a{
    color: #fff;
    text-align: center;
    display: block;
}
.subcribr-arrow i{
    color: #fff;
}
.buttom-footer{
    padding: 10px 0;
}
.footer-text1 h4{
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 800;
    color: #000;
    margin-bottom: 0px;
    display: inline-block;
    text-transform: uppercase;  
}
.buttom-footer .owl-theme .owl-nav[class*=owl-]{
    display: none;
}
.nature .owl-nav.disabled {
    display: none !important;
}
.about-slide {
    background: #000;
    padding: 60px 0;
}
.about-slide h2{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
}
.breadcrumb {
    justify-content: center;
}
li.breadcrumb-item a{
    color: #fff;
} 
.breadcrumb-item.active {
    color: #9fa0a1;
}
.about-page{
    padding: 110px 0 60px;
}

.about-box {
    display: flex;
    flex-wrap: wrap;
}
.left-about-box {
    width: 50%;
    position: relative;
}
.left-about-box img{
    border-radius: 15px;
}


.year {
    height: 200px;
    width: 200px;
    box-shadow: 0px 0px 15px #0000003d;
    text-align: center;
    border-radius: 120px;
    padding: 8px;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    /* line-height: 230px; */
    flex-direction: column;
    position: absolute;
    background: #fff;
    top: -60px;
    right: -50px;
}
.year h3 {
    font-size: 52px;
    margin-bottom: 0px;
    color: #14d3cb;
    line-height: 40px;
}
.year p {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
}
.right-about-text {
    width: 50%;
    padding: 30px 0 0 80px;
}
.right-about-text h4{
    color: #14d3cb;
    text-transform: uppercase;
    font-size: 17px;
}
.right-about-text h2{
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0px;
}

.mission{
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-position: center;
}
.mission-text {
    width: 55%;
}
.mission-text h4{
    color: #86f1ec;
    text-transform: uppercase;
    font-size: 17px;
}
.mission-text h2{
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0px;
}
.mission-text p{
    color: #fff;
}

.mission-box {
    display: flex;
    width: 60%;
}
.vision-box {
    background: #fff;
    padding: 35px 27px;
    border-radius: 10px;
    margin: 20px 20px 0 0;
    text-align: center;
}
.vision-box i{
    background: #14d3cb;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    line-height: 49px;
    font-size: 25px;
    margin-bottom: 14px;
}
.left-contact-box {
    padding: 35px 0 0 0;
}
.contact-page{
    padding: 60px 0;
}
.office {
    display: flex;
    flex-wrap: wrap;
}

.office-box {
    width: 50%;
    margin: 17px 0;
    display: flex;
}
.office-icon{
margin-right: 10px;
}
.office-icon i{
    background: #14d3cb;
    color: #4a4444;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    line-height: 49px;
    font-size: 21px;
    text-align: center;
}
.office-text h6{
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 20px;
}
.network h5{
    font-size: 25px;
}
.network a{
    background: #14d3cb;
    color: #fff;
    height: 45px;
    width: 45px;
    border-radius: 100px;
    line-height: 50px;
    font-size: 21px;
    text-align: center;
    display: inline-block;
    margin-right: 6px;

}

.contact-box {
    display: flex;
}
.right-contact-box {
    width: 50%;
    margin: 0 0 0 80px;
    background: #fff;
    padding: 25px;
    border: 1px solid #00000029;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #00000024;
}
.right-contact-box h2{
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0px;
}
.right-contact-box p{
    margin-bottom: 20px;
}

 .form-control {
    display: block;
    width: 100%;
    padding: 0.575rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #14d3cb38;
    background-clip: padding-box;
    border: 1px solid #14d3cb;

}
.form-label {
    margin-bottom: 0.5rem;
    font-weight: 500;
}
.right-contact-box .btn-primary {
    color: #fff;
    background-color: #14d3cb;
    border-color: #14d3cb;
    width: 100%;
    border-radius: 50px;
}
.modal-body .btn-primary {
    color: #fff;
    background-color: #14d3cb;
    border-color: #14d3cb;
    width: 100%;
    border-radius: 50px;
}


.news-block-three .inner-box {
    position: relative;
    background: #fff;
    border-radius: 10px;
    
    margin-bottom: 30px;

}

.news-block-three .inner-box .image-box {
    position: relative;
}
.news-block-three .inner-box .image-box .image {
    overflow: hidden;
    border-radius: 10px;
}
.overlay-anim:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
    border-radius: 10px;
}
.overlay-anim:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.news-block-three .inner-box .image-box .image img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.news-block-three .inner-box .image-box .outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-block-three .inner-box .image-box .date .title {
    width: 80px;
    height: 60px;
    line-height: 60px;
    background-color: #ff6809;
    font-size: 30px;
    text-align: center;
    font-weight: 700;

    color:#fff;
    margin-bottom: -1px;
}
.news-block-three .inner-box .image-box .date span {
    width: 80px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    background-color: #fff;
    color: #000;
    font-size: 10px;
}
.news-block-three .inner-box .content-box {
    padding: 22px 30px 30px;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 0 10px 10px 0;
}
.news-block-three .inner-box .content-box .post-info {
 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 47px 2px 30px;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.news-block-three .inner-box .content-box .post-info li {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #6c6c6c;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: capitalize;
}
.news-block-three .inner-box .content-box .title {
    line-height: 34px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 4px;

}
.news-block-three .inner-box .content-box p{
    margin-bottom: 15px;
}
.news-block-three .inner-box .content-box .btn {
    padding: 0 30px;
    font-weight: 600;
    line-height: 45px;
    width: 100%;
    height: 45px;
    border-radius: 50px;
    background-color: #f6f6f6;
    border: 0;
}
.news-block-three .inner-box .content-box .btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}
.news-block-three .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-block-three .inner-box .content-box .btn:hover {
    background-color: #14d3cb;
    color: #fff;
}
.news-block-three .inner-box .content-box .title a {
    font-size: 22px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    display: inline-block;
    line-height: 32px;
}

.wp-making {
    background: #fff;
}

.making-box {
    display: flex;
    margin-bottom: 60px;
    align-items: center;
    
}
.left-making {
    width: 65%;
    padding: 2%;
}
.left-making p{
    font-size: 25px;
    line-height: 34px;
    font-weight: 300;
    margin-right: 50px;
}

.right-making{
    width: 35%;
    position: relative;
    margin-right: 40px;
    z-index: 1;
}
.right-making img{
    width: 100%;
    object-fit: cover;

}
.right-making::before{
    content: '';
    background: #282828;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -40px;
    top: 40px;
    z-index: -1;
    display: none;
}



.making-box:nth-child(2n+2) {
  
}

.inner-about .right-about-text {
    width: 50%;
    padding: 17px;
    box-shadow: 0px 0px 4px #00000059;
    border-radius: 10px;
}
button.btn-close {
    position: absolute;
    right: 0px;
    opacity: 1;
    z-index: 999;
}
.inner-about  .left-about-box {
    width: 50%;
    position: relative;
    padding: 0 0 0 18px;
}
.inner-about .left-about-box img{
    height: 400px;
    object-fit: cover;
}
.inner-about .right-about-text ul{
    padding: 0px;
    list-style-type: none;
    text-decoration: none;
}
.inner-about .right-about-text ul li{
    margin-top: 12px;
    font-weight: 500;
    color: #000;

}
.inner-about .right-about-text ul li i{
    color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 100px;
    background: #50d864;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    margin-right: 8px;
}
li.mobile {
    display: none;
}  
.making-text-box{
    background: #3b9de8;
    padding: 100px 0;
}
.wp-making-text{
    width: 80%;
    margin: 0 auto;
}
.wp-making-text h2{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
}
.wp-making-text p{
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #e0e0e0;
    color: #000;
    margin-right: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 24px 6px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #3b9de8;
    border-color: #3b9de8 #3b9de8 #3b9de8;
}

.event-box {
    display: flex;
    flex-wrap: wrap;
}
.event-img {
    width: 32%;
    margin: 20px 15px 0px 0;
}
th {
    font-size: 18px;
}
td {
    font-weight: 500;
}
.about-cta .carousel-item img {
    height: 90vh;
    object-fit: cover;
}
.wp-making-new .making-box{
    flex-direction: row-reverse;
}

.wp-making-new .right-making::before {
 
    right: inherit;

    left: -40px;
}
.our-blog {
    display: flex;
    flex-wrap: wrap;
}


.cus-blog {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    border-radius: 6px;
    background: #fff;
    width: 31%;
    margin: 40px 10px 0;
    padding: 10px;
    z-index: 9;
}
.blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.blog-img img{
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 230px;
    width: 100%;
    object-fit: cover;
  
}
.cus-blog:hover img{
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.blog-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding: 12px 6px;
    margin-bottom: 6px;
}
.type {
    border-top: 1px solid #6666664d;
    margin-top: 16px;
}
.type  a.cus-btn {
    background: #f0f0f0;
    padding: 9px 25px;
    color: #000;
    position: relative;
    z-index: 9;
    border: 1px solid #3333332e;
    margin-top: 21px;
}

.type a.cus-btn::before {

    left: 124px;
}

.blog-text h3{
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 25px;

}
.blog-text h3 a{
    text-decoration: none;
    font-weight: 500;
    font-size: 24px;
    /* font-family: "Teko", sans-serif; */
    font-family: "Jost", sans-serif;
}
.type h6{
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #6da651;
    padding: 12px 17px;
    border-radius: 5px;
}
.type span{
    color: #6da651;
    font-size: 25px;
}
.date {
    display: flex;
    justify-content: space-between;
}
.date p {
    color: #173d6c;
    font-weight: 600;
    font-size: 15px;
}
.date p {
    color: #676767;
    font-weight: 500;
    font-size: 15px;
}
.blog-text p{
    margin: 10px 0;
}
a.read {
    color: #4382eb;
    font-weight: 600;
    font-size: 15px;
}
.wp-blog .cus-icon-text {
    text-align: center;
    margin-bottom: 0px;
}
.cus-blog-detail{
    background: #f1f5f8;
    position: relative;
}
.blog-detail-text {
    border-bottom: 1px solid #66666647;
    padding: 0 0 3px;
    margin: 0 0 20px;
}

.blog-detail-text h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 45px;
}
.blog-detail-text span {
    color: #888;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    display: block;
    margin-top: 5px;
}
.cus-blog-detail img{
    width: 100%;
    object-fit: cover;
}
.latest-img img{
    height: 80px;
    object-fit: cover;
}
.blog-page {
    margin: 30px 0 0 0;
}
.blog-page-share {
    position: sticky;
    top: 125px;
}
.blog-page-share p {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.blog-page-share a {
    color: #000;
    background: #0000;
    height: 37px;
    width: 37px;
    padding: 0px;
    border-radius: 110px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #000;
    display: block;
    margin-bottom: 9px;
}
.blog-page-share a:hover {
    color: #fff;
    background: #ea4c80;
    border: 1px solid #ea4c80;
}
.tag-lists {
    margin: 50px 0;
}

.tag-lists span {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}
.tag-lists a {
    color: rgb(88, 91, 99);
    display: inline-block;
    margin-left: 3px;
    margin-bottom: 10px;
    background-color: rgb(242, 242, 242);
    font-size: 14px !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(233, 232, 239);
    border-image: initial;
    padding: 4px 13px;
}

.next-slide {
    margin: 40px 0;
    border-top: 1px solid rgb(233, 232, 239);
    border-bottom: 1px solid rgb(233, 232, 239);
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}

.next a {
    background-color: #ea4c80;

    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 600;
    border-radius: 5px;
}
.reply{

}
.reply h3{
    font-weight: 600;
}
.reply .form-control {
    padding: 1.075rem 0.75rem;
    font-size: 0.9rem;
    border: 1px solid #E9E8EF;
    border-radius: 0px;
    text-transform: uppercase;
    background: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #05e9df;
    border-color: #05e9df #9df;
}

.latest-post h4{
    font-size: 26px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 25px;
}
.latest-post h4::before{
    content: '';
    background: #4382eb;
    width: 16%;
    position: absolute;
    height: 3px;
    bottom: -9px;

}
.latest-post h4::after{
    content: '';
    background: #66666629;
    width: 99%;
    position: absolute;
    height: 3px;
    bottom: -9px;
    left: 0;
    z-index: 0;

}
.latest-box {
    display: flex;
    border-bottom: 1px solid #6666665c;
    padding: 10px 0 20px;
}

.latest-img {
    width: 37%;
    margin-right: 16px;
}
.latest-text {
    width: 63%;
}
.latest-text h5{
    line-height: 18px;
    margin-bottom: 0px;
}
.latest-text h5 a{
    margin-bottom: 0px;
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
}
.latest-post {
    padding: 27px;
    background-color: #fff;
    border: 1px solid #00000045;
    border-radius: 7px;
}


.latest-text span{
    line-height: 18px;
    font-size: 15px;
    color: #888;
    margin: 0;
}
.wp-mission-box {
    background: #fff;
    text-align: center;
    padding: 40px;
    border-radius: 10px;
    width: 95%;
    margin: 0 auto;
}
.wp-mission-box i{
    background: #fff;
    padding: 16px;
    border-radius: 100px;
    color: #05e9df;
    font-size: 40px;
    box-shadow: 0px 0px 7px #00000054;
    margin-bottom: 16px;
}
table.table.table-bordered {
 
}
.table-bordered>:not(caption)>*>* {
    border-width: 0 1px;
    border-color: #000;
}
.table-bordered>:not(caption)>* {
    border-width: 1px 0;
    border: 1px solid #000;
}
tr.table-info1 {
    background: #3b9de8 !important;

    color: #fff;
}
svg.bi.bi-twitter-x {
    width: 20px;
    height: 20px;
}


/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}
.recycle-text {
    position: absolute;
    bottom: 0px;
    padding: 8px;
}
.nature-img img {
    height: 270px;
    object-fit: cover;
}	
.mobile-logo {
    display: block;
}
.recycle-text h4 {
    font-size: 15px;
}
.header-btn {
    display: none;
}
.vg-nav-hamburger span {
    background: #000;
}
.vg-nav-lg .vg-nav-hamburger {
    display: block;
    float: right;
}
.menu {
    width: 100%;
    text-align: center;
}
li.logo {
    display: none !important;
}
}

@media screen and (max-width: 1025px) {
    .search {
        display: none;
    }
    .nature-text {
        bottom: -110px;
    }

    .video-box img {
        object-fit: cover;
    }

.office-text P{
    font-size: 15PX;
}
.news-block-three .inner-box .content-box .title {

    font-size: 20px;
}

.slider .carousel-item img {
    height: 40vh;
    object-fit: cover;
}


.cus-icon-text {
    text-align: center;
    margin-bottom: 10px;
}
.cus-icon-text p br{
    display: none;;
}
.wp-making-new .right-making {

    position: relative;
    margin-right: 0px;
    z-index: 1;
    margin-left: 30px;
}

}


@media screen and (max-width: 980px) {
    .search {
        display: none;
    }
    .left-making p {
        font-size: 20px;
        line-height: 31px;
    }
    .wp-making-text h2 {
        font-size: 30px;
    }
    .wp-making-text {
        width: 90%;
        margin: 0 auto;
    }

    .wp-making-new .right-making {
 
        margin-right: 10px;
        z-index: 1;
        margin-left: 35px;
    }
    .wp-making-new .left-making {
     
        padding: 0 0 0 2%;
    }
    .mobile-logo {
        display: block;
    }
    .header-btn {
        display: none;
    }
    .vg-nav-hamburger span {
        background: #000;
    }
    .vg-nav-lg .vg-nav-hamburger {
        display: block;
        float: right;
    }
    .menu {
        width: 100%;
        text-align: center;
    }
    li.logo {
        display: none !important;
    }

    .nature-box {
        display: flex;
        flex-wrap: wrap;
    }

    .cus-nature-box {
        position: relative;
        overflow: hidden;
        width: 50%;
    }
    .nature-text {
        position: absolute;
        bottom: -87px;
        padding: 9px;
    }
    .nature-text h3 {
        color: #fff;
        font-weight: 400;
        font-size: 19px;
        line-height: 20px;
    }
    .nature-text p {
        color: #fff;
        font-weight: 500;
        line-height: 19px;
        font-size: 14px;
    }
    .paradise-text {
        width: 50%;
        padding: 0 30px;
    }

    .cus-recycle-box {
        width: 50%;
    }
    .cus-icon-text p {
        font-weight: 600;
        width: 80%;
        margin: 0 auto;
    }
    .wp-icon {
        flex-wrap: wrap;
    }
    .icon-box {
        width: 48%;
        border-right: 0px solid #999;
        padding: 0 15px 26px;
    }
    .location-text {
        width: 100%;
        padding: 0;
    }
    .testimonial-box {
       
    }
    .testimonial-box p {
        width: 100%;
    }
    .right-water-box {
        display: flex;
        margin-top: 30px;
    }
    .footer-logo a img {
        width: 14%;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .header-social {
        text-align: left;
    }
    .header-social p a img {
        width: 23px;}
        .video-box img {
            height: 214px;
            width: 100%;
            object-fit: cover;
        }
        .left-about-box {
            width: 92%;
            position: relative;
        }
        .right-about-text {
            width: 100%;
            padding: 30px 0 0 10px;
        }
        .mission-text {
            width: 85%;
        }
        .mission-box {
            display: flex;
            width: 80%;
        }
        .right-about-text h2 {
            font-size: 20px;
        }
        .inner-about .left-about-box img {
            height: 550px;
            object-fit: cover;
        }

        .contact-box {
            display: flex;
            flex-wrap: wrap;
        }
        .right-contact-box {
            width: 100%;
            margin: 40px 0 0 0px;
        } 
        .left-legacy-box {
            width: 50%;
            padding: 0 20px 0 0;
        }

        .right-legacy-box {
            width: 50%;
            display: flex;
        }

        .cus-blog {

            width: 47%;
     
        }

        .cus-blog-detail {

            padding: 40px 0;
        }

        .latest-post {
  
            margin-top: 20px;
        }

        .cus-blog-detail img {
            height: 150px;
        }



	
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
    .dessktop{
        display: none;
    }
    .cus-nature-box {
        position: relative;
        overflow: hidden;
        width: 100%;
    }
    .top_menu {
        padding: 6px 0;
        background: #fff;
    }
    .vg-nav-hamburger span {
        background: #fff;
    }
    .slider-bg {
        width: 100%;
    }
    .slider .carousel-item img {
        height: 23vh;
        object-fit: cover;
      
    }
    .slider-bg h2 {
        font-size: 23px;
        line-height: 32px;
        letter-spacing: 3px;
    }
    .wp-icon {
        flex-wrap: wrap;
    }
    .icon-box {
        width: 42%;
        border-right: 0px solid #999;
        margin: 0 10px 25px;
        padding: 0;
    }
    .icon-box h3 {
        font-size: 13px;
        margin-bottom: 7px;
    }
    .icon-box p {
        font-weight: 600;
       
        font-size: 12px;
        line-height: 21px;
    }
    .icon-box img {
        width: 100%;
        margin-bottom: 20px;
        height: 60px;
        object-fit: contain;
    }
    .icon-box h5 {
        font-size: 14px;
    }
    .making-img {
        position: absolute;
        left: 6%;
        width: 50%;
        z-index: -1;
    }

    .mobile-logo {
        display: block;
    }
    .header-btn {
        display: none;
    }
    .vg-nav-hamburger span {
        background: #000;
    }
    .vg-nav-lg .vg-nav-hamburger {
        display: block;
        float: right;
    }
    .menu {
        width: 100%;
        text-align: center;
    }
    li.logo {
        display: none !important;
    }
    .nature-box {
        display: flex;
        flex-wrap: wrap;
    }
    .nature-text {
        bottom: inherit;
        top: 232px;
    }
    .paradise-box {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .paradise-text h3 {
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 0px;
        font-size: 21px;
    }
    .video-box {
        width: 100%;
    }
    .paradise-text {
        width: 100%;
        padding: 13px 0px 0;
    }
    .paradise-box:nth-child(2n+2) {
        flex-direction: column;
    }
    .cus-recycle-box {
        width: 50%;
    }
    .cus-icon-text p {
        font-weight: 600;
        width: 100%;
        margin: 0 auto;
    }
    .legacy {
        display: flex;
        margin: 60px 0 0 0;
        align-items: center;
        flex-wrap: wrap;
    }
    .left-legacy-box {
        width: 100%;
        padding: 0 10px 30px 0;
    }
    .right-legacy-box {
        width: 100%;
        display: flex;
    }
    .texti-heading {
        margin: 0px 0 0 0;
    }
    .testimonial-box p {
        width: 100%;
        margin: 0 0 20px;
    }
    .testimonial-box {
        padding: 0 0 0 0px;
    }
    .water-text {
        padding: 0px 0px 0 0;
    }
    .water-text h2 {
        font-size: 25px;
    }
    .right-water-box {
        display: flex;
        flex-wrap: wrap;
    }

    .wather-box {
        padding: 0;
    }
    .right-wather-box {
        padding: 0;
        margin-top: 20px;
    }
    .trip-box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }
    .trip-text {
        padding: 0 0 0 10px;
    }
    .footer {
        background-color: #000;
        padding: 3.25rem 0 2rem;
    }
    .footer-logo a img {
        width: 16%;
              margin-top: 0px;
        margin-bottom: 0px;
    }
    .footer-text h4 {
        margin-bottom: -10px;
        padding-bottom: 14px;
        margin-top: 20px;
    }
    .cus-recycle-img img {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        height: 250px;
        width: 100%;
        object-fit: cover;
    }
    .nature-img img {
        height: 270px;
        object-fit: cover;
        width: 100%;
    }
    .nature {
        padding: 0px 0 0;
    }
    .nature .owl-carousel .owl-nav button.owl-prev {
        color: #000;
        position: absolute;
        left: -16px;
        top: 100px;
        font-size: 50px;
        opacity: 1;
        background: #fff;
        padding: 6px !important;
        display: none;
    }
    .nature .owl-carousel .owl-nav button.owl-next{
        display: none;
        color: #000;
        position: absolute;
        right: 0px;
        top: 100px;
        font-size: 50px;
        opacity: 1;
        background: #fff;
        padding: 6px !important;
    }
    .nature .owl-dots {
        display: block;
        text-align: center;
    }
    .top-hader {
        padding: 10px 0;
        border-bottom: 1px solid #bababa;
        display: none;
    }
    .mobile-logo a img{
        height: 70px;

    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #4e4e4e;
    }
    .video-box img {
          box-shadow: 0px 0px 7px #0000003d;
        background: #fff;
        height: 210px;
        width: 100%;
        object-fit: cover;
    }
.desktop{
    display: none;
}
.mobile{
    display: block;
}
.search {
    display: none;
}
.paradise{
    padding: 30px 0; 
}
.vg-nav-sidebar{
    background: #14d3cb;
}
.vg-nav-sidebar__content>ul>li>a, .vg-nav-collapse>ul>li>a {
    color: #fff;
}
.vg-nav-sidebar__close {
    top: 4px;
    right: 15px;
    color: #fff;
}
li.mobile {
    display: block;
}
.left-about-box {
    width: 88%;
    position: relative;
}
.mission-text {
    width: 100%;
}
.mission-text h2 {
    font-size: 22px;
}
.mission-box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.vision-box{
    margin: 20px 0px 0 0; 
}
.inner-about .right-about-text {
    width: 100%;
}
.inner-about .left-about-box {
    width: 100%;
    position: relative;
    padding: 20px 0 0 0px;
}
.inner-about .left-about-box img {
    height: 310PX;
    object-fit: cover;
}
.office-box {
    width: 100%;
    margin: 17px 0;
    display: flex;
}
.making-box {
    flex-wrap: wrap;
}
.left-making {
    width: 100%;
    padding: 1%;
    margin-bottom: 20px;
}
.right-making {
    width: 100%;
}

.wp-making-text {
    width: 100%;
    margin: 0 auto;
}
.slider-inner .carousel-item img {
    height: 25vh;
    object-fit: cover;
}
.about-cta .carousel-item img {
    height: 26vh;
    object-fit: cover;
}
.left-making p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    margin-right: 0px;
}
.wp-making-text h2 {
    font-size: 24px;
}
.making-text-box {
    padding: 50px 0;
}
.wp-making-new .right-making {
 

    margin-right: 0px;
    z-index: 1;
    margin-left: 30px;
}
.cus-blog {
    width: 100%;
}
.blog-detail-text h2 {
    font-size: 23px;
    line-height: 28px;
}

.blog-detail-text h2 br{
    display: none;
}
.blog-page-share a{
    display: inline-block;
}

.testimonial-icon {
    position: absolute;
    left: 39%;
    top: 47px;
    z-index: -1;
}.testimonial-icon i {
 
    font-size: 110px;
}
.wp-mission-box {

    margin: 0 auto 20px;
}
.testi-box {
    padding: 0 0px 0 10px;
}
.testimonial-box p {
    height: 128px;

}
.footer-address ul li .cont p {
    color: #b1adad;
    font-size: 14px;
}

.footer-address ul li .cont p a {
    color: #b1adad;
    font-size: 14px;
}

}


/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {

}


/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {

}



/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {

}



/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:375px) {


}
